
@media screen and (max-width:1200px) {
.cont01_wrap {
    max-width: 910px;
    margin: 0 auto;
    display: block;
}
.call_wrap {
    max-width: 910px;
    margin: 0 auto 20px;
}
.cont01_wrap .left {
    width: 600px;
}
.cont01_wrap .right .block{width: 295px;    height: 204px;}
.cont01_wrap .right .block:nth-child(even) {
    margin-right: 10px;
}
.cont01_wrap .right .block:nth-child(1), .cont01_wrap .right .block:nth-child(2), .cont01_wrap .right .block:nth-child(3), .cont01_wrap .right .block:nth-child(6) {margin-right: 0;}
}
@media screen and (max-width:1100px) {
	#wrapper {padding-top:0;}
	#wrapper02 {padding: 0;margin-top: 0;}
	#hd {height: 60px;}
	#tnb {display: none;}
	#hd_wrapper {
		width: 100%; 
		height: auto;
		text-align: center;
	}
	#logo {
		width: 100%;
		margin-left: 0px;
		float: none;
		padding: 10px;
		margin: 0 auto;
		display: inline-block;
	}
	#logo a {
		padding: 0;
	}
	#logo img {
		height: 35px;
		margin: 0 auto 0;
	}
	#logo > span { display: block; float: left; cursor: pointer; font-size: 25px;}
	.hd_sch_wr{position:absolute;top:80px;left:10px;width:430px;margin-left:0px;  }
	#hd_qnb{float:right;margin-top:30px}
	#gnb { display: none; }
	#container_wr {width:100%; }





#aside { position: fixed; left: -345px; top: 0px; margin: 0px; z-index: 1000000000; overflow-y: auto; }
.close_menu { position: fixed; display: block; height: 0px; z-index: 1000000000; top: 0px; left: -100px }
.close_menu > i {
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	background: #222;
	display: inline-block;
	padding: 0 6px;
	margin-top: 9px;
	border-radius: 50%;
	line-height: 50px;
	width: 50px;
	text-align: center;
}
	.mobile_menu { display: block; }
.menu-trigger_wrap {display: none;}

	#ft_wr {width:100%;}


.mobile_menu {}
	.mobile_menu > ul {padding-bottom: 15px;  }
	.mobile_menu > ul > li {
		position: relative;
		width: 100%;
		padding: 10px 0 0;
		font-size: 15px;
		border-bottom: 1px solid #ddd;
	}
	.mobile_menu > ul > li > i { position: absolute; right: 10px; color: #999; font-size: 20px; cursor: pointer;}
	.mobile_menu > ul > li > ul {
		display: none;
		background: #f3f3f3;
		padding-bottom: 10px;
		border-top: 1px solid #ddd;
		font-size: 13px;
		padding-left: 20px;
	}
	.mobile_menu > ul > li > ul > li { width: 100%;  padding: 10px 15px 0px 10px;}
	.mobile_menu > ul > li > ul > li a{color:#111;display:block;}
	.mobile_menu > ul > li > ul > li > a:hover { font-weight: 700; }
	.gnb_1da {
		color: #111;
		margin-left: 10px;
		display: inline-block;
		padding: 0;
		border:0;
		margin-bottom: 10px;
	}

	#container_1200 {
		width: calc(100% - 20px);
	}
#container .bx-controls{display:none;}

	/*서브*/


.sub_top_text {
	text-align: center;
	padding-top: 75px;
}
.sub_top_text p {
    font-size: 18px;
    word-break: keep-all;
}
.sub_top_text strong {
    font-size: 28px;
    word-break: keep-all;
}
		#container02 {
		float: none;
		width: calc(100% - 20px);
		margin:30px auto 30px;min-height: unset;
	}
.navi_wrap { text-align: center;}
.navi_wrap h2 {
    font-size: 24px;
}
.left_menu {
	width: 100%;
	float: none;    margin-top:0;    position: static;
}
.left_call{display:none;}

.navi_wrap .navi{display:none;}

#snb > li > h2 {display: none;}
#snb > li > ul {
    height: auto;
	border-bottom:0;
background:#f3f3f3}
#snb > li > ul > li {
    display: block;
    border: 0;
    width: 50%;
    float: left;
}
#snb > li > ul > li{
    padding: 0;
	background:#fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#snb > li > ul > li:nth-child(even){border-right:0;}
