@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
@import url("/resources/site/fonts/fonts.css");
/* s: common */
#WRAP:has(.catalog_tab_wrap) {
  overflow: unset;
}
#WRAP:has(.catalog_tab_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}
#WRAP:has(.naviDepth1_new_year) #GNB .navi .depth1 .depth2 {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#SCATALOG {
  font-family: "Pretendard";
}

.offscreen {
  position: absolute !important;
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 14px !important;
}

.btn_link {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* e: common */
/* s: icon */
.ico_arrow_bottom {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/resources/site/img/scatalog_2501/ico_arrow_bottom_h14.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico_reset {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/resources/site/img/scatalog_2501/ico_reset.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

/* e: icon */
/* s: typo */
.fw_bold {
  font-weight: 600 !important;
  font-size: inherit;
  color: inherit;
}

.fc_black {
  font-weight: inherit;
  font-size: inherit;
  color: #000;
}

.fc_gray {
  font-weight: inherit;
  font-size: inherit;
  color: #666;
}

.typo_spot {
  margin-right: 8px;
  font-family: "Sinsegae", serif !important;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.ctitle_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.ctitle_wrap .ctitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 23.87px;
  letter-spacing: 0.003em;
}
.ctitle_wrap .right_area {
  margin-left: auto;
}

.ctitle_sm {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.ptitle_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ptitle_wrap .ptitle {
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.025em;
  color: #000;
}
.ptitle_wrap .ptitle ~ .stext {
  width: 100%;
  margin-top: 8px;
}
.ptitle_wrap .stext {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #666;
}

/* e: typo */
/* s: form */
.ui_input {
  width: 100%;
  outline: none;
  border-color: inherit;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.ui_input::-ms-clear, .ui_input::-ms-reveal {
  display: none;
}
.ui_input::-webkit-search-decoration, .ui_input::-webkit-search-cancel-button, .ui_input::-webkit-search-results-button, .ui_input::-webkit-search-results-decoration {
  display: none;
}
.ui_input[type=number]::-webkit-outer-spin-button, .ui_input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.ui_input[type=date]::-webkit-calendar-picker-indicator, .ui_input[type=month]::-webkit-calendar-picker-indicator, .ui_input[type=time]::-webkit-calendar-picker-indicator, .ui_input[type=week]::-webkit-calendar-picker-indicator {
  background: none;
}
.ui_input[type=search]::-webkit-search-cancel-button, .ui_input[type=search]::-webkit-search-results-button, .ui_input[type=search]::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
.ui_input::placeholder {
  color: #999;
}
.ui_input:focus {
  outline: none;
}
.ui_input[type=text] {
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: 0.002em;
}
.ui_input[type=search] {
  height: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23.87px;
  letter-spacing: 0.002em;
}
.ui_input[type=search]::placeholder {
  color: #aaa;
}

.form_cont .input_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
.form_cont .input_box .unit {
  display: inline-block;
  margin-left: 6.5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: 0.002em;
  color: #999;
  vertical-align: top;
}
.form_cont .input_box .btn_input_search {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/resources/site/img/scatalog_2501/ico_search_h30.png") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
  margin-left: 10px;
}

.input_flex_box {
  display: flex;
  align-items: center;
}
.input_flex_box .input_box {
  flex: 1 1 auto;
}
.input_flex_box .gap {
  flex: 0 0 auto;
  margin: 0 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: 0.002em;
  color: #000;
}

/* s : info-text */
.info_text_list .circle_decimal_text ~ .circle_decimal_text {
  margin-top: 20px;
}
.info_text_list .circle_decimal_text .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #222;
  border-radius: 50px;
}
.info_text_list .circle_decimal_text .circle .num {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 6px;
}
.info_text_list .circle_decimal_text .text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666666;
}
.info_text_list .dot_text {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.015em;
  color: #666666;
  padding-left: 8px;
  position: relative;
}
.info_text_list .dot_text ~ .dot_text {
  margin-top: 6px;
}
.info_text_list .dot_text::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #cccccc;
  position: absolute;
  top: 7px;
  left: 0;
}

.dot_text {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.015em;
  color: #666666;
  padding-left: 8px;
  position: relative;
}
.dot_text ~ .dot_text {
  margin-top: 6px;
}
.dot_text::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #cccccc;
  position: absolute;
  top: 7px;
  left: 0;
}

.star_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.015em;
  color: #999999;
  padding-left: 8px;
  position: relative;
}
.star_text::before {
  content: "*";
  width: 6px;
  display: inline-block;
  color: #999999;
  position: absolute;
  top: 3px;
  left: 0;
}

