3

/* 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%; padding-left:30px; padding-right:30px; margin:0 auto; max-width:1460px;}
.contain:after {content:""; display:block; clear:both;}

/* header */
#header {position:relative; top:0; left:0; width:100%; z-index:100; background:#fff; border-bottom:1px solid rgba(255, 255, 255, 0.3);}
#header .contain {position:relative; max-width:1460px; height:99px;}
#header .sitelogo {position:absolute; top:50%; left:30px; margin-top:-32.5px; z-index:10;}
#header .sitelogo a {display:block; width:309px; height:65px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}

/*new*/

#gnb {margin-right:100px;}
#gnb > ul {display:flex; justify-content:flex-end; margin-right:50px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:inline-block; margin:0 25px; position:relative; color:#333; font-size:18px; line-height:100px; font-weight:500; letter-spacing:0;}
#gnb > ul > li:hover > a {color:#133279; font-weight:700;}
#gnb > ul > li:hover .submenu {border-top:3px solid #133279;}
#gnb .submenu {display:none; background:rgba(255, 255, 255, 0.85); position:absolute; top:100px; left:50%; width:200px; margin-left:-100px; z-index:102}
#gnb .submenu > ul {display:block; margin:0;}
#gnb .submenu > ul > li {position:relative; color:#454545; padding:3px 10px; text-align:center; font-size:16px;}
#gnb .submenu > ul.m2 > li {padding:3px 0 3px 0;}
#gnb .submenu > ul > li:first-child {padding-top:20px;}
#gnb .submenu > ul > li:last-child {padding-bottom:20px;}
#gnb .submenu > ul > li > a {margin:0 10px; font-family:'Noto Sans KR','Open Sans',AppleGothic,helvetica,sans-serif; display:block; color:#454545; font-weight:500; font-size:16px; line-height:33px; letter-spacing:-.03em;}
#gnb .submenu > ul > li:hover a {color:#d77729; font-weight:700;}

.submenu-bg {display:none; position:absolute; margin-top:1px; left:0; width:100%; background:rgba(0, 0, 0, .7);}

