@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:absolute; top:0; left:0; width:100%; border-bottom:1px solid rgba(255,255,255,0.3); height:80px; z-index:90; letter-spacing:-.04em;}
#main #header {background:transparent;}
#main #header:hover {background:#fff;}
#sub #header {background:#fff;}
#header .contain {position:relative; max-width:1790px !important; margin:0 auto; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; transform:translateY(-50%); left:15px; z-index:10; width:159px; height:40px;font-size:0; line-height:0; background-repeat:no-repeat; background-size:cover;}
/*로고 오버*/
#main #header .sitelogo a {background-image:url('../images/common/logo.png');}
#main #header:hover .sitelogo a {background-image:url('../images/common/logo_on.png');}
#sub #header .sitelogo a {background-image:url('../images/common/logo_on.png');}

#gnb>ul {display:flex; justify-content:flex-end; margin-right:158px; height:80px;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 65px;}
#gnb>ul>li:last-child {padding:0 30px;}
#gnb>ul>li>a {position:relative; display:inline-block; font-size:18px; line-height:80px; font-weight:500;}
#gnb>ul>li:last-child>a {font-size:0; width:107px; height:20px; top:50%; transform:translateY(-50%);}
/* 라스트메뉴오버 */

#main #gnb>ul>li:last-child>a:before {content:''; width:107px; height:20px; left:0; position:absolute; background-image:url('../images/common/addfree_on.png'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#main #header:hover #gnb>ul>li:last-child>a:before {background-image:url('../images/common/addfree.png');}
#sub #gnb>ul>li:last-child>a:before {content:''; width:107px; height:20px; left:0; position:absolute; background-image:url('../images/common/addfree.png'); background-repeat:no-repeat; background-size:cover; background-position:center center;}

/*메뉴오버*/
#main #gnb>ul>li>a {color:#fff;}
#main #header:hover #gnb>ul>li>a {color:#242424;}
#sub #gnb>ul>li>a {color:#242424;}

#gnb .submenu {position:absolute; top:80px; left:0; width:100%; z-index:20; height:0; overflow:hidden;}
#gnb .submenu ul {display:block; padding:30px 0 23px;}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:block; color:#fff; font-size:16px; line-height:2em; position:relative;}
#gnb .submenu ul li a:hover {color:#93d9ee;}


