/* header */
.header {
    position: absolute;
    width: 100%;
    top: 3rem;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.header_box {
    max-width: 135rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 10rem;
}

.h_logo {
    display: flex;
    align-items: center;
}

.h_logo_icon {
    width: 19.2rem;
    height: 4.8rem;
    background-image: url('/theme/squid/img/squid/index/logo_new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav {
    display: flex;
}

.nav_li {
    /* cursor: pointer; */
    /*padding: 0 4rem;*/
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    height: 10rem;
    display: flex;
    align-items: center;
    width: 130px;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
}

.nav_li .on {
    font-size: 2rem;
    color: #fc2cb0;
    font-weight: 700;
    font-family: 'welcome_bold';
}
.nav_li_link{
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 10rem;
    text-align: center;
}
.nav_li_link:hover {
    font-size: 2rem;
    color: #fc2cb0;
    font-weight: 700;
    font-family: 'welcome_bold';
}
/* .nav_ul_bg{
    width: 132px; 
} */
.nav_back_box{
    display: flex;
}
.nav_bg{
    width: 100%; 
    overflow: hidden;
    opacity: 0;
    z-index: 500;
    visibility:hidden;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    /* border-radius: 0px 0px 10px 10px; */
    -webkit-transition: 0.25s ease .1s;
    -moz-transition: 0.25s ease .1s;
    -o-transition: 0.25s ease .1s;
    -ms-transition: 0.25s ease .1s;
    transition: 0.25s ease .1s;
}

.nav_back{
    max-width: 135rem;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}
.nav_sub_li {
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    height: 5rem;
    display: flex;
    align-items: center;
    width: 13rem;
    box-sizing: content-box;
    justify-content: center;
    position: relative;

}

.nav_sub_li_none {
    /* cursor: pointer; */
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    height: 5rem;
    display: flex;
    align-items: center;
    width: 13rem;
    box-sizing: content-box;
    justify-content: center;
    position: relative;

}
.nav_li:nth-child(2):hover .nav_ul_bg{
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.nav_sub_li:hover::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #fc2cb0;
 
}

.menu_btn {
    display: none;
    background-image: url('/theme/squid/img/squid/index/menu.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.4rem;
    height: 1.8rem;
    align-self: center;
    margin-right: 5rem;
    cursor: pointer;
}

/* head_gnb.php */
#gnb_all {
    display: none;
    position: absolute;
    border: 1px solid #c5d6da;
    width: 27rem;
    min-height: 100vh;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    overflow: unset !important;
    height: 100%;
}


#gnb_all_bg {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.gnb_top {
    border-bottom: 1px solid #E3E3E3;
    padding: 2rem 2rem 2.5rem 2rem;
    margin-bottom: 2rem;
}

.gnb_al_ul {
    width: 100%;
    height: auto;
    padding: 0 2rem;
    background: #fff;

}

.gnb_al_li {
    list-style: none;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    align-items: center;
    color: #202020;
    display: flex;
    justify-content: space-between;
}

.gnb_title {
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    color: #202020;
    padding-bottom: 0.9rem;
}

.gnb_title span {
    font-size: 1.8rem;
    font-weight: 500;
}


.gnb_coin {
    font-size: 1.4rem;
    letter-spacing: -0.045em;
    padding-bottom: 1.5rem;
}

.gnb_coin span {
    font-size: 1.8rem;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    color: #4D59C9;
}

.gnb_qrcode {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 10px;
    border: 1px solid #CECECE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 1.5rem;
}


.gnb_close_btn {
    /* color: #fff; */
    position: absolute;
    margin-top: 2rem;
    top: 0;
    left: -3rem;
    background-image: url('/theme/squid/img/squid/index/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
}

#gnb_all .modify {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

#gnb_all .modify .modify_icon {
    width: 2rem;
    height: 2rem;
    background-image: url('/theme/squid/img/squid/index/modify.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.gnb_icon {
    width: 2.1rem;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gnb_al_li .gnb_li_left .gnb_icon {
    background-image: url('/theme/squid/img/squid/index/icon_home.png');
}

.gnb_li_left {
    display: flex;
    align-items: center;
}

.gnb_li_left p {
    padding-left: 1rem;
    cursor: pointer;
}

.gnb_li_right {
    padding-right: 1.2rem;
}

.gnb_li_right .arrow_right {
    width: 1rem;
    height: 1.7rem;
    background-image: url('/theme/squid/img/squid/index/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gnb_al_ul dd{
	margin:0;
	overflow:hidden;
	padding:0.1rem 1.5rem;	
	transition: all .5s;
	text-align: left;
  }

  .gnb_al_ul dd div{
	padding:1.1rem 0;    	
  }

  .gnb_al_ul dd p{
    font-size: 1.6rem;
    color: black;
    cursor: pointer;
}

.gnb_al_ul dd p:hover{
	text-decoration: underline;
}

.gnb_al_ul dt.open{
	border-color:#0E0C0D;
	color:red;
  }
  .gnb_al_li + dd{
	max-height:0;
  }

    
  .gnb_al_li.open:after{
	transform:rotate(180deg);
  }
  .gnb_al_li.open:before{
	opacity:1;
	transform:rotate(-360deg)l 
  }

  .gnb_al_li.open + dd{
	padding:0 2.5rem 1.5rem 2.5rem;
	max-height:300px;
  }