.main-link {position:absolute; top:50%; margin-top:-9.5px; right:0;}
.main-link ul {position:relative; display:flex;}
.main-link ul:before {position:absolute; content:""; width:1px; height:12px; background:#ababab; top:50%; margin-top:-6px; left:50%; margin-left:-0.5px;}
.main-link ul li {padding:0 13px;}
.main-link ul li .img img {vertical-align:inherit;}



 
/* for mobile */

.btn-m-menu {display:none; position:absolute; top:50%; right:30px; margin-top:-12px; width:24px; height:24px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:11px; height:2px; 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 {position:fixed; top:0; right:0; width:260px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {padding:7px 10px;}
.mobile-navigation .home img {height:33px;}
.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:12px 20px; display:block; color:#242424; font-size:16px; font-weight:500; 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:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#203975;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#203975; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0; font-size:14px;}
.mobile-navigation .close {position:absolute; top:16px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; 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-visual {position:relative;}
.main-visual .item-wrap {position:relative; height:100vh; overflow:hidden;}
.main-visual .video-area video {position:absolute; top:0; left:0; width:100%; height:100vh; background-color: black; background-position: center center; background-size: contain; object-fit: cover;}
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 30px; text-align:center; z-index:45; transform:translateY(-50%); color:#fff;}
.main-visual .caption h2 {font-size:45px; font-weight:500; letter-spacing:-.03em; line-height:1.333em;}
.main-visual .caption h2 span {font-size:50px; font-weight:700; line-height:1.300em;}
.main-visual .capwrap {max-width:1400px; margin:0 auto; width:100%; text-align:left;}
.main-visual .content {position:absolute; top:250px; left:0; color:#fff; width:100%; text-align:center; z-index:10}
.main-visual .content p {font-size:24px; letter-spacing:-.03em; line-height:1.667em; font-weight:300; margin-left:250px;}
.main-visual .content .tit {font-size:50px; color:#fff; font-weight:700; letter-spacing:-.03em; line-height:1.3em; text-align:right; margin-bottom:10px;}
.main-visual .slick-list {line-height:0;}

.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-32px; width:64px; height:64px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/main-prev.png");}
.main-visual .slick-next {right:50px; background-image:url("../images/main/main-next.png");}

.visual-scroll {position:absolute; left:50%; animation:pulse 2s infinite; color:#fff; font-size:16px; letter-spacing:0.2em; bottom:80px; width:98px; height:82px; margin-left:-49px;}

.slick-slide img {width:100%;}

.main-tit {color:#fff; text-align:center; padding-bottom:50px;}
.main-tit h3 {font-size:45px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; margin-bottom:20px;}
.main-tit p {}

.main-default {padding:100px 0;}
.main-default .defaults-flex {display:flex;}
.main-default .defaults {display:flex;}
.main-default .main-wrap {width:68%;}
.main-flex {display:flex; justify-content: space-between; border:1px solid #ddd; border-bottom:0; padding:20px 50px 20px 30px; align-items: center;}
.main-flex .arrow {position:relative; font-size:15px; letter-spacing:-.03em; line-height:1.3em;}
.main-flex .arrow:before {position:absolute; content:""; width:8px; height:11px; background:url("../images/main/next.png")50% 50% no-repeat; background-size:contain; top:4px; right:-15px;}
.main-default .main-wrap .tit {font-size:26px; font-weight:500; letter-spacing:-.03em; line-height:1.231em;} 
.main-default .defaults .txt-box-flex {display:flex; justify-content: space-between;}
.main-default .defaults .txt-box {width:50%; border-bottom:1px solid #ddd; border-top:1px solid #ddd; border-right:1px solid #ddd;}
.main-default .defaults .txt-box a {display:block; padding:30px;}
.main-default .defaults .txt-box span {width:24px; height:24px; background:url("../images/main/btn.png")50% 50% no-repeat; background-size:contain;}
.main-default .defaults .txt-box:nth-child(1) {border-left:1px solid #ddd;}
.main-default .defaults .txt-box h3 {display:block; position:relative; font-size:17px; color:#333; padding-bottom:15px; margin-bottom:15px; font-weight:500; letter-spacing:-.03em; line-height:1.471em; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-default .defaults .txt-box h3:before {position:absolute; content:""; width:35px; height:3px; background:#133279; bottom:0; left:0;}
.main-default .defaults .txt-box p {font-size:17px; letter-spacing:-.03em; line-height:1.529em; color:#555; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-bottom:30px;}
.main-default .defaults-bg {position:relative; width:32%; color:#fff; margin-left:30px; background-repeat:no-repeat; background-size:contain; background-position:50% 50%; text-align:center; min-height:350px;}
/* .main-default .defaults-bg:before {position:absolute; content:""; border:1px solid #ddd;} */
.main-default .defaults-bg h4 {font-size:32px; font-weight:700; letter-spacing:0; line-height:1.0em;}
.main-default .defaults-bg p {font-size:18px; letter-spacing:-.03em; line-height:1.667em; padding:10px 0 70px;} 
.main-default .defaults-bg .btn {position:relative; font-size:15px; letter-spacing:-.03em; padding:0 50px 0 30px; display:block; margin:0 auto; width:144px; height:45px; line-height:43px; border:1px solid #ddd;}
.main-default .defaults-bg .btn:before {position:absolute; content:""; width:8px; height:11px; background:url("../images/main/nexts.png")50% 50% no-repeat; background-size:contain; top:50%; margin-top:-5.5px; right:20px;}
.defaults-box {border:1px solid rgba(255, 255, 255, 0.35); margin:20px 15px; padding:75px 0 40px;}


.main-news {padding:100px 0; background:#ececec;}
.main-news .main-tit {padding-bottom:30px;}
.main-news .main-tit h3 {font-size:30px; font-weight:500; color:#333; font-weight:500; margin-bottom:0;}
.main-news .main-tit span {color:#133279;}
.main-news .slick-arrow {position:absolute; top:50%; margin-top:-40px; width:64px; height:64px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-news .slick-prev {left:-100px; background-image:url("../images/main/main-prevs.png");}
.main-news .slick-next {right:-100px; background-image:url("../images/main/main-nexts.png");}
.main-news .slick-list {margin:0 -10px;}
.main-news .slick-slide {padding:0 10px;}
.main-news .items p {font-size:20px; letter-spacing:-.03em; line-height:1.3em; text-align:center; margin-top:10px;}
.main-news .items .img {position:relative; padding-bottom:77%; overflow:hidden;}
.main-news .items .img 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;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:330px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; width:100%; height:100%;}
.sub-visual .in {text-align:center;}
.sub-visual p {font-family: 'NanumSquare', sans-serif; position:relative; font-size:20px; font-weight:800; line-height:1.5em; color:#fff; letter-spacing:-.03em; margin-top:10px; text-shadow:3px 0 8px rgba(0, 0, 0, 0.3)}
.sub-visual p span {color:#d7ff26;}
.sub-visual h3 {font-size:32px; line-height:1.0em; color:#fff; font-weight:700; letter-spacing:-.03em;}
.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");}
.sub-visual.bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual.bg8 {background-image:url("../images/common/sv1.jpg");}
/* lnb */

.lnb {width:100%;}
.lnb .tit {height:150px; display:flex; align-items:center; justify-content:center; background:url('../images/common/lnb-bg.jpg') 0 0 no-repeat; width:100%; text-align:center; font-size:28px; color:#fff; font-weight:500;}
.lnb ul {display:block; position:relative; width:100%;}
.lnb li {width:100% !important; margin-top:10px;}
.lnb li a {display:block; height:50px; line-height:48px; border:1px solid #dfdfdf; font-size:16px; padding-left:20px; position:relative;}
.lnb li a:after {content:''; width:14px; height:16px; position:absolute; top:50%; margin-top:-8px; right:16px; background-image:url('../images/common/lnb-arrow.png'); background-repeat:no-repeat; background-size:cover;}
.lnb li.active a {background:#203975; border:1px solid #203975; color:#fff;}
.lnb li.active a:after {background-image:url('../images/common/lnb-arrow_on.png');}
.lnb.wds li a {height:70px; padding:13px 15px; line-height:1.3em;}
 
.sub-title {text-align:left; padding:60px 0 40px;}
.sub-title.mb {padding:80px 0 40px 0;}
.sub-title h2 {font-size:28px; font-weight:500; line-height:1.3em; letter-spacing:-.03em; padding-bottom:20px; border-bottom:1px solid #ddd;}

.real-cont {padding-bottom:100px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:none;} 

#sub #container {display:flex; max-width:1460px; margin:0 auto;}

.sub-lnb {width:250px; margin-top:60px; z-index:50;}
#contArea {width:1%; flex:1 1 auto; padding-left:60px;}

/* form */
.checkbox input:checked + label:before {background:#074d80 url(/images/bbs/checkbox.png) 50% 50% no-repeat; border-radius:3px;}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

/* footer */
#footer {padding:30px 0px; position:relative; width:100%; color:#686868; font-weight:300; font-size:15px; line-height:1.857em; border-top:1px solid #ddd;}
#footer .foot-border {border-bottom:1px solid rgba(255, 255, 255, 0.3); margin-bottom:15px;}
#footer .contain {width:100%; display:flex; align-items:center;}
#footer .foot-info {flex:1 1 auto; min-width:0; width:1%; }
#footer .foot-info address {font-style:normal;}
#footer .foot-info span {position:relative; display:inline-block; padding-right:15px;}
#footer .foot-info span.pd {font-size:14px; color:#a4a4a4; padding-left:5px;}
#footer .foot-info span.s-txt {color:#898989; font-size:13px;}
#footer .foot-info span.none:before {display:none;}
#footer .f-ico {padding-right:5px; padding-top:5px;}
#footer .f-ico img {display:inline-block; padding-top:3px;}
#footer .foot-info .bar {margin:0 8px;}
#footer .foot-links {max-width:1400px; width:100%; margin:0 auto; font-size:16px; font-weight:500; line-height:1.3em;}
#footer .foot-links ul {font-size:15px; display:flex; font-size:13px;}
#footer .foot-links ul li {margin-right:40px; font-size:16px; font-weight:400; letter-spacing:-.04em;}
#footer .copyright {font-size:12px; font-weight:300; letter-spacing:-.04em; padding-top:10px;}
.white {font-size:16px; color:#feffff; font-weight:700; letter-spacing:-.04em; line-height:1.875em; margin-bottom:10px; padding-top:10px;}
a.go-top {position:fixed; bottom:40px; right:20px; z-index:50;}
.link-flex {display:flex;}
.link-flex .img {padding:0 15px;}