@charset 'utf-8';

/******************
      Header Main
*******************/
/* 메인헤더 */
.main_top {
	vertical-align: middle;
	overflow: hidden;
	height: 70px;
	line-height: 67px;
	padding: 0 15px;
}
.main_top .logo { 
	float: left;
	width: 13rem;
}
/* 메인메뉴 */
.main_menu_wrap {
	width:100%;
	height:50px;
	background:#232837;
}
.main_menu_group {
	width:96%;
	margin:auto;
}
.main_menu_wrap a {
	display:inline-block;
	float:left;
	width:25%;
	text-align:center;
	font-size:1rem;
	color:#fff;
	line-height:50px;
	letter-spacing:-1px;
}


/******************
      Header Sub
*******************/
/* 서브헤더 */
#sub_top {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	font-size: 0;
	border-bottom: 1px solid #c6c6c6;
	box-sizing: border-box;
}
#sub_top img { width: 1.8rem; }
#sub_top .home { float: left; }
#sub_top h1 {
	position: absolute;
	left: 50%;
	transform: translate(-50%); 
	text-align: center;
	font-size: 1.3rem;
	color: #323232;
	letter-spacing: -1px;
}
/* 서브메뉴 */
.sub_menu_wrap {
	overflow: hidden;
	width: 100%;
	background: #efefef;
}
.sub_menu_wrap li {
	float: left;
	width: 33%;
	font-size: 0.8125rem;
	text-align: center;
	color: #555;
	box-sizing: border-box;

}
.sub_menu_wrap li:nth-child(3n) {
	width: 34%;
}
.sub_menu_wrap li:nth-child(3n) a{border-right: 0;}
.sub_menu_wrap li a {
	display: block;
	color: #555;
	padding: 10px 0;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	box-sizing: border-box;
	min-height: 40px;
}
.sub_menu_wrap li.long a{letter-spacing: -1.3px; font-size: .78rem;}
.sub_menu_wrap li.on { background: #fbfbfb; }
.sub_menu_wrap li.on a { 
	font-weight: 600;
	color: #ff6e6e;
}


/******************
		메뉴공통
*******************/
.menu_right_wrap { 
	overflow: hidden;
	float:right; 
}
.menu_right_wrap img { 
	width: 1.8rem;
	margin-top: -4px;
}
.menu_right_wrap .search {
	float: left;
	margin-right: 10px;
}
.menu_right_wrap .btn_allmenu { float: right; }


/******************
		전체메뉴
*******************/
.all_menu_wrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:20%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:99;
	overflow:hidden;
	overflow-x: hidden;
    overflow-y: scroll;
}
#all_menu_group {
	display:none;
	position:fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 0.875rem;
	overflow-x: hidden;
	box-shadow: 0 0 7px black;
	z-index: 999;
	letter-spacing: -1px;
}
.all_menu_header {
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	font-size: 1.125rem;
	background: #fff;
}
.all_menu_header .login_group {
	float: left;
}
.all_menu_header .campers_group {
	float: right;
	position: relative;
}
.all_menu_header img {
	vertical-align: middle;
	width: 1.8rem;
	margin-top: -6px;
}
.all_menu_sns {
	overflow: hidden;
	padding: 0 10px 10px 10px;
	font-size: 0;
	background: #fff;
}
.all_menu_sns a {
	display: inline-block;
	width: 22%;
	margin-right: 3%;
}
.all_menu_sns a img { width:100%; }
.btn_sns_group { width:70%; }
.all_menu_sns a.btn_pc {
	position: relative;
	float: right;
	width: 30%;
	margin-right: 0;
	padding-bottom: 15.2%;
	font-weight: 500;
	font-size: 1.063rem;
	text-align: center;
	text-indent: -16px;
	color: #fff;
	background: #666;
	background-size: 75%;
	border-radius: 5px;
	box-sizing: border-box;
}
.all_menu_sns a.btn_pc span {
	position: absolute;
	/*top: 23%;*/
	top: 50%;
    margin-top: -12%;
}
.all_menu_sns a.btn_pc img {
	width: 13px !important;
	margin-top: -4px;
}
.all_menu_top {
	font-size: 0;
	text-align: center;
	background: #dc3b3b;
}
.all_menu_top a { 
	display: inline-block;
	position: relative;
	width: 33.1%;
	padding: 20px 0;
	font-size: 0.9rem;
	text-align: center;
	color: #fff;
}
.all_menu_top a img { width:46px; }
.all_menu_top span.bar {
	display: inline-block;
	width: 1px; height: 3rem;
	background: #a90000;
}
.all_menu_top a img.area_icon_btn {
	position: absolute;
	top: 0.7rem; right: 0.4rem;
	width: 30px;
}
.sub_menu_section { position: relative; }
.sub_menu_section .one_menu,
.sub_menu_section .high_depth {
	position: relative;
	width: 40%;
	/*height: 50px;*/
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	font-weight: 600;
	line-height: 52px;
	font-size: 1.063rem;
	box-sizing: border-box;
}
.sub_menu_section .high_depth.on { background: #fff; }
.sub_menu_section .one_menu a,
.sub_menu_section .high_depth a {
	display: block;
	padding-left: 1rem;
	color: #444;
}
.sub_menu_section .high_depth.on a { color: #ff6464; }
.sub_menu_section .one_menu a:after {
	content: ' ';
	position: absolute;
    top: 50%;
    margin-top: -3px;
    margin-left: 10px;
    width: 8px;
    height: 8px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	transform: rotate(45deg);
}
.row_depth_cover {
	position: fixed;
    bottom: 0; left: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    border-right: 1px solid #cfcfcf;
    background: #f8f8f8;
    box-sizing: border-box;
}
.sub_menu_section .row_depth_group {
	display: none;
	position: absolute;
	top: 0; right: 0;
	width: 60%;
	padding: 10px;
	line-height: 24px;
	background: #fff;
	box-sizing: border-box;
}
.sub_menu_section .row_depth_group li {
	position: relative;
	line-height: 42px;
	margin-left: 20px;
	font-size: 1rem;
}
.sub_menu_section .row_depth_group a {
	display: block;
	color: #575757;
}
.sub_menu_section .row_depth_group a:after {
	content: ' ';
	position: absolute;
	right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}


/******************
		검색
*******************/
.search_wrap { 
	display: none;
	overflow: hidden; 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #efeff3;
	z-index: 9999;
}
.search_wrap .search_input_group { 
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 7px #aaa;
}
.search_input_group a img { 
	width: 1.8rem;
	margin-top: 2px;
}
.search_input_group a.search_back { 
	display: inline-block;
	float: left; 
}
.search_input_group input {
	width: 78%;
	margin: 0 0 0 10px;
	padding: 7px;
	font-size: 1rem;
	border: 0;
	box-sizing: border-box;
}
.search_input_group a.search_btn {
	float: right;
	display: inline-block;
}


/******************
		Footer
*******************/
.footer_wrap {
	width: 100%;
	padding: 20px 0 40px;
	font-size: 0.75rem;
	text-align: center;
	color: #ccc;
	background: #444;
}
.footer_group {
	width: 90%;
	margin: 0 auto;
}
.footer_btn { margin: 15px 0; }
.footer_sns a {
	display: inline-block;
	width: 2.2rem;
	font-size: 0;
}
.footer_btn a {
	padding: 7px 10px !important;
	font-size: 0.75rem;
	color: #ccc;
	border: 1px solid #ccc;
}
.footer_btn .btn_mem {
	color: #444;
	background: #ececec;
}