@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}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#sub .contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
/* .contain:after {content:""; display:block; clear:both;} */

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {position:relative;top:0; left:0; width:100%;z-index:100;background:#fff;}
#header .contain {position:relative; max-width:1460px;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-15px; z-index:2;}

#gnb {font-family: 'NanumSquare', sans-serif;}
#gnb > ul {display:flex;justify-content:flex-end;}
#gnb > ul > li {position:relative; padding-right: 85px;}
#gnb > ul > li:last-child {padding-right: 0;}
#gnb > ul > li > a {display:block; color: #333; font-size:19px; font-weight:700; letter-spacing: -.03em; line-height:85px;}
#gnb > ul > li.active > a {color:#0e76bc;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; z-index:15;}
#gnb .submenu > ul {position:relative; padding:25px 0;}
#gnb .submenu > ul > li {margin-bottom:12px;}
#gnb .submenu > ul > li > a {position: relative; display:block; padding-left: 10px; line-height:1.5em; font-size: 18px; letter-spacing: -.03em; color: #454545;}
#gnb .submenu > ul > li > a:before {content:""; position: absolute; width: 4px; height: 4px; border-radius:100%; top: 9px; left: 0; background: #454545;}
#gnb .submenu > ul > li:hover > a {color:#f68a2e;}
#gnb .submenu > ul > li:hover > a:before {background:#f68a2e;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; z-index:1; border-top: 1px solid #ddd;}
.submenu-bg .cs-zone {background: #f8f8f8; max-width: 375px; width: 27%; text-align: center; height: 100%;}
.submenu-bg .cs-zone p {font-family: 'NanumSquare', sans-serif; font-size: 20px; font-weight: 700; line-height: 1.5em; letter-spacing: -.03em; color: #333; margin-top: 12px;}
.submenu-bg .cs-zone p strong {font-size: 1.2em; color: #0e76bc;}


/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:32px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:2px; background:#2c2c2c; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:400px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:85px; padding: 31px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#0e76bc;}
.mobile-navigation .nav-menu .submenu {display:none; background:#0e76bc; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:30px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


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 .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
.main-visual {position:relative;}
.main-visual .contain {height: 100%; position: relative;}
.main-visual .item {height:621px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .bg3 {background-image:url("../images/main/mv3.jpg");}
.main-visual .bg4 {background-image:url("../images/main/mv4.jpg");}
.main-visual .caption {position: relative; top:50%; transform:translateY(-50%); z-index:50; width:100%; font-family: 'NanumSquare', sans-serif; color:#fff; padding: 0 100px;}
.main-visual .caption h2{font-size:40px; line-height:1.2em; letter-spacing: -.03em; font-weight:400; margin-bottom: 20px;}
.main-visual .caption h2 span {font-size: 19px; font-weight: 700; line-height: 1em; letter-spacing: .2em;}
.main-visual .caption p{font-size:20px; line-height:1.5em; font-weight:700; letter-spacing: -.03em;}

.main-visual .bg2 .caption {text-align: center; transform:translateY(0);}
.main-visual .bg4 .caption h2 strong {color: #333;}

.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-22px; width:20px; height:43px; z-index:51; background-position:50% 50%; background-repeat:no-repeat; border:0; background-color:transparent; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:40px;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:40px;}


.flex-center {display: flex; justify-content: center; align-items: center;}

.main-link {padding: 40px 0; font-family: 'NanumSquare', sans-serif;}
.main-link ul {display: flex;flex-wrap:wrap; margin: 0 -10px;}
.main-link ul li {width: 33.3333333%;padding: 0 10px;text-align: center;}
.main-link ul li a {display: block; height: 100%; border: 2px solid #0e76bc; border-radius:7px; padding: 30px 10px 27px 10px;}
.main-link ul li .tit {margin-bottom: 20px;text-align: center; color: #454545; font-size: 24px; font-weight: 700; line-height: 1.667em; letter-spacing: -.03em;}
.main-link ul li .icon {display: flex;justify-content: center;align-items: center;}
.main-link ul li .icon .img {flex:0 0 117px}
.main-link ul li .icon .txt {text-align: left;margin-left: 22px; color: #555; font-size: 18px; font-weight: 700; line-height: 1.444em; letter-spacing: -.03em;}
.main-link ul li .btn-go {margin-top: 24px; display: inline-block; text-align: center; font-weight: 700; font-size: 18px; line-height: 41px; letter-spacing: -.03em; color: #fff; min-width: 120px; padding: 2px 22px 0; background: #0e76bc; border-radius:10px; }

.main-link ul li.list2 a {border-color:#fdb813}
.main-link ul li.list3 a {border-color:#f68a2e}

.main-link ul li.list1 .tit {font-size: 20px; line-height: 1.5em;}
.main-link ul li.list1 .tit .fs-18 {font-size: 18px; line-height: 1.5em; font-weight: 400;}

.main-link ul li.list2 .btn-go {background: #fdb813;}
.main-link ul li.list3 .btn-go {background: #f68a2e;}


.main-gllery {position: relative; padding: 60px 0 128px;}
.main-gllery:before {content:"";position: absolute;bottom: 0;left: 0;width: 100%;height: 60%;background: #ecf4fa;}
.main-gllery .contain {position: relative;}
.main-gllery h2 {text-align: center; font-family: 'NanumSquare', sans-serif; font-size: 32px; font-weight: 700;line-height: 1.3em; letter-spacing: -.03em;margin-bottom: 45px;}
.main-gllery .slider .items {}
.main-gllery .slider .items .item {}
.main-gllery .slider .items .item.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.main-gllery .slider .items .item a {display:block;}
.main-gllery .slider .items .item .thumb {position:relative; padding-bottom:74.63%; margin-bottom:0; overflow:hidden;}
.main-gllery .slider .items .item .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:cover;}
.main-gllery .slider .items .item .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.main-gllery .btn-more {position: absolute;top: 48px;right: 30px;font-size: 15px;color: #454545;font-weight: 500;letter-spacing: -.03em;}

.main-gllery .slider .slick-list {margin:0 -10px;}
.main-gllery .slider .slick-list .slick-slide {margin:0 10px;}

.main-gllery .slick-arrow {position:absolute; top:50%; margin-top:-22px; width:20px; height:43px; z-index:51; background-size: contain; background-position:50% 50%; background-repeat:no-repeat; border:0; background-color:transparent; overflow:hidden; text-indent:-9999em;}
.main-gllery .slick-prev {background-image:url("../images/main/slide_prev2.png"); left:-60px;}
.main-gllery .slick-next {background-image:url("../images/main/slide_next2.png"); right:-60px;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:360px; overflow:hidden; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}

.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.bg6 {background-image:url("../images/common/sv6.jpg");}

.lnb {position:relative;margin-top: -30px;}
.lnb .contain {max-width:1200px !important; padding:0 !important; background: #0e76bc; border-radius:100px; box-shadow:rgba(0,0,0,.29) 7px 7px 16px;}
.lnb ul {display:flex;text-align:center; margin:0 auto; }
.lnb ul li {position: relative;flex:1 0 auto;width: auto;}
.lnb ul li:after {content:""; position: absolute; top: 50%; margin-top: -17px; right: 0; width: 1px; height: 34px; background: rgba(255,255,255,.3);}
.lnb ul li:last-child:after {display: none;}
.lnb ul li a {display: block; padding:0 20px; font-family: 'NanumSquare', sans-serif; color: #fff; font-size:18px; font-weight:800; line-height:60px; transition:none;}
.lnb ul li:hover a,
.lnb ul li.active a {text-decoration:underline; text-underline-position:under; -webkit-text-decoration-color: rgba(255,255,255,.6); text-decoration-color: rgba(255,255,255,.6);}

#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 {padding:80px 0 60px; text-align:center;}
.sub-title h2{font-family: 'NanumSquare', sans-serif; font-size:26px; font-weight:700; line-height: 1.5em; color: #242424;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#sub #footer {border-top: 1px solid #ddd;}
#footer {background:#fff; padding: 25px 0 40px;  line-height:1.75em; font-weight: 300;}
#footer .contain {position:relative; max-width: 1460px;}
#footer address {font-style:normal;}

.foot-info {/* flex:1 1 auto; min-width:0; width:1%; */}
.foot-info address span {display:inline-block; margin-right:10px; letter-spacing: -.03em; color: #555; font-size: 15px;}
.foot-info address span:last-child {margin-right: 0;}
.foot-info .comp-name {color: #0e76bc; font-size: 18px; font-weight:500; margin-bottom: 5px;margin-right: 0;}
.foot-info .copyright {display: block; color: #888;}
.foot-info .visit {display: inline-block; background:url("../images/common/icon_visit.png") 0 50% no-repeat; padding-left:27px; margin-top: 10px;}
.foot-info .visit p {position: relative;color: #555; display: inline-block; padding-right: 8px; margin-right: 6px;}
.foot-info .visit p:after {content:""; position: absolute; top: 50%; right: -2px; width: 2px; height: 13px; margin-top: -5px; background: #b6b6b6; }
.foot-info .visit p:last-child:after {display: none;}
.foot-info .visit .total span {color: #f68a2e;}
.foot-info .visit .today span {color: #0e76bc;}

.foot-links {float: right; font-size: 15px;}
.foot-links .doc {display:flex;justify-content: flex-end;}
.foot-links .doc li {margin-right:30px;}
.foot-links .doc li a {display:inline-block; color: #555; padding-left:22px; background:url("../images/common/icon_doc.png") 0 50% no-repeat;}

.foot-partner {display:flex; margin-top: 80px;}
.foot-partner li {margin-right:35px;}
.foot-partner li a {display: block;}


.scroll-top {position:absolute; bottom: 0; right:-56px; width:56px; height:56px; z-index:100; background:#e60045; border-radius:100%; padding: 14px 0;}
.scroll-top span {display: block; color: #fff; font-size: 13px; font-weight: 400; letter-spacing: .01em; text-align: center;}
.scroll-top span:before {content:""; display: block; width:16px; height:16px; border-left:1px solid #fff; border-top:1px solid #fff; transform:rotate(45deg); margin: 0 auto -6px;}
