@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:1460px; 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:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}
.hd-right { display: flex; align-items: center; flex: 1 1 auto; min-width: 0; width: 1%; justify-content: flex-end;}

.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; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing: -.04em; }
#gnb>ul>li>a::after { content: ""; position: absolute; right: -15px; top: 30px; width: 10px; height: 10px; background: url(../images/common/hd-af.png) center no-repeat; background-size: contain; transition: .2s; opacity: 0; }
#gnb>ul>li>a:hover { color: var(--color-primary);}
#gnb>ul>li>a:hover::after { opacity: 1; }

.util { display: flex; align-items: center; gap: 15px; }
.hd-contact { display: flex; justify-content: center; text-align: center; color: #fff; align-items: center; width: 110px; height: 40px; border-radius: 20px; font-size: 15px; font-weight: 700; background: var(--color-secondary); padding-left: 22px; position: relative; line-height: 30px; }
.hd-contact::before { content: ""; position: absolute; left: 15px; width: 18px; height: 16px; top: 0; bottom: 0; margin: auto; transition: .2s; background: url(../images/common/hd-talk.png) center no-repeat; background-size: contain; }
.hd-contact:hover { background: var(--color-primary); }
.hd-contact:hover::before { background-image: url(../images/common/hd-talk-c.png); }

.list-icon { width:24px; height:14px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-7px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-7px; transition-property:bottom, transform; background:#fff; }

#header:hover { background: #fff; }
#header:hover .sitelogo { background-image: url(../images/common/logo.png); }
#header:hover .gnb>ul>li>a { color: #242424; }
#header:hover .gnb>ul>li>a:hover { color: var(--color-primary);}
#header:hover .list-icon span { background: #242424; }
#header:hover .list-icon span::before { background: #242424; }
#header:hover .list-icon span::after { background: #242424; }

#header.move { background: #fff; }
#header.move .sitelogo { background-image: url(../images/common/logo.png); }
#header.move .gnb>ul>li>a { color: #242424; }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span::before { background: #242424; }
#header.move .list-icon span::after { background: #242424; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.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 {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.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 {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; overflow: hidden; width: 100%; height: 100vh;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; text-align: left; width: 100%; bottom: 20%; }
.main-visual .caption .contain { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .contain { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.5s;}
.main-visual .items .reset-animation .caption .contain { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 64px; font-weight: 700; line-height: 1.2em; margin-bottom: 28px; letter-spacing: -.03em; color: #fff; }
.main-visual .caption h4 { line-height: 1.4em; font-size: 28px; font-weight: 500; letter-spacing: -.03em; color: #fff; }

.vs-page { max-width: 1460px; width: 100%; margin: auto; bottom: 8%; left: 0; right: 0; margin: auto; display: flex; gap: 10px; align-items: center; position: absolute; padding-left: 30px; padding-right: 30px; }
.vs-page .slide-counter { font-size: 18px; font-weight:600; color: #fff; line-height: 1em; font-family: 'Pretendard'; letter-spacing: 0;}
.vs-page .progress { width: 138px; height: 3px; border-radius: 2px; background-color: rgba(211, 211, 211,0.6); position: relative; }
.vs-page .progress .progress-bar { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #fff; border-radius: 3px; transition: .3s;}
.vs-page .slick-arrow { position: relative; width: 25px; height: 25px; border-radius: 25px; background-size: 7px; z-index: 50; transition: .3s; background-repeat: no-repeat; background-position: center; cursor: pointer; background-color: rgba(211, 211, 211,0.3); border: none; }
.vs-page .slick-prev { background-image: url(../images/main/main-prev.png);}
.vs-page .slick-next { background-image: url(../images/main/main-next.png);}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}
@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

/* main 공통 */
.main-bg { background-repeat: no-repeat; background-position: center; background-size: cover;}
.main-pd { padding: 150px 0;}
.main-tit { font-size: 60px; font-weight: 700; line-height: 1.25em; letter-spacing: 0; color: #242424; position: relative; z-index: 1; }
.main-tit.white { color: #fff; }
.main-tit span { color: #005FFF;}
.main-subtit { font-size: 24px; font-weight: 500; line-height: 1.2em; margin-top: 35px; letter-spacing: 0; position: relative; z-index: 1; }
.main-subtit.white { color: #fff; }
.main-subtit.mg { margin-bottom: 80px; }
.main-subtit strong { font-weight: 700; }
.main-subtit span { font-weight: 300; }
.main-view-tc { text-align: center; }
.main-view { display: inline-block; border: 1px solid rgba(255,255,255,0.4); border-radius: 40px; line-height: 1.2em; font-size: 18px; font-weight: 500; color: #fff; padding: 18px 22px 14px; padding-right: 60px; position: relative; margin-top: 80px; }
.main-view::after { content: ""; position: absolute; right: 22px; top: 0; bottom: 0; margin: auto; background: url(../images/main/main-view-w.png) center no-repeat; background-size: contain; width: 24px; height: 8px; }
.main-view:hover { border-color: #005FFF; background: #005fff; }

/* main */
.sec1 { padding-top: 100px; color: #fff; background-image: url(../images/main/sec1-bg.jpg); }
.sec1 .contain { display: flex; align-items: flex-start;}
.sec1 .contain::after { content: none; } 
.sec1 .contain .img { margin-left: 120px; }
.sec1 .contain .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 185px; padding-top: 40px; }
.sec1 .contain .info h2 { font-size: 72px; font-weight: 700; line-height: 1.2em; margin: 25px 0 55px; letter-spacing:0;}
.sec1-chk p { position: relative; padding-left: 30px; font-size: 20px; font-weight: 500; line-height: 1.5em; letter-spacing: 0; margin-bottom: 17px; }
.sec1-chk p::before { content: ""; position: absolute; left: 0; top: 0; width: 21px; height: 24px; background: url(../images/main/sec1-chk.png) center no-repeat; background-size: contain; }
.sec1-chk p:last-child { margin-bottom: 0; }

.sec2 { color: #fff; background-image: url(../images/main/sec2-bg.jpg); }
.sec2 .contain { position: relative; }
.sec2 .medal { position: absolute; right: 30px; top: -150px; }
.sec2-list { display: flex; flex-wrap: wrap;}
.sec2-list li { width: calc(100%/4); text-align: center; padding: 60px 10px;}
.sec2-list li .tit { font-size: 22px; font-weight: 500; line-height: 1.2em; letter-spacing: 0; margin-bottom: 30px; }
.sec2-list li .num { font-size: 24px; font-weight: 700; margin-top: 40px; display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.rolling-container { position: relative; display: inline-block; height: 60px; overflow: hidden; padding-top: 8px; }
.rolling-numbers { position: relative; font-size: 54px; font-weight: 700; line-height: 1em; transition: transform 0.1s ease-out;}
.rolling-numbers .number-item { display: block; height: 60px; line-height: 60px; text-align: center;}

.sec3 { text-align: center; background-image: url(../images/main/sec3-bg.jpg);}
.sec3-img { margin-left: 130px; }

.sec4 { text-align: center; background-image: url(../images/main/sec4-bg.jpg);}
.sec4-fx { display: flex; gap: 45px; }
.sec4-tab { width: 23%; position: relative; z-index: 1;}
.sec4-tab li { margin-bottom: 10px; width: 100%; }
.sec4-tab li a { color: rgba(255,255,255,0.4); background:rgba(0, 95, 255,0.3); border-radius: 16px; font-size: 28px; font-weight: 700; letter-spacing: 0; line-height: 1.2em; padding: 37px 10px 33px; position: relative; display: block; }
.sec4-tab li a::after { content: ""; position: absolute; width: 17px; height: 20px; background: url(../images/main/sec4-tri.png) center no-repeat; background-size: contain; right: -16px; top: 50%; transform: translateY(-50%); opacity: 0;}
.sec4-tab li.active a { color: #fff; background: #005FFF;}
.sec4-tab li.active a::after { opacity: 1;}
.sec4-tab li a:hover { color: #fff; background: #005FFF;}
.sec4-ctt { width: 77%; border: 3px solid #005FFF; background: rgba(255,255,255,0.1); padding: 55px 60px; color: #fff; border-radius: 24px; overflow: hidden; backdrop-filter:blur(20px);}
.sec4-ctt .cnt { display: flex; text-align: left; }
.sec4-ctt .cnt .left { width: 48%; padding-right: 10px; }
.sec4-ctt .cnt .left .ctr { display: inline-block; line-height: 1em; background: #005FFF; font-weight: 600; letter-spacing: 0; padding: 10px 13px 8px; border-radius: 16px; margin-bottom: 30px; }
.sec4-ctt .cnt .left h3 { font-size: 40px; line-height: 1.2em; font-weight: 700; letter-spacing: 0;}
.sec4-ctt .cnt .right { width: 52%; padding-top: 70px; }
.sec4-ctt .cnt .right ul li { border-bottom: 1px dashed rgba(255,255,255,0.2); padding: 16px 0; padding-left: 24px; font-size: 18px; font-weight: 500; letter-spacing: 0; position: relative; }
.sec4-ctt .cnt .right ul li::before { content: ""; position: absolute; left: 10px; width: 4px; height: 4px; top: 25px; border-radius: 4px; background: #005fff;}
.sec4-ctt .cnt .right ul li strong { font-weight: 700; }
[data-tab-content] { display: none !important; }
[data-tab-content].active { display: flex !important; }

.sec5 { background-image: url(../images/main/sec5-bg.jpg); color: #fff; }
.sec5-box h5 { display: block; text-align: center; background: #005fff; border-radius: 40px; font-size: 24px; font-weight: 700; line-height: 1em; padding: 20px 10px 15px; margin-bottom: 30px; }
.sec5-list { display: flex; gap: 30px; flex-wrap: wrap;}
.sec5-list li { width: calc(100%/5 - 24px); padding: 30px 10px; border-radius: 16px; background: rgba(255,255,255,0.2); text-align: center; }
.sec5-list .step { display: inline-block; line-height: 1em; font-size: 14px; font-weight: 700; letter-spacing: 0; background: #005fff; padding: 8px 14px 6px; border-radius: 22px; }
.sec5-list .tit { font-size: 18px; line-height: 1.25em; font-weight: 700; margin: 30px 0 10px;}
.sec5-list .icon { height: 140px; display: flex; align-items: flex-end; justify-content: center;}

.sec6 { background-image: url(../images/main/sec6-bg.jpg); text-align: center; }

.sec7 { background-image: url(../images/main/sec7-bg.jpg); text-align: center; }
.sec7-swiper { width: 100%; position: relative; overflow: hidden;}
.sec7-swiper .thumb { position: relative; overflow: hidden; padding-bottom: 75%; display: block; border-radius: 24px; }
.sec7-swiper .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.lg-backdrop { background-color: rgba(0, 0, 0, 0.9) !important;}
.sec7 .swiper-pagination { position: relative; margin-top: 30px; }
.sec7 .swiper-pagination-bullet { width: 10px; height: 10px; background: rgba(255,255,255,0.4); opacity: 1 !important; margin: 0 5px !important ;}
.sec7 .swiper-pagination-bullet-active { background: #005fff; }

.sec8 { background:rgba(0, 95, 255,0.03); text-align: center; }
.sec8-fx { display: flex; }
.sec8-fx .info { width: 55%; padding-right: 20px; text-align: left;}
.sec8-fx .info .title { font-size: 40px; font-weight: 700; line-height: 1.2em; color: #242424; margin-bottom: 40px; letter-spacing: 0;}
.sec8-fx .info .title span { display: inline-block; margin-right: 20px; background: #005fff; line-height: 1em; font-size: 16px; color: #fff; padding: 10px 20px 8px; border-radius: 25px; position: relative; top: -10px; }
.sec8-fx .info ul li { display: flex; margin-bottom: 30px; font-size: 20px; font-weight: 500; }
.sec8-fx .info ul li:last-child { margin-bottom: 0; }
.sec8-fx .info ul li .tit { width: 115px; position: relative; font-weight: 700; padding-left: 16px; }
.sec8-fx .info ul li .tit::before { content: ""; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius: 4px; background: #005fff; }
.sec8-fx .info ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec8-fx .licence { margin-top: 30px; max-width: 83%;}
.sec8-fx .licence .btbox { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.sec8-fx .licence .btbox h4 { position: relative; font-weight: 700; padding-left: 16px; font-size: 20px; letter-spacing: 0;}
.sec8-fx .licence .btbox h4::before { content: ""; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius: 4px; background: #005fff; }
.sec8-fx .licence .btns { display: flex; gap: 20px; }
.licence-prev::after, .licence-next::after { display: none; }
.licence-prev, .licence-next { position: relative; top: auto; margin-top: 0; width: 9px; height: 16px; background-repeat: no-repeat; background-position: center; background-size: contain;} 
.licence-prev { left: auto; background-image: url(../images/main/sec8-prev.png); }
.licence-next { left: auto; background-image: url(../images/main/sec8-next.png); right: auto;}
.licence-prev::before { content: ""; position: absolute; right: -10px; width: 1px; height: 16px; background: #ddd; top: 0px; }
.licence-swiper { width: 100%; position: relative; overflow: hidden;}
.licence-swiper .item { display: block; }
.licence-swiper .item .thumb { position: relative; overflow: hidden; padding-bottom: 140%; display: block;}
.licence-swiper .item .thumb img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
.sec8 .main-view { border-color: rgba(0, 95, 255,0.4); color: #005fff;}
.sec8 .main-view::after { background-image: url(../images/main/main-view.png);}
.sec8 .main-view:hover { color: #fff; }
.sec8 .main-view:hover::after { background-image: url(../images/main/main-view-w.png);}
.sec8-fx .img { width: 45%; }
.sec8-fx .img>div { position: relative; overflow: hidden; padding-bottom: 138%; display: block;}
.sec8-fx .img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}

.sec9 { background: linear-gradient(to bottom, var(--color-primary), #091a36); padding-bottom: 0; text-align: center; }
.sec9 .map-wrap { padding-left: 100px; padding-right: 100px; }
.sec9 .inner { position: relative; border-radius: 80px 80px 0 0; overflow: hidden; }
.sec9 .abbox { position: absolute; left: 100px; top: 50%; transform: translateY(-50%); border-radius: 24px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.3); z-index: 999; max-width: 460px; width: 100%; }
.sec9 .abbox .tit { background: #005fff; display: flex; align-items: flex-start; gap: 5px; justify-content: center; padding: 22px 10px 16px; color: #fff; }
.sec9 .abbox .tit h3 { font-size: 24px; font-weight: 700; letter-spacing: 0; line-height: 1.2em; }
.sec9 .abbox ul { padding: 0 40px; background: #fff; }
.sec9 .abbox ul li { border-bottom: 1px solid #ddd; padding: 35px 0 25px; display: flex; align-items: flex-start; text-align: left;}
.sec9 .abbox ul li:last-child { border: none; }
.sec9 .abbox ul li .cnt { flex: 1 1 auto; min-width: 0; width: 1%; margin-left: 12px; }
.sec9 .abbox ul li .cnt .title { line-height: 1.2em; font-size: 20px; font-weight: 700; color: #242424; letter-spacing: 0; margin-bottom: 20px; }
.sec9 .abbox ul li .cnt .txt { line-height: 1.5em; font-weight: 500; letter-spacing: 0;}

.sec10 { background: #f7faff; text-align: center; }
.sec10-list { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 30px; }
.sec10-list li { width: calc(100%/2 - 15px); background: #fff; border: 1px solid #ddd; border-radius: 40px; overflow: hidden; text-align: left; }
.sec10-list li .tit { padding: 28px 30px 24px; font-size: 22px; font-weight: 700; color: #242424; line-height: 1.2em; display: block; position: relative; }
.sec10-list li .tit::after { content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; background: url(../images/main/faq-view.png) center no-repeat; background-size: contain; width: 36px; height: 36px; transition: .2s;}
.sec10-list li .tit span { color: #005fff; display: inline-block; padding-right: 7px; transition: .2s;}
.sec10-list li .cnt { font-size: 16px; line-height: 1.5em; font-weight: 500; padding-left: 71px; padding-bottom: 20px; color: #fff; display: none; }
.sec10-list li.active { background: #005fff; border-color: #005fff; }
.sec10-list li.active .tit { color: #fff ;}
.sec10-list li.active .tit span { color: #fff; }
.sec10-list li.active .tit::after { background-image: url(../images/main/faq-close.png);}

.sec11 { padding: 100px 0; text-align: center; background-image: url(../images/main/sec11-bg.jpg);}

/* sub */ 
.sub-fx { margin: 150px 0 100px; }
.sub-fx .contain { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; flex-wrap: wrap;}
.sub-fx .contain::after { content: none; }
.sub-fx h2 { display: inline-block; font-size: 80px; font-weight: 700; line-height: 1.2em; color: #242424; position: relative; }
.sub-fx h2::after { content: ""; position: absolute; right: -30px; top: -15px; width: 20px; height: 20px; background: url(../images/main/sub-af.png) center no-repeat; background-size: contain; }

.lnb ul {display:flex; }
.lnb ul li { text-align:center; width: auto; position: relative; }
.lnb ul li a { display: inline-block; padding:0 20px; color:#a7a7a7; font-size:24px; font-weight:700; line-height:1em; letter-spacing:-.04em; position: relative; height: auto; line-height: 1.5em; }
.lnb ul li a::after { content: ""; position: absolute; right: 0; top: 10px; width: 1px; height: 12px; background: #d9d9d9; }
.lnb ul li:last-child a::after { display: none; }
.lnb ul li.active a {color:#0F57A7;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; text-align: center;}
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* Contact us */
.ct-form { display: flex; flex-wrap: wrap; gap: 80px 60px;font-family: 'Pretendard';}
.ct-form dl { width: calc(100%/2 - 30px); }
.ct-form dl.w100 { width: 100%; }
.ct-form dt { line-height: 1.2em; font-size: 18px; font-weight: 600; color: #242424; margin-bottom: 12px; }
.ct-form dt .required { color: var(--color-primary); }
.ct-form dd .input { width: 100%; height: 55px; font-family: 'Pretendard';}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #fff; padding: 45px 0; color: #686868; 	font-family: 'Pretendard'; font-size: 15px; }
#footer .contain { display: flex; align-items: center; justify-content: space-between; }
#footer .contain::after { content: none;}
#footer .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 50px; }
.ft-text { margin: 10px 0 0;}
.ft-text span { display: inline-block; padding-right: 40px; margin-bottom: 7px; font-weight: 300; color: #a3a3a3; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 400; display: inline-block; padding-right: 10px; color: #686868; }
.cpr { color: #bdbdbd; font-weight: 300; }
.policy a { display: inline-block; padding-right: 18px; font-weight: 400; position: relative; }
.policy a:last-child { padding-right: 0; }
.policy a:first-child::after { content: ""; position: absolute; right: 6px; background: #e1e1e1; width: 2px; height: 13px; top: 5px; }
.scroll-top { position: absolute; right: 20px; width: 60px; height: 60px; border-radius: 100%; text-indent: -9999em; background: var(--color-secondary) url(../images/common/top.png) center no-repeat; background-size: 22px; top: -30px; }

/* quick */
.quick { position: fixed; right: 100px; bottom: 60px; z-index: 999; }
.quick-list { display: flex; flex-direction: column; align-items: flex-end;}
.quick-list li { margin-bottom: 10px; border-radius: 24px; position: relative; width: 48px; height: 48px;  transition: .3s; position: relative; box-shadow: 0 0 5px rgba(0,0,0,0.15);}
.quick-list li.bg1 { background: #40b045;}
.quick-list li.bg2 { background: #4FA6F3;}
.quick-list li.bg3 { background: #1A4C9C;}
.quick-list li>a { display: flex; align-items: center; transition: .3s;}
.quick-list li .circle { width: 48px; height: 48px; border-radius: 100%; transition: .3s; z-index: 1; position: relative; background-repeat: no-repeat; background-position: center; background-size: contain;}
.quick-list li.bg1 .circle { background-image: url(../images/common/quick-ico1.png); }
.quick-list li.bg2 .circle { background-image: url(../images/common/quick-ico2.png); }
.quick-list li.bg3 .circle { background-image: url(../images/common/quick-ico3.png); }
.quick-list li p { flex: 1 1 auto; min-width: 0; width: 1%; font-size: 14px; font-weight: 700; letter-spacing: -.04em; line-height: 1em; color: #fff; transition: opacity .3s ease-in-out .2s; opacity: 0; visibility: hidden; text-align: center; padding-right: 5px; }
.quick-list li:hover { width: 155px;}
.quick-list li:hover p { opacity: 1; visibility: visible; }
.quick-list li.bg1:hover .circle { background-image: url(../images/common/quick-ico1-w.png);}
.quick-list li.bg2:hover .circle { background-image: url(../images/common/quick-ico2-w.png);}
.quick-list li.bg3:hover .circle { background-image: url(../images/common/quick-ico3-w.png);}