@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

#gnb {margin-right:-42px; 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 42px;}
#gnb>ul>li>a {display:flex; align-items:center; justify-content:center; height:var(--header-height); font-size:var(--fz20); font-weight:600; letter-spacing:-.03em; line-height:1.3em; color:#242424;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:23px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; font-size:var(--fz17); color:#fff; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:var(--color-primary); border-top:1px solid #f3753a;}

#header.header-fixed {box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.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 .home img {height:48px;}
.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:19px; 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: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: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:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:calc(100vh - var(--header-height));}
.main-visual .img {transition:5s; transform:scale(1.06); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .slick-slide.active .img {transform:scale(1);}
.main-visual .caption {padding:0 80px; position:absolute; top:38.5%; left:0; width:100%; z-index:2;}
.main-visual .caption h2 {text-shadow:5px 5px 5px rgba(0,0,0,.5); font-size:var(--fz58); font-weight:800; letter-spacing:-.03em; line-height:1.24em;}
.main-visual .slick-arrow {transition:.3s; position:absolute; top:50%; margin-top:-31px; width:45px; height:45px; border:0; border-right:2px solid #fff; border-bottom:2px solid #fff; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em; opacity:.4;}
.main-visual .slick-prev {left:3%; transform:rotate(135deg);}
.main-visual .slick-next {right:3%; transform:rotate(-45deg);}
.main-visual .slick-arrow:hover {opacity:1;}

.m-tit {margin-bottom:60px; font-size:var(--fz42); font-weight:500; letter-spacing:-.03em; line-height:1.24em; color:#242424;}
.m-tit strong {font-weight:800;}

.more {border-radius:23px; border:1px solid #fbd5c4; height:45px; padding:0 40px; display:inline-flex; align-items:center; justify-content:center; text-align:center; color:var(--color-primary); line-height:1.4em; font-weight:500;}
.more:hover {color:#fff; background:var(--color-primary);}

.highlight {display:inline-block; position:relative;}
.highlight:before {z-index:-1; content:''; position:absolute; left:0; bottom:0; width:100%; height:14px; background:#fff5e9;}
.highlight.ty2:before {background:#f4f4ff; bottom:4px; height:10px;}

.main-edu {padding:var(--main-sec);}
.main-edu .contain {display:flex;}
.main-edu .cnt {flex:1 1 auto; min-width:0; width:1%; margin-bottom:63px;}
.main-edu .cnt p {margin-bottom:62px; font-size:var(--fz20); font-weight:400; letter-spacing:-.03em; line-height:1.6em; color:#242424;}
.main-edu .puzzle {width:787px; margin-left:80px;}

.main-senior {padding:var(--main-sec); background:#f8f8f8 url('/images/main/senior-txt.png') no-repeat right 0 top 150px;}
.main-senior .links ul {display:flex; margin:-15px;}
.main-senior .links ul li {width:33.333%; padding:15px;}
.main-senior .links a {border-radius:0 40px 0 40px; overflow:hidden; position:relative; display:flex; justify-content:space-between;}
.main-senior .links a:after {opacity:0;transition:.3s; content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--color-primary); }
.main-senior .links a .img img {width:100%;}
.main-senior .links a .inner {z-index:2; display:flex; justify-content:space-between; padding:43px 40px; position:absolute; left:0; top:0; width:100%; height:100%; color:#fff;}
.main-senior .links a .inner .tit {margin-top:3px; font-size:var(--fz30); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-senior .arrow {opacity:0; width:50px; height:50px; background:url('/images/main/senior-arrow.png') no-repeat 50% 50% / contain;}
.main-senior .links a:hover:after {opacity:.9;}
.main-senior .links a:hover .arrow {opacity:1;}

/* sub */
.sub-visual {position:relative; height:520px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .inner .logo {margin-bottom:32px;}
.sub-visual .inner .tit {margin-bottom:22px; font-size:var(--fz40); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .inner .txt {text-shadow:5px 5px 5px rgba(0,0,0,.3); font-size:var(--fz26); font-weight:500; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; text-align:center;}
.lnb-wrap:after {content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex; justify-content:center;}
.lnb ul li {border-left:1px solid #ddd; width:auto; flex:1;}
.lnb ul li:last-child {border-right:1px solid #ddd;}
.lnb ul li a {position:relative; height:60px; display:flex; align-items:center; justify-content:center; font-size:var(--fz18); font-weight:500; line-height:1.4em; letter-spacing:-.02em; color:#2c2c2c;}
.lnb ul li.active a {background:var(--color-secondary); color:#fff;}
.lnb.ty2 ul li:nth-child(1).active a {background:#6cd7ea;}
.lnb.ty2 ul li:nth-child(2).active a {background:#fbb436;}
.lnb.ty2 ul li:nth-child(3).active a {background:#ff9cb4;}
.lnb.ty2 ul li:nth-child(4).active a {background:#add47e;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:70px 0 30px; text-align:center;}
.sub-title .tit {font-size:var(--fz35); font-weight:700; letter-spacing:-.03em; line-height:1.3em; color:#242424;}
.sub-title .tit:after {margin:20px auto 0; content:''; display:block; width:68px; height:3px; background:var(--color-primary);}
.sub-title .tit.ty2:after {background:#7eb73a;}
.sub-title .tit.st1:after {background:#6cd7ea;}
.sub-title .tit.st2:after {background:#fbb436;}
.sub-title .tit.st3:after {background:#ff9cb4;}
.sub-title .tit.st4:after {background:#add47e;}

.real-cont {min-height:300px; padding-bottom:150px;}

/* footer */
#footer {position:relative; background:#393939; color:#dadada; font-size:var(--fz15); line-height:1.5em; letter-spacing:-.03em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-top {padding:23px 0; border-bottom:1px solid #5f5f5f;}
.foot-top .contain {display:flex; justify-content:space-between;}
.foot-nav ul {display:flex; margin:0 -9px;}
.foot-nav ul li {position:relative; font-size:var(--fz16); color:#dcdcdc; padding:0 9px;}
.foot-nav ul li:after {content:''; position:absolute; right:0; top:50%; height:8px; width:1px; margin-top:-4px; background:#757575;}
.foot-nav ul li:last-child:after {display:none;}
.foot-nav .submenu {display:none;}
.foot-top .link a {font-weight:300;}

.foot-wrap {padding:54px 0;}
.foot-wrap .contain {position:relative;}
.foot-wrap .flex {display:flex; align-items:center;}
.foot-wrap .foot-logo {min-width:275px;}
.foot-wrap address {margin-bottom:5px;}
.foot-wrap address span {margin:0 30px 3px 0;}
.copyright {color:#929292; font-weight:400; font-size:var(--fz14);}
.foot-logo2 {position:absolute; right:30px; bottom:0;}

.scroll-top {opacity:0; transition:.3s; position:absolute; right:80px; bottom:80px; font-size:0; display:block; width:46px; height:46px; background:url('/images/common/top.png') no-repeat 50% 50% / contain;}

.scroll-top.active {opacity:1;}