.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .inner--flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 3%;
  }
}

.sns {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.sns__link {
  display: block;
  position: relative;
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.sns__link + .sns__link {
  margin-left: 0.5rem;
}
.sns__link--youtube {
  background-image: url(../imgs/ico/ico_youtube.svg);
}
.sns__link--blog {
  background-image: url(../imgs/ico/ico_blog.svg);
}
.sns__link--facebook {
  background-image: url(../imgs/ico/ico_facebook.svg);
}
.sns__link--kakao {
  background-image: url(../imgs/ico/ico_kakao.svg);
}
.sns__link--intagram {
  background-image: url(../imgs/ico/ico_instagram.svg);
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
  }
}
.header .utile {
  position: relative;
  padding: 0.35rem 0;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 1023px) {
  .header .utile {
    display: none;
  }
}
.header .utile .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
.header .utile__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header .utile__item {
  position: relative;
}
.header .utile__item:last-child {
  padding-right: 0;
}
.header .utile__item:last-child::after {
  display: none;
}
.header .utile__item + .utile__item {
  margin-left: 0.95rem;
}
.header .utile__link {
  font-size: 0.65rem;
  color: #777777;
  line-height: 1;
}
.header .utile .badge {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 22px;
  color: #fff;
  vertical-align: 2px;
  font-size: 9px;
  background-color: #9F1919;
}
.header .logo {
  display: block;
  position: relative;
  width: 9rem;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    width: 7rem;
  }
}
.header .logo__link {
  display: block;
  position: relative;
}
.header .logo__link img {
  width: 100%;
}
.header__top {
  position: relative;
  padding: 1rem 0 1rem;
}
@media screen and (max-width: 1023px) {
  .header__top {
    padding: 0;
  }
}
.header__top .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__top .inner {
    height: 62px;
    justify-content: space-between;
  }
}
.header .btn-search {
  display: none;
  position: relative;
  width: 1.85rem;
  height: 1.85rem;
  background-image: url(../imgs/ico/ico_search.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header .btn-search {
    display: inline-block;
  }
}
.header .btn-mobile-menu {
  display: none;
  position: relative;
  width: 1.85rem;
  height: 1.85rem;
  background-image: url(../imgs/ico/ico_new_menu.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header .btn-mobile-menu {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.header__search {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__search {
    display: none;
  }
}
.header__search__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 572px;
  height: 55px;
  padding: 0 0.45rem 0 0.45rem;
  border: 3px solid #222;
  border-radius: 27px;
}
.header__search .input {
  display: block;
  position: relative;
  width: calc(100% - 2rem);
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #999999;
  font-weight: 600;
  padding-left: 0.5rem;
  background-color: transparent;
}
.header__search .btn-search {
  display: block;
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  background: url(../imgs/ico/ico_black_search2.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.header__search-word {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.45rem;
  padding-left: 0.6rem;
}
.header__search-word a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.7rem;
  color: #888;
}
.header__search-word a + a {
  margin-left: 1rem;
}
.header__banner {
  position: relative;
  width: 10.45rem;
  margin-left: auto;
}
.header__banner img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__banner {
    display: none;
  }
}
.header__banner__controls {
  position: absolute;
  bottom: 0.3rem;
  right: 90px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.header__banner__controls .btn-banner-prev,
.header__banner__controls .btn-banner-next {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 0.65rem;
  height: 0.65rem;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  background-position: 0 0;
}
.header__banner__controls .btn-banner-prev {
  background-image: url(../imgs/ico/ico_rect_left_arr.svg);
}
.header__banner__controls .btn-banner-next {
  background-image: url(../imgs/ico/ico_rect_right_arr.svg);
}
.header .gnb {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #222;
}
@media screen and (max-width: 1023px) {
  .header .gnb {
    display: none;
  }
  .header .gnb .sns {
    display: none;
  }
}
.header .gnb.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .gnb .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.header .gnb .btn-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 8.1rem;
  height: 2.3rem;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header .gnb .btn-all span {
  display: block;
  position: relative;
  padding-left: 0.95rem;
  padding-right: 2.2rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  line-height: 1;
}
.header .gnb .btn-all span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.55rem;
  height: 0.5rem;
  background-image: url(../imgs/ico/ico_black_rect_menu.svg);
  background-repeat: no-repeat;
  background-size: 0.55rem 0.5rem;
  background-position: 0 0;
}
.header .gnb .btn-all span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 0.45rem;
  height: 0.25rem;
  background-image: url(../imgs/ico/ico_dot_black_down_arr.svg);
  background-repeat: no-repeat;
  background-size: 0.45rem 0.25rem;
  background-position: 0 0;
  transition: all 0.3s ease;
}
.header .gnb .btn-all--active span::after {
  transform: rotate(180deg);
}
.header .gnb__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 1.95rem;
}
.header .gnb__item {
  position: relative;
}
.header .gnb__item.active .gnb__link {
  font-weight: 700;
  color: #000;
}
.header .gnb__item:hover .submenu {
  display: block;
}
.header .gnb__item + .gnb__item {
  margin-left: 1.8rem;
}
.header .gnb__link {
  display: inline-block;
  position: relative;
  padding: 0.6rem 0;
  font-size: 0.75rem;
  color: #636363;
  line-height: 1;
}
.header .gnb__link:hover {
  font-weight: 700;
  color: #000;
}
.header .gnb__link .dot {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: -0.25rem;
  width: 4px;
  height: 4px;
  background-color: #ff5050;
  border-radius: 100%;
}
.header .gnb .submenu {
  display: none;
  position: absolute;
  top: 2.05rem;
  left: -0.5rem;
  width: 6.2rem;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top: 1px solid #fff;
  padding: 0.5rem 0;
  z-index: 3;
}
.header .gnb .submenu__item {
  position: relative;
}
.header .gnb .submenu__link {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.7rem;
  color: #000;
}
.header .gnb .submenu__link:hover {
  color: #FF5050;
}
.header .usermenu {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .usermenu {
    display: none;
  }
}
.header .usermenu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.header .usermenu ul li {
  position: relative;
  text-align: center;
}
.header .usermenu ul li + li {
  margin-left: 1.5rem;
}
.header .usermenu__image {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .usermenu__image--wish {
  background-image: url(../imgs/ico/ico_wish.svg);
}
.header .usermenu__image--mypage {
  background-image: url(../imgs/ico/ico_user.svg);
}
.header .usermenu__image--cart {
  background-image: url(../imgs/ico/ico_cart.svg);
}
.header .usermenu__text {
  display: block;
  position: relative;
  margin-top: 4px;
  font-size: 0.65rem;
  text-align: center;
  color: #777;
}
.header .usermenu .badge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 22px;
  color: #fff;
  vertical-align: 2px;
  font-size: 9px;
  background-color: #9F1919;
}
.header__btnbox {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__btnbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}

.box-category {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 8.1rem;
  height: 390px;
  background-color: #222;
}
.box-category--show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .box-category--show {
    display: none;
  }
}

