#wrap {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 1rem;
  }
}

.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.top-banner .swiper {
  height: 2rem;
  overflow: hidden;
}
.top-banner__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem !important;
  font-size: 0.75rem;
  color: #fff;
}

.header {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 2rem;
    left: 0;
  }
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    width: 6rem;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .header .logo {
    width: 6rem;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header .logo {
    width: 6rem;
    height: auto;
  }
}
.header .logo__link {
  position: relative;
  display: block;
  width: 100%;
}
.header .logo__link img {
  width: 100%;
  height: auto;
}
.header .logo__link img.white_logo {
  display: inline-block;
}
.header .logo__link img.black-logo {
  display: none;
}
.header .logo .sub {
  display: none;
}
.header__search {
  position: relative;
  width: 100%;
  max-width: 124px;
}
@media screen and (max-width: 1024px) {
  .header__search {
    display: none;
  }
}
.header__search input[type=text] {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0 2rem 0 0;
  line-height: 2rem;
  border-bottom: 1px solid #fff;
  font-size: 0.7rem;
  background-color: transparent;
  color: #fff;
}
.header__search #sch_submit {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-size: 0.8rem;
}
.header__search #sch_submit i {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-size: 0.9rem 0.9rem;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_new_white_magnifier.svg);
  background-position: 0 0;
}
.header .btn-menu {
  display: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/ico/ico_black_menu.svg);
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 10px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header .btn-menu {
    display: inline-block;
  }
}
.header .btn-search {
  display: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/ico/ico_new_white_magnifier.svg);
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header .btn-search {
    display: block;
  }
}
.header .btn-user {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_new_white_user.svg);
  background-position: 0 0;
}
@media screen and (max-width: 1024px) {
  .header .btn-user {
    display: none;
  }
}
.header .btn-cart {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_new_white_cart.svg);
  background-position: 0 0;
}
.header--fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.4scubic-bezier 0.165, 0.84, 0.44, 1;
}
.header--fixed .header__menu-btn {
  background-image: url(../imgs/ico/ico_new_black_menu.svg);
}
.header--fixed .btn-search {
  background-image: url(../imgs/ico/ico_new_black_magnifier.svg);
}
.header--fixed .btn-user {
  background-image: url(../imgs/ico/ico_new_black_user.svg);
}
.header--fixed .btn-cart {
  background-image: url(../imgs/ico/ico_new_black_cart.svg);
}
.header--fixed .header__search input[type=text] {
  border-bottom: 1px solid #000;
  color: #000;
}
.header--fixed .header__search #sch_submit i {
  background-image: url(../imgs/ico/ico_new_black_magnifier.svg);
}
.header--fixed .logo .main {
  display: none;
}
.header--fixed .logo .sub {
  display: inline-block;
}
.header--sub {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header--sub {
    position: fixed;
    top: 2rem;
    left: 0;
  }
}
.header--sub .header__menu-btn {
  background-image: url(../imgs/ico/ico_new_black_menu.svg);
}
.header--sub .btn-search {
  background-image: url(../imgs/ico/ico_new_black_magnifier.svg);
}
.header--sub .btn-user {
  background-image: url(../imgs/ico/ico_new_black_user.svg);
}
.header--sub .btn-cart {
  background-image: url(../imgs/ico/ico_new_black_cart.svg);
}
.header--sub .header__search input[type=text] {
  border-bottom: 1px solid #000;
  color: #000;
}
.header--sub .header__search #sch_submit i {
  background-image: url(../imgs/ico/ico_new_black_magnifier.svg);
}
.header--sub .logo .main {
  display: none;
}
.header--sub .logo .sub {
  display: inline-block;
}
.header__menu-btn {
  width: 1.2rem;
  height: 1rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../imgs/ico/ico_new_white_menu.svg);
  background-position: 0 0;
}
.header__in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .header__in {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .header__in {
    height: 3rem;
  }
}
.header__in__col {
  position: relative;
}
.header__in__col--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.header__in__col--flex a {
  display: block;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header__in__col--flex a {
    margin-left: 1rem;
  }
}
.header__in__col--flex a img {
  width: 1.25rem;
  height: 1.25rem;
}
.header__top .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 1200px) {
  .header__top .inner {
    padding-left: 3%;
    padding-right: 3%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .header__top .inner {
    padding: 0.7rem 3%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }
}
.header__top__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 11.2rem);
  padding-left: 4.6rem;
}
@media screen and (max-width: 1200px) {
  .header__top__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .header__top__content {
    display: none;
  }
}

.pop-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.pop-search__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1035px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .pop-search__content {
    width: 90%;
  }
}
.pop-search__form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.95rem 2.1rem;
  background-color: #fff;
  border-radius: 22px;
}
@media screen and (max-width: 639px) {
  .pop-search__form {
    padding: 1.5rem;
  }
}
.pop-search .input {
  position: relative;
  display: block;
  width: calc(100% - 139px);
  font-size: 1.25rem;
  border: 0;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 639px) {
  .pop-search .input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 22px !important;
    padding: 1rem;
  }
}
.pop-search .btn-submit {
  display: block;
  width: 139px;
  height: 2.45rem;
  background-color: #332D0D;
  text-align: center;
  font-size: 1.05rem;
  color: #fff;
  font-weight: 700;
  border-radius: 20px !important;
}
@media screen and (max-width: 639px) {
  .pop-search .btn-submit {
    margin-top: 10px;
    width: 100%;
  }
}
.pop-search .btn-search-close {
  display: block;
  position: absolute;
  top: -1.15rem;
  right: -0.7rem;
  width: 2.15rem;
  height: 2.15rem;
  background: url(../imgs/ico/ico_circle_close.png) no-repeat 0 0;
  background-size: 100% auto;
}

.popular-word {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.popular-word__title {
  display: inline-block;
  width: 3.9rem;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #707070;
}
.popular-word__list {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% - 3.9rem);
  padding-left: 2.4rem;
}
.popular-word__list li + li {
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .popular-word__list li + li {
    margin-left: 1rem;
  }
}
.popular-word__list a {
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #707070;
}

.gnb {
  position: relative;
  border: 1px solid #d5d5d5;
  border-width: 1px 0 1px;
}
.gnb.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 29;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .gnb {
    display: none;
  }
}
.gnb.category-open .category {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.gnb.category-open .btn-Allmenu::before {
  background-image: url(../imgs/ico/ico_rect_menu_close.svg);
}
.gnb__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  font-family: "BMEULJIRO";
}
.gnb__list--font-Pretendard {
  font-family: "Pretendard Variable", "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.gnb__item {
  position: relative;
  padding: 0.85rem 0;
}
.gnb__item:focus .gnb__link, .gnb__item:hover .gnb__link, .gnb__item.active .gnb__link {
  color: #000;
}
.gnb__item:focus .submenu, .gnb__item:hover .submenu, .gnb__item.active .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.gnb__link {
  font-weight: 400;
  font-size: 1rem;
  color: #707070;
}
.gnb__link:hover {
  color: #000;
}
.gnb .btn-Allmenu {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  color: #707070;
  font-family: "BMEULJIRO";
}
.gnb .btn-Allmenu--font-Pretendard {
  font-family: "Pretendard Variable", "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.gnb .btn-Allmenu:hover {
  color: #000;
}
.gnb .btn-Allmenu::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50 0;
  background-image: url(../imgs/ico/ico_rect_menu.svg);
}
.gnb .submenu {
  position: absolute;
  top: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  left: -0.5rem;
  width: 20rem;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #fff;
  padding: 0.5rem 0;
  transform: translate(0px, 1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.gnb .submenu__item {
  position: relative;
  width: 33.33333333%;
}
.gnb .submenu__link {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.7rem;
  color: #000;
}
.gnb .submenu__link:hover {
  color: #332D0D;
}

.category {
  position: absolute;
  top: 3.45rem;
  left: 0;
  width: 9rem;
  min-height: 370px;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(0px, 1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.category__list {
  position: relative;
  margin-top: 0.5rem;
}
.category__item {
  width: 9rem;
}
.category__item.active .category__link {
  background-color: #000;
}
.category__item.active .sub-category {
  opacity: 1;
  visibility: visible;
}
.category__item:hover .category__link {
  background-color: #000;
}
.category__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.6rem 0.7rem;
  font-size: 0.8rem;
  color: #fff;
}
.category .sub-category {
  position: absolute;
  top: 0;
  left: 9rem;
  width: calc(100% - 9rem);
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}
.category .sub-category__item {
  display: block;
  padding: 0.5rem;
  color: #595959;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 0.75rem;
}
.category .sub-category__link {
  display: block;
  transition: all 0.3s;
  color: #3B4302;
}
.category .sub-category__link:hover {
  color: #000;
}

.utile {
  position: relative;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .utile {
    display: none;
  }
}
.utile .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1.75rem;
}
.utile__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.utile__item {
  position: relative;
  padding: 0 0.7rem;
}
.utile__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 1px;
  height: 0.6rem;
  background-color: #707070;
}
.utile__item:last-child {
  padding-right: 0;
}
.utile__item:last-child::after {
  display: none;
}
.utile__coupon {
  display: inline-block;
  position: absolute;
  width: 7rem;
  top: 1.05rem;
  left: -1.3rem;
  font-size: 11px;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 50px;
}
.utile__coupon::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3rem;
  height: 0;
  border-style: solid;
  border-width: 0px 3.5px 6.062px 3.5px;
  border-color: transparent transparent #000000 transparent;
}
.utile__link {
  font-size: 0.75rem;
  color: #707070;
}
.utile .badge {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 22px;
  color: #fff;
  vertical-align: 2px;
  font-size: 9px;
  background-color: #332D0D;
}

.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--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);
}
.sns .sns__link + .sns__link {
  margin-left: 0.5rem;
}

