
.pc_header {
	height: auto;
	min-width: auto;
	
}
.pc_header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.12s ease-out;
	background-color: rgb(19, 10, 11);
}
/* pc헤더상단 */
.pc_header .top_navi_inner:after,
.pc_header .top_navi_container .top_navi_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.pc_header .top_navi_container {
	background-color: #fff;
}
.pc_header .top_navi_inner {
	
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	/* background-color: #080101; */
	
}


.pc_header .top_navi_inner .top_navi_wrap.right {
	float: right;	
}
.pc_header .top_navi_container .top_navi_wrap .top_navi_item {
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 13px 15px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.86px;
	line-height: 1;
	color: #323232;
}
.pc_header .top_navi_container .top_navi_wrap .top_navi_item:not(:last-child) a:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 15px;
	height: 10px;
	width: 1px;
	background-color: #eaeaea;
}
/* pc헤더네비 */
.pc_header .inner_header {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	height: 78px;
	
}
.pc_header .sub_logo {
	width: 365px;
	height: 73px;	
}

.pc_header .sub_logo a {
	display: block;
	position: relative;
	top: 0px;
	height: 57px;
	padding-top: 15px;
	color: #fff;
	font-size: 30px;
	letter-spacing: -0.025em;
	font-weight: bold;
	line-height: 43px;
}
.pc_header .sub_logo .logo img{
	width: 20%;
	object-fit: cover;
}

.pc_header .inner_header nav {
	display: inline-block;
	width: 600px;
}
.pc_header .inner_header nav ul {
	display: flex;
	justify-content: space-between;
	padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 630px;

}
.pc_header .inner_header nav ul li {
	line-height: 77px;
	width: 25%;
}
.pc_header .inner_header nav ul li a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	transition: all .085s ease-out;
	border-bottom: 2px solid transparent;
}
.pc_header .inner_header nav ul li.active a, .pc_header .inner_header nav ul li:hover a {
	color: #ff6600;
	font-weight: 500;
	transition: color .085s ease-out;
	border-bottom: 2px solid #ff6600;
}
.pc_header .sub_order_wrap {
	width: 330px;
	height: 73px;
	display: flex;
	justify-content: flex-end;
}
.pc_header .sub_order_wrap .order{
	width: 165px;
	height: 78px;
	display: block;
	vertical-align: top;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
	text-indent: -9999px;
	position: relative;
}
.pc_header .sub_order_wrap .order {
	text-align: center;
	background: #ff6600;
}
.pc_header .inner_header .sub_order_wrap p {
	top: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap;
	font-family: "NotoSansKR", "sans-serif";
	right: 1%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	letter-spacing: -0.05em;
}
/* m_header */
.m_header {
	display: none;
}

/* 하단바 */

.gnb_depth2_wrap {
	
	width: 100%;
	margin-top: 30px;
}
.gnb_depth2_wrap .ulwrap .gnb_depth2.fwrap {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.gnb_depth2::after {
	content: "";
	display: block;
	clear: both;
}

.gnb_depth2 li {
	float: none;
	display: inline-block;
	margin-right: 45px;
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	white-space: nowrap;
}

.gnb_depth2 li a {
	font-size: 19px;
	color: #000;
	font-weight: 300;
	display: block;
	box-sizing: border-box;
	line-height: 70px;
}

.gnb_depth2 li:hover, .gnb_depth2 li.active {
	border-bottom: 2px solid #000000;
	box-sizing: border-box;
}

.gnb_depth2 li:hover a, .gnb_depth2 li.active a{
	font-weight: 500;
} 

.gnb_depth2_wrap .ulwrap {
    margin: 0 auto;
    /* padding: 60px 0; */
    box-sizing: border-box;
    transition: 0.35s all ease-out;
    position: relative;
	max-width: 1240px;
}

.gnb_depth2_wrap .ulwrap .gnb_depth2.fwrap {
	 display: block;
	 padding-left: 10px;
	 padding-right: 10px; 
}
.gnb_depth2 li:hover, .gnb_depth2 li.active {
	
	background-color: #81c147;
	opacity: 80%;
	transition: all 0.35s ease-out;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #0c0c0b;
	
}
.gnb_depth2 li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	max-height: 65px;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.35s ease-out;
	border-radius: 8px;
	border: 1px solid #81c147;
}
.gnb_depth2 .last_btn {
	margin-right: 0px;
}
.gnb_depth2 li a {
	
	color: #131111;
	padding: 5px 15px;
	line-height: 50px;
	font-size: 17px;
	font-weight: 900;
}
.gnb_depth2 li:hover a, .gnb_depth2 li.active a {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}