.box-category-layer {
  display: none;
  position: absolute;
  top: 2.45rem;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: 999;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.box-category-layer--active {
  display: block;
}
.box-category-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% + 1px);
  height: 390px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 #eeeeee;
  background-color: #fff;
  border-right: 1px solid #eee;
  z-index: 90;
}
.box-category-layer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 8.1rem;
  height: 390px;
  background-color: #222;
  z-index: 92;
}

.list__category {
  position: relative;
  width: 8.1rem;
  z-index: 100;
}
.list-item__1depth:last-child .list-item__1depth-link::after {
  display: none;
}
.list-item__1depth--active .box-category__2depth {
  display: block;
}
.list-item__1depth--active .list-item__1depth-link {
  background-color: #fff;
  color: #222;
}
.list-item__1depth--active .list-item__1depth-link span::before {
  background-color: #222;
}
.list-item__1depth-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  height: 55.7px;
  font-size: 0.7rem;
  padding-left: 1rem;
  color: #fff;
  background-color: #222;
}
.list-item__1depth-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.list-item__1depth-link span {
  display: inline-block;
  position: relative;
  padding-left: 0.8rem;
}
.list-item__1depth-link span::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
}
.list-item__1depth-link:hover {
  background-color: #fff;
  color: #222;
}
.list-item__1depth-link:hover span::before {
  background-color: #222;
}
.list__2depth {
  padding: 5px 0 0 1.75rem;
}
.list-item__2depth-link {
  font-size: 0.7rem;
  line-height: 1.45rem;
  letter-spacing: -1px;
  color: #777;
}