.footer {
  position: relative;
  background-color: #f5f3f2;
  padding: 3rem 0 3rem;
  text-align: center;
}
.footer .sns {
  justify-content: center;
  margin-top: 1.5rem;
}
.footer__bank-info {
  margin-top: 1.5rem;
}
.footer__bank-info p {
  font-size: 0.7rem;
}
.footer__content {
  position: relative;
  padding: 1.5rem 0;
  text-align: center;
}
.footer__logo {
  position: relative;
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo__link {
  display: block;
  width: 8rem;
}
.footer__logo__link img {
  width: 100%;
  height: auto;
}
.footer__info {
  position: relative;
  width: 100%;
  font-size: 0.7rem;
  color: #1c1c1c;
  line-height: 1.5;
}
.footer__info-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.footer__info-left {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 890px) {
  .footer__info-left {
    width: 100%;
  }
}
.footer__info-left span {
  display: block;
  margin-right: 0.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1112px) {
  .footer__info-left span.last {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 890px) {
  .footer__info-left span {
    width: 100%;
    margin-right: 0;
  }
}
.footer__info-left hr {
  display: block;
  height: 0.5rem;
  border-left: 2px solid #ddd;
  margin: 0;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1112px) {
  .footer__info-left hr.last {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .footer__info-left hr {
    display: none;
  }
}
.footer__info-right {
  width: 20%;
  font-size: 0.8rem;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 890px) {
  .footer__info-right {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.footer__title {
  font-size: 0.8rem;
  color: #000;
  font-weight: 500;
}
.footer__copy {
  width: 100%;
  font-weight: 100;
  margin-top: 1.5rem;
  text-align: center;
}
.footer__copy--mobile {
  display: none;
}
@media screen and (max-width: 890px) {
  .footer__copy--pc {
    display: none;
  }
  .footer__copy--mobile {
    display: block;
  }
}

.cs-info {
  margin-top: 3.45rem;
  padding-top: 2.8rem;
  border-top: 1px solid #D5D5D5;
  background-color: #fff;
  padding-bottom: 3rem;
}
@media screen and (max-width: 890px) {
  .cs-info {
    padding-top: 1.5rem;
  }
}
.cs-info .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 890px) {
  .cs-info .inner {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.cs-info__item {
  position: relative;
  width: 33.3333333%;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .cs-info__item {
    width: 100%;
  }
}
.cs-info__item::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 6.1rem;
  background-color: #F1F1F1;
}
.cs-info__item:nth-child(1)::after {
  display: block;
}
.cs-info__item:nth-child(2)::after {
  display: block;
}
@media screen and (max-width: 890px) {
  .cs-info__item:nth-child(1)::after {
    display: none;
  }
  .cs-info__item:nth-child(2)::after {
    display: none;
  }
  .cs-info__item:nth-child(1) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D5D5D5;
  }
  .cs-info__item:nth-child(2) {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D5D5D5;
  }
  .cs-info__item:nth-child(3) {
    padding-top: 1.5rem;
  }
}
.cs-info__inner {
  position: relative;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 890px) {
  .cs-info__inner {
    text-align: center;
  }
}
.cs-info__title {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  color: #1c1c1c;
}
.cs-info__tel {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.cs-info__time {
  font-weight: 300;
  font-size: 0.8rem;
  color: #1c1c1c;
}
.cs-info__time span {
  display: inline-block;
  position: relative;
}
.cs-info__time span + span {
  padding-left: 6px;
  margin-left: 6px;
}
.cs-info__time span + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0.8rem;
  background-color: #c4c4c4;
}
.cs-info__bank {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.cs-info__name {
  margin-top: 5px;
  font-weight: 300;
  font-size: 0.7rem;
  color: #1c1c1c;
}
.cs-info__addrss {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.cs-info__text {
  margin-top: 5px;
  font-weight: 300;
  font-size: 0.7rem;
  color: #1c1c1c;
}

.links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.links__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 890px) {
  .links__list {
    justify-content: center;
  }
}
@media screen and (max-width: 890px) {
  .links__list {
    justify-content: flex-start;
  }
}
.links__item {
  position: relative;
}
.links__item + .links__item {
  margin-left: 0.5rem;
}
.links__link {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 0.7rem;
  color: #1c1c1c;
}

.snb {
  position: relative;
  margin-top: 2rem;
}
.snb.mob_tab .snb__list {
  display: block;
}
@media screen and (min-width: 1023px) {
  .snb.mob_tab .snb__list {
    display: flex;
  }
}
.snb .btn-snb {
  position: relative;
  display: none;
  width: 100%;
  padding: 0.8rem 0.8rem;
  margin-top: 0.9rem;
  background-color: #332D0D;
  font-size: 0.8rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .snb .btn-snb {
    display: block;
  }
}
.snb .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==);
}
.snb__text {
  font-size: 0.8rem;
  color: #000;
}
.snb__text strong {
  font-weight: 700;
  color: #332D0D;
}
.snb__list {
  margin-top: 7px;
  background-color: #fff;
}
.snb__item {
  padding: 5px;
}
.snb__item.active .snb__link {
  border-color: #332D0D;
  color: #fff;
  background-color: #332D0D;
}
.snb__link {
  display: block;
  position: relative;
  padding: 0.55rem 1rem;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #000;
  line-height: 1;
}
.snb__link:hover {
  border-color: #332D0D;
  color: #fff;
  background-color: #332D0D;
}
.snb .swiper-slide {
  width: auto !important;
}
.snb .swiper-horizontal > .swiper-scrollbar, .snb .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  bottom: -6px;
}
.snb .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.1);
}

.snb2 {
  position: relative;
  margin-top: 2rem;
}
.snb2.mob_tab .snb2__list {
  display: block;
}
.snb2 .btn-snb {
  position: relative;
  display: none;
  width: 100%;
  padding: 0.8rem 0.8rem;
  margin-top: 0.9rem;
  background-color: #332D0D;
  font-size: 0.8rem;
  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: #332D0D;
}
.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: #332D0D;
  border-bottom-color: #fff;
  color: #332D0D;
}
@media screen and (max-width: 1023px) {
  .snb2__item.active .snb2__link {
    border-bottom-color: #332D0D;
  }
}
.snb2__link {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  font-size: 0.85rem;
  color: #000;
  line-height: 1;
  text-align: center;
}
.snb2__link:hover {
  border-color: #332D0D;
  border-bottom-color: #fff;
  color: #332D0D;
}
@media screen and (max-width: 1023px) {
  .snb2__link {
    font-size: 0.75rem;
    padding: 0.55rem;
  }
}
.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);
}

.location {
  position: relative;
  margin-top: 1rem;
}
.location__link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0.7rem;
  color: #000;
}
.location__link--home {
  width: 0.75rem;
  height: 0.7rem;
  background: url(../imgs/ico/ico_home.svg) no-repeat 0 0;
  background-size: 0.75rem 0.7rem;
}
.location .gt {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.location .gt::before {
  content: ">";
}

.mobile-gnb {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100%;
  margin: 0;
  border-left: 2px solid #444;
  padding-top: 0px;
  background-color: #fff;
  z-index: 10001;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  -moz-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-gnb__head {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: left;
}
.mobile-gnb__head .close {
  display: block;
  padding: 0;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #444;
  text-align: center;
  line-height: 45px;
  margin-left: 293px;
}
.mobile-gnb__body {
  height: 100%;
  padding: 0;
  margin-top: 10px;
}
.mobile-gnb .nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background: #f1f1f1;
}
.mobile-gnb .nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 50px;
  align-items: center;
}
.mobile-gnb .nav li {
  position: relative;
  width: 25%;
}
.mobile-gnb .nav__coupon {
  display: inline-block;
  position: absolute;
  width: 7rem;
  top: 1.05rem;
  left: -1.3rem;
  font-size: 11px;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 50px;
}
.mobile-gnb .nav__coupon::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3rem;
  height: 0;
  border-style: solid;
  border-width: 0px 3.5px 6.062px 3.5px;
  border-color: transparent transparent #000000 transparent;
}
.mobile-gnb .nav a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.mobile-gnb .nav .badge {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 22px;
  color: #fff;
  vertical-align: 2px;
  font-size: 9px;
  background-color: #332D0D;
}
.mobile-gnb .sch_bar {
  position: relative;
  margin-bottom: 15px;
  margin: 2% 0;
  width: 100% !important;
  padding: 0 20px;
}
.mobile-gnb .sch_bar input {
  width: 100% !important;
  border: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  padding: 0 30px 0 10px;
  border: 1px solid #ddd !important;
  font-size: 14px;
}
.mobile-gnb .sch_bar button {
  position: absolute;
  right: 16px;
  width: 45px;
  height: 45px;
  border: 0;
  color: #333;
  font-size: 18px;
  border: none !important;
  top: 0;
  background: none !important;
  text-align: center;
}
.mobile-gnb .gnb-tab {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}
.mobile-gnb .gnb-tab__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 20px;
}
.mobile-gnb .gnb-tab__item {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.mobile-gnb .gnb-tab__item.active {
  border-bottom-color: #222;
}
.mobile-gnb .gnb-tab__item.active .gnb-tab__link {
  color: #222;
}
.mobile-gnb .gnb-tab__link {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
  font-size: 14px;
}
.mobile-gnb .mgnb {
  position: relative;
  width: 100%;
  height: calc(100vh - 169px);
  overflow-y: auto;
  margin-top: 20px;
  /*
  &::before {
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:43%;
      height:87vh;
      background-color:#fff;
  }
  */
  /*
  &::after {
      content:"";
      position:absolute;
      top:0;
      left:43%;
      width:57%;
      height:calc(100vh - 45px);
      background-color:#617283;
  }*/
}
.mobile-gnb .mgnb__list {
  width: 100%;
  position: relative;
}
.mobile-gnb .mgnb__item {
  position: static;
}
.mobile-gnb .mgnb__item .mobile-gnb__link {
  border-bottom: 1px solid #d9d9d9;
}
.mobile-gnb .mgnb__item.active .mgnb__link {
  background-color: #332D0D;
  color: #fff;
}
.mobile-gnb .mgnb__item.active .mgnb__dept2 {
  display: block;
}
.mobile-gnb .mgnb__item.active .mgnb__link.gnb__link--arr::after {
  content: "\eb8b";
}
.mobile-gnb .mgnb__item.active .ico {
  background-image: url(../imgs/ico/ico_white_minus.svg);
}
.mobile-gnb .mgnb .ico {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../imgs/ico/ico_black_plus.svg);
  background-size: 0.55rem auto;
  text-indent: -999999px;
}
.mobile-gnb .mgnb__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 17px 20px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  text-align: left;
}
.mobile-gnb .mgnb__link span {
  display: block;
  text-align: left;
  width: 100%;
}
.mobile-gnb .mgnb__link.gnb__link--arr::after {
  content: "\ebc0";
  font-family: "boxicons";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
}
.mobile-gnb .mgnb__dept2 {
  display: none;
  position: relative;
  z-index: 2;
}
.mobile-gnb .mgnb__dept2 > li {
  position: relative;
}
.mobile-gnb .mgnb__dept2 > li > a {
  display: block;
  position: relative;
  padding: 15px 20px;
  background-color: #332D0D;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 13px;
  color: #fff;
}
.mobile-gnb .mgnb__dept2 > li > a.dept2__a--arr::after {
  content: "\e914";
  font-family: "xeicon";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
}
.mobile-gnb .mgnb__dept2 > li.active > a.dept2__a--arr::after {
  content: "\e91b";
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.mobile-open .mobile-gnb {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
}

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

.contents {
  position: relative;
  margin-top: 2rem;
  min-height: 500px;
}

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

.btn-top {
  display: block;
  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-top:hover {
  background-color: #000;
  color: #fff;
}
.btn-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: 639px) {
  .btn-top {
    width: 2rem;
    height: 2rem;
  }
  .btn-top span {
    font-size: 1rem;
  }
}

.sub-container {
  position: relative;
  padding-top: 8rem;
}

.container {
  position: relative;
}

.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual__content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main-visual__text {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.main-visual__text--absolute {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
@media screen and (max-width: 630px) {
  .main-visual__text--absolute {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__text {
    height: 1000px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual__text {
    height: 600px;
  }
}
.main-visual__text p + p {
  margin-top: 0.3rem;
}
.main-visual__text p.mt20 {
  margin-top: 1rem;
}
.main-visual__text p.mt10 {
  margin-top: 0.5rem;
}
.main-visual__text p.mt6 {
  margin-top: 0.35rem;
}
.main-visual__text__s14 {
  font-size: 0.7rem;
}
.main-visual__text__s16 {
  font-size: 0.8rem;
}
.main-visual__text__s36 {
  font-size: 1.8rem;
}
.main-visual__text__s40 {
  font-size: 2rem;
}
.main-visual__text__s20 {
  font-size: 1rem;
}
.main-visual__text__underline span {
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #fff;
}
.main-visual__text strong {
  font-weight: 700;
}
.main-visual__btn-box {
  margin-top: 2rem;
}
.main-visual__btn-box .link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 0.7rem;
  color: #fff;
}
.main-visual__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.main-visual__video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}
.main-visual__video {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  z-index: 2;
}
.main-visual__video video {
  width: 100vw;
  height: 56.25vw;
  min-height: calc(100vh + 340px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 3s 0.2s;
}
.main-visual img {
  width: 100%;
}
.main-visual img.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-visual img.mobile {
    display: block;
  }
  .main-visual img.pc {
    display: none;
  }
}
.main-visual .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 1rem;
}
.main-visual .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px !important;
  width: 1.7rem;
  height: 0.25rem;
  background-color: transparent;
  font-size: 0.8rem;
  color: #3b3b3b;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
}
.main-visual .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.4rem;
}
.main-visual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
  color: #fff !important;
}

