:root {
	--header-height: 8rem;
}
/*pc*/
header{
	position:fixed;
	width:100%;
	z-index:50;
	transition:all .3s;
}
.gnb_pc{
	min-height:var(--header-height);
	position:relative;
}
.gnb_pc > h1{
	position:absolute;
	left:3rem;
	top:0;
	height:var(--header-height);
	display:flex;
	align-items: center;
	justify-content: center;
	/* filter: brightness(0) invert(1); */
	/* transition:all .3s; */
	z-index:25;
}
.gnb_pc > h1 img{
	max-width:34rem;
}

.gnb_pc .gnb_inner_area{
	display:flex;
	justify-content: flex-end;
}
.gnb_pc .side{
	height:var(--header-height);
	display:flex;
	align-items: center;
	margin-left:3rem;
	position:relative;
	z-index:20;
}

.gnb_pc .side .search button{
	background:none;
	border:0;
	font-size:2rem;
	color:#fff;
	font-size:1.7rem;
}
.gnb_pc .side .language{
	position:relative;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-left:1.5rem;
}
.gnb_pc .side .language button{
	background:none;
	border:0;
	font-size:1.6rem;
	font-family: "Play";
	color:#000;
}
.gnb_pc .side .language p{
	position:absolute;
	background:#000;
	width:100%;
	padding:.5rem 0;
	border-radius:1rem;
	top:var(--header-height);
	display:none;
}
.gnb_pc .side .language p a{
	display:block;
	padding:.1rem;
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	font-family: "Play";
}
.gnb_pc .side .member{
	display:flex;
	height:var(--header-height);
}
.gnb_pc .side .member a{
	display:flex;
	align-items: center;
	text-align:center;
	justify-content: center;
	color:#fff;
	font-size:1.4rem;
	padding:0px 1rem;
}
.gnb_pc .side .member a i{
	font-size:2rem;
}
.gnb_pc .side .member a.login{
}
.gnb_pc .side .all_menu_btn{
	padding-right:2rem;
	padding-left:1rem;
}
.gnb_pc .side .all_menu_btn button{
	background:none;
	padding:0;
	border:0;
	width:3.6rem;
	height:4rem;
	position:relative;
	outline:none;
	color: #000 !important;
}
.gnb_pc .side .all_menu_btn button > span{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%) ;
	width:4px;
	height:4px;
	background:#000;
	border-radius:100%;
	transition:all .3s
}