.box-category__2depth {
  display: none;
  position: absolute;
  left: 8.1rem;
  top: 0;
  width: calc(100% - 8.1rem);
  height: 390px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

.box-category__2depth-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}

.box-2depth-list {
  width: 192px;
  height: 100%;
}
.box-2depth-list + .box-2depth-list {
  border-left: 0;
}

.text-emphasis {
  display: block;
  padding: 1.1rem 0 0 1.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: #222;
  letter-spacing: -1px;
}

.fullMenu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.58);
}

body.fullMenu-open .header .fullMenu {
  display: flex;
}

body.fullMenu-open .fullMenu-overlay {
  display: block;
}

.footer {
  position: relative;
  margin-top: 5rem;
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 489px) {
  .footer {
    margin-top: 20.8333vw;
  }
}
.footer .company-info {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
@media screen and (max-width: 1023px) {
  .footer .company-info {
    width: 100%;
    text-align: center;
  }
}
.footer .company-info span {
  display: inline-block;
  position: relative;
}
.footer .company-info span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .footer .company-info span {
    display: block;
  }
  .footer .company-info span + span {
    margin-left: 0;
  }
}
.footer .company-info .btn-biz {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding: 2.5px 9.5px;
  background-color: #999;
  color: #fff;
  font-size: 12px;
}
.footer .logo {
  display: block;
  position: relative;
  width: 2.65rem;
  height: 3.7rem;
}
.footer .logo__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/logo.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footer__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .footer__content {
    flex-direction: column;
    justify-content: baseline;
  }
}
.footer .btn-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.4455rem;
  right: 0;
  width: 2.85rem;
  height: 1.85rem;
  background-color: #4B4B4B;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .footer .btn-top {
    display: none;
  }
}
.footer .btn-top span {
  display: inline-block;
  position: relative;
}
.footer .btn-top span::before {
  content: "";
  display: block;
  position: relative;
  width: 0.45rem;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_dot_up_arr.svg);
}
.footer__links {
  position: relative;
  background-color: #222;
  padding: 0.4455rem 0;
}
.footer__links__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer__links__items li {
  position: relative;
  padding-right: 0.85rem;
}
@media screen and (max-width: 1023px) {
  .footer__links__items li {
    width: 25%;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
}
.footer__links__items li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.19rem;
  right: 0;
  width: 1px;
  height: 0.65rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
  .footer__links__items li::after {
    display: none;
  }
}
.footer__links__items li:last-child {
  padding-right: 0;
}
.footer__links__items li:last-child::after {
  display: none;
}
.footer__links__items li + li {
  margin-left: 0.85rem;
}
@media screen and (max-width: 1023px) {
  .footer__links__items li + li {
    margin-left: 0;
  }
}
.footer__links__items li a {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .footer__links__items li a {
    display: block;
    width: 100%;
  }
}
.footer .sns {
  display: none;
  margin-left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer .sns {
    display: flex;
    margin-bottom: 1rem;
  }
}