.bg-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* &::before {
       content:"";
       display:block;
       position:absolute;
       top:0;
       left:0;
       width:100%;
       height:100%;
       background:url(../imgs/main/visual/full_bg.png) repeat 50% 50%;
       background-size:cover;
       opacity:0.06;
       z-index:2;
   }*/
}

.bg-full2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-full2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-size: cover;
  opacity: 0;
  z-index: 2;
}

.main-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 1.15rem 0;
  border: 1px solid #707070;
}
@media screen and (max-width: 990px) {
  .main-post {
    padding: 1.15rem;
  }
}
.main-post__item {
  position: relative;
}
@media screen and (max-width: 990px) {
  .main-post__item {
    width: 50%;
  }
}
@media screen and (max-width: 458px) {
  .main-post__item {
    width: 100%;
  }
}
.main-post__item:nth-child(1) {
  padding-right: 1rem;
}
@media screen and (max-width: 458px) {
  .main-post__item:nth-child(1) {
    padding: 0 0 1.5rem 0;
    margin: 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
.main-post__item:nth-child(2) {
  padding: 0 5.2rem 0 4.95rem;
  margin: 0 4.9rem;
}
@media screen and (max-width: 1094px) {
  .main-post__item:nth-child(2) {
    padding: 0 3rem 0;
  }
}
@media screen and (max-width: 990px) {
  .main-post__item:nth-child(2) {
    padding: 0 0 1.5rem 1.5rem;
    margin: 0;
  }
}
@media screen and (max-width: 458px) {
  .main-post__item:nth-child(2) {
    padding: 1.5rem 0 1.5rem 0;
    margin: 0;
  }
}
.main-post__item:nth-child(2)::before, .main-post__item:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  width: 1px;
  height: 3.7rem;
  background-color: #D2D2D2;
}
.main-post__item:nth-child(2)::before {
  left: 0;
}
@media screen and (max-width: 458px) {
  .main-post__item:nth-child(2)::before {
    display: none;
  }
}
.main-post__item:nth-child(2)::after {
  right: 0;
}
@media screen and (max-width: 990px) {
  .main-post__item:nth-child(2)::after {
    display: none;
  }
}
.main-post__item:nth-child(3) {
  width: 325px;
}
@media screen and (max-width: 990px) {
  .main-post__item:nth-child(3) {
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid #d2d2d2;
  }
}
.main-post__title {
  font-weight: 600;
  font-size: 1rem;
  color: #332D0D;
  line-height: 1;
}
.main-post__text {
  margin-top: 0.6rem;
  font-weight: 300;
  font-size: 0.65rem;
  line-height: 1rem;
  color: #1c1c1c;
}
@media screen and (max-width: 1024px) {
  .main-post__text {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
.main-post__tel {
  font-weight: 500;
  font-size: 0.85rem;
  color: #1c1c1c;
}
@media screen and (max-width: 1024px) {
  .main-post__tel {
    font-size: 0.95rem;
  }
}
.main-post__btnbox {
  margin-top: 0.5rem;
}
.main-post__btnbox .btn-link {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 1.3rem;
  padding-left: 0.9rem;
  line-height: 1.3rem;
  border-radius: 3px;
  background: transparent;
  border: 0.5px solid #707070;
  font-weight: 300;
  font-size: 0.65rem;
  color: #1c1c1c;
}
@media screen and (max-width: 1024px) {
  .main-post__btnbox .btn-link {
    width: 100%;
    font-size: 0.8rem;
    height: auto;
    padding: 5px 0 5px 0.9rem;
  }
}
.main-post__btnbox .btn-link span {
  display: inline-block;
  position: relative;
  width: 100%;
  background: url(../imgs/ico/ico_grey_left_arr.svg) no-repeat calc(100% - 1rem) 50%;
  background-size: 0.3rem 0.5rem;
}
.main-post .notice__head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.main-post .notice__head .btn-more {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../imgs/ico/ico_rect_plus.svg);
}
.main-post .notice__body {
  margin-top: 0.6rem;
}
.main-post .notice__list {
  position: relative;
}
.main-post .notice__list li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 3px;
  border-bottom: 1px dashed #707070;
}
.main-post .notice__list li + li {
  margin-top: 0.5rem;
}
.main-post .notice__list li a {
  display: block;
  width: calc(100% - 3.35rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 0.65rem;
  line-height: 1;
  color: #1c1c1c;
}
@media screen and (max-width: 1024px) {
  .main-post .notice__list li a {
    width: calc(100% - 4.5rem);
    font-size: 0.8rem;
  }
}
.main-post .notice__list li .date {
  display: block;
  width: 3.35rem;
  font-weight: 300;
  font-size: 0.65rem;
  line-height: 1;
  color: #1c1c1c;
}
@media screen and (max-width: 1024px) {
  .main-post .notice__list li .date {
    font-size: 0.8rem;
    width: 4.5rem;
  }
}

.main-event {
  margin-top: 3.45rem;
}
.main-event img {
  width: 100%;
}
.main-event--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  .main-event--flex {
    flex-direction: column;
  }
}
.main-event__left {
  width: 50%;
  padding-right: 0.95rem;
}
@media screen and (max-width: 720px) {
  .main-event__left {
    width: 100%;
    padding-right: 0;
  }
}
.main-event__right {
  width: 50%;
  padding-left: 0.95rem;
}
@media screen and (max-width: 720px) {
  .main-event__right {
    width: 100%;
    padding-left: 0;
  }
}

.main-conents {
  position: relative;
  margin-bottom: 5rem;
}

.main-title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  color: #161616;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .main-title {
    font-size: 1.3rem;
  }
}