.submenu-bg {background-color:#0060af; display:block; position:relative; overflow: hidden;}
.submenu-bg:after {content:''; width:568px; height:143px; opacity:0.04; position:absolute; right:80px; bottom:-72px; background-image:url('../images/common/submenu-bg.png'); background-repeat:no-repeat; z-index:1;}

.contain {position:relative; max-width:1230px; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
/* main */ 
#main .contain {max-width:1430px; letter-spacing:-.03em;}

.main-visual {position:relative;}
.main-visual .item {position:relative; max-height:980px; height:auto; overflow:hidden; width:100%;}
.main-visual .item1 {background:#654654;}
.main-visual .item2 {background:#465456;}
.main-visual .txt {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); z-index:1; display:inline-block; text-align:center;}
.main-visual .txt h2 {font-size:25px; font-weight:700; color:#fff; line-height:1.2em; letter-spacing:-.03em; margin-bottom:30px;}
.main-visual .txt h2 br {display:none;}
.main-visual .txt img {display:inline-block;}
.main-visual .slick-arrow {font-size:0; font-weight:500; border:0; width:100px; height:2px; background-color:#fff; position:absolute; top:50%; transform:translateY(-50%); z-index:11;}
.main-visual .slick-prev {left:0;}
.main-visual .slick-prev:after {content:'PREV'; font-size:15px; font-weight:500; color:#fff; position:absolute; right:-56px; top:50%; transform:translateY(-50%);}
.main-visual .slick-next {right:0;}
.main-visual .slick-next:after {content:'NEXT'; font-size:15px; font-weight:500; color:#fff; position:absolute; left:-56px; top:50%; transform:translateY(-50%);}
.main-visual .scroll_down {position:absolute; bottom:30px;left:50%; padding-bottom:80px; transform:translateX(-50%); display:block; z-index:10; color:#fff;
	-webkit-animation: bounce2 .9s linear infinite alternate;
	-moz-animation: bounce2 .9s linear infinite alternate;
	-o-animation: bounce2 .9s linear infinite alternate;
	-ms-animation: bounce2 .9s linear infinite alternate;
	animation: bounce2 .9s linear infinite alternate;
}
@-moz-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@-webkit-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@-o-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
.main-visual .scroll_down:after {content:''; width:28px; height:69px; background-image:url('../images/bbs/scroll_down.png'); position:absolute; bottom:0; left:50%; transform:translateX(-50%); position:absolute; background-repeat:no-repeat; background-size:cover;}


.section .tit {margin-bottom:50px; text-align:center;}
.section .tit h3 {font-size:30px; line-height:1.1em; color:#242424; margin-bottom:12px;}
.section .tit p {font-size:17px; line-height:1.3em; color:#686868;}

.section1 {padding:120px 0; background:#f5f5f5; position:relative; z-index:1;}
.section1 ul {display:flex; margin-left:-20px;}
.section1 ul li {width:25%; margin-left:20px; display:flex;}
.section1 ul li a {display:flex; flex-direction:column; position:relative;}
.section1 ul li .txt {padding:28px; text-align:center; color:#242424; background:#fff; border:1px solid #ddd; border-top:0; height:100%;}
.section1 ul li:last-child .txt {border-top:1px solid #ddd;}
.section1 ul li .txt h4 {font-size:20px; line-height:1.1em; padding-bottom:15px; margin-bottom:14px; position:relative;}
.section1 ul li .txt h4:after {content:''; width:40px; height:2px; background:linear-gradient(90deg, #0060af, #16c1f3); position:absolute; left:50%; margin-left:-20px; bottom:0;}
.section1 ul li .txt p {line-height:1.5em;}

.section2 {padding:120px 0;}
.tab-cnt {padding-top:30px;}
.tab-menu {margin-bottom:35px;}
.tab-menu ul {display:flex; margin-left:-10px; justify-content:flex-end;}
.tab-menu ul li {margin-left:10px; text-align:center;}
.tab-menu ul li.swiper-slide {width:auto;}
.tab-menu ul li a {display:block; width:190px; line-height:58px; font-size:16px; border-radius:30px; font-weight:500; border:1px solid #ddd; background:#fff; color:#242424;}
.tab-menu ul li.active a {color:#fff; background:#0060af; border-color:#0060af;}
.tab-content .wrap {display:flex; position:relative; max-width:1920px; justify-content:flex-end; margin:0 auto;}
.tab-content .txt-box {background:linear-gradient(90deg, #014d94, #087bd4); color:#fff; width:800px; height:475px; position:absolute; left:0; top:-130px; padding-left:260px; padding-right:160px; padding-top:130px;}
.tab-content .txt-box h3 {font-size:24px; line-height:1.2em; margin-bottom:16px;}
.tab-content .txt-box p {line-height:1.5em; margin-bottom:36px;}
.tab-content .txt-box a {display:inline-block; line-height:48px; padding:0 37px; background:transparent; color:#fff; border:1px solid #fff; border-radius:25px;}
.tab-content .txt-box a:hover {border-color:#fff; background:#fff; color:#066bbd;}
.tab-content .img-box {position:relative; z-index:2;}

.section3 {background-image:url('../images/main/section3.jpg'); background-repeat:no-repeat; background-position:bottom center; padding-bottom:100px;}
.section3 ul {display:flex; margin-left:-30px;}
.section3 ul li {width:33.33333%; margin-left:30px;}
.section3 ul li a {display:flex; flex-direction:column; align-items:center; text-align:center; color:#fff;}
.section3 ul li a .img-box {margin-bottom:20px;}
.section3 ul li a .txt {padding:0 20px;}
.section3 ul li a h3 {font-size:20px; line-height:1.1em; margin-bottom:20px; padding-bottom:21px; position:relative;}
.section3 ul li a h3:after {content:''; width:40px; height:2px; background:#fff; position:absolute; bottom:0; left:50%; margin-left:-20px;}
.section3 ul li a p {line-height:1.6em;}

.section4 {padding:120px 0;}
.section4 .root_daum_roughmap {width:100% !important; height:500px !important;}
.section4 .root_daum_roughmap .wrap_map {height:500px !important;}
.section4 .roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.section4 .roughmap_lebel_text:after {content:"(주)보운"; font-size:12px; line-height:15px;}
.section4 ul {margin:-90px 100px 0; display:flex; background:#f5f5f5; position:relative; z-index:2;}
.section4 ul li {width:25%; display:flex; flex-direction:column; align-items:center; text-align:center; color:#454545; padding:10px 30px; margin:20px 0; border-right:1px solid #ddd;}
.section4 ul li:last-child {border-right:0;}
.section4 ul li .img-box {margin-bottom:20px;}
.section4 ul li p {line-height:1.6em;}

/* sub page */
.sub-visual {position:relative; height:300px; z-index:10; letter-spacing:-.03em; margin-top:80px;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {font-size:32px; height:1.2em; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; text-align:center; color:#fff; letter-spacing:-.03em; z-index:1; font-weight:700;}

.lnb {position:relative;}
.lnb:after {content:''; width:100%; height:100%; position:absolute; left:0; bottom:0; border-bottom:1px solid #ddd; z-index:-1;}
.lnb ul {display:flex; padding-left:1px; max-width:1200px; margin:0 auto;}
.lnb ul li {margin-left:-1px;}
.lnb ul li a {font-size:18px; font-weight:500; background:#fff; color:#242424; display:block; text-align:center; border:1px solid #ddd; line-height:60px; border-top:0;}
.lnb ul li.active a {color:#fff; background:#0060af; border-color:#0060af;}

.sub-title {text-align:center; margin:60px 0;}
.sub-title h2 {font-size:30px; line-height:1.2em; color:#242424; position:relative; padding-bottom:30px; font-weight:500; letter-spacing:-.04em;}
.sub-title h2:after {content:''; width:50px; height:2px; background:#0060af; position:absolute; bottom:0; left:50%; margin-left:-25px;}

.real-cont {letter-spacing:-.03em; margin-bottom:120px;}

/* footer */
#footer {background:#333333; position:relative;}
#footer .contain {max-width:1430px;}
#footer address {font-style:normal;}

.foot-group ul {display:flex; margin-left:-36px; padding:30px 0;}
.foot-group ul li {margin-left:36px; color:#f3f3f3;}
.foot-group ul li a {font-size:16px; line-height:1.5em; font-weight:500;}

.foot-info {display:flex; padding:40px 0; border-top:1px solid rgba(255,255,255,0.3); justify-content:space-between;}
.foot-info .foot-logo {margin-right:32px;}
.foot-info address p {font-size:15px; line-height:1.6em; color:#c8c8c8; letter-spacing:-.04em;}
.foot-info address p span {margin:0 9px;}

.scroll-top {font-size:15px; line-height:1.4em; color:#707070; position:absolute; display:block; top:50px; right:15px; padding-left:22px;}
.scroll-top:before {content:''; width:15px; height:9px; position:absolute; top:50%; margin-top:-5px; left:0; background:url('../images/bbs/scroll_top.png') no-repeat;}

/* menu */
.all-btn-menu {position:absolute;}
.all-btn-menu {display:block; position:absolute; top:29px; right:15px; width:27px; height:25px; text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.all-btn-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:3px; width:27px;}
.all-btn-menu span:before,
.all-btn-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
#main .all-btn-menu span { background:#fff;}
#main .all-btn-menu span:before,
#main .all-btn-menu span:after {background:#fff;}
#sub .all-btn-menu span {background:#242424;}
#sub .all-btn-menu span:before,
#sub .all-btn-menu span:after {background:#242424;}
.all-btn-menu span:before {top:-10px; transition-property:top, transform;}
.all-btn-menu span:after {bottom:-10px; transition-property:bottom, transform;}
#main #header:hover .all-btn-menu span {background:#242424;}
#main #header:hover .all-btn-menu span:before,
#main #header:hover .all-btn-menu span:after {background:#242424;}

.allmenu-wrap {position:absolute; top:-400px; left:50%; transform:translateX(-50%); z-index:91; width:100%; height:auto; border:1px solid #ddd; transition: all 0.3s ease-in-out; max-width:100%;}
.allmenu-wrap .menu>ul {display:flex;}
.allmenu-wrap .menu>ul>li {width:25%; padding:20px 30px; border-right:1px solid #ddd; background:#fff; position:relative;}
.allmenu-wrap .menu>ul>li>a {font-size:20px; line-height:1.5em; color:#232323; display:block; padding-bottom:10px; border-bottom:1px solid #ddd; position:relative;}
.allmenu-wrap .menu>ul>li:hover>a {color:#0060af;}
.allmenu-wrap .menu>ul>li:last-child {border-right:0;}
.allmenu-wrap .submenu ul {margin-top:10px;}
.allmenu-wrap .submenu ul li a {font-size:16px; font-weight:400; line-height:2em; color:#686868; display:block;}
.allmenu-wrap .submenu ul li:hover a {color:#93d9ee;}
.allmenu-wrap .menu>ul>li:last-child>a {width:100%; height:41px;}
/* .allmenu-wrap .menu>ul>li:last-child>a:before {content:''; width:73px; height:31px; top:0; left:0; position:absolute; background-image:url('../images/common/allep_on.png'); background-repeat:no-repeat; background-size:cover; background-position:center center;} */

html.allmenu-opened .allmenu-wrap {top:80px;}
html.allmenu-opened #gnb>ul>li:hover>a {color:#454545}
html.allmenu-opened #gnb .submenu {display:none !important;}
html.allmenu-opened #gnb .submenu ul li:hover a:after {display:none;}
html.allmenu-opened .all-btn-menu span {background:none;}
html.allmenu-opened .all-btn-menu span:before,
html.allmenu-opened .all-btn-menu span:after {transition-delay:0s, 0.3s; background:#242424;}
html.allmenu-opened .all-btn-menu span {background:none;}
html.allmenu-opened .all-btn-menu span:before,
html.allmenu-opened .all-btn-menu span:after {transition-delay:0s, 0.3s; background:#242424;}
html.allmenu-opened #sub .all-btn-menu span {background:none;}
html.allmenu-opened #sub .all-btn-menu span:before,
html.allmenu-opened #sub .all-btn-menu span:after {transition-delay:0s, 0.3s; background:#242424;}
html.allmenu-opened #main .all-btn-menu span {background:none;}
html.allmenu-opened #main .all-btn-menu span:before,
html.allmenu-opened #main .all-btn-menu span:after {transition-delay:0s, 0.3s; background:#fff;}
html.allmenu-opened #main #header:hover .all-btn-menu span {background:none;}
html.allmenu-opened #main #header:hover .all-btn-menu span:before,
html.allmenu-opened #main #header:hover .all-btn-menu span:after {transition-delay:0s, 0.3s; background:#242424;}
html.allmenu-opened .all-btn-menu span:before {top:0; transform:rotate(45deg);}
html.allmenu-opened .all-btn-menu span:after {bottom:0; transform:rotate(-45deg);}
html.allmenu-opened #header {background:#fff !important;}
html.allmenu-opened #header .sitelogo a {background-image:url('../images/common/logo_on.png') !important;}
html.allmenu-opened #header #gnb>ul>li>a {color:#242424 !important;}
/* html.allmenu-opened #header #gnb>ul>li:last-child>a:before {background-image:url('../images/common/allep_on.png') !important;} */
html.allmenu-opened .all-btn-menu span:before,
html.allmenu-opened .all-btn-menu span:after {background:#242424 !important;}


/* 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>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#0060af}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#0060af;}
/* .mobile-navigation .nav-menu>ul>li:last-child>a {background-image:url('../images/common/allep_on.png'); background-repeat:no-repeat; height:55px; background-position: 15px center;} */
.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:block; 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:block; 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:#0060af}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#0060af}
.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);}