.qbtn_bx {
  display: none;
  position: fixed;
  width: 3rem;
  bottom: 4.5rem;
  right: 1.5rem;
  z-index: 997;
  display: block;
}
.qbtn_bx.active {
  position: absolute;
  bottom: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .qbtn_bx {
    display: block;
    right: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .qbtn_bx {
    width: 2rem;
  }
}

.btn-mobile-top {
  display: none;
  width: 3rem;
  height: 3rem;
  border-radius: 30px 30px !important;
  background-color: #fff;
  background-size: 26px auto;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #000;
  overflow: hidden;
}
.btn-mobile-top:hover {
  background-color: #000;
  color: #fff;
}
.btn-mobile-top span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .btn-mobile-top {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .btn-mobile-top {
    width: 2rem;
    height: 2rem;
  }
  .btn-mobile-top span {
    font-size: 1rem;
  }
}

#container {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #container {
    padding-top: 62px;
  }
}

.left-aside {
  position: relative;
  width: 8.1rem;
  margin-top: 1.55rem;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px;
}
@media screen and (max-width: 1023px) {
  .left-aside {
    display: none;
  }
}
.left-aside__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  background-color: #222;
}
.left-aside__title span {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.left-aside .snb-menu {
  position: relative;
  margin: 1rem 0;
}
.left-aside .snb-menu__item {
  position: relative;
}
.left-aside .snb-menu__item:hover .snb-menu__link span, .left-aside .snb-menu__item.active .snb-menu__link span {
  font-weight: 500;
  color: #222;
}
.left-aside .snb-menu__item:hover .snb-menu__link span::before, .left-aside .snb-menu__item.active .snb-menu__link span::before {
  width: 100%;
  opacity: 1;
  transition: width 0.3s, opacity 0.3s;
}
.left-aside .snb-menu__item.active .snb-menu__link--arr span::after {
  content: "\f2f4" !important;
}
.left-aside .snb-menu__item.active .dept2-menu {
  display: block;
}
.left-aside .snb-menu__link {
  display: block;
  position: relative;
  padding: 0 0.7rem 0;
  color: #222;
}
.left-aside .snb-menu__link--arr span::after {
  content: "\f2c7" !important;
  display: block !important;
  position: absolute;
  top: 0.9rem;
  right: 0;
  font-family: "Ionicons";
}
.left-aside .snb-menu__link span {
  display: block;
  position: relative;
  padding: 0.9rem 0;
  font-size: 0.8rem;
  color: #3b3b3b;
  line-height: 1;
}
.left-aside .snb-menu__link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.15rem;
  background-color: #222;
  opacity: 0;
}
.left-aside .snb-menu__link span::after {
  content: "\f3d3";
  display: block;
  position: absolute;
  top: 0.9rem;
  right: 0;
  font-family: "Ionicons";
}
.left-aside .dept2-menu {
  position: relative;
  margin-top: 0.45rem;
  padding-left: 0.7rem;
  display: none;
}
.left-aside .dept2-menu li.active a {
  color: #222;
}
.left-aside .dept2-menu a {
  display: block;
  padding: 0.45rem 0.85rem 0.45rem 0.85rem;
  font-size: 0.7rem;
  color: #8a8a8a;
  font-weight: 700;
}

.inner--flex .contents {
  width: calc(100% - 8.1rem);
  padding-left: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .inner--flex .contents {
    width: 100%;
    padding-left: 0;
  }
}

.contents {
  margin-top: 1.55rem;
}