.main-goods {
  position: relative;
  margin-top: 3.45rem;
}
@media screen and (max-width: 640px) {
  .main-goods {
    margin-top: 2rem;
  }
}
.main-goods__title {
  position: relative;
  font-weight: 600;
  font-size: 1.25rem;
  color: #161616;
  z-index: 3;
  letter-spacing: 0;
}
.main-goods__title--font-Pretendard {
  font-family: "Pretendard Variable", "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.main-goods__title span {
  display: inline-block;
  position: relative;
}
.main-goods__title span::after {
  content: "";
  display: none;
  position: relative;
  width: 3.4rem;
  height: 0.4rem;
  margin: 1.35rem auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../imgs/main/main_goods_title_bg.svg);
}
.main-goods__title a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0.3rem;
  right: 0;
  font-size: 0.8rem;
  color: #222;
  font-family: "Pretendard Variable", "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.main-goods__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -0.875rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .main-goods__list {
    margin: -5px;
  }
}
.main-goods__item {
  position: relative;
  width: 25%;
  padding: 0.875rem;
}
.main-goods__item > a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
}
.main-goods__item > a:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .main-goods__item {
    padding: 5px;
  }
}
@media screen and (max-width: 920px) {
  .main-goods__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 560px) {
  .main-goods__item {
    width: 50%;
  }
}
.main-goods__item__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #414141;
}
.main-goods__item__num span {
  display: inline-block;
  position: relative;
  padding: 0 5px 2px;
  font-size: 1.05rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.main-goods__image {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
.main-goods__image img {
  width: 100%;
}
.main-goods__image .s_img {
  padding-top: 100%;
}
.main-goods__desc {
  width: 100%;
  padding: 0.65rem 0.875rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.main-goods__name {
  font-weight: 500;
  font-size: 0.7rem;
  color: #666;
}
.main-goods__price {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  text-align: right;
  color: #000;
  font-weight: 500;
}
.main-goods .main-goods-slider__next,
.main-goods .main-goods-slider__prev {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.45);
}
.main-goods .main-goods-slider__next::after,
.main-goods .main-goods-slider__prev::after {
  color: #fff;
  font-size: 1rem;
}
.main-goods .main-goods-slider__next {
  right: 0.875rem;
}
.main-goods .main-goods-slider__prev {
  left: 0.875rem;
}
.main-goods .main-goods-slider__next.swiper-button-lock,
.main-goods .main-goods-slider__prev.swiper-button-lock {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-goods .main-goods-slider__next {
    right: 5px;
  }
  .main-goods .main-goods-slider__prev {
    left: 5px;
  }
}

.tab-goods__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #414141;
}
.tab-goods__num span {
  display: inline-block;
  position: relative;
  padding: 0 5px 2px;
  font-size: 1.05rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.main-pop__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.main-pop__dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.main-pop__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  pointer-events: auto;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgb(0, 0, 0);
  outline: 0;
  z-index: 99999;
  overflow: hidden;
}
.main-pop__content img {
  width: 100%;
  height: auto;
}
.main-pop__store-door {
  position: relative;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease;
}
.main-pop__store-door--hide {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.main-pop__image1 {
  position: relative;
  width: 100%;
  z-index: 2;
}
.main-pop__image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.main-pop__store-inner {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.main-pop__store-inner--show {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.main-pop__foot {
  position: relative;
  background-color: #ece6e1;
}
.main-pop__foot__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-pop__foot__box {
  width: 50%;
  border-right: 1px solid #ddd;
  text-align: center;
}
.main-pop__foot__box:last-child {
  border-right-width: 0;
}
.main-pop .btn-main-pop-close, .main-pop__check {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-size: 0.8rem;
  color: #222;
  cursor: pointer;
  text-align: center;
}
.main-pop__mobile {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 780px) {
  .main-pop__mobile {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
.main-pop__pc {
  transition: all 0.3s ease;
}
@media screen and (max-width: 780px) {
  .main-pop__pc {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}

.main-stroy {
  position: relative;
  margin-top: 3.45rem;
}
@media screen and (max-width: 640px) {
  .main-stroy {
    margin-top: 2rem;
  }
}
.main-stroy__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main-stroy__item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .main-stroy__item:last-child {
    margin-bottom: 0;
  }
}
.main-stroy__item--row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .main-stroy__item--row-reverse {
    flex-direction: column;
  }
}
.main-stroy__item--row-reverse .main-stroy__item__desc {
  padding-left: 0;
  padding-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .main-stroy__item--row-reverse .main-stroy__item__desc {
    padding-right: 0;
    margin-top: 1rem;
  }
}
.main-stroy__item__image {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main-stroy__item__image {
    width: 100%;
  }
}
.main-stroy__item__image:hover img {
  transform: scale(1.1);
}
.main-stroy__item__image img {
  width: 100%;
  transition: all 0.3s ease;
}
.main-stroy__item__desc {
  width: 50%;
  padding-left: 2.5rem;
}
@media screen and (max-width: 991px) {
  .main-stroy__item__desc {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.main-stroy__item__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #3d3d3d;
}
@media screen and (max-width: 639px) {
  .main-stroy__item__title {
    font-size: 1.3rem;
  }
}
.main-stroy__item__text {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #3d3d3d;
}
.main-stroy__item__btnbox {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #3d3d3d;
}
.main-stroy__item__link {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border: 1px solid #3D3D3D;
  font-size: 0.8rem;
  color: #3D3D3D;
  line-height: 1;
  transition: all 0.3s ease;
}
.main-stroy__item__link:hover {
  background-color: #3D3D3D;
  color: #fff;
}

.main-instagram {
  position: relative;
  margin-top: 3.45rem;
}
.main-instagram__items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 720px) {
  .main-instagram__items {
    grid-template-columns: 1fr 1fr;
  }
}
.main-instagram__item {
  position: relative;
}
.main-instagram__item__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.main-video-slider {
  position: relative;
  margin-top: 1.25rem;
}
.main-video-slider .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.main-video-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-video-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0.75rem;
}

.board {
  position: relative;
  margin-top: 6rem;
}
.board .title {
  margin-bottom: 2.5rem;
}
.board #gall_allchk {
  z-index: 3;
}
.board .checkbox label {
  font-size: 0.8rem;
  padding-left: 1.2rem;
}
.board .checkbox label::before {
  width: 1rem;
  height: 1rem;
}
.board__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .board__top {
    flex-direction: column-reverse;
  }
}
.board__list {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-break: keep-all;
  table-layout: auto;
  border-top: 1px solid #E4E4E4;
  border-left: none;
  border-right: none;
  margin-top: 10px;
  table-layout: fixed;
}
.board__list .empty_table {
  padding: 5rem 0;
}
@media screen and (max-width: 749px) {
  .board__list {
    display: block;
  }
  .board__list colgroup {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .board__list thead {
    display: none;
  }
}
.board__list thead th {
  padding: 0.75rem 1%;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E4E4E4;
  border-right: none;
  font-size: 0.8rem;
  color: #000;
}
.board__list thead th:first-child {
  border-left: 0;
}
@media screen and (max-width: 749px) {
  .board__list tbody {
    display: block;
  }
}
.board__list tbody th {
  padding: 0.5rem 1%;
  border-bottom: 1px solid #E4E4E4;
  vertical-align: middle;
  text-align: center;
  background-color: #f7f7f7;
  font-weight: 500;
}
.board__list tbody th:first-child {
  border-left: 0;
}
@media screen and (max-width: 749px) {
  .board__list tbody th {
    display: block;
  }
}
.board__list tbody td {
  padding: 0.65rem 1%;
  border-bottom: 1px solid #E4E4E4;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border-right: none;
  font-size: 0.8rem;
  color: #000;
}
.board__list tbody td:first-child {
  border-left: 0;
}
@media screen and (max-width: 749px) {
  .board__list tbody td {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .board__list tbody td.vt--top {
    align-items: flex-start;
  }
}
@media screen and (max-width: 749px) {
  .board__list tr {
    position: relative;
    padding: 0.8rem 0;
    height: auto;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.board__list img {
  max-width: 100%;
  height: auto;
}
.board__list .wd--85 {
  width: 85px;
}
.board__list .wd--130 {
  width: 130px;
}
.board__list .wd--410 {
  width: 410px;
}
.board__list .wd--120 {
  width: 120px;
}
.board__list .wd--100 {
  width: 100px;
}
.board__list .td--subject {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .board__list .td--subject {
    font-size: 1rem;
  }
}
.board__list .only-m {
  display: none;
}
@media screen and (max-width: 749px) {
  .board__list .only-m {
    font-weight: 300;
    margin-right: 10px;
    display: block;
    font-size: 0.8rem;
    line-height: 1;
    height: auto;
    border-radius: 3px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
}
.board__list .td-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  display: block;
  color: #313131;
}
@media screen and (max-width: 749px) {
  .board__list .td-link {
    font-size: 1rem;
  }
}
.board__list .td--state .btn {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .board__list .td--state .btn {
    width: auto;
  }
  .board__list .td--state .btn.btn--xs {
    padding: 0 15px;
  }
}
@media screen and (max-width: 749px) {
  .board__list .num {
    display: none;
  }
  .board__list .btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: baseline;
  }
}

.board-note-box {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f1f1f1;
  font-size: 0.8rem;
  color: #000;
}

.board-detail {
  position: relative;
  margin-top: 2rem;
}
.board-detail--mt40 {
  margin-top: 2rem;
}
.board-detail__title {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  word-break: break-all;
  margin-bottom: 6px;
}
.board-detail__info {
  margin-top: 0.8rem;
  padding: 0.8rem 0.85rem;
  background-color: #f1f1f1;
}
.board-detail__info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 618px) {
  .board-detail__info ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.board-detail__info ul li {
  position: relative;
  padding: 0 1.35rem;
  color: #222;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 618px) {
  .board-detail__info ul li {
    width: 100%;
    padding: 0;
  }
  .board-detail__info ul li + li {
    margin-top: 5px;
  }
}
.board-detail__info ul li:first-child {
  padding-left: 0;
}
.board-detail__info ul li:last-child {
  padding-right: 0;
}
.board-detail__info ul li strong {
  display: inline-block;
  position: relative;
  padding-left: 0.75rem;
  font-weight: 500;
}
.board-detail__info ul li strong:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #555;
}
.board-detail__info ul li span {
  display: inline-block;
  position: relative;
}
.board-detail__info ul li span.dot {
  margin: 0 0.2rem;
}
@media screen and (max-width: 618px) {
  .board-detail__info ul li span.dot + span {
    width: calc(100% - 100px - 5px);
  }
}
.board-detail__file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2px;
  padding: 0.85rem 0.85rem;
  background-color: #f1f1f1;
  color: #222;
  font-size: 0.8rem;
}
.board-detail__file .file__tit {
  position: relative;
  display: block;
  padding-left: 0.65rem;
  font-weight: 500;
}
.board-detail__file .file__tit:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #555;
}
.board-detail__file .file__tit span {
  display: inline-block;
  position: relative;
  margin: 0 0.1rem;
}
.board-detail__file .file__items {
  position: relative;
  width: calc(100% - 4rem);
  margin-left: auto;
}
.board-detail__file .file__item a {
  display: block;
  position: relative;
  color: #222;
}
.board-detail__file .file__item + .file__item {
  margin-top: 0.4rem;
}
.board-detail__content {
  padding: 1.5rem 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #313131;
}
.board-detail__content .gall_img {
  text-align: left;
  margin-bottom: 2rem;
}
.board-detail__content img {
  max-width: 100%;
  height: auto;
}
.board-detail__content .recomment-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #042e6f;
}
.board-detail__content .recomment-title2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.2;
}
.board-detail__content.recomment {
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  border-top: 1px solid #ddd;
}
.board-detail__btnbox {
  margin-top: 1.5rem;
  text-align: center;
}
.board-detail__page {
  width: 100%;
  margin-top: 1.5rem;
}
.board-detail__page .page-items {
  border-top: 1px solid #ddd;
}
.board-detail__page .page-items__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.board-detail__page .page-items__tit {
  display: block;
  width: 7.143rem;
  padding: 0.7rem 0;
  text-align: center;
  color: #222;
  font-size: 0.8rem;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .board-detail__page .page-items__tit {
    width: 5rem;
  }
}
.board-detail__page .page-items__link {
  display: block;
  width: calc(100% - 14.29rem);
  padding: 0.7rem 0;
  text-align: left;
  color: #222;
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .board-detail__page .page-items__link {
    width: calc(100% - 5.5rem);
  }
}
.board-detail__page .page-items__link a {
  display: block;
  width: 100%;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.board-detail__page .page-items__date {
  display: block;
  width: 7.143rem;
  padding: 0.7rem 0;
  text-align: center;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .board-detail__page .page-items__date {
    display: none;
  }
}

.recomment-content {
  position: relative;
  padding: 1.5rem;
}

.ans_datetime {
  font-size: 0.8rem;
}

.board_view_btn_box {
  padding-top: 0.7143rem;
  text-align: right;
}

.board__total {
  margin-top: 0.7rem;
  line-height: 0.75rem;
  font-size: 0.8rem;
}
.board__total em {
  color: #ff5050;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
}

.board-filter {
  position: relative;
}
.board-filter__form {
  position: relative;
  display: flex;
  width: 500px;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .board-filter__form {
    width: 100%;
  }
}
.board-filter__content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .board-filter__content {
    max-width: 100%;
  }
}
.board-filter__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.board-filter__item {
  padding: 0 3px;
}
.board-filter__item .btn {
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 749px) {
  .board-filter__item .btn {
    height: 3rem;
    line-height: 3rem;
  }
}
.board-filter__item .frm-input {
  width: 100%;
  height: 2.25rem;
}
@media screen and (max-width: 749px) {
  .board-filter__item .frm-input {
    height: 3rem;
    line-height: 3rem;
  }
}
.board-filter__item.item--fst {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 749px) {
  .board-filter__item.item--fst {
    width: 30%;
    max-width: 30%;
  }
}
.board-filter__item.item--mid {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 749px) {
  .board-filter__item.item--mid {
    width: 70%;
    max-width: 70%;
    padding-right: 0;
  }
}
.board-filter__item.item--last {
  width: 100%;
  max-width: 70px;
  padding-right: 0;
}
@media screen and (max-width: 749px) {
  .board-filter__item.item--last {
    max-width: 100%;
    margin-top: 4px;
  }
}
.board-filter__item.item--wd420 {
  max-width: 430px;
}
@media screen and (max-width: 749px) {
  .board-filter__item.item--wd420 {
    width: 100%;
    max-width: 100%;
  }
}

