/* 메뉴 */


#header { z-index:10; width:100%; height:6.2rem; border-bottom:.1rem solid var(--botcolor); }
#header { background-color: var(--bgcolor); color:#fff; }  /* 230511  040919 */
#header .header { justify-content: space-between; height:5rem; padding: .6rem 2rem; font-size:2.4rem; }
#header .ch_logo { width: 60%; text-align: center; position: relative; }
#header .ch_logo img { height:3.6rem; }
#header .ch_log_txt { font-size: 1rem; position: absolute; left: 50%; transform: translateX(-50%); top: 3.4rem; color: var(--bfcolor); }
#header #hs_title { padding: 1rem 0 2rem; }
#header .main_left i, #header .restart i { cursor:pointer; }


#menu {
  max-width: 450px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: rgba(255,255,255,0);
  color: black;
  z-index: 50;
  text-align: center;
}

/* #menu {
  max-width: 450px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: block;
  background: rgba(255,255,255,0);
  color: black;
  z-index: 50;
  text-align: center;
} */

.menu {
  width: 100%;
  height: 100%;
  position: absolute;
  color:rgba(0,0,0,0.9);
  background-color: rgba(255,255,255,1);
  border-right: 0.1rem solid rgba(0,0,0,0.1);
  z-index: 99;
}
/* .menu {
  width: 80%;
  height: 100%;
  right: 0;
  position: absolute;
  color:rgba(0,0,0,0.9);
  background-color: rgba(255,255,255,0.98);
  border-right: 0.1rem solid rgba(0,0,0,0.1);
  z-index: 99;
} */

#category {
  padding: 1rem 1rem 1rem 2rem;
}
.category {
  padding: 1rem 0;
}
.category a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cate_img {
  width: 3.5rem;
  cursor: pointer;
}
.cate_txt {
  font-size: 2rem;
  font-weight: 700;
  /* letter-spacing: -.35rem; */
  cursor: pointer;
  padding-left: 0.5rem;
}
.menu_close {
  justify-content: flex-end;
  padding-right: 4%;
  padding: 1rem 4% 1rem;
}
.menu_close i {
  font-size: 3.5rem;
  cursor:pointer;
}
.menu_bnr {
  padding: 1rem;
  cursor:pointer;
}

.menu_btn i { cursor:pointer; }



.scale-up-hor-right {
	-webkit-animation: scale-up-hor-right 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-hor-right 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-out-hor-right {
	-webkit-animation: scale-out-hor-right 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-hor-right 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-8-11 12:38:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
 @-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-8-11 12:41:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-hor-right
 * ----------------------------------------
 */
 @-webkit-keyframes scale-out-hor-right {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-hor-right {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}