/* e : info-text */
.ui_chk {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.ui_chk input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui_chk input + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes chkAnimation {
  0% {
    transform: scale(1) translateY(-50%);
  }
  33% {
    transform: scale(0.85) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
.ui_chk {
  min-height: 20px;
}
.ui_chk input + label {
  padding-left: 20px;
  min-height: 20px;
}
.ui_chk input + label:before, .ui_chk input + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ui_chk input + label:before {
  background-color: #fff;
  border: 1px solid #eee;
}
.ui_chk input + label:after {
  background: url("/resources/site/img/scatalog_2501/ico_form_check.svg") center center no-repeat;
  background-size: 10px 8px;
}
.ui_chk input + label .text {
  display: inline-block;
  margin-top: 3px;
  margin-left: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.51px;
  letter-spacing: 0.002em;
  color: #333;
  vertical-align: top;
}
.ui_chk input[disabled] + label, .ui_chk input[aria-disabled] + label, .ui_chk input[readonly] + label {
  pointer-events: none;
  opacity: 0.5;
}
.ui_chk input:checked + label:before {
  background-color: #000;
  border-color: #000;
  transition: all 0.2s;
}
.ui_chk input:checked + label:after {
  background-image: url("/resources/site/img/scatalog_2501/ico_form_check_active.svg");
}
.ui_chk.type_button {
  height: 32px;
}
.ui_chk.type_button input + label {
  width: auto;
  height: 32px;
  padding: 7px 11px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-sizing: border-box;
}
.ui_chk.type_button input + label:before, .ui_chk.type_button input + label:after {
  content: initial;
}
.ui_chk.type_button input + label .text {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.51px;
  letter-spacing: 0.002em;
  color: #666;
  vertical-align: top;
}
.ui_chk.type_button input[disabled] + label, .ui_chk.type_button input[aria-disabled] + label, .ui_chk.type_button input[readonly] + label {
  pointer-events: none;
  opacity: 0.5;
}
.ui_chk.type_button input:checked + label {
  border-color: #000;
}
.ui_chk.type_button input:checked + label .text {
  font-weight: 600;
  color: #000;
}

.ui_col_group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.form_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.form_list .form_item {
  width: 100%;
}
.form_list .form_item .form_title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.09px;
  letter-spacing: 0.015em;
  color: #000;
}
/* e: form */
/* s: button */
.btn_md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_md .text {
  display: inline-block;
  vertical-align: top;
}
.black.btn_md {
  background-color: #000;
  border: 1px solid #000;
}
.black.btn_md .text {
  color: #fff;
}

.btn_md {
  width: 200px;
  height: 50px;
  padding: 16.5px 5px;
  background-color: #fff;
  border: 0.5px solid #dadada;
}
.btn_md .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.015em;
  color: #000;
}
.btn_md .text .page_num .all {
  font-weight: 400;
  color: #666;
}
.btn_md .text ~ [class^=ico_] {
  margin-left: 4px;
}
.btn_md [class^=ico_] ~ .text {
  margin-left: 4px;
}

.link_text {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  line-height: 1;
}
.link_text .text {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.51px;
  letter-spacing: 0.003em;
  color: #666;
  vertical-align: top;
}
.link_text .text ~ .ico_arrow_right {
  margin-left: 2px;
}
.link_text .ico_arrow_right {
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("/resources/site/img/scatalog_2501/btn_arrow_right_h16.svg"), center center;
  vertical-align: top;
}

.link_text_udl {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  line-height: 1;
}
.link_text_udl .text {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: top;
  text-decoration: underline;
}

.btn_reset {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 14px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
}
.btn_reset .ico_reset {
  width: 20px;
  height: 20px;
}

.btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn_wrap [class^=btn] ~ [class^=btn] {
  margin-left: 6px;
}

.btn_wrap_sm {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* e: button */
/* s: badge */
/* e: badge */
/* s: thumb */
.product_img {
  position: relative;
  width: 100%;
}
.product_img .rank {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: url("/resources/site/img/scatalog_2501/bg_rank.png") 0 0 no-repeat;
  background-size: cover;
}
.product_img .rank .num {
  display: inline-block;
  font-family: "Noto Serif KR", serif;
  font-weight: 900;
  font-size: 12.8px;
  line-height: 18.39px;
  letter-spacing: 0.002em;
  color: #fff;
  vertical-align: top;
}
.product_img .img {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
}
.product_img .img .ico_ssg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 24px;
  background: url("/resources/site/img/scatalog_2501/ico_ssg.png") 0 0 no-repeat;
  background-size: cover;
}
.product_img .img img {
  width: 100%;
}
.product_img .product_txt {
  margin-top: 12px;
  padding-right: 10px;
  text-align: left;
}
.product_img .product_txt .txt {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  white-space: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #333;
}
.product_img .product_txt .price {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.product_img .product_txt .price .val {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  vertical-align: top;
}
.product_img .product_txt .price .unit {
  display: inline-block;
  margin-left: 1px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15.51px;
  color: #000;
  vertical-align: top;
}

/* e: thumb */
/* s: grid list */
.grid_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 2px;
}
.grid_list .grid_item {
  position: relative;
}
.grid_list.col3 {
  row-gap: 40px;
}
.grid_list.col3 .grid_item {
  width: 340px;
}
.grid_list.col4 .grid_item {
  width: 254px;
}
.grid_list.col5 .grid_item {
  width: 203px;
}
.grid_list.col6 .grid_item {
  width: 169px;
}
.grid_list.row {
  flex-wrap: nowrap;
  gap: normal;
}
.grid_list.row .grid_item {
  width: 169px;
}

/* e: grid list */
/* s: contents */
.container .contents_wrap .main_visual_wrap {
  width: 100%;
  height: 586px;
}
.container .contents_wrap .main_visual_wrap:before, .container .contents_wrap .main_visual_wrap:after {
  content: "";
  position: absolute;
  top: 113px;
  z-index: 4;
  width: calc((100% - 1920px) / 2);
  height: 586px;
  background: rgba(0, 0, 0, 0.6);
}
.container .contents_wrap .main_visual_wrap:before {
  left: 0;
}
.container .contents_wrap .main_visual_wrap:after {
  right: 0;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper {
  position: relative;
  z-index: 3;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  height: 586px;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper-wrapper {
  position: relative;
  height: 100%;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper-wrapper .swiper-slide .thumb_box {
  height: 100%;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper-wrapper .swiper-slide .thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper_control_box {
  position: absolute;
  display: inline-flex;
  align-items: center;
  z-index: 2;
  right: 50%;
  transform: translateX(calc(50% + 695px));
  bottom: 52px;
  padding: 5px 5px 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25.53px);
  border-radius: 15px;
  vertical-align: top;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper_control_box .swiper-pagination {
  position: static;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.002em;
  color: rgba(255, 255, 255, 0.4);
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper_control_box .swiper-pagination .swiper-pagination-current {
  color: rgb(255, 255, 255);
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper_control_box .btn_swiper_control {
  display: inline-block;
  width: 23px;
  height: 14px;
  margin-right: -5px;
  padding: 0 5px 0 4px;
  line-height: 1;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_control_pause.svg") 4px 0 no-repeat;
  transition: all 0.1s;
  vertical-align: top;
  cursor: pointer;
}
.container .contents_wrap .main_visual_wrap .main_visual_swiper .swiper_control_box .btn_swiper_control.stop {
  background: url("/resources/site/img/scatalog_2501/btn_swiper_control_play.svg") 4px 0 no-repeat;
}
.container .contents_wrap .prod_category_wrap {
  width: 1024px;
  margin: 41px auto 80px;
}
.container .contents_wrap .prod_category_wrap .prod_category_list {
  display: flex;
  justify-content: space-between;
}
.container .contents_wrap .prod_category_wrap .prod_category_list .prod_category_item {
  width: 78px;
}
.container .contents_wrap .prod_category_wrap .prod_category_list .prod_category_item .link_prod_category {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .contents_wrap .prod_category_wrap .prod_category_list .prod_category_item .link_prod_category .ico_prod_category {
  display: inline-block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  vertical-align: top;
}
.container .contents_wrap .prod_category_wrap .prod_category_list .prod_category_item .link_prod_category .ico_prod_category img {
  width: 100%;
}
.container .contents_wrap .prod_category_wrap .prod_category_list .prod_category_item .link_prod_category .text {
  display: inline-block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666;
  vertical-align: top;
}
.container .contents_wrap .related_prod_wrap {
  margin-bottom: 80px;
}
.container .contents_wrap .catalog_tab_wrap {
  overflow: visible;
}
.container .contents_wrap .catalog_tab_wrap .anchor_list_box {
  position: sticky;
  top: 0;
  z-index: 10;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list {
  display: flex;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item {
  flex: 1;
  width: 100%;
  margin-left: -1px;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item .catalog_tab_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 4px;
  background-color: #fff;
  border: 1px solid #eee;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item .catalog_tab_link .catalog_tab_text {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.002em;
  color: #999;
  vertical-align: top;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item:first-child {
  margin-left: 0;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item.on .catalog_tab_link {
  background-color: #000;
  border-color: #000;
  transition: all 0.3s;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_list .catalog_tab_item.on .catalog_tab_link .catalog_tab_text {
  font-weight: 500;
  color: #fff;
  transition: all 0.1s;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_cont {
  position: relative;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_cont .intersect_observer {
  position: absolute;
  left: 0;
  top: 0;
}
.container .contents_wrap .catalog_tab_wrap .catalog_tab_cont .ctitle_wrap {
  flex-direction: column;
}
.container .contents_wrap .cont_box {
  width: 1024px;
  margin: 0 auto;
}
.container .contents_wrap .cont_box.best_prod_wrap {
  padding-top: 50px;
}
.container .contents_wrap .cont_box.best_prod_wrap .ctitle_wrap {
  margin-bottom: 30px;
  text-align: center;
}
.container .contents_wrap .cont_box.best_prod_wrap .ctitle_wrap .ctitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.003em;
  color: #222;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_list {
  display: block;
  text-align: center;
  margin: -5px -8px;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_list .best_tab_item {
  display: inline-block;
  min-height: 18px;
  vertical-align: top;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_list .best_tab_item .best_tab_link {
  display: block;
  background-color: initial;
  cursor: pointer;
  padding: 5px 8px;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_list .best_tab_item .best_tab_link .best_tab_text {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.002em;
  color: #999;
  vertical-align: top;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_list .best_tab_item .best_tab_link.on .best_tab_text {
  font-weight: 500;
  color: #000;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont {
  position: relative;
  margin-top: 40px;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .best_prod_swiper {
  position: relative;
  overflow: hidden;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 100%;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box [class^=swiper-button-] {
  margin: initial;
  background: none;
  width: 30px;
  height: 50px;
  top: initial;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box [class^=swiper-button-].swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 1280px) {
  .container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box [class^=swiper-button-] {
    display: none;
  }
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box .swiper-button-prev {
  left: -123px;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box .swiper-button-prev:after {
  content: "";
  width: 34px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h50.svg") 0 0 no-repeat;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box .swiper-button-next {
  left: initial;
  right: -123px;
}
.container .contents_wrap .cont_box.best_prod_wrap .best_tab_wrap .best_tab_cont .swiper_control_box .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h50.svg") 0 0 no-repeat;
}
.container .contents_wrap .cont_box.best_prod_wrap .btn_wrap {
  margin-top: 50px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap {
  width: 100%;
  margin-top: 120px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper {
  overflow: hidden;
  position: relative;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
@keyframes recommendProdAni {
  0% {
    margin-bottom: -30px;
  }
  100% {
    margin-bottom: 0;
  }
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_visual {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 457px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_visual:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont {
  width: 1024px;
  padding-top: 65px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap {
  margin-bottom: 14px;
  text-align: center;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .sub_title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15.6px;
  color: #fff;
  letter-spacing: 0.002em;
  vertical-align: top;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .sub_title:before, .container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .sub_title:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .sub_title:before {
  top: -5px;
  border-top: 0.5px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)) 1;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .sub_title:after {
  bottom: -5px;
  border-bottom: 0.5px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)) 1;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .ctitle {
  font-family: "Noto Serif KR", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 51.73px;
  letter-spacing: 0.002em;
  color: #fff;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .ctitle.shinsegae {
  font-family: "Sinsegae", sans-serif !important;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.02em;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .ctitle_wrap .stext {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #fff;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .btn_wrap {
  margin-top: 14px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .btn_wrap .link_text .text {
  color: rgba(255, 255, 255, 0.7);
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper-wrapper .swiper-slide .recommend_gift_cont .grid_list {
  margin-top: 91px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box {
  position: absolute;
  z-index: 2;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 1024px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box [class^=swiper-button-] {
  top: initial;
  margin: initial;
  background: none;
  width: 34px;
  height: 50px;
  transform: none;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box .swiper-button-prev {
  left: -123px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box .swiper-button-prev:after {
  content: "";
  width: 34px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_white_h50.png") 0 0 no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box .swiper-button-next {
  left: initial;
  right: -123px;
}
.container .contents_wrap .cont_box.recommend_gift_wrap .recommend_gift_swiper .swiper_control_box .swiper-button-next:after {
  content: "";
  width: 34px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_white_h50.png") 0 0 no-repeat;
  background-size: cover;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap {
  padding-top: 120px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .ctitle_wrap {
  margin-bottom: 35px;
  text-align: center;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .ctitle_wrap .ctitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.003em;
  color: #222;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .ctitle_wrap .stext {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #222;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group {
  width: 100%;
  height: 512px;
  display: flex;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 38px 40px 40px;
  box-sizing: border-box;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .stitle_wrap {
  width: 382px;
  margin-bottom: 0;
  text-align: left;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .stitle_wrap .stitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.003em;
  color: #fff;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .stitle_wrap .stext {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #fff;
  word-break: keep-all;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .btn_sm_wrap {
  margin-top: 12px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .grid_list {
  margin-top: auto;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .grid_list .grid_item {
  width: 107px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box .grid_list .grid_item .product_txt .txt {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.015em;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box.five_star {
  background-color: #95876C;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box.house_of_shinsegae {
  background-color: #814E71;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box.fermentation {
  background-color: #817671;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper-wrapper .swiper-slide .info_box.portnum_mason {
  background-color: #6CC2B3;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box {
  position: absolute;
  z-index: 2;
  left: 38px;
  top: 262.5px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box [class^=swiper-button-],
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-pagination {
  position: static;
  margin: initial;
  transform: none;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box [class^=swiper-button-] {
  width: 10px;
  height: 14px;
  padding: 0 6px;
  background: none;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box [class^=swiper-button-].swiper-button-disabled {
  opacity: 0.3;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-button-prev {
  margin-left: -6px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 14px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h14.svg") 0 0 no-repeat;
  transform: rotate(180deg);
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-button-next {
  margin-right: -6px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 14px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h14.svg") 0 0 no-repeat;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-pagination {
  display: flex;
  gap: 6px;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_prod_swiper .swiper_control_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  transition: background-color 0.5s;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box [class^=ico_] {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box .ico_five_star {
  width: 68px;
  height: 44px;
  background-image: url("/resources/site/img/scatalog_2501/ico_five_star.png");
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box .ico_house_of_shinsegae {
  width: 68px;
  height: 46px;
  background-image: url("/resources/site/img/scatalog_2501/ico_house_of_shinsegae.png");
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box .ico_fermentation {
  width: 68px;
  height: 38px;
  background-image: url("/resources/site/img/scatalog_2501/ico_fermentation.png");
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box .ico_portnum_mason {
  width: 68px;
  height: 44px;
  background-image: url("/resources/site/img/scatalog_2501/ico_portnum_mason.png");
}
.container .contents_wrap .cont_box.exclusive_prod_wrap .cont_group .exclusive_thumb_swiper .thumb_box img {
  width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
.container .contents_wrap .cont_box.service_banner_wrap {
  display: flex;
  gap: 20px;
  margin-top: 120px;
}
.container .contents_wrap .cont_box.service_banner_wrap .thumb_box {
  position: relative;
  width: 502px;
}
.container .contents_wrap .cont_box.service_banner_wrap .thumb_box img {
  width: 100%;
  object-fit: cover;
}
.container .contents_wrap .cont_box.stripe_banner_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 120px;
}
.container .contents_wrap .cont_box.stripe_banner_wrap .thumb_box {
  position: relative;
  width: 100%;
  height: 175px;
  background-color: #E5EDF5;
}
.container .contents_wrap .cont_box.stripe_banner_wrap .thumb_box img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* e: contents */
/* s: quick menu */
.quick_nav_wrap {
  position: absolute;
  z-index: 9;
  top: 909px;
  right: 50%;
  transform: translateX(calc(-50% + 800px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.quick_nav_wrap .recent_prod_wrap {
  display: flex;
  flex-direction: column;
  width: 86px;
  height: 465px;
  padding: 12px 6px 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-sizing: border-box;
}
.quick_nav_wrap .recent_prod_wrap .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #000;
  text-align: center;
}
.quick_nav_wrap .recent_prod_wrap .recent_prod_swiper {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.quick_nav_wrap .recent_prod_wrap .recent_prod_swiper .swiper-wrapper .swiper-slide .grid_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.quick_nav_wrap .recent_prod_wrap .recent_prod_swiper .swiper-wrapper .swiper-slide .grid_list .grid_item {
  width: 74px;
}
.quick_nav_wrap .recent_prod_wrap .no_data_box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_nav_wrap .recent_prod_wrap .no_data_box .no_data_desc {
  margin: 0 16px 0 17px;
  padding-top: 30px;
  background: url("/resources/site/img/scatalog_2501/ico_no_data_h20.png") center top no-repeat;
  background-size: 20px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.015em;
  color: #999;
  text-align: center;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box {
  display: flex;
  align-items: center;
  margin: 10px -6px 0;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-pagination,
.quick_nav_wrap .recent_prod_wrap .swiper_control_box [class^=swiper-button-] {
  position: static;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-pagination {
  padding-top: 2px;
  font-size: 0;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-pagination .swiper-pagination-current {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.015em;
  color: #000;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-pagination .swiper-pagination-total {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.015em;
  color: #999;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box [class^=swiper-button-] {
  margin: initial;
  background: none;
  width: 20px;
  height: 20px;
  top: initial;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box [class^=swiper-button-].swiper-button-disabled {
  opacity: 0.3;
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h20.png") 0 0 no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.quick_nav_wrap .recent_prod_wrap .swiper_control_box .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h20.png") 0 0 no-repeat;
  background-size: cover;
}
.quick_nav_wrap .btn_prod_search {
  padding: 11px 13px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
}
.quick_nav_wrap .btn_prod_search .text {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.015em;
  color: #000;
  padding-right: 13px;
}
.quick_nav_wrap .btn_prod_search .text:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 6px;
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.quick_nav_wrap .btn_prod_search .ico_search_h12 {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background: url("/resources/site/img/scatalog_2501/ico_search_h12.png") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.quick_nav_wrap.fixed {
  position: fixed;
  top: 50%;
  transform: translate(calc(-50% + 800px), -50%);
}
@media screen and (max-width: 1488px) {
  .quick_nav_wrap {
    display: none;
  }
}

/* e: quick menu */
/* s: common content */
.top_info {
  display: flex;
  justify-content: space-between;
}
.top_info.category {
  margin-top: 40px;
}
.top_info p, .top_info p span {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: -0.015em;
}
.top_info .right_control ul {
  font-size: 0;
}
.top_info .right_control ul li {
  position: relative;
  display: inline-block;
}
.top_info .right_control ul li a {
  color: #999;
  padding: 0 6px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.015em;
}
.top_info .right_control ul li.on a {
  color: #000;
  font-weight: 600;
}
.top_info .right_control ul li:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #d9d9d9;
  border-radius: 50%;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
.top_info .right_control ul li:last-child:after {
  content: none;
}
.top_info .right_control ul li:last-child a {
  padding-right: 0;
}
.top_info + .grid_list {
  margin-top: 16px;
}

.green_box {
  padding: 20px;
  background-color: #F0F9F9;
}
.green_box .stitle {
  color: #277877;
}

/* e: common content */
.category_nav_wrap .category_nav_inner .category_nav_list {
  position: relative;
  box-sizing: border-box;
  font-size: 0;
}
.category_nav_wrap .category_nav_inner .category_nav_list li {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.category_nav_wrap .category_nav_inner .category_nav_list li a {
  display: inline-block;
  color: #666;
  padding: 7px 15px;
  border: 1px solid #eee;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.category_nav_wrap .category_nav_inner .category_nav_list li.on a {
  color: #fff;
  background: #000;
  border-color: #000;
  font-weight: 600;
}

#WRAP:has(.five_star_wrap, .catalog_category_wrap) {
  overflow: unset;
}
#WRAP:has(.five_star_wrap, .catalog_category_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}

#SCATALOG.ch_2025 {
  padding-bottom: 120px;
}
#SCATALOG .five_star_wrap {
  background: #1d1d1d;
}
#SCATALOG .five_star_wrap .main_banner {
  position: relative;
  height: 520px;
}
#SCATALOG .five_star_wrap .main_banner .banner_bg {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
#SCATALOG .five_star_wrap .main_banner .banner_text_box {
  position: relative;
  padding-top: 80px;
  text-align: center;
  z-index: 1;
}
#SCATALOG .five_star_wrap .main_banner .banner_text_box img {
  width: 60px;
}
#SCATALOG .five_star_wrap .main_banner .banner_text_box .title, #SCATALOG .five_star_wrap .main_banner .banner_text_box .desc {
  color: #B89C63;
  font-family: "Sinsegae", serif !important;
}
#SCATALOG .five_star_wrap .main_banner .banner_text_box .title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.05em;
}
#SCATALOG .five_star_wrap .main_banner .banner_text_box .desc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: center;
}
#SCATALOG .five_star_wrap .anchor_list_box {
  position: sticky;
  background: #4D4D4D;
  top: 0;
  z-index: 10;
}
#SCATALOG .five_star_wrap .anchor_list_box ul {
  display: flex;
  width: 1024px;
  margin: 0 auto;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li {
  flex: 1;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li a {
  display: block;
  width: 100%;
  background: #4D4D4D;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li .text {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li + li {
  position: relative;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li + li:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #1D1D1D;
  left: 0;
  top: 0;
  bottom: 0;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li.on a {
  background: #1d1d1d;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li.on .text {
  color: #fff;
  font-weight: 500;
}
#SCATALOG .five_star_wrap .anchor_list_box ul li.on + li:before {
  content: none;
}
#SCATALOG .five_star_wrap .cont_box {
  position: relative;
  padding: 100px 0;
}
#SCATALOG .five_star_wrap .cont_box .intersect_observer {
  position: absolute;
  left: 0;
  top: 0;
}
#SCATALOG .five_star_wrap .cont_box .title_wrap .sec_title {
  color: #fff;
  font-family: "Sinsegae", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.03em;
  text-align: center;
}
#SCATALOG .five_star_wrap .cont_box .title_wrap .sec_info {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: center;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap {
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.102) 98%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 8px;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .title_box {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .title_box .title {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  padding: 0 10px;
  background: #1d1d1d;
  font-family: "Sinsegae", serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  z-index: 1;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 30px;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc .desc_box {
  flex: 1;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc .desc_box .star {
  display: block;
  width: 14px;
  margin: 0 auto;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc .desc_box .star img {
  width: 100%;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc .desc_box .title {
  color: #fff;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.03em;
  text-align: center;
}
#SCATALOG .five_star_wrap .cont_box .desc_wrap .five_star_desc .desc_box .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-align: center;
}
#SCATALOG .five_star_wrap .cont_box .grid_list {
  margin-top: 50px;
  row-gap: 30px;
}
#SCATALOG .five_star_wrap .cont_box .grid_list .product_img .img {
  background: #282828;
}
#SCATALOG .five_star_wrap .cont_box .grid_list .product_img .product_txt .txt, #SCATALOG .five_star_wrap .cont_box .grid_list .product_img .product_txt .price .val, #SCATALOG .five_star_wrap .cont_box .grid_list .product_img .product_txt .price .unit {
  color: #fff;
}
#SCATALOG .catalog_category_wrap .main_banner {
  position: relative;
  height: 294px;
}
#SCATALOG .catalog_category_wrap .main_banner .banner_bg {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
  left: 0;
  top: 0;
}
#SCATALOG .catalog_category_wrap .main_banner .banner_text_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#SCATALOG .catalog_category_wrap .main_banner .banner_text_box .title, #SCATALOG .catalog_category_wrap .main_banner .banner_text_box .desc {
  width: 100%;
}
#SCATALOG .catalog_category_wrap .main_banner .banner_text_box .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.025em;
}
#SCATALOG .catalog_category_wrap .main_banner .banner_text_box .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.015em;
}
#SCATALOG .catalog_category_wrap .main_banner + .cont_box {
  margin-top: 32px;
}
#SCATALOG .catalog_category_wrap .product_list_box {
  position: relative;
  display: flex;
  width: 1024px;
  height: auto;
  margin: 40px auto 0;
  padding: 0;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box {
  position: sticky;
  top: 40px;
  width: 185px;
  height: 100vh;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .aside_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #222;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list {
  overflow-y: scroll;
  max-height: calc(100% - 32px - 40px);
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list::-webkit-scrollbar {
  display: none;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item {
  width: 100%;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 10px 21px 10px 0;
  box-sizing: border-box;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_header .fold_title {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #999;
  vertical-align: top;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_header .btn_fold {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_header .btn_fold:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/resources/site/img/scatalog_2501/category/ico_fold_arrow_h16.svg");
  transform: rotate(180deg);
  background-size: cover;
  vertical-align: top;
  opacity: 0.4;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item.on {
  margin-bottom: 20px;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item.on .fold_header .fold_title {
  font-weight: 600;
  color: #222;
  transition: all 0.15s;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item.on .fold_header .btn_fold:after {
  opacity: 1;
  transform: rotate(0);
  transition: all 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item.on .fold_cont {
  display: block;
  height: auto;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_cont {
  display: none;
  height: 0;
  padding: 11px 10px;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #ddd;
  background-color: #fff;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_cont .lnb_sub_list .lnb_sub_item {
  width: 100%;
  padding: 7px 0;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_cont .lnb_sub_list .lnb_sub_item .link_lnb_sub {
  display: block;
  width: 100%;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_cont .lnb_sub_list .lnb_sub_item .link_lnb_sub .text {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  vertical-align: top;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box .lnb_fold_list .lnb_fold_item .fold_cont .lnb_sub_list .lnb_sub_item .link_lnb_sub.on .text {
  font-weight: 700;
  color: #000;
}
#SCATALOG .catalog_category_wrap .product_list_box .aside_box.fixed {
  position: fixed;
}
#SCATALOG .catalog_category_wrap .product_list_box .cont_box {
  flex: 1;
  width: auto;
  padding-left: 80px;
}
#SCATALOG .catalog_category_wrap .product_list_box .cont_box .top_info.category {
  margin-top: 0;
}
#SCATALOG .catalog_category_wrap .product_list_box .cont_box .grid_list.col4 .grid_item {
  width: 188px;
}

#WRAP:has(.catalog_search_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}

.no_data_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 120px 0;
}
.no_data_box .no_data_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.87px;
  letter-spacing: 0.003em;
  color: #000;
}

#SCATALOG .catalog_search_wrap {
  width: 1024px;
  margin: 60px auto 0;
}
#SCATALOG .catalog_search_wrap .btn_md {
  width: 300px;
}
#SCATALOG .catalog_search_wrap .search_form_wrap {
  padding: 0 152px 0;
  box-sizing: border-box;
}
#SCATALOG .search_result_wrap {
  margin-top: 60px;
  border-top: 1px solid #f5f5f5;
  text-align: center;
}
#SCATALOG .search_result_wrap .search_result_desc {
  padding: 60px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.87px;
  letter-spacing: 0.003em;
  color: #000;
}
#SCATALOG .search_result_wrap .search_result_desc ~ .ctitle_wrap {
  margin-top: 60px;
}

#WRAP:has(#scatalog) {
  overflow: unset;
}
#WRAP:has(#scatalog) .container {
  margin-top: 0;
  margin-bottom: 120px;
}

.ico_refresh {
  width: 16px;
  height: 16px;
  background: url("/resources/site/img/scatalog_2501/ico_refresh_h16.png") center/cover no-repeat;
}

.ico_exclam_mark {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #eee;
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
}
.ico_exclam_mark::before {
  content: "!";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #666;
  font-weight: 700;
  font-size: 10px;
  transform: translate(-50%, -50%);
}

.ico_share {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/resources/site/img/scatalog_2501/ico_share_h20.png") center/cover no-repeat;
}

.ico_kakao {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/ico_kakao_h50.png") center/cover no-repeat;
}

.ico_url {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/resources/site/img/scatalog_2501/ico_url_h50.png") center/cover no-repeat;
}

.ico_close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/resources/site/img/scatalog_2501/ico_close_h24.png") center/cover no-repeat;
}

/* s: title */
.ctitle_md {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: #222222;
}

/* e: title */
/* s : table */
.tbl_info_wrap {
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  padding: 20px 0;
}
.tbl_info_wrap tr th {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #333;
  vertical-align: top;
  text-align: left;
}
.tbl_info_wrap tr td {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.015em;
  font-weight: 400;
  color: #333;
  padding-left: 10px;
  word-break: keep-all;
  word-wrap: break-word;
}
.tbl_info_wrap tr + tr th {
  padding-top: 12px;
}
.tbl_info_wrap tr + tr td {
  padding-top: 12px;
}

/* e : table */
/* s : button */
.btn_wrap .btn_md.line_black {
  border: 1px solid #000000;
}

/* e : button */
.prod_deatail_wrap .prod_info_wrap {
  background-color: #f6f6f6;
  padding: 40px 0 38px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner {
  width: 1024px;
  margin: 0 auto;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box {
  display: flex;
  gap: 36px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_img_area {
  width: 548px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_img_area .img_box {
  width: 548px;
  height: 548px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_img_area .img_box .img_box_inner img {
  width: 100%;
  object-fit: cover;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  width: 440px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_top .prod_info_box .prod_code {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.015em;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_top .prod_info_box .prod_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.015em;
  margin-top: 10px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_top .prod_info_box .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #666;
  margin-top: 10px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_top .prod_price_box {
  margin-top: 36px;
  text-align: right;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_top .prod_price_box .prod_price {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.015em;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_bottom {
  margin-top: 20px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_bottom .notice_text {
  margin-top: 12px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .prod_info_bottom .notice_text .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  margin-left: 6px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .btn_wrap {
  margin-top: 30px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .btn_wrap .btn_md {
  flex: 1;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .btn_wrap:has(.btn_md.black) .btn_md.black {
  flex: 0 0 300px;
  width: 300px;
}
.prod_deatail_wrap .prod_info_wrap .prod_info_inner .prod_info_cont_box .prod_info_area .btn_wrap:has(.btn_md.black) .btn_md.line_black {
  flex: 0 0 50px;
  width: 50px;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap {
  margin-top: 60px;
  position: relative;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .stext {
  margin-top: 6px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666666;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  height: 420px;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide {
  width: 169px;
  flex: 0 0 169px;
  align-items: flex-start;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide .product_img .img {
  position: relative;
  width: 100%;
  height: 169px;
  transform-origin: top center;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide .product_img .img img {
  width: 100%;
  object-fit: cover;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide .product_img .product_txt {
  padding: 0 10px;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide-active {
  transform: translateX(85px);
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide-active .product_img .img {
  width: 100%;
  transform: scale(2.01183);
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide-active .product_img .img .ico_ssg {
  transform: scale(0.4970590672);
  right: -10px;
  bottom: -1px;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide-active .product_img .product_txt {
  margin: 185px -83px 0;
  padding-left: 0;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .product_swiper .swiper-wrapper .swiper-slide-active ~ .swiper-slide {
  transform: translateX(170px);
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .swiper_control_wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .swiper_control_wrap [class^=btn_] {
  width: 36px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .swiper_control_wrap [class^=btn_]:disabled {
  opacity: 0.1;
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .swiper_control_wrap [class^=btn_]::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  -webkit-mask-image: url("/resources/site/img/scatalog_2501/btn_swiper_arrow_h7.svg");
}
.prod_deatail_wrap .cont_box.compare_recommend_wrap .swiper_nav_wrap .swiper_control_wrap .btn_prev {
  border-left: none;
  transform: rotate(-180deg);
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap {
  margin-top: 70px;
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap .stext {
  margin-top: 6px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666666;
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap .grid_list {
  margin-top: 20px;
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap .btn_md .text {
  letter-spacing: -0.015em;
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap .btn_md .page_num {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.015em;
  color: #666666;
}
.prod_deatail_wrap .cont_box.gift_recommend_wrap .btn_md .page_num .current {
  font-weight: 600;
  color: #000000;
}

.share_layer {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -5;
}
.share_layer button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}
.share_layer .dim {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
.share_layer .dialog_content {
  width: 360px;
  overscroll-behavior: none;
  padding: 30px 30px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-sizing: border-box;
  z-index: 3;
}
.share_layer .dialog_content .dialog_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share_layer .dialog_content .dialog_header .dialog_title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.015em;
  font-weight: 600;
}
.share_layer .dialog_content .dialog_body .dialog_inner .btn_wrap {
  margin-top: 30px;
  gap: 20px;
}
.share_layer .dialog_content .dialog_body .dialog_inner .btn_wrap .btn_link_share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 140px;
}
.share_layer .dialog_content .dialog_body .dialog_inner .btn_wrap .btn_link_share [class^=ico] {
  flex: 0 0 50px;
}
.share_layer .dialog_content .dialog_body .dialog_inner .btn_wrap .btn_link_share .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.015em;
  font-family: "Pretendard", sans-serif;
}

#WRAP:has(.catalog_related_wrap) {
  overflow: unset;
}
#WRAP:has(.catalog_related_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}
#WRAP:has(.catalog_related_wrap) .container .catalog_related_wrap {
  margin-top: 60px;
}

#WRAP:has(.gift_delivery_info_wrap) {
  overflow: unset;
}
#WRAP:has(.gift_delivery_info_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .main_banner {
  width: 100%;
  height: 294px;
  position: relative;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .main_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .main_banner .banner_text_box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #1d2088;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .main_banner .banner_text_box .sub_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.015em;
  opacity: 0.8;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .main_banner .banner_text_box .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-top: 8px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs {
  display: flex;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 1px solid transparent;
  flex: 1;
  text-align: center;
  box-sizing: border-box;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item:nth-child(2) {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item .tab_link {
  padding: 14px 0;
  display: block;
  box-sizing: border-box;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item .tab_link .tab_text {
  color: #999;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.002em;
  font-weight: 400;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item.ui-tabs-active {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item.ui-tabs-active:nth-child(2) {
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tabs .tab_item.ui-tabs-active .tab_link .tab_text {
  color: #fff;
  font-weight: 500;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content {
  /* tab_content 공통 */
  /* // tab_content 공통 */
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .ctitle_wrap {
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .ctitle_wrap .ctitle_md {
  flex: 1;
  width: 100%;
  letter-spacing: -0.003em;
  font-weight: 700;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .ctitle_wrap .stext {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .img_box {
  width: 100%;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .img_box img {
  width: 100%;
  object-fit: cover;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_box .sub_title_wrap {
  margin-bottom: 10px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_box .sub_title_wrap .sub_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.015em;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_box .sub_title_wrap .stext {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666;
  margin-top: 6px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_list .contact_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  box-sizing: border-box;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_list .contact_item .name {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.015em;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .contact_info_list .contact_item .number {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .purchase_info_list .purchase_info_item ~ .purchase_info_item {
  margin-top: 30px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .purchase_info_list .purchase_info_item .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content .purchase_info_list .purchase_info_item .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666666;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content .img_box {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content .contact_info_box {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content .contact_info_box + .contact_info_box {
  margin-top: 30px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content .use_place_info_box {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_giftcard_content .use_place_info_box .info_text_list {
  margin-top: 30px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_goldbar_content {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_goldbar_content .img_box {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_goldbar_content .contact_info_box {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_goldbar_content .gray_box {
  margin-top: 30px;
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .img_box {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .contact_info_box {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .contact_info_box + .contact_info_box {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .contact_info_box .ctitle_wrap .right_area {
  align-self: flex-start;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .contact_info_box .purchase_info_list .purchase_info_item .dot_text {
  margin-top: 6px;
  color: #999;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .contact_info_box .purchase_info_list .purchase_info_item .dot_text .fc_gray {
  color: #666;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list {
  display: flex;
  gap: 40px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item {
  flex: 1;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item > .title {
  margin-bottom: 10px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item > .title > .text {
  font-size: 15px;
  letter-spacing: -0.015em;
  line-height: 20px;
  font-weight: 600;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item .area_list .area_item {
  display: flex;
  gap: 30px;
  padding: 20px;
  background-color: #f5f5f5;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item .area_list .area_item ~ .area_item {
  margin-top: 6px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item .area_list .area_item .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 19px;
}
#SCATALOG .contents_wrap.gift_delivery_info_wrap .cont_box .gift_delivery_info_tab_wrap .tab_content.tab_gift_delivery_advice_content .area_info_list .area_info_item .area_list .area_item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #666666;
}

/* s: common */
.btn_line_round_arr_right,
.btn_round_arr_right {
  display: inline-block;
  position: relative;
  background: transparent;
  cursor: pointer;
  vertical-align: top;
}
.btn_line_round_arr_right .text,
.btn_round_arr_right .text {
  padding-right: 24px;
}
.btn_line_round_arr_right::after,
.btn_round_arr_right::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.btn_line_round_arr_right:after {
  background: url("/resources/site/img/scatalog_2501/ico_line_arrow_right_h20.png") center/cover no-repeat;
}

.btn_round_arr_right:after {
  background: url("/resources/site/img/scatalog_2501/ico_arrow_right_h20.png") center/cover no-repeat;
}

.step_list {
  display: flex;
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}
.step_list .step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 164px;
  text-align: center;
}
.step_list .step_item ~ .step_item {
  position: relative;
  padding-left: 18px;
}
.step_list .step_item ~ .step_item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/resources/site/img/scatalog_2501/pre_reception/right_arrow_h16.png") center/cover no-repeat;
  position: absolute;
  top: 32px;
  left: 0;
}
.step_list .step_item img {
  width: 80px;
  height: 80px;
}
.step_list .step_item .step_info {
  margin-top: 16px;
}
.step_list .step_item .step_info .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #222;
}
.step_list .step_item .step_info .desc .fw_bold {
  font-weight: 600;
}
.step_list .step_item .step_info .desc + .desc {
  margin-top: 4px;
  color: #999;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.02em;
  word-break: break-all;
}

/* e: common */
#WRAP:has(.pre_reception) {
  overflow: unset;
}
#WRAP:has(.pre_reception) .container {
  margin-top: 0;
  padding-top: 113px;
}

#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap {
  padding: 60px 22px;
  background-color: #f7f7fd;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .ctitle_wrap {
  flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .ctitle_wrap .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26.25px;
  letter-spacing: -0.015em;
  color: #222;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .ctitle_wrap .title ~ .desc {
  margin-top: 10px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .ctitle_wrap .desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #222;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .step_list .step_item {
  width: 25%;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .step_list .step_item .btn_xs_wrap {
  margin-top: 8px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .delivery_service_info_wrap .step_list .step_item .btn_xs_wrap .link_text_udl .text {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.002em;
  color: #000;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box {
  margin-top: 60px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .period_area {
  margin-bottom: 60px;
  text-align: center;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .period_area .period_info .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  color: #000;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .period_area .period_info .period {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.015eem;
  color: #222;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .period_area .btn_line_round_arr_right {
  margin-top: 30px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .period_area .btn_line_round_arr_right .text {
  color: #565884;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.015em;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list {
  display: flex;
  gap: 20px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item {
  flex: 1;
  background-color: rgba(225, 230, 243, 0.4);
  padding: 30px;
  height: 163px;
  box-sizing: border-box;
  position: relative;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item .title .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #666;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item .title .text + .text {
  margin-top: 4px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #000;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item .title .text + .text .fw_bold {
  font-weight: 600;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item .btn_round_arr_right {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .register_list .register_item .btn_round_arr_right .text {
  color: #565884;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .dot_text {
  margin-top: 12px;
  color: #999;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list {
  display: flex;
  gap: 20px;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 17px 16px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  vertical-align: top;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box [class^=ico_service] {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-position: center;
  background-size: cover;
  vertical-align: top;
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box .ico_service_gift {
  background-image: url("/resources/site/img/scatalog_2501/pre_reception/ico_service_gift.png");
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box .ico_service_voucher {
  background-image: url("/resources/site/img/scatalog_2501/pre_reception/ico_service_voucher.png");
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box .ico_service_faq {
  background-image: url("/resources/site/img/scatalog_2501/pre_reception/ico_service_faq.png");
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .thumb_box .ico_service_tracking {
  background-image: url("/resources/site/img/scatalog_2501/pre_reception/ico_service_tracking.png");
}
#SCATALOG .contents_wrap.pre_reception_wrap .cont_box .service_info_list .service_info_item .stext {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #222;
  vertical-align: top;
}

.contents_wrap.pre_reception_wrap .main_banner, .top_banners {
  width: 100%;
  height: 294px;
  position: relative;
}
.contents_wrap.pre_reception_wrap .main_banner img, .top_banners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_wrap.pre_reception_wrap .main_banner .banner_text_box, .top_banners .banner_text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Sinsegae", serif !important;
  color: #1d2088;
  text-align: center;
}
.contents_wrap.pre_reception_wrap .main_banner .banner_text_box .sub_title, .top_banners .banner_text_box .sub_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.015em;
  opacity: 0.8;
}
.contents_wrap.pre_reception_wrap .main_banner .banner_text_box .title, .top_banners .banner_text_box .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-top: 8px;
}
.contents_wrap.pre_reception_wrap .main_banner .banner_text_box .desc, .top_banners .banner_text_box .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  opacity: 0.8;
  margin-top: 12px;
}

.pre_reception_layer,
.store_open_info_layer {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -5;
}
.pre_reception_layer .dim,
.store_open_info_layer .dim {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  margin-top: 0;
}
.pre_reception_layer .dialog_content,
.store_open_info_layer .dialog_content {
  width: 1024px;
  overscroll-behavior: none;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  z-index: 3;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap {
  width: 100%;
  height: 246px;
  position: relative;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_bg,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box {
  color: #1d2088;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .sub_title,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .sub_title {
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 18px;
  font-weight: 400;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .title,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .title {
  font-family: "Sinsegae", serif !important;
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 8px;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .desc,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .banner_wrap .banner_text_box .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.015em;
  opacity: 0.8;
}
.pre_reception_layer .dialog_content .dialog_body .dialog_inner .use_info_box,
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box {
  width: 100%;
  box-sizing: border-box;
}
.pre_reception_layer .dialog_content .dialog_close,
.store_open_info_layer .dialog_content .dialog_close {
  width: 24px;
  height: 24px;
  background: url("/resources/site/img/scatalog_2501/ico_close_h24.png") center/cover no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.pre_reception_layer .dialog_content .dialog_body .dialog_inner .use_info_box {
  padding: 50px 62px 60px;
}

.store_open_info_layer .dialog_content {
  width: 500px;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box {
  padding: 40px 40px 50px;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item {
  width: 100%;
  text-align: left;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item .period {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #000;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item .open_store_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item .open_store_list .open_store_item {
  position: relative;
  width: calc((100% - 24px) / 3);
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item .open_store_list .open_store_item .store {
  display: inline-block;
  padding-left: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #000;
  vertical-align: top;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item .open_store_list .open_store_item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  display: inline-block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 3px;
  background-color: #ddd;
  vertical-align: top;
}
.store_open_info_layer .dialog_content .dialog_body .dialog_inner .use_info_box .open_period_list .open_period_item:last-child .open_store_list .open_store_item {
  flex: 0 0 auto;
  width: auto;
}

#WRAP:has(.house_of_shinsegae_wrap, .portnum_mason_wrap) {
  overflow: unset;
}
#WRAP:has(.house_of_shinsegae_wrap, .portnum_mason_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}

#SCATALOG .contents_wrap.house_of_shinsegae_wrap {
  font-family: "Pretendard", sans-serif;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner {
  width: 100%;
  background-color: #000;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .thumb_box {
  width: 100%;
  height: 450px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .ptitle_wrap {
  margin-top: -165px;
  margin-bottom: 0;
  font-family: "Sinsegae", serif !important;
  text-align: center;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .ptitle_wrap .ptitle {
  font-weight: 500;
  font-size: 56px;
  line-height: 65.3px;
  letter-spacing: 0.015em;
  color: #fff;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .ptitle_wrap .ptitle ~ .stext {
  margin-top: 40px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .main_banner .ptitle_wrap .stext {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #fff;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box {
  width: 100%;
  padding-top: 80px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box .cont_inner {
  width: 1024px;
  margin: 0 auto;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box .cont_inner .ctitle_wrap {
  flex-direction: column;
  margin-bottom: 30px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box .cont_inner .ctitle_wrap .ctitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.64px;
  letter-spacing: 0.003em;
  color: #000;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box .cont_inner .ctitle_wrap .ctitle ~ .stext {
  margin-top: 12px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box .cont_inner .ctitle_wrap .stext {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.003em;
  color: #333;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap {
  background-color: #000;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_thumb_box {
  width: 100%;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_thumb_box img {
  width: 100%;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_info_box {
  margin-top: 20px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_info_box .stext {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.9);
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_info_box .stext.fw_bold {
  font-size: 18px;
  line-height: 22px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.display_intro_wrap .intro_info_box .stext ~ .stext {
  margin-top: 30px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap {
  display: flex;
  width: 100%;
  background-color: #000;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_thumb_box {
  width: 50%;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_thumb_box img {
  width: 100%;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .ctitle_wrap {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .ctitle_wrap .ctitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 38.19px;
  letter-spacing: 0.015em;
  color: #fff;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .ctitle_wrap .ctitle ~ .stext {
  margin-top: 16px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .ctitle_wrap .stext {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.015em;
  color: #fff;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .grid_list.col3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 2px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .grid_list.col3 .grid_item {
  width: 78px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .grid_list.col3 .grid_item .product_img {
  overflow: hidden;
  width: 78px;
  height: 78px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .prod_name {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.9);
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 314px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 9px;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods .val {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 17.9px;
  color: #fff;
  vertical-align: top;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods .unit {
  display: inline-block;
  margin-left: 1px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15.51px;
  color: #fff;
  vertical-align: top;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods:nth-child(3n) {
  position: static;
  padding-right: 0;
}
#SCATALOG .contents_wrap.house_of_shinsegae_wrap .cont_box.exceptional_info_wrap .intro_info_box .exceptional_prod_info .goods_group .goods:nth-child(3n):after {
  content: none;
}

.portnum_mason_wrap,
.fermentation_wrap {
  font-family: "Pretendard", sans-serif;
}
.portnum_mason_wrap .main_banner,
.fermentation_wrap .main_banner {
  width: 100%;
  height: 400px;
}
.portnum_mason_wrap .main_banner .cont_inner,
.fermentation_wrap .main_banner .cont_inner {
  display: flex;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap {
  flex: 1;
  flex-direction: column;
  align-items: inherit;
  height: 100%;
  margin-bottom: 0;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap .ptitle,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap .ptitle {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 54px;
  line-height: 64.44px;
  letter-spacing: 0.025em;
  color: #fff;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .typo_spot,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .typo_spot {
  margin-right: 15px;
  margin-bottom: -10px;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .title_thumb_box,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .title_thumb_box {
  display: inline-block;
  width: 99px;
  height: 54px;
  margin-right: 20px;
  vertical-align: top;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .title_thumb_box img,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap .ptitle .title_thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portnum_mason_wrap .main_banner .cont_inner .ptitle_wrap .stext,
.fermentation_wrap .main_banner .cont_inner .ptitle_wrap .stext {
  margin-top: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.015em;
  color: #fff;
}
.portnum_mason_wrap .main_banner .cont_inner .thumb_box,
.fermentation_wrap .main_banner .cont_inner .thumb_box {
  width: 360px;
  height: 214px;
  align-self: self-end;
}
.portnum_mason_wrap .main_banner .cont_inner .thumb_box img,
.fermentation_wrap .main_banner .cont_inner .thumb_box img {
  width: 100%;
}
.portnum_mason_wrap .cont_box,
.fermentation_wrap .cont_box {
  padding-top: 80px;
}
.portnum_mason_wrap .cont_box .ctitle_wrap,
.fermentation_wrap .cont_box .ctitle_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.portnum_mason_wrap .cont_box .ctitle_wrap .ctitle,
.fermentation_wrap .cont_box .ctitle_wrap .ctitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.64px;
  letter-spacing: 0.003em;
  color: #000;
}
.portnum_mason_wrap .cont_box .ctitle_wrap .ctitle ~ .stext,
.fermentation_wrap .cont_box .ctitle_wrap .ctitle ~ .stext {
  margin-top: 13px;
}
.portnum_mason_wrap .cont_box .ctitle_wrap .stext,
.fermentation_wrap .cont_box .ctitle_wrap .stext {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.003em;
  color: #333;
}
.portnum_mason_wrap .cont_box .grid_list,
.fermentation_wrap .cont_box .grid_list {
  justify-content: center;
}
.portnum_mason_wrap .cont_box .grid_list.col2 .grid_item,
.fermentation_wrap .cont_box .grid_list.col2 .grid_item {
  width: 340px;
}
.portnum_mason_wrap .cont_box .display_banner_box,
.fermentation_wrap .cont_box .display_banner_box {
  width: 100%;
}
.portnum_mason_wrap .cont_box .display_banner_box img,
.fermentation_wrap .cont_box .display_banner_box img {
  width: 100%;
}
.portnum_mason_wrap .cont_box .gift_package_wrap,
.fermentation_wrap .cont_box .gift_package_wrap {
  display: flex;
  align-items: stretch;
  height: 345px;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .thumb_box,
.fermentation_wrap .cont_box .gift_package_wrap .thumb_box {
  flex-shrink: 0;
  width: 492px;
  height: 345px;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .thumb_box img,
.fermentation_wrap .cont_box .gift_package_wrap .thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box,
.fermentation_wrap .cont_box .gift_package_wrap .info_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 21px;
  flex: 1;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box .grid_list.col3 .grid_item,
.fermentation_wrap .cont_box .gift_package_wrap .info_box .grid_list.col3 .grid_item {
  width: 169px;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box .green_box,
.fermentation_wrap .cont_box .gift_package_wrap .info_box .green_box {
  margin-top: auto;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box .green_box .stitle,
.fermentation_wrap .cont_box .gift_package_wrap .info_box .green_box .stitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 15.51px;
  letter-spacing: 0.003em;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box .green_box .stitle ~ .stext,
.fermentation_wrap .cont_box .gift_package_wrap .info_box .green_box .stitle ~ .stext {
  margin-top: 8px;
}
.portnum_mason_wrap .cont_box .gift_package_wrap .info_box .green_box .stext,
.fermentation_wrap .cont_box .gift_package_wrap .info_box .green_box .stext {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.003em;
  color: #666;
}
.portnum_mason_wrap .cont_box .btn_md,
.fermentation_wrap .cont_box .btn_md {
  width: 300px;
}
.portnum_mason_wrap .cont_box.display_intro_wrap,
.fermentation_wrap .cont_box.display_intro_wrap {
  padding-top: 40px;
}
.portnum_mason_wrap .cont_box.display_intro_wrap .intro_desc_box .stext,
.fermentation_wrap .cont_box.display_intro_wrap .intro_desc_box .stext {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #000;
}
.portnum_mason_wrap .cont_box.display_intro_wrap .intro_desc_box .stext.fw_bold,
.fermentation_wrap .cont_box.display_intro_wrap .intro_desc_box .stext.fw_bold {
  font-size: 20px;
  line-height: 26px;
}
.portnum_mason_wrap .cont_box.display_intro_wrap .intro_desc_box .stext.fw_bold ~ .stext,
.fermentation_wrap .cont_box.display_intro_wrap .intro_desc_box .stext.fw_bold ~ .stext {
  margin-top: 30px;
}
.portnum_mason_wrap .cont_box.display_intro_wrap .grid_list.col2,
.fermentation_wrap .cont_box.display_intro_wrap .grid_list.col2 {
  margin-top: 40px;
}

.portnum_mason_wrap .main_banner {
  background: linear-gradient(180deg, #69C1B2 0%, #26A3A7 100%);
}

.fermentation_wrap .main_banner {
  background: linear-gradient(180deg, #817671 0%, #5C524D 100%);
}

#WRAP:has(.eco_package_wrap) {
  overflow: unset;
}
#WRAP:has(.eco_package_wrap) .container {
  margin-top: 0;
  padding-top: 113px;
}

.eco_package_wrap {
  margin: 60px auto 0;
  font-family: "Pretendard", sans-serif;
  width: 1024px;
}
.eco_package_wrap .main_banner {
  width: 100%;
  margin-bottom: 40px;
}
.eco_package_wrap .main_banner .ptitle_wrap {
  position: relative;
  width: auto;
  margin-bottom: 40px;
  padding-top: 37px;
  text-align: center;
  justify-content: center;
}
.eco_package_wrap .main_banner .ptitle_wrap .sub_title {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-bottom: 14px;
  padding: 0 9px;
  font-family: "Sinsegae", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #222;
  background-color: #fff;
}
.eco_package_wrap .main_banner .ptitle_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 318px;
  height: 0.5px;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0.5) 10%, #BBBBBB 50%, rgba(187, 187, 187, 0.5) 90%, rgba(187, 187, 187, 0) 100%);
}
.eco_package_wrap .main_banner .ptitle_wrap .ptitle {
  font-family: "Sinsegae", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.003em;
  color: #000;
}
.eco_package_wrap .main_banner .thumb_box {
  width: 100%;
}
.eco_package_wrap .main_banner .thumb_box img {
  width: 100%;
}
.eco_package_wrap .cont_box .cont_inner .ctitle_wrap {
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.eco_package_wrap .cont_box .cont_inner .ctitle_wrap .ctitle {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.003em;
  color: #222;
}
.eco_package_wrap .cont_box .cont_inner .ctitle_wrap .ctitle ~ .stext {
  margin-top: 20px;
}
.eco_package_wrap .cont_box .cont_inner .ctitle_wrap .stext {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #666;
  word-break: break-all;
}
.eco_package_wrap .cont_box .cont_inner .ctitle_wrap .stext ~ .stext {
  margin-left: 40px;
}
.eco_package_wrap .eco_package_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
.eco_package_wrap .eco_package_list .eco_package_item {
  width: 328px;
}
.eco_package_wrap .eco_package_list .eco_package_item .thumb_box {
  width: 100%;
}
.eco_package_wrap .eco_package_list .eco_package_item .thumb_box img {
  width: 100%;
}
.eco_package_wrap .eco_package_list .eco_package_item .info_box {
  margin-top: 20px;
}
.eco_package_wrap .eco_package_list .eco_package_item .info_box .stitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #222;
}
.eco_package_wrap .eco_package_list .eco_package_item .info_box .stitle ~ .stext {
  margin-top: 6px;
}
.eco_package_wrap .eco_package_list .eco_package_item .info_box .stext {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #666;
}

.business_day_info_wrap {
  width: 919px;
  margin: 0 auto;
  font-family: "Pretendard", sans-serif;
}
.business_day_info_wrap .banner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 792px;
  background: url(/resources/site/img/scatalog_2501/business_day_info/banner_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.business_day_info_wrap .banner_wrap .banner_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.business_day_info_wrap .banner_wrap .banner_title_wrap .sub_title {
  margin-bottom: 30px;
  font-family: "Sinsegae", serif !important;
  font-weight: 400;
  font-size: 26px;
  line-height: 31.03px;
  letter-spacing: 0.025em;
  color: #1D2088;
}
.business_day_info_wrap .banner_wrap .banner_title_wrap .title {
  font-family: "Sinsegae", serif !important;
  font-weight: 500;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 0.025em;
  color: #1D2088;
}
.business_day_info_wrap .banner_wrap .notice_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 743px;
  height: 302px;
  background: url(/resources/site/img/scatalog_2501/business_day_info/banner_text_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.business_day_info_wrap .banner_wrap .notice_title_wrap .sub_title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35.8px;
  letter-spacing: 0.004em;
  color: rgba(29, 32, 136, 0.8);
}
.business_day_info_wrap .banner_wrap .notice_title_wrap .title {
  font-weight: 700;
  font-size: 46px;
  line-height: 54.89px;
  color: #1D2088;
}
.business_day_info_wrap .banner_wrap .notice_title_wrap .notice_list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 26px;
}
.business_day_info_wrap .banner_wrap .notice_title_wrap .notice_list .notice_item {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.48px;
  letter-spacing: 0.004em;
  color: #1D2088;
  text-align: center;
}
.business_day_info_wrap .branch_info_wrap {
  width: 100%;
  background-color: #F2EFF7;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item {
  width: calc((100% + 3px) / 4);
  flex-shrink: 0;
  min-height: 60px;
  margin-right: -1px;
  text-align: center;
  box-sizing: border-box;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item .link_branch {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 0;
  border: 1px solid #F2EFF7;
  background-color: #fff;
  box-sizing: border-box;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item .link_branch .branch {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 0.025em;
  color: #666;
  vertical-align: top;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item:nth-child(4n) {
  margin-right: 0;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item:nth-child(n+5) {
  margin-top: -1px;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item.on .link_branch {
  background-color: #565884;
  border-color: #565884;
}
.business_day_info_wrap .branch_info_wrap .branch_info_list .branch_item.on .link_branch .branch {
  font-weight: 700;
  color: #fff;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap {
  padding: 60px 0 50px;
  display: flex;
  align-items: stretch;
  gap: 40px 5px;
  width: 100%;
  flex-wrap: wrap;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont {
  display: flex;
  flex-direction: column;
  width: 457px;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  background-color: #565884;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_header .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body {
  flex: 1;
  padding: 34px 36px;
  background-color: #fff;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .floor {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .floor .badge_spot {
  display: inline-block;
  margin-left: 6px;
  padding: 0 8px;
  border-radius: 24px;
  background-color: rgba(84, 87, 134, 0.1);
  vertical-align: top;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .floor .badge_spot .text {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #545786;
  vertical-align: top;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .business_hours_list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .business_hours_list .business_hours_item {
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .business_hours_list .business_hours_item .stext {
  display: block;
  margin-top: 6px;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item .business_hours_list .business_hours_item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #ddd;
  vertical-align: top;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item.spot .floor {
  font-weight: 700;
  color: #000;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item.spot .business_hours_item {
  font-weight: 600;
  color: #000;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item.has_line {
  position: relative;
  padding-top: 21px;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item.has_line:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.business_day_info_wrap .branch_info_wrap .branch_info_cont_wrap .branch_info_cont .info_body .business_info_list .business_info_item:not(:first-child) {
  margin-top: 20px;
}

/*# sourceMappingURL=cataSub_2501.css.map */
