/* BASIC css start */
#header {
    width: 100%;
	
}
#header .header_top {
	position: relative;
	background: #fff;
	z-index: 2;
	padding: 25px 15px;
	font-size: 0;
	text-align: center;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
#header .header_top div {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
#header .header_top .menu {
	width: 21px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
}
#header .header_top .allmenu_btn {
	width: 100%;
}
#header .header_top .basket {
	width: 34px;
	right: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#header .header_top .basket a {
	position: relative;
	/*display: block;*/
}
#header .header_top .basket a img {
	width: 55%;
    margin-right: 5px;
}
#header .header_top .basket a span {
    color: #222;
    font-family: 'Lato', sans-serif;
    vertical-align: bottom;
}
#header .header_top .logo {
	width: 190px;
}
#header .header_top .logo img {
	width: 70%;
	vertical-align: middle;
}

/* 메뉴 */
#menuWrap{ position: fixed; width:100%; height:100%; background: #fff; top: 0; z-index: 1001; display:none; overflow-x: auto;}
#menuWrap .menuIn{}
#menuWrap .menuIn .menu_top{background:#f0e8e8; padding: 20px;}
#menuWrap .menuIn .menu_top div.searchBox{width: 85%; float: left;}
#menuWrap .menuIn .menu_top div.searchBox form fieldset{ background:#fff; border-radius: 5px;}
#menuWrap .menuIn .menu_top div.searchBox form fieldset a{ display: inline-block; width: 8%; text-align: right; }
#menuWrap .menuIn .menu_top div.searchBox form fieldset a img{vertical-align: middle; width: 22px;}
#menuWrap .menuIn .menu_top div.searchBox form fieldset input{border:0; border-radius: 5px; width: 84%; margin-right: 3%;}
#menuWrap .menuIn .menu_top div.closeBox{float: right; padding: 2% 0;}
#menuWrap .menuIn .menu_top div.closeBox img{width: 22px;}
#menuWrap .menuIn .menu_top ul{clear:both; padding: 5% 3%;}
#menuWrap .menuIn .menu_top ul li.po_sea{color:#484848; font-size: 11px; }
#menuWrap .menuIn .menu_top ul li{ float:left; padding: 0 2%; line-height: 12px;}
#menuWrap .menuIn .menu_top ul li:nth-of-type(n+3){border-left: 1px solid #b7b7b7; height: 12px; line-height: 12px;}
#menuWrap .menuIn .menu_top ul li a{color:#de6873; font-size: 11px;}
#menuWrap .menuIn .menu_middle{ background: #f0e8e8; border-top: 1px solid #fff; padding: 20px 15px;}
#menuWrap .menuIn .menu_middle .middle_icon{padding-bottom:10px;}
#menuWrap .menuIn .menu_middle .middle_text, #menuWrap .menuIn .menu_middle .middle_icon{display: flex; text-align: center;}
#menuWrap .menuIn .menu_middle .middle_icon li, #menuWrap .menuIn .menu_middle .middle_text li{float:left; width: 25%;}
#menuWrap .menuIn .menu_middle ul li:nth-of-type(2) a{position: relative;  display: inline-block;}
#menuWrap .menuIn .menu_middle ul li a #joinpoint{position: absolute;bottom: 0; left: 10px; padding: 0 4px; border-radius: 10px; background: #de6773;}
#menuWrap .menuIn .menu_middle ul li a #joinpoint .text{font-size: .6rem; color: #fff; white-space: nowrap;}
#menuWrap .menuIn .menu_middle .middle_text li a{font-family: 'Brandon Grotesque','Noto Sans KR',sans-serif;}
#menuWrap .menuIn .menu_contents{ min-height: 320px; padding-top: 30px; display: flex;}
#menuWrap .menuIn .menu_contents .a_menu, #menuWrap .menuIn .menu_contents .a_center{width: 42%; float: left; margin-left: 30px;}
#menuWrap .menuIn .menu_contents .a_menu ul, #menuWrap .menuIn .menu_contents .a_center ul{line-height: 35px;}
#menuWrap .menuIn .menu_contents .a_menu ul li a{ font-size: 15px; font-family: 'Lato','Noto Sans KR',sans-serif; color:#333333;}
#menuWrap .menuIn .menu_contents .a_center ul li a{ font-size: 15px; font-family: 'Lato','Noto Sans KR',sans-serif; color: #bd8a8e;}
.m_banner{text-align:center; padding: 25px 0;}
.m_banner img{width: 92%;}
/* BASIC css end */