.frm-input {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  font-size: 0.8rem;
  color: #484848;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 2.25rem;
}
.frm-input--grid-100 {
  width: 100%;
}
.frm-input.wd--100 {
  width: 100%;
  max-width: 100px;
}
.frm-input.wd--200 {
  width: 100%;
  max-width: 200px;
}
.frm-input.wd--300 {
  width: 100%;
  max-width: 300px;
}
.frm-input.wd--150 {
  width: 100%;
  max-width: 150px;
}

textarea.frm-input {
  height: 100px;
  padding: 0.5rem;
  line-height: 1.3;
  height: 10rem;
}

select.frm-input {
  background: url("../imgs/ico/ico_down_arr.svg") no-repeat calc(100% - 0.5rem) 50%;
  background-size: 7px 4px;
}

.frmbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.75rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 700px) {
  .frmbox {
    flex-direction: column;
  }
}
.frmbox .frm_fail {
  display: block;
  position: relative;
  color: #f2391f;
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .frmbox .frm_fail {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.frmbox .frm_fail.ml--0 {
  margin-left: 0;
}
.frmbox .frm_fail.mt--10 {
  margin-top: 0.5rem;
}
.frmbox .frm_fail.ds--in {
  display: inline;
}
@media screen and (max-width: 700px) {
  .frmbox .frm_fail.ds--in {
    display: block;
  }
}
.frmbox .frm_pass {
  display: block;
  position: relative;
  color: #08a600;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 700px) {
  .frmbox .frm_pass {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.frmbox .frmbox {
  margin-bottom: 0;
  border-style: solid;
}
.frmbox.border--bottom-0 {
  border-bottom: 0;
  padding-bottom: 0;
}
.frmbox__head {
  display: block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 700px) {
  .frmbox__head {
    padding-top: 0;
  }
}
.frmbox__head .title {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  color: #000;
  font-weight: 500;
  padding-left: 0.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .frmbox__head .title br {
    display: none;
  }
}
.frmbox__head .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border: 3px solid #332D0D;
  border-radius: 50%;
  box-sizing: content-box;
}
.frmbox__head.pdt--0 {
  padding-top: 0;
}
.frmbox .title2 {
  display: inline-block;
  position: relative;
  font-size: 0.85rem;
  color: #313131;
  font-weight: 400;
  padding-left: 0.5rem;
}
.frmbox .title2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #332D0D;
  border-radius: 50%;
}
.frmbox .title3 {
  display: inline-block;
  position: relative;
  font-size: 0.85rem;
  color: #313131;
  font-weight: 500;
}
.frmbox__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% - 7rem);
  font-size: 0.85rem;
  color: #313131;
  margin-left: auto;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .frmbox__body {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.frmbox__body .mb_5 {
  margin-bottom: 5px;
}
.frmbox__body.wd--8 {
  width: calc(100% - 8rem) !important;
}
@media screen and (max-width: 700px) {
  .frmbox__body.wd--8 {
    width: 100% !important;
  }
}
.frmbox__body.wd--10 {
  width: calc(100% - 10rem) !important;
}
@media screen and (max-width: 700px) {
  .frmbox__body.wd--10 {
    width: 100% !important;
  }
}
.frmbox__body.wd--3 {
  width: calc(100% - 3rem) !important;
}
@media screen and (max-width: 700px) {
  .frmbox__body.wd--3 {
    width: 100% !important;
  }
}
.frmbox__body.grid--100 {
  width: 100% !important;
}
.frmbox__body.mt--10 {
  margin-top: 0.5rem;
}
.frmbox__body.no--flex {
  display: block;
}
.frmbox__body.v_center {
  align-self: flex-end;
}
.frmbox__body__body.pt {
  padding-top: 0.7857rem;
}
.frmbox__body__body.pdt--10 {
  padding-top: 0.5rem;
}
.frmbox #msg_mb_id {
  display: block;
  position: relative;
  width: 100%;
  color: #f2391f;
}
.frmbox__tooltip {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.frmbox .frm-input {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .frmbox .frm-input {
    height: 3rem;
    line-height: 3rem;
  }
}
.frmbox textarea.frm-input {
  line-height: auto;
}
.frmbox .grid--100 {
  width: 100%;
}
.frmbox.vt--center {
  align-items: center;
}
@media screen and (max-width: 700px) {
  .frmbox.vt--center {
    align-items: baseline;
  }
}
.frmbox.vt--center .frmbox__head {
  padding-top: 0;
}
.frmbox.mt15 {
  margin-top: 0.75rem;
}
.frmbox.mt20 {
  margin-top: 1rem;
}
.frmbox.no--flex {
  display: block;
}
.frmbox.no--flex .frmbox__head {
  width: 100%;
}
.frmbox.no--flex .frmbox__body {
  width: 100% !important;
  margin-top: 0.5rem;
}
.frmbox__close {
  position: absolute;
  top: 3px;
  right: 0;
}
.frmbox.duplicate .frmbox__close {
  top: 1.8rem;
}
.frmbox__inbtn {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
}
.frmbox__inbtn .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.25rem;
}
.frmbox__inbtn + .frmbox__inbtn {
  margin-top: 0.5rem;
}
.frmbox.btn {
  padding: 0 0.8rem;
}
.frmbox.last {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  padding: 0 0.85rem;
  margin: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.8rem;
  text-align: center;
  background-color: transparent;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  color: #313131;
  vertical-align: middle;
}
.btn--xs {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 5px;
  font-size: 13px;
}
.btn--round {
  border-radius: 50px !important;
}
.btn--grey {
  background-color: #999 !important;
  border-color: #999 !important;
  color: #fff;
}
.btn--green {
  background-color: #559150 !important;
  border-color: #559150 !important;
  color: #fff;
}
.btn--light {
  background-color: #fff;
  border-color: #ddd !important;
  color: #484848 !important;
}
.btn--cy {
  background-color: #078AAD !important;
  border-color: #078AAD !important;
  color: #fff;
}
.btn--red {
  background-color: #f2391f !important;
  border-color: #f2391f !important;
  color: #fff;
}
.btn--indigo {
  background-color: #042e6f !important;
  border-color: #042e6f !important;
  color: #fff;
}
.btn--blue {
  background-color: #243C8A !important;
  border-color: #243C8A !important;
  color: #fff;
}
.btn--pink {
  background-color: #332D0D;
  border-color: #332D0D !important;
  color: #fff !important;
}
.btn--pink:hover {
  background-color: #000;
  border-color: #000 !important;
}

.btn-box {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}

.btn-box-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.btn-box-list li {
  padding: 5px;
}
.btn-box-list li:last-child {
  padding-right: 0;
}
.btn-box-list .btn {
  padding: 0 1rem;
}

.btn.btn-tel {
  margin-left: 0.5rem;
}

.pagination {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
.pagination__items {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  text-align: center;
}
.pagination__item {
  display: inline;
}
.pagination__link {
  position: relative;
  float: left;
  padding: 0;
  text-decoration: none;
  min-width: 2rem;
  height: 2rem;
  line-height: 1.9rem;
  color: #666;
  margin-left: 4px;
  border-radius: 5px;
  background-color: #f0fbef;
}
.pagination__link:hover {
  background-color: #559150;
  color: #fff;
}
.pagination__link.link--i {
  border: 1px solid #cecece;
  background-color: #fff;
  color: #559150;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.pagination__link.active .pagination__link {
  background-color: #559150;
  color: #fff;
}
.pagination__link.item--next > * {
  margin-left: 0.75rem;
}
.pagination__link.item--prev > * {
  margin-right: 0.75rem;
}

.checkbox__inp {
  width: 1rem;
  height: 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
}

.checkbox__text {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.3rem;
}

.checkbo.all {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.checkbox.ml10 {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
}

.modal-body .frmbox .frmbox__body {
  width: calc(100% - 8rem);
}

.datebox {
  position: relative;
  display: inline-block;
}
.datebox i {
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  right: 9px;
}
.datebox .frm-input {
  padding-right: 1rem;
}

.email-box {
  position: relative;
  width: 100%;
}
.email-box .email-box__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.email-box .email-box__item {
  position: relative;
  margin-bottom: 0;
}
.email-box .email-box__item:nth-child(1) {
  width: 30%;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(1) {
    width: 50%;
  }
}
.email-box .email-box__item:nth-child(1):after {
  display: block;
  content: "@";
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 13px;
  color: #484848;
  transform: translateY(-50%);
  visibility: visible;
  clear: both;
}
.email-box .email-box__item:nth-child(2) {
  width: 30%;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(2) {
    width: 50%;
  }
}
.email-box .email-box__item:nth-child(3) {
  width: 40%;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(3) {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}

.tel-box {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.tel-box .tel-box__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.tel-box .tel-box__item {
  width: 33.3333333333%;
  position: relative;
  padding: 0.5rem;
}
.tel-box .tel-box__item::after {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  font-size: 0.7rem;
  color: #272727;
  transform: translateY(-50%);
}
.tel-box .tel-box__item:nth-child(1) {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .tel-box .tel-box__item:nth-child(1) {
    width: 33.3333333333%;
  }
}
.tel-box .tel-box__item:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .tel-box .tel-box__item:nth-child(2) {
    width: 33.3333333333%;
  }
}
.tel-box .tel-box__item:nth-child(3) {
  width: 40%;
}
.tel-box .tel-box__item:nth-child(3)::after {
  display: none;
}
@media screen and (max-width: 500px) {
  .tel-box .tel-box__item:nth-child(3) {
    width: 33.3333333333%;
  }
}
.tel-box .frm-input {
  width: 100%;
}

.btn-list {
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn-list .btn-list {
    flex-direction: column;
    width: 100%;
  }
}
.btn-list__item {
  text-align: left;
}
.btn-list__item + .btn-list__item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  .btn-list__item + .btn-list__item {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .btn-list__item + .btn-list__item {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.vc-reply {
  padding-left: 2rem;
  margin-left: 0 !important;
}
.vc-reply::before {
  content: "\ec33";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "boxicons";
  font-size: 1.3rem;
}

#bo_vc .bo_vl_opt {
  margin-bottom: 1rem;
}

#gall-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 1rem -0.5rem 0;
}

.gall__item {
  position: relative;
  width: 25%;
  padding: 0.5rem;
  margin-bottom: 1.3rem;
}
.gall__item .s_img {
  padding-top: 100%;
}
@media screen and (max-width: 500px) {
  .gall__item {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .gall__item {
    width: 33.3333333%;
  }
}
.gall__box {
  position: relative;
  display: block;
}
.gall__chk {
  position: absolute !important;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
}
.gall__txt {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gall__notice {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #eb5c88;
  font-size: 0.8rem;
  color: #fff;
  z-index: 10;
  padding: 3px 5px;
  line-height: 1;
}

#gall_allchk {
  position: relative;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.new_icon {
  display: inline-block;
  background-color: #eb5c88;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px;
  vertical-align: 2px;
  margin-right: 5px;
}

.empty_table {
  text-align: center !important;
}
@media screen and (max-width: 749px) {
  .empty_table {
    display: block !important;
  }
}

.board__moive {
  position: relative;
  width: 100%;
  padding-top: 57%;
  overflow: hidden;
}
.board__moive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.board__moive video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  .board__total {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .frm-input.wd--200 {
    max-width: 100%;
  }
  .frm-input.wd--150 {
    max-width: 100%;
  }
  .modal-body .frmbox__body {
    width: 100%;
    margin-top: 0.4rem;
  }
  .frminput.w200 {
    max-width: 100%;
  }
  .frminput.w230 {
    max-width: 100%;
  }
  .frmbox.frmbox--row {
    flex-direction: row;
  }
  .frmbox.frmbox--row .frmbox__body {
    margin-top: 0;
  }
  .frmbox.frmbox--row .frmbox__body.wd--3 {
    width: calc(100% - 3rem) !important;
  }
  .btn.btn-tel {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
#bo_w {
  margin-top: 1.1rem;
}

#bocat {
  margin: 2.5rem 0;
  text-align: center;
}
#bocat .swiper {
  display: inline-block;
  max-width: 100%;
}
#bocat a {
  display: block;
  box-sizing: border-box;
  width: 5rem;
  height: 2rem;
  line-height: 1.9rem;
  font-size: 0.85rem;
  color: #979797;
  border: 1px solid #aeaeae;
  border-radius: 20px;
  text-align: center;
}
#bocat #bo_cate_on {
  color: #fff;
  background: #078AAD;
  border-color: #078AAD;
}
#bocat .swiper-slide {
  width: auto;
  padding: 0 4.5px;
}

.rental-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rental-head__left {
  position: relative;
}
.rental-head .rental-type {
  position: relative;
  margin-bottom: 1.35rem;
}
.rental-head .rental-type__fuel, .rental-head .rental-type__model {
  display: inline-block;
  width: 3.25rem;
  margin-right: 5px;
  line-height: 1.3rem;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 33px;
  text-align: center;
}
.rental-head .rental-type__fuel {
  background-color: #f45a30;
}
.rental-head .rental-type__model {
  background-color: #7ac5a1;
}
.rental-head .board-detail__title {
  font-size: 1.5rem;
  text-align: center;
}
.rental-head__right {
  position: relative;
  margin-top: 1.25rem;
}

.car-slider {
  position: relative;
  width: 100%;
}
.car-slider__top {
  position: relative;
  width: 100%;
}
.car-slider__top .swiper-button-next,
.car-slider__top .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1rem !important;
}
.car-slider__thumbs {
  position: relative;
  margin-top: 1.5rem;
  margin-left: -0.6rem !important;
  margin-right: -0.6rem !important;
}
@media screen and (max-width: 1024px) {
  .car-slider__thumbs {
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .car-slider__thumbs {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
    margin-top: 5px;
  }
}
.car-slider__thumbs .swiper-slide {
  position: relative;
  padding: 0 0.6rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .car-slider__thumbs .swiper-slide {
    padding: 0 5px;
  }
}
@media screen and (max-width: 720px) {
  .car-slider__thumbs .swiper-slide {
    padding: 0 2.5px;
  }
}
.car-slider__thumbs-item {
  position: relative;
  width: 100%;
  height: 106px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .car-slider__thumbs-item {
    height: auto;
    padding-top: 75%;
  }
}
.car-slider__thumbs-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid #234DA1;
  transition: 0.3s;
}
.car-slider__thumbs .swiper-slide-thumb-active .car-slider__thumbs-item::after {
  border: 5px solid #234DA1;
}

.checkbox-wrap {
  position: relative;
  margin: -0.5rem;
}
.checkbox-wrap .checkbox {
  padding: 0.5rem;
}

.page-title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .page-title {
    margin-top: 2.5rem;
  }
}

