@charset "utf-8";

/* 폰트 */

@font-face {
    font-family: 'KyoboHandwriting2020A';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/KyoboHandwriting2020A.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Giants-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Bold.woff2') format('woff2');   
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KOTRALEAP';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRALEAP.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*산돌 학교안심*/
@font-face {
    font-family: 'HakgyoansimUsanOTFR';
    src: url('https://gpgj1924.mycafe24.com/font/HakgyoansimUsanOTFR.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
#wrap{width:100%;max-width:2560px;height:100%;margin:0 auto;min-width:100%;/*position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);*/}
/* header_info */
/*.header_info{position:absolute;top:39px;right:10%}
.header_info a{position:relative;color:#000;font-size:15px;margin:0 15px;display:inline-block;position:relative} 
.header_info a:first-child:after{content:'';position:absolute;width:1px;height:15px;background:#fff;opacity:.8;top:4px;left:60px}
.header_info a:hover{text-decoration:none}
.header.on .header_info a{color:#222}*/

section .inner{max-width:1600px;margin:0 auto}
/* header_info */
.header_info{position:absolute;top:30px;right:120px}
.header_info a{position:relative;border:1px solid #ddd;color:#999;font-size:13px;padding:0 17px;border-radius:3px;line-height:35px;font-weight:300;margin:0 2px;display:inline-block;position:relative} 
.header_info a:hover{text-decoration:none}

/* section */
.sec_box{max-width:1500px;margin:0 auto}
.sec-wrap,.header,.sec-content,.sec-footer{position:relative;background:#fff;width:100%;margin:0;padding:0}

/* header */
.header{position:fixed;top:0;left:0;z-index:9;height:100px;text-align:center; border-bottom:1px #dadad9 solid; transition:all ease .5s;-webkit-transition:all ease .5s;-o-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;overflow: hidden} 
.header.on{background:#fff;box-shadow:2px 2px 4px rgba(0,0,0,0.04)}
.header.on .logo{background-image:url(../img/logo.jpg)}
.header.on .menu:after{display:none}
.header.on .menu > li > h2{color:#333}  
.header .logo{display:block;width:300px;height:50px;background:url(../img/logo.jpg) no-repeat 50%;position:absolute;left:25px;top:25px}   
.header:after{opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
.header:before{content:'';width:100%;height:100px;background:#fff;position:absolute;top:0;right:0;z-index:-1;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}

/* menu */
.menu{display:inline-block}
.menu > li{float:left} 
.menu > li h2{font-weight:600;font-style: normal;cursor:pointer;color:#000;font-size:23px;padding:0 55px;line-height:100px;letter-spacing:0em}
.menu > li > a{color:#666;font-size:19px} 
.menu > li > ul{width:100%;min-height:150px;padding:0;margin-bottom:50px; position:absolute;top:100px;text-align:center}
.menu > li > ul > li{display:inline-block;float:left;text-align:left;padding:0 55px;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
.menu > li > ul > li > a{display:block;padding:5px 0;font-size:1.2em;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;color:#666}
.menu > li > ul > li > a:hover{color:#0061b2}   
.menu > li.open h2{position:relative}
.menu > li.on h2:after{content:'';width:6px;height:6px;background:#ffcb07;border-radius:50%;position:absolute;left:50%;top:25px;margin-left:-3px}
.menu > li.open ul > li{ opacity:1}

.color_red {color:#fff !important}

/* visual swiper */
.swiper{
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

/* visual */
#visual{position:relative;width:100%;height:860px;margin:0 auto;overflow:hidden}
#visual .imgBox{width:100%;height:860px; ;background-size:cover !important}
#visual .imgBox:before {content: '';width: 100%;height: 860px;position: absolute;left: 0px;top: 0;background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)); z-index:auto;}
#visual .imgBox:after {content: '';width: 100%;height: 860px;position: absolute;left: 0px;top: 0;background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0));z-index:auto;}
#visual .img1{background:url(../img/visual/visual_img1.jpg) center top no-repeat}
#visual .img2{background:url(../img/visual/visual_img2.jpg) center top no-repeat}
#visual .img3{background:url(../img/visual/visual_img3.jpg) center top no-repeat}
.visualList .txtBox{position:absolute;top:350px;left:50%;margin-left:-50%;width:100%;text-align:center;z-index:1;}
.visualList .txtBox .txt1{font-size:25px;}
.visualList .txtBox .txt2{font-size:60px; color:#fff; /*font-weight: bold;*/ font-family: "HakgyoansimUsanOTFR", sans-serif; font-weight: 600; font-style: normal;text-shadow: 2px 2px 2px black;}
.visualList .txtBox .txt3{font-size:40px; color:#2e2d2d; font-family: "Gowun Dodum", sans-serif; font-weight: 600; font-style: normal;/*text-shadow: 2px 2px 2px black; width:600px;margin:0 auto;*/padding-top:10px}
#visual .btn_prev,.btn_next{color:#fff !Important}
.swiper-pagination { bottom: 20px;left: 50%;}
.swiper-pagination-bullet {	margin: 4px;}
/*#visual.swiper-pagination{color:#fff;bottom:20px; left:50%}*/

/* banner */
.section_banner{width:100%;overflow:hidden; background:#fff; padding:80px 10px 0px 0px}
.section_banner ul{display:flex;max-width:1400px;margin:0 auto; }
.section_banner li{flex:1; width:33.3%; padding:10px 0px;background-repeat: no-repeat;}
.section_banner li a{display:block;height:260px;background-color:#fff;box-shadow:0px 0px 0px rgba(220,220,220,1);background-size: auto 55px;background-repeat:no-repeat;background-position: right 25px bottom 25px}
.section_banner li a:hover{text-decoration:none}
.section_banner li a h2{font-weight:400; font-style: normal;font-size:25px;color:#000;letter-spacing:0px;}
.section_banner li a:hover h2{color:#000}
.section_banner div{padding:40px 40px}
.section_banner li h3{font-size:25px;color:#000; padding-top:10px; padding-bottom:10px;}
.section_banner li p{font-size:18px;color:#000; padding-top:5px}
.section_banner li a .more_bt1{margin-top:20px; width: 50px; height: 50px; background:#fff; border-radius: 50px; color: #161616; font-size:2em; font-weight:400; font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
.section_banner li a .more_bt2{margin-top:20px; width: 100px; height: 30px; background:#037be0; border-radius: 50px; color: #fff; font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
.section_banner li:first-child{margin-left:0}
.section_banner li:nth-child(1) a{background:#afd8fa url('../img/main_bt1.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
.section_banner li:nth-child(2) a{background:#d9e8ff url('../img/main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
.section_banner li:nth-child(3) a{background:#fffae9 /*url('../img/main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;*/}
.section_banner li:nth-child(4) a{background-image:url('../img/icon_banner_news.svg');}

/* 메인추출타이틀 */
.board_t {width:100%;overflow:hidden; padding:60px 10px 20px 0px}
.board_t h3{font-weight: 600;  font-style: normal;font-size:35px; letter-spacing:-0.45px; color:#000;padding-bottom:5px;}
.board_t div p{font-weight: 300; font-size:18px;letter-spacing:-0.45px;color:#000;padding-bottom:5px;}

/* board */
#section_board{max-width:1400px;margin:0 auto;padding:0px 0 0px 0;display:flex}
#section_board > div{flex:1;margin:0 10px 0 0;position:relative; padding:25px 30px 25px 30px; border:1px solid #ddd}
#section_board > div h3{font-weight:400;font-size:25px;color:#000;padding-bottom:5px;border-bottom:1px solid #ddd}
#section_board > div ul{margin-top:20px}
#section_board > div ul li{position:relative;padding-left:15px}
#section_board > div ul li:before{content:'';position:absolute;top:12px;left:0;width:4px;height:4px;background:#3e85df;display:block}
#section_board > div ul li a{display:block;font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size:17px;color:#000;line-height:35px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
#section_board > div ul li a:hover{color:#1c4cb9;font-weight:bold}
#section_board > div a.btn_more{position:absolute;top:35px;right:35px;color:#999;font-size:13px; background:url(../img/board_btn_plus.png) center top no-repeat;width:25px;height:25px}

/* gallery */
#gallery{margin:0 auto; width:1400px; padding:35px 0 100px 0}
#gallery .galleryList .swiper-slide{background:#222;height:350px}
#gallery .swiper-button-next,#gallery .swiper-button-prev{color:#999}

/*메인갤러리*/
.tl_business_now_box_warp { width:1400px; padding:0px 0px 90px 0px; border-bottom:1px #cccccc solid; margin:0 auto; clear:both}
.tl_business_now_box_warp h2 { font-weight: 600; font-size:35px; letter-spacing:-0.45px; color:#000; text-align:center; }
.tl_business_now_box_warp span {padding:10px 10px 40px 10px; font-size:15px;  font-weight:300; letter-spacing:-0.45px;color:#000; display:block; }
.placeholdersjs {color:#aaa !important}
.clearfix:after {content: " "; visibility: hidden; display: block; height: 0; clear: both;}
.inner { max-width:1400px; margin:0 auto}
span { word-break:keep-all}

/* business */
.section_business{width:100%;max-width:2560px;margin:0 auto;background:url(../img/main_business.jpg) 50% 50% no-repeat;background-size:cover !important;padding:80px 0 60px 0;text-align:center;}
.section_business h3{font-size:35px;font-weight:300;color:#fff;}
.section_business h3 strong{font-weight:600;}
.section_business ul{display:flex;padding:30px 100px 0;max-width:1400px;margin:0 auto;overflow:hidden;}
.section_business ul li{width:25%;position:relative;padding:30px;margin-right:1%;list-style:none}
.section_business ul li a{color:#fff;display:block}

/*.section_business ul li .title{padding:5px 40px;font-size:25px;position:relative;display:inline-block;border: 1px solid transparent;transition:background-color 0.3s ease-in-out}*/
.section_business ul li::before{content:'';position:absolute;width:1px;height:50px;background:#fff;opacity:0.2;top:50%;right:0;/*margin-top:-60px*/ margin-top:-25px}
.section_business ul li:last-child::before{content:none}
.section_business ul li .title{display:inline-block;padding:5px 40px;font-size:24px;position:relative;border: 1px solid transparent;color:#fff;
  transition: background-color 0.3s ease-in-out;-webkit-transition: background-color 0.3s ease-in-out;-moz-transition: background-color 0.3s ease-in-out;-o-transition: background-color 0.3s ease-in-out;-ms-transition: background-color 0.3s ease-in-out}
.section_business ul li .title span {position: absolute;background-color:#fff;transform-origin: center;
  transition: transform 0.5s ease;opacity:.5;-webkit-transition: transform 0.5s ease;opacity:.5;-moz-transition: transform 0.5s ease;opacity:.5;-o-transition: transform 0.5s ease;opacity:.5;-ms-transition: transform 0.5s ease;opacity:.5}
.section_business ul li .title .bottom,.section_business ul li .title .top {height: 1px;left: 0;right: 0;transform: scaleX(0)}
.section_business ul li .title .left,.section_business ul li .title .right {width: 1px;top: 0; bottom: 0;transform: scaleY(0)}
.section_business ul li .title .top {top: 0}
.section_business ul li .title .bottom {bottom: 0}
.section_business ul li .title .left {left: 0}
.section_business ul li .title .right {right: 0}
.section_business ul li:hover .top, .section_business ul li:hover .bottom {transform: scaleX(1)}
.section_business ul li:hover .left, .section_business ul li:hover .right {transform: scaleY(1)}
.section_business ul li p{color:#fff}



/* 메인 바로가기 배너 */
.main_stepA_bg {width:100%;margin:0;background: #fff; /*#eaf4fe;*/}
.main_stepA {width: 1400px;margin: 0 auto;padding:50px 0px 50px 0px;position: relative;}
.main_stepA:after {content: '';display: block;clear: both;visibility: hidden;}
.main_stepA div.main_stepA_title {margin:0px 0px 40px 0px;text-align: center;}
.main_stepA div.main_stepA_title h1 {font-size: 24px;color: #0054b3;font-weight: bold;line-height: 1em;letter-spacing: -0.0em;margin: 0 0px 20px 0;}
.main_stepA div.main_stepA_title h2 {font-size: 40px;color: #080808;font-weight: bold;line-height: 1em;letter-spacing: -0.02em;margin: 0 0px 20px 0;}
.main_stepA div.main_stepA_title p {font-size: 20px;color: #666;font-weight: normal;line-height: 1.6em;letter-spacing: 0em;margin: 0 0px 0px 0px;}
.main_stepA a:hover {opacity:1;transition: all 0.5s ease-out;}

.main_stepA ul {list-style:none;margin:0;padding:0;border:1px #ddd solid;border-radius:12px;background: #fff;}
.main_stepA ul:after {content: '';display: block;clear: both;visibility: hidden;}
.main_stepA li {float: left;width: 16.6%;margin:0 0 0px 0;padding:20px 0;text-align: center;border-right:1px #ddd solid;}
.main_stepA li h3 {font-size: 20px;color: #080808;font-weight: 500;line-height: 1.2em;letter-spacing: -0.02em;margin: 10px 0 0 ;padding: 0 0px 0 0 ;word-break: keep-all;}
.main_stepA li h3 span {color: #0054b3;}
.main_stepA li h4 {font-size: 13px;color: #fff;font-weight: 600;line-height: 1em;letter-spacing: -0.02em;margin: 0 0 10px;padding: 0 0px 0 0;word-break: keep-all;}
.main_stepA li h4 span {padding: 5px 10px;background: #080808;border-radius:5px;display: inline-block;}
.main_stepA li p {display: none;font-size: 16px;color: #666;font-weight: normal;line-height: 1.2em;letter-spacing: -0.02em;margin: 0px 0 0px;padding: 0 0px 0 0;word-break: keep-all;position: relative;}
.main_stepA li .material-icons {font-size: 60px;color: #0054b3;margin: 20px 0px 0 0;position: sticky;}
.main_stepA li .material-icons:after {content: '';width: 50px;height: 50px;position: absolute;left: -10px;top: -10px;border-radius: 50%;background: #eaf4fe;border: 0px solid #eaf4fe;z-index: -1;}
.main_stepA li img {max-width: 100%;padding: 0 0 0 0px;border-radius:12px;} 
.main_stepA li:last-child {margin:0 0 0 0;border-bottom:0;border-right:0;}




/* common */
.main_tit{width:100%;text-align:center;margin-bottom:25px}
.main_tit h3{color:#000;font-size:32px;letter-spacing:-0.8px}
.main_tit h4{color:#999; font-size:19px; font-weight:400; color:#161616;}
.main_tit p{color:#999;font-size:16px}

/* 서브 */
/* sub_visual */
.subv_top{padding:180px 20px}
.location{overflow:hidden;margin:0 auto;text-align:center;padding-bottom:10px}
.location li{display:inline-block;vertical-align:middle;color:#fff;font-size:16px}
.location li a.home{background:url(../img/sub/icon_location_home.png) no-repeat;width:13px;height:12px;display:inline-block}
.location li:before{display:inline-block;content:">";position:relative;top:-1px;vertical-align:middle;margin:0px 20px 0 17px;color:#fff;font-size:12px}
.location li:first-child:before{display:none}
.location li:last-child{color:#fff}
.sub_visual{width:100%;/*height:540px;*/height:400px;position:relative;overflow:hidden}
.sub_visual:before{content:'';background-color:rgba(0, 0, 0, 0.0);position:absolute;top:0;left:0;right:0;bottom:0}
.sub_visual:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;background-size:cover;background-position:center center;
	animation-duration:3s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:3s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.4s;-webkit-animation-delay:0.4s;
	animation-name:visual-zoom;-webkit-animation-name:visual-zoom;
}
.sub_visual:after{background-size:cover !important;width:100%;height:100%}
.sub_bg1:after{background:url(../img/sub/sub_visual1.jpg)}
.sub_bg2:after{background:url(../img/sub/sub_visual2.jpg)}
.sub_bg3:after{background:url(../img/sub/sub_visual3.jpg)}
.sub_bg4:after{background:url(../img/sub/sub_visual4.jpg)}
.sub_bg5:after{background:url(../img/sub/sub_visual5.jpg)}
.sub_bg6:after{background:url(../img/sub/sub_visual6.jpg)}
.sub_visual h1{font-size:4.3em;color:#fff;text-align:center;font-weight:500}

/*.sub_visual ul,.sub_visual h1 span,.sub_visual h1 p{
	animation-duration:0.7s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:0.7s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.3s;-webkit-animation-delay:0.3s;
	animation-name:visual-tit;-webkit-animation-name:visual-tit;
}
.sub_visual h1 span,.sub_visual h1 p{animation-delay:0.8s;-webkit-animation-delay:0.8s} */

@keyframes visual-zoom {
	0% {transform:scale(1.2)}
	100% {transform:scale(1)}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2)}
	100% {transform:scale(1)}
}
@keyframes visual-tit {
	0% {opacity:0;-webkit-opacity:0;transform:translateY(20px)}
	100% {opacity:1;-webkit-opacity:1;transform:translateY(0px)}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0;-webkit-opacity:0;transform:translateY(20px)}
	100% {opacity:1;-webkit-opacity:1;transform:translateY(0px)}
}

.sub-depth-wrap{position:relative;margin-top:-70px;}
.sub_visual h1 p{font-size:18px;font-weight:300;margin:10px 0 0}

.sub-depth-1{position:absolute;top:0;left:0;width:100%;/*background:rgba(0,0,0,0.5)*/background:#fff;border-bottom:1px #c0c0c0 solid; }
.sub-depth-1 ul{max-width:1400px;width:100%;margin:0 auto;overflow:hidden}
.sub-depth-1 li{float:left;} 
.sub-depth-1 li:only-child {width:100%} 
.sub-depth-1 li:first-child:nth-last-child(2),                       /* 메뉴가 둘 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(2)+li {width:50%}     /* 메뉴가 둘 일 때, 2번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3),                       /* 메뉴가 셋 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3)~li {width:33.33%}  /* 메뉴가 셋 일 때, 2~3번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4)~li {width:25%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5)~li {width:20%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */ 
.sub-depth-1 li:first-child:nth-last-child(6),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(6)~li {width:14%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */ 
.sub-depth-1 li:first-child:nth-last-child(7),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(7)~li {width:14.2%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */ 
.sub-depth-1 li a{height:70px; cursor:pointer;display:block;color:#000;font-size:20px;font-weight:500;text-align:center;line-height:70px;position:relative;transition:all ease .4s;-webkit-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;} 
.sub-depth-1 li a:hover{color:#0160b0; font-weight:500;border-bottom:4px solid #0160b0; }
.sub-depth-1 li.active a{background:#fff;color:#000;font-weight:500;}
.sub-depth-1 li a:before{content:'';width:1px;height:20px;background:rgba(192,192,192);position:absolute;right:0;top:50%;margin-top:-6px}
.sub-depth-1 li:last-child a:before,
/*.sub-depth-1 li.active a:before{display:none;}*/

.sub-depth-2{text-align:center;border-bottom:1px solid #ddd;display:none}
.sub-depth-2 a{display:inline-block;line-height:70px;margin:0 20px;padding:0 10px;font-size:20px;color:#666;position:relative}
.sub-depth-2 a.active{color:#333;background:#f8f8f8}
.sub-depth-2 a.active:after{content:'';width:0;height:3px;background:#1ac0e4;position:absolute;left:50%;bottom:-1px;
	animation-duration:0.3s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:0.3s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.3s;-webkit-animation-delay:0.3s;
	animation-name:sub-tab-line;-webkit-animation-name:sub-tab-line;
}
.sub-depth-2 a.active,.sub-depth-2 a:hover{color:#333;background:#f8f8f8;font-weight:bold}

@keyframes sub-tab-line{
	0%{width:0%;left:50%}
	100%{width:100%;left:0}
}
@-webkit-keyframes sub-tab-line{
	0%{width:0%;left:50%}
	100%{width:100%;left:0}
}

/* allmenu */
.btn_menu{position:absolute;top:36px;right:50px;width:40px;height:24px;cursor:pointer}
.btn_menu .bar{position:absolute;left:0;width:100%;width:100%;height:2px;border:0;background:#000;transition:opacity 0.3s, top 0.3s, transform 0.5s;transition-delay:0.3s, 0.3s, 0s}
.on .btn_menu .bar{background:#000}
.btn_menu .bar:nth-child(1){top:0;transform:rotate(0)}
.btn_menu .bar:nth-child(2){top:11px;opacity:1}
.btn_menu .bar:nth-child(3){top:22px;transform:rotate(0)} 
.btn_menu.map{right:67px}
.btn_menu.map .bar{background:#000;transition:background 1s, opacity 0.3s, top 0.3s, transform 0.5s;transition-delay:0s, 0s, 0s, 0.3s}
.btn_menu.map .bar:nth-child(1){top:11px;background:#000;transform:rotate(-45deg)}
.btn_menu.map .bar:nth-child(2){opacity:0}
.btn_menu.map .bar:nth-child(3){top:11px;background:#000;transform:rotate(45deg)}
 

 /*전체메뉴*/ 
#sitemap{display:none;position:fixed;top:100px;right:-100%;width:100%;height:calc(100% - 100px); background:#fff; padding:50px 20px; z-index:10;transition:all ease .5s; -webkit-transition:all ease .5s; -o-transition:all ease .5s; -moz-transition:all ease .5s; -ms-transition:all ease .5s; overflow: hidden; overflow-y:auto}
#sitemap .top_info{display:none}
#sitemap > ul{max-width:1400px; overflow:hidden; margin:0 auto}
#sitemap > ul > li{float:left; width:20%; padding:0 10px}
#sitemap > ul > li h2{font-size:24px; color:#333}
#sitemap > ul > li h3{font-size:18px; color:#333;font-weight:500; margin:0 0 10px}
#sitemap > ul > li > ul > li{margin:30px 0}
#sitemap > ul > li > ul > li > a{color:#999; font-size:16px;  padding:7px 0; display:block;}
#sitemap > ul > li h3 > a:hover{color:#014099;}
#sitemap > ul > li > ul > li > a:hover{color:#014099;} 
#sitemap .top_info{position:absolute;top:0;left:0;width:100%;height:45px;overflow:hidden;z-index:10;border-bottom:1px solid #ddd}
#sitemap .top_info a{display:inline-block;width:50%;height:45px;float:left;background:#f8f8f8;text-align:center;color:#666;line-height:45px}
#sitemap.open{display:block;right:0;}
.header.stm-hd{background:#fff;}
.header.stm-hd .logo{background-image:url(../img/logo.jpg)}
.header.stm-hd .nav{display:none;}
.header.stm-hd .lang{display:none;} 
.scr{overflow-y:hidden;} 

/* footer */
#footer{clear:both;background-color:#f8f8f8;overflow:hidden}
#footer .foot_wrap{position:relative;max-width:1400px;margin:0 auto;padding-top:25px}
#footer .foot_menu{width:100%;position:relative}
        .foot_menu li{display:inline-block;float:left;position:relative}		
		.foot_menu li a{font-size:18px;color:#363636;padding:5px 15px 0 0;margin-left:15px}
		.foot_menu li a:before{content:'';position:absolute;left:0px;top:5px;width:1px;height:15px;background:#444}
		.foot_menu li:first-child a:before{display:none}
		.foot_menu li:first-child a{margin:0}
		.foot_menu li a:hover{text-decoration:underline}

		.copyright{float:left;width:100%;padding:22px 0 70px 0px; color:#363636;}

		.copyright address{font-weight:400; font-style: normal;font-size:18px;letter-spacing:-0.45px; line-height:30px;padding-bottom:10px;}

		.foot_sns{position:absolute;top:25px;right:0}
		.foot_sns a{float:left;display:inline-block;wfont-weight:600; font-style: normal;font-size:30px;letter-spacing:-0.45px;idth:20px;height:18px;background:url(../img/icon_sns_common.png) no-repeat;vertical-align:middle;margin-left:15px}
	    .foot_sns a:first-child{ background-position:0 0;margin-left:0}
	    .foot_sns a:nth-child(2){ background-position:-20px 0}
	    .foot_sns a:nth-child(3){ background-position:-40px 0}
	#top_btn{display:none;position:fixed;bottom:40px;right:50px}
	#top_btn a{display:block;width:50px;height:50px;line-height:50px;background:#83868d url(../img/icon_gotop.png) center top no-repeat;border-radius:50%}

	/* contents */
	#contents_wrap{max-width:1400px;margin:70px auto 0;padding:90px 20px 80px 20px}

	#container_title {max-width:1400px; padding-bottom:30px; border-bottom: 0px solid #ddd; font-size:40px; color: #080808; font-weight:400;line-height: 1em;text-align: center;margin:0 auto;position: relative;}
	#container_title span {margin:0 auto 10px;display:block;line-height:30px}
 



/**************************** responsive ****************************/


/******* mobile ******/
@media screen and (max-width:690px){

	#container_title {width:100%; padding-bottom:25px; border-bottom: 0px solid #ddd; font-size:25px; color: #080808; font-weight:400;line-height: 1em;text-align: center;margin:0 auto;position: relative;}
	#container_title span {margin:0 auto 10px;display:block;line-height:30px}
		
	/* layout */
	html{font-size:14px}

	/* header */
	.header .logo{left:10px}
	.btn_menu,.btn_menu.map{right:20px}
	.btn_menu{color:#222}
	.header_info{display:none;right:80px}
	.menu{display:none}

	/* sitemap */
	#sitemap .top_info{display:block}
	#sitemap{background:rgba(0,0,0,0.5)}
	#sitemap > ul > li{width:100%; float:none;margin:0 0 30px}
	#sitemap > ul > li h2{color:#014099}
	#sitemap > ul > li > ul > li{padding:10px 0;margin:0;border-bottom: 1px solid #ddd}
	#sitemap > ul > li > ul > li.m-open{height:auto}
	#sitemap > ul > li > ul > li > h3 > a{display:block;background: #fff}
	#sitemap > ul{max-width:500px;padding:20px;background:#fff;position:absolute;right:0;top:45px;width:100%}

	/* visual */
	#visual{position:relative;width:100%;height:100%;margin:0 auto;overflow:hidden;top:0px;}
	#visual .imgBox{width:100%;width:100%;height:100%;background-size:cover !important;top:40px;}
		
	/*새로추가*/
	#visual .imgBox:before {content: '';width: 100%;position: absolute;left: 0px;top: 0;z-index:auto;}
	#visual .imgBox:after {content: '';width: 100%;position: absolute;left: 0px;top: 0;z-index:auto;}
	#visual .img1{max-width:100%; background:url(../img/visual/m_visual_img1.jpg) center top no-repeat}
	#visual .img2{background:url(../img/visual/m_visual_img2.jpg) center top no-repeat}
	#visual .img3{background:url(../img/visual/m_visual_img3.jpg) center top no-repeat}
	/*새로추가 end*/

	.visualList .txtBox{width:75%;left:0;right:0;margin:0 auto;top:32%}
	.visualList .txtBox .txt1{display:none}
	.visualList .txtBox .txt2{font-size:35px;line-height:40px}
	.visualList .txtBox .txt3{width:100%;font-size:17px}
	.visualList video{width:100%;height:100% !important;object-fit: cover}
	#visual .btn_prev{color:#fff !Important; display:none;}
	#visual .btn_next{color:#fff !Important; display:none;}
	.swiper-pagination {margin:0 auto; left:45%; bottom: 20px;}

	/* common */
	.main_tit{width:100%;text-align:center;margin-bottom:10px; margin-top:0px;}
	.main_tit h3{color:#161616;font-size:32px;letter-spacing:-0.8px}
	.main_tit h4{color:#161616;font-size:15px;letter-spacing:-1px}


	/* banner */
	.section_banner{padding:0px 0 0px 0}
	.section_banner ul{display:inherit}
	.section_banner li{width:100%; padding:0 0;}
	.section_banner li a{display:block;background-color:#fff;box-shadow:0px 0px 0px rgba(220,220,220,1);background-size: auto 55px;background-repeat:no-repeat;background-position: right 0px bottom 0px}
	.section_banner li h2{font-size:23px}	
	.section_banner li h3{font-size:22px;color:#000; padding-top:10px; padding-bottom:10px;}
	.section_banner li p{font-size:18px;color:#000; padding-top:10px}
	.section_banner li a{margin-bottom:0px}
	.section_banner div{padding:25px 25px 25px 25px; height:100px}
	.section_business ul li .title{font-size:20px}


	/* gallery */
	#gallery{margin:0 auto; width:100%; padding:85px 0 100px 0}
	#gallery .galleryList .swiper-slide{height:250px}

	
	/*메인갤러리*/
	.tl_business_now_box_warp { width:100%; padding:0px 10px 90px 10px; border-bottom:1px #cccccc solid; margin:0 auto; clear:both}
	.tl_business_now_box_warp h2 { font-weight: 600; font-size:35px; letter-spacing:-0.45px; color:#000; text-align:center; }
	.tl_business_now_box_warp span {padding:10px 10px 40px 10px; font-size:18px;  font-weight:300; letter-spacing:-0.45px;color:#000; display:block; }
	.placeholdersjs {color:#aaa !important}
	.clearfix:after {content: " "; visibility: hidden; display: block; height: 0; clear: both;}
	.inner { max-width:100%; margin:0 auto}
	span { word-break:keep-all}

	
	/* business */
	.section_business{padding:70px 20px 70px 20px}
	.section_business h3{font-size:20px;line-height:33px}
	.section_business ul{display:inherit;max-width:100%;padding:20px 0;margin-top:20px}
	.section_business ul li::before{bottom:0;height:0px;width:100%}
	.section_business ul li{width:95%; margin:5px 10px 0 10px; padding:10px 0; border:1px #fff solid;}


	/* board */
	#section_board{display:inherit;padding:0px 10px}
	#section_board > div{width:100%;margin-bottom:10px}
	#section_board > div h3{font-size:20px}
	#section_board > div ul{margin-top:10px}

    
    /* 메인 바로가기 배너 */
    .main_stepA_bg {width:100%;margin:0;background: #fff; /*#eaf4fe;*/}
    .main_stepA {width: 100%; margin: 0 auto;padding:60px 10px;position: relative;}
    .main_stepA:after {content: '';display: block;clear: both;visibility: hidden;}
    .main_stepA div.main_stepA_title {margin:0px 0px 40px 0px;text-align: center;}
    .main_stepA div.main_stepA_title h1 {font-size: 18px;color: #0054b3;font-weight: bold;line-height: 1em;letter-spacing: -0.0em;margin: 0 0px 10px 0;}
    .main_stepA div.main_stepA_title h2 {font-size: 28px;color: #080808;font-weight: bold;line-height: 1em;letter-spacing: -0.02em;margin: 0 0px 20px 0;}
    .main_stepA div.main_stepA_title p {font-size: 14px;color: #666;font-weight: normal;line-height: 1.6em;letter-spacing: 0em;margin: 0 0px 30px 0px;}
    .main_stepA a:hover {opacity:1;transition: all 0.5s ease-out;}

    .main_stepA ul {list-style:none;margin:0;padding:0;border-top:1px #ddd solid; border-bottom:1px #ddd solid; border-right:1px #ddd solid; border-left:0px #ddd solid;border-radius:0px;background: #fff;}
    .main_stepA ul:after {content: '';display: block;clear: both;visibility: hidden;}
    .main_stepA li {float: left;width: 50%;margin:0 0 0px 0;padding:20px 0;text-align: center;border-left:1px #ddd solid;border-right:1px #ddd solid;border-bottom:1px #ddd solid;}   
    .main_stepA li h3 {font-size: 16px;color: #080808;font-weight: 500;line-height: 1.2em;letter-spacing: -0.02em;margin: 10px 0 0 ;padding: 0 0px 0 0 ;word-break: keep-all;}
    .main_stepA li h3 span {color: #0054b3;}
    .main_stepA li h4 {font-size: 13px;color: #fff;font-weight: 600;line-height: 1em;letter-spacing: -0.02em;margin: 0 0 10px;padding: 0 0px 0 0;word-break: keep-all;}
    .main_stepA li h4 span {padding: 5px 10px;background: #080808;border-radius:5px;display: inline-block;}
    .main_stepA li p {display: none;font-size: 14px;color: #666;font-weight: normal;line-height: 1.2em;letter-spacing: -0.02em;margin: 0px 0 0px;padding: 0 0px 0 0;word-break: keep-all;position: relative;}
    .main_stepA li .material-icons {font-size: 60px;color: #0054b3;margin: 20px 0px 0 0;position: sticky;}
    .main_stepA li .material-icons:after {content: '';width: 50px;height: 50px;position: absolute;left: -10px;top: -10px;border-radius: 50%;background: #eaf4fe;border: 0px solid #eaf4fe;z-index: -1;}
    .main_stepA li img {max-width: 100%;padding: 0 0 0 0px;border-radius:12px;} 
    .main_stepA li:last-child {margin:0 0 0 0;border-bottom:0;border-right:0;}
    
    .main_stepA li:nth-child(even) {border-right:0;}  
	.main_stepA li:nth-last-child(2) {border-bottom:0;}
    
    
	/* sub_visual */
	.sub_visual{height:auto;overflow:hidden; }
	.sub_visual h1{font-size:50px; padding-top:60px;}
	.sub_visual h1 p{font-size:1.1rem}
	.subv_top{padding:130px 20px;height:360px;overflow:hidden}
	.location{display:none}

	.sub-depth-wrap{margin-top:0;display:none;}
	.sub-depth-1{position:absolute;bottom:0;top:auto !Important;background:none}
	.sub-depth-1 li.active a{text-align:left;padding-left:20px;line-height:50px;background:#f8f8f8 url(../img/icon_select_arrow.png) center right no-repeat;transition:none}
	.sub-depth-2{position:absolute;top:0px;width:100%;left:0;z-index:99;background:#fff;display:none}
	.sub-depth-2 a{width:100%;display:block;margin:0;background:#f5f5f5;color:#222;line-height:45px;border-bottom:1px solid #ddd;text-align:left;padding-left:20px}
	.sub-depth-1 li{width:100% !important}
	.sub-depth-1 li.active a{display:block}
	.sub-depth-1 li a{font-size:20px;display:none; padding-top:10px;}

	
	/* contents */
	#contents_wrap{max-width:100%;padding:50px 10px 30px 10px;margin:0}

	#container_title {max-width:100%; padding-bottom:30px; border-bottom: 0px solid #ddd; font-size:35px; color: #080808; font-weight:600;line-height: 1em;text-align: center;margin:0 auto;position: relative;}
	#container_title span {margin:0 auto 10px;display:block;line-height:30px}


	/* footer */
	#footer{padding:0 20px 20px 20px}
	.foot_sns{position:static;margin:0 auto}
	.foot_menu li a{font-size:12px;color:#363636;padding:5px 10px 0 0;margin-left:10px}
	.copyright address{font-weight:400; font-style: normal;font-size:12px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
    .copyright p{font-weight:400; font-style: normal;font-size:12px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
}



@media screen and (min-width:691px) and (max-width:899px) {

	/* sub_visual */
	.sub_visual{height:auto;overflow:hidden}
	.sub_visual h1{font-size:50px; padding-top:20px;}
	.sub_visual h1 p{font-size:1.1rem}
	.subv_top{padding:130px 20px;height:360px;overflow:hidden}
	.location{display:none}

	.sub-depth-wrap{margin-top:0;display:none;}
	.sub-depth-1{position:absolute;bottom:0;top:auto !Important;background:none}
	.sub-depth-1 li.active a{text-align:left;padding-left:20px;line-height:50px;background:#f8f8f8 url(../img/icon_select_arrow.png) center right no-repeat;transition:none}
	.sub-depth-2{position:absolute;top:0px;width:100%;left:0;z-index:99;background:#fff;display:none}
	.sub-depth-2 a{width:100%;display:block;margin:0;background:#f5f5f5;color:#222;line-height:45px;border-bottom:1px solid #ddd;text-align:left;padding-left:20px}
	.sub-depth-1 li{width:100% !important}
	.sub-depth-1 li.active a{display:block}
	.sub-depth-1 li a{font-size:20px;display:none; padding-top:10px;}

	/* contents */
	#contents_wrap{max-width:100%;padding:30px 20px 40px 20px;margin:0}

	#container_title {max-width:100%; padding-bottom:30px; border-bottom: 0px solid #ddd; font-size:30px; color: #080808; font-weight:600;line-height: 1em;text-align: center;margin:0 auto;position: relative;}
	#container_title span {margin:0 auto 10px;display:block;line-height:30px}


}


/****** tablet ******/
/****** tablet, 핸드폰 가로 ******/

@media screen and (min-width:691px) and (max-width:1099px){

	/* layout */
	html{font-size:14px}

	/* header */
	.header .logo{left:20px}
	.btn_menu,.btn_menu.map{right:20px}
	.btn_menu{color:#222}
	.header_info{display:none;right:80px}
	.menu{display:none}
	
	/* sitemap */
	#sitemap .top_info{display:block}
	#sitemap{background:rgba(0,0,0,0.5)}
	#sitemap > ul > li{width:100%; float:none;margin:0 0 30px}
	#sitemap > ul > li h2{color:#014099}
	#sitemap > ul > li > ul > li{height:46px;overflow:hidden;padding:10px 0;margin:0;border-bottom: 1px solid #ddd}
	#sitemap > ul > li > ul > li.m-open{height:auto}
	#sitemap > ul > li > ul > li > h3 > a{display:block;background: #fff}
	#sitemap > ul{padding:20px;background:#fff;position:absolute;right:0;top:45px;width:100%}
	
	
	.sub-depth-wrap{display:none}
	.sub-depth-2{display:none}

	
	/* visual */
	.visualList .txtBox{width:75%;left:0;right:0;margin:0 auto;top:35%}
	.visualList .txtBox .txt1{padding-bottom:20px}
	.visualList .txtBox .txt2{font-size:50px;line-height:60px}
	.visualList .txtBox .txt3{width:100%}	
	.visualList video{width:100%;height:100% !important;object-fit: cover}


	/*새로추가*/
	#visual .imgBox:before {content: '';width: 100%;height: 100%; z-index:auto;}
	#visual .imgBox:after {content: '';width: 100%;height: 100%;z-index:auto;}
	#visual .img1{background:url(../img/visual/m2_visual_img1.jpg) center top no-repeat}
	#visual .img2{background:url(../img/visual/m2_visual_img2.jpg) center top no-repeat}
	#visual .img3{background:url(../img/visual/m2_visual_img3.jpg) center top no-repeat}
	/*새로추가 end*/


	/* banner */
	.section_banner{width:100%;overflow:hidden; background:#fff; padding:0px 0px 0px 0px}
	.section_banner ul{display:flex;max-width:100%;margin:0 auto; }
	.section_banner li{flex:1; width:33.3%; padding:0px 0px;background-repeat: no-repeat;}
	.section_banner li a{display:block;height:200px;background-color:#fff;box-shadow:0px 0px 0px rgba(220,220,220,1);background-size: auto 55px;background-repeat:no-repeat;background-position: right 25px bottom 25px}
	.section_banner li a:hover{text-decoration:none}
	.section_banner li a h2{font-weight:400; font-style: normal;font-size:20px;color:#000;letter-spacing:0px;}
	.section_banner li a:hover h2{color:#000}
	.section_banner div{padding:30px 20px}
	.section_banner li h3{font-size:16px;color:#000; padding-top:10px; padding-bottom:10px;}
	.section_banner li p{font-size:12px;color:#000; padding-top:5px}
	.section_banner li a .more_bt1{margin-top:20px; width: 30px; height: 30px; background:#fff; border-radius: 50px; color: #161616; font-size:2em; font-weight:400; font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
	.section_banner li a .more_bt2{margin-top:20px; width: 100px; height: 30px; background:#037be0; border-radius: 50px; color: #fff; font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
	.section_banner li:first-child{margin-left:0}
	.section_banner li:nth-child(1) a{background:#afd8fa url('../img/m_main_bt1.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
	.section_banner li:nth-child(2) a{background:#d9e8ff url('../img/m_main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
	.section_banner li:nth-child(3) a{background:#fffae9 /*url('../img/main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;*/}
	.section_banner li:nth-child(4) a{background-image:url('../img/icon_banner_news.svg');}


    
    /* board */
	#section_board{max-width:100%;margin:0 auto;padding:0px 0 0px 0;display:flex}
	#section_board > div{flex:1;width:28%;margin:0 5px 0 5px;position:relative; padding:25px 30px 25px 30px; border:1px solid #ddd}
	#section_board > div h3{font-weight:400;font-size:20px;color:#000;padding-bottom:5px;border-bottom:1px solid #ddd}
	#section_board > div ul{margin-top:20px}
	#section_board > div ul li{position:relative;padding-left:15px}
	#section_board > div ul li:before{content:'';position:absolute;top:12px;left:0;width:4px;height:4px;background:#3e85df;display:block}
	#section_board > div ul li a{display:block;font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size:17px;color:#000;line-height:35px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	#section_board > div ul li a:hover{color:#1c4cb9;font-weight:bold}
	#section_board > div a.btn_more{position:absolute;top:35px;right:35px;color:#999;font-size:13px; background:url(../img/board_btn_plus.png) center top no-repeat;width:25px;height:25px}
    
    
    
	/* gallery */
	#gallery{margin:0 auto; width:100%; padding:85px 0 100px 0}
	#gallery .galleryList .swiper-slide{height:250px; width:1400px;}


	/*메인갤러리*/
	.tl_business_now_box_warp { width:100%; padding:0px 5px 90px 5px; border-bottom:1px #cccccc solid; margin:0 auto; clear:both}
	.tl_business_now_box_warp h2 { font-weight: 600; font-size:35px; letter-spacing:-0.45px; color:#000; text-align:center; }
	.tl_business_now_box_warp span {padding:10px 10px 40px 10px; font-size:18px;  font-weight:300; letter-spacing:-0.45px;color:#000; display:block; }
	.placeholdersjs {color:#aaa !important}
	.clearfix:after {content: " "; visibility: hidden; display: block; height: 0; clear: both;}
	.inner { max-width:100%; margin:0 auto}
	span { word-break:keep-all}

    

	/* business */
	.section_business{padding:100px 30px 70px 30px}
	.section_business h3{font-size:25px;line-height:45px}
	.section_business ul{display:inherit;max-width:100%;padding:20px 0;margin-top:20px}
	.section_business ul li{width:45%;margin:10px 10px; padding:10px 0;border:1px #fff solid;display:inline-block}
	.section_business ul li::before{bottom:0;height:1px;}
	



	/* 메인 바로가기 배너 */
	.main_stepA_bg {width:100%;margin:0;background: #fff; /*#eaf4fe;*/}
	.main_stepA {width: 100%;margin: 0 auto;padding:50px 10px 50px 10px;position: relative;}
	.main_stepA:after {content: '';display: block;clear: both;visibility: hidden;}
	.main_stepA div.main_stepA_title {margin:0px 0px 40px 0px;text-align: center;}
	.main_stepA div.main_stepA_title h1 {font-size: 18px;color: #0054b3;font-weight: bold;line-height: 1em;letter-spacing: -0.0em;margin: 0 0px 10px 0;}
	.main_stepA div.main_stepA_title h2 {font-size: 28px;color: #080808;font-weight: bold;line-height: 1em;letter-spacing: -0.02em;margin: 0 0px 20px 0;}
	.main_stepA div.main_stepA_title p {font-size: 14px;color: #666;font-weight: normal;line-height: 1.6em;letter-spacing: 0em;margin: 0 0px 30px 0px;}
	.main_stepA a:hover {opacity:1;transition: all 0.5s ease-out;}
	.main_stepA ul {list-style:none;margin:0;padding:0;border-radius:0px;background: #fff;border-top:1px #ddd solid; border-bottom:1px #ddd solid; border-right:1px #ddd solid; border-left:0px #ddd solid;border-radius:0px;}
	.main_stepA ul:after {content: '';display: block;clear: both;visibility: hidden;}
	.main_stepA li {float: left;width: 33.3%;margin:0 0 0px 0;padding:30px 0;text-align: center;border-left: 1px #ddd solid; border-right:1px #ddd solid;border-bottom:1px #ddd solid;}
	.main_stepA li h3 {font-size: 16px; margin: 10px 0 0px;padding: 0 0px 0 0 ; }
	.main_stepA li p {font-size: 14px;margin: 0px 0 0px;padding: 0px 0 0 0px;}
	.main_stepA li .material-icons {font-size: 60px;color: #0054b3;margin: 20px 0px 0 0;position: sticky;}
	.main_stepA li .material-icons:after {content: '';width: 50px;height: 50px;position: absolute;left: -10px;top: -10px;border-radius: 50%;background: #eaf4fe;border: 0px solid #eaf4fe;z-index: -1;}
	.main_stepA li img {max-width: 100%;padding: 0 0 0 0px;border-radius:12px;} 
    
    .main_stepA li:nth-child(even) {border-right:0;}  
	.main_stepA li:nth-last-child(2) {border-bottom:0px #ddd solid;}
	.main_stepA li:nth-last-child(3) {border-bottom:0px #ddd solid;}
    
    

	/* footer */
	#footer{padding:0 20px 20px 20px}
	.foot_sns{position:static;margin:0 auto}
	.foot_menu li a{font-size:16px;color:#363636;padding:5px 15px 0 0;margin-left:15px}
	.copyright address{font-weight:400; font-style: normal;font-size:13px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
    .copyright p{font-weight:400; font-style: normal;font-size:13px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
    
}
	


@media screen and (min-width:900px) and (max-width:1599px) {
	/* sub_visual */
	.sub-depth-2{display:none}

	/* contents */
	#contents_wrap{max-width:100%;padding:30px 20px 40px 20px;margin:0}

	#container_title {max-width:100%; padding:80px 0px 30px 0; border-bottom: 0px solid #ddd; font-size:40px; color: #080808; font-weight:600;line-height: 1em;text-align: center;margin:0 auto;position: relative;}
	#container_title span {margin:0 auto 10px;display:block;line-height:30px}

}


@media screen and (min-width:1100px) and (max-width:1299px) {

	/* layout */
	html{font-size:14px}

	/* header */
	.header .logo{left:20px}
	.btn_menu,.btn_menu.map{right:20px}
	.btn_menu{color:#222}
	.header_info{display:none;right:80px}

	/* menu */
	.menu{display:inline-block; margin-left:230px;}
	.menu > li{float:left} 
	.menu > li h2{font-weight:600;font-style: normal;cursor:pointer;color:#000;font-size:18px;padding:0 40px;line-height:100px;letter-spacing:0em}
	.menu > li > a{color:#666;font-size:19px} 
	.menu > li > ul{width:100%;min-height:150px;padding:0;margin-bottom:50px; position:absolute;top:100px;text-align:center}
	.menu > li > ul > li{display:inline-block;float:left;text-align:left;padding:0 55px;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
	.menu > li > ul > li > a{display:block;padding:5px 0;font-size:1.2em;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;color:#666}
	.menu > li > ul > li > a:hover{color:#0061b2}   
	.menu > li.open h2{position:relative}
	.menu > li.on h2:after{content:'';width:6px;height:6px;background:#ffcb07;border-radius:50%;position:absolute;left:50%;top:25px;margin-left:-3px}
	.menu > li.open ul > li{ opacity:1}

	.sub-depth-1 li a{height:70px; cursor:pointer;display:block;color:#000;font-size:16px;font-weight:500;text-align:center;line-height:70px;position:relative;transition:all ease .4s;-webkit-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;} 
	.sub-depth-2{display:none}

	/* sitemap */
	#sitemap .top_info{display:block}
	#sitemap{background:rgba(0,0,0,0.5)}
	#sitemap > ul > li{width:100%; float:none;margin:0 0 30px}
	#sitemap > ul > li h2{color:#014099}
	#sitemap > ul > li > ul > li{height:46px;overflow:hidden;padding:10px 0;margin:0;border-bottom: 1px solid #ddd}
	#sitemap > ul > li > ul > li.m-open{height:auto}
	#sitemap > ul > li > ul > li > h3 > a{display:block;background: #fff}
	#sitemap > ul{padding:20px;background:#fff;position:absolute;right:0;top:45px;width:100%}
	

}



@media screen and (min-width:1300px) and (max-width:1399px) {

	/* header */

	/* menu */
	.menu{display:inline-block; padding-left:110px;}
	.menu > li{float:left;} 
	.menu > li h2{font-weight:600;font-style: normal;cursor:pointer;color:#000;font-size:23px;padding:0 40px;line-height:100px;letter-spacing:0em}
	.menu > li > a{color:#666;font-size:19px} 
	.menu > li > ul{width:100%;min-height:150px;padding:0;margin-bottom:50px; position:absolute;top:100px;text-align:center}
	.menu > li > ul > li{display:inline-block;float:left;text-align:left;padding:0 55px;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
	.menu > li > ul > li > a{display:block;padding:5px 0;font-size:1.2em;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;color:#666}
	.menu > li > ul > li > a:hover{color:#0061b2}   
	.menu > li.open h2{position:relative}
	.menu > li.on h2:after{content:'';width:6px;height:6px;background:#ffcb07;border-radius:50%;position:absolute;left:50%;top:25px;margin-left:-3px}
	.menu > li.open ul > li{ opacity:1}


	/* sub_visual */
	.sub-depth-1 li a{height:70px; cursor:pointer;display:block;color:#000;font-size:20px;font-weight:500;text-align:center;line-height:70px;position:relative;transition:all ease .4s;-webkit-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;} 
	.sub-depth-2{display:none}
	
	/* sitemap */
	#sitemap .top_info{display:none}

}


@media screen and (min-width:1400px) and (max-width:1599px) {

	/* header */

	.menu{margin-left:-30px}
	.menu > li h2{padding:0 30px}
	.menu > li > ul > li{padding:0 20px}

	/* menu */
	/*.menu{display:inline-block}
	.menu > li{float:left} 
	.menu > li h2{font-weight:600;font-style: normal;cursor:pointer;color:#000;font-size:23px;padding:0 55px;line-height:100px;letter-spacing:0em}
	.menu > li > a{color:#666;font-size:19px} 
	.menu > li > ul{width:100%;min-height:150px;padding:0;margin-bottom:50px; position:absolute;top:100px;text-align:center}
	.menu > li > ul > li{display:inline-block;float:left;text-align:left;padding:0 55px;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
	.menu > li > ul > li > a{display:block;padding:5px 0;font-size:1.2em;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;color:#666}
	.menu > li > ul > li > a:hover{color:#0061b2}   
	.menu > li.open h2{position:relative}
	.menu > li.on h2:after{content:'';width:6px;height:6px;background:#ffcb07;border-radius:50%;position:absolute;left:50%;top:25px;margin-left:-3px}
	.menu > li.open ul > li{ opacity:1}

	.color_red {color:#fff !important}*/

	/* sub_visual */
	.sub-depth-2{display:none}
	
	/* sitemap */
	#sitemap .top_info{display:none}

}


/****** Desktop Device ******/
@media screen and (min-width:1100px) and (max-width:1599px) {


	/*새로추가*/
	#visual .imgBox:before {content: '';width: 100%;height: 100%; z-index:auto;}
	#visual .imgBox:after {content: '';width: 100%;height: 100%;z-index:auto;}
	#visual .img1{background:url(../img/visual/m2_visual_img1.jpg) center top no-repeat}
	#visual .img2{background:url(../img/visual/m2_visual_img2.jpg) center top no-repeat}
	#visual .img3{background:url(../img/visual/m2_visual_img3.jpg) center top no-repeat}
	/*새로추가 end*/


	/* banner */
	.section_banner{width:100%;overflow:hidden; background:#fff; padding:0px 0px 0px 0px}
	.section_banner ul{display:flex;max-width:100%;margin:0 auto; }
	.section_banner li{flex:1; width:33.3%; padding:0px 0px;background-repeat: no-repeat;}
	.section_banner li a{display:block;height:250px;background-color:#fff;box-shadow:0px 0px 0px rgba(220,220,220,1);background-size: auto 55px;background-repeat:no-repeat;background-position: right 25px bottom 25px}
	.section_banner li a:hover{text-decoration:none}
	.section_banner li a h2{font-weight:400; font-style: normal;font-size:25px;color:#000;letter-spacing:0px;}
	.section_banner li a:hover h2{color:#000}
	.section_banner div{padding:30px 30px}
	.section_banner li h3{font-size:22px;color:#000; padding-top:10px; padding-bottom:10px;}
	.section_banner li p{font-size:16px;color:#000; padding-top:5px}
	.section_banner li a .more_bt1{margin-top:20px; width: 30px; height: 30px; background:#fff; border-radius: 50px; color: #161616; font-size:2em; font-weight:400; font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
	.section_banner li a .more_bt2{margin-top:20px; width: 100px; height: 30px; background:#037be0; border-radius: 50px; color: #fff; font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size: 12px; /*letter-spacing:2px;*/ display: flex; align-items: center; justify-content: center; }
	.section_banner li:first-child{margin-left:0}
	.section_banner li:nth-child(1) a{background:#afd8fa url('../img/m_main_bt1.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
	.section_banner li:nth-child(2) a{background:#d9e8ff url('../img/m_main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;}
	.section_banner li:nth-child(3) a{background:#fffae9 /*url('../img/main_bt2.png') calc(100% - 35px) calc(100% - 25px) no-repeat;*/}
	.section_banner li:nth-child(4) a{background-image:url('../img/icon_banner_news.svg');}

    
    
	/* board */
	#section_board{max-width:100%;margin:0 auto;padding:0px 10px;display:flex}
	#section_board > div{flex:1;width:33%;margin:0 5px 0 5px;position:relative; padding:25px 30px 25px 30px; border:1px solid #ddd}
	#section_board > div h3{font-weight:400;font-size:20px;color:#000;padding-bottom:5px;border-bottom:1px solid #ddd}
	#section_board > div ul{margin-top:20px}
	#section_board > div ul li{position:relative;padding-left:15px}
	#section_board > div ul li:before{content:'';position:absolute;top:12px;left:0;width:4px;height:4px;background:#3e85df;display:block}
	#section_board > div ul li a{display:block;font-family: "Gowun+Dodum", sans-serif;font-style: normal;font-size:17px;color:#000;line-height:35px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	#section_board > div ul li a:hover{color:#1c4cb9;font-weight:bold}
	#section_board > div a.btn_more{position:absolute;top:35px;right:35px;color:#999;font-size:13px; background:url(../img/board_btn_plus.png) center top no-repeat;width:25px;height:25px}    

    
    
    /*메인갤러리*/
	.tl_business_now_box_warp { width:100%; padding:0px 10px 90px 10px; border-bottom:1px #cccccc solid; margin:0 auto; clear:both}
	.tl_business_now_box_warp h2 { font-weight: 600; font-size:35px; letter-spacing:-0.45px; color:#000; text-align:center; }
	.tl_business_now_box_warp span {padding:10px 10px 40px 10px; font-size:18px;  font-weight:300; letter-spacing:-0.45px;color:#000; display:block; }
	.placeholdersjs {color:#aaa !important}
	.clearfix:after {content: " "; visibility: hidden; display: block; height: 0; clear: both;}
	.inner { max-width:100%; margin:0 auto}
	span { word-break:keep-all}
    
	    
    /* business */
	.section_business{padding:100px 30px}
	.section_business h3{font-size:25px;line-height:45px}
	.section_business ul{display:inherit;max-width:100%;padding:20px 0;margin-top:20px}
	.section_business ul li{width:45%;margin:10px 10px; padding:10px 0;border:1px #fff solid;display:inline-block}
	.section_business ul li::before{bottom:0;height:1px;}
    
	
    /* 메인 바로가기 배너 */
	.main_stepA_bg {width:100%;margin:0;background: #fff; /*#eaf4fe;*/}
	.main_stepA {width: 100%;margin: 0 auto;padding:50px 10px 50px 10px;position: relative;}
	.main_stepA:after {content: '';display: block;clear: both;visibility: hidden;}
	.main_stepA div.main_stepA_title {margin:0px 0px 40px 0px;text-align: center;}
	.main_stepA div.main_stepA_title h1 {font-size: 18px;color: #0054b3;font-weight: bold;line-height: 1em;letter-spacing: -0.0em;margin: 0 0px 10px 0;}
	.main_stepA div.main_stepA_title h2 {font-size: 28px;color: #080808;font-weight: bold;line-height: 1em;letter-spacing: -0.02em;margin: 0 0px 20px 0;}
	.main_stepA div.main_stepA_title p {font-size: 14px;color: #666;font-weight: normal;line-height: 1.6em;letter-spacing: 0em;margin: 0 0px 30px 0px;}
	.main_stepA a:hover {opacity:1;transition: all 0.5s ease-out;}
	.main_stepA ul {list-style:none;margin:0;padding:0;border-radius:0px;background: #fff;border-top:1px #ddd solid; border-bottom:1px #ddd solid; border-right:1px #ddd solid; border-left:0px #ddd solid;border-radius:0px;}
	.main_stepA ul:after {content: '';display: block;clear: both;visibility: hidden;}
	.main_stepA li {float: left;width: 33.3%;margin:0 0 0px 0;padding:30px 0;text-align: center;border-left: 1px #ddd solid; border-right:1px #ddd solid;border-bottom:1px #ddd solid;}
	.main_stepA li h3 {font-size: 18px;margin: 10px 0 0px;padding: 0 0px 0 0 ; /*color:red;*/}
	.main_stepA li p {font-size: 14px;margin: 0px 0 0px;padding: 0px 0 0 0px;}
	.main_stepA li .material-icons {font-size: 60px;color: #0054b3;margin: 20px 0px 0 0;position: sticky;}
	.main_stepA li .material-icons:after {content: '';width: 50px;height: 50px;position: absolute;left: -10px;top: -10px;border-radius: 50%;background: #eaf4fe;border: 0px solid #eaf4fe;z-index: -1;}
	.main_stepA li img {max-width: 100%;padding: 0 0 0 0px;border-radius:12px;} 
    
    .main_stepA li:nth-child(even) {border-right:0;}  
	.main_stepA li:nth-last-child(2) {border-right:0px #ddd solid; border-bottom:0px #ddd solid;}
	.main_stepA li:nth-last-child(3) {border-bottom:0px #ddd solid;}
	.main_stepA li:nth-last-child(4) {border-right:0px #ddd solid; border-bottom:1px #ddd solid;}
	.main_stepA li:nth-last-child(6) {border-right:0px #ddd solid; border-bottom:1px #ddd solid;}

	
	/* visual */
	.visualList video{width:100%; !important;object-fit: cover}
	

	/* footer */
	#footer{padding:0 30px}
    .foot_menu li a{font-size:18px;color:#363636;padding:5px 15px 0 0;margin-left:15px}
    .copyright address{font-weight:400; font-style: normal;font-size:16px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
    .copyright p{font-weight:400; font-style: normal;font-size:16px;letter-spacing:-0.45px; line-height:20px;padding-bottom:10px;}
    
    
}