.snb {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.snb.mob_tab .snb__list {
  display: flex !important;
}
.snb .btn-snb {
  position: relative;
  display: none;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  border: 1px solid #222;
  font-size: 0.75rem;
  color: #222;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .snb .btn-snb {
    display: block;
    width: 100%;
  }
}
.snb .btn-snb.active::after {
  transform: rotate(180deg);
}
.snb .btn-snb::after {
  display: block;
  content: "";
  position: absolute;
  top: 1.05rem;
  right: 12px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 7px;
  background-image: url(/imgs/ico/ico_black_down_arr.svg);
  transition: all 0.3s ease;
}
.snb__text {
  font-size: 0.8rem;
  color: #000;
}
.snb__text strong {
  font-weight: 700;
  color: #9F1919;
}
.snb__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 7px;
  padding: 0.6rem;
  border: 1px solid #222;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .snb__list {
    display: none;
    position: absolute;
    top: 2.55rem;
    left: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    padding: 0.6rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .snb__item {
    flex: 1;
  }
}
@media screen and (max-width: 639px) {
  .snb__item {
    flex: auto;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 410px) {
  .snb__item {
    width: 50%;
  }
}
.snb__item + .snb__item {
  margin-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .snb__item + .snb__item {
    margin-left: 0;
  }
}
.snb__item.active .snb__link {
  color: #222;
}
.snb__link {
  font-size: 0.75rem;
  color: #666;
  line-height: 1;
}
.snb__link:hover {
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .snb__link {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.6rem;
  }
}
.snb--block .btn-snb {
  display: inline-block;
}
.snb--block .snb__list {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  margin-top: 0;
  top: 2.55rem;
  left: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  padding: 0.6rem 0;
}
.snb--block .snb__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.6rem;
  text-align: left;
}
.snb--block .snb__item + .snb__item {
  margin-left: 0;
}

.snb2 {
  position: relative;
  margin-top: 2rem;
}
.snb2.mob_tab .snb2__list {
  display: block;
}
.snb2 .btn-snb {
  position: relative;
  display: none;
  width: 100%;
  padding: 0.75rem 0.6rem;
  margin-top: 0.9rem;
  background-color: #222;
  font-size: 0.75rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .snb2 .btn-snb {
    display: block;
  }
}
.snb2 .btn-snb::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 7px;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i66CI7J207Ja0XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuNDUgOC4yMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUuNDUgOC4yMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlhNTElEXzE1N18iIGNsYXNzPSJzdDAiIGQ9Ik0wLDAuNWMwLTAuMTMsMC4wNS0wLjI2LDAuMTUtMC4zNWMwLjItMC4yLDAuNTEtMC4yLDAuNzEsMGw2Ljg3LDYuODdsNi44Ny02Ljg3DQoJYzAuMi0wLjIsMC41MS0wLjIsMC43MSwwYzAuMiwwLjIsMC4yLDAuNTEsMCwwLjcxTDguMDgsOC4wOGMtMC4yLDAuMi0wLjUxLDAuMi0wLjcxLDBMMC4xNSwwLjg1QzAuMDUsMC43NiwwLDAuNjMsMCwwLjV6Ii8+DQo8L3N2Zz4NCg==);
}
.snb2__text {
  font-size: 0.7rem;
  color: #000;
}
.snb2__text strong {
  font-weight: 700;
  color: #636161;
}
.snb2__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 7px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .snb2__list {
    display: none;
    margin-top: 0;
  }
}
.snb2__item {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .snb2__item {
    width: 100%;
  }
}
.snb2__item.active .snb2__link {
  border-color: #636161;
  border-bottom-color: #fff;
  color: #636161;
}
@media screen and (max-width: 1023px) {
  .snb2__item.active .snb2__link {
    border-bottom-color: #636161;
  }
}
.snb2__link {
  display: block;
  position: relative;
  padding: 0.8rem 0.8rem;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  text-align: center;
}
.snb2__link:hover {
  border-color: #636161;
  border-bottom-color: #fff;
  color: #636161;
}
@media screen and (max-width: 1023px) {
  .snb2__link {
    font-size: 0.75rem;
    padding: 0.7rem;
    text-align: left;
  }
}
.snb2 .swiper-slide {
  width: auto !important;
}
.snb2 .swiper-horizontal > .swiper-scrollbar, .snb2 .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  bottom: -6px;
}
.snb2 .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.1);
}

