@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;}
#wrapper { height: 100%;}
#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%; top: 0; z-index:100; height: 100px; background: #fff; }
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 100%; padding-left: 60px; padding-right: 60px;}
#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;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:auto;}
#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:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em; font-family: 'Montserrat', sans-serif;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:0px; width:0; height:3px; background:#22268a; transition:.3s; left: 0; right: 0; margin: auto;}
#gnb>ul>li.active>a:after {width:30px; left:0; right: 0; margin: auto;}

#gnb .submenu {display:none; position:absolute; left:50%; width:100%; transform:translateX(-50%); background:#fff; border-top:0; text-align:center; box-shadow: 3px 3px 8px rgba(0,0,0,0.1); border-radius: 0 0 30px 30px; top: 0;  padding-top: 100px; z-index: -1; }
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-size:16px; line-height:1.33em; font-weight: 300;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; color: #22268a;}
#gnb .submenu>ul>li.active>a {color:#22268a;}
.hd-right { display: flex; align-items: center;}
.hd-sns { display: flex; align-items: center; gap: 10px; padding-right: 120px; padding-top: 3px; padding-left: 40px;}

#header.header-hover {background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a { color: #242424;}
#header.header-hover #gnb > ul > li.active > a { color: #22268a;} 
#header.header-hover .list-icon span {background-color: #242424;}
#header.header-hover .list-icon span:before {background-color: #242424;}
#header.header-hover .list-icon span:after { background-color: #242424;}

#header.header-active {  background: #fff;}
#header.header-active .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-active #gnb > ul > li > a { color: #242424;}
#header.header-active .list-icon span {background-color: #242424;}
#header.header-active .list-icon span:before {background-color: #242424;}
#header.header-active .list-icon span:after { background-color: #242424;}

/* for mobile */
.list-icon {position:absolute; top:50%; right:60px; width:27px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:3px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:3px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; 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:16px; 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:#22268a}
.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:16px; 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:#22268a;}
.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:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; margin-top: 50px; display: flex; align-items: center;}
.main-visual .contain {position: relative; height: 100%; }
.main-visual .items { width: 66%; border-radius: 0 0 100px 0; overflow: hidden;}
.main-visual .item {position:relative; overflow:hidden;}
.main-visual .item img { width: 100%; }
.main-sb { position: absolute; right: 0; top: 0; z-index: -1;}

.main-visual .caption { position: relative; width: 34%; padding-left: 85px; padding-bottom: 80px;}
.main-visual .caption .txt {display: inline-block; }
.main-visual .caption h2 {font-size: 80px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #242424; font-family: 'Montserrat', sans-serif; margin-bottom: 15px;}
.main-visual .caption p { font-size: 32px; font-weight: 200; letter-spacing: -.03em; line-height: 1.2em; color: #242424; font-family: 'Montserrat', sans-serif; }
.pagination { position: absolute; left: -62px; top: -180px; display: flex; align-items: center; gap: 30px;}

.main-visual .slick-dots {line-height:0; z-index:50; position: relative; width: 123px; height: 123px; border-radius: 100%; border: 1px solid #22268a; display: flex; align-items: center; justify-content: center;}
.main-visual .slick-dots li {display: none; letter-spacing: -.03em; font-size: 20px; font-weight: 700; opacity: 1; text-align: center; color: #22268a; position: relative;}
.main-visual .slick-dots li.slick-active{display:block; }
.main-visual .slick-dots span:first-child { color: #22268a; font-size: 20px;}
.main-visual .slick-dots span { padding: 0 10px;}

.main-nav li { width: 5px; height: 5px; border-radius: 100%; background: #e5e5e5; display: inline-block; line-height: 0; text-indent: -9999px; font-size: 0; margin: 0 7px; cursor: pointer;}  
.main-nav li.active { background: #22268a;}

/* main */
.sec1 { padding: 190px 0 120px; position: relative;}
.sec1 .contain { max-width: 100%; padding-left: 160px; padding-right: 160px; display: flex; }
.sec1-left { width: 34%;}
.sec1-right { width: 66%; padding-left: 100px; position: relative;}
.sec1-left b { display: block; font-size: 20px; font-weight: 700; letter-spacing: -.03em; line-height: 1.1em; font-family: 'Montserrat', sans-serif; color: #22268a;}
.sec1-left h3 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.5em; color: #242424; margin-top: 20px; margin-bottom: 40px;}
.sec1-left p { margin-top: 25px; font-size: 18px; font-weight: 400; letter-spacing: -.03em; line-height: 1.666em; color: #454545;}
.sec1-left p span { color: #002196; font-weight: 600;}
.sec1-link { display: inline-block; margin-top: 80px; position: relative; font-size: 15px; font-weight: 600; color: #898989; line-height: 1em; letter-spacing: -.03em;}
.sec1-link::after { content: ""; width: 56px; height: 56px; border-radius: 100%; background-color: #ddd; align-items: center; justify-content: center; position: absolute; right: -65px; top: -20px; background-position: center; background-repeat: no-repeat; background-image: url(../images/main/bt.png); background-size: 14px; transition: .2s;}
.sec1-link:hover { color: #002196;}
.sec1-link:hover::after { background-color: #002196; background-image: url(../images/main/bt_w.png);}
.sec1_sb { position: absolute; right: 0; top: 110px; z-index: -1;}
.sec1-list { display: flex; gap: 40px;}
.sec1-list li { width: calc(100%/2 - 20px);}
.sec1-list li .imgbox { border-radius: 30px; overflow: hidden; position: relative;}
.sec1-list li .imgbox img { width: 100%;}
.sec1-list li .imgbox::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 30px; border: 5px solid #002196; opacity: 0; transition: .2s;}
.sec1-list li .textbox { position: relative; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; padding-right: 65px;}
.sec1-list li .textbox .tit { font-size: 28px; font-weight: 700; letter-spacing: -.03em; color: #242424; line-height: 1em; font-family: 'Montserrat', sans-serif;}
.sec1-list li .textbox .txt { font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em; color: #454545; margin-top: 5px;}
.sec1-list li .textbox .sec1-link { display: block; margin-top: 0; }
.sec1-list li:first-child { margin-top: 150px;}
.sec1-list li:hover .imgbox::after{ opacity: 1; }
.sec1-list li:hover > .textbox .tit { color: #002196;} 
.sec1-list li:hover > .textbox .txt { color: #002196;} 
.sec1-list li:hover > .textbox .sec1-link { color: #002196;} 
.sec1-list li:hover > .textbox .sec1-link::after { background-color: #002196; background-image: url(../images/main/bt_w.png);}

/* sub */ 
.sub-visual {position:relative; display:flex; table-layout:fixed; height:350px; overflow:hidden; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: calc(100% - 200px); margin-top: 50px; border-radius: 40px;align-items: center;} 
.sub-visual .cell {vertical-align:middle; max-width: 1260px; margin: auto; width: 100%; padding-left: 30px; padding-right: 30px;}
.sub-visual h2 {font-size:50px; line-height:1.2em; letter-spacing: -.03em; position: relative; display: inline-block; font-weight: 700; text-shadow: 3px 3px 5px rgba(0,0,0,0.15); font-family: 'Montserrat', sans-serif;}
.sub-visual p { font-size: 18px; font-weight: 200; letter-spacing: -.03em; line-height: 1.5em; margin-top: 15px; text-shadow: 3px 3px 5px rgba(0,0,0,0.15);}

.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");}

.lnb-wrap {position:relative; margin-top: -35px;}
.lnb {margin:0 auto; max-width:1200px; border-radius: 15px; overflow: hidden;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; background: #1b2088; position: relative;}
.lnb ul li::after { content: ""; position: absolute; right: 0px; top: 0; bottom: 0; margin: auto; width: 1px; height: 40px; background: rgba(255,255,255,0.6);}
.lnb ul li:last-child::after { display: none;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 15px; color:#fff; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#fff; border:0;}
.lnb ul li.active a {color:#1b2088;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { text-align: center; padding: 60px 0 40px;}
.sub-title>h2 { font-size: 30px; font-weight: 600; letter-spacing: -.03em; color: #242424; line-height: 1em; position: relative; }
.sub-title>h2::after { content: ""; display: block; width: 50px; height: 3px; background: #000; margin:30px auto 0;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 {padding-bottom: 0;}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 65px 0; background: #000;}
#footer .contain { position:relative; max-width: 100%; padding-left: 160px; padding-right: 160px;}
#footer .contain::after { content: none;}
.ft-top {  display: flex; justify-content: space-between; padding-bottom: 70px; border-bottom: 1px solid #dddddd; align-items: flex-start;}
.policy { margin-top: 45px;}
.policy a { display: inline-block; padding-right: 50px; font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; color: #fff; position: relative;}
.policy a:last-child { padding-right: 0;}
.policy a::after { content: ""; position: absolute; width: 1px; height: 16px; top: 2px; right: 22px; background: rgba(255,255,255,0.3);}
.policy a:last-child::after { display: none;}
.ft-sns { display: flex; align-items: center; gap: 10px;}
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding: 25px 0;}
.ft-text span { display: inline-block; position: relative; color: rgba(255,255,255,0.6); font-size: 15px; font-weight: 400; letter-spacing: -.03em; line-height: 1.556em; padding-right: 30px;}
.ft-text span::after { content: ""; position: absolute; width: 1px; height: 12px; top: 5px; right: 12px; background: rgba(255,255,255,0.6);}
.ft-text span:last-child { padding-right: 0;}
.ft-text span:last-child::after { display: none;}
.cpr span { display: inline-block; position: relative; color: rgba(255,255,255,0.6); font-size: 15px; font-weight: 400; letter-spacing: -.03em; line-height: 1.556em; }
.cpr a { display: inline-block; position: relative; color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 400; letter-spacing: -.03em; line-height: 1.556em; }
.scroll-top { position: fixed; right: 50px; bottom: 35px; width: 80px; height: 80px; border-radius: 100%; background: #000; color: #fff; font-size: 15px; font-weight: 600;  display: flex; align-items: center; justify-content: center;padding-top: 15px;}
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; border-top: 2px solid #fff; border-right: 2px solid #fff; width: 8px; height: 8px; top: 25px; margin: auto; transform: rotate(-45deg);}

