.header__container {
  display: flex;
  align-items: center;
  height: 65px;
  width: inherit;
  max-width: inherit;
  position: fixed;
  box-sizing: border-box;
  padding: 0px 15px 0px 25px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  color: #8b8b8b;
  border-bottom: solid 1px #efefef;
  top: 0px;
  position: fixed;
}

.header__container.absolute {
  position: absolute;
}
.header__container.transparent {
  /*background: #908f91;*/
  border: solid 1px transparent;
}
.header__container .logo__box {
  display: none;
}
.header__container .menu__box {
  cursor: pointer;
  position: relative;
  width: 23px;
  height: 23px;
  text-indent: -999em;
  background: url(/assets/cm/images/base/list-menu-black.png);
  background-size: 23px 23px;
  background-repeat: no-repeat;
  margin-right: 75px;
  opacity: 0.4;
}
.header__container .support__list {
  position: relative;
  display: flex;
  opacity: 0.8;
}

.header__container .support__list li {
  margin-right: 2px;
  position: relative;
  opacity: inherit;
}
.header__container .support__list li:last-child {
  margin-right: 0px;
}
.header__container .search__box {
  cursor: pointer;
  text-indent: -999em;
  width: 36px;
  height: 36px;
  background: url(/assets/cm/images/ico/icon_search_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container .login__box {
  cursor: pointer;
  text-indent: -999em;
  width: 36px;
  height: 36px;
  background: url(/assets/cm/images/ico/icon_login_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container .support__list li.cart__box {
  cursor: pointer;
  text-indent: -999em;
  width: 36px;
  height: 36px;
  background: url(/assets/cm/images/ico/icon_bag_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container .profile__box {
  cursor: pointer;
  text-indent: -999em;
  width: 36px;
  height: 36px;
  background: url(/assets/cm/images/ico/icon_mypage_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container .logout__box {
  cursor: pointer;
  text-indent: -999em;
  width: 36px;
  height: 36px;
  background: url(/assets/cm/images/ico/icon_logout_bk.png);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__container.transparent .menu__box {
  background: url(/assets/cm/images/base/list-menu-black.png);
  background-size: 23px 23px;
  background-repeat: no-repeat;
}

.header__container.transparent .login__box {
  background: url(/assets/cm/images/ico/icon_login_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container.transparent .profile__box {
  background: url(/assets/cm/images/ico/icon_mypage_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container.transparent .search__box {
  background: url(/assets/cm/images/ico/icon_search_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.header__container.transparent .logout__box {
  background: url(/assets/cm/images/ico/icon_logout_bk.png);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__container.transparent .support__list li.cart__box {
  background: url(/assets/cm/images/ico/icon_bag_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.active__dot {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 3px;
  top: 3px;
  background: url(/assets/cm/images/base/red-dot.png);
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.header__container.scroll-down {
  background: rgba(255, 255, 255, 0.9);
  color: #8b8b8b;
  border-bottom: solid 1px #efefef;
  position: fixed;
}

.header__container.scroll-down .menu__box {
  color: #8b8b8b;
  background: url(/assets/cm/images/base/list-menu-black.png);
  background-size: 23px 23px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.header__container.scroll-down .login__box {
  color: #8b8b8b;
  background: url(/assets/cm/images/ico/icon_login_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.header__container.scroll-down .profile__box {
  color: #8b8b8b;
  background: url(/assets/cm/images/ico/icon_mypage_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.header__container.scroll-down .logout__box {
  background: url(/assets/cm/images/ico/icon_logout_bk.png);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.header__container.scroll-down .search__box {
  color: #8b8b8b;
  background: url(/assets/cm/images/ico/icon_search_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.header__container.scroll-down .support__list li.cart__box {
  color: #8b8b8b;
  background: url(/assets/cm/images/ico/icon_bag_basic.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

/* main nav list  */
.navigation__list {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  justify-content: center;
}

.navigation__list li {
  cursor: pointer;
  padding: 0px 20px;
  color: rgb(31, 31, 31);
  font-size: 25px;
  opacity: 0.5;
  /*font-family: 'Gruppo', cursive;*/
  font-family: 'Poppins', sans-serif;
  z-index: 1000;
}

/*.transparent .navigation__list li {
  color: #fff;
}*/

.navigation__list li.active {
  opacity: 1;
}

.navigation__list li:last-child {
}

.scroll-down .navigation__list li {
  color: rgb(31, 31, 31);
}

/* modal */
.modal__contaienr {
  position: fixed;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  z-index: 1001;
  background: #fff;
  display: flex;
  flex-direction: column;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal__contaienr.open {
  display: flex;
}

.modal__contaienr {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal__contaienr.open {
  left: 0;
  z-index: 1010;
}

.modal__contaienr .moddal__header {
  display: flex;
  justify-content: center;
  position: relative;
  height: 65px;
  align-items: center;
  background: #81dcca;
  color: #fff;
}

.modal__contaienr .moddal__header .logo__btn {
  cursor: pointer;
  font-family: 'Gruppo', cursive;
  font-size: 21px;
  color: inherit;
}

.modal__contaienr .moddal__header .close__btn {
  cursor: pointer;
  left: 25px;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(/assets/cm/images/base/modal_close.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.modal__contaienr .modal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal__contaienr .modal__body .nav__list {
  display: flex;
  flex-direction: column;
}

.modal__contaienr .modal__body .nav__list li {
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 21px;
  margin-top: 25px;
}

.modal__contaienr .modal__body .nav__list li span {
  cursor: pointer;
  color: rgb(31, 31, 31);
  opacity: 0.5;
  font-family: 'Gruppo', cursive;
}

.modal__contaienr .modal__body .nav__list li.active span {
  color: #81dcca;
  opacity: 1;
  font-weight: bold;
}

.modal__contaienr .modal__body .support__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  background-color: #f9f9fa;
  border-top: solid 1px #e9ecef;
}

.modal__contaienr .modal__body .support__list li {
  flex: 1 1 50%;
  max-width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #e9ecef;
  border-right: solid 1px #e9ecef;
}

.modal__contaienr .modal__body .support__list li span {
  cursor: pointer;
  font-size: 14px;
  color: #999;
}
.modal__deem {
  display: none;
}

.modal__deem.open {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1009;
}

@media (min-width: 320px) and (max-width: 480px) {
  .header__container {
    height: 50px;
    background: #fff;
    top: 0px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 0px 10px 0px 15px;
  }
  .header__container.scroll {
    background: transparent;
  }
  .header__container.scroll-down {
    background: #fff;
  }

  .header__container.onlyweb {
    display: none;
  }
  .header__container .logo__box {
    display: block;
    flex: 1;
    height: 40px;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__container .logo__box h1 {
    opacity: 1;
    display: flex;
    color: #000;
    font-size: 20px;
    font-family: 'Gruppo', cursive;
    letter-spacing: 1px;
  }
  .header__container .menu__box {
    background: url(/assets/cm/images/base/list-menu-black.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    margin-right: 0px;
  }

  .login__box {
    display: none;
  }
  .search__box {
    display: none;
  }
  .profile__box {
    display: none;
  }

  .logout__box {
    display: none;
  }
  .header__container .support__list li.cart__box {
    margin-right: 0px;
  }
  .header__container.scroll-down .support__list li.cart__box {
    background: url(/assets/cm/images/ico/icon_bag_basic.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    opacity: 0.8;
    margin-right: 0px;
  }

  .header__container.transparent .logo__box h1 {
    color: #fff;
  }

  .header__container.scroll-down .support__list .menu__box {
    background: url(/assets/cm/images/base/list-menu-white.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .header__container.scroll-down .support__list li .cart__box {
    background: url(/assets/cm/images/base/cart-menu-white.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }

  .header__container.scroll-down .logo__box h1 {
    color: #000;
  }

  .header__container.scroll-down .menu__box {
    background: url(/assets/cm/images/base/list-menu-black.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }

  .header__container.scroll-down .support__list .search__box {
    background: url(/assets/cm/images/base/search-menu-black.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 0.8;
  }

  /* .header__container.scroll-down .support__list li.cart__box {
    background: url(/assets/cm/images/base/cart-menu-black.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 0.8;
  } */

  .navigation__list {
    display: none;
  }

  /* modal */
  .modal__contaienr {
    left: -100%;
    width: 100%;
    padding-bottom: 50px;
  }

  .modal__contaienr {
  }
  .modal__contaienr .moddal__header {
    height: 50px;
  }
}