.goods-filter {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #000;
}
.goods-filter fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .goods-filter fieldset {
    flex-direction: column;
  }
}
.goods-filter__sort {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort {
    align-items: center;
  }
}
.goods-filter__sort-item {
  display: block;
  position: relative;
  padding-right: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item {
    width: 25%;
    padding-right: 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 380px) {
  .goods-filter__sort-item {
    width: 50%;
  }
  .goods-filter__sort-item:nth-child(3) {
    margin-left: 0 !important;
  }
}
.goods-filter__sort-item:last-child {
  padding-right: 0;
}
.goods-filter__sort-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 1px;
  height: 0.5rem;
  background-color: #E4E4E4;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item::after {
    display: none;
  }
}
.goods-filter__sort-item:last-child::after {
  display: none;
}
.goods-filter__sort-item + .goods-filter__sort-item {
  margin-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item + .goods-filter__sort-item {
    margin-left: -1px;
  }
}
.goods-filter__sort-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.goods-filter__sort-item label input[type=radio]:checked ~ .goods-filter__sort-text {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item label {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
  }
}
.goods-filter__sort-text {
  font-size: 0.75rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-text {
    font-size: 0.8rem;
  }
}
.goods-filter__price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    flex-direction: column;
    align-items: baseline;
  }
}
.goods-filter__price-title {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-title {
    font-size: 0.8rem;
  }
}
.goods-filter__price-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-list {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.goods-filter__price-item {
  display: block;
  position: relative;
  margin-left: -1px;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-item {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 564px) {
  .goods-filter__price-item {
    width: 33.3333333333%;
  }
}
.goods-filter__price-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.goods-filter__price-item label input[type=radio]:checked ~ .goods-filter__price-text {
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-item label {
    width: 100%;
  }
}
.goods-filter__price-text {
  display: inline-block;
  position: relative;
  padding: 4px 1rem;
  min-width: 4.3rem;
  border: 1px solid #E8E8E8;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-text {
    width: 100%;
    min-width: 100%;
    font-size: 0.8rem;
    padding: 0.7rem;
  }
}

.goods {
  position: relative;
}
.goods--mt46 {
  margin-top: 2.3rem;
}
.goods__wrap {
  position: relative;
  overflow: hidden;
}
.goods__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -0.875rem;
}
@media screen and (max-width: 768px) {
  .goods__list {
    margin: -0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .goods__list {
    margin: -0.5rem;
  }
}
.goods__item {
  position: relative;
  width: calc(25% - 0.875rem - 0.875rem);
  margin: 0.875rem;
}
@media screen and (max-width: 768px) {
  .goods__item {
    width: calc(33.3333333333% - 0.875rem - 0.875rem);
    margin: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .goods__item {
    width: calc(50% - 0.5rem - 0.5rem);
    margin: 0.5rem;
  }
}
.goods__item-image {
  position: relative;
  width: 100%;
}
.goods__item-image img {
  max-width: 100%;
}
.goods__item-desc {
  position: relative;
  width: 100%;
  padding: 0.65rem 0;
}
.goods__item-text {
  font-weight: 500;
  font-size: 0.85rem;
  color: #1c1c1c;
}
.goods__item-price {
  margin-top: 7px;
  font-size: 0.85rem;
  text-align: right;
  color: #1c1c1c;
}
.goods__item .review-box {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.goods__item .review-box__link {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.65rem;
  text-align: center;
  color: #fff;
}
.goods #sit {
  margin-top: 0;
}
.goods #sit_ov_from {
  position: relative;
  margin-bottom: 3.35rem;
}
.goods__detail-topPrice {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
}

.goods-ico-box {
  position: absolute;
  top: 0;
  right: 0;
}

.goods-ico {
  display: inline-block;
  padding: 5px 0.6rem;
  font-size: 0.65rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.goods-ico--new {
  background-color: #FF3B3B;
}

.paginate {
  margin-top: 4.75rem;
  display: flex;
  font-size: 0.7rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .paginate {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .paginate {
    font-size: 0.85rem;
  }
}
.paginate > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 3.5px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  text-indent: -99999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.paginate > a.pgfirst {
  background-size: 0.55rem 0.5rem;
  background-image: url(../imgs/ico/ico_double_left_arr.svg);
}
.paginate > a.pgprev {
  background-size: 0.3rem 0.5rem;
  background-image: url(../imgs/ico/ico_single_left_arr.svg);
}
.paginate > a.pgend {
  background-size: 0.55rem 0.5rem;
  background-image: url(../imgs/ico/ico_double_right_arr.svg);
}
.paginate > a.pgnext {
  background-size: 0.3rem 0.5rem;
  background-image: url(../imgs/ico/ico_single_right_arr.svg);
}
.paginate .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate .number strong,
.paginate .number a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  margin: 0 3.5px;
  padding: 0 3.5px;
  color: #000;
  font-size: 0.7rem;
  border: 1px solid #D9D9D9;
}
.paginate .number strong:hover,
.paginate .number a:hover {
  background-color: #332D0D;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .paginate .number strong,
  .paginate .number a {
    font-size: 0.85rem;
  }
}
.paginate .number strong {
  background-color: #332D0D;
  color: #fff;
}

.goods-order {
  position: relative;
  margin-top: 1.7rem;
}
.goods-order__title {
  display: block;
  position: relative;
  text-align: center;
}
.goods-order__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0.5rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
  color: #000;
  line-height: 1;
}
.goods-order__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.goods-order__list {
  position: relative;
  margin-top: 1.5rem;
}
.goods-order__list + .goods-order__title {
  margin-top: 1.5rem;
}
.goods-order__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.goods-order__item + .goods-order__item {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #E4E4E4;
}
.goods-order__image {
  width: 8rem;
}
.goods-order__image img {
  width: 100%;
}
@media screen and (max-width: 524px) {
  .goods-order__image {
    width: 4rem;
  }
}
.goods-order__desc {
  position: relative;
  width: calc(100% - 8rem);
  padding-left: 1.55rem;
}
@media screen and (max-width: 524px) {
  .goods-order__desc {
    width: calc(100% - 4rem);
    padding-left: 0.9rem;
  }
}
.goods-order__title2 {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  color: #000;
}
.goods-order__price {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #000;
}
.goods-order__price span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__state {
  margin-top: 0.7rem;
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__state--active {
  color: #332D0D;
}
.goods-order__desc-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 1.45rem;
}
@media screen and (max-width: 790px) {
  .goods-order__desc-bottom {
    flex-direction: column;
    align-items: baseline;
  }
}
.goods-order__text {
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__btn-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-left: 0.65rem;
}
@media screen and (max-width: 790px) {
  .goods-order__btn-box {
    margin-left: 0;
    margin-top: 0.65rem;
  }
}
@media screen and (max-width: 524px) {
  .goods-order__btn-box {
    width: calc(100% - 5px - 5px);
    padding-top: 0.65rem;
    margin: -5px;
  }
}
.goods-order__link {
  display: inline-block;
  vertical-align: top;
  padding: 0.3rem 0.65rem;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #332D0D;
  font-weight: 400;
  font-size: 0.7rem;
  text-align: center;
  color: #332D0D;
}
.goods-order__link + .goods-order__link {
  margin-left: 0.45rem;
}
@media screen and (max-width: 524px) {
  .goods-order__link {
    width: calc(50% - 5px - 5px);
    margin: 5px;
  }
  .goods-order__link + .goods-order__link {
    margin-left: 5px;
  }
}
.goods-order__btn-box2 {
  margin-top: 1.9rem;
}
.goods-order__btn-box2 .link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: #f3f3f3;
  border: 1px solid #e4e4e4;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.goods-cancle {
  position: relative;
  margin-top: 3.6rem;
}
.goods-cancle__btn-box {
  margin-top: 3.85rem;
  text-align: center;
}
.goods-cancle .btn-submit {
  display: inline-block;
  width: 280px;
  background: #332D0D;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
}
.goods-cancle__title {
  font-weight: 400;
  font-size: 0.9rem;
  color: #272727;
}
.goods-cancle th {
  vertical-align: middle;
}
.goods-cancle .td_bdno {
  vertical-align: middle;
}
.goods-cancle .tbl_wrap {
  margin-top: 0.7rem;
}
.goods-cancle__form {
  margin-top: 1.35rem;
}
.goods-cancle__form table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.goods-cancle__form table.table--line th, .goods-cancle__form table.table--line td {
  height: 2.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D6D6D6;
}
.goods-cancle__form table.table--line th.vertical-top {
  vertical-align: top;
  padding-top: 0.5rem;
}
.goods-cancle__form table th, .goods-cancle__form table td {
  padding: 4px;
}
.goods-cancle__form table th {
  font-weight: normal;
  font-size: 0.7rem;
  text-align: left;
  color: #272727;
}
.goods-cancle__form table th.w85 {
  width: 85px;
}
.goods-cancle__form table th.w120 {
  width: 6rem;
}
.goods-cancle__form table th.vertical-top {
  vertical-align: top;
  padding-top: 6px;
}
.goods-cancle__form table td {
  font-weight: normal;
  font-size: 0.7rem;
  color: #707070;
  vertical-align: middle;
}
.goods-cancle__form table td.vertical-top {
  vertical-align: top;
}
.goods-cancle__form table .frm-input {
  height: 1.5rem;
  font-size: 0.7rem;
  color: #272727;
  border: 1px solid #d6d6d6;
  width: 100%;
}
.goods-cancle__form table .frm-input--wd-173 {
  width: 100%;
  max-width: 173px;
}
.goods-cancle__form table .frm-input--wd-160 {
  width: 100%;
  max-width: 8rem;
}
.goods-cancle__form table textarea.frm-input {
  width: 100%;
  height: 6rem;
  line-height: 1.2;
  padding: 0.5rem;
}
.goods-cancle__form table .alt {
  display: inline-block;
  margin-left: 4px;
}
.goods-cancle__form table .alt--red {
  color: #ef7373;
}
.goods-cancle__form table .btn-zip {
  display: inline-block;
  position: relative;
  height: 1.5rem;
  padding: 5px 0.6rem;
  border: 1px solid #d6d6d6;
  font-size: 0.65rem;
  color: #272727;
  text-align: center;
}
.goods-cancle__form table .mt5 {
  margin-top: 5px;
}
.goods-cancle .btn-photo {
  display: inline-block;
  position: relative;
  padding: 0.35rem 1rem;
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  font-size: 0.7rem;
  line-height: 1;
  color: #272727;
}
.goods-cancle .mt5 {
  margin-top: 0.25rem;
}
.goods-cancle .line {
  margin-top: 1.45rem;
  margin-bottom: 1.45rem;
  border-top: 1px dashed #E4E4E4;
}
.goods-cancle__title2 {
  padding-bottom: 0.6rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #b7b7b7;
  font-weight: 400;
  font-size: 0.9rem;
  color: #272727;
}