.snb3 {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}
.snb3.mob_tab .snb3__list {
  display: block;
}
.snb3 .btn-snb {
  position: relative;
  display: none;
  width: 100%;
  padding: 0.75rem 0.6rem;
  margin-top: 0.9rem;
  background-color: #636161;
  font-size: 0.75rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .snb3 .btn-snb {
    display: block;
  }
}
.snb3 .btn-snb::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 7px;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i66CI7J207Ja0XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuNDUgOC4yMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUuNDUgOC4yMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlhNTElEXzE1N18iIGNsYXNzPSJzdDAiIGQ9Ik0wLDAuNWMwLTAuMTMsMC4wNS0wLjI2LDAuMTUtMC4zNWMwLjItMC4yLDAuNTEtMC4yLDAuNzEsMGw2Ljg3LDYuODdsNi44Ny02Ljg3DQoJYzAuMi0wLjIsMC41MS0wLjIsMC43MSwwYzAuMiwwLjIsMC4yLDAuNTEsMCwwLjcxTDguMDgsOC4wOGMtMC4yLDAuMi0wLjUxLDAuMi0wLjcxLDBMMC4xNSwwLjg1QzAuMDUsMC43NiwwLDAuNjMsMCwwLjV6Ii8+DQo8L3N2Zz4NCg==);
}
.snb3__text {
  font-size: 0.7rem;
  color: #000;
}
.snb3__text strong {
  font-weight: 700;
  color: #636161;
}
.snb3__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
}
.snb3__item {
  flex-grow: 1;
}
.snb3__item.active .snb3__link {
  border-color: #636161;
  background-color: #636161;
  color: #fff;
}
.snb3__link {
  display: block;
  position: relative;
  padding: 0.8rem 0.8rem;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  text-align: center;
}
.snb3__link:hover {
  border-color: #636161;
  background-color: #636161;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .snb3__link {
    font-size: 0.75rem;
    padding: 0.7rem;
  }
}
.snb3 .swiper-slide {
  width: auto !important;
}
.snb3 .swiper-horizontal > .swiper-scrollbar, .snb3 .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  bottom: -6px;
}
.snb3 .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.1);
}

.quick {
  position: fixed;
  top: 15rem;
  right: 0;
  width: 4.15rem;
  overflow: hidden;
  z-index: 99;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .quick {
    display: none;
  }
}
.quick.fixed {
  top: 4rem;
}
.quick__list {
  position: relative;
  padding: 1.15rem 0.6rem 1.1rem 0.65rem;
  background-color: rgba(0, 0, 0, 0.78);
}
.quick__item {
  font-size: 0.6rem;
  padding-bottom: 0.7rem;
  color: #FFFFFF;
  border-bottom: 1px dashed #fff;
}
.quick__item:last-child {
  border-bottom: 0;
}
.quick__item + .quick__item {
  padding-top: 0.7rem;
}
.quick__item a {
  color: #FFFFFF;
}
.quick__item .text {
  text-align: center;
}
.quick__item .image {
  display: block;
  position: relative;
  width: 1.5rem;
  margin: 0 auto;
  margin-top: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.quick__item .image::after {
  content: "";
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}
.quick__item .image .dot {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0.65rem;
  height: 0.65rem;
  background-color: #ff5050;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 0.65rem;
  border-radius: 100%;
}
.quick .btn-top {
  display: block;
  position: relative;
  padding: 0.4rem 0;
  background-color: #262626;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}

#bottom__navi {
  display: none;
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ddd;
  z-index: 110;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#bottom__navi.up {
  bottom: 0;
}
#bottom__navi.down {
  bottom: -100%;
}
@media screen and (max-width: 1023px) {
  #bottom__navi {
    display: block;
  }
}
#bottom__navi .bottom__menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  padding-bottom: 10px;
}
#bottom__navi .bottom__menu > li {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bottom__navi .bottom__menu > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#bottom__navi .bottom__menu > li a img {
  display: inline-block;
  width: 27px;
}
#bottom__navi .bottom__menu > li a span {
  font-size: 11px;
  font-weight: 700;
  padding-top: 4px;
}

