@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1880px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:sticky; width:100%; z-index:100; top: 0; height: 100px; border-bottom: 1px solid #ccc; top: 0; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}
.hd-left { display: flex;  align-items: center; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat; }
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; position: relative; flex: 1 1 auto; min-width: 0; width: 1%; margin-left: 45px;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; flex: 1; transition: .5s; padding: 0 17px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing: -.025em; padding-top: 15px; white-space: nowrap;}
#gnb>ul>li.active>a { color: #1da4d8; }
#gnb>ul>li.ai>a::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 15px; width: 26px; height: 26px; background: url(../images/common/ai.png) center no-repeat; background-size: contain;}
#gnb>ul>li.kakao>a::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 15px; width: 26px; height: 26px; background: url(../images/common/talk.png) center no-repeat; background-size: contain;}

#gnb .submenu {display:none; position:absolute; left:50%; width:150px; transform:translateX(-50%); background:#fff; border:1px solid #ccc; border-top:0; text-align:center; border-radius: 0 0 20px 20px;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#020303; font-size:16px; line-height:1.33em; font-weight: 400; }
#gnb .submenu>ul>li:hover>a {color:#1da4d8;}

.hd-right { display: flex; align-items: center; position: relative; max-width: 300px; width: 100%; justify-content: flex-end;}
.hd-link { display: flex; margin-right: 40px;}
.hd-link a { display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: -.025em; line-height: 1em; position: relative;}
.hd-link a:last-child { padding-left: 20px;}
.hd-link a:last-child::before { content: ""; position: absolute; left: 10px; width: 1px; height: 10px; background: #ccc; top: 2px;}
.hd-mypage-icon { width: 60px; height: 60px; background: url(../images/common/menu.png) center no-repeat; background-size: contain; display: block;}
.login-before { max-width: 300px; height: 100px; width: 100%; position: absolute; right: 0; top: 0; z-index: 9; border-radius: 20px; background: #13579f; color: #fff; font-size: 18px; font-weight: 700; line-height: 1em; display: none;}
.login-before-box { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.login-before p { position: relative; display: inline-block; padding-left: 30px;}
.login-before p::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 23px; height: 23px; background: url(../images/common/login-bf.png) center no-repeat; background-size: contain;}
.login-close { position: absolute; right: 15px; top: 15px; width: 14px; height: 14px; background: url(../images/common/login-close.png) center no-repeat; background-size: contain; text-indent: -999em; border: none;}
.login-after { max-width: 300px; width: 100%; position: absolute; right: 0; top: 0; z-index: 9; border-radius: 20px; background: #13579f; color: #fff; padding: 25px; display: none;}
.login-after .name { font-size: 16px; font-weight: 400; line-height: 1.2em; margin-bottom: 12px; }
.login-after .name strong { font-size: 18px; font-weight: 700; display: inline-block; padding-right: 3px;}
.login-after .fx { display: flex; justify-content: space-between; align-items: center; }
.login-after .whitebox { background: #fff; border-radius: 6px; color: #000; font-weight: 800; padding: 16px 14px; } 
.login-after .whitebox .tit{ padding-left: 24px; position: relative; }
.login-after .whitebox .tit::before { content: ""; position: absolute; left: 0; width: 17px; height: 17px; top: 0; bottom: 0; margin: auto; background: url(../images/common/hd-price.png) center no-repeat; background-size: contain;}
.login-after .fx2 { padding: 12px 10px; font-size: 16px; font-weight: 400; line-height: 1em; }
.login-after .fx2 .tit { padding-left: 35px; position: relative;}
.login-after .fx2 .tit::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; background-position: center;}
.login-after .fx2 .tit.bf1::before { background-image: url(../images/common/hd-icon1.png);}
.login-after .fx2 .tit.bf2::before { background-image: url(../images/common/hd-icon2.png);}
.login-after .fx2 .tit.bf3::before { background-image: url(../images/common/hd-icon3.png);}

.btn-m-menu { display: none !important;}

.list-icon { width:20px; height:20px; text-align:center; text-indent:-9999em; z-index:103; transition:all 0.5s linear; display: inline-block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#12579f; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#12579f; content: "only"; left: -10px;}
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#12579f; }

.mobile-navigation { position:fixed; top:80px; right:0; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:200;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd; display: flex; padding: 15px 0; align-items: center;}
.mobile-navigation .nav-menu>ul>li>a { font-size: 14px; width: 100px; color: #13579f; font-weight: 700; text-align: center; position: relative;}
.mobile-navigation .nav-menu>ul>li.ai>a::before { content: ""; margin: 0 auto 2px;  width: 18px; height: 18px; background: url(../images/common/ai.png) center no-repeat; background-size: contain; display: block;}
.mobile-navigation .nav-menu>ul>li.kakao>a::before { content: ""; margin: 0 auto 2px; width: 18px; height: 18px; background: url(../images/common/talk.png) center no-repeat; background-size: contain; display: block;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#1da4d8}
.mobile-navigation .nav-menu .submenu { color:#454545; font-size:16px; font-weight:400; line-height:1.5em; flex: 1 1 auto; min-width: 0; width: 1%; }
.mobile-navigation .nav-menu .submenu ul { display: flex; gap: 5px; flex-wrap: wrap; }
.mobile-navigation .nav-menu .submenu ul li { border: 1px solid #ccc; border-radius: 15px;}
.mobile-navigation .nav-menu .submenu ul li a {display:flex; padding:5px 12px; font-size: 12px; align-items: center; justify-content: center; color: #454545; line-height: 1em; }
.mobile-navigation .nav-menu .submenu ul li:hover { border: 1px solid #12579f;}
.mobile-navigation .nav-menu .submenu ul li:hover a { color: #12579f;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before { top: 0; transform:rotate(45deg);}
.mobile-navigation .close:after {bottom: 0; transform:rotate(-45deg);}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .list-icon span { background: #fff;}
html.menu-opened .list-icon span::before { transform: rotate(45deg); top: 0;}
html.menu-opened .list-icon span::after { transform: rotate(-45deg); bottom: 0;}

/* main 공통*/
.main { display: flex; justify-content: space-between; overflow: unset !important; align-items: flex-start;}
.main .left { padding-top: 30px; flex: 1 1 auto; min-width: 0; width: 1%; border-right: 1px solid #ccc;}
.main .left .contain { max-width: 100%;}
.main-pd { padding-bottom: 90px; }
.main-tit { font-size: 24px; font-weight: 800; letter-spacing: -.025em; line-height: 1.4em; color: #242424; margin-bottom: 25px;}

/* main */
.main-banner { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 90px;}
.main-banner>div { width: calc(100%/2 - 6px);}
.main-banner>div a { display: block; width: 100%; position: relative; pointer-events: none;}
.main-banner>div .thumb {position:relative; padding-bottom:38%; overflow:hidden; border-radius: 20px; }
.main-banner>div .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.sec1 { display: flex; }
.sec1-left { width: 71%; padding: 20px 0;}
.sec1-right { width: 29%; padding: 20px 70px; border-left: 1px solid #ddd;}
.sec1-list { display: flex; flex-wrap: wrap;}
.sec1-list li { flex: 1; text-align: center;}
.sec1-list li a { display: block; width: 100%; }
.sec1-list li .tit { line-height: 1em; font-weight: 500; letter-spacing: -.025em; color: #555; margin-top: 28px;}
.sec1-charge-bt { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 6px; background: #1da4d8; font-size: 20px; font-weight: 700; line-height: 1em; letter-spacing: -.025em; margin-bottom: 25px; gap: 8px;}
.sec1-link { display: flex; align-items: center; justify-content: center; }
.sec1-link>a { width: calc(100%/2); display: flex; align-items: center; justify-content: center; line-height: 1.2em; font-weight: 700; letter-spacing: -.025em; color: #555; gap: 10px;}

.sec2-box { display: flex; gap: 20px;}
.sec2-left { width: 66%; display: flex; gap: 20px; flex-wrap: wrap;}
.sec2-left>div { width: calc(100%/2 - 10px); }
.sec2-left>div a { display: block; width: 100%; position: relative; pointer-events: none;}
.sec2-left>div .thumb {position:relative; padding-bottom:44%; overflow:hidden; border-radius: 20px; }
.sec2-left>div .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:contain;}
.sec2-right { width: 34%; border-radius: 20px; background: #e5f5ff; padding: 45px; padding-left: 80px; }
.sec2-box { margin-bottom: 20px; }
.sec2-box:last-child { margin-bottom: 0;}
.sec2-box a { display: flex; align-items: center; }
.sec2-right .sec2-box:last-child { margin-bottom: 0;}
.sec2-box .circle { width: 130px; height: 130px; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center; }
.sec2-box .txtbox { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 20px;}
.sec2-box .txtbox h3 { font-size: 20px; font-weight: 800; letter-spacing: -.025em; line-height: 1em; color: #000; margin-bottom: 15px;}
.sec2-box .txtbox p { line-height: 1.5em; font-weight: 400; letter-spacing: -.025em; color: #555;}

.sec3-box { border: 1px solid #ccc; border-radius: 20px; padding: 50px 40px;}
.sec3-tab { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 30px; }
.sec3-tab li { border: 1px solid #ccc; border-radius: 20px; width: auto; color: #555;}
.sec3-tab li a { height: 40px; padding: 4px 16px; font-size: 14px; font-weight: 400; line-height: 1.2em;}
.sec3-tab li.active { background: #1da4d8; border: 1px solid #1da4d8; color: #fff;} 
.sec3-list {display: flex; flex-wrap: wrap; gap: 42px;}
.sec3-list li { width: calc(100%/6 - 35px); }
.sec3-list li .thumb {position:relative; padding-bottom:150%; overflow:hidden;}
.sec3-list li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.sec4-box { padding: 50px 40px; border-radius: 20px; background: #f2f2f2;}
.sec4-list { display: flex; flex-wrap: wrap; gap: 32px;}
.sec4-list li { width: calc(100%/4 - 24px); }
.sec4-list li .thumb {position:relative; padding-bottom:56.25%; overflow:hidden; border-radius: 6px; }
.sec4-list li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.sec5-list { display: flex; gap: 18px; flex-wrap: wrap;}
.sec5-list li { width: calc(100%/6 - 15px); background-repeat: no-repeat; background-position: center; border-radius: 20px; background-size: cover; padding: 35px 25px; height: 240px; }
.sec5-list li.bg1 { background-image: url(../images/main/sec4-bg1.jpg);}
.sec5-list li.bg2 { background-image: url(../images/main/sec4-bg2.jpg);}
.sec5-list li.bg3 { background-image: url(../images/main/sec4-bg3.jpg);}
.sec5-list li.bg4 { background-image: url(../images/main/sec4-bg4.jpg);}
.sec5-list li.bg5 { background-image: url(../images/main/sec4-bg5.jpg);}
.sec5-list li.bg6 { background-image: url(../images/main/sec4-bg6.jpg);}
.sec5-list li .circle { background: #fff; border: 1px solid #ccc; border-radius: 12px; font-size: 12px; font-weight: 800; line-height: 1em; color: #000; padding: 5px 10px; margin-bottom: 15px; display: inline-block;}
.sec5-list li .tit { font-size: 18px; font-weight: 800; color: #fff; line-height: 1.3em;}

.sec6 { margin-bottom: 70px; padding: 50px 145px; background: #f2f2f2; border-radius: 30px; }
.sec6 .main-tit { text-align: center;}
.sec6-box { position: relative;}
.sec6-swiper { width: 100%; position: relative;}
.sec6-swiper-slide { background: #fff; border: 1px solid #ccc; border-radius: 20px; transition: .2s;}
.sec6-swiper-slide a { display: block; width: 100%; padding: 30px 25px 20px; }
.sec6-swiper-slide .txt { line-height: 1.5em; font-weight: 400; letter-spacing: -.025em; color: #555; }
.sec6-swiper-slide .date { margin-top: 70px; line-height: 1em; font-size: 14px; font-weight: 700; letter-spacing: -.025em; color: #555;}
.sec6-swiper-slide:hover { background: #1da4d8; border: 1px solid #1da4d8;}
.sec6-swiper-slide:hover .txt { color: #fff;}
.sec6-swiper-slide:hover .date { color: #fff;}
.sec6-swiper-button-prev::after, .sec6-swiper-button-next::after { display: none;}
.sec6-swiper-button-prev, .sec6-swiper-button-next { width: 70px; height: 70px; border-radius: 100%; border: 1px solid #ccc; background-repeat: no-repeat; background-position: center; background-color: #fff; margin-top: -35px; background-size: 16px; }
.sec6-swiper-button-prev { background-image: url(../images/main/sec5-leftbt.png); left: -100px;}
.sec6-swiper-button-next { background-image: url(../images/main/sec5-rightbt.png); right: -100px;}

/* sub */
.lnb { display: flex; background: #1da4d8; position: sticky; top: 100px; z-index: 99;}
.sub-title { max-width: 290px; width: 100%; background: #13579f; height: 70px; display: flex; align-items: center; padding-left: 50px; color: #fff;}
.sub-title h1 { display: inline-block; position: relative; font-size: 24px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2em; }
.sub-title h1::after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 24px; height: 24px;  right: -40px; background: url(../images/sub/lnb-af.png) center no-repeat; background-size: contain;}
.path-wrap {position:relative; z-index:50; flex: 1 1 auto; min-width: 0; width: 1%; background: #1da4d8; border-left: 1px solid #fff;}
.path-wrap .wrap {max-width:100%; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .part {position:relative; min-width:150px; border-right:1px solid #fff; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:#fff; font-size:18px; font-weight:700; line-height:1.3em; padding:0 60px 0 19px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:16px; margin-top:-5px; width:14px; height:9px; background:url("../images/sub/lnb-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#1da4d8; z-index:50;}
.path-wrap .part ul li {color:#fff; line-height:1.3em; border-bottom:1px solid #fff; font-weight: 400; letter-spacing: -.025em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:20px 19px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {background:#13579f;}

.path-wrap .part1,
.path-wrap .part2,
.path-wrap .part3,
.path-wrap .part4, 
.path-wrap .part5 {
    display: none;
}
.path-wrap .part1.page,
.path-wrap .part2.page,
.path-wrap .part3.page,
.path-wrap .part4.page,
.path-wrap .part5.page {
    display: block;
}

#contArea {max-width:100%; display: flex; align-items: flex-start; justify-content: space-between; overflow: unset !important;}
.sub-left { flex: 1 1 auto; min-width: 0; width: 1%; border-right: 1px solid #ccc;}
.sub-flex { display: flex; align-items: flex-start; }

/* leftmenu */
.leftmenu { max-width: 290px; width: 100%; position: sticky; top: 170px; border-right: 1px solid #ccc; height: 100vh;}
.leftmenu-top { border-bottom: 1px solid #ddd; padding-bottom: 60px; }
.leftmenu-top .fx { display: flex; justify-content: space-between; align-items: center; }
.leftmenu-tit { padding: 25px 50px; }
.leftmenu-tit h3 { font-size: 14px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2em; color: #555;}
.leftmenu-tit h3 strong { font-size: 16px; font-weight: 700; display: inline-block;}
.leftmenu-tit h3 strong.name { padding-right: 7px;}
.leftmenu-tit h3 strong.status { padding-left: 15px; }
.leftmenu-option { display: inline-block; width: 15px; height: 15px; background: url(../images/sub/option.png) center no-repeat; background-size: contain;}
.leftmenu-gray { background: #f2f2f2; padding: 20px 50px; color: #555; font-size: 15px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; margin-bottom: 15px;}
.leftmenu-gray h3 { padding-left: 26px; position: relative; font-size: 15px;}
.leftmenu-gray h3::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.leftmenu-gray h3.bf1::before { background-image: url(../images/sub/left-price-icon.png);}
.leftmenu-gray h3.bf2::before { background-image: url(../images/sub/left-icon1.png);}
.leftmenu-gray h3.bf3::before { background-image: url(../images/sub/left-icon2.png);}
.leftmenu-gray h3.bf4::before { background-image: url(../images/sub/left-icon3.png);}
.leftmenu-gray.white {background: #fff; padding: 10px 50px; margin-bottom: 0;}
.leftmenu-btm { text-align: center; padding: 30px 25px; }
.spambox { border-radius: 16px; overflow: hidden; }
.spam-head { display: flex; background: #13579f; padding: 10px 25px; align-items: flex-start;}
.spam-head .spam-txtbox { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 14px;  text-align: left;}
.spam-head .spam-txtbox h3 { font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3em; color: #fc0; margin-bottom: 4px;}
.spam-head .spam-txtbox h4 { font-size: 15px; font-weight: 400; letter-spacing: -.025em; line-height: 1.3em; color: #fff;}
.spam-ctt { background: #eef6fe;}
.spam-list li { border-bottom: 1px solid #ccc; padding: 10px 24px; }
.spam-list li:last-child { border: none;}
.spam-list li .txt { position: relative; padding-left: 26px; font-size: 15px; font-weight: 600; letter-spacing: -.025em; line-height: 1.3em; color: #000; text-align: left;}
.spam-list li .txt::before { content: ""; position: absolute; left: 0; width: 14px; height: 14px; background: url(../images/sub/left-chk.png) center no-repeat; background-size: contain; top: 1px;}

/* leftmenu - 회원가입 */
.left-login { padding: 30px; border-bottom: 1px solid #ddd; padding-bottom: 50px;}
.left-login h3 { line-height: 1em; font-size: 18px; font-weight: 700; letter-spacing: -.025em; color: #242424; margin-bottom: 10px;}
.left-login .left-find-id { text-align: center; font-size: 15px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #242424; margin-top: 25px;}
.left-login .left-find-id a { display: flex; text-align: center; align-items: center; justify-content: center; gap: 7px;}

.real-cont {min-height:300px; padding: 30px 0 60px; max-width: 1040px; width: 100%; padding-left: 20px; padding-right: 20px; position: relative;}
.real-cont.wide { flex: 1 1 auto; min-width: 0; width: 1%; max-width: 100%;}
.real-cont.pb { padding-bottom: 0; }
.real-cont.fx { display: flex; gap: 20px;}
.real-cont.fx .left { width: 33.3333%;}
.real-cont.fx .left2 { width: 70%; }
.real-cont.fx .left3 { width: 65%; }
.real-cont.fx .center { width: 36.6667%; position: relative;}
.real-cont.fx .center .pop-txt { top: 10px; right: 0;}
.real-cont.fx .right { width: 66.6666%;}
.real-cont.fx .right2 { width: 30%; position: relative;}
.real-cont.fx .right3 { width: 35%; position: relative;}
.real-cont.fx h3 { font-size: 20px; font-weight: 700; letter-spacing: -.025em; color: #242424; line-height: 1.4em; margin-bottom: 10px;}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; }
#footer .contain::after { content: none;}
.ft-top { background: #e1e1e1; padding: 28px 0;}
.policy a { line-height: 1.3em; font-size: 16px; font-weight: 400; letter-spacing: -.025em; position: relative; padding-right: 30px; display: inline-block; color: #555;}
.policy a:last-child { padding-right: 0;}
.ft-btm { padding: 40px 0 55px; background: #f2f2f2;}
.ft-btm .contain { display: flex; align-items: center; }
.ft-left { width: 50%; padding-right: 25px;}
.ft-right { width: 50%;}
.ft-text { margin-top: 12px; line-height: 1.5em; margin-bottom: 22px;}
.ft-text span { display: inline-block; font-weight: 400; letter-spacing: -.025em; color: #555; padding-right: 20px;}
.ft-text span:last-child { padding-right: 0;}
.ft-text a { display: inline-block; font-size: 12px; font-weight: 300; line-height: 1.2em; color: #d7d7d7;}
.ft-certi {display: flex; flex-wrap: wrap; gap: 15px;}
.ft-certi img { display: inline-block; }
.ft-list { display: flex; flex-wrap: wrap; width: 72%; gap: 40px 12px;}
.ft-list li { width: calc(100%/2 - 6px); display: flex; align-items: flex-start;}
.ft-list li .txtbox { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 18px; color: #555; padding-top: 7px;}
.ft-list li .txtbox .tit { font-weight: 700; letter-spacing: -.025em; line-height: 1em; margin-bottom: 5px;}
.ft-list li .txtbox .txt { font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.5em; }

/* quickmenu */
.quick { max-width: 100px; width: 100%; position: sticky; top: 100px; height: 100%; text-align: center; z-index: 1;  background: #fff; z-index: 99;}
.quick-list li a { display: block; text-align: center; width: 100%; padding-top: 15px;}
.quick-list li .tit { font-size: 14px; font-weight: 400; letter-spacing: -.025em; color: #555; }
.scroll-top { width: 42px; height: 42px; border-radius: 100%; background: #13579f; display: flex; align-items: center; justify-content: center; color: #fff; margin: 30px auto ; font-size: 14px; font-weight: 400; letter-spacing: -.025em; line-height: 1em; }
.channel { width: 56px; height: 56px; margin: 0 auto 15px; text-indent: -9999em; background: url(../images/common/channel.png) center no-repeat; background-size: contain; display: inline-block;}