.photo-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -5px;
  padding-top: 0.7rem;
}
.photo-list__item {
  position: relative;
  width: 5rem;
  padding: 5px;
}
.photo-list button {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  font-size: 0.5rem;
  padding: 2px 3px;
  border: 1px solid #000;
  background-color: #fff;
}
.photo-list__image {
  border: 1px solid #ddd;
}
.photo-list__image img {
  width: 100%;
}

.modal-delivery {
  position: relative;
}
.modal-delivery__text {
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}
.modal-delivery__state {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  margin: 0.85rem 0.95rem 0;
}
.modal-delivery__state::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  left: 1.95rem;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #332D0D;
}
.modal-delivery__state-item {
  position: relative;
  font-size: 0.65rem;
  color: #332D0D;
  padding-bottom: 0.75rem;
  z-index: 2;
}
.modal-delivery__state-item span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  line-height: 1;
}
.modal-delivery__state-item span.active {
  padding: 2px 5px;
  background-color: #332D0D;
  color: #fff;
}
.modal-delivery__state-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #332D0D;
}
.modal-delivery__goods {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.35rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.modal-delivery__goods-image {
  width: 2.3rem;
}
.modal-delivery__goods-image img {
  width: 100%;
  border: 1px solid #E1E1E1;
}
.modal-delivery__goods-desc {
  width: calc(100% - 2.3rem);
  padding-left: 0.65rem;
}
.modal-delivery__goods-name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
  color: #000;
}
.modal-delivery__goods-date {
  margin-top: 0.65rem;
  font-size: 0.7rem;
  color: #b1b1b1;
}
.modal-delivery__goods-btnbox {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.95rem;
  text-align: center;
}
.modal-delivery__goods-link {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 14.5px;
  background-color: #332D0D;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.modal-delivery .line {
  width: 100%;
  height: 0.55rem;
  background-color: #f8f8f8;
}
.modal-delivery__list {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.modal-delivery__item {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.05rem;
  font-size: 0.7rem;
  color: #000;
}
.modal-delivery__item.active::before {
  border: 2px solid #332D0D;
}
.modal-delivery__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #f2f2f2;
}
.modal-delivery__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 1px;
  height: 100%;
  background-color: #e4e4e4;
}
.modal-delivery__item .alt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 0.7rem;
  color: #332D0D;
}
.modal-delivery__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-top: 0.7rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  border-top: 1px solid #e4e4e4;
}
.modal-delivery__info dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.modal-delivery__info dl.dl-w100 {
  width: 100%;
}
.modal-delivery__info dl dt {
  font-size: 0.7rem;
  color: #b1b1b1;
}
.modal-delivery__info dl dd {
  margin-left: 0.8rem;
  font-size: 0.7rem;
  color: #000;
}
.modal-delivery__info dl + dl {
  margin-top: 0.6rem;
}
.modal-delivery__info dl.ml-66 {
  margin-left: 3.3rem;
}

