@charset "utf-8";
/* CSS Document */

a {color: #707070;}
@media screen and (max-width: 1024px){
				
	.wrap {width: 100%; font-family: 'Noto Sans KR' , sans-serif; letter-spacing: -1px; overflow: hidden;}
			
	.m_header_wrap{display: block; width: 100%; z-index: 9999999;}
		.m_main_top {display:inline-block; width: 100%; background-color:#cf152d;}
		.m_main_top >.logo >li{float: left; margin-left: 5.5%;}
			.logo > li:first-child{width: 23.9%; margin-bottom: -5.2px;}
			.logo > li:last-child{width: 12%; float: right; margin: 1.5% 3% 0 0 ;}
			.logo > li img{width: 100%;}
		
	.m_main_gnb {margin-left: 4.3%; height: auto;}
		.m_main_gnb > ul > li {font-size:4.1vw; position: relative; padding: 4.1% 0; margin: 0% 1% 0% 2%; border-bottom: 2px solid #e6e6e6; color: #707070; 
		display: block;}
			.btn {position: absolute; right: 7.5%;}
			.off {background:url(../image/m_default/header/menu_arrow_1dep_off.png)no-repeat center; background-position: center right 7.8%; background-size: 6% auto;}
			.on {background:url(../image/m_default/header/menu_arrow_1dep_on.png)no-repeat center; background-position: center right 7.8%; background-size: 6% auto;}
				
	.sub {margin-left: 6%;}
		.sub > li {position: relative; line-height: 3.7vw; font-size: 3.8vw;}
		.sub > li > a {display: inline-block; padding: 5% 30% 5% 0%;}
			.minus, .plus {position: absolute; top: 0px; width: 6.2%; height: 6.2%; padding:6% 0%; margin-right: 1%;}
			.minus {background: url(../image/m_default/header/menu_arrow_2dep_minus.png)no-repeat center; background-size: contain;}
			.plus {background: url(../image/m_default/header/menu_arrow_2dep_plus.png)no-repeat center; background-size: contain;}
				
		.sub_under {background: #f6f6f6; padding: 2.4% 0%;}
		.sub_under > li {display: inline-block; width: 40%; margin-left: 2%;} 
		.sub_under > li p {background: url(../image/m_default/header/dot.png)no-repeat left; background-size: 10% auto;  padding: 8.3% 0% 8.3% 15%;}
						
	/* language choice	*/

	.lag {margin: 4.3% 0 50% 4.3%; width: 30%; padding: 1.8% 2.7%; font-size: 4.1vw; color: #707070; border-radius: 0px; background-color: white; 
	-webkit-appearance: none;background: url(../image/m_default/header/menu_arrow_1dep_off.png)no-repeat 90% 50%; background-size: 25%;}		

	}


