@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}

/* header */
#header {position:relative; top:0; left:0; width:100%; z-index:90; letter-spacing:0; font-family:'Titillium Web';}
#header .contain {position:relative; max-width:1230px; margin:0 auto; z-index:20}

#sub #header {border-bottom:1px solid #ddd;}
.header-wrap {position:relative; border-bottom:1px solid #ddd; height:100px;}
.header-wrap .sitelogo a {display:block; position:absolute; top:50%; transform:translateY(-50%); left:15px; z-index:10;}

#gnb>ul {display:flex; margin-left:-30px;} 
#gnb>ul>li {position:relative; text-align:center; padding-right:30px; margin-left:30px;}
#gnb>ul>li:after {content:''; width:1px; height:20px; position:absolute; top:50%; margin-top:-10px; background:#ddd; right:0;}
#gnb>ul>li:last-child:after {display:none;}
#gnb>ul>li>a {position:relative; display:flex; color:#242424; font-size:19px; height:59px; font-weight:600; white-space:nowrap; align-items:center;}
#gnb>ul>li.active>a {color:#00aeef;}
#gnb>ul>li>a:after {content:''; width:0; height:2px; left:0; background:#00aeef; bottom:0; position:absolute;}
#gnb>ul>li.active>a:after {width:100%; transition: width 0.5s;}


.contain {position:relative; max-width:1230px; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
/* main */ 

.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; height:500px;}
.main-visual .item .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -ms-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1); -webkit-transition:all 0.9s; -ms-transition:all 0.9s; transition:all 0.9s; -webkit-transition-timing-function:ease; transition-timing-function:ease; z-index:1;}
.main-visual .item.visual-active .secting-img {-ms-transform:scale(1) rotate(0.1deg); -webkit-transform:scale(1) rotate(0.1deg); transform:scale(1) rotate(0.1deg); -webkit-transition:all 10s; -ms-transition:all 10s; transition:all 10s; -webkit-transition-timing-function:ease; transition-timing-function:ease;}
.main-visual .txt {position:absolute; left:15px; top:50%; transform:translateY(-50%); z-index:2;}
.main-visual .txt01 .tt01 {font-size:70px; font-weight:700; line-height:1.1em; margin-bottom:20px; font-family:'Roboto';}
.main-visual .txt01 .tt02 {font-size:40px; line-height:1.2em; color:#242424; font-family:'Titillium Web';}
.main-visual .txt .tt1 {margin-bottom:30px;}
.main-visual .txt .tt2 {padding-left:60px; font-family:'Titillium Web';}
.main-visual .txt .tt2 h3 {font-size:50px; line-height:1.1em; font-weight:600;}
.main-visual .txt .tt2 h3.c_22408e {color:#22408e;}
.main-visual .txt .tt2 h3.c_bc0c2e {color:#bc0c2e;}
.main-visual .txt .tt2 p {font-size:24px; line-height:1.8em; color:#242424; margin-top:45px;}
.main-visual .bt-arrow a {width:50px; height:50px; position:absolute; top:50%; transform:translateY(-50%); border-radius:50%; background-color:#fff; background-repeat:no-repeat; background-position:center center; background-size:50%; z-index:66; font-size:0;}
.main-visual .bt-prev a {background-image:url('../images/bbs/bt-prev.png'); left:50px;} 
.main-visual .bt-next a {background-image:url('../images/bbs/bt-next.png'); right:50px;} 
.main-visual .bx-pager {position:absolute; left:50%; transform:translateX(-50%); bottom:30px; display:flex; margin-left:-5px; z-index:66; font-size:0;}
.main-visual .bx-pager .bx-pager-item {margin-left:5px;}
.main-visual .bx-pager a {width:15px; height:15px; border-radius:50%; background:#b2b2b2; display:block;}
.main-visual .bx-pager a.active {background:#00aeef;}

.latout-tit {font-size:24px; font-weight:600; color:#242424; font-family:'Titillium Web'; margin-bottom:16px; line-height:1.2em;}
.layout-more {position:absolute; top:10px; right:0; display:block; width:16px; height:16px;}
.layout-more:before {content:''; width:100%; height:2px; background:#ddd; position:absolute; top:50%; left:0; margin-top:-1px;}
.layout-more:after {content:''; width:2px; height:100%; background:#ddd; position:absolute; top:0; left:50%; margin-left:-1px;}

.section1 {padding:80px 0;}
.section1 .wrap {display:flex; margin-left:-30px;}
.section1 .cnt {width:33.3333%; padding-left:30px; position:relative;}
.section1 .cnt .img-box a {position:relative; margin-bottom:16px; display:block;}
.section1 .cnt .img-box a:after {content:''; width:100%; height:100%; position:absolute; top:0; left:0; border:1px solid #ddd;}
.section1 .cnt h3 {font-size:17px; font-weight:500; line-height:1.6em; color:#242424; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid #ddd; letter-spacing:-.03em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.section1 .cnt li {line-height:1.7em; color:#454545; letter-spacing:-.03em; position:relative; padding-left:8px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.section1 .cnt li:before {content:''; width:4px; height:4px; border-radius:50%; background:#454545; position:absolute; top:12px; left:0;}
.section1 .cnt .img-box a .pic {position:relative; height:0; padding-bottom:65.5%; overflow:hidden;}
.section1 .cnt .img-box a .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}

.section2 {background:#f5f5f5; padding:80px 0;}
.section2 .wrap {position:relative;}
.section2 ul {display:flex; margin-left:-27px;}
.section2 ul li {width:25%; padding-left:27px;}
.section2 ul li a {display:block;}
.section2 ul li a .img-box {margin-bottom:12px;}
.section2 ul li a p {color:#454545; font-weight:500; line-height:1.7em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:center; padding:0 10px;}
.section2 .layout-more {right:auto; left:263px;}
.section2 ul li a .img-box .pic {position:relative; height:0; padding-bottom:67.92%; overflow:hidden;}
.section2 ul li a .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}

/* sub page */

.sub-title {text-align:center; margin:60px 0 40px; font-family:'Titillium Web'; position:relative;}
.sub-title h2 {font-size:30px; line-height:1.2em; color:#242424; letter-spacing:0;}

.sub-title .lang {position:absolute; top:50%; transform:translateY(-50%); right:15px;}
.sub-title .lang ul {display:flex;}
.sub-title .lang li {margin-left:20px;}
.sub-title .lang li a {display:block; font-weight:15px; color:#454545; line-height:2em; position:relative;}
.sub-title .lang li a.active {color:#00aeef;}
.sub-title .lang li a.active:after {content:''; width:100%; height:2px; position:absolute; bottom:0; left:50%; transform:translateX(-50%); background:#00aeef;}

.sub-visual {position:relative; }
.sub-visual a {position:relative; display:block; height:500px; z-index:10; letter-spacing:0; margin-bottom:80px;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .txt {position:absolute; z-index:10; top:50%; transform:translateY(-50%); width:100%; left:15px;}
.sub-visual .txt .tt1 {margin-bottom:30px;}
.sub-visual .txt .tt2 {padding-left:60px; font-family:'Titillium Web';}
.sub-visual .txt .tt2 h3 {font-size:50px; line-height:1.1em; font-weight:600;}
.sub-visual .txt .tt2 h3.c_22408e {color:#22408e;}
.sub-visual .txt .tt2 h3.c_bc0c2e {color:#bc0c2e;}
.sub-visual .txt .tt2 p {font-size:24px; line-height:1.8em; color:#242424; margin-top:45px;}

.lnb {max-width:1200px; margin:0 auto 50px;}
.lnb ul {display:flex; padding-left:1px;}
.lnb ul li {width:25%; margin-left:-1px;}
.lnb ul li a {display:block; line-height:48px; text-align:center; border:1px solid #ddd; font-size:18px; color:#454545; background:#fff; font-weight:500;}
.lnb ul li.active a {background:#019fe6; border-color:#019fe6; color:#fff;}

.real-cont {letter-spacing:-.03em; margin-bottom:100px;}


.popup {position:absolute; left:360px; top:100px; z-index:1000; display:block;}
.popup-overlay {position:fixed; top:0; left:0; width:100%; height:100%; z-index:900; background:rgba(0,0,0,0.2); display:block;}

.popup .wrap {background-image:url('../images/main/popup_bg.jpg'); background-repeat:no-repeat; background-size:cover; width:660px; height:840px; border:5px solid #a5795b;}
.popup .wrap .tit {height:110px; display:flex; align-items:center; justify-content:center;}
.popup .wrap .txt {margin:35px 0 45px; padding:0 20px 0 35px; max-height:650px; overflow-Y:scroll;}
.popup .wrap .txt::-webkit-scrollbar {width:10px;}
.popup .wrap .txt::-webkit-scrollbar-thumb {background:#c8c8c8; border-radius:5px;}
.popup .wrap .txt::-webkit-scrollbar-track {background:#ddd; border-radius:5px;}
.popup .wrap .txt p {line-height:1.6em; color:#242424; margin-bottom:36px;}
.popup .wrap .txt p:last-child {margin-bottom:0; font-weight:500;}
.popup .wrap .txt p:last-child span {font-size:18px; display:block; line-height:1.5em;}
.popup .close {position:absolute; width:40px; height:40px; background-color:#a5795b; top:0; right:-35px;}
.popup .close:before {content:''; width:22px; height:2px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(45deg); background:#fff;}
.popup .close:after {content:''; width:2px; height:22px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(225deg); background:#fff;}

.scroll-top {position:fixed; bottom:50px; right:50px; width:50px; height:50px; background-image:url('../images/bbs/scroll.png'); background-repeat:no-repeat; background-size:cover; display:block; font-size:0;}


/* footer */
#footer {background:#333; padding:40px 0;}
#footer address {font-style:normal;}

.foot-group {display:flex; align-items:center;}
.foot-logo {padding-right:65px;}
.foot-info {letter-spacing:-.03em;}
.foot-info .tit {font-size:15px; color:#d3d3d3; line-height:1.6em; font-weight:500; margin-bottom:8px;}
.foot-info p {font-size:14px; line-height:1.5em; color:#9c9c9c;}
.foot-info p span {margin:0 12px;}

/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#c9161d}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#c9161d;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:none; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:none; content:"";position:absolute; top:15px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#c9161d}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#c9161d}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

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 {top:20px; right:15px;}
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:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}