.menu__wrap {
  display: flex;
  position: fixed;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  flex-direction: column;
  justify-content: start;
  transition: 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .menu__wrap {
    display: flex;
  }
}
@media screen and (max-width: 560px) {
  .menu__wrap {
    width: 100%;
  }
}
.menu__head {
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 1;
}
.menu .head__top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 12px;
}
.menu .search {
  width: calc(100% - 80px);
  position: relative;
  height: auto;
  background: #F5F5F5;
  padding: 3px 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
.menu .search .input {
  display: block;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  padding-right: 50px;
}
.menu .search .btn-search {
  display: block;
  position: absolute;
  top: 3px;
  right: 9px;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_search.svg);
}
.menu .head__buttom__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.menu .head__buttom__wrap a, .menu .head__buttom__wrap button {
  display: inline-block;
}
.menu .head__buttom__wrap img {
  width: 40px;
}
.menu .head__bottom {
  display: block;
  margin: 0 20px;
  padding: 9px 0 18px;
}
.menu .head__bottom a {
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: 700;
}
.menu__list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #eee;
}
.menu__item {
  position: initial;
  padding-left: 8px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 2px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
}
.menu__item.active .menu__item__container {
  display: block !important;
  opacity: 1;
}
.menu__item.active .menu__link {
  background-color: #fff;
  color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.menu__link {
  display: block;
  width: 40%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  line-height: 1rem;
}
.menu__item__container {
  position: absolute;
  top: 0;
  width: 60%;
  overflow-y: scroll;
  overflow-x: hidden;
  left: auto;
  right: 0;
  background: #fff;
  z-index: 0;
  border-radius: 0;
  flex-direction: column;
  padding: 0;
  visibility: visible;
  max-height: fit-content;
  opacity: 0;
}
.menu__item__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu__item__list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  font-size: 16px;
}
.menu__item__list li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.menu__item__list li a span {
  position: relative;
  display: inline-block;
}
.menu__item__list li a span::after {
  content: "";
  display: block;
  padding-top: 2px;
  border-bottom: solid 1px #000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.menu__item__list li a:hover span::after {
  transform: scaleX(1);
}
.menu .item__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 5px;
}
.menu .item__list li {
  width: 100%;
  padding: 10px 12px;
  background: #f1f1f1;
  font-size: 14px;
}
.menu .item__list li a {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  line-height: 1;
}
.menu .user-mypage-list {
  display: flex;
  flex-direction: column;
  background: #F3F3F3;
  padding: 19px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.menu .user-mypage-list li a {
  display: flex;
  padding: 10px 0;
  font-size: 16px;
  align-items: center;
}
.menu .user-mypage-list li a img {
  width: 24px;
  margin-right: 12px;
}
.menu .user-mypage-list li a .badge {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 22px;
  color: #fff;
  vertical-align: 2px;
  font-size: 11px;
  background-color: #222;
}

.inner__mask {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.mobile-menu-open .inner__mask {
  display: block;
}

.mobile-menu-open .menu__wrap {
  right: 0;
}

.popular-wrap {
  display: none;
  position: absolute;
  top: 52px;
  left: 20px;
  width: 527px;
  border: 3px solid #222;
  border-top: 0;
  z-index: 9999;
  padding: 0.5rem;
  background: #fff;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.popular-wrap .wrap-hw-tit {
  width: 100%;
}

.wrap-hw-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 11px;
}
.wrap-hw-tit .wrap-hw-tit__title {
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
}

.text-list-box {
  position: relative;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 118px;
  overflow: hidden;
  gap: 7px 24px;
}
.keyword-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  width: calc(50% - 12px);
}
.keyword-list li:nth-child(-n+3) .num {
  color: #2189FF;
}
.keyword-list li .num {
  flex-shrink: 0;
  width: 16px;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
  line-height: 16px;
}
.keyword-list li .keywrod {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 18px;
}
.keyword-list li .link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-size: 14px;
}

.topBanner {
  position: relative;
  width: 100%;
  height: 35px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.topBanner__content {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topBanner__content img {
  width: 100%;
}
.topBanner__close {
  position: absolute;
  top: 6px;
  right: 25px;
  padding: 0 0 0 27px;
  font-size: 9pt;
  letter-spacing: -1px;
  font-size: 0.7rem;
}
.topBanner .btn-topbanner-close {
  display: inline-block;
  padding: 1px 7px 2px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.7rem;
}