@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:1530px; 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:fixed; width:100%; z-index:100; top: 0; height: 100px; transition: .3s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 80px; padding-right: 80px;}
#header .contain::after { content: none;}

.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;}
.hd-right { display: flex; align-items: center;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; }
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li { padding:0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:97px; color:#1f286f; font-size:20px; font-weight:800; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; position: absolute; top: 0; width: 0; height: 5px; background: #1f286f; left: 0; transition: .2s; right: 0; margin: auto;}
#gnb>ul>li.active>a::after { width: 100%;}

#gnb .submenu {display:none; max-width: 800px; position: absolute; left: 0; right: 0; width: 100%; margin: auto; height: 200px;}
#gnb .submenu>div { display: flex; position: relative; padding: 40px 30px; height: 100%;}
#gnb .submenu .submenu-left { position: relative; border-right:2px solid #1f286f ; width: 240px; text-align: left; height: 100%;}
#gnb .submenu .submenu-left strong { display: inline-block; font-size: 20px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #1f286f; position: relative; margin-top: 27px;}
#gnb .submenu .submenu-left strong::after { content: ""; position: absolute; width: 28px; height: 28px; border-radius: 100%;  background: url(../images/common/hd-right.png) center no-repeat; right: -42px; top: 0; bottom: 0; margin: auto; background-size: 14px; border: 1px solid #1f286f;}
#gnb .submenu .submenu-right { text-align: left; display: flex; margin-right: -240px; padding-left: 90px; align-items: center; width: 100%;}
#gnb .submenu .submenu-right>div { flex: 1 1 auto; min-width: 0; width: 1%;}
#gnb .submenu .submenu-link { display: flex; flex-wrap: wrap; width: 100%;}
#gnb .submenu .submenu-link li { margin-bottom: 16px; width: calc(100%/3);}
.submenu-link2 { width: 100% !important;}
.submenu-link2 li { width: calc(100%/4) !important;}
#gnb .submenu .submenu-link li a { font-size: 16px; font-weight: 700; line-height: 1em; color: #1f286f; position: relative; display: block; width: 100%; }
#gnb .submenu .submenu-link.mg { width: 100%;}
#gnb .submenu .submenu-link li a:hover { color: #4472c4; }
#gnb .submenu .submenu-link li:last-child { margin-bottom: 0;}

.lang .custom-select {display:inline-block; min-width:70px; vertical-align:middle; position:relative; z-index:10; margin-right: 20px; margin-top: 3px;  margin-left: 40px; border-radius: 10px 10px 0 0;}
.lang .custom-select::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border-radius: 10px 10px 0 0; border: 1px solid #1f286f; display: none; border-bottom: none;}
.lang .custom-select .select-hidden {display:none;}
.lang .custom-select .select-input {position:relative; height:34px; font-size:16px; line-height:32px; letter-spacing:-.03em; overflow:hidden; white-space:nowrap; cursor:pointer; background:transparent; z-index:2; color: #1f286f; font-weight: 700; border: 1px solid #1f286f; width: 70px; text-align: center; border-radius: 18px; margin: auto;}
.lang .custom-select .select-input span { font-size: 14px;}
.lang .custom-select .select-options { display: none; position: absolute; left: 0; width: 100%; max-height: 460px;line-height: 1.5em; letter-spacing: -.03em; overflow: auto; color: #1f286f; z-index: 1; padding: 12px 0; text-align: center; padding-top: 3px;}
.lang .custom-select .select-options li a { display: block; width: 100%; transition: .2s; font-size: 16px; z-index: 1; padding-bottom: 12px; text-align: center; font-weight: 700;} 
.lang .custom-select .select-options li a:last-child { padding-bottom: 0;}
.lang .custom-select .select-options li:hover { color: #b4b4b4;}
.lang .custom-select.active .select-input { border: none;}
.lang .custom-select.active .select-input span { display: none;}
.lang .custom-select.active .select-options { border: 1px solid #1f286f; border-radius: 0 0 10px 10px; border-top: none;}
.lang .custom-select.active::after {display: block;}

.m-lang { display: none; gap: 6px; margin-right: 35px;}
.m-lang a { display: flex; text-align: center; width: 64px; height: 30px; justify-content: center; align-items: center; border: 1px solid #1f286f; border-radius: 15px; color: #1f286f; font-weight: 400; line-height: 1em; transition: .2s;}
.m-lang a:hover { color: #fff; background: #1f286f;}
.m-lang a.active { color: #fff; background: #1f286f; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #dddddd; border-bottom: 1px solid #ddd;}

#header.header-hover { background: #fff; border-bottom: 1px solid #ddd;} 
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li>a { color: #1f286f;}
#header.header-hover #gnb>ul>li.active>a { color: #4472c4; }
#header.header-hover .list-icon span { background: #1f286f;}
#header.header-hover .list-icon span::before { background: #1f286f;}
#header.header-hover .list-icon span::after { background: #1f286f;}
#header.header-hover .lang .custom-select .select-input { color: #1f286f; border: 1px solid #1f286f;}
#header.header-hover .lang .custom-select .select-options { color: #1f286f; border: 1px solid #1f286f; background: #fff;}
#header.header-hover .lang .custom-select .select-options li:hover { color: #b4b4b4;}
#header.header-hover .lang .custom-select.active .select-input { border: none;}
#header.header-hover .lang .custom-select.active .select-options { border-top: none;}
#header.header-hover .lang .custom-select.active::after {display: block;}

#header.active .sitelogo { background-image: url(../images/common/logo.png);}
#header.active  #gnb>ul>li>a { color: #1f286f;}

#header.active .lang .custom-select .select-input { color: #1f286f; border: 1px solid #1f286f;}
#header.active .lang .custom-select .select-options { color: #1f286f; border: 1px solid #1f286f; }
#header.active .lang .custom-select .select-options li:hover { color: #b4b4b4;}
#header.active .lang .custom-select.active .select-input { border: none;}
#header.active .lang .custom-select.active .select-options { border-top: none;}
#header.active .lang .custom-select.active::after {display: block; border: 1px solid #1f286f; border-bottom: none;}
#header.active .list-icon span { background: #1f286f;}
#header.active .list-icon span::before { background: #1f286f;}
#header.active .list-icon span::after { background: #1f286f;}

#header.move {background: #fff;}
#header.move .sitelogo { background-image:url("../images/common/logo.png");}
#header.move .lang .custom-select .select-input { border: 1px solid #1f286f; color: #1f286f;}
#header.move .lang .custom-select .select-options{ border: 1px solid #1f286f; color: #1f286f; background: #fff; border-top: none;}
#header.move .lang .custom-select.active::after {display: block; border: 1px solid #1f286f; border-bottom: none;}
#header.move .lang .custom-select.active .select-input { border: none;}

.list-icon {position:relative; width:32px; height:29px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; }
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:4px; background:#1f286f; border-radius: 2px; left: 15px;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:4px; border-radius: 2px;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#1f286f; content: "only"; left: -15px;}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#1f286f; left: -10px; }

.mobile-navigation {display:block; position:fixed; top:100px; right:0; width:100%; height:100vh; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102; padding: 80px;}
.mobile-navigation .big { font-family: 'LINESeedKR-Bd'; font-size: 56px; font-weight: 700; line-height: 1.2em; color: #1f286f; margin-bottom: 50px;}
.mobile-navigation .nav-menu>ul {border-left:1px solid #000000; display: flex; }
.mobile-navigation .nav-menu>ul>li {border-right:1px solid #ddd; padding-left: 60px; flex: 1;}
.mobile-navigation .nav-menu>ul>li>a { display: none;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#1f286f}
.mobile-navigation .nav-menu .submenu {display:block; }
.mobile-navigation .nav-menu .submenu strong { color: #1f286f; line-height: 1em; display: block; font-size: 20px; font-weight: 700; margin-bottom: 20px;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; line-height: 1.666em; color: #555; font-weight: 400; }
.mobile-navigation .nav-menu .submenu ul li a:hover { text-decoration: underline; text-underline-position: under;}
.mobile-navigation .submenu-link2 { width: 10%0% !important;}
.mobile-navigation .submenu-link2 li { width: 100% !important;}
.navi-ct { display: flex; margin-top: 50px; border-left: 1px solid #000;}
.navi-right a { display: flex;}
.navi-ct>div { width: calc(100%/2); padding-left: 60px; display: flex;}
.navi-ct>div .circle { width: 96px; height: 96px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #4472c4;}
.navi-txtbox { flex: 1 1 auto; width: 1%; min-width: 0; padding-left: 55px;}
.navi-txtbox .tit { line-height: 1em; font-size: 20px; font-weight: 700; color: #1f286f; font-family: 'LINESeedKR-Bd'; margin-bottom: 12px;}
.navi-txt { line-height: 1.5em; font-size: 17px;}
.navi-txt span { display: inline-block; line-height: 1.5em; font-weight: 400; color: #555;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened #header { background: #fff;}
html.menu-opened .sitelogo { background-image: url(../images/common/logo.png);}
html.menu-opened .lang { display: none;}
html.menu-opened .m-lang { display: flex;}
html.menu-opened .list-icon span { background: #fff !important; left: 0; }
html.menu-opened .list-icon span::before { background: #1f286f; left: 0; transform: rotate(45deg); top: 0;}
html.menu-opened .list-icon span::after { background: #1f286f; left: 0;  transform: rotate(-45deg); bottom: 0;}
html.menu-opened #gnb { display: none;}

.scroll { text-align: center; position: fixed; left: 0; right: 0; margin: auto; bottom: 55px; z-index: 99; animation: scrollDisappear 1.5s infinite; display: none;}
.scroll .txt { font-size: 12px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; margin-top: 0; font-family: 'LINESeedKR-Bd';}
@keyframes scrollDisappear {
    0% {
      transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

/* intro */
#intro { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; background: #00733c; z-index: 9999999; position: fixed; top: 0; left: 0; overflow: hidden; transition: transform 0.5s;}
.intro-logo { opacity: 0;}


/* main 공통 */
.main-box { display: flex; }
.main-left { width: 38%; padding-right: 25px;}
.main-right { width: 62%;}
.main-subtit { font-family: 'LINESeedKR-Bd'; font-size: 16px; font-weight: 700; line-height: 1em; color: #1f286f; margin-bottom: 25px;}
.main-tit { font-size: 64px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; color: #1f286f; margin-bottom: 18px;}
.main-line { width: 72px; height: 1px; background: #1f286f; margin-bottom: 45px;}
.main-txt { font-size: 17px; font-weight: 400; letter-spacing: -.025em; line-height: 1.666; color: #1f286f; }
.main-link { width: 217px; height: 65px; background: #4472c4; border: 1px solid #4472c4; border-radius: 33px 10px 33px 33px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; font-family: 'LINESeedKR-Bd'; font-size: 16px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; position: relative; padding-right: 50px; transition: .2s; margin-top: 40px;} 
.main-link::after { content: ""; position: absolute; right: 20px; background-size: contain; width: 37px; height: 10px; background: url(../images/main/sec2-more.png) center no-repeat; top: 26px;}
.main-link:hover { background: #fff; color: #4472c4;}
.main-link:hover::after { background: url(../images/main/sec2-more-c.png) center no-repeat; background-size: contain;}
.main-list { margin-top: 160px; display: flex; }
.main-list li { text-align: center; padding: 0 35px; position: relative;}
.main-list li::after { content: ""; position: absolute; right: 0; top: 2px; width: 1px; height: 25px; background: #aaa;}
.main-list li:first-child { padding-left: 0;}
.main-list li:last-child { padding-right: 0;}
.main-list li:last-child::after { display: none;}
.main-list li .tit { font-size: 16px; line-height: 1.2em; letter-spacing: -.025em; font-weight: 700; font-family: 'LINESeedKR-Bd'; color: #1f286f; margin-bottom: 4px;}
.main-list li .txt { font-size: 16px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; color: #555;}
.main-fx { flex-direction: row-reverse;}
.main-fx .main-left { padding-right: 0; padding-left: 25px; width: 40%;}
.main-fx .main-right { padding-right: 175px; width: 60%;}
.main-fx .main-right .sec2-btbox { justify-content: flex-start; }
.main-fx .main-right .sec2-btbox .sec2-swiper-button-next { border: 1px solid #ddd;} 
.main-fx .main-right .sec2-btbox .sec2-swiper-button-prev { border: 1px solid #ddd;}

/* fullpage 옵션 */
.fp-page { position: fixed; left: 80px; top: 50%; transform: translateY(-50%); overflow: unset !important; display: none;}
.fp-page .number { font-size: 12px; font-weight: 700; line-height: 1em; color: #888; transform: rotate(-90deg); }
.fp-page .number .current { color: #242424;}
.fp-page.active .number .current { color: #fff;}
.fp-progress { width: 2px; height: 280px; background: #ddd; margin: 45px auto 30px; position: relative;}
.fp-progress .bar { height: calc(100%/7); width: 100%; display: block; background: #000; position: absolute; top: 0; transition: .2s;}
.fp-buttons button { border: none; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: contain; width: 11px; height: 21px; display: block; margin: auto;}
.fp-buttons button.up { background-image: url(../images/main/fullpage-up.png); margin-bottom: 10px;}
.fp-buttons button.down { background-image: url(../images/main/fullpage-down.png);}
.fp-page.active .fp-buttons button.up { background-image: url(../images/main/fullpage-up-w.png);}
.fp-page.active .fp-buttons button.down { background-image: url(../images/main/fullpage-down-w.png);}

.fp-page.none { display: block;}

.sec1 .fp-tableCell { vertical-align: top;}

/* main */
.sec1-top img { width: 100%;}
.sec1-top { height: 65vh;}
.sec1-top .video-container { padding-bottom: 56.25%;}
.sec1-top video { object-fit: cover;}
.sec1-btm { height: 35vh; display: flex; align-items: center; background: #fff; z-index: 1; position: relative;}
.sec1-txtbox { display: flex; justify-content: space-between; align-items: flex-end; }
.sec1-txtbox h2 { font-size: 46px; font-weight: 300; line-height: 1.2em; color: #1f286f; position: relative; display: flex; align-items: flex-start; gap: 20px;}
.sec1-txtbox h2 span { font-weight: 800; display: inline-block; }
.sec1-txtbox h2.sec1-fx { display: block;}
.sec1-txtbox h2 strong { font-size: 72px; font-weight: 700; font-family: 'GmarketSans'; color: #bbb; display: inline-block; padding-top: 20px;}
.sec1-txtbox h2 strong:last-child { position: absolute; bottom: -20px; right: -50px;}
.sec1-pd { padding-left: 55px; gap: 0 !important;}
.sec1-more { display: flex; align-items: center; width: 288px; height: 64px; border-radius: 32px 10px 32px 32px; background: #1f286f; font-family: 'LINESeedKR-Bd'; font-size: 30px; font-weight: 700; letter-spacing: -.025em; color: #fff; justify-content: center; padding-right: 46px; position: relative; line-height: 1em; transition: .2s;}
.sec1-more:hover { background: #4472c4;}
.sec1-more::after { content: ""; position: absolute; width: 29px; height: 12px; background-size: contain; right: 58px; background: url(../images/main/sec1-rightbt.png) center no-repeat;}

.sec2 { background: #ececec;}
.sec2-btbox { position: relative; display: flex; justify-content: flex-end; gap: 17px; margin-top: 90px;}
.sec2-swiper { position: relative; overflow: hidden; width: 100%; text-align: center;}
.sec2-swiper-slide { text-align: center;}
.sec2-swiper-slide a{ display: block; width: 100%; position: relative;}
.sec2-swiper-slide .thumb {position:relative; padding-bottom:100%; margin-bottom:30px; overflow:hidden; box-shadow: 0 0 20px rgba(0,0,0,0.1); background: #fff;}
.sec2-swiper-slide .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-swiper-slide .num { font-size: 13px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #777; margin-bottom: 20px;}
.sec2-swiper-slide .num .count { color: #1f286f; font-weight: 700;}
.sec2-swiper-slide .tit { font-size: 24px; font-weight: 600; letter-spacing: -.025em; line-height: 1.2em; color: #1f286f; margin-bottom: 7px;}
.sec2-swiper-slide .ctr { font-weight: 700; letter-spacing: -.025em; font-family: 'LINESeedKR-Bd'; color: #555; }
.sec2-swiper-button-next::after, .sec2-swiper-button-prev::after { display: none;}
.sec2-swiper-button-next, .sec2-swiper-button-prev { width: 64px; height: 64px; background-color: #fff; border-radius: 100%; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 14px;}
.sec2-swiper-button-prev { left: auto; background-image: url(../images/main/sec2-leftbt.png);}
.sec2-swiper-button-next { right: auto; background-image: url(../images/main/sec2-rightbt.png);}

.sec3-swiper { position: relative; overflow: hidden; width: 100%;}
.sec3-swiper-slide { text-align: left; height: 470px; position: relative; border: 1px solid #ddd;}
/* .sec3-swiper-slide a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd; z-index: 1;} */
.sec3-swiper-slide a{ display: block; width: 100%; position: relative;}
.sec3-swiper-slide .thumb {position:relative; padding-bottom:75%; overflow:hidden; }
.sec3-swiper-slide .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;}
.sec3-txtbox { padding: 15px 15px 15px 35px;}
.sec3-txtbox .tit { font-size: 24px; letter-spacing: -.025em; line-height: 1.2em; color: #1f286f; font-weight: 700; font-family: 'LINESeedKR-Bd'; margin-bottom: 20px;}
.sec3-txtbox .tit span { display: inline-block; font-size: 16px; font-weight: 600; letter-spacing: -.025em; color: #000; padding-left: 12px;}
.sec3-txtbox .txt { font-size: 16px; font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; color: #555;}
.sec3-swiper-button-next::after, .sec3-swiper-button-prev::after { display: none;}
.sec3-swiper-button-next, .sec3-swiper-button-prev { width: 64px; height: 64px; background-color: #fff; border-radius: 100%; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 14px; border: 1px solid #ddd;}
.sec3-swiper-button-prev { left: auto; background-image: url(../images/main/sec2-leftbt.png);}
.sec3-swiper-button-next { right: auto; background-image: url(../images/main/sec2-rightbt.png);}

.sec4 { background: #ececec;}

.sec5-list { flex-wrap: wrap; display: flex;}
.sec5-list li { width: calc(100%/3);}
.sec5-list li img { width: 100%;}

.sec6 { border-top: 1px solid #ddd;}
.sec6-box { display: flex; }
.sec6-left { width: 25%; padding-right: 25px;}
.sec6-right { width: 75%;}
.sec6-swiper { position: relative; overflow: hidden; width: 100%;}
.sec6-swiper-slide a { display: block; width: 100%; position: relative;}
.sec6-swiper-slide .thumb {position:relative; padding-bottom:65%; margin-bottom:30px; overflow:hidden; }
.sec6-swiper-slide .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;}
.sec6-swiper-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #ddd;}
.sec6-swiper-slide .date { font-size: 14px; font-weight: 600; line-height: 1em; color: #555;}
.sec6-swiper-slide .date span { display: inline-block; margin-left: 13px; color: #fff; font-size: 12px; font-weight: 600; line-height: 1em; border-radius: 12px; padding: 5px 15px; background: #849fcd;}
.sec6-swiper-slide .tit { font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; margin: 15px 0 20px; color: #1f286f;}
.sec6-swiper-slide .txt { color: #555; font-size: 16px; font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.sec6 .swiper-pagination-progressbar { top: auto; left: auto; position: relative; margin-top: 75px; height: 10px;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #1f286f;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:50vh; color: #fff; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}

.sub-head { height: 100vh;}
.sub-headbox { height: 50vh; position: relative; }
.sub-headbox .contain { position: relative; height: 100%; display: flex; align-items: center;}
.sub-title { font-size: 66px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; font-family: 'LINESeedKR-Bd'; color: #1f286f; }
.sub-category { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; position: absolute; left: 0; right: 0; margin: auto; bottom: 25px; padding-left: 30px; padding-right: 30px;}
.sub-category .home { display: flex; align-items: flex-start; }
.sub-category .home a { display: inline-block; font-size: 15px; font-weight: 500; letter-spacing: -.025em; line-height: 1em; color: #aaa; padding-right: 25px; position: relative; margin-left: 15px;}
.sub-category .home a::after { content: ""; width: 5px; height: 9px; background-size: contain; position: absolute; right: 10px; background: url(../images/sub/home-right.png) center no-repeat; top: 4px;}
.sub-category .home span { line-height: 1em; font-size: 15px; font-weight: 500; color: #1f286f; letter-spacing: -.025em; display: inline-block; position: relative;}
.sub-category .home span.af { color: #aaa; padding-right: 25px; }
.sub-category .home span.af::after { content: ""; width: 5px; height: 9px; background-size: contain; position: absolute; right: 10px; background: url(../images/sub/home-right.png) center no-repeat; top: 2px;}
.sub-category .home span.active { color: #1f286f;}
.sub-category .down { width: 50px; height: 50px; border-radius: 100%; border: 1px solid #ddd; background: #fff url(../images/sub/sub-down.png) center no-repeat; background-size: 12px; position: absolute; right: 0; bottom: 0; left: 0; margin: auto;}
.sub-category p { font-size: 17px; font-weight: 500; letter-spacing: -.025em; line-height: 1.5em; color: #1f286f;}
.sub-category p span { display: inline-block; margin-left: -8px;}

#sub #container { overflow: unset; height: 100%; display: flex; width: 100%; margin: 0 auto; }
#contArea {flex: 1 1 auto; min-width: 0; width: 1%; margin-left: -225px;}

.sub-pd { padding: 60px 0;}

.sub-tab { position: sticky; left: 60px; top: 150px; max-width: 225px; width: 100%; height: 100%;}
.sub-tab li { font-size: 16px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; color: #999; margin-bottom: 12px; position: relative;}
.sub-tab li::after { content: ""; position: absolute; left: -16px; width: 4px; height: 4px; background: #1f286f; top: 9px; display: none;}
.sub-tab li.active { color: #1f286f; }
.sub-tab li.active::after { display: block;}
.sub-tab li:last-child { margin-bottom: 0;}

.sub-box { margin-bottom: 100px;}
.sub-box:first-child { padding-top: 10px !important; }
.sub-box3 { padding-bottom: 0 !important; margin-bottom: 0;}
.sub-box4 { padding:0 !important;}


.sub-title2 { padding-top: 80px; display: flex; width: 100%; border-top: 1px solid #ddd; position: relative; gap: 40px;}
.sub-title2::before { content: ""; position: absolute; top: 0; left: 0;width: 60px; height: 3px; background: #4472c4;}
.sub-title2 .num { font-size: 20px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #aaa;}
.sub-title2 h2 { font-size: 26px; letter-spacing: -.025em; line-height: 1em; color: #1f286f; font-weight: 700;}
.sub-title2 .app-tit { font-size: 40px; font-weight: 600; line-height: 1em; letter-spacing: -.025em; color: #1f286f; padding-left: 24px; margin-bottom: 30px;}
.sub-title2 .app-tit span { color: #4472c4; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #1f286f;}
#footer .contain { position:relative; display: flex; justify-content: space-between; padding-left: 30px; padding-right: 30px;}
#footer .contain::after { content: none;} 
.ft-top { padding-top: 90px; color: #fff; position: relative;}
.ft-top .contain { border-bottom: 1px solid #5a63ac; position: relative; padding-bottom: 75px; }
.ft-left .tit { font-family: 'LINESeedKR-Bd'; font-size: 100px; letter-spacing: -.025em; line-height: 1em; margin-left: -5px;}
.ft-left h3 { font-size: 22px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; }
.ft-right img { transition: .3s;}
.ft-right a:hover>img { transform: rotate(45deg);}
.ft-top-list { margin-top: 15px;}
.ft-top-list li { position: relative; margin-bottom: 13px;}
.ft-top-list li:last-child { margin-bottom: 0; }
.ft-top-list li img { position: absolute; left: 10px;  top: 0;}
.ft-top-list li .txt { padding-left: 65px; font-size: 20px; font-family: 'LINESeedKR-Bd'; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; padding-top: 4px;}
.ft-btm { padding: 65px 0 105px; color: #fff; position: relative;}
.ft-info .tit{ line-height: 1.2em; margin-bottom: 10px; font-weight: 700; font-size: 18px;}
.ft-text { line-height: 1.5em;}
.ft-text span { display: inline-block; font-size: 18px; line-height: 1.5em; font-weight: 400; color: #b6bbdf; padding-right: 10px;}
.ft-text span a { padding: 5px 0; display: inline-block;}
.ft-text span a img { padding-right: 3px; padding-top: 3px;}
.ft-btm-list li { font-size: 16px; line-height: 1.2em; font-weight: 400; margin-bottom: 10px; font-family: 'LINESeedKR-Rg';}
.ft-btm-list li:last-child { margin-bottom: 0;}
.ft-btm-list li:hover { color: #b4b4b4;}
.family { text-align: right;}
.family .custom-select {display:inline-block; min-width:320px; vertical-align:middle; position:relative; z-index:10; border-bottom: 2px solid #fff; text-align: left;}
.family .custom-select .select-hidden {display:none;}
.family .custom-select .select-input {position:relative; padding:0 40px 0 18px; height:50px; font-size:16px; line-height:48px; overflow:hidden; white-space:nowrap; cursor:pointer; background:#444b84 url(../images/common/custom-select.png) right 27px center no-repeat; border:2px solid #fff; z-index:2; color: #fff; font-weight: 700; border-bottom: none;}
.family .custom-select .select-options {display:none; position:absolute; margin-top:-1px; left:0; width:100%; max-height:460px; font-size:16px; line-height:1.5em; overflow:auto; background: #444b84; font-weight: 700; border: 2px solid #fff; border-top: none; padding: 10px 0;}
.family .custom-select .select-options li {padding:3px 18px; cursor:pointer; transition:.2s;}
.family .custom-select .select-options li a:hover {text-decoration: underline; text-underline-position: under;}
.family .custom-select .select-input.active { border-bottom: none;}
.family .custom-select .select-input.active { background-image: url(../images/common/select-up.png);}
.cpr { font-size: 14px; color: #b6bbdf; font-weight: 300; margin-top: 23px; line-height: 1.2em;  font-weight: 200;}
.policy { text-align: right; }
.policy a { line-height: 1.2em; display: inline-block; color: #b6bbdf; font-weight: 200; position: relative; font-size: 14px;}
.policy a:last-child { padding-left: 18px; }
.policy a:last-child::after { content: ""; position: absolute; left: 7px; width: 1px; height: 10px; background: #bdbbdf; top: 4px;}
.scroll-top { position: fixed; right: 70px; bottom: 55px; width: 14px; height: 161px; background: url(../images/common/scroll-top.png) center no-repeat; background-size: contain; z-index: 1111; display: block;}
.scroll-top.active { background: url(../images/common/top-w2.png) center no-repeat; background-size: contain;}
.scroll-top2 { position: fixed; right: 70px; bottom: 55px; width: 14px; height: 161px; background: url(../images/common/scroll-top.png) center no-repeat; background-size: contain; z-index: 1111; display: block;}
.scroll-top2.active { background: url(../images/common/top-w2.png) center no-repeat; background-size: contain;}


