/*인사말*/
.greeting{position:relative;}
.greeting .img{position:relative; height:324px; margin-top:110px; background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .img:before{content:''; display:block; position:absolute; bottom:0; left:135px; width:400px; height:400px; /*background:url(../img/bg_chairman.png) no-repeat;*/}
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; height:314px; background:#a60b14}
.greeting .tit h3{position:relative; margin:0; padding:140px 20px 0 50px; color:#fff; font-size:22px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}
.greeting .tit h3:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:144px; margin:0; background:#fff;}
.greeting .tit h3 span{display:block; font-weight:600;}
.greeting .colum { padding:50p 50px 70px;  max-width:800px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; text-align:justify; }
.greeting .colum .right{float:right; width:48%; text-align:justify; }
.greeting .sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting .sign .name { font-size:24px}

@media (max-width: 980px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

}
/*인사말*/

/*피스메이커*/
.fc_pointer {color:#a60b14; }
.company_type2 {width:100%; margin:0 auto 100px; }
.company_type2:after{content:""; clear:both; display:block;}
.company_type2 .ceo_img {width:100%; }
.company_type2 .ceo_img img {width:100%; height:auto; }
.company_type2 .ceo_area{ position:relative; left:0; bottom:0; width:94%;  padding-top:50px; z-index:1; margin:0 auto;} 
.company_type2 .ceo_area .ceo_txt { position:relative;  width:100%; height:auto; text-align: center;}
.company_type2 .ceo_area .ceo_txt h4 {font-size:20px;  line-height:150%;  color: #000; font-size: 30px; margin-top:10px; text-align: center;}
.company_type2 .ceo_area .ceo_txt p {margin-top:20px; line-height:150%; color: #333; word-break: keep-all; font-size:17px; text-align: center;}
.company_type2 .ceo_area .ceo_txt span.ceo_sign{ display:block; font-size:1.1em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}

    
@media screen and (max-width: 992px){
    .company_type2 .ceo_area .ceo_txt { width:100%; }
    .company_type2 .ceo_area .ceo_txt h4 {margin-top:40px; font-size:1.2em;}
    .company_type2 .ceo_area .ceo_sign {margin-top: 20px; }
}




/* Teaching */
.content01  {width: 100%;}
.content01 .box { position: relative;}
.content01 .box ul li{ width: 50%;float:left}
.content01 .box .img_right { float:left}
.content01 .box .txt_wrap { background: #fff;  width: 100%; padding: 150px 0 0;}
.content01 .box .txt_wrap p {text-align:left; font-size:17px}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 960px) {
    .content01 .box ul li{ width: 100%;}
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}




/* KINDERGARTEN */
	.kinder{width:100%; min-width:320px; overflow:hidden;}
	.kinder:after{content:""; clear:both; display:block;}
    .kinder .kinder_img{width:100%;}
    .kinder .kinder_img img{width:100%;}
	.kinder .kinder_img2{width:100%; min-width:320px; height:500px; background: url('../img/s2_2_img1.jpg') no-repeat center top; background-size:cover; }
	.kinder .kinder_wrap {position:relative; top:0; width:100%; max-width:1200px; margin:0 auto;  background:#fff; overflow:hidden;}
	.kinder .kinder_wrap .txt{text-align:center; padding-top:50px;font-size:30px;  }
	.kinder .kinder_wrap .txt span{font-size:30px; line-height:150%;}
	.kinder .kinder_list { width:100%; max-width:1100px; padding-top:50px; margin:0 auto;}
	.kinder .kinder_list:after{content:""; clear:both; display:block;}
	.kinder .kinder_list ul {width:100%; margin:0; padding:0; }
    .kinder .kinder_list ul a li {float: left; width:29%; padding:30px 0; margin:0 2% 0; box-sizing: border-box; background: #a60b14; border-radius: 0px; text-align: center; color: #fff; font-size: 28px;font-weight: 600; border: 1px solid #a60b14;}
    .kinder .kinder_list ul a li:hover {background: #fff8ed;color: #a60b14; border: 1px solid #a60b14;}
	.kinder .kinder_list ul a li img {max-width:100%; margin:0 auto;}

		
	@media screen and (max-width:992px){		
		.kinder .kinder_wrap{width:95%; top:0;}
		.kinder .kinder_wrap .txt{width:90%; margin:0 auto; font-size:0.9em; padding-top:30px;}
		.kinder .kinder_list {  width:92%; padding-top:30px;}
		.kinder .kinder_list ul a li { width:100%; margin:0 auto; margin-bottom:2%;}
		.kinder .kinder_list ul a li:nth-child(2n){float:right;}
		.kinder .kinder_list ul a li img {max-width:68%; margin:0 auto;}
	}

	@media screen and (max-width: 360px) {

		.kinder .kinder_list ul a li { width:100%; margin-bottom:5%;}

	}


.kinder_tab{width:100%; max-width:1100px; padding-top:50px; margin:0 auto;}
.kinder_tab div{float: left;  width:calc((100% / 3) - 42px); padding:30px 0; margin:0 20px 0;  border:1px solid #a60b14;  cursor:pointer; text-align: center;color: #a60b14; border-radius: 10px;}
.kinder_tab div span{font-size: 28px;font-weight: 600;color: #a60b14; }
.kinder_tab div.on{border:1px solid #a60b14; background-color:#a60b14; color:#fff;}
.kinder_tab div.on span{ background-color:#a60b14; color:#fff;}
.kinder_type2{display:none; width:100%;  min-width:320px; max-width:1100px; margin:70px auto 0;  overflow: hidden; padding: 0 20px 0;position: relative;clear: both;}	
.kinder_type2 .title {margin:0 0 5%;}
.kinder_type2 .title h4{display:table; width:150px; height:150px; margin:0 auto; position: relative; text-align:center; font-size:1.5em; color:#fff; }
.kinder_type2 .title h4 span{display:table-cell; vertical-align:middle;  width:100%; height:100%;  border-radius:100%;  z-index:1; line-height:1em;color: #a60b14;border:1px solid #a60b14 ;background: #fff;}
.kinder_type2 .box{width:100%; overflow: hidden; margin:0 auto;}
.kinder_type2 .box .title{font-size:30px; color:#a60b14;font-weight: 600; text-align: center;}
.kinder_type2 .box .txt{font-size:17px}
.kinder_type2 .box .txt img{width: 100%;}
.kinder_type2 .box .txt span{color: #559d3c; font-style: italic;}
.kinder_type2 .box .txt p{color: #959595; }
.kinder_view_1{display:none;}
.kinder_view_1 .title h4 span{background: #fff;color: #a60b14; }
    


@media screen and (max-width:992px){
    .kinder_tab div span{font-size: 24px; }
    .kinder_type2 .box .title{font-size:26px;}
    .kinder_type2 .box .txt{font-size:17px;}
}
@media screen and (max-width:750px){
    .kinder_tab div{ width:calc((100% / 3) - 22px); padding:20px 0; margin:0 10px 0; }
    .kinder_tab div span{font-size: 16px; }
    .kinder_type2{ padding: 0 20px 0; margin:60px auto 0;}	
}
@media screen and (max-width:600px){
    .kinder_tab div span{font-size: 16px; }
    .kinder_type2{ padding: 0 10px 0;}	
    
}
@media screen and (max-width:480px){
    
    .kinder_tab div{ padding:10px 0;}
    .kinder_tab div span{font-size:14px; letter-spacing: -0.05em; }

    .kinder_type2 .box .title{font-size:20px; }
    .kinder_type2 .box .txt{font-size:14px;}
}






/* ACLE CENTER */
.content04 .point { padding:20px; background: #eee;}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; }
.content04 .point h2 { font-size:28px; font-weight:400; color:#1a1a1a; text-align:center; margin: auto;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img  { width:100%; background: #fef9f0; margin: auto; text-align: center;padding: 30px 20px;}
.content04 .img img { width:100%; max-width: 800px;}
.content04 .content_sub_title { margin:0 auto; padding:30px 0 0}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
    .content04 .point h2 { font-size:20px; }
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

@media screen and (max-width: 640px) {
    .content04 .point h2 { font-size:18px; }
}






/*ANKids Parents*/
.history_tab{width:100%; text-align:center; margin-bottom:50px;}
.history_tab div{display:inline-block; width:200px; margin:0px 10px;/* border:1px solid #ddd; padding:30px 20px;border-radius: 10px; */cursor:pointer; text-align: center;}
.history_tab div i{font-size: 50px; color: #333; padding-bottom: 20px;}
.history_tab div span{font-size: 28px;font-weight:bold;display:inline-block;} 
.history_tab div span img{padding-bottom: 10px;} 
.history_tab div.on{/*border:1px solid #ddd; background-color:#a60b14; color:#fff;*/ /*color:#8c76be*/}
.history_tab div.on span{ border-bottom: 1px solid #333; padding-bottom: 5px;}
.history_tab div.on i{color: #b3a0dd;}
.history_type2{display:none; width:100%;  min-width:320px; max-width:1200px; margin:0 auto; background:url('../img/history_line.gif')repeat-y center; overflow: hidden;background-position:5% top;}	
.history_type2 .title {margin:0 0 5%;}
.history_type2 .title h4{display:table; width:100%; margin:0 auto; position: relative; text-align:center; font-size:1.5em; color:#fff;}
.history_type2 .title h4 span{display:table-cell; vertical-align:middle;  width:100%; height:100%;  z-index:1; line-height:1em;color: #a60b14;border:1px solid #a60b14 ;background: #fff;padding: 20px; border-radius: 10px; }
.history_type2 .history_box{width:100%; overflow: hidden;}
.history_type2 .box_wrap.right{width:50%; background:url('../img/history_line2.gif')no-repeat left 56px;  position: relative;}
.history_type2 .box_wrap.right:before{content:url('../img/history_dot.png'); position: absolute; top:20px; left: -10px;}
.history_type2 .box_wrap.left{width:50%; background:url('../img/history_line2.gif')no-repeat right 56px; position: relative;}
.history_type2 .box_wrap.left:before{content:url('../img/history_dot.png'); position: absolute;right: -10px;left: -10px; top:80px;}
.history_type2 .box_wrap .box{ border:1px solid #ddd; background:#fff; padding:20px; }
.history_type2 .box_wrap .box img{width:100%; max-width:800px;}
.history_type2 .box_wrap .box p.year{ font-size:1.5em; color:#333;text-align:left; margin-bottom: 20px;padding-left:10px;}
.history_type2 .box_wrap .box ul{margin:0; padding:0;}
.history_type2 .box_wrap .box ul li{position: relative; margin:0;line-height:150%; font-size:17px; letter-spacing:-0.05em;text-align:left; word-break: keep-all;}
.history_type2 .box_wrap .box ul li span{ left:10px;}
.history_type2 .box_wrap.right{float:right;width:95%; background-position:left 30px;}
.history_type2 .box_wrap.right .box{margin:0 5% 5% 5%;width:90%;}
.history_type2 .box_wrap.left{float:right;width:95%; background-position:left 90px;}
.history_type2 .box_wrap.left .box{margin:10% 0 10% 5%; width:85%;}


.history_view_1{display:block;}
.history_view_1 .title h4 span{background: #fff;}
    
@media screen and (max-width:992px){
    
    .daon_content_wrap{width:96%;}
    .daon_page_title{margin-bottom:40px;}
    .daon_page_title h1{font-size:2em;}
    .daon_page_title h2{font-size:1em;}

    .history_tab div{width:auto; }
    .history_tab div i{font-size: 30px; }
    .history_tab div span{font-size:22px; }

    .history_type2 .box_wrap .box p.year{ padding-left:10px;}
    .history_type2 .box_wrap .box ul li span{ left:10px;}
    .history_type2{ background-position:5% top;}
    .history_type2 .title h4{width:100%; height:auto;}
    .history_type2 .title h4 span{ border-radius:0;  padding:20px 0; /*background:url('../img/history_top.jpg')no-repeat; background-size:cover;*/ }	
    .history_type2 .box_wrap.right{width:95%; background-position:left 55px;}
    .history_type2 .box_wrap.right .box{ width:85%; }
    .history_type2 .box_wrap.left{float:right;}
    .history_type2 .box_wrap.left{width:95%; background-position:left 90px;}
    .history_type2 .box_wrap.left:before{left: -10px; top:80px;}
    .history_type2 .box_wrap.left .box{margin:10% 0 10% 10%; width:85%; }
}

@media screen and (max-width:480px){
    .history_type2 .box_wrap .box ul li{font-size:0.9em;}
    .history_tab div {font-size:24px;padding:20px;margin:0 5px  }
    .history_tab div i{font-size:24px; }
    .history_tab div span{font-size:18px; }
}



.map {width:100% !important;height:auto;overflow:hidden;position:relative;padding:0px;margin:70px auto 0;}
.map .left{float: left; width: 45%; margin-right: 5%;}
.map .right{float: right; width: 50%; text-align: left;}
.map .section-text .intro-tit{ font-size: 36px; font-weight: 600;padding: 0px 0 30px; color: #000;}
.map .section-text .intro-tit span{ color: #a40c16;}
.map .section-text ul li{font-size: 18px; margin: 0 0 10px;}
.map .section-text ul li b{font-weight: 700; color: #000;}
.map .section-text .title { padding: 0px 0 0; font-size: 18px; margin: 40px 0 20px; color: #000;}
.map .section-text .ready { background: #f9f9f9; padding: 20px; font-size:17px line-height: 200%; margin: 0 0 30px;}
.map .section-text .ready ul { margin-bottom: 20px; line-height: 200%;}
.post-prev-img{margin: 20px}
.root_daum_roughmap{width: 100%!important}
@media screen and (max-width:960px){
    .map .left{width: 100%;}
    .map .right{ width: 100%;}
    .map .section-text .intro-tit{ font-size: 30px; padding: 30px 0 30px; }
    .map .section-text ul li{font-size:17px}
}

/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:17px word-break:keep-all; line-height:1.8; color:#555; padding-bottom:15px}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:17px color:#555}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:17px color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}

@media (max-width: 960px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}
@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁*/





/*오시는 길*/
.map_area{position:relative;}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:315px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 405px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}

.contact_address {width:100%;height:auto; line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #555;margin-top: 5px;margin-bottom: 5px; font-size:16px}
.contact_traffic { max-width:1240px; margin:100px auto; padding:20px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_traffic .bus {width:100%;}
.contact_traffic .subway {width:100%}
.contact_traffic ul li {color: #555; line-height:33px; font-size:16px}
.contact_traffic h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; margin-top:25px; text-align:left}
@media (max-width: 1400px){
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}

@media screen and (max-width: 640px) {
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}
/*오시는 길*/















/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}
/* content02 */





/* content03 */
.content03 li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 li p { text-align:center; word-break:keep-all}
.content03 li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}
/* content03 */












/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */





/*상담*/

#counsel li {list-style: none}
#counsel img { border: 0; vertical-align: top}
#counsel { width: 700px; height: 100%; z-index: 4; background: #fff;transition: all 0.5s}

#quickbox_toggle_btn{width:28px;background-color:#222;color:#fff;font-size:17pxbackground-repeat:no-repeat;position:absolute;left:-29px;width:30px;padding:20px 6px;top:420px; cursor:pointer;z-index:10}
#quickbox_toggle_btn.on { width: 28px;background-color: #096}

#counsel .notice { background-color:#a40c16; color:#fff; font-size:17px padding:20px; margin-bottom:20px; text-align:center}
#counsel .notice .line { border:1px solid #c2945e; padding:20px}
#counsel h3{background:#fbdb55;color:#a40c16;padding:32px 0 27px 30px;font-size:24px;line-height:20px;font-weight:400;position:relative}
#counsel .cont_area .send_btn {background-color:#fbdb55; color:#684b2a; font-size:18px; display:block; text-align:center; padding:10px 20px; margin:20px auto 0 auto; max-width:170px; border:0}
#counsel .cont_area .tbl-stat td>input{background:#f4f4f4;border:1px solid #ddd;height:32px;width:100%;padding:5px 5px 4px;vertical-align:middle}

#counsel .cont_area select{width:100%;height:32px;padding:0 5px;background:#f4f4f4;border:1px solid #ddd}
#counsel .cont_area .terms_chk label { margin-right: 5px; font-size:15px}
#counsel .cont_area .terms_chk .privacy_popup { display:inline-block; padding: 5px 0; font-size: 15px}

#counsel .cont_area .ltb {width: 100%;font-size:15px;}
#counsel .cont_area .ltb table {width:100%;border-collapse:collapse;}
#counsel .cont_area .ltb th{padding:8px 20px;height:60px;text-align:center;background-color:#222842;color:#fff; font-size:16px}
#counsel .cont_area .ltb td {padding:10px 5px;height:60px;border-bottom:1px solid #ddd;}
#counsel .cont_area .ltb td.num {text-align:center;}
#counsel .cont_area .ltb tr:hover { background-color:#f2f2f2}
#counsel .cont_area .ltb .last td {border-bottom:1px solid #ddd;}
#counsel .cont_area .ltb .date { text-align:center}
#counsel .cont_area .btn_wrap { margin: 20px auto 0 auto; text-align: center;}
#counsel .cont_area .btn_wrap .btn_type01 a{min-width: 110px;width: auto;display: inline-block;padding: 16px 25px;font-size:17pxcolor: #222;vertical-align: middle;text-align:center;border: 1px solid #ddd;}
#counsel .mfp-close:after {background: url(../img/btn_close.png) no-repeat center center;}








/*메인배너*/
.mainVideo {top:0;width: 100%;height: 900px;overflow:hidden; background-size:cover;padding:0;}
.bg-fixed{background-size:cover;padding:0;background-color:#000; opacity:0.5; position:absolute; width:100%; height:900px; top:0;left:0; z-index:1}

.sub-carousel{padding:0; display:block; position:relative}
.sub-carousel .li{width: 100%; background-size:cover; background-position:center; position:relative}

.sub-carousel .jarallax { height: 900px;}

.sub-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:135px; display: none;}
.sub-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px; border:0}
.sub-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.sub-carousel .owl-nav{position:absolute;width:100%;bottom:50%}

.sub-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer;outline: 0;}
.sub-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer;outline: 0;}
.sub-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
.sub-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}



@media screen and (max-width:640px) {
	
	.mainVideo { height:100vh}
	.bg-fixed { height:100vh}
	.sub-carousel .jarallax { height: 100vh;}

	.sub-carousel .owl-nav { display:none}

}
/*메인배너*/




















	