#snb > li > ul > li a { text-align: center;}
#snb > li > ul > li a b {
    font-size: 13px;
    word-break: keep-all;
    line-height: 18px;
    display: block;
	letter-spacing: -1px;
}
#snb > li > ul > li a i {display:none;}

	#ft_link {padding: 5px 0;text-align: center;}
	.ft_wrap {text-align: center;}
	#ft_catch {
		float: none;
		margin: 0 auto;
		max-width: 140px;
	}
	#ft_catch img{width:100%;}
	.ft_text {
		float: none;
		width: 96%;
		margin-top: 0;
		margin: 20px auto 0;
	}
	.ft_inz_img {
		position: static;
		margin-top: 10px;
		width: 100%;
		max-width: 548px;
	}
	.ft_call{display:none;}
	#aside {display:block;}
}


@media screen and (max-width:950px) {
.cont01_wrap, .call_wrap {
    max-width: 590px;
}
.call_wrap .call_right {
    float: none;
    display: inline-block;
}
.cont01_wrap .left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}
.cont01_wrap .right {
    width: 100%;
}
.cont01_wrap .right .block {
    width: calc((100% - 10px) / 2);
    height: 204px;
}
.cont01_wrap .right .block:nth-child(1), .cont01_wrap .right .block:nth-child(2), .cont01_wrap .right .block:nth-child(3), .cont01_wrap .right .block:nth-child(6) { margin-right: 10px;}
.cont01_wrap .right .block:nth-child(even) { margin-right: 0;}
	
	.cont01_wrap .right .block.notice_block{ width: 100%;}
}

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


.sub_page {
    font-size: 14px;
}
	
	.sub0101_box{
		flex-direction: column;
		align-items: center;
	}
	.sub0101_img_wr{
		width: 100%;
		height: 150px;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.sub0101_txt{
		text-align: center;
	}
	
	ul.map_info{
		flex-direction: column;
	}
	ul.map_info li {
		width: 100% !important;
	}

}

@media screen and (max-width:700px) {
	#tnb ul { width: 100%; }
	.left_menu ul{font-size:13px;}
	.hd_sch_wr{top:80px;width: calc(100% - 20px); z-index: 0; }
	#hd_qnb{ display: none; float:right;margin-top:30px}
	#hd_sch #sch_stx {width:calc(100% - 50px);}
	.bxslider li {
		height: 500px;
	}

}


@media screen and (max-width:600px) {
#container02 {
    padding: 20px;
}
.cont01 {
    margin: 70px auto 0;
}
.call_wrap .call_right .text p {font-size: 14px;}
.call_wrap .call_right .text strong {font-size: 20px;}
.call_wrap .call_right .text strong b {
    width: calc(100% - 93px);
}
.call_wrap .call_right img {
    margin-right: 10px;
    width: 40px;
    margin-left: 10px;
}
.call_wrap .call_right .text strong span { margin-right: 10px;}
.cont01_wrap .left {margin-bottom: 0;}
.cont01_wrap .right .block {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 50%;
    text-align: center;
}
.cont01_wrap .right .block img{display:none;}
.cont01_wrap .right .block .main_btn {
    left: 50%;
    margin-left: -66px;
    padding: 8px 30px;
    font-size: 14px;
}
.cont01_wrap .right .block strong { font-size: 20px; margin-bottom: 10px;}


.cont01_wrap .right .block p {
    font-size: 14px;
    word-break: keep-all;
    line-height: 16px;
}
.sub_top_text {
    padding: 60px 10px 0;
    max-width: 320px;
    margin: 0 auto;
}
.sub_top_text p {
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 10px;
}
.sub_top_text strong {
    font-size: 20px;
    line-height: 120%;
}

.sub0101 h5 {
    margin: 0 auto 30px;
    font-size: 17px;
	word-break: keep-all;
}


.map_area{height:300px;}
.map_area .wrap_controllers {
	position: absolute;
	bottom: 0;
	z-index: 111;
	width: 100%;
}

/*서브*/

.ft_text {
    font-size: 13px;
    text-align: center;
}


}



@media screen and (max-width:500px) {
#snb > li > ul {height: auto;}
#snb > li > ul > li {
    width: 50%;
	float: left;
}
.cont01 {
    margin: 30px auto 0;
}
.call_wrap .call_right .text p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
}
.call_wrap .call_right .text strong {
    font-size: 15px;
}
.call_wrap .call_right .text strong b{
    white-space: pre-line;}

.call_wrap .call_right .text strong span {
    width: 50px;
}
}

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

}