.mypage-goods {
  position: relative;
  margin-top: 1.45rem;
}
.mypage-goods__btn-box {
  position: relative;
  text-align: right;
}
.mypage-goods__btn-box--mt20 {
  margin-top: 1rem;
}
.mypage-goods__btn-box .link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.45rem 0.55rem;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #332D0D;
  font-size: 0.7rem;
  text-align: center;
  color: #332D0D;
}
.mypage-goods__btn-box .link + .link {
  margin-left: 1rem;
}
.mypage-goods .checkbox {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
}
.mypage-goods .pg_wrap,
.mypage-goods .paginate {
  margin-top: 3.5rem;
}
.mypage-goods .goods {
  margin-top: 1rem;
}

.goods-heavily {
  margin-top: 5.9rem;
}
.goods-heavily__title {
  margin-bottom: 1.05rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.delivery-mod {
  position: relative;
  margin-top: 2.2rem;
}
.delivery-mod__title {
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: #272727;
}
.delivery-mod__text {
  margin-top: 7px;
  font-size: 0.8rem;
  color: #272727;
}
.delivery-mod__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .delivery-mod__head {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.delivery-mod__head-left {
  position: relative;
}
.delivery-mod__head-right {
  position: relative;
}
@media screen and (max-width: 700px) {
  .delivery-mod__head-right {
    width: 100%;
    text-align: right;
    margin-top: 0.5rem;
  }
}
.delivery-mod .btn-delivey {
  position: relative;
  display: inline-block;
  padding: 0.45rem 1.15rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #332D0D;
  font-size: 0.7rem;
  color: #332D0D;
  line-height: 1;
}
.delivery-mod__body {
  margin-top: 1.4rem;
}
.delivery-mod__body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 700px) {
  .delivery-mod__body table {
    border-top: 1px solid #ddd;
  }
  .delivery-mod__body table colgroup {
    display: none;
  }
  .delivery-mod__body table thead {
    display: none;
  }
  .delivery-mod__body table tbody {
    display: block;
  }
  .delivery-mod__body table tr {
    display: block;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    border-bottom: 1px solid #ddd;
  }
  .delivery-mod__body table td {
    display: block;
  }
}
.delivery-mod__body table th {
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #F5F6FF;
  font-weight: 400;
  text-align: center;
  font-size: 0.75rem;
  color: #272727;
  vertical-align: middle;
}
.delivery-mod__body table td {
  border-bottom: 1px solid #F8F8F8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  color: #272727;
  vertical-align: middle;
}
.delivery-mod__body table td.add {
  width: 65%;
  text-align: left;
  padding-left: 1.4rem;
}
.delivery-mod__body table td.tel {
  width: 20%;
}
.delivery-mod__body table td.etc {
  width: 20%;
}
@media screen and (max-width: 700px) {
  .delivery-mod__body table td {
    padding: 0;
    text-align: left;
  }
  .delivery-mod__body table td.add {
    width: 100%;
    padding-left: 0;
  }
  .delivery-mod__body table td.tel {
    width: 100%;
  }
  .delivery-mod__body table td.etc {
    width: 100%;
  }
}
.delivery-mod__body table .basics {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  background: #000;
  border: 1px solid #147e00;
  font-weight: normal;
  font-size: 0.65rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.delivery-mod__body table .zip {
  color: #9C9C9C;
}

.modal-body .frmbox .frmbox__body {
  width: calc(100% - 6rem);
}
.modal-body .frmbox .frmbox__body .grid-100 {
  width: 100%;
}
.modal-body .frmbox .frmbox__body .mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .modal-body .frmbox .frmbox__body {
    width: 100%;
  }
}

.modal-add-address {
  padding: 0 1.5rem;
}
.modal-add-address .frmbox {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-add-address .frmbox + .frmbox {
  margin-top: 1.1rem;
}
.modal-add-address .frmbox__head .title {
  padding-left: 0;
  font-size: 0.7rem;
  color: #272727;
}
.modal-add-address .frmbox__head .title::before {
  display: none;
}
.modal-add-address .frmbox__body {
  font-size: 0.7rem;
  color: #272727;
}
.modal-add-address .frm-input {
  height: 1.5rem;
  font-size: 0.7rem;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .modal-add-address .frm-input {
    line-height: 1.5rem;
  }
}
.modal-add-address .tel-box__item:nth-child(1) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(2) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3)::after {
  display: none;
}
.modal-add-address .btn-zip {
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #332D0D;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
  color: #332D0D;
}
.modal-add-address__btn-box {
  margin-top: 1.7rem;
  text-align: center;
}
.modal-add-address .btn-address {
  display: inline-block;
  width: 3.5rem;
  height: 1.65rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ef7373;
  font-weight: normal;
  font-size: 0.7rem;
  text-align: center;
  color: #ef7373;
}

.mypage-box {
  position: relative;
  margin-top: 1.9rem;
}
.mypage-box__head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mypage-box__head--line {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e4e4e4;
}
.mypage-box + .mypage-box {
  margin-top: 3.2rem;
}
.mypage-box__title {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
.mypage-box__body {
  margin-top: 0.55rem;
}
.mypage-box__link {
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
  font-size: 0.7rem;
  text-align: left;
  color: #000;
}
.mypage-box__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 4px;
  height: 6px;
  background: url(../imgs/ico/ico_black_right_arr.svg) no-repeat 0 0;
  background-size: 4px 6px;
}
.mypage-box__text {
  margin-bottom: 0.65rem;
  font-size: 0.7rem;
  color: #aeaeae;
}
.mypage-box .count {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0.8rem;
  border-radius: 12px;
  background: #ef7373;
  font-size: 0.65rem;
  line-height: 1;
  color: #fff;
}

.delivery-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #f5f6ff;
  border: 1px solid #e4e4e4;
  align-items: center;
}
@media screen and (max-width: 854px) {
  .delivery-info {
    flex-direction: column;
  }
}
.delivery-info__left {
  width: 60%;
  padding: 1.5rem 0 0 0;
  border-right: 1px solid #E4E4E4;
}
@media screen and (max-width: 854px) {
  .delivery-info__left {
    width: 100%;
    border-right-width: 0;
    border-bottom: 1px solid #E4E4E4;
  }
}
.delivery-info__right {
  width: 40%;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
}
@media screen and (max-width: 854px) {
  .delivery-info__right {
    width: 100%;
    padding: 1rem 0;
  }
}
.delivery-info__right-btnbox {
  margin-top: 0.75rem;
}
.delivery-info__right .link {
  display: inline-block;
  position: relative;
  padding: 0.45rem 1.5rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #A2A2A2;
  font-size: 0.75rem;
  text-align: center;
  color: #000000;
}
.delivery-info__etc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #E4E4E4;
}
.delivery-info__etc dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 33.3333333%;
  padding: 0.55rem 2rem 0.55rem 1rem;
}
.delivery-info__etc dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1px;
  height: 0.8rem;
  background-color: #e4e4e4;
}
.delivery-info__etc dl:last-child::after {
  display: none;
}
.delivery-info__etc dl dt {
  font-weight: normal;
  font-size: 0.75rem;
  color: #000;
}
.delivery-info__etc dl dd {
  font-size: 0.75rem;
  color: #cfcfcf;
}

.mypage-step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 460px) {
  .mypage-step {
    padding: 0 5px 1.55rem;
  }
}
.mypage-step li {
  position: relative;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .mypage-step li {
    padding: 0 5px;
  }
}
.mypage-step__count {
  display: block;
  position: relative;
  width: 4.3rem;
  height: 4.3rem;
  background: #bcbcbc;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .mypage-step__count {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.mypage-step__count em {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .mypage-step__count em {
    font-size: 6vw;
  }
}
.mypage-step__text {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #000;
}

#ssch {
  margin-top: 2rem;
}