@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;}

#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 {width: 100%; top: 0; left: 0; z-index:100; transition: .5s; height: 100px; background: #fff; position: fixed;}
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 100%;  padding-left: 100px; padding-right: 100px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2;}
.sitelogo a {display: block;}
.sitelogo a img { height:41px;}

#gnb {flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb > ul {display:flex; justify-content: center;}
#gnb > ul > li {position:relative; text-align:center; padding: 0 60px;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:700; line-height:100px; color: #333333; position: relative; padding: 0 10px;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-4px; left:50%; width:0; height:4px; background:#004a8f; transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px 30px; text-align: center; }
#gnb .submenu>ul>li>a {display:block; padding:4px 0; color:#8a8a8d; line-height:1.33em; font-size: 17px; font-weight: 300; letter-spacing: -.02em; }
#gnb .submenu>ul>li>a:hover { color: #004a8f; font-weight: 300;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #cccccc; overflow: hidden;}

.hd-ssc { font-size: 18px; font-weight: 700; color: #333; padding: 10px 25px; line-height: 1.2em; border: 1px solid #ddd; border-radius: 30px;}
.hd-ssc:hover { background: #afd3f5; border: 1px solid #afd3f5;}
.hd-ssc img { margin-right: 2px;}

.btn-m-menu {display: none;}

/* for mobile */

.list-icon { position: absolute; top: 50%; right: 30px; width: 18px; 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: 0; right: 0; top: 50%; margin-top: 0px; height: 2px; background: #242424;}
.list-icon span:before, .list-icon span:after { content: " "; position: absolute; left: -10px; right: 0; height: 2px; 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:none; 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:#004a8f}
.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:#004a8f;}
.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; background: #f4f4f4; height:calc(100vh - 100px); margin-top:100px;}
.main-visual .contain {position: relative; height: 100%; max-width: 1460px;}
.main-visual .item {position:relative; height:calc(100vh - 100px); overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video,
.main-visual .item iframe {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain;}
.main-visual .img img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .contain { max-width: 82%;}
.main-visual .caption {position: absolute; top: 40%; width: 100%; left: 0;color: #fff;}
.main-visual .caption .txt { display: inline-block; transform: translateX(-50px); opacity: 0; transition: opacity 0s 2s, transform 0s 2s; }
.main-visual .caption h2 {font-size: 36px; font-weight: 700; line-height: 1.2em; color: #004a8f; margin-top: 30px;}
.main-visual .caption p { font-size: 30px; font-weight: 200; line-height: 1.2em; color: #000; margin-top: 20px;}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; bottom: 110px; left: 0; right: 0; margin: auto;}
.main-visual .slick-dots li {display:inline-block; margin:0 20px;}
.main-visual .slick-dots li:first-child { margin-left: 0;}
.main-visual .slick-dots li button {position:relative; display:block; width:11px; height:11px; background:#fff; border:1px solid transparent; border-radius:100%; text-indent:-9999em; transition:.2s; }
.main-visual .slick-dots .slick-active button { background: #21acdc;}
.main-visual .slick-dots .slick-active button::after { content: ""; position: absolute; top: 0; left: -10px; bottom: 0; margin: auto; width: 29px; height: 29px; border-radius: 100%; border: 1px solid #fff;}

/* main공통 */
.main-titbox { padding-left: 50px; position: relative;}
.main-tit { font-size: 60px; font-weight: 700; letter-spacing: -.05em; color: #333; line-height: 1em;}
.main-txt { font-weight: 200; font-size: 26px; line-height: 1.2em; color: #555; margin-top: 20px;}
.main-txt br { display: none;}

/* main */
.sec1 { position: relative; width: 100%; padding-top: 170px; overflow: hidden; padding-bottom: 100px;}
.sec1-ico { position: absolute; right: 0; top: -60px; z-index: -1;}
.sec1-imgbox { position: absolute; left: 100px; bottom: 0; z-index: -1; border-radius: 60px 0 0 60px; overflow: hidden; width: 100%;}
.sec1-imgbox img { width: 100%; }
.sec1 .contain { max-width: 100%; padding-left: 100px; padding-right: 100px; display: flex;}
.sec1-list { display: flex; margin-top: 30px; gap: 40px; width: 78%; padding-left: 140px;}
.sec1-list>li { width: calc(100%/3 - 27px); transition: .3s;}
.sec1-list>li a { display: block; width: 100%;}
.sec1-list>li .imgbox { border-radius: 30px; overflow: hidden; box-shadow: 10px 10px 20px rgba(0,0,0,0.15);}
.sec1-list>li .imgbox img { width: 100%; display: block; object-fit: cover;}
.sec1-txtbox { padding-left: 5px; color: #fff; transition: .3s;}
.sec1-subtit { font-size: 28px; font-weight: 500; line-height: 1.2em; margin-top: 60px; letter-spacing: -.03em;}
.sec1-txt { font-size: 18px; font-weight: 200; line-height: 1.5em; margin-top: 10px;}
.sec1-tit { font-weight: 900; font-size: 40px; line-height: 1em; margin-top: 30px;}
.sec1-list>li:hover { transform: translateY(-30px);}
.sec1-list>li:hover > a .sec1-txtbox{ color: #6bd4ff;}
 
.sec2 { padding: 200px 0 0; position: relative;}
.sec2 .main-titbox { width: auto; position: relative; width: 45%;}
.sec2 .contain { max-width: 100%; padding-left: 100px; padding-right: 100px; display: flex; align-items: flex-start; }
.sec-sb { position: absolute; top: -350px; left: -210px; z-index: -2;}
.sec2-list { margin-top: 100px;}
.sec2-list li { font-size: 26px; font-weight: 700; letter-spacing: -.05em; line-height: 1.2em; color: #555; cursor: pointer; position: relative; }
.sec2-list li::before { content: ""; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; width: 7px; height: 2px; background: #555;}
.sec2-list li.active p { color: #004a8f;}
.sec2-list li p { display: inline-block; position: relative; padding: 25px 60px 25px 50px; }
.sec2-list li.active p::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; border: 1px solid #004a8f; }
.sec2-list li.active p::after { content: ""; position: absolute; background: url(../images/main/sec_right.png) center no-repeat; width: 28px; height: 15px; right: 15px; top: 32px;}
.sec2-imgbox { border-radius: 60px; overflow: hidden; margin-top: 50px; position: relative; width: 55%;}
.sec2-imglist { overflow: hidden;}
.sec2-imglist li { width: 100%; position: relative; display: none;}
.sec2-imglist li:first-child { display: block;}
.sec2-imglist img { width: 100%; display: block; object-fit: cover;}
.sec2-big { font-weight: 700; letter-spacing: -.05em; font-family: 'GmarketSans'; color: rgba(90,133,157,0.8); position: absolute; font-size: 70px; margin: auto; bottom: 50px; text-align: center; left: 0; right: 0;}

.sec3 { position: relative; padding-bottom: 270px; overflow: hidden; padding-top: 200px;}
.sec3 .contain{ max-width: 100%; padding-left: 100px; padding-right: 100px;}
.sec-sb2 { position: absolute; top: 70px; right: -500px; z-index: -1;}
.sec3-list { padding-left: 160px; padding-right: 160px; display: flex; justify-content:center; margin-top: 75px; gap: 35px;}
.sec3-list>li { width: calc(100%/4); text-align: center; transition: .3s;}  
.sec3-img { border-radius: 60px; overflow: hidden; box-shadow: 8px 8px 10px rgba(0,0,0,0.25);}
.sec3-img img { width: 100%;}
.sec3-txt { font-size: 24px; font-weight: 700; margin-top: 25px; line-height: 1.2em; color: #333;}
.sec3-list>li:hover { transform: translateY(-30px);}
.sec3-list>li:hover> a .sec3-txt { color: #0184ba;}

.sec4 { background: url(../images/main/sec4_bg.jpg?v=1) center no-repeat; background-size: cover; width: 100%; position: relative;}
.sec4 .contain { padding-left: 100px; max-width: 100%; padding-right: 0; display: flex; position: relative; top: -150px;}
.sec4-left { width: 46%; border-radius: 60px; overflow: hidden;} 
.sec4-left img { width: 100%;}
.sec4-right { width: 54%; padding-top: 90px; padding-left: 105px; background: #0c63b4 url(../images/main/sec4_ico.png) right 110% no-repeat; border-radius: 30px 0 0 30px; margin-left: 45px;}  
.sec4-right>b { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.1em;}
.sec4-logo { display: block; margin: 20px 0 70px;}
.sec4-box { margin-top: 50px;}
.sec4-tit { color: #8ec8ff; font-size: 20px; font-weight: 700; line-height: 1.3em;}
.sec4-subtit { font-size: 24px; font-weight: 700; line-height: 1.2em; color: #fff; margin-top: 15px;}
.sec4-txt { font-size: 18px; font-weight: 500; line-height: 1.444em; color: #fff; margin-top: 15px;}
.sec4-fx { display: flex; gap: 40px;}

.sec5 { padding: 100px 0;}
.sec5 .contain { max-width: 100%; padding-left: 100px; padding-right: 100px; display: flex; }
.sec5 .contain>div { width: calc(100%/2);}
.sec5-left { padding-right: 20px;}
.sec5-right { padding-left: 20px;}
.sec5-list1 { gap: 40px; display: flex; }
.sec5-list1 li { width: calc(100%/2 - 20px); border-radius: 30px; overflow: hidden; border: 1px solid #ddd; height: 220px;}
.sec5-list1 li a { display: block; width: 100%; padding: 30px; height: 100%; position: relative;}
.sec5-list1 li:first-child { background: url(../images/main/sec5_1.jpg?v=1) center no-repeat; background-size: cover;}
.sec5-list1 li:last-child{ background: url(../images/main/sec5_2.jpg?v=1) center no-repeat; background-size: cover;}
.sec5-left-tit { font-size: 28px; font-weight: 600; color: #fff; line-height: 1.2em; margin-top: 10px; padding-left: 6px;}
.sec5-img-right { text-align: right; margin-top: 20px;}

.sec5-list2 { gap: 40px; display: flex; }
.sec5-list2 li { width: calc(100%/2 - 20px); border-radius: 30px; overflow: hidden; border: 1px solid #ddd; height: 220px;}
.sec5-list2 li a { display: block; width: 100%; padding: 30px 10px 30px 40px; height: 100%;}
.sec5-titbox { display: flex; justify-content: space-between;}
.sec5-right-tit { font-size: 24px; font-weight: 600; letter-spacing: -.01em; color: #333; line-height: 1.3em; margin-top: 5px; padding-left: 30px;}
.sec5-fx { display: flex;} 
.circle { width: 50px; height: 50px; border-radius: 100%; border: 1px solid #5f6061; background: #233e98; display: flex; align-items: center; justify-content: center; margin-top: 5px; margin-right: 20px;} 
.sec5-list2 li p { font-size: 18px; font-weight: 300; line-height: 1.5em; color: #555; margin-top: 40px;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:340px; overflow:hidden; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; margin-top: 100px;}
.sub-visual .cell {display:table-cell; vertical-align:top; text-align:center; padding: 20px; padding-top: 90px;}
.sub-visual h2 {font-size:46px; line-height:1.2em; letter-spacing: -.02em; position: relative; display: inline-block; font-weight: 700;}
.sub-visual p { font-size: 16px; font-weight: 100; line-height: 1.1em; margin-top: 10px;}

.lnb-wrap {position:relative; margin-top: -55px;}
.lnb {margin:0 auto; max-width:1400px; background: #fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.25);}
.lnb ul {display:flex; justify-content: center;}
.lnb ul li {text-align:center; position: relative; width: auto;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:75px; padding:20px 25px 0; color:#333333; font-size:20px; font-weight:700; line-height:1.7em;}
.lnb ul li::after { width: 100%; height: 5px; content: ""; display: block; background: #0184ba; display: none;}   
.lnb ul li.active::after { display: block;}
.lnb ul li.active a {color:#0184ba;}
.lnb2 ul li { flex: 1;}

.sub-visual.bg1 {background-image:url("../images/sub/sub_visual1.jpg?v=1");}
.sub-visual.bg2 {background-image:url("../images/sub/sub_visual2.jpg?v=1");}
.sub-visual.bg3 {background-image:url("../images/sub/sub_visual3.jpg?v=1");}
.sub-visual.bg4 {background-image:url("../images/sub/sub_visual4.jpg?v=1");}
.sub-visual.bg5 {background-image:url("../images/sub/sub_visual5.jpg?v=1");}
.sub-visual.bg6 {background-image:url("../images/sub/sub_visual6.jpg?v=1");}

#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 { text-align: center; padding: 80px 0;}
.sub-title>h2 { font-size: 36px; font-weight: 700; color: #333333; line-height: 1em; position: relative;}

.real-cont {min-height:300px; padding-bottom: 145px;}
.real-cont2 {padding-bottom: 0;}


/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #061123; padding: 65px 0 50px;}
#footer .contain { position:relative; display: flex; justify-content: space-between; max-width: 100%; padding-left: 150px; padding-right: 150px;}
#footer .contain::after { content: none;}
.ft-left { display: flex; align-items: center;}
.ft-logo { margin-right: 70px;}
.ft-text span { font-size: 16px; line-height: 1.5em; font-weight: 300; color: #ccc; padding-right: 15px; display: inline-block; letter-spacing: -.02em;}
.ft-text span a { color: #3b59ba; text-decoration: underline;}
.cpr { margin-top: 7px;}
.cpr span { font-size: 16px; font-weight: 300; line-height: 1.2em; color: #ccc; padding-right: 10px;}
.cpr a { font-size: 12px; font-weight: 300; color: #1a2f50; line-height: 1.2em;}
.ft-right { display: flex;}
.ft-right a { font-weight: 500; font-weight: 300; line-height: 1.2em; color: #ccc; }
.ft-right a:last-child { padding-left: 15px;}