.gnb_pc .side .all_menu_btn button > span:nth-child(1){
	margin-top:-10px;
	margin-left:-10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(2){
	margin-top:-10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(3){
	margin-top:-10px;
	margin-left:10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(4){
	margin-left:-10px;;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(5){}
.gnb_pc .side .all_menu_btn button > span:nth-child(6){
	margin-left:10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(7){
	margin-left:-10px;
	margin-top:10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(8){
	margin-top:10px;
}
.gnb_pc .side .all_menu_btn button > span:nth-child(9){
	margin-left:10px;
	margin-top:10px;
}
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(2),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(3),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(4),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(5),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(8),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(9),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(2),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(3),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(4),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(5),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(8),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(9){
	opacity:0;
}
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(1),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(6),
.gnb_pc .side .all_menu_btn button:hover > span:nth-child(7){
	width:30px;
	border-radius:10px;
	margin-left:0;
}

.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(1),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(6),
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(7){
	width:30px;
	border-radius:10px;
	margin-left:0;
}
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(6){
	width:0;
}
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(1){
	transform:translate(-50%, -50%) rotate(45deg);
	margin-top:0;
	height:3px;
}
.gnb_pc .side .all_menu_btn button.is-open > span:nth-child(7){
	transform:translate(-50%, -50%) rotate(-45deg);
	margin-top:0;
	height:3px;
}






/*nav*/
.gnb_pc nav{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.gnb_pc nav > ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}
.gnb_pc nav > ul > li{
	position:relative;
}
.gnb_pc nav > ul > li > a{
	display:flex;
	height:var(--header-height);
	align-items: center;
	font-size:1.8rem;
	color:#000;
	padding:0px 5rem;
}
.gnb_pc nav > ul > li > a span{
	display:inline-block;
	position:relative;
}
.gnb_pc nav > ul > li > a span::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-10px;
	width:0;
	height:2px;
	background:#fff;
	z-index:2;
	transition:all .3s;
}
.gnb_pc nav > ul > li:hover > a span::after{
	width:100%;
}
.gnb_pc nav > ul > li > ul{
	position:absolute;
	display:none;
	left:0;
	width:100%;
}
.gnb_pc nav > ul > li > ul > li + li{
	margin-top:1rem;
}
.gnb_pc nav > ul > li > ul > li > a{
	display:block;
	color:#fff;
	font-size:1.5rem;
	padding: 0 1rem;
}
.gnb_pc nav > ul > li > ul > li > a:hover{
	color:rgb(253, 210, 69)
}
@media (max-width:991.98px) {
	.gnb_pc nav{
		display: none;
	}
}


/*nav on*/
header{
	background:#fff;
	box-shadow: 2px 0 10px rgba(0,0,0,.1);
}
header .gnb_pc > h1,
header.all-menu-open .gnb_pc > h1{
	filter: brightness(1) invert(0);
}
header .gnb_pc nav > ul > li > a,
header .gnb_pc .side .search button,
header .gnb_pc .side .language button,
header .gnb_pc .side .member a,
header.all-menu-open .gnb_pc .side .search button,
header.all-menu-open .gnb_pc .side .language button,
header.all-menu-open .gnb_pc .side .member a{
	color:#000;
}
header .gnb_pc .side .all_menu_btn button > span,
header.all-menu-open .gnb_pc .side .all_menu_btn button > span,
header .gnb_pc nav > ul > li > a span::after,
header .gnb_pc nav > ul > li > ul{
	background:#000;
}
header .gnb_pc nav > ul > li > ul{
	padding:20px 0;
}



/*all_menu*/
#gnb_all_menu{
	position:fixed;
	z-index:5;
	top:0;
	width:100%;
	height:100%;
	/* background:url(../../_img/comm/all_menu4_bg.jpg) no-repeat center center / cover; */
	display:none;
	overflow:hidden;
	background: #fff;
}
#gnb_all_menu .all_menu_container{
	display:flex;
	height:100%;
	justify-content: center;
}
#gnb_all_menu .title_visual{
	width:40rem;
	background: rgb(34,158,229);
	background: -moz-linear-gradient(215deg, rgba(34,158,229,1) 0%, rgba(43,22,155,1) 100%);
	background: -webkit-linear-gradient(215deg, rgba(34,158,229,1) 0%, rgba(43,22,155,1) 100%);
	background: linear-gradient(215deg, rgba(34,158,229,1) 0%, rgba(43,22,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#229ee5",endColorstr="#2b169b",GradientType=1);
	padding:3rem;
	text-align:center;
	padding-top:21rem;
	transform: translateX(-100%);
	transition:all .5s;
}
#header.all-menu-open .title_visual{
	transform: translateX(0%);
}
#gnb_all_menu .title_visual > div{
	color:#fff;
	filter: brightness(0) invert(1);

}

#gnb_all_menu .cate_container{
	padding:0px 3em;
	max-width:1440px;
	padding-top:15rem;
	flex-grow: 1;
}
#gnb_all_menu .cate_container > ul{}
#gnb_all_menu .cate_container > ul > li{
	width:100%;
	padding:1rem 2rem;
	opacity:0;
	transform: translateY(-5rem);
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li{
	opacity:1;
	transform: translateY(0);
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(1){
	transition-delay: 0.2s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(2){
	transition-delay: 0.3s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(3){
	transition-delay: 0.4s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(4){
	transition-delay: 0.5s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(5){
	transition-delay: 0.6s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(6){
	transition-delay: 0.7s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(7){
	transition-delay: 0.8s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(8){
	transition-delay: 0.9s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(9){
	transition-delay: 1s;
}


#gnb_all_menu .cate_container > ul > li > a{
	color:#000;
	font-size:3.8rem;
	font-weight:600;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity:.4;
	padding-bottom:1.5rem;
	transition: all .3s;
}
#gnb_all_menu .cate_container > ul > li > a:hover,
#gnb_all_menu .cate_container > ul > li > a.is-active{
	opacity:1;
}

#gnb_all_menu .cate_container > ul > li > a i{
	font-size:3rem;
	margin-left:2rem;
}
#gnb_all_menu .cate_container > ul > li > .dp2-box{
	display:none;
}
#gnb_all_menu .cate_container > ul > li > .dp2-box > ul{
	display:flex;
	justify-content: center;
}
#gnb_all_menu .cate_container > ul > li > .dp2-box > ul > li{
	margin-right:4rem;
}
#gnb_all_menu .cate_container > ul > li > .dp2-box > ul > li:last-child{
	margin-right:0;
}
#gnb_all_menu .cate_container > ul > li > .dp2-box > ul > li > a{
	color:#000;
	display:block;
	padding:5px 3px;
	font-size:1.8rem;
}
@media (max-width:575.98px) {
	#gnb_all_menu .cate_container > ul > li > .dp2-box > ul{
		display:block;
		margin: 0 auto;
	}
	#gnb_all_menu .cate_container > ul > li > .dp2-box > ul > li {
    margin-right: 0;
	}
	#gnb_all_menu .cate_container > ul > li > .dp2-box > ul > li > a{
		text-align: center;
	}
}