@charset "UTF-8";
.ssgcommon_adinfo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}
.ssgcommon_adinfo_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 4px 4px;
}
.ssgcommon_adinfo_btn.ty_unclickable {
  pointer-events: none;
}
.ssgcommon_adinfo_txt {
  display: block;
  height: 16px;
  padding: 0 6px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}
.ssgcommon_adinfo.adty_rect .ssgcommon_adinfo_txt {
  border-radius: 0;
}
.ssgcommon_adinfo.adty_oval .ssgcommon_adinfo_txt {
  border-radius: 8px;
}
.ssgcommon_adinfo.adty_round .ssgcommon_adinfo_txt {
  padding: 0 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.ssgcommon_adinfo .ssgcommon_tooltip {
  position: absolute;
  right: 0;
  top: 20px;
  width: calc((100vw - 40px) / 2);
  max-width: 100%;
  margin: 4px 0;
}
@media screen and (min-width: 750px) {
  .ssgcommon_adinfo .ssgcommon_tooltip {
    width: calc((100vw - 56px) / 4);
  }
}

.ssgcommon_tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  z-index: 10;
  background-color: var(--m-colors-white, #ffffff);
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.ssgcommon_tooltip:has(.ssgcommon_tooltip_close) {
  padding-top: 26px;
}
.ssgcommon_tooltip .ssgcommon_tooltip_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M4.362 18.788l14.425-14.425 0.849 0.849-14.425 14.425-0.849-0.849z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M4.362 5.212l0.849-0.849 14.425 14.425-0.849 0.849-14.425-14.425z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.ssgcommon_tooltip.ty_black {
  background-color: rgba(0, 0, 0, 0.95);
  border: none;
  color: var(--m-colors-white, #ffffff);
  white-space: normal;
}
.ssgcommon_tooltip.ty_black .ssgcommon_tooltip_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M4.362 18.788l14.425-14.425 0.849 0.849-14.425 14.425-0.849-0.849z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M4.362 5.212l0.849-0.849 14.425 14.425-0.849 0.849-14.425-14.425z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.ssgcommon_tooltip.ty_black > div {
  min-width: 73px;
  max-width: 200px;
}

.ssg-tooltip-wrap:not(.on) .ssgcommon_tooltip {
  display: none;
}

.ssgcommon_normal_tooltip.ssg-tooltip-wrap .ssgcommon_tooltip {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -24px;
}
.ssgcommon_normal_tooltip.ssg-tooltip-wrap > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: inherit;
}
.ssgcommon_normal_tooltip.ssg-tooltip-wrap > button:after {
  content: "";
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M12 19.2l-8.4-12h16.8l-8.4 12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
}
.ssgcommon_normal_tooltip.ssg-tooltip-wrap .btn_text {
  color: var(--m-colors-gray800, #444444);
  font-size: 11px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssgcommon_normal_tooltip.ssg-tooltip-wrap.ty_depart_today .btn_text {
  color: #8807f3;
}
.ssgcommon_normal_tooltip.ssg-tooltip-wrap.ty_depart_today > button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28136%2C7%2C243%29' d='M12 19.2l-8.4-12h16.8l-8.4 12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
}

@-webkit-keyframes iconButtonPressAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes iconButtonPressAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cmitem_grid .cmitem_grid_lst {
  font-size: 0;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb {
  margin: 0 8px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
  width: 50%;
  padding: 35px 7px 12px 8px;
}
@media (min-width: 750px) {
  .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
    width: 25%;
  }
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_thmbCol3 {
  padding: 0 12px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_thmbCol3 .cmitem_grid_item {
  width: 33.3333333333%;
  padding: 10px 4px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_thmbCol3 .cmitem_grid_item:nth-last-child(-n+3) {
  padding-bottom: 20px;
}
@media (min-width: 750px) {
  .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmbCol3 .cmitem_grid_item {
    width: 16.6666666667%;
  }
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_big .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_deal .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_contents .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item {
  width: 100%;
}
@media (min-width: 750px) {
  .cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_big .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_deal .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_contents .cmitem_grid_item, .cmitem_grid .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item {
    width: 50%;
  }
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item {
  padding: 35px 15px 12px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_big .cmitem_grid_item {
  padding: 35px 15px 12px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item {
  padding: 35px 15px 12px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_contents .cmitem_grid_item {
  padding: 5px 15px 15px;
}
.cmitem_grid .cmitem_grid_lst.cmitem_ty_deal .cmitem_grid_item {
  padding: 5px 15px 30px;
}
.cmitem_grid .cmitem_grid_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_grid.cmitem_grid_moreset .cmitem_grid_lst .cmitem_grid_item, .cmitem_grid.mssglist_moreset_v2 .cmitem_grid_lst .cmitem_grid_item {
  display: none;
}
.cmitem_grid.cmitem_grid_moreset .cmitem_grid_lst .cmitem_grid_item.spcdisplaylst, .cmitem_grid.mssglist_moreset_v2 .cmitem_grid_lst .cmitem_grid_item.spcdisplaylst {
  display: inline-block;
}

@media (min-width: 750px) {
  #_infinite_grid .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
    padding-bottom: 1px;
  }
  #_infinite_grid .cmitem_grid_lst.cmitem_ty_thmb .cmitem_detailbx {
    min-height: 220px;
  }
}

.cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt {
  position: relative;
  display: inline-block;
  margin: 0 10px 6px;
  border-radius: 2px;
  border: solid 1px var(--m-colors-primary, #ff5452);
  background-color: #fff;
}
.cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt .mndmoon_buy_txt {
  padding: 0 6px;
  height: 23px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
  font-size: 12px;
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt:before, .cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
}
.cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt:before {
  left: -1px;
  border-top: 4px solid var(--m-colors-primary, #ff5452);
  border-right: 4px solid transparent;
}
.cmitem_grid_mndmoon .cmunit_mndmoon_buy .mndmoon_buy_opt:after {
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
}

@media (min-width: 750px) {
  .cmitem_grid.mndmoon_native_scroll .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
    width: 50%;
  }
}

.cmitem_nodata {
  height: 350px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #777;
}
.cmitem_nodata::before {
  content: "";
  display: inline-block;
  width: 105px;
  height: 126px;
  margin-top: 50px;
  background: url(../img/com_v2/img_nodata.png) 0 0 no-repeat;
  background-size: 100%;
}
.cmitem_nodata .nodata_tit {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_unit {
  position: relative;
  font-family: var(--m-fonts-gothic, Pretendard);
  text-align: left;
}
.cmitem_unit .adult19_img {
  background-color: transparent;
}

.cmitem_chk {
  position: relative;
  margin-right: 2px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
  min-width: 20px;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_chk input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cmitem_chk input[type=checkbox]:focus {
  outline: none !important;
}
.cmitem_chk input[type=checkbox]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
.cmitem_chk input[type=checkbox] + label {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  word-break: break-word;
  cursor: pointer;
}
.cmitem_chk input[type=checkbox] + label:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray400, #969696);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray400, #969696);
  background-color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_chk input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
}
.cmitem_chk input[type=checkbox] + label {
  font-size: var(--m-fontSizes-md, 14px);
}
.cmitem_chk input[type=checkbox] + label:before {
  border-radius: 0px;
}
.cmitem_chk input[type=checkbox] + label:before {
  -ms-flex-item-align: center;
      align-self: center;
}
.cmitem_chk input[type=checkbox] + label > span {
  margin-left: 4px;
}
.cmitem_chk input[type=checkbox] + label:before {
  margin: 4px 0;
}
.cmitem_chk input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5215 6.526L10.1094 13.938L6.47745 10.307L4.71045 12.075L10.1094 17.474L19.2894 8.294L17.5215 6.526Z' fill='var(--m-colors-white, %23ffffff)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cmitem_chk input[type=checkbox]:checked + label:before {
  background-color: var(--m-colors-primary, #ff5452);
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
          box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
}
.cmitem_chk input[type=checkbox]:checked:disabled + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5215 6.526L10.1094 13.938L6.47745 10.307L4.71045 12.075L10.1094 17.474L19.2894 8.294L17.5215 6.526Z' fill='var(--m-colors-gray350, %23cfcfcf)'/%3E%3C/svg%3E");
}
.cmitem_chk input[type=checkbox]:disabled + label:before {
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray350, #cfcfcf);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray350, #cfcfcf);
  background-color: var(--m-colors-gray100, #fafafa);
}
.cmitem_chk input[type=checkbox]:disabled + label {
  color: var(--m-colors-gray350, #cfcfcf);
}
.cmitem_chk input[type=checkbox]:disabled + label > span {
  color: var(--m-colors-gray350, #cfcfcf);
}

.cmitem_tt_adinfo {
  line-height: 0;
}
.cmitem_tt_adinfo .cmitem_btn_tt_adinfo {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -94px;
  background-size: 176px 165px;
  width: 27px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
}
.cmitem_tt_adinfo .cmitem_btn_tt_adinfo_gl {
  background-image: url(../img/sprites/sp_cmitem_gl_20201015@2x.png);
  background-position: 0px 0px;
  background-size: 30px 16px;
  width: 30px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  display: none;
  position: absolute;
  top: 100%;
  right: 2px;
  width: 144px;
  z-index: 10;
  margin: 4px 0 0;
  padding: 25px 10px 10px 10px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: var(--m-colors-gray900, #222222);
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.cmitem_tt_adinfo .cmitem_close_tt_adinfo {
  position: absolute;
  top: 4px;
  right: 4px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px 0px;
  background-size: 176px 165px;
  width: 17px;
  height: 16px;
}
.cmitem_tt_adinfo.on .cmitem_tt_adinfo_layer {
  display: block;
}
.cmitem_tt_adinfo.ty_em .cmitem_btn_tt_adinfo {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -37px -94px;
  background-size: 176px 165px;
  width: 23px;
  height: 16px;
}
.cmitem_tt_adinfo.ty_em .cmitem_tt_adinfo_layer {
  border: 1px solid #e1e5e9;
  color: #262b2e;
}
.cmitem_tt_adinfo.ty_em .cmitem_close_tt_adinfo {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px -26px;
  background-size: 176px 165px;
  width: 17px;
  height: 16px;
}

.cmitem_helper {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  overflow: hidden;
  width: 100%;
  height: 20px;
  font-size: 0;
  font-weight: 500;
}
.cmitem_helper .cmitem_helper_el {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}
.cmitem_helper .cmitem_helper_el .cmbadge_mmbrs {
  margin-right: 4px;
}
.cmitem_helper .cmitem_best {
  margin-right: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.cmitem_helper .cmitem_rank {
  margin-right: 6px;
  line-height: 14px;
}
.cmitem_helper .cmitem_rank_up {
  position: relative;
  padding: 3px 0 4px 12px;
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_helper .cmitem_rank_up:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 5px solid var(--m-colors-primary, #ff5452);
  content: "";
}
.cmitem_helper .cmitem_rank_down {
  position: relative;
  padding: 3px 0 4px 12px;
  color: #343aa3;
}
.cmitem_helper .cmitem_rank_down:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #343aa3;
  border-bottom: 0 solid transparent;
  content: "";
}
.cmitem_helper .cmitem_rank_new {
  padding-top: 4px;
}
.cmitem_helper .cmitem_rank_new:before {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -121px;
  background-size: 176px 165px;
  width: 20px;
  height: 13px;
  display: block;
  content: "";
}
.cmitem_helper .cmitem_rank_same {
  padding-top: 9px;
}
.cmitem_helper .cmitem_rank_same:before {
  display: block;
  width: 12px;
  height: 2px;
  background: #777;
  content: "";
}
.cmitem_helper .cmitem_rank_num {
  font-weight: bold;
}

.cmitem_bdg {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  max-width: 100%;
  margin-right: 4px;
  padding: 0 8px 0;
  border: 1px solid var(--m-colors-primary, #ff5452);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--m-colors-primary, #ff5452);
  font-size: 12px;
  letter-spacing: -0.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}
.cmitem_bdg i.icon.ty_xs {
  margin: 1px 0 0 -2px;
  vertical-align: top;
}
.cmitem_bdg.ty_always {
  background-color: var(--m-colors-primary, #ff5452);
  color: #fff;
}
.cmitem_bdg.ty_buydone {
  background-color: var(--m-colors-gray900, #222222);
  border-color: var(--m-colors-gray900, #222222);
  color: #fff;
}
.cmitem_bdg.ty_reviewinfo {
  border-color: #767676;
  color: #767676;
}
.cmitem_bdg.ty_reviewinfo span + span:before {
  content: " · ";
}
.cmitem_bdg.ty_openmarket {
  border-color: #767676;
  color: #767676;
}
.cmitem_bdg.ty_newdate_bg {
  background-color: var(--m-colors-gray900, #222222);
  border-color: var(--m-colors-gray900, #222222);
  color: #fff;
  border-radius: 4px !important;
}
.cmitem_bdg.ty_newdate {
  color: var(--m-colors-gray900, #222222);
  border-color: var(--m-colors-gray900, #222222);
  border-radius: 4px !important;
}
.cmitem_bdg.ty_onair {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ff329b), to(#ff9100));
  background: linear-gradient(90deg, #ff329b 60%, #ff9100 100%);
  color: #fff;
}
.cmitem_bdg.ty_onairtime {
  border-color: #e5e5e5;
  color: #777;
}
.cmitem_bdg.ty_onairtime i.icon.ty_xs {
  -webkit-filter: invert(42%) sepia(67%) saturate(0%) hue-rotate(185deg) brightness(96%) contrast(85%);
          filter: invert(42%) sepia(67%) saturate(0%) hue-rotate(185deg) brightness(96%) contrast(85%);
}

.cmitem_bdg_holiday {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 20px;
  margin-right: 4px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff7a4f), color-stop(50%, #539190));
  background: linear-gradient(to bottom, #ff7a4f 50%, #539190 50% 100%);
  vertical-align: top;
  z-index: 1;
}
.cmitem_bdg_holiday:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #3d5889 8px, transparent 8px 100%), linear-gradient(to left, #9ec165 8px, transparent 8px 100%);
  content: "";
  z-index: -1;
}
.cmitem_bdg_holiday:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #fb5756 8px, transparent 8px 100%), linear-gradient(to left, #ffd25d 8px, transparent 8px 100%);
  content: "";
  z-index: -1;
}
.cmitem_bdg_holiday.ty_w4:before {
  background: linear-gradient(to right, #3d5889 8px, #ff7a4f 8px 50%, transparent 50% 100%), linear-gradient(to left, #ffa8a8 8px, #9ec165 8px 50%, transparent 50% 100%);
}
.cmitem_bdg_holiday.ty_w4:after {
  background: linear-gradient(to right, #fb5756 8px, #539190 8px 50%, transparent 50% 100%), linear-gradient(to left, #94becb 8px, #ffd25d 8px 50%, transparent 50% 100%);
}
.cmitem_bdg_holiday span {
  display: inline-block;
  margin: 2px;
  padding: 1px 4px 0;
  border-radius: 2px;
  background-color: #4e2d1c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  vertical-align: top;
  z-index: 2;
}

.cmitem_bdg_deadline {
  position: relative;
  margin-right: 4px;
  padding: 1px 6px 0;
  background-color: var(--m-colors-primary, #ff5452);
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.3px;
}
.cmitem_bdg_deadline:before {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -144px;
  background-size: 176px 165px;
  width: 2px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.cmitem_bdg_deadline:after {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -144px;
  background-size: 176px 165px;
  width: 2px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
}

.cmitem_bdg_goods {
  overflow: hidden;
  display: inline-block;
  min-width: 40px;
  margin-right: 4px;
  border-radius: 4px;
  border: solid 1px #222;
  font-size: 0;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.cmitem_bdg_goods > span {
  display: inline-block;
  font-size: 11px;
  color: var(--m-colors-gray900, #222222);
  vertical-align: top;
  font-weight: bold;
}
.cmitem_bdg_goods .cmitem_goods_tx {
  padding: 1px 3px 0 5px;
  line-height: 17px;
}
.cmitem_bdg_goods .cmitem_goods_num {
  padding: 0px 5px 1px 6px;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--m-colors-gray900, #222222);
  color: #fff;
  line-height: 17px;
}

.cmtvshopping_helper {
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin: -24px 0 4px;
  font-size: 0;
  font-weight: 500;
}
.cmtvshopping_helper .cmitem_bdg {
  vertical-align: top;
}

.body_sd_v2 .cmitem_helper .cmitem_best {
  font-size: 16px;
  margin-right: 8px;
}
.body_sd_v2 .cmitem_helper .cmitem_rank_up {
  color: #a59357;
}
.body_sd_v2 .cmitem_helper .cmitem_rank_up:before {
  border-bottom: 5px solid #a59357;
}
.body_sd_v2 .cmitem_helper .cmitem_rank_down {
  color: #a59357;
}
.body_sd_v2 .cmitem_helper .cmitem_rank_down:before {
  border-top: 5px solid #a59357;
}
.body_sd_v2 .cmitem_helper .cmitem_rank_num {
  font-weight: 500;
}

.cmitem_magicpick_area {
  font-size: 0;
}
.cmitem_magicpick_area:before {
  font-size: 12px;
}
.cmitem_magicpick_area .cmitem_magicpick {
  display: inline-block;
  position: relative;
  padding: 3px 4px 2px;
  font-size: 12px;
  vertical-align: top;
}
.cmitem_magicpick_area .cmitem_magicpick:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 6px 0 0 2px;
  border: 3px solid transparent;
  border-top: 4px solid #6c7080;
  border-bottom: 0;
  vertical-align: top;
  content: "";
}
@media screen and (max-width: 320px) {
  .cmitem_magicpick_area .cmitem_magicpick {
    font-size: 11px;
  }
}
.cmitem_magicpick_area .cmitem_btn_magicpick_tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmitem_magicpick_area .cmitem_magicpick_tt_layer {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -23px;
  padding: 23px 10px 10px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cmitem_magicpick_area .cmitem_magicpick_tt_layer:after {
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px -118px;
  background-size: 176px 165px;
  width: 11px;
  height: 11px;
  content: "";
}
.cmitem_benefit_lst.on .cmitem_magicpick_area .cmitem_magicpick_tt_layer {
  display: block;
}
.cmitem_magicpick_area .cmitem_magicpick_tt_layer em {
  display: inline-block;
}

.cmitem_tagtip_box.on .cmitem_tagtip_layer {
  display: block;
}
.cmitem_tagtip_box .cmitem_tagtip_tx {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.cmitem_tagtip_box .cmitem_tagtip_tx:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 7px 0 0 2px;
  border: 3px solid transparent;
  border-top: 4px solid #6c7080;
  border-bottom: 0;
  vertical-align: top;
  content: "";
}
@media screen and (max-width: 320px) {
  .cmitem_tagtip_box .cmitem_tagtip_tx {
    font-size: 11px;
  }
}
.cmitem_tagtip_box .cmitem_tagtip_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmitem_tagtip_box .cmitem_tagtip_layer {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -23px;
  padding: 23px 10px 10px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cmitem_tagtip_box .cmitem_tagtip_layer:after {
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px -118px;
  background-size: 176px 165px;
  width: 11px;
  height: 11px;
  content: "";
}
.cmitem_tagtip_box .cmitem_tagtip_layer em {
  display: inline-block;
}

.cmitem_btn_wrap .cmlike_btn {
  width: 30px;
  height: 30px;
}

.cmitem_btn_cart {
  background: url(../img/com_v2/ic_cmitemcart.svg) center no-repeat;
  background-size: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.cmitem_btn_cart.disabled {
  opacity: 0.2;
}
.cmitem_btn_cart.postunit {
  width: 28px;
  height: 28px;
  margin-left: auto;
  background-size: 20px;
}

.cmitem_btn_gift {
  background: url(../img/com_v2/ic_cmitemgift.svg) 0 0 no-repeat;
  display: inline-block;
  width: 34px;
  height: 30px;
  margin-left: 2px;
  font-size: 12px;
  vertical-align: top;
}

.cmitem_goods {
  position: relative;
}

.cmitem_thmb {
  position: relative;
}
.cmitem_thmb .cmitem_thmb_link {
  display: block;
  overflow: hidden;
  position: relative;
}
.cmitem_thmb .cmitem_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
}
.cmitem_thmb .cmitem_thmb_imgbx:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_thmb .cmitem_thmb_imgbx:has(.adult19_img_m:not(.ty_overlay)):after {
  display: none;
}
.cmitem_thmb .cmitem_thmb_imgbx.ty_ratio133 {
  padding-top: 133.33%;
}
.cmitem_thmb .cmitem_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmitem_thmb .cmitem_tt_adinfo {
  position: absolute;
  top: 4px;
  right: 4px;
}
.cmitem_thmb .cmitem_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmitem_thmb .cmitem_thmb_ctrl {
  position: absolute;
  left: 3px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmitem_thmb .cmitem_thmb_ctrl .cmitem_btn_lens {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -50px 0px;
  background-size: 176px 165px;
  width: 34px;
  height: 34px;
  display: block;
}
.cmitem_thmb .cmitem_thmb_ctrl .badge {
  margin-left: -3px;
  margin-bottom: -3px;
}
.cmitem_thmb .cmitem_soldout {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  white-space: nowrap;
}
.cmitem_ty_thmb .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn, .cmitem_ty_list .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn {
  display: inline-block;
  width: 50%;
  background-color: #6c7080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.cmitem_ty_thmb .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn:nth-child(2):last-child, .cmitem_ty_list .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn:nth-child(2):last-child {
  width: 100%;
}
.cmitem_ty_thmb .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn + .cmitem_ty_btn, .cmitem_ty_list .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn + .cmitem_ty_btn {
  border-left: 1px solid #818592;
}
.cmitem_ty_big .cmitem_thmb .cmitem_soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmitem_ty_big .cmitem_thmb .cmitem_soldout .cmitem_soldout_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cmitem_ty_big .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn {
  background-color: #6c7080;
}
.cmitem_ty_big .cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_btn + .cmitem_ty_btn {
  border-left: 1px solid #818592;
}
.cmitem_thmb .cmitem_soldout .cmitem_soldout_col {
  text-align: center;
}
.cmitem_thmb .cmitem_soldout .cmitem_soldout_col.cmitem_ty_tx {
  background-color: rgba(0, 0, 0, 0.6);
}
.cmitem_thmb .cmitem_soldout .cmitem_soldout_tx {
  display: inline-block;
  padding: 11px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  vertical-align: middle;
}
.cmitem_thmb .cmitem_soldout .cmitem_btn_enter,
.cmitem_thmb .cmitem_soldout .cmitem_btn_change {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
}
.cmitem_thmb .cmitem_soldout .cmitem_btn_enter:before,
.cmitem_thmb .cmitem_soldout .cmitem_btn_change:before {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  content: "";
}
.cmitem_thmb .cmitem_soldout .cmitem_btn_enter:before {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px 0px;
  background-size: 176px 165px;
  width: 13px;
  height: 14px;
}
.cmitem_thmb .cmitem_soldout .cmitem_btn_change:before {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px -50px;
  background-size: 176px 165px;
  width: 13px;
  height: 13px;
  margin-top: 1px;
}
.cmitem_thmb .cmitem_soldout_v2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_status .cmitem_soldout_txt {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_status .cmitem_soldout_txt:only-child {
  font-size: 12px;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_status .cmitem_soldout_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 4px 0 8px;
  margin-top: 4px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: var(--m-colors-black, #000000);
  background-color: rgba(255, 255, 255, 0.8);
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_status .cmitem_soldout_other > .icon {
  width: 12px;
  height: 12px;
  opacity: 0.8;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils .cmitem_soldout_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6c7080;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils .cmitem_soldout_col + .cmitem_soldout_col {
  border-left: 1px solid #818592;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils .cmitem_soldout_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils .cmitem_soldout_btn > .icon {
  vertical-align: top;
  margin-right: 3px;
}
.cmitem_thmb .cmitem_soldout_v2 .cmitem_soldout_utils .cmitem_soldout_btn > .icon::after {
  -webkit-filter: invert(86%) sepia(89%) saturate(2%) hue-rotate(271deg) brightness(110%) contrast(97%);
          filter: invert(86%) sepia(89%) saturate(2%) hue-rotate(271deg) brightness(110%) contrast(97%);
}
.cmitem_ty_review .cmitem_thmb .cmitem_soldout_v2 {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.cmitem_ty_thmb .cmitem_mall, .cmitem_ty_big .cmitem_mall, .cmitem_ty_review .cmitem_mall, .cmitem_ty_deal .cmitem_mall {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}
.cmitem_ty_thmb .cmitem_mall .cmitem_btn_wrap, .cmitem_ty_big .cmitem_mall .cmitem_btn_wrap, .cmitem_ty_review .cmitem_mall .cmitem_btn_wrap, .cmitem_ty_deal .cmitem_mall .cmitem_btn_wrap {
  position: absolute;
  top: 5px;
  right: -5px;
  font-size: 0;
}

.cmitem_tx_thmb_link {
  display: block;
  padding: 8px 0 0 0;
}

.cmitem_tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.3;
  color: var(--m-colors-gray900, #222222);
  word-wrap: break-word;
  word-break: break-all;
}
@supports (-webkit-touch-callout: none) {
  .cmitem_tit .cm_mall_text {
    display: inline;
  }
  .cmitem_tit .cm_mall_text i {
    display: inline;
  }
}

.mndtl_deal_goods .cmitem_tit {
  min-height: 36px;
}

.cmitem_pricewrap {
  margin-top: 4px;
  letter-spacing: -0.3px;
}
.cmitem_pricewrap .cmitem_price_row {
  line-height: 0;
}
.cmitem_pricewrap .cmitem_price_row:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_pricewrap .cmitem_price_row.cmitem_ty_oldpr {
  overflow: hidden;
  padding-top: 1px;
}
.cmitem_pricewrap .released_price {
  display: inline-block;
  position: relative;
  color: #777;
  font-size: 12px;
  line-height: 15px;
}
.cmitem_pricewrap .old_price {
  float: left;
  margin-right: 3px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
}
.cmitem_pricewrap .old_price .ssg_price {
  font-size: 12px;
}
.cmitem_pricewrap .old_price .ssg_tx {
  display: inline-block;
  font-size: 11px;
  line-height: 17px;
  vertical-align: top;
}
.cmitem_pricewrap .cmitem_prd_per {
  float: left;
  margin-right: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_pricewrap .new_price {
  float: left;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_pricewrap .new_price .ssg_price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.cmitem_pricewrap .new_price .ssg_tx {
  display: inline-block;
  margin-top: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
}
.cmitem_pricewrap .new_price .ssg_price_ko {
  margin-left: 4px;
  font-size: 12px;
}
.cmitem_pricewrap .new_price .rental_unit_tx {
  margin-right: 3px;
  font-size: 14px;
  line-height: 1.5;
}
.cmitem_pricewrap .new_price.ty_rental .ssg_price {
  font-size: 18px;
}
.cmitem_pricewrap .new_price.ty_rental .ssg_tx {
  margin-top: 2px;
}
.cmitem_pricewrap .unit_price {
  display: block;
  clear: both;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  color: #777;
  font-size: 12px;
  line-height: 16px;
}
.cmitem_review .cmitem_review_score {
  position: relative;
  padding-left: 14px;
}
.cmitem_review .cmitem_review_score .icon_star_fill {
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  -webkit-filter: invert(62%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(95%) contrast(98%);
          filter: invert(62%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(95%) contrast(98%);
}
.cmitem_review .cmitem_review_num {
  position: relative;
  padding-left: 9px;
}
.cmitem_review .cmitem_review_num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 1px;
  height: 11px;
  background-color: #e5e5e5;
}

.cmitem_review_area {
  margin-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #777;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
  white-space: nowrap;
}
.cmitem_review_area .cmitem_ic_review {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px -73px;
  background-size: 176px 165px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  content: "";
}

.cmitem_sideinfo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmitem_sideinfo_block .cmbadge_mmbrs {
  margin: 4px 4px 0 0;
}
.cmitem_sideinfo_block .cmitem_tag {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 1px 8px 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  text-overflow: ellipsis;
  font-weight: 500;
}
.cmitem_sideinfo_block .cmitem_tag.ty_outline {
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
  background-color: #fff;
}
.cmitem_sideinfo_block .cmitem_tag.ty_deal {
  color: #fff;
  background-color: var(--m-colors-primary, #ff5452);
}
.cmitem_sideinfo_block .cmitem_tag.ty_deal.ty_outline {
  color: var(--m-colors-primary, #ff5452);
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
          box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
  background-color: #fff;
}
.cmitem_sideinfo_block .cmitem_tag.cmitem_magicpick_area {
  padding: 0;
}
.cmitem_sideinfo_block .cmitem_tag.cmitem_depart_today {
  color: #6841ff;
}
.cmitem_sideinfo_block .cmitem_tag.cmitem_depart_today .cmitem_tagtip_tx:after {
  border-top-color: #6841ff;
}
@media screen and (max-width: 320px) {
  .cmitem_sideinfo_block .cmitem_tag {
    font-size: 11px;
  }
}
.cmitem_sideinfo_block .cmitem_tag_link {
  display: inline-block;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 3px 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6841ff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
  text-overflow: ellipsis;
}
.cmitem_sideinfo_block .cmitem_tag_link.disabled {
  color: var(--m-colors-gray400, #969696);
}
@media screen and (max-width: 320px) {
  .cmitem_sideinfo_block .cmitem_tag_link {
    font-size: 11px;
  }
}

.cmitem_ty_thmb .cmitem_unit {
  background-color: #fff;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_thmb_imgbx.ty_ratio133 {
  padding-top: 133.33%;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_bdg_buycount {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 7px;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: normal;
  color: var(--m-colors-white, #ffffff);
  border-radius: 8px;
  background-color: rgba(255, 65, 45, 0.6);
}
.cmitem_ty_thmb .cmitem_unit .cmitem_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_tit {
  -webkit-line-clamp: 3;
  margin-right: 8px;
  letter-spacing: -0.3px;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_goods_mall {
  color: var(--m-colors-gray900, #222222);
  font-weight: bold;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_mall {
  padding-right: 55px;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_review_area {
  height: 15px;
  margin-top: 6px;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block {
  overflow: hidden;
  max-height: 72px;
  font-size: 0;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmbadge_mmbrs {
  margin: 4px 0 0 0;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 3px 4px 2px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eef2f7;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_urr {
  padding: 5px 4px 0;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_urr:before {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -70px -94px;
  background-size: 176px 165px;
  width: 29px;
  height: 11px;
  vertical-align: top;
  content: "";
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_obj {
  color: #7f3b0e;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_hb {
  color: #4a90e2;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_pre {
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
}
@media screen and (max-width: 320px) {
  .cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_deal {
    font-size: 11px;
  }
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block.cmitem_ty_deal {
  display: block;
  max-height: 23px;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block.cmitem_ty_deal .cmitem_deal_count {
  float: left;
  clear: both;
  height: 23px;
  padding: 3px 0;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 15px;
  letter-spacing: -0.3px;
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_btn {
  margin-top: 10px;
  font-size: 0;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_btn .cmitem_deliv_btn {
  display: inline-block;
  padding: 7px 10px 6px;
  border: 1px solid #ccc;
  border-radius: 13px;
  background: #fff;
  border-radius: 14px;
  color: var(--m-colors-gray900, #222222);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart {
  position: relative;
  padding: 6px 10px 5px 28px;
  text-align: left;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart .cmitem_ic_cart {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 100%;
  border-radius: 12px;
}
.cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart .cmitem_ic_cart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sprites/sp_cmunitcart_20200615@2x.png);
  background-position: -44px -84px;
  background-size: 134px 114px;
  width: 20px;
  height: 20px;
}

.body_sd_v2 .cmhorizontal_scrollitem_sd .cmitem_ty_thmb .cmitem_unit .cmitem_pricewrap .new_price .ssg_price {
  font-weight: 500;
}
.body_sd_v2 .cmhorizontal_scrollitem_sd .cmitem_ty_thmb .cmitem_unit .cmitem_pricewrap .new_price .ssg_tx {
  margin-top: 1px;
}
.body_sd_v2 .cmgrid_full_box_item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  margin-left: -5px;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb {
  padding: 15px 0 10px 5px;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_tit {
  font-size: 13px;
  color: var(--m-colors-black, #000000);
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_tx_thmb_link {
  padding: 10px 15px 0;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_goods_brand {
  display: block;
  font-weight: bold;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_pricewrap {
  margin-top: 5px;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_pricewrap .cmitem_prd_per {
  float: right;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_pricewrap .ssg_price {
  font-size: 18px;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_pricewrap .new_price .ssg_tx {
  font-size: 12px;
  margin-top: 4px;
}
.body_sd_v2 .cmgrid_item_box.cmitem_ty_thmb .cmitem_unit .cmitem_thmb_imgbx {
  padding-top: 124.329%;
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_thmb {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_thmb_imgbx {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_pricewrap .cmitem_prd_per {
  color: #a59357;
  font-size: 18px;
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_pricewrap .new_price {
  color: var(--m-colors-black, #000000);
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_tag {
  background-color: #f4f1ea;
}
.body_sd_v2 .cmitem_ty_thmb .cmitem_unit .cmitem_sideinfo_block .cmitem_tag.ty_outline {
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
  background-color: #fff;
}

.cmhorizontal_scrollitem_sd .cmitem_unit .cmitem_pricewrap .cmitem_ty_newpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmhorizontal_scrollitem_sd .cmitem_unit .cmitem_pricewrap .cmitem_prd_per {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cmhorizontal_scrollitem_sd .cmitem_unit .cmitem_pricewrap .new_price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cmhorizontal_scrollitem_sd .cmitem_unit .cmitem_pricewrap .unit_price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cmitem_ty_thmbCol3 {
  padding: 10px 16px 20px 8px;
}
.cmitem_ty_thmbCol3 .swiper-wrapper > div[class^=item] {
  width: 33.33%;
  padding-left: 8px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_ty_thmbCol3 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 20px 8px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_ty_thmbCol3 .cmitem_tt_adinfo {
  top: 0;
  right: 0;
}
.cmitem_ty_thmbCol3 .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  max-width: 98px;
  max-width: calc((100vw - 48px) / 3 - 6px);
}
@media screen and (min-width: 750px) {
  .cmgrid_rwd_col2 .cmitem_ty_thmbCol3 .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
    max-width: calc((100vw - 80px) / 6 - 6px);
  }
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 10px 8px;
  padding-left: 8px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_items > div[class^=item] {
  padding-bottom: 10px;
}
.cmitem_ty_thmbCol3 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
.cmitem_ty_thmbCol3 .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background-color: var(--m-colors-gray350, #cfcfcf);
  border-radius: 50%;
}
.cmitem_ty_thmbCol3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--m-colors-gray900, #222222);
}
.cmitem_ty_thmbCol3 .cmitem_tx_thmb_link {
  padding: 10px 8px 0 0;
}
.cmitem_ty_thmbCol3 .cmitem_tit {
  font-size: 12px;
  color: var(--m-colors-gray900, #222222);
  -webkit-line-clamp: 1;
  line-height: 14px;
}
.cmitem_ty_thmbCol3 .cmitem_tit .cmitem_goods_brand {
  font-weight: bold;
}
.cmitem_ty_thmbCol3 .cmitem_pricewrap {
  margin-top: 2px;
}
.cmitem_ty_thmbCol3 .cmitem_prd_per {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 13px;
  line-height: 16px;
  margin-right: 4px;
}
.cmitem_ty_thmbCol3 .new_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  line-height: inherit;
}
.cmitem_ty_thmbCol3 .new_price .ssg_price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
}
.cmitem_ty_thmbCol3 .new_price .ssg_tx {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 13px;
  line-height: 16px;
}
.cmitem_ty_thmbCol3 .new_price.ty_rental {
  line-height: 16px;
  font-weight: bold;
}
.cmitem_ty_thmbCol3 .new_price.ty_rental .ssg_price {
  font-size: 13px;
}
.cmitem_ty_thmbCol3 .new_price.ty_rental .rental_unit_tx {
  font-size: 13px;
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_tit {
  margin: 45px 0 10px 8px;
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_tit span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_tit .thmbcol3_brand_tit {
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  font-size: 20px;
}
.cmitem_ty_thmbCol3 .cmitem_ty_thmbCol3_tit .thmbcol3_sub_tit {
  margin-top: 2px;
  color: #777;
  font-size: 14px;
}
.cmitem_ty_thmbCol3 .cmitem_unit .cmitem_thmb {
  border-radius: 0;
}
.cmitem_ty_thmbCol3 .cmitem_unit .cmitem_thmb_imgbx {
  border-radius: 0;
}
.cmitem_ty_thmbCol3.is_moreset .cmitem_grid_item:nth-child(-n+3) {
  padding-bottom: 20px;
}
.cmitem_ty_thmbCol3.is_moreset .cmitem_grid_item:nth-child(n+4) {
  display: none;
}

.body_sd_v2 .cmitem_ty_thmbCol3 .cmitem_unit .cmitem_thmb {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_thmbCol3 .cmitem_unit .cmitem_thmb_imgbx {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_thmbCol3 .cmitem_unit .cmitem_pricewrap .cmitem_prd_per {
  color: #a59357;
}

.cmitem_ty_list .cmitem_thmb {
  float: left;
  width: 145px;
}
.cmitem_ty_list .cmitem_tx_thmb {
  overflow: hidden;
  position: relative;
}
.cmitem_ty_list .cmitem_mall {
  padding: 4px 0 0 20px;
}
.cmitem_ty_list .cmitem_mall .cm_mall_ic.ty_circle_m {
  display: inline-block;
  margin-right: 5px;
}
.cmitem_ty_list .cmitem_mall_tx {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #777;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.cmitem_ty_list .cmitem_svcstore_tx {
  display: inline-block;
  margin: 4px 5px 0 -5px;
  font-size: 12px;
  line-height: 15px;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
  vertical-align: top;
}
.cmitem_ty_list .cmitem_svcstore_tx::before {
  content: "ㆍ";
  color: #777;
}
.cmitem_ty_list .cmitem_talk {
  background-image: url(../img/sprites/sp_cmunit_20200717@2x.png);
  background-position: -26px -120px;
  background-size: 180px 136px;
  width: 16px;
  height: 15px;
  display: inline-block;
  margin: 4px 5px 0 0;
  vertical-align: top;
}
.cmitem_ty_list .cmitem_tx_thmb_link {
  display: block;
  padding: 11px 0 0 20px;
}
.cmitem_ty_list .cmitem_mall + .cmitem_tx_thmb_link {
  padding-top: 7px;
}
.cmitem_ty_list .cmitem_pricewrap {
  margin-top: 6px;
}
.cmitem_ty_list .cmitem_info {
  margin: 6px 0 0 0;
}
.cmitem_ty_list .cmitem_review {
  padding-top: 0;
}
.cmitem_ty_list .cmitem_btn_wrap {
  overflow: hidden;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_ty_list .cmitem_btn_wrap .cmlike {
  margin-left: 3px;
}
.cmitem_ty_list .cmitem_btn_pick {
  display: inline-block;
  width: 138px;
  height: 32px;
  border: 2px solid #222;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--m-colors-gray900, #222222);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 320px) {
  .cmitem_ty_list .cmitem_btn_pick {
    width: 90px;
    font-size: 11px;
  }
}
.cmitem_ty_list .cmitem_btn_cart {
  margin-left: 2px;
}
.cmitem_ty_list .cmitem_state_wrap {
  overflow: hidden;
  width: 145px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cmitem_ty_list .cmitem_goods_state {
  overflow: hidden;
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.7px;
}
.cmitem_ty_list .cmitem_sideinfo {
  clear: both;
}
.cmitem_ty_list .cmitem_benefit_lst {
  overflow: hidden;
}
.cmitem_ty_list .cmitem_sideinfo_block {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 0;
}
.cmitem_ty_list .cmitem_sideinfo_block.ty_tag {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.cmitem_ty_list .cmitem_tag_bx {
  overflow: hidden;
  max-height: 24px;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  height: 20px;
  margin: 0 4px 4px 0;
  padding: 3px 4px 2px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eef2f7;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal.cmitem_ty_urr {
  padding: 5px 4px 0;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal.cmitem_ty_urr:before {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -70px -94px;
  background-size: 176px 165px;
  width: 29px;
  height: 11px;
  vertical-align: top;
  content: "";
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal.cmitem_ty_obj {
  color: #7f3b0e;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal.cmitem_ty_hb {
  color: #4a90e2;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_deal.cmitem_ty_pre {
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
}
@media screen and (max-width: 320px) {
  .cmitem_ty_list .cmitem_tag_bx .cmitem_deal {
    font-size: 11px;
  }
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_tag {
  margin: 0 4px 4px 0;
  padding: 3px 8px 2px;
  line-height: 15px;
}
.cmitem_ty_list .cmitem_tag_bx .cmbadge_mmbrs {
  margin: 0 4px 4px 0;
}
.cmitem_ty_list .cmitem_tag_bx .cmitem_tag_link {
  margin: 0 4px 4px 0;
}
.cmitem_ty_list .cmitem_sideinfo_btn {
  padding-left: 10px;
  text-align: right;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn {
  display: inline-block;
  margin-top: 4px;
  width: 117px;
  padding: 8px 9px 7px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #444;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn:first-child {
  margin-top: 0;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_clip {
  width: auto;
  font-weight: 600;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_clip .cmitem_ic_clip {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 4px;
  border: 1px solid #777;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_clip.on {
  border-color: var(--m-colors-primary, #ff5452);
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_clip.on .cmitem_ic_clip {
  border-color: var(--m-colors-primary, #ff5452);
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_close {
  width: auto;
}
.cmitem_ty_list .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_close .cmitem_ic_close {
  display: inline-block;
  margin-left: 3px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px 0px;
  background-size: 176px 165px;
  width: 17px;
  height: 16px;
  vertical-align: baseline;
}

.body_sd_v2 .cmitem_ty_list .cmitem_thmb {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_list .cmitem_thmb_imgbx {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_list .cmitem_pricewrap .cmitem_prd_per {
  font-weight: bold;
  color: #a59357;
}
.body_sd_v2 .cmitem_ty_list .cmitem_pricewrap .new_price {
  color: var(--m-colors-black, #000000);
}
.body_sd_v2 .cmitem_ty_list .cmitem_pricewrap .new_price .ssg_price {
  font-weight: 500;
}
.body_sd_v2 .cmitem_ty_list .cmitem_tag_bx .cmitem_tag {
  background-color: #f4f1ea;
}
.body_sd_v2 .cmitem_ty_list .cmitem_tag_bx .cmitem_tag.ty_outline {
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
  background-color: #fff;
}

.cmitem_ty_big .cmitem_unit {
  background-color: #fff;
}
.cmitem_ty_big .cmitem_foryou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.cmitem_ty_big .cmitem_foryou_oldpr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmitem_ty_big .cmitem_foryou_tx {
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmitem_ty_big .cmitem_foryou_price {
  color: var(--m-colors-black, #000000);
  font-size: 16px;
  line-height: 1.4;
}
.cmitem_ty_big .cmitem_foryou_price .ssg_tx {
  font-size: 11px;
}
.cmitem_ty_big .cmitem_foryou_per {
  width: 90px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #b4a36b;
}
.cmitem_ty_big .cmitem_foryou_newpr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: bold;
}
.cmitem_ty_big .cmitem_btn_cart {
  margin-left: 2px;
}
.cmitem_ty_big .cmitem_benefit_lst {
  margin: 0 14px 0 0;
}
.cmitem_ty_big .cmitem_review_area {
  margin-top: 6px;
}
.cmitem_ty_big .cmitem_sideinfo_block {
  overflow: hidden;
  max-height: 24px;
  font-size: 0;
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 3px 4px 2px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eef2f7;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_urr {
  padding: 5px 4px 0;
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_urr:before {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -70px -94px;
  background-size: 176px 165px;
  width: 29px;
  height: 11px;
  vertical-align: top;
  content: "";
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_obj {
  color: #7f3b0e;
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_hb {
  color: #4a90e2;
}
.cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal.cmitem_ty_pre {
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
}
@media screen and (max-width: 320px) {
  .cmitem_ty_big .cmitem_sideinfo_block .cmitem_deal {
    font-size: 11px;
  }
}
.cmitem_ty_big .cmitem_sideinfo_block.cmitem_ty_deal {
  display: block;
  max-height: 23px;
}
.cmitem_ty_big .cmitem_sideinfo_block.cmitem_ty_deal .cmitem_deal_count {
  float: left;
  clear: both;
  height: 23px;
  padding: 3px 0;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 15px;
  letter-spacing: -0.3px;
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmitem_ty_big .cmitem_sideinfo_btn {
  margin-top: 10px;
  font-size: 0;
}
.cmitem_ty_big .cmitem_sideinfo_btn .cmitem_deliv_btn {
  display: inline-block;
  padding: 7px 10px 6px;
  border: 1px solid #ccc;
  border-radius: 13px;
  background: #fff;
  border-radius: 14px;
  color: var(--m-colors-gray900, #222222);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.cmitem_ty_big .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart {
  position: relative;
  padding: 6px 10px 5px 28px;
  text-align: left;
}
.cmitem_ty_big .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart .cmitem_ic_cart {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 100%;
  border-radius: 12px;
}
.cmitem_ty_big .cmitem_sideinfo_btn .cmitem_deliv_btn.ty_cart .cmitem_ic_cart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sprites/sp_cmunitcart_20200615@2x.png);
  background-position: -44px -84px;
  background-size: 134px 114px;
  width: 20px;
  height: 20px;
}

.body_sd_v2 .cmitem_ty_big .cmitem_thmb {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_big .cmitem_thmb_imgbx {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_big .cmitem_pricewrap .cmitem_prd_per {
  font-weight: bold;
  color: #a59357;
}
.body_sd_v2 .cmitem_ty_big .cmitem_pricewrap .new_price {
  color: var(--m-colors-black, #000000);
}
.body_sd_v2 .cmitem_ty_big .cmitem_pricewrap .new_price .ssg_price {
  font-weight: 500;
}
.body_sd_v2 .cmitem_ty_big .cmitem_sideinfo_block .cmitem_tag {
  background-color: #f4f1ea;
}
.body_sd_v2 .cmitem_ty_big .cmitem_sideinfo_block .cmitem_tag.ty_outline {
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
  background-color: #fff;
}

.cmitem_ty_review .cmitem_reviewinfo {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 0 0 5px 4px;
}
.cmitem_ty_review .cmitem_reviewinfo:before {
  position: absolute;
  top: 100%;
  left: 8px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}
.cmitem_ty_review .cmitem_reviewinfo span + span:before {
  content: " · ";
}
.cmitem_ty_review .cmitem_reviewinfo_tx {
  overflow: hidden;
  height: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: #777;
}
.cmitem_ty_review .cmitem_thmb_ctrl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cmitem_ty_review .cmitem_soldout {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
}
.cmitem_ty_review .cmitem_postng {
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
}
.cmitem_ty_review .cmitem_postng_link {
  display: block;
  padding: 15px 40px 12px 15px;
}
.cmitem_ty_review .cmitem_postng_thmblist {
  position: absolute;
  bottom: 100%;
  right: 8px;
  margin-bottom: 5px;
}
.cmitem_ty_review .cmitem_postng_thmbitem {
  position: relative;
  width: 30px;
  width: 9.333vw;
  max-width: 35px;
  margin-top: 2px;
  padding-top: 100%;
}
.cmitem_ty_review .cmitem_postng_thmbitem.cmitem_ty_video:after {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px -52px;
  background-size: 176px 165px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.cmitem_ty_review .cmitem_postng_thmbitem.cmitem_ty_video .cmitem_postng_thmb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
@media screen and (max-width: 320px) {
  .cmitem_ty_review .cmitem_postng_thmbitem {
    display: none;
  }
  .cmitem_ty_review .cmitem_postng_thmbitem:nth-child(1) {
    display: block;
  }
  .cmitem_ty_review .cmitem_postng_thmbitem:nth-child(2) {
    display: block;
  }
  .cmitem_ty_review .cmitem_postng_thmbitem:nth-child(3) {
    display: block;
  }
}
.cmitem_ty_review .cmitem_postng_thmb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_ty_review .cmitem_postng_ctgr {
  overflow: hidden;
  max-height: 27px;
}
.cmitem_ty_review .cmitem_postng_ctgr:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_ty_review .cmitem_postng_ctgr_tag {
  float: left;
  margin-bottom: 6px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  color: #fff;
}
.cmitem_ty_review .cmitem_postng_ctgr_tag.cmitem_ty_default {
  background-color: #6841ff;
}
.cmitem_ty_review .cmitem_postng_ctgr_tag.cmitem_ty_prime {
  background-color: var(--m-colors-black, #000000);
}
.cmitem_ty_review .cmitem_postng_detail {
  position: relative;
  font-size: 13px;
  letter-spacing: -0.33px;
  color: #fff;
}
.cmitem_ty_review .cmitem_postng_detail:before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(15px, -50%) rotate(45deg) scale(0.66);
          transform: translate(15px, -50%) rotate(45deg) scale(0.66);
  content: "";
}
.cmitem_ty_review .cmitem_postng_detail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
  margin-left: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
}
.cmitem_ty_review .cmitem_postng_primary {
  overflow: hidden;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmitem_ty_review .cmitem_postng_prtxt {
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
  font-weight: inherit;
}
.cmitem_ty_review .cmitem_postng_prtxt:last-child {
  padding-right: 0;
}
.cmitem_ty_review .cmitem_postng_prtxt:last-child:after {
  display: none;
}
.cmitem_ty_review .cmitem_postng_prtxt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.cmitem_ty_review .cmitem_postng_desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 17px;
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_ty_review .cm_mall_ship {
  margin-right: 7px;
}
.cmitem_ty_review .cm_mall_bdg {
  margin-right: 7px;
}
.cmitem_ty_review .cmitem_mall_tx {
  display: inline-block;
  position: relative;
  margin: 13px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #777;
  vertical-align: top;
}
.cmitem_ty_review .cmitem_mall_tx + .cmitem_review_area:before {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 1px 4px 0 7px;
  background: #e5e5e5;
  vertical-align: top;
  content: "";
}
.cmitem_ty_review .cmitem_review_area {
  display: inline-block;
}
.cmitem_ty_review .cmitem_review {
  padding-top: 0;
}

.body_sd_v2 .cmitem_ty_review .cmitem_thmb {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_review .cmitem_thmb_imgbx {
  border-radius: 0;
}
.body_sd_v2 .cmitem_ty_review .cmitem_pricewrap .cmitem_prd_per {
  font-weight: bold;
  color: #a59357;
}
.body_sd_v2 .cmitem_ty_review .cmitem_pricewrap .new_price {
  color: var(--m-colors-black, #000000);
}
.body_sd_v2 .cmitem_ty_review .cmitem_pricewrap .new_price .ssg_price {
  font-weight: 500;
}

.cmitem_ty_contents .cmitem_unit {
  background-color: #fff;
}
.cmitem_ty_contents .cmitem_tx_thmb_link {
  display: block;
  padding: 15px 0 0 0;
}
.cmitem_ty_contents .cmitem_subject {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_ty_contents .cmitem_summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 17px;
  color: #444;
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_ty_contents .cmitem_pricewrap {
  margin-top: 10px;
}
.cmitem_ty_contents .cmitem_row_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  padding-top: 7px;
  border-top: 1px solid #f0f0f0;
}
.cmitem_ty_contents .cmitem_row_control .cmitem_sideinfo_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 28px;
  overflow: hidden;
}
.cmitem_ty_contents .cmitem_row_control .cmitem_ship_link {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 0 0;
}
.cmitem_ty_contents .cmitem_row_control .cmitem_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-top: -1px;
}

.cmitem_ty_deal .cmitem_unit {
  background-color: #fff;
}
.cmitem_ty_deal .cmitem_gridbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_thmb {
  width: 100%;
  margin-right: 15px;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other {
  width: 23%;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: 100%;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_list.ty_full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_thmb {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 8px;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_thmb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_thmb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmitem_ty_deal .cmitem_gridbx .cmitem_other_thmb.ty_more .icon_plusmark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg {
  height: 24px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_holiday {
  margin-right: 0;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_holiday > span {
  border-radius: 12px;
  padding: 2px 8px 0;
  line-height: 18px;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_promotion {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
  padding: 0 8px;
  background-color: #6841ff;
}
@media screen and (max-width: 320px) {
  .cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_promotion {
    max-width: 88px;
  }
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_promotion > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_benefit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_benefit > span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: var(--m-colors-primary, #ff5452);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_benefit > span:first-child {
  padding-left: 0;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_benefit > span:first-child::before {
  display: none;
}
.cmitem_ty_deal .cmitem_mall .cmitem_mall_bdg.cmitem_bdg_benefit > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: var(--m-colors-gray350, #cfcfcf);
  border-radius: 50%;
}
.cmitem_ty_deal .cmitem_tx_thmb_link {
  padding: 10px 40px 0 0;
}
.cmitem_ty_deal .cmitem_tit_selling {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  margin-bottom: 4px;
  color: var(--m-colors-gray900, #222222);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.cmitem_ty_deal .cmitem_tit_selling .cmitem_tit_txt1 {
  display: block;
}
.cmitem_ty_deal .cmitem_tit_selling + .cmitem_tit {
  -webkit-line-clamp: 1;
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.cmitem_ty_deal .cmitem_tit_selling + .cmitem_tit .cm_mall_text > i {
  font-size: 14px;
}
.cmitem_ty_deal .cmitem_tit {
  margin-bottom: 8px;
  color: var(--m-colors-gray900, #222222);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.cmitem_ty_deal .cmitem_tit .cm_mall_text > i {
  font-size: 20px;
}
.cmitem_ty_deal .cmitem_md_talk {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #6252ff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmitem_ty_deal .cmitem_md_talk .icon_chat_counselling {
  position: absolute;
  top: 0;
  left: 0;
}
.cmitem_ty_deal .cmitem_md_talk .icon_chat_counselling::after {
  -webkit-filter: invert(30%) sepia(77%) saturate(3899%) hue-rotate(237deg) brightness(105%) contrast(102%);
          filter: invert(30%) sepia(77%) saturate(3899%) hue-rotate(237deg) brightness(105%) contrast(102%);
}
.cmitem_ty_deal .cmitem_pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}
.cmitem_ty_deal .cmitem_pricewrap .cmitem_prd_per {
  margin-right: 5px;
  font-size: 18px;
}
.cmitem_ty_deal .cmitem_pricewrap .new_price .ssg_price {
  font-size: 18px;
}
.cmitem_ty_deal .cmitem_pricewrap .new_price .ssg_tx {
  margin-top: 2px;
}
.cmitem_ty_deal .cmitem_pricewrap .old_price .ssg_price {
  font-size: 13px;
}
.cmitem_ty_deal .cmitem_sideinfo {
  padding: 5px 40px 0 0;
}
.cmitem_ty_deal .cmitem_row_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 6px 0 0 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_sideinfo_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 25px;
  overflow: hidden;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_sideinfo_block .cmitem_tag.cmitem_depart_today {
  pointer-events: none;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_sideinfo_block .cmitem_tag.cmitem_depart_today .cmitem_tagtip_btn,
.cmitem_ty_deal .cmitem_row_control .cmitem_sideinfo_block .cmitem_tag.cmitem_depart_today .cmitem_tagtip_tx:after {
  display: none;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg {
  height: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 4px 0 0;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg.cmitem_bdg_holiday {
  border-radius: 3px !important;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg.cmitem_bdg_holiday > span {
  border-radius: 2px;
  padding: 1px 4px 0;
  line-height: 15px;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg.cmitem_bdg_promotion {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
  padding: 0 6px;
  border: 1px solid #6841ff;
  height: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  .cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg.cmitem_bdg_promotion {
    max-width: 88px;
  }
}
.cmitem_ty_deal .cmitem_row_control .cmitem_mall_bdg.cmitem_bdg_promotion > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #6841ff;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_ship_link {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 0 0;
}
.cmitem_ty_deal .cmitem_row_control .cmitem_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  margin-top: -1px;
}

.mntripunit_item {
  text-align: left;
}

.mntripunit_chk {
  position: relative;
  margin-right: 2px;
}
.mntripunit_chk .mntripunit_chk_inp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 21px;
  height: 21px;
  opacity: 0.01;
}
.mntripunit_chk .mntripunit_chk_inp:checked + .mntripunit_chk_lbl {
  border-color: var(--m-colors-primary, #ff5452);
  background: var(--m-colors-primary, #ff5452);
}
.mntripunit_chk .mntripunit_chk_inp:checked + .mntripunit_chk_lbl:before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 13px;
  height: 6px;
  border: 6px solid var(--m-colors-primary, #ff5452);
  border-width: 0 0 6px 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  content: "";
}
.mntripunit_chk .mntripunit_chk_inp:checked + .mntripunit_chk_lbl:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 13px;
  height: 6px;
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  content: "";
}
.mntripunit_chk .mntripunit_chk_lbl {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.mntripunit_helper {
  overflow: hidden;
  max-height: 24px;
  margin-bottom: 2px;
  padding-left: 10px;
  font-size: 0;
}
.mntripunit_helper .mntripunit_helper_el {
  display: inline-block;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  vertical-align: bottom;
}
.mntripunit_helper .mntripunit_best {
  position: relative;
  height: 21px;
  margin-bottom: 3px;
  padding: 3px 4px 1px;
  border: 1px solid #000;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  background-color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: -0.3px;
  margin-right: 2px;
  font-weight: 500;
}
.mntripunit_helper .mntripunit_best:before, .mntripunit_helper .mntripunit_best:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
}
.mntripunit_helper .mntripunit_best:before {
  left: -1px;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
}
.mntripunit_helper .mntripunit_best:after {
  left: 0;
  border-top: 2px solid #000;
  border-right: 2px solid transparent;
}
.mntripunit_helper .mntripunit_bdg_always {
  position: relative;
  height: 21px;
  margin-bottom: 3px;
  padding: 3px 4px 1px;
  border: 1px solid #ff6a26;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  background-color: #ff6a26;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: -0.3px;
  margin-right: 2px;
}
.mntripunit_helper .mntripunit_bdg_always:before, .mntripunit_helper .mntripunit_bdg_always:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
}
.mntripunit_helper .mntripunit_bdg_always:before {
  left: -1px;
  border-top: 4px solid #ff6a26;
  border-right: 4px solid transparent;
}
.mntripunit_helper .mntripunit_bdg_always:after {
  left: 0;
  border-top: 2px solid #ff6a26;
  border-right: 2px solid transparent;
}
.mntripunit_helper .mntripunit_bdg_taste {
  position: relative;
  height: 21px;
  margin-bottom: 3px;
  padding: 3px 4px 1px;
  border: 1px solid var(--m-colors-primary, #ff5452);
  border-radius: 2px;
  border-bottom-left-radius: 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: var(--m-colors-primary, #ff5452);
  letter-spacing: -0.3px;
  margin-right: 2px;
}
.mntripunit_helper .mntripunit_bdg_taste:before, .mntripunit_helper .mntripunit_bdg_taste:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
}
.mntripunit_helper .mntripunit_bdg_taste:before {
  left: -1px;
  border-top: 4px solid var(--m-colors-primary, #ff5452);
  border-right: 4px solid transparent;
}
.mntripunit_helper .mntripunit_bdg_taste:after {
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
}
.mntripunit_helper .mntripunit_bdg_deadline {
  position: relative;
  height: 21px;
  margin: 0 2px 3px 0;
  padding: 4px 6px 2px;
  background: #ff6a26;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: -0.3px;
}
.mntripunit_helper .mntripunit_bdg_deadline:before {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -102px 0px;
  background-size: 104px 89px;
  width: 2px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.mntripunit_helper .mntripunit_bdg_deadline:after {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -102px -31px;
  background-size: 104px 89px;
  width: 2px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.mntripunit_item .mntripunit_soldout {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.mntripunit_item .mntripunit_soldout:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.mntripunit_item .mntripunit_soldout_tx {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.6px;
  vertical-align: middle;
}

.mntripunit_item .mntripunit_benefit {
  overflow: hidden;
  max-height: 30px;
  line-height: 15px;
}
.mntripunit_item .mntripunit_benefit_block {
  display: inline;
  font-size: 0;
  vertical-align: top;
}
.mntripunit_item .mntripunit_promo_bdg {
  display: inline-block;
  font-size: 11px;
  color: #6c7080;
  letter-spacing: -0.25px;
  vertical-align: top;
}
.mntripunit_item .mntripunit_promo_bdg:after {
  content: "ㆍ";
}
.mntripunit_item .mntripunit_promo_bdg:last-child:after {
  content: "";
}

.mntripunit_item .mntripunit_pricewrap {
  margin-top: 10px;
  padding-right: 50px;
  letter-spacing: -0.8px;
}
.mntripunit_item .mntripunit_price_row:after {
  clear: both;
  content: "";
  display: block;
}
.mntripunit_item .mntripunit_price_row.mntripunit_ty_oldpr {
  overflow: hidden;
  height: 24px;
  margin-bottom: -2px;
}
.mntripunit_item .old_price {
  float: left;
  margin-right: 3px;
  line-height: 24px;
  color: #777;
}
.mntripunit_item .old_price del {
  text-decoration: none;
}
.mntripunit_item .old_price .ssg_price {
  font-size: 20px;
  text-decoration: line-through;
}
.mntripunit_item .old_price .ssg_tx {
  display: inline-block;
  margin-top: 3px;
  font-size: 17px;
  line-height: 20px;
  vertical-align: top;
}
.mntripunit_item .new_price {
  float: left;
  height: 30px;
  line-height: 30px;
  color: var(--m-colors-gray900, #222222);
}
.mntripunit_item .new_price .ssg_price {
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 320px) {
  .mntripunit_item .new_price .ssg_price {
    font-size: 24px;
  }
}
.mntripunit_item .new_price .ssg_tx {
  display: inline-block;
  margin-top: 1px;
  font-size: 22px;
  line-height: 27px;
  vertical-align: top;
}
@media screen and (max-width: 320px) {
  .mntripunit_item .new_price .ssg_tx {
    font-size: 20px;
  }
}
.mntripunit_item .mntripunit_tx_sale {
  position: relative;
  margin-bottom: 2px;
  padding: 1px 2px 0;
  border: 1px solid var(--m-colors-primary, #ff5452);
  border-radius: 2px;
  border-bottom-left-radius: 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 8px;
  line-height: 9px;
  color: var(--m-colors-primary, #ff5452);
  float: left;
  margin-top: 9px;
  letter-spacing: 0;
}
.mntripunit_item .mntripunit_tx_sale:before, .mntripunit_item .mntripunit_tx_sale:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
}
.mntripunit_item .mntripunit_tx_sale:before {
  left: -1px;
  border-top: 3px solid var(--m-colors-primary, #ff5452);
  border-right: 3px solid transparent;
}
.mntripunit_item .mntripunit_tx_sale:after {
  left: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid transparent;
}
.mntripunit_item .mntripunit_prd_per {
  float: left;
  margin-right: 2px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: var(--m-colors-primary, #ff5452);
}
@media screen and (max-width: 320px) {
  .mntripunit_item .mntripunit_prd_per {
    font-size: 24px;
  }
}

.mntripunit_nodata {
  padding: 110px 0;
  font-size: 15px;
  color: #454545;
  text-align: center;
}

.mntripunit_ty_package .mntripunit_item {
  padding-top: 40px;
}
.mntripunit_ty_package .mntripunit_goods {
  border: 1px solid #f0f0f0;
}
.mntripunit_ty_package .mntripunit_thmb {
  position: relative;
}
.mntripunit_ty_package .mntripunit_thmb_link {
  display: block;
}
.mntripunit_ty_package .mntripunit_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 81.19%;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_package .mntripunit_thmb_imgbx {
    padding-top: 79.28%;
  }
}
.mntripunit_ty_package .mntripunit_thmb_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mntripunit_ty_package .mntripunit_btn_play {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: 0px 0px;
  background-size: 104px 89px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mntripunit_ty_package .cmlike {
  vertical-align: top;
  margin-left: 3px;
}
.mntripunit_ty_package .cmlike_btn {
  width: 40px;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
}
.mntripunit_ty_package .cmunit_btn_clip {
  display: inline-block;
  position: static;
  width: 40px;
  height: 32px;
  margin-left: 3px;
  font-size: 12px;
}
.mntripunit_ty_package .cmunit_btn_clip .sel_clip {
  background-image: url(../img/sprites/sp_cmunitclip@2x.png?v=20191127);
  background-position: 0px 0px;
  background-size: 90px 72px;
  width: 40px;
  height: 32px;
  display: inline-block;
  overflow: visible;
  border-radius: 17px;
  background-color: #fff;
  vertical-align: top;
}
.mntripunit_ty_package .cmunit_btn_clip .sel_clip:before {
  background-image: url(../img/sprites/sp_cmunitclip@2x.png?v=20191127);
  background-position: -50px 0px;
  background-size: 90px 72px;
  width: 40px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  -webkit-transform: scale(0.05);
          transform: scale(0.05);
  content: "";
}
.mntripunit_ty_package .cmunit_btn_clip.clip_off .sel_clip:before {
  opacity: 0;
  -webkit-transform: scale(0.05);
          transform: scale(0.05);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s, transform 0.15s ease-out;
  transition: opacity 0.15s, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.mntripunit_ty_package .cmunit_btn_clip.clip_ani .sel_clip:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: ani_bounce 0.65s ease-out;
          animation: ani_bounce 0.65s ease-out;
}
.mntripunit_ty_package .cmunit_btn_clip.clip_on .sel_clip {
  background: none;
}
.mntripunit_ty_package .cmunit_btn_clip.clip_on .sel_clip:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mntripunit_ty_package .cmunit_btn_cart {
  background-image: url(../img/sprites/sp_cmunitcart_20200615@2x.png);
  background-position: -50px 0px;
  background-size: 134px 114px;
  width: 40px;
  height: 32px;
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  vertical-align: top;
  outline-color: transparent;
}
.mntripunit_ty_package .cmunit_btn_cart.disabled {
  background-image: url(../img/sprites/sp_cmunitcart_20200615@2x.png);
  background-position: 0px 0px;
  background-size: 134px 114px;
  width: 40px;
  height: 32px;
}
.mntripunit_ty_package .cmunit_btn_cart.cart_ani:before {
  content: "";
  display: block;
  -webkit-animation: ani_bounce_back 1s ease-out;
          animation: ani_bounce_back 1s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(../img/sprites/sp_cmunitcart_20200615@2x.png);
  background-position: 0px -42px;
  background-size: 134px 114px;
  width: 40px;
  height: 32px;
}
.mntripunit_ty_package .mntripunit_btn_wrap {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 0;
}
.mntripunit_ty_package .mntripunit_detailbx {
  padding-bottom: 10px;
  background: #fff;
}
.mntripunit_ty_package .mntripunit_detailbx .mntripunit_tx_thmb:last-child {
  padding-bottom: 5px;
}
.mntripunit_ty_package .mntripunit_tx_thmb_link {
  display: block;
  position: relative;
  padding: 18px 19px 0;
}
.mntripunit_ty_package .mntripunit_tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mntripunit_ty_package .mntripunit_mall {
  position: absolute;
  right: 17px;
  bottom: 3px;
  font-size: 0;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_package .mntripunit_mall {
    bottom: 5px;
  }
}
.mntripunit_ty_package .mntripunit_mall_tx {
  display: inline-block;
  padding: 4px 0 3px 6px;
  font-size: 12px;
  line-height: 13px;
  color: #777;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.mntripunit_ty_package .mntripunit_talk {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -25px -70px;
  background-size: 104px 89px;
  width: 16px;
  height: 15px;
  position: absolute;
  top: -11px;
  left: 20px;
}
.mntripunit_ty_package .mntripunit_sideinfo {
  margin-right: 19px;
  text-align: right;
}
.mntripunit_ty_package .mntripunit_review_area {
  display: inline-block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
  vertical-align: top;
}
.mntripunit_ty_package .mntripunit_review_area:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_package .mntripunit_review_area {
    margin-top: 1px;
  }
}
.mntripunit_ty_package .mntripunit_ic_review {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: 0px -70px;
  background-size: 104px 89px;
  width: 15px;
  height: 19px;
  float: left;
}
.mntripunit_ty_package .mntripunit_review_score {
  float: left;
  margin: 2px 0 0 2px;
}
.mntripunit_ty_package .mntripunit_review_score_num {
  font-weight: 500;
}
.mntripunit_ty_package .mntripunit_review_num {
  float: left;
  margin: 2px 0 0 2px;
}

.mntripunit_ty_airplane .mntripunit_item {
  padding-top: 40px;
}
.mntripunit_ty_airplane .mntripunit_goods {
  border: 1px solid #f0f0f0;
}
.mntripunit_ty_airplane .mntripunit_thmb {
  position: relative;
}
.mntripunit_ty_airplane .mntripunit_thmb_link {
  display: block;
}
.mntripunit_ty_airplane .mntripunit_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 81.19%;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_airplane .mntripunit_thmb_imgbx {
    padding-top: 79.28%;
  }
}
.mntripunit_ty_airplane .mntripunit_thmb_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mntripunit_ty_airplane .mntripunit_detailbx {
  padding-bottom: 10px;
  background: #fff;
}
.mntripunit_ty_airplane .mntripunit_detailbx .mntripunit_tx_thmb:last-child {
  padding-bottom: 5px;
}
.mntripunit_ty_airplane .mntripunit_tx_thmb_link {
  display: block;
  position: relative;
  padding: 18px 19px 0;
}
.mntripunit_ty_airplane .mntripunit_airplane {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mntripunit_ty_airplane .mntripunit_departure {
  color: #646464;
}
.mntripunit_ty_airplane .mntripunit_departure:after {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -70px 0px;
  background-size: 104px 89px;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin: 1px 0 0 0;
  vertical-align: top;
  content: "";
}
.mntripunit_ty_airplane .mntripunit_arrive {
  color: var(--m-colors-gray900, #222222);
}
.mntripunit_ty_airplane .mntripunit_tour_info {
  margin-bottom: 3px;
  font-size: 0;
  line-height: 0;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mntripunit_ty_airplane .mntripunit_trip_txt {
  font-size: 13px;
  line-height: 16px;
}
.mntripunit_ty_airplane .mntripunit_trip_txt + .mntripunit_trip_txt:before {
  white-space: pre;
  content: " · ";
}
.mntripunit_ty_airplane .mntripunit_trip_date {
  font-size: 13px;
  line-height: 16px;
}
.mntripunit_ty_airplane .mntripunit_trip_date:before {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 3px 8px 0;
  background: #eaeaea;
  vertical-align: top;
  content: "";
}
.mntripunit_ty_airplane .mntripunit_mall {
  position: absolute;
  right: 17px;
  bottom: 3px;
  font-size: 0;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_airplane .mntripunit_mall {
    bottom: 5px;
  }
}
.mntripunit_ty_airplane .mntripunit_mall_tx {
  display: inline-block;
  padding: 4px 0 3px 6px;
  font-size: 12px;
  line-height: 13px;
  color: #777;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.mntripunit_ty_airplane .mntripunit_talk {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -25px -70px;
  background-size: 104px 89px;
  width: 16px;
  height: 15px;
  position: absolute;
  top: -11px;
  left: 20px;
}

.mntripunit_ty_hotel .mntripunit_item {
  padding-top: 40px;
}
.mntripunit_ty_hotel .mntripunit_goods {
  border: 1px solid #f0f0f0;
}
.mntripunit_ty_hotel .mntripunit_thmb {
  position: relative;
}
.mntripunit_ty_hotel .mntripunit_thmb_link {
  display: block;
}
.mntripunit_ty_hotel .mntripunit_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 81.19%;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_hotel .mntripunit_thmb_imgbx {
    padding-top: 79.28%;
  }
}
.mntripunit_ty_hotel .mntripunit_thmb_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
  .mntripunit_ty_hotel .mntripunit_thmb_img {
    width: 100%;
    height: 100%;
  }
}
.mntripunit_ty_hotel .mntripunit_detailbx {
  padding-bottom: 10px;
  background: #fff;
}
.mntripunit_ty_hotel .mntripunit_detailbx .mntripunit_tx_thmb:last-child {
  padding-bottom: 5px;
}
.mntripunit_ty_hotel .mntripunit_tx_thmb_link {
  display: block;
  position: relative;
  padding: 18px 19px 0;
}
.mntripunit_ty_hotel .mntripunit_hotel {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mntripunit_ty_hotel .mntripunit_departure {
  color: #646464;
}
.mntripunit_ty_hotel .mntripunit_departure:after {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -70px -27px;
  background-size: 104px 89px;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin: 1px 0 0 0;
  vertical-align: top;
  content: "";
}
.mntripunit_ty_hotel .mntripunit_arrive {
  color: var(--m-colors-gray900, #222222);
}
.mntripunit_ty_hotel .mntripunit_tour_info {
  margin-bottom: 3px;
  font-size: 0;
  line-height: 0;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mntripunit_ty_hotel .mntripunit_trip_txt {
  font-size: 13px;
  line-height: 16px;
}
.mntripunit_ty_hotel .mntripunit_trip_txt + .mntripunit_trip_txt:before {
  white-space: pre;
  content: " · ";
}
.mntripunit_ty_hotel .mntripunit_trip_date {
  font-size: 13px;
  line-height: 16px;
}
.mntripunit_ty_hotel .mntripunit_trip_date:before {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 3px 8px 0;
  background: #eaeaea;
  vertical-align: top;
  content: "";
}
.mntripunit_ty_hotel .mntripunit_mall {
  position: absolute;
  right: 17px;
  bottom: 3px;
  font-size: 0;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_hotel .mntripunit_mall {
    bottom: 5px;
  }
}
.mntripunit_ty_hotel .mntripunit_mall_tx {
  display: inline-block;
  padding: 4px 0 3px 6px;
  font-size: 12px;
  line-height: 13px;
  color: #777;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.mntripunit_ty_hotel .mntripunit_talk {
  background-image: url(../img/sprites/sp_mntripunit_20200515@2x.png);
  background-position: -25px -70px;
  background-size: 104px 89px;
  width: 16px;
  height: 15px;
  position: absolute;
  top: -11px;
  left: 20px;
}
.mntripunit_ty_hotel .mntripunit_sideinfo {
  margin-right: 19px;
  text-align: right;
}
.mntripunit_ty_hotel .mntripunit_review_area {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}
.mntripunit_ty_hotel .mntripunit_review_area:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 320px) {
  .mntripunit_ty_hotel .mntripunit_review_area {
    margin-top: 1px;
  }
}
.mntripunit_ty_hotel .mntripunit_review_num {
  float: left;
  font-size: 11px;
  line-height: 19px;
  color: #777;
}
.mntripunit_ty_hotel .mntripunit_review_wrap {
  float: left;
  height: 19px;
  margin-left: 5px;
  padding: 1px 3px 1px 3px;
  border-radius: 3px;
  border: solid 1px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.mntripunit_ty_hotel .mntripunit_review_score {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  vertical-align: top;
}
.mntripunit_ty_hotel .mntripunit_review_total {
  display: inline-block;
  margin-top: 1px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
}
.mntripunit_ty_hotel .mntripunit_review_total_tx {
  margin-top: 2px;
  font-size: 10px;
  line-height: 11px;
}

.body_mntrip .mntripunit_ty_package .mntripunit_goods,
.body_mntrip .mntripunit_ty_airplane .mntripunit_goods,
.body_mntrip .mntripunit_ty_hotel .mntripunit_goods {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.ssgitem_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.ssgitem_grid .ssgitem_grid_item_full {
  grid-column: span 2;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 750px) {
  .ssgitem_grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .ssgitem_grid .ssgitem_grid_item_full {
    grid-column: span 4;
  }
}
.ssgitem_grid [class^=ssgitem_grid_item] {
  min-width: 0;
}
.ssgitem_grid .ssgitem_grid_item {
  grid-column: span 1;
}
.ssgitem_grid .ssgitem_grid_item_col2 {
  grid-column: span 2;
}
.ssgitem_grid .ssgitem_grid_item_col3 {
  grid-column: span 3;
}
.ssgitem_grid .ssgitem_grid_item_col4 {
  grid-column: span 4;
}
.ssgitem_grid .ssgitem_grid_item_col6 {
  grid-column: span 6;
}

#_infinite_grid .ssgitem_grid {
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 0;
}
#_infinite_grid .ssgitem_grid .ssgitem_grid_item {
  display: inline-block;
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
#_infinite_grid .ssgitem_grid .ssgitem_grid_item_col2 {
  display: inline-block;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.ssgitem_unit {
  position: relative;
  width: 100%;
  color: var(--m-colors-gray900, #222222);
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit.ty_img, .ssgitem_unit.ty_list, .ssgitem_unit.ty_list_deal, .ssgitem_unit.ty_big, .ssgitem_unit.ty_contents, .ssgitem_unit.ty_deal, .ssgitem_unit.ty_specialdeal, .ssgitem_unit.ty_review, .ssgitem_unit.ty_review_mini {
  padding-top: 10px;
  padding-bottom: 20px;
}
.ssgitem_unit.ty_scroll, .ssgitem_unit.ty_list_mini, .ssgitem_unit.ty_scroll_mini {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ssgitem_unit a {
  color: inherit;
}
.ssgitem_unit .ssg-tooltip-wrap:not(.on) .ssg-tooltip-layer {
  display: none;
}
.ssgitem_unit .js_tagtip_layer {
  display: none;
}
.ssgitem_unit .ssgitem_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ssgitem_unit .ssgitem_thmb {
  position: relative;
}
.ssgitem_unit .ssgitem_thmb:has(.ssgitem_soldout) > *:not(.ssgitem_thmb_link) {
  pointer-events: none;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_link {
  display: block;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_link:hover .ssgitem_thmb_imgbox > img.i2 {
  opacity: 1;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox.ty_long {
  padding-top: 133.33%;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox.ty_short {
  padding-top: 80%;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--m-colors-black_alpha3, rgba(0, 0, 0, 0.03));
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox:has(.adult19_img_m:not(.ty_overlay)):after {
  display: none;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox > img.i2 {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox.ty_more {
  background-color: var(--m-colors-white, #ffffff);
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox.ty_more .ssgitem_more_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 4px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_imgbox.ty_more .ssgitem_more_btn:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  font-family: var(--m-font-icon) !important;
  font-size: 32px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e078";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_left,
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-height: 20px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_left.ty_big,
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right.ty_big {
  max-height: 24px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_left {
  min-width: 0;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_left .ssgitem_label {
  margin-right: 2px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_big {
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank {
  background-color: var(--m-colors-gray700, #666666);
  color: var(--m-colors-white, #ffffff);
  font-size: 11px;
  font-weight: 500;
  padding-left: 4px;
  padding-right: 4px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank.ty_big {
  padding-left: 6px;
  padding-right: 6px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_down, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_new {
  background-color: var(--m-colors-white, #ffffff);
  font-size: 10px;
  font-weight: 500;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up.ty_big, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_down.ty_big, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_new.ty_big {
  font-size: 11px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up:before, .ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_down:before {
  content: "";
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up {
  color: var(--m-colors-primary, #ff5452);
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_up:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-family: var(--m-font-icon) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-primary, #ff5452);
  content: "\e01a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_down:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-family: var(--m-font-icon) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e016";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_new {
  padding: 0 2px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right .ssgitem_label.ty_rank_new.ty_big {
  padding: 0 3.5px;
}
.ssgitem_unit .ssgitem_thmb .cmbtn_video_wrap {
  left: 0;
  bottom: 0;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_thmb_badge {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout.postunit_recipe {
  z-index: 1;
  height: 84px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout.postunit_recipe .ssgitem_soldout_utils .ssgitem_soldout_btn {
  height: 32px;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout .ssgitem_soldout_layer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--m-colors-white, #ffffff);
  font-weight: bold;
  text-align: center;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout .ssgitem_soldout_utils {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout .ssgitem_soldout_utils .ssgitem_soldout_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  background-color: var(--m-colors-gray800, #444444);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--m-colors-white, #ffffff);
  font-weight: 500;
}
.ssgitem_unit .ssgitem_thmb .ssgitem_soldout .ssgitem_soldout_utils .ssgitem_soldout_btn:not(:first-child) {
  border-left: 1px solid var(--m-colors-gray400, #969696);
}
.ssgitem_unit .ssgitem_label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  line-height: 20px;
}
.ssgitem_unit .ssgitem_label.ty_empty {
  margin: 0 !important;
}
.ssgitem_unit .ssgitem_label.ty_big {
  height: 24px;
  line-height: 24px;
}
.ssgitem_unit .ssgitem_label.ty_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 20px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-2xs, 11px);
  font-weight: var(--m-fontWeights-medium, 500);
  padding: 0 6px;
  background-color: var(--m-colors-primary, #ff5452);
  color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_label.ty_big {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 24px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-xs, 12px);
  font-weight: var(--m-fontWeights-medium, 500);
  padding: 0 6px;
  background-color: var(--m-colors-primary, #ff5452);
  color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_label.ty_img {
  padding: 0;
  background-color: transparent;
}
.ssgitem_unit .ssgitem_label.ty_label.ty_img > img {
  height: 20px;
  vertical-align: top;
}
.ssgitem_unit .ssgitem_label.ty_label.ty_img.ty_big > img {
  height: 24px;
}
.ssgitem_unit .ssgitem_label.ty_bizonly {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 20px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-2xs, 11px);
  font-weight: var(--m-fontWeights-bold, 700);
  padding: 0 6px;
  background-color: var(--m-colors-service-biz_primary, #353dff);
  color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_bizonly.ty_big {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 24px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-xs, 12px);
  font-weight: var(--m-fontWeights-bold, 700);
  padding: 0 6px;
  background-color: var(--m-colors-service-biz_primary, #353dff);
  color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_check {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
  min-width: 20px;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:focus {
  outline: none !important;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  word-break: break-word;
  cursor: pointer;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray400, #969696);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray400, #969696);
  background-color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label {
  font-size: var(--m-fontSizes-md, 14px);
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label:before {
  border-radius: 0px;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label:before {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox] + label > span {
  margin-left: 0;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5215 6.526L10.1094 13.938L6.47745 10.307L4.71045 12.075L10.1094 17.474L19.2894 8.294L17.5215 6.526Z' fill='var(--m-colors-white, %23ffffff)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:checked + label:before {
  background-color: var(--m-colors-primary, #ff5452);
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
          box-shadow: inset 0 0 0 1px var(--m-colors-primary, #ff5452);
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:checked:disabled + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5215 6.526L10.1094 13.938L6.47745 10.307L4.71045 12.075L10.1094 17.474L19.2894 8.294L17.5215 6.526Z' fill='var(--m-colors-gray350, %23cfcfcf)'/%3E%3C/svg%3E");
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:disabled + label:before {
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray350, #cfcfcf);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray350, #cfcfcf);
  background-color: var(--m-colors-gray100, #fafafa);
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:disabled + label {
  color: var(--m-colors-gray350, #cfcfcf);
}
.ssgitem_unit .ssgitem_label.ty_check input[type=checkbox]:disabled + label > span {
  color: var(--m-colors-gray350, #cfcfcf);
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment, .ssgitem_unit .ssgitem_badge.ty_holiday {
  width: 45px;
  height: 45px;
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart.ty_big, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment.ty_big, .ssgitem_unit .ssgitem_badge.ty_holiday.ty_big {
  width: 60px;
  height: 60px;
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart::after, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment::after, .ssgitem_unit .ssgitem_badge.ty_holiday::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart.ty_holidayemart::after, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment.ty_holidayemart::after, .ssgitem_unit .ssgitem_badge.ty_holiday.ty_holidayemart::after {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holidayemart_shadow.png");
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart.ty_holidaydepartment::after, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment.ty_holidaydepartment::after, .ssgitem_unit .ssgitem_badge.ty_holiday.ty_holidaydepartment::after {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holidaydepartment_shadow.png");
}
.ssgitem_unit .ssgitem_badge.ty_holidayemart.ty_holiday::after, .ssgitem_unit .ssgitem_badge.ty_holidaydepartment.ty_holiday::after, .ssgitem_unit .ssgitem_badge.ty_holiday.ty_holiday::after {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holiday_shadow.png");
}
.ssgitem_unit .ssgitem_detail {
  overflow: hidden;
}
.ssgitem_unit .ssgitem_util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgitem_unit .ssgitem_deliv_mall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ssgitem_unit .ssgitem_deliv_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ssgitem_unit .ssgitem_mall_text {
  max-width: 90px;
}
.ssgitem_unit .ssgitem_mall_text > span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  color: var(--m-colors-gray700, #666666);
}
.ssgitem_unit .ssgitem_btn_wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgitem_unit .ssgitem_btn_wrap .ssglike {
  height: 28px;
}
.ssgitem_unit .ssgitem_btn_wrap .ssglike .ssglike_btn {
  width: 28px;
  height: 28px;
}
.ssgitem_unit .ssgitem_btn_wrap .ssglike .ssglike_btn .cmlike_ico > i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.ssgitem_unit .ssgitem_btn_wrap .ssglike .ssglike_btn .cmlike_ico > i:before {
  width: 100%;
  height: 100%;
  font-size: inherit;
  vertical-align: top;
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_iconbtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 28px;
  padding: 4px;
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_iconbtn::after {
  content: "";
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_btn_cart::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: var(--m-font-icon) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e01b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_btn_cart.disabled:after {
  opacity: 0.2;
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_btn_gift::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: var(--m-font-icon) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e04f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_btn_pick {
  margin-right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 146px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--m-colors-gray900, #222222);
}
.ssgitem_unit .ssgitem_btn_wrap .ssgitem_btn_pick > span {
  font-size: 13px;
  line-height: 16px;
}
.ssgitem_unit .ssgitem_info {
  display: block;
  padding: 2px 20px 0 0;
}
.ssgitem_unit .ssgitem_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 13px;
  line-height: 16px;
}
.ssgitem_unit .ssgitem_tit > em {
  font-weight: bold;
}
.ssgitem_unit .ssgitem_pricewrap {
  margin-top: 4px;
}
.ssgitem_unit .ssgitem_price {
  font-size: 12px;
  line-height: 14px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--m-colors-gray500, #888888);
}
.ssgitem_unit .ssgitem_price.ty_old {
  margin-bottom: 2px;
}
.ssgitem_unit .ssgitem_price.ty_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
}
.ssgitem_unit .ssgitem_price.ty_new .ssgitem_sale_rate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  color: var(--m-colors-primary, #ff5452);
  font-weight: 600;
}
.ssgitem_unit .ssgitem_price.ty_new > em,
.ssgitem_unit .ssgitem_price.ty_new .ssgitem_price_tilde {
  font-weight: 600;
  color: var(--m-colors-black, #000000);
  overflow: hidden;
  text-overflow: ellipsis;
}
.ssgitem_unit .ssgitem_price.ty_new .ssgitem_price_tilde {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ssgitem_unit .ssgitem_price.ty_new .ty_old {
  margin: 0 0 0 4px;
}
.ssgitem_unit .ssgitem_price.ty_unit {
  margin-top: 4px;
}
.ssgitem_unit .ssgitem_benefit_text {
  position: relative;
  height: 14px;
  margin-top: 2px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ssgitem_unit .ssgitem_benefit_text:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5143 2.5H0V5.87059L0.393389 5.87709C0.86562 5.88489 1.24568 6.27173 1.24568 6.74572C1.24568 7.2197 0.86562 7.60654 0.393389 7.61434L0 7.62085V11.0086H12.5143V7.61429H12.1143C11.6359 7.61429 11.2515 7.22549 11.2515 6.74572C11.2515 6.26322 11.6393 5.87533 12.1176 5.87141L12.5143 5.86816V2.5ZM1.68797 5.71305C1.71021 5.74127 1.73155 5.77022 1.75195 5.79986V5.73438L1.68797 5.71305ZM10.752 5.78751C10.7687 5.76355 10.786 5.74005 10.804 5.71704L10.752 5.73438V5.78751Z' fill='%23777777'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.30427 5.28695L4.76702 8.78981L4.2041 8.22137L7.74135 4.71851L8.30427 5.28695Z' fill='white'/%3e %3cpath d='M5.04018 6.08283C5.33732 6.08283 5.57729 5.84283 5.57729 5.54569C5.57729 5.24855 5.33732 5.00854 5.04018 5.00854C4.74304 5.00854 4.50293 5.24855 4.50293 5.54569C4.50293 5.84283 4.74304 6.08283 5.04018 6.08283Z' fill='white'/%3e %3cpath d='M7.46303 8.50568C7.76017 8.50568 8.00014 8.26568 8.00014 7.96854C8.00014 7.6714 7.76017 7.4314 7.46303 7.4314C7.16589 7.4314 6.92578 7.6714 6.92578 7.96854C6.92578 8.26568 7.16589 8.50568 7.46303 8.50568Z' fill='white'/%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
}
.ssgitem_unit .ssgitem_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  color: var(--m-colors-gray600, #777777);
  font-size: 12px;
  line-height: 16px;
}
.ssgitem_unit .ssgitem_review .ssgitem_review_score {
  position: relative;
  padding-left: 15px;
}
.ssgitem_unit .ssgitem_review .ssgitem_review_score .icon_star_fill {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(1%) saturate(237%) hue-rotate(318deg) brightness(88%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(1%) saturate(237%) hue-rotate(318deg) brightness(88%) contrast(96%);
}
.ssgitem_unit .ssgitem_review .ssgitem_review_num {
  position: relative;
  padding-left: 9px;
}
.ssgitem_unit .ssgitem_review .ssgitem_review_num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 1px;
  height: 11px;
  background-color: var(--m-colors-gray300, #e5e5e5);
}
.ssgitem_unit .gift_item_feature_label .bottom_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 20px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-2xs, 11px);
  font-weight: var(--m-fontWeights-medium, 500);
  padding: 0 6px;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray300, #e5e5e5);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray300, #e5e5e5);
  color: var(--m-colors-gray900, #222222);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_bottom_label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2px;
  padding-right: 8px;
  max-height: 48px;
  overflow: hidden;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 0 6px;
  background-color: var(--m-colors-gray150, #f5f5f5);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: var(--m-colors-gray900, #222222);
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_gift {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 20px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-2xs, 11px);
  font-weight: var(--m-fontWeights-medium, 500);
  padding: 0 6px;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray300, #e5e5e5);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray300, #e5e5e5);
  color: var(--m-colors-gray900, #222222);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_eco {
  color: var(--m-colors-service-freshgreen_primary, #0b9b5b);
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_quality {
  color: var(--m-colors-service-biz_primary, #353dff);
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_link {
  background-color: unset;
  color: var(--m-colors-gray500, #888888);
  padding: 0 2px;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_link[href] {
  color: var(--m-colors-gray900, #222222);
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_link[href]:hover {
  font-weight: bold;
  text-decoration: underline;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_depart_today .ssgitem_bottom_btn:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-family: var(--m-font-icon) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-delivery-depart_today, #8807f3);
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_depart_today .ssgitem_bottom_btn .btn_text {
  font-weight: 500;
  color: var(--m-colors-delivery-depart_today, #8807f3);
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ty_btn {
  padding-left: 0;
  padding-right: 0;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ssg-tooltip-wrap {
  white-space: normal;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ssg-tooltip-wrap .ssgitem_tooltip,
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_label.ssg-tooltip-wrap .ssgcommon_tooltip {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -24px;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 20px;
  padding: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_btn:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-family: var(--m-font-icon) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
}
.ssgitem_unit .ssgitem_bottom_label_wrap .ssgitem_bottom_btn .btn_text {
  font-weight: 500;
  font-size: 11px;
  color: var(--m-colors-gray800, #444444);
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssgitem_unit .ssgitem_colorchip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.ssgitem_unit .ssgitem_colorchip .ssgitem_colorchip_element {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-black_alpha4, rgba(0, 0, 0, 0.04));
          box-shadow: inset 0 0 0 1px var(--m-colors-black_alpha4, rgba(0, 0, 0, 0.04));
}
.ssgitem_unit .ssgitem_colorchip .ssgitem_colorchip_counter {
  padding: 0 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: var(--m-colors-gray600, #777777);
}

.ssgitem_tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 26px 10px 10px 10px;
  z-index: 10;
  background-color: var(--m-colors-white, #ffffff);
  border: 1px solid var(--m-colors-gray300, #e5e5e5);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.ssgitem_tooltip .ssgitem_tooltip_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: var(--m-font-icon) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e039";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  right: 4px;
}
.ssgitem_tooltip.ty_black {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: var(--m-colors-white, #ffffff);
}
.ssgitem_tooltip.ty_black .ssgitem_tooltip_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: var(--m-font-icon) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-white, #ffffff);
  content: "\e039";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ssgitembox_scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-overflow-scrolling: touch;
}
.ssgitembox_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.ssgitembox_scroll::before, .ssgitembox_scroll::after {
  content: "";
  min-width: 16px;
  height: 1px;
}
.ssgitembox_scroll .ssgitem_unit:first-child {
  margin-left: 0;
}
.ssgitembox_scroll .ssgitem_unit:last-child {
  margin-right: 0;
}

.ssgitembox_scroll.ty_swipe {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
}
.ssgitembox_scroll.ty_swipe .ssgitem_unit {
  scroll-snap-align: start;
}
.ssgitembox_scroll.ty_swipe .ssgitem_unit.ty_review {
  padding-bottom: 10px;
}

.ssgitem_unit.ty_big .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right {
  max-height: 24px;
}
.ssgitem_unit.ty_big .adult19_img_m.ty_overlay:after {
  bottom: 10px;
  right: 10px;
}
.ssgitem_unit.ty_big .ssgitem_info {
  padding-right: 40px;
}
.ssgitem_unit.ty_big .ssgitem_info .ssgitem_price.ty_old {
  margin-top: 1px;
}
.ssgitem_unit.ty_big .ssgitem_bottom_label_wrap {
  max-height: 24px;
}
.ssgitem_unit.ty_big .ssgitem_bottom_label.ssg-tooltip-wrap .ssgitem_tooltip {
  left: 16px;
  right: 16px;
}

.ssgitem_unit.ty_list .ssgitem_contents,
.ssgitem_unit.ty_list_mini .ssgitem_contents,
.ssgitem_unit.ty_list_deal .ssgitem_contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ssgitem_unit.ty_list .ssgitem_detail,
.ssgitem_unit.ty_list_mini .ssgitem_detail,
.ssgitem_unit.ty_list_deal .ssgitem_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-left: 16px;
}
.ssgitem_unit.ty_list .ssgitem_util,
.ssgitem_unit.ty_list_mini .ssgitem_util,
.ssgitem_unit.ty_list_deal .ssgitem_util {
  height: auto;
}

.ssgitem_unit.ty_list .ssgitem_thmb,
.ssgitem_unit.ty_list_deal .ssgitem_thmb {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.ssgitem_unit.ty_list .ssgitem_util,
.ssgitem_unit.ty_list_deal .ssgitem_util {
  margin-bottom: 6px;
}
.ssgitem_unit.ty_list .ssgitem_info,
.ssgitem_unit.ty_list_deal .ssgitem_info {
  padding-right: 8px;
}
.ssgitem_unit.ty_list .ssgitem_bottom,
.ssgitem_unit.ty_list_deal .ssgitem_bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ssgitem_unit.ty_list .ssgitem_btn_wrap {
  padding: 4px 0;
}
.ssgitem_unit.ty_list .ssgitem_bottom_label_wrap {
  max-height: 36px;
  margin: 0;
  padding-right: 60px;
}
.ssgitem_unit.ty_list .ssgitem_bottom_label_wrap .ssgitem_bottom_label {
  margin: 8px 4px 0 0;
}

.ssgitem_unit.ty_list_mini .ssgitem_thmb {
  width: 135px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
}
.ssgitem_unit.ty_list_mini .ssgitem_util {
  margin-bottom: 8px;
}
.ssgitem_unit.ty_list_mini .ssgitem_review_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgitem_unit.ty_list_mini .ssgitem_review {
  margin-top: 0;
  height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgitem_unit.ty_list_mini .ssgitem_btn_wrap {
  padding: 0;
}
.ssgitem_unit.ty_list_mini .ssgitem_bottom_label_wrap {
  max-height: 24px;
}

.ssgitem_unit.ty_list_deal .ssgitem_list_deal_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25px;
  padding: 6px 0 4px;
  border-top: 1px solid #e5e5e5;
}
.ssgitem_unit.ty_list_deal .ssgitem_list_deal_top > span {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.ssgitem_unit.ty_list_deal .ssgitem_list_deal_middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.ssgitem_unit.ty_list_deal .ssgitem_goods_state {
  font-size: 12px;
  line-height: 14px;
  color: var(--m-colors-gray600, #777777);
}
.ssgitem_unit.ty_list_deal .ssgitem_goods_state > em {
  color: var(--m-colors-gray900, #222222);
}
.ssgitem_unit.ty_list_deal .ssgitem_bottom_label_wrap {
  max-height: 24px;
  margin: 0;
  padding: 0;
}
.ssgitem_unit.ty_list_deal .ssgitem_bottom_label_wrap .ssgitem_bottom_label {
  margin: 0 4px 4px 0;
}

.cmtvshopping_helper:has(+ .ssgitem_unit) {
  margin: 10px 0 0 16px;
  width: auto;
}
.cmtvshopping_helper:has(+ .ssgitem_unit) .cmitem_bdg {
  border-radius: 0;
}
.cmtvshopping_helper:has(+ .ssgitem_unit) + .ssgitem_unit {
  padding-top: 4px;
}

.ssgitem_unit.ty_scroll {
  min-width: 150px;
  width: 150px;
  margin-left: 8px;
}
.ssgitem_unit.ty_scroll .ssgitem_bottom_label_wrap {
  max-height: 24px;
}

.ssgitem_unit.ty_scroll_mini {
  min-width: 112px;
  width: 112px;
  margin-left: 12px;
}
.ssgitem_unit.ty_scroll_mini .ssgitem_info {
  padding-right: 8px;
}
.ssgitem_unit.ty_scroll_mini .ssgitem_bottom_label_wrap {
  max-height: 24px;
}

.ssgitem_unit.ty_scroll_newdate {
  min-width: 210px;
  width: 210px;
  margin-left: 15px;
  padding-top: 11px;
}
.ssgitem_unit.ty_scroll_newdate .ssgitem_newdate_helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  overflow: hidden;
  width: 100%;
  height: 20px;
}
.ssgitem_unit.ty_scroll_newdate .ssgitem_newdate_helper .ssgitem_newdate_helper_el {
  height: 20px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  margin-right: 4px;
  border: 1px solid;
  border-radius: 0;
  font-size: 10px;
  font-weight: bold;
}

.ssgitem_unit.ty_review .ssgitem_contents,
.ssgitem_unit.ty_review_mini .ssgitem_contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ssgitem_unit.ty_review .ssgitem_thmb,
.ssgitem_unit.ty_review_mini .ssgitem_thmb {
  width: 112px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
}
.ssgitem_unit.ty_review .ssgitem_detail,
.ssgitem_unit.ty_review_mini .ssgitem_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-left: 16px;
}
.ssgitem_unit.ty_review .ssgitem_detail:not(:has(.ssgitem_util)) .ssgitem_info,
.ssgitem_unit.ty_review_mini .ssgitem_detail:not(:has(.ssgitem_util)) .ssgitem_info {
  padding-top: 0;
}
.ssgitem_unit.ty_review .ssgitem_util,
.ssgitem_unit.ty_review_mini .ssgitem_util {
  height: auto;
}
.ssgitem_unit.ty_review .ssgitem_info,
.ssgitem_unit.ty_review_mini .ssgitem_info {
  padding: 6px 8px 0 0;
}
.ssgitem_unit.ty_review .ssgitem_tit,
.ssgitem_unit.ty_review_mini .ssgitem_tit {
  -webkit-line-clamp: 1;
}
.ssgitem_unit.ty_review .ssgitem_pricewrap,
.ssgitem_unit.ty_review_mini .ssgitem_pricewrap {
  margin-top: 6px;
}
.ssgitem_unit.ty_review .ssgitem_review_thmbs,
.ssgitem_unit.ty_review_mini .ssgitem_review_thmbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  margin-top: 2px;
}
.ssgitem_unit.ty_review .ssgitem_review,
.ssgitem_unit.ty_review_mini .ssgitem_review {
  margin: 0;
}
.ssgitem_unit.ty_review .ssgitem_review_photo_thmbs,
.ssgitem_unit.ty_review_mini .ssgitem_review_photo_thmbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.ssgitem_unit.ty_review .ssgitem_review_photo_thmbs > img,
.ssgitem_unit.ty_review_mini .ssgitem_review_photo_thmbs > img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 9999px;
}
.ssgitem_unit.ty_review .ssgitem_review_photo_thmbs > img:not(:first-child),
.ssgitem_unit.ty_review_mini .ssgitem_review_photo_thmbs > img:not(:first-child) {
  margin-left: -4px;
}
.ssgitem_unit.ty_review .ssgitem_review_contents,
.ssgitem_unit.ty_review_mini .ssgitem_review_contents {
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 12px;
  line-height: 14px;
  color: var(--m-colors-gray700, #666666);
}
.ssgitem_unit.ty_review .ssgitem_bottom_label_wrap,
.ssgitem_unit.ty_review_mini .ssgitem_bottom_label_wrap {
  max-height: 24px;
}

.cmgrid_full_box > .ssgitem_unit.ty_review .ssgitem_pricewrap,
.cmgrid_full_box > .ssgitem_unit.ty_review_mini .ssgitem_pricewrap,
.ssgitem_grid_item_col2 > .ssgitem_unit.ty_review .ssgitem_pricewrap,
.ssgitem_grid_item_col2 > .ssgitem_unit.ty_review_mini .ssgitem_pricewrap {
  margin-top: 6px;
}
.cmgrid_full_box > .ssgitem_unit.ty_review .ssgitem_review_contents,
.cmgrid_full_box > .ssgitem_unit.ty_review_mini .ssgitem_review_contents,
.ssgitem_grid_item_col2 > .ssgitem_unit.ty_review .ssgitem_review_contents,
.ssgitem_grid_item_col2 > .ssgitem_unit.ty_review_mini .ssgitem_review_contents {
  margin-top: 6px;
}

.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review,
.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review_mini {
  margin-left: 16px;
  width: 308px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 308px;
          flex: 0 0 308px;
}
.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review .ssgitem_pricewrap,
.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review_mini .ssgitem_pricewrap {
  margin-top: 4px;
}
.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review .ssgitem_review_contents,
.ssgitembox_scroll.ty_swipe > .ssgitem_unit.ty_review_mini .ssgitem_review_contents {
  margin-top: 4px;
}

.ssgitem_unit.ty_contents .ssgitem_thmb .ssgitem_thmb_imgbox {
  padding-top: 59.76%;
}
.ssgitem_unit.ty_contents .ssgitem_thmb .ssgitem_helper .ssgitem_helper_right {
  max-height: 24px;
}
.ssgitem_unit.ty_contents .ssgitem_detail {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ssgitem_unit.ty_contents .ssgitem_info {
  padding: 6px 4px 0 0;
}
.ssgitem_unit.ty_contents .ssgitem_info .ssgitem_subject {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ssgitem_unit.ty_contents .ssgitem_info .ssgitem_price.ty_new {
  margin-top: 4px;
}
.ssgitem_unit.ty_contents .ssgitem_bottom {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ssgitem_unit.ty_contents .ssgitem_bottom_label_wrap {
  padding: 0;
  max-height: 24px;
  margin: 0;
}
.ssgitem_unit.ty_contents .ssgitem_deliv_mall {
  height: 20px;
  padding-top: 4px;
  margin-right: 4px;
}

.ssgitem_unit.ty_deal .ssgitem_gridbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox > .ssgitem_thmb {
  width: 100%;
  margin-right: 6px;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other {
  width: 23%;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  height: 100%;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other_list.ty_full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other_list > li .ssgitem_more_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other_list > li .ssgitem_more_btn:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M12.6 11.4v-6.6h-1.2v6.6h-6.6v1.2h6.6v6.6h1.2v-6.6h6.6v-1.2h-6.6z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.ssgitem_unit.ty_deal .ssgitem_gridbox .ssgitem_other_list > li .adult19_img_m.ty_overlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox {
  display: block;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox > .ssgitem_thmb {
  width: 100%;
  margin-right: 0;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox > .ssgitem_thmb .ssgitem_thmb_imgbox {
  padding-top: 59.7667638484%;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox > .ssgitem_thmb .ssgitem_label {
  margin-top: 0;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other {
  width: 100%;
  margin-top: 4px;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list > li {
  width: 24.1253644315%;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list > li .ssgitem_thmb_imgbox {
  padding-top: 75%;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list > li .ssgitem_more_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list > li .ssgitem_more_btn:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M12.6 11.4v-6.6h-1.2v6.6h-6.6v1.2h6.6v6.6h1.2v-6.6h6.6v-1.2h-6.6z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_gridbox .ssgitem_other_list > li .adult19_img_m.ty_overlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ssgitem_unit.ty_deal[data-unit-type=SPECIALDEAL_ITEM] .ssgitem_info {
  max-width: none;
}
.ssgitem_unit.ty_deal .ssgitem_detail {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ssgitem_unit.ty_deal .ssgitem_info {
  padding: 6px 8px 0 0;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_subject {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_price.ty_new {
  margin-top: 4px;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_price.ty_old {
  margin-top: 1px;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_text_badge {
  margin-top: 2px;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_text_badge .text_badge_info {
  position: relative;
  display: block;
  padding-left: 16px;
  color: var(--m-colors-gray900, #222222);
  font-size: 12px;
}
.ssgitem_unit.ty_deal .ssgitem_info .ssgitem_text_badge .text_badge_info::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5143 2.5H0V5.87059L0.393389 5.87709C0.86562 5.88489 1.24568 6.27173 1.24568 6.74572C1.24568 7.2197 0.86562 7.60654 0.393389 7.61434L0 7.62085V11.0086H12.5143V7.61429H12.1143C11.6359 7.61429 11.2515 7.22549 11.2515 6.74572C11.2515 6.26322 11.6393 5.87533 12.1176 5.87141L12.5143 5.86816V2.5ZM1.68797 5.71305C1.71021 5.74127 1.73155 5.77022 1.75195 5.79986V5.73438L1.68797 5.71305ZM10.752 5.78751C10.7687 5.76355 10.786 5.74005 10.804 5.71704L10.752 5.73438V5.78751Z' fill='%23777777'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.30427 5.28695L4.76702 8.78981L4.2041 8.22137L7.74135 4.71851L8.30427 5.28695Z' fill='white'/%3e %3cpath d='M5.04018 6.08283C5.33732 6.08283 5.57729 5.84283 5.57729 5.54569C5.57729 5.24855 5.33732 5.00854 5.04018 5.00854C4.74304 5.00854 4.50293 5.24855 4.50293 5.54569C4.50293 5.84283 4.74304 6.08283 5.04018 6.08283Z' fill='white'/%3e %3cpath d='M7.46303 8.50568C7.76017 8.50568 8.00014 8.26568 8.00014 7.96854C8.00014 7.6714 7.76017 7.4314 7.46303 7.4314C7.16589 7.4314 6.92578 7.6714 6.92578 7.96854C6.92578 8.26568 7.16589 8.50568 7.46303 8.50568Z' fill='white'/%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ssgitem_unit.ty_deal .ssgitem_bottom {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ssgitem_unit.ty_deal .ssgitem_bottom_label_wrap {
  padding: 0;
  max-height: 24px;
  margin: 0;
}
.ssgitem_unit.ty_deal .ssgitem_deliv_mall {
  height: 20px;
  padding-top: 4px;
  margin-right: 4px;
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_img {
  margin: 4px 4px 0 0;
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_label {
  margin: 4px 4px 0 0;
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_promotion, .ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_outline {
  background: transparent;
  max-width: 118px;
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_promotion > span, .ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_outline > span {
  line-height: 18px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_promotion {
  color: var(--m-colors-primary, #ff5452);
  border: 1px solid var(--m-colors-primary, #ff5452);
}
.ssgitem_unit.ty_deal .ssgitem_label.ty_label.ty_outline {
  color: var(--m-colors-primary, #ff5452);
  border: 1px solid var(--m-colors-primary, #ff5452);
  line-height: 18px;
}
.ssgitem_unit.ty_deal .ssgitem_bottom_label.ssg-tooltip-wrap .ssgitem_tooltip {
  left: 16px;
  right: 16px;
}

@media screen and (min-width: 750px) {
  .cmgrid_module .cmgrid_full_box {
    grid-column: span 4;
  }
  .cmgrid_module .cmgrid_full_box.cmgrid_rwd_col2, .cmgrid_module .cmgrid_full_box.cmitem_ty_list, .cmgrid_module .cmgrid_full_box.cmitem_ty_big, .cmgrid_module .cmgrid_full_box.cmitem_ty_review, .cmgrid_module .cmgrid_full_box.cmitem_ty_contents, .cmgrid_module .cmgrid_full_box.cmitem_ty_deal {
    grid-column: span 2;
  }
}
.sm_v3 .cmgrid_module .cmgrid_list, .body_sd_v2 .cmgrid_module .cmgrid_list {
  margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), 1fr));
  grid-gap: 0 5px;
}
@media (min-width: 750px) {
  .sm_v3 .cmgrid_module .cmgrid_list, .body_sd_v2 .cmgrid_module .cmgrid_list {
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 5px), 1fr));
  }
}
.sm_v3 .cmgrid_module .cmgrid_item_box, .body_sd_v2 .cmgrid_module .cmgrid_item_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 35px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sm_v3 .cmgrid_module .cmgrid_full_box, .body_sd_v2 .cmgrid_module .cmgrid_full_box {
  margin: 0;
}
.cmgrid_module .cmgrid_full_box.mnsditem_ty_list, .cmgrid_module .cmgrid_full_box.mnsditem_ty_big, .cmgrid_module .cmgrid_full_box.mnsditem_ty_review {
  padding: 35px 0 20px;
}

.cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item, .cmitem_grid_lst.mnsditem_ty_list .cmitem_grid_item, .cmitem_grid_lst.mnsditem_ty_big .cmitem_grid_item, .cmitem_grid_lst.mnsditem_ty_review .cmitem_grid_item {
  padding: 35px 0 15px;
}
.cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item {
  width: 50%;
}
.cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item:nth-child(even) {
  padding-left: 2.5px;
}
.cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item:nth-child(odd) {
  padding-right: 2.5px;
}
.cmitem_grid_lst.mnsditem_ty_list .cmitem_grid_item, .cmitem_grid_lst.mnsditem_ty_big .cmitem_grid_item, .cmitem_grid_lst.mnsditem_ty_review .cmitem_grid_item {
  width: 100%;
}
.cmitem_grid_lst.mnsditem_ty_list .cmitem_helper_el .cmbadge_mmbrs {
  margin-right: 4px;
}

.mnsditem_unit {
  position: relative;
  background-color: #fff;
}
.mnsditem_unit .adult19_img {
  background-color: transparent;
}

.mnsditem_chk {
  position: relative;
  margin-right: 2px;
}
.mnsditem_chk .mnsditem_chk_lbl {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 3px;
  background-color: #fff;
}
.mnsditem_chk .mnsditem_chk_inp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  opacity: 0.01;
}
.mnsditem_chk .mnsditem_chk_inp:checked + .mnsditem_chk_lbl {
  border-color: var(--m-colors-primary, #ff5452);
  background-color: var(--m-colors-primary, #ff5452);
}
.mnsditem_chk .mnsditem_chk_inp:checked + .mnsditem_chk_lbl:after {
  position: absolute;
  bottom: 3px;
  left: 7px;
  width: 11px;
  height: 5px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  content: "";
}
.mnsditem_chk .mnsditem_chk_inp.disabled + .mnsditem_chk_lbl {
  border-color: #e5e5e5;
  background-color: #fff;
}
.mnsditem_chk .mnsditem_chk_inp.disabled + .mnsditem_chk_lbl:after {
  position: absolute;
  bottom: 3px;
  left: 7px;
  width: 11px;
  height: 5px;
  border: 3px solid #ccc;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  content: "";
}

.mnsditem_helper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  height: 20px;
  line-height: 16px;
  margin: 0 0 4px 15px;
}

.mnsditem_helper_el {
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.mnsditem_helper_el.ty2 {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.mnsditem_helper_el .cmbadge_mmbrs,
.mnsditem_helper_el .cmbadge_universe_rectangle {
  margin-right: 4px;
}

.mnsditem_best {
  margin-right: 6px;
  font-size: 18px;
  line-height: 20px;
}

.mnsditem_rank {
  margin-right: 6px;
  line-height: 14px;
}
.mnsditem_rank > em {
  font-weight: inherit;
}
.mnsditem_rank.mnsditem_rank_up {
  position: relative;
  padding: 3px 0 4px 12px;
  color: var(--m-colors-black, #000000);
}
.mnsditem_rank.mnsditem_rank_up:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 5px solid #000;
  content: "";
}
.mnsditem_rank.mnsditem_rank_down {
  position: relative;
  padding: 3px 0 4px 12px;
  color: var(--m-colors-black, #000000);
}
.mnsditem_rank.mnsditem_rank_down:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  border-bottom: 0 solid transparent;
  content: "";
}
.mnsditem_rank.mnsditem_rank_new {
  margin-right: 0;
}
.mnsditem_rank.mnsditem_rank_new:before {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -94px 0px;
  background-size: 176px 165px;
  width: 32px;
  height: 20px;
  display: block;
  content: "";
}
.mnsditem_rank.mnsditem_rank_same {
  padding-top: 10px;
}
.mnsditem_rank.mnsditem_rank_same:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--m-colors-black, #000000);
}
.mnsditem_rank.mnsditem_rank_num {
  font-weight: bold;
}

.mnsditem_bdg {
  max-width: 100%;
  height: 20px;
  margin-right: 4px;
  padding: 1px 8px 0;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--m-colors-black, #000000);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  line-height: 16px;
}
.mnsditem_bdg.ty_always {
  color: #fff;
  background-color: var(--m-colors-black, #000000);
}
.mnsditem_bdg.ty_openmarket {
  border-color: #777;
  color: #777;
}
.mnsditem_bdg.ty_buydone {
  color: #fff;
  background-color: var(--m-colors-gray900, #222222);
}
.mnsditem_bdg.ty_reviewinfo {
  border-color: #767676;
  color: #767676;
}
.mnsditem_bdg.ty_reviewinfo span + span:before {
  content: " · ";
}

.mnsditem_bdg_goods {
  overflow: hidden;
  display: inline-block;
  min-width: 40px;
  margin-right: 4px;
  border: solid 1px #222;
  font-size: 0;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.mnsditem_bdg_goods > span {
  display: inline-block;
  font-size: 11px;
  color: var(--m-colors-gray900, #222222);
  vertical-align: top;
  font-weight: bold;
}
.mnsditem_bdg_goods .mnsditem_goods_tx {
  padding: 1px 3px 0 5px;
}
.mnsditem_bdg_goods .mnsditem_goods_num {
  padding: 1px 5px 0 6px;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--m-colors-gray900, #222222);
  color: #fff;
}

.mnsditem_bdg_holidayemart,
.mnsditem_bdg_holidaydepartment,
.mnsditem_bdg_holiday {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}

.mnsditem_bdg_holidayemart {
  width: 43px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holidayemart_rectangle.png");
}

.mnsditem_bdg_holidaydepartment {
  width: 50px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holidaydepartment_rectangle.png");
}

.mnsditem_bdg_holiday {
  width: 32.5px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/common/badge_promotion_holiday_rectangle.png");
}

.mnsditem_goods {
  position: relative;
}

.mnsditem_thmb {
  position: relative;
}
.mnsditem_thmb .cmbtn_video_wrap {
  left: 0;
  bottom: 0;
}
.mnsditem_thmb .mnsditem_thmb_link {
  display: block;
  position: relative;
}
.mnsditem_thmb .mnsditem_thmb_imgbx {
  position: relative;
  padding-top: 100%;
}
.mnsditem_thmb .mnsditem_thmb_imgbx:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.mnsditem_thmb .mnsditem_thmb_imgbx .mnsditem_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mnsditem_thmb .mnsditem_thmb_imgbx.ty_ratio124 {
  padding-top: 124.33%;
  overflow: hidden;
}
.mnsditem_thmb .mnsditem_thmb_imgbx.ty_ratio124 .mnsditem_thmb_img {
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.mnsditem_thmb .mnsditem_thmb_imgbx.ty_ratio133 {
  padding-top: 133.33%;
}
.mnsditem_thmb .mnsditem_bdg_buycount {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 7px;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: normal;
  color: var(--m-colors-white, #ffffff);
  border-radius: 8px;
  background-color: rgba(255, 65, 45, 0.6);
}
.mnsditem_thmb .mnsditem_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mnsditem_thmb .mnsditem_btn_lens {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -50px 0px;
  background-size: 176px 165px;
  width: 34px;
  height: 34px;
  display: block;
}
.mnsditem_thmb .mnsditem_thmb_ctrl {
  position: absolute;
  left: 3px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mnsditem_thmb .mnsditem_thmb_ctrl .badge {
  margin-left: -3px;
  margin-bottom: -3px;
}
.mnsditem_thmb .mnsditem_btn_like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.mnsditem_thmb .mnsditem_btn_like ._js_cmlike .cmlike_ico i {
  -webkit-filter: invert(63%) sepia(11%) saturate(11%) hue-rotate(314deg) brightness(94%) contrast(85%);
          filter: invert(63%) sepia(11%) saturate(11%) hue-rotate(314deg) brightness(94%) contrast(85%);
}
.mnsditem_thmb .mnsditem_btn_like ._js_cmlike.on .cmlike_ico i {
  -webkit-filter: none;
          filter: none;
}
.mnsditem_thmb .mnsditem_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_status .mnsditem_soldout_txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils .mnsditem_soldout_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #444444;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils .mnsditem_soldout_col + .mnsditem_soldout_col {
  border-left: 1px solid #969696;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils .mnsditem_soldout_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils .mnsditem_soldout_btn > .icon {
  vertical-align: top;
  margin-right: 3px;
}
.mnsditem_thmb .mnsditem_soldout .mnsditem_soldout_utils .mnsditem_soldout_btn > .icon::after {
  -webkit-filter: invert(86%) sepia(89%) saturate(2%) hue-rotate(271deg) brightness(110%) contrast(97%);
          filter: invert(86%) sepia(89%) saturate(2%) hue-rotate(271deg) brightness(110%) contrast(97%);
}
.mnsditem_ty_review .mnsditem_thmb .mnsditem_soldout {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}
.mnsditem_thmb .cmitem_tt_adinfo {
  position: absolute;
  top: 4px;
  right: 4px;
}

.mnsditem_detail {
  padding: 10px 15px 0;
}

.mnsditem_maininfo_link {
  display: block;
}

.mnsditem_tit {
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 4px;
}
.mnsditem_tit .cm_mall_text > i {
  font-size: 13px;
}
.mnsditem_tit .mnsditem_goods_brand {
  color: var(--m-colors-black, #000000);
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mnsditem_tit .mnsditem_goods_tit {
  color: #444;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mnsditem_ty_big .mnsditem_tit, .mnsditem_ty_review .mnsditem_tit {
  padding-right: 40px;
}
.mnsditem_ty_big .mnsditem_tit .mnsditem_goods_tit, .mnsditem_ty_review .mnsditem_tit .mnsditem_goods_tit {
  -webkit-line-clamp: 1;
}

.mnsditem_pricewrap .mnsditem_price_row:after {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.mnsditem_pricewrap .mnsditem_price_row.mnsditem_ty_newpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mnsditem_pricewrap .released_price {
  height: 16px;
  color: var(--m-colors-gray400, #969696);
  font-size: 12px;
}
.mnsditem_pricewrap .old_price {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #888;
}
.mnsditem_pricewrap .old_price .ssg_price {
  font-size: 12px;
  vertical-align: top;
  line-height: 18px;
}
.mnsditem_pricewrap .old_price .ssg_tx {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
}
.mnsditem_pricewrap .new_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--m-colors-black, #000000);
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 8px;
}
.mnsditem_pricewrap .new_price em {
  font-weight: inherit;
}
.mnsditem_pricewrap .discount_rate {
  margin-left: auto;
  color: #a59357;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.mnsditem_pricewrap .unit_price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
}

.mnsditem_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  color: var(--m-colors-gray900, #222222);
  font-size: 12px;
  line-height: 15px;
}
.mnsditem_review .mnsditem_review_score {
  position: relative;
  padding-left: 15px;
}
.mnsditem_review .mnsditem_review_score .icon_star_fill {
  position: absolute;
  top: 1px;
  left: 0;
  width: 11px;
  height: 11px;
}
.mnsditem_review .mnsditem_review_num {
  position: relative;
  padding-left: 11px;
}
.mnsditem_review .mnsditem_review_num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 1px;
  height: 9px;
  background-color: var(--m-colors-gray350, #cfcfcf);
}

.mnsditem_buycount {
  display: block;
  color: #777;
  font-size: 12px;
  letter-spacing: -0.3px;
}

.mnsditem_taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 72px;
  overflow: hidden;
}
.mnsditem_taglist .cmbadge_mmbrs,
.mnsditem_taglist .cmbadge_universe_rectangle {
  margin: 4px 4px 0 0;
}

.mnsditem_tag,
.mnsditem_tag_link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  height: 20px;
  line-height: 20px;
  margin: 4px 4px 0 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.3px;
  vertical-align: top;
}
@media screen and (max-width: 320px) {
  .mnsditem_tag,
.mnsditem_tag_link {
    font-size: 11px;
  }
}

.mnsditem_tag {
  color: #777;
  -webkit-box-shadow: inset 0 0 0 1px #777;
          box-shadow: inset 0 0 0 1px #777;
}
.mnsditem_tag .ssg-tooltip-wrap.ty_depart_today .ssg-tooltip .btn_text {
  color: var(--m-colors-black, #000000);
}
.mnsditem_tag .ssg-tooltip-wrap.ty_depart_today .ssg-tooltip:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M12 19.2l-8.4-12h16.8l-8.4 12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
}

.mnsditem_tag_link {
  color: var(--m-colors-gray900, #222222);
}
.mnsditem_tag_link.disabled {
  color: var(--m-colors-gray400, #969696);
}

.mnsditem_tagtip_box {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
}
.mnsditem_tagtip_box.on .mnsditem_tagtip_layer {
  display: block;
}
.mnsditem_tagtip_box .ssg-tooltip .btn_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  color: #777;
  font-size: 12px;
  letter-spacing: -0.3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.mnsditem_tagtip_box .mnsditem_tagtip_btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  height: 20px;
  padding: 0 18px 0 8px;
  line-height: 20px;
  color: var(--m-colors-gray900, #222222);
  font-size: 12px;
  letter-spacing: -0.3px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
.mnsditem_tagtip_box .mnsditem_tagtip_btn:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 5px solid var(--m-colors-gray900, #222222);
  border-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 320px) {
  .mnsditem_tagtip_box .mnsditem_tagtip_btn {
    font-size: 11px;
  }
}
.mnsditem_tagtip_box .mnsditem_tagtip_layer {
  display: none;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  min-width: 93px;
  max-width: 220px;
  padding: 23px 10px 10px;
  margin-top: -24px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mnsditem_tagtip_box .mnsditem_tagtip_layer:after {
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -163px -118px;
  background-size: 176px 165px;
  width: 11px;
  height: 11px;
  content: "";
}
.mnsditem_tagtip_box .mnsditem_tagtip_layer em {
  display: inline-block;
}
.mnsditem_tagtip_box .mnsditem_tagtip_layer .mnsditem_tagtip_close {
  display: none;
}

.body_sm .mnsditem_pricewrap .discount_rate,
.body_sm .mnsditem_ty_big .mnsditem_foryou_per,
.mnsditem_ty_sm .mnsditem_pricewrap .discount_rate,
.mnsditem_ty_sm .mnsditem_ty_big .mnsditem_foryou_per {
  color: #f12e24;
}
.body_sm .mnsditem_rank.mnsditem_rank_up,
.mnsditem_ty_sm .mnsditem_rank.mnsditem_rank_up {
  color: var(--m-colors-primary, #ff5452);
}
.body_sm .mnsditem_rank.mnsditem_rank_up:before,
.mnsditem_ty_sm .mnsditem_rank.mnsditem_rank_up:before {
  border-bottom: 5px solid var(--m-colors-primary, #ff5452);
}
.body_sm .mnsditem_rank.mnsditem_rank_down,
.mnsditem_ty_sm .mnsditem_rank.mnsditem_rank_down {
  color: #343aa3;
}
.body_sm .mnsditem_rank.mnsditem_rank_down:before,
.mnsditem_ty_sm .mnsditem_rank.mnsditem_rank_down:before {
  border-top: 5px solid #343aa3;
}

.mnsditem_colorchip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.mnsditem_colorchip .mnsditem_colorchip_element {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-black_alpha4, rgba(0, 0, 0, 0.04));
          box-shadow: inset 0 0 0 1px var(--m-colors-black_alpha4, rgba(0, 0, 0, 0.04));
}
.mnsditem_colorchip .mnsditem_colorchip_counter {
  padding: 0 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: var(--m-colors-gray600, #777777);
}

.mnsditem_ty_list .mnsditem_thmb {
  float: left;
  width: 160px;
  z-index: 1;
}
.mnsditem_ty_list .mnsditem_detail {
  padding: 0;
}
.mnsditem_ty_list .mnsditem_maininfo {
  position: relative;
  overflow: hidden;
  padding: 0 16px 0 20px;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mnsditem_ty_list .mnsditem_maininfo_link {
  padding-top: 10px;
}
.mnsditem_ty_list .mnsditem_badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 9px;
}
.mnsditem_ty_list .mnsditem_dealinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  margin: 0 15px;
}
.mnsditem_ty_list .mnsditem_dealinfo .mnsditem_btn_pick {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.3px;
  text-align: center;
  background-color: var(--m-colors-gray900, #222222);
}
@media screen and (max-width: 320px) {
  .mnsditem_ty_list .mnsditem_dealinfo .mnsditem_btn_pick {
    width: 90px;
    font-size: 11px;
  }
}
.mnsditem_ty_list .mnsditem_sideinfo {
  clear: both;
  margin: 0 15px;
  border-top: 1px solid #f0f0f0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.mnsditem_ty_list .mnsditem_taglist {
  max-height: 24px;
}

.mnsditem_ty_big .mnsditem_foryou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 15px;
  color: #000;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_price {
  padding-left: 4px;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_price .ssg_price {
  font-size: 16px;
  line-height: 1.4;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_price .ssg_tx {
  font-size: 11px;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_oldpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_newpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.mnsditem_ty_big .mnsditem_foryou_pricewrap .mnsditem_foryou_newpr .ssg_price {
  font-weight: bold;
}
.mnsditem_ty_big .mnsditem_foryou_per {
  width: 90px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #b4a36b;
}

.mnsditem_ty_review .mnsditem_thmb_ctrl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mnsditem_ty_review .mnsditem_postng {
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
}
.mnsditem_ty_review .mnsditem_postng_link {
  display: block;
  padding: 15px 40px 12px 15px;
}
.mnsditem_ty_review .mnsditem_postng_thmblist {
  position: absolute;
  bottom: 100%;
  right: 8px;
  margin-bottom: 5px;
}
.mnsditem_ty_review .mnsditem_postng_thmbitem {
  position: relative;
  width: 35px;
  height: 35px;
  margin-top: 2px;
}
.mnsditem_ty_review .mnsditem_postng_thmbitem.ty_video:after {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px -52px;
  background-size: 176px 165px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.mnsditem_ty_review .mnsditem_postng_thmbitem.ty_video .mnsditem_postng_thmb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
@media screen and (max-width: 320px) {
  .mnsditem_ty_review .mnsditem_postng_thmbitem {
    display: none;
  }
  .mnsditem_ty_review .mnsditem_postng_thmbitem:nth-child(1) {
    display: block;
  }
  .mnsditem_ty_review .mnsditem_postng_thmbitem:nth-child(2) {
    display: block;
  }
  .mnsditem_ty_review .mnsditem_postng_thmbitem:nth-child(3) {
    display: block;
  }
}
.mnsditem_ty_review .mnsditem_postng_thmb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mnsditem_ty_review .mnsditem_postng_ctgr {
  overflow: hidden;
  max-height: 27px;
}
.mnsditem_ty_review .mnsditem_postng_ctgr:after {
  clear: both;
  content: "";
  display: block;
}
.mnsditem_ty_review .mnsditem_postng_ctgr_tag {
  float: left;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: -0.3px;
  color: #fff;
}
.mnsditem_ty_review .mnsditem_postng_ctgr_tag.ty_default {
  background-color: #a59357;
}
.mnsditem_ty_review .mnsditem_postng_ctgr_tag.ty_prime {
  background-color: var(--m-colors-black, #000000);
}
.mnsditem_ty_review .mnsditem_postng_detail {
  position: relative;
  font-size: 13px;
  letter-spacing: -0.33px;
  color: #fff;
}
.mnsditem_ty_review .mnsditem_postng_detail:before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(15px, -50%) rotate(45deg) scale(0.66);
          transform: translate(15px, -50%) rotate(45deg) scale(0.66);
  content: "";
}
.mnsditem_ty_review .mnsditem_postng_detail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
  margin-left: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
}
.mnsditem_ty_review .mnsditem_postng_primary {
  overflow: hidden;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mnsditem_ty_review .mnsditem_postng_prtxt {
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
  font-weight: inherit;
}
.mnsditem_ty_review .mnsditem_postng_prtxt:last-child {
  padding-right: 0;
}
.mnsditem_ty_review .mnsditem_postng_prtxt:last-child:after {
  display: none;
}
.mnsditem_ty_review .mnsditem_postng_prtxt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.mnsditem_ty_review .mnsditem_postng_desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 17px;
  word-wrap: break-word;
  word-break: break-all;
}

.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_detail {
  padding: 10px 15px 0 0;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_thmb .mnsditem_soldout {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_thmb_ctrl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng {
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_link {
  display: block;
  padding: 15px 40px 12px 15px;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmblist {
  position: absolute;
  bottom: 100%;
  right: 8px;
  margin-bottom: 5px;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem {
  position: relative;
  width: 35px;
  height: 35px;
  margin-top: 2px;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem.ty_video:after {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px -52px;
  background-size: 176px 165px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem.ty_video .mnsditem_postng_thmb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
@media screen and (max-width: 320px) {
  .cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem {
    display: none;
  }
  .cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem:nth-child(1) {
    display: block;
  }
  .cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem:nth-child(2) {
    display: block;
  }
  .cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmbitem:nth-child(3) {
    display: block;
  }
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_thmb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_ctgr {
  overflow: hidden;
  max-height: 26px;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_ctgr:after {
  clear: both;
  content: "";
  display: block;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_ctgr_tag {
  float: left;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: -0.3px;
  color: #fff;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_ctgr_tag.ty_default {
  background-color: #a59357;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_ctgr_tag.ty_prime {
  background-color: var(--m-colors-black, #000000);
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_detail {
  position: relative;
  font-size: 13px;
  letter-spacing: -0.33px;
  color: #fff;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_detail:before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(15px, -50%) rotate(45deg) scale(0.66);
          transform: translate(15px, -50%) rotate(45deg) scale(0.66);
  content: "";
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_detail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
  margin-left: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_primary {
  overflow: hidden;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_prtxt {
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
  font-weight: inherit;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_prtxt:last-child {
  padding-right: 0;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_prtxt:last-child:after {
  display: none;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_prtxt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.cmhorizontal_scrollitem_review .cmitem_ty_review .mnsditem_postng_desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 17px;
  word-wrap: break-word;
  word-break: break-all;
}

.cmitem_ty_thmbCol3 .mnsditem_detail {
  padding: 10px 0 0;
}
.cmitem_ty_thmbCol3 .mnsditem_tit {
  font-size: 12px;
  padding-bottom: 2px;
}
.cmitem_ty_thmbCol3 .mnsditem_goods_brand {
  color: #444;
  font-weight: 400;
}
.cmitem_ty_thmbCol3 .mnsditem_goods_tit {
  -webkit-line-clamp: 1;
  font-weight: 400;
}
.cmitem_ty_thmbCol3 .mnsditem_pricewrap .mnsditem_price_row.mnsditem_ty_newpr {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-top: 0;
}
.cmitem_ty_thmbCol3 .mnsditem_pricewrap .new_price .ssg_price {
  font-weight: 400;
  font-size: 13px;
}
.cmitem_ty_thmbCol3 .mnsditem_pricewrap .new_price .ssg_tx {
  font-weight: 400;
  font-size: 11px;
}
.cmitem_ty_thmbCol3 .mnsditem_pricewrap .discount_rate {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 400;
}

.cmgrid_module .cmgrid_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  margin: 0 8px;
}
.cmgrid_module .cmgrid_item_box {
  padding: 35px 7px 15px 8px;
}
.cmgrid_module .cmgrid_item_box.cmlive_ty_thmb {
  padding: 15px 7px 15px 8px;
}
.cmgrid_module .cmgrid_item_box.cmssgtv_ty_thmb {
  padding: 15px 7px 15px 8px;
}
.cmgrid_module .cmgrid_full_box {
  grid-column: span 2;
  margin: 0 -8px;
}
.cmgrid_module .cmgrid_full_box.ty_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_list {
  padding: 35px 15px 20px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_big {
  padding: 35px 15px 20px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_review {
  padding: 35px 15px 20px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_contents {
  padding: 15px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_deal {
  padding: 15px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_deal.v2 {
  padding: 15px 15px 30px;
}
.cmgrid_module .cmgrid_full_box.cmitem_ty_col3 {
  padding: 10px 16px 20px;
}
.cmgrid_module .cmgrid_full_box.cmgiftpack_ty_list {
  padding: 10px 16px 20px;
}
.cmgrid_module .native_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cmgrid_module .native_scroll::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 750px) {
  .cmgrid_module .cmgrid_list {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
  .cmgrid_module .cmgrid_full_box {
    grid-column: span 4;
  }
  .cmgrid_module .cmgrid_full_box.cmgrid_rwd_col2, .cmgrid_module .cmgrid_full_box.cmitem_ty_list, .cmgrid_module .cmgrid_full_box.cmitem_ty_big, .cmgrid_module .cmgrid_full_box.cmitem_ty_review, .cmgrid_module .cmgrid_full_box.cmitem_ty_contents, .cmgrid_module .cmgrid_full_box.cmitem_ty_deal, .cmgrid_module .cmgrid_full_box.cmgiftpack_ty_list {
    grid-column: span 2;
  }
}
.cmhero_banner {
  position: relative;
}
.cmhero_banner .cmhero_swiper {
  position: relative;
}
.cmhero_banner .cmhero_swiper.disabled .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.cmhero_banner .cmhero_swiper.disabled .swiper-ctrls {
  display: none;
}
.cmhero_banner .swiper-ctrls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 35px;
  margin-top: calc(61.334% - 35px);
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_nav.cmhero_swiper_prev {
  left: 0;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_nav.cmhero_swiper_next {
  right: 0;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.07);
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util button {
  width: 35px;
  height: 35px;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay {
  display: block;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay {
  position: relative;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay .label_play {
  display: block;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay .label_pause {
  display: none;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14"><g fill="none" fill-rule="evenodd" opacity=".7"><path fill="%23FFF" d="M0 0L0 14 12.93 7.062z"/></g></svg>');
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause .label_play {
  display: none;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause .label_pause {
  display: block;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause:after {
  width: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14"><g fill="none" fill-rule="evenodd" opacity=".6"><path fill="%23D8D8D8" fill-opacity="0" d="M0 0H14V14H0z" transform="translate(-3)"/><path fill="%23FFF" d="M4.5 0v14H3V0h1.5zm6 0v14H9V0h1.5z" transform="translate(-3)"/></g></svg>');
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  display: block;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview {
  position: relative;
}
.cmhero_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g fill="none" fill-rule="evenodd"><path fill="%23FFF" d="M13.5 2v11.333H2.3v-1.5h9.718V2H13.5zm-3.001-2v10.625H0V0h10.499z"/></g></svg>');
}
.cmhero_banner .swiper-ctrls .swiper-pagination-progressbar {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  width: 177px;
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
}
.cmhero_banner .swiper-ctrls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #fff;
}
.cmhero_banner.ty_bn20 .swiper-ctrls {
  margin-top: calc(20% - 35px);
}
.cmhero_banner.ty_bn20 .cmhero_bn {
  padding-bottom: 20%;
}
.cmhero_banner.ty_bn21 .swiper-ctrls {
  margin-top: calc(21% - 35px);
}
.cmhero_banner.ty_bn21 .cmhero_bn {
  padding-bottom: 21%;
}
.cmhero_banner.ty_bn22 .swiper-ctrls {
  margin-top: calc(22% - 35px);
}
.cmhero_banner.ty_bn22 .cmhero_bn {
  padding-bottom: 22%;
}
.cmhero_banner.ty_bn23 .swiper-ctrls {
  margin-top: calc(23% - 35px);
}
.cmhero_banner.ty_bn23 .cmhero_bn {
  padding-bottom: 23%;
}
.cmhero_banner.ty_bn24 .swiper-ctrls {
  margin-top: calc(24% - 35px);
}
.cmhero_banner.ty_bn24 .cmhero_bn {
  padding-bottom: 24%;
}
.cmhero_banner.ty_bn25 .swiper-ctrls {
  margin-top: calc(25% - 35px);
}
.cmhero_banner.ty_bn25 .cmhero_bn {
  padding-bottom: 25%;
}
.cmhero_banner.ty_bn26 .swiper-ctrls {
  margin-top: calc(26% - 35px);
}
.cmhero_banner.ty_bn26 .cmhero_bn {
  padding-bottom: 26%;
}
.cmhero_banner.ty_bn27 .swiper-ctrls {
  margin-top: calc(27% - 35px);
}
.cmhero_banner.ty_bn27 .cmhero_bn {
  padding-bottom: 27%;
}
.cmhero_banner.ty_bn28 .swiper-ctrls {
  margin-top: calc(28% - 35px);
}
.cmhero_banner.ty_bn28 .cmhero_bn {
  padding-bottom: 28%;
}
.cmhero_banner.ty_bn29 .swiper-ctrls {
  margin-top: calc(29% - 35px);
}
.cmhero_banner.ty_bn29 .cmhero_bn {
  padding-bottom: 29%;
}
.cmhero_banner.ty_bn30 .swiper-ctrls {
  margin-top: calc(30% - 35px);
}
.cmhero_banner.ty_bn30 .cmhero_bn {
  padding-bottom: 30%;
}
.cmhero_banner.ty_bn31 .swiper-ctrls {
  margin-top: calc(31% - 35px);
}
.cmhero_banner.ty_bn31 .cmhero_bn {
  padding-bottom: 31%;
}
.cmhero_banner.ty_bn32 .swiper-ctrls {
  margin-top: calc(32% - 35px);
}
.cmhero_banner.ty_bn32 .cmhero_bn {
  padding-bottom: 32%;
}
.cmhero_banner.ty_bn33 .swiper-ctrls {
  margin-top: calc(33% - 35px);
}
.cmhero_banner.ty_bn33 .cmhero_bn {
  padding-bottom: 33%;
}
.cmhero_banner.ty_bn34 .swiper-ctrls {
  margin-top: calc(34% - 35px);
}
.cmhero_banner.ty_bn34 .cmhero_bn {
  padding-bottom: 34%;
}
.cmhero_banner.ty_bn35 .swiper-ctrls {
  margin-top: calc(35% - 35px);
}
.cmhero_banner.ty_bn35 .cmhero_bn {
  padding-bottom: 35%;
}
.cmhero_banner.ty_bn36 .swiper-ctrls {
  margin-top: calc(36% - 35px);
}
.cmhero_banner.ty_bn36 .cmhero_bn {
  padding-bottom: 36%;
}
.cmhero_banner.ty_bn37 .swiper-ctrls {
  margin-top: calc(37% - 35px);
}
.cmhero_banner.ty_bn37 .cmhero_bn {
  padding-bottom: 37%;
}
.cmhero_banner.ty_bn38 .swiper-ctrls {
  margin-top: calc(38% - 35px);
}
.cmhero_banner.ty_bn38 .cmhero_bn {
  padding-bottom: 38%;
}
.cmhero_banner.ty_bn39 .swiper-ctrls {
  margin-top: calc(39% - 35px);
}
.cmhero_banner.ty_bn39 .cmhero_bn {
  padding-bottom: 39%;
}
.cmhero_banner.ty_bn40 .swiper-ctrls {
  margin-top: calc(40% - 35px);
}
.cmhero_banner.ty_bn40 .cmhero_bn {
  padding-bottom: 40%;
}
.cmhero_banner.ty_bn41 .swiper-ctrls {
  margin-top: calc(41% - 35px);
}
.cmhero_banner.ty_bn41 .cmhero_bn {
  padding-bottom: 41%;
}
.cmhero_banner.ty_bn42 .swiper-ctrls {
  margin-top: calc(42% - 35px);
}
.cmhero_banner.ty_bn42 .cmhero_bn {
  padding-bottom: 42%;
}
.cmhero_banner.ty_bn43 .swiper-ctrls {
  margin-top: calc(43% - 35px);
}
.cmhero_banner.ty_bn43 .cmhero_bn {
  padding-bottom: 43%;
}
.cmhero_banner.ty_bn44 .swiper-ctrls {
  margin-top: calc(44% - 35px);
}
.cmhero_banner.ty_bn44 .cmhero_bn {
  padding-bottom: 44%;
}
.cmhero_banner.ty_bn45 .swiper-ctrls {
  margin-top: calc(45% - 35px);
}
.cmhero_banner.ty_bn45 .cmhero_bn {
  padding-bottom: 45%;
}
.cmhero_banner.ty_bn46 .swiper-ctrls {
  margin-top: calc(46% - 35px);
}
.cmhero_banner.ty_bn46 .cmhero_bn {
  padding-bottom: 46%;
}
.cmhero_banner.ty_bn47 .swiper-ctrls {
  margin-top: calc(47% - 35px);
}
.cmhero_banner.ty_bn47 .cmhero_bn {
  padding-bottom: 47%;
}
.cmhero_banner.ty_bn48 .swiper-ctrls {
  margin-top: calc(48% - 35px);
}
.cmhero_banner.ty_bn48 .cmhero_bn {
  padding-bottom: 48%;
}
.cmhero_banner.ty_bn49 .swiper-ctrls {
  margin-top: calc(49% - 35px);
}
.cmhero_banner.ty_bn49 .cmhero_bn {
  padding-bottom: 49%;
}
.cmhero_banner.ty_bn50 .swiper-ctrls {
  margin-top: calc(50% - 35px);
}
.cmhero_banner.ty_bn50 .cmhero_bn {
  padding-bottom: 50%;
}
.cmhero_banner.ty_bn51 .swiper-ctrls {
  margin-top: calc(51% - 35px);
}
.cmhero_banner.ty_bn51 .cmhero_bn {
  padding-bottom: 51%;
}
.cmhero_banner.ty_bn52 .swiper-ctrls {
  margin-top: calc(52% - 35px);
}
.cmhero_banner.ty_bn52 .cmhero_bn {
  padding-bottom: 52%;
}
.cmhero_banner.ty_bn53 .swiper-ctrls {
  margin-top: calc(53% - 35px);
}
.cmhero_banner.ty_bn53 .cmhero_bn {
  padding-bottom: 53%;
}
.cmhero_banner.ty_bn54 .swiper-ctrls {
  margin-top: calc(54% - 35px);
}
.cmhero_banner.ty_bn54 .cmhero_bn {
  padding-bottom: 54%;
}
.cmhero_banner.ty_bn55 .swiper-ctrls {
  margin-top: calc(55% - 35px);
}
.cmhero_banner.ty_bn55 .cmhero_bn {
  padding-bottom: 55%;
}
.cmhero_banner.ty_bn56 .swiper-ctrls {
  margin-top: calc(56% - 35px);
}
.cmhero_banner.ty_bn56 .cmhero_bn {
  padding-bottom: 56%;
}
.cmhero_banner.ty_bn57 .swiper-ctrls {
  margin-top: calc(57% - 35px);
}
.cmhero_banner.ty_bn57 .cmhero_bn {
  padding-bottom: 57%;
}
.cmhero_banner.ty_bn58 .swiper-ctrls {
  margin-top: calc(58% - 35px);
}
.cmhero_banner.ty_bn58 .cmhero_bn {
  padding-bottom: 58%;
}
.cmhero_banner.ty_bn59 .swiper-ctrls {
  margin-top: calc(59% - 35px);
}
.cmhero_banner.ty_bn59 .cmhero_bn {
  padding-bottom: 59%;
}
.cmhero_banner.ty_bn60 .swiper-ctrls {
  margin-top: calc(60% - 35px);
}
.cmhero_banner.ty_bn60 .cmhero_bn {
  padding-bottom: 60%;
}
.cmhero_banner.ty_bn61 .swiper-ctrls {
  margin-top: calc(61% - 35px);
}
.cmhero_banner.ty_bn61 .cmhero_bn {
  padding-bottom: 61%;
}
.cmhero_banner.ty_bn62 .swiper-ctrls {
  margin-top: calc(62% - 35px);
}
.cmhero_banner.ty_bn62 .cmhero_bn {
  padding-bottom: 62%;
}
.cmhero_banner.ty_bn63 .swiper-ctrls {
  margin-top: calc(63% - 35px);
}
.cmhero_banner.ty_bn63 .cmhero_bn {
  padding-bottom: 63%;
}
.cmhero_banner.ty_bn64 .swiper-ctrls {
  margin-top: calc(64% - 35px);
}
.cmhero_banner.ty_bn64 .cmhero_bn {
  padding-bottom: 64%;
}
.cmhero_banner.ty_bn65 .swiper-ctrls {
  margin-top: calc(65% - 35px);
}
.cmhero_banner.ty_bn65 .cmhero_bn {
  padding-bottom: 65%;
}
.cmhero_banner.ty_bn66 .swiper-ctrls {
  margin-top: calc(66% - 35px);
}
.cmhero_banner.ty_bn66 .cmhero_bn {
  padding-bottom: 66%;
}
.cmhero_banner.ty_bn67 .swiper-ctrls {
  margin-top: calc(67% - 35px);
}
.cmhero_banner.ty_bn67 .cmhero_bn {
  padding-bottom: 67%;
}
.cmhero_banner.ty_bn68 .swiper-ctrls {
  margin-top: calc(68% - 35px);
}
.cmhero_banner.ty_bn68 .cmhero_bn {
  padding-bottom: 68%;
}
.cmhero_banner.ty_bn69 .swiper-ctrls {
  margin-top: calc(69% - 35px);
}
.cmhero_banner.ty_bn69 .cmhero_bn {
  padding-bottom: 69%;
}
.cmhero_banner.ty_bn70 .swiper-ctrls {
  margin-top: calc(70% - 35px);
}
.cmhero_banner.ty_bn70 .cmhero_bn {
  padding-bottom: 70%;
}
.cmhero_banner.ty_bn71 .swiper-ctrls {
  margin-top: calc(71% - 35px);
}
.cmhero_banner.ty_bn71 .cmhero_bn {
  padding-bottom: 71%;
}
.cmhero_banner.ty_bn72 .swiper-ctrls {
  margin-top: calc(72% - 35px);
}
.cmhero_banner.ty_bn72 .cmhero_bn {
  padding-bottom: 72%;
}
.cmhero_banner.ty_bn73 .swiper-ctrls {
  margin-top: calc(73% - 35px);
}
.cmhero_banner.ty_bn73 .cmhero_bn {
  padding-bottom: 73%;
}
.cmhero_banner.ty_bn74 .swiper-ctrls {
  margin-top: calc(74% - 35px);
}
.cmhero_banner.ty_bn74 .cmhero_bn {
  padding-bottom: 74%;
}
.cmhero_banner.ty_bn75 .swiper-ctrls {
  margin-top: calc(75% - 35px);
}
.cmhero_banner.ty_bn75 .cmhero_bn {
  padding-bottom: 75%;
}
.cmhero_banner.ty_bn76 .swiper-ctrls {
  margin-top: calc(76% - 35px);
}
.cmhero_banner.ty_bn76 .cmhero_bn {
  padding-bottom: 76%;
}
.cmhero_banner.ty_bn77 .swiper-ctrls {
  margin-top: calc(77% - 35px);
}
.cmhero_banner.ty_bn77 .cmhero_bn {
  padding-bottom: 77%;
}
.cmhero_banner.ty_bn78 .swiper-ctrls {
  margin-top: calc(78% - 35px);
}
.cmhero_banner.ty_bn78 .cmhero_bn {
  padding-bottom: 78%;
}
.cmhero_banner.ty_bn79 .swiper-ctrls {
  margin-top: calc(79% - 35px);
}
.cmhero_banner.ty_bn79 .cmhero_bn {
  padding-bottom: 79%;
}
.cmhero_banner.ty_bn80 .swiper-ctrls {
  margin-top: calc(80% - 35px);
}
.cmhero_banner.ty_bn80 .cmhero_bn {
  padding-bottom: 80%;
}
.cmhero_banner.ty_bn81 .swiper-ctrls {
  margin-top: calc(81% - 35px);
}
.cmhero_banner.ty_bn81 .cmhero_bn {
  padding-bottom: 81%;
}
.cmhero_banner.ty_bn82 .swiper-ctrls {
  margin-top: calc(82% - 35px);
}
.cmhero_banner.ty_bn82 .cmhero_bn {
  padding-bottom: 82%;
}
.cmhero_banner.ty_bn83 .swiper-ctrls {
  margin-top: calc(83% - 35px);
}
.cmhero_banner.ty_bn83 .cmhero_bn {
  padding-bottom: 83%;
}
.cmhero_banner.ty_bn84 .swiper-ctrls {
  margin-top: calc(84% - 35px);
}
.cmhero_banner.ty_bn84 .cmhero_bn {
  padding-bottom: 84%;
}
.cmhero_banner.ty_bn85 .swiper-ctrls {
  margin-top: calc(85% - 35px);
}
.cmhero_banner.ty_bn85 .cmhero_bn {
  padding-bottom: 85%;
}
.cmhero_banner.ty_bn86 .swiper-ctrls {
  margin-top: calc(86% - 35px);
}
.cmhero_banner.ty_bn86 .cmhero_bn {
  padding-bottom: 86%;
}
.cmhero_banner.ty_bn87 .swiper-ctrls {
  margin-top: calc(87% - 35px);
}
.cmhero_banner.ty_bn87 .cmhero_bn {
  padding-bottom: 87%;
}
.cmhero_banner.ty_bn88 .swiper-ctrls {
  margin-top: calc(88% - 35px);
}
.cmhero_banner.ty_bn88 .cmhero_bn {
  padding-bottom: 88%;
}
.cmhero_banner.ty_bn89 .swiper-ctrls {
  margin-top: calc(89% - 35px);
}
.cmhero_banner.ty_bn89 .cmhero_bn {
  padding-bottom: 89%;
}
.cmhero_banner.ty_bn90 .swiper-ctrls {
  margin-top: calc(90% - 35px);
}
.cmhero_banner.ty_bn90 .cmhero_bn {
  padding-bottom: 90%;
}
.cmhero_banner.ty_bn91 .swiper-ctrls {
  margin-top: calc(91% - 35px);
}
.cmhero_banner.ty_bn91 .cmhero_bn {
  padding-bottom: 91%;
}
.cmhero_banner.ty_bn92 .swiper-ctrls {
  margin-top: calc(92% - 35px);
}
.cmhero_banner.ty_bn92 .cmhero_bn {
  padding-bottom: 92%;
}
.cmhero_banner.ty_bn93 .swiper-ctrls {
  margin-top: calc(93% - 35px);
}
.cmhero_banner.ty_bn93 .cmhero_bn {
  padding-bottom: 93%;
}
.cmhero_banner.ty_bn94 .swiper-ctrls {
  margin-top: calc(94% - 35px);
}
.cmhero_banner.ty_bn94 .cmhero_bn {
  padding-bottom: 94%;
}
.cmhero_banner.ty_bn95 .swiper-ctrls {
  margin-top: calc(95% - 35px);
}
.cmhero_banner.ty_bn95 .cmhero_bn {
  padding-bottom: 95%;
}
.cmhero_banner.ty_bn96 .swiper-ctrls {
  margin-top: calc(96% - 35px);
}
.cmhero_banner.ty_bn96 .cmhero_bn {
  padding-bottom: 96%;
}
.cmhero_banner.ty_bn97 .swiper-ctrls {
  margin-top: calc(97% - 35px);
}
.cmhero_banner.ty_bn97 .cmhero_bn {
  padding-bottom: 97%;
}
.cmhero_banner.ty_bn98 .swiper-ctrls {
  margin-top: calc(98% - 35px);
}
.cmhero_banner.ty_bn98 .cmhero_bn {
  padding-bottom: 98%;
}
.cmhero_banner.ty_bn99 .swiper-ctrls {
  margin-top: calc(99% - 35px);
}
.cmhero_banner.ty_bn99 .cmhero_bn {
  padding-bottom: 99%;
}
.cmhero_banner.ty_bn100 .swiper-ctrls {
  margin-top: calc(100% - 35px);
}
.cmhero_banner.ty_bn100 .cmhero_bn {
  padding-bottom: 100%;
}
.cmhero_banner.ty_bn101 .swiper-ctrls {
  margin-top: calc(101% - 35px);
}
.cmhero_banner.ty_bn101 .cmhero_bn {
  padding-bottom: 101%;
}
.cmhero_banner.ty_bn102 .swiper-ctrls {
  margin-top: calc(102% - 35px);
}
.cmhero_banner.ty_bn102 .cmhero_bn {
  padding-bottom: 102%;
}
.cmhero_banner.ty_bn103 .swiper-ctrls {
  margin-top: calc(103% - 35px);
}
.cmhero_banner.ty_bn103 .cmhero_bn {
  padding-bottom: 103%;
}
.cmhero_banner.ty_bn104 .swiper-ctrls {
  margin-top: calc(104% - 35px);
}
.cmhero_banner.ty_bn104 .cmhero_bn {
  padding-bottom: 104%;
}
.cmhero_banner.ty_bn105 .swiper-ctrls {
  margin-top: calc(105% - 35px);
}
.cmhero_banner.ty_bn105 .cmhero_bn {
  padding-bottom: 105%;
}
.cmhero_banner.ty_bn106 .swiper-ctrls {
  margin-top: calc(106% - 35px);
}
.cmhero_banner.ty_bn106 .cmhero_bn {
  padding-bottom: 106%;
}
.cmhero_banner.ty_bn107 .swiper-ctrls {
  margin-top: calc(107% - 35px);
}
.cmhero_banner.ty_bn107 .cmhero_bn {
  padding-bottom: 107%;
}
.cmhero_banner.ty_bn108 .swiper-ctrls {
  margin-top: calc(108% - 35px);
}
.cmhero_banner.ty_bn108 .cmhero_bn {
  padding-bottom: 108%;
}
.cmhero_banner.ty_bn109 .swiper-ctrls {
  margin-top: calc(109% - 35px);
}
.cmhero_banner.ty_bn109 .cmhero_bn {
  padding-bottom: 109%;
}
.cmhero_banner.ty_bn110 .swiper-ctrls {
  margin-top: calc(110% - 35px);
}
.cmhero_banner.ty_bn110 .cmhero_bn {
  padding-bottom: 110%;
}
.cmhero_banner.ty_bn111 .swiper-ctrls {
  margin-top: calc(111% - 35px);
}
.cmhero_banner.ty_bn111 .cmhero_bn {
  padding-bottom: 111%;
}
.cmhero_banner.ty_bn112 .swiper-ctrls {
  margin-top: calc(112% - 35px);
}
.cmhero_banner.ty_bn112 .cmhero_bn {
  padding-bottom: 112%;
}
.cmhero_banner.ty_bn113 .swiper-ctrls {
  margin-top: calc(113% - 35px);
}
.cmhero_banner.ty_bn113 .cmhero_bn {
  padding-bottom: 113%;
}
.cmhero_banner.ty_bn114 .swiper-ctrls {
  margin-top: calc(114% - 35px);
}
.cmhero_banner.ty_bn114 .cmhero_bn {
  padding-bottom: 114%;
}
.cmhero_banner.ty_bn115 .swiper-ctrls {
  margin-top: calc(115% - 35px);
}
.cmhero_banner.ty_bn115 .cmhero_bn {
  padding-bottom: 115%;
}
.cmhero_banner.ty_bn116 .swiper-ctrls {
  margin-top: calc(116% - 35px);
}
.cmhero_banner.ty_bn116 .cmhero_bn {
  padding-bottom: 116%;
}
.cmhero_banner.ty_bn117 .swiper-ctrls {
  margin-top: calc(117% - 35px);
}
.cmhero_banner.ty_bn117 .cmhero_bn {
  padding-bottom: 117%;
}
.cmhero_banner.ty_bn118 .swiper-ctrls {
  margin-top: calc(118% - 35px);
}
.cmhero_banner.ty_bn118 .cmhero_bn {
  padding-bottom: 118%;
}
.cmhero_banner.ty_bn119 .swiper-ctrls {
  margin-top: calc(119% - 35px);
}
.cmhero_banner.ty_bn119 .cmhero_bn {
  padding-bottom: 119%;
}
.cmhero_banner.ty_bn120 .swiper-ctrls {
  margin-top: calc(120% - 35px);
}
.cmhero_banner.ty_bn120 .cmhero_bn {
  padding-bottom: 120%;
}
.cmhero_banner.ty_bn121 .swiper-ctrls {
  margin-top: calc(121% - 35px);
}
.cmhero_banner.ty_bn121 .cmhero_bn {
  padding-bottom: 121%;
}
.cmhero_banner.ty_bn122 .swiper-ctrls {
  margin-top: calc(122% - 35px);
}
.cmhero_banner.ty_bn122 .cmhero_bn {
  padding-bottom: 122%;
}
.cmhero_banner.ty_bn123 .swiper-ctrls {
  margin-top: calc(123% - 35px);
}
.cmhero_banner.ty_bn123 .cmhero_bn {
  padding-bottom: 123%;
}
.cmhero_banner.ty_bn124 .swiper-ctrls {
  margin-top: calc(124% - 35px);
}
.cmhero_banner.ty_bn124 .cmhero_bn {
  padding-bottom: 124%;
}
.cmhero_banner.ty_bn125 .swiper-ctrls {
  margin-top: calc(125% - 35px);
}
.cmhero_banner.ty_bn125 .cmhero_bn {
  padding-bottom: 125%;
}
.cmhero_banner.ty_bn126 .swiper-ctrls {
  margin-top: calc(126% - 35px);
}
.cmhero_banner.ty_bn126 .cmhero_bn {
  padding-bottom: 126%;
}
.cmhero_banner.ty_bn127 .swiper-ctrls {
  margin-top: calc(127% - 35px);
}
.cmhero_banner.ty_bn127 .cmhero_bn {
  padding-bottom: 127%;
}
.cmhero_banner.ty_bn128 .swiper-ctrls {
  margin-top: calc(128% - 35px);
}
.cmhero_banner.ty_bn128 .cmhero_bn {
  padding-bottom: 128%;
}
.cmhero_banner.ty_bn129 .swiper-ctrls {
  margin-top: calc(129% - 35px);
}
.cmhero_banner.ty_bn129 .cmhero_bn {
  padding-bottom: 129%;
}
.cmhero_banner.ty_bn130 .swiper-ctrls {
  margin-top: calc(130% - 35px);
}
.cmhero_banner.ty_bn130 .cmhero_bn {
  padding-bottom: 130%;
}
.cmhero_banner.ty_bn131 .swiper-ctrls {
  margin-top: calc(131% - 35px);
}
.cmhero_banner.ty_bn131 .cmhero_bn {
  padding-bottom: 131%;
}
.cmhero_banner.ty_bn132 .swiper-ctrls {
  margin-top: calc(132% - 35px);
}
.cmhero_banner.ty_bn132 .cmhero_bn {
  padding-bottom: 132%;
}
.cmhero_banner.ty_bn133 .swiper-ctrls {
  margin-top: calc(133% - 35px);
}
.cmhero_banner.ty_bn133 .cmhero_bn {
  padding-bottom: 133%;
}
.cmhero_banner.ty_bn134 .swiper-ctrls {
  margin-top: calc(134% - 35px);
}
.cmhero_banner.ty_bn134 .cmhero_bn {
  padding-bottom: 134%;
}
.cmhero_banner.ty_bn135 .swiper-ctrls {
  margin-top: calc(135% - 35px);
}
.cmhero_banner.ty_bn135 .cmhero_bn {
  padding-bottom: 135%;
}
.cmhero_banner.ty_bn136 .swiper-ctrls {
  margin-top: calc(136% - 35px);
}
.cmhero_banner.ty_bn136 .cmhero_bn {
  padding-bottom: 136%;
}
.cmhero_banner.ty_bn137 .swiper-ctrls {
  margin-top: calc(137% - 35px);
}
.cmhero_banner.ty_bn137 .cmhero_bn {
  padding-bottom: 137%;
}
.cmhero_banner.ty_bn138 .swiper-ctrls {
  margin-top: calc(138% - 35px);
}
.cmhero_banner.ty_bn138 .cmhero_bn {
  padding-bottom: 138%;
}
.cmhero_banner.ty_bn139 .swiper-ctrls {
  margin-top: calc(139% - 35px);
}
.cmhero_banner.ty_bn139 .cmhero_bn {
  padding-bottom: 139%;
}
.cmhero_banner.ty_bn140 .swiper-ctrls {
  margin-top: calc(140% - 35px);
}
.cmhero_banner.ty_bn140 .cmhero_bn {
  padding-bottom: 140%;
}
.cmhero_banner.ty_bn141 .swiper-ctrls {
  margin-top: calc(141% - 35px);
}
.cmhero_banner.ty_bn141 .cmhero_bn {
  padding-bottom: 141%;
}
.cmhero_banner.ty_bn142 .swiper-ctrls {
  margin-top: calc(142% - 35px);
}
.cmhero_banner.ty_bn142 .cmhero_bn {
  padding-bottom: 142%;
}
.cmhero_banner.ty_bn143 .swiper-ctrls {
  margin-top: calc(143% - 35px);
}
.cmhero_banner.ty_bn143 .cmhero_bn {
  padding-bottom: 143%;
}
.cmhero_banner.ty_bn144 .swiper-ctrls {
  margin-top: calc(144% - 35px);
}
.cmhero_banner.ty_bn144 .cmhero_bn {
  padding-bottom: 144%;
}
.cmhero_banner.ty_bn145 .swiper-ctrls {
  margin-top: calc(145% - 35px);
}
.cmhero_banner.ty_bn145 .cmhero_bn {
  padding-bottom: 145%;
}
.cmhero_banner.ty_bn146 .swiper-ctrls {
  margin-top: calc(146% - 35px);
}
.cmhero_banner.ty_bn146 .cmhero_bn {
  padding-bottom: 146%;
}
.cmhero_banner.ty_bn147 .swiper-ctrls {
  margin-top: calc(147% - 35px);
}
.cmhero_banner.ty_bn147 .cmhero_bn {
  padding-bottom: 147%;
}
.cmhero_banner.ty_bn148 .swiper-ctrls {
  margin-top: calc(148% - 35px);
}
.cmhero_banner.ty_bn148 .cmhero_bn {
  padding-bottom: 148%;
}
.cmhero_banner.ty_bn149 .swiper-ctrls {
  margin-top: calc(149% - 35px);
}
.cmhero_banner.ty_bn149 .cmhero_bn {
  padding-bottom: 149%;
}
.cmhero_banner.ty_bn150 .swiper-ctrls {
  margin-top: calc(150% - 35px);
}
.cmhero_banner.ty_bn150 .cmhero_bn {
  padding-bottom: 150%;
}
.cmhero_banner.ty_bn151 .swiper-ctrls {
  margin-top: calc(151% - 35px);
}
.cmhero_banner.ty_bn151 .cmhero_bn {
  padding-bottom: 151%;
}
.cmhero_banner.ty_bn152 .swiper-ctrls {
  margin-top: calc(152% - 35px);
}
.cmhero_banner.ty_bn152 .cmhero_bn {
  padding-bottom: 152%;
}
.cmhero_banner.ty_bn153 .swiper-ctrls {
  margin-top: calc(153% - 35px);
}
.cmhero_banner.ty_bn153 .cmhero_bn {
  padding-bottom: 153%;
}
.cmhero_banner.ty_bn154 .swiper-ctrls {
  margin-top: calc(154% - 35px);
}
.cmhero_banner.ty_bn154 .cmhero_bn {
  padding-bottom: 154%;
}
.cmhero_banner.ty_bn155 .swiper-ctrls {
  margin-top: calc(155% - 35px);
}
.cmhero_banner.ty_bn155 .cmhero_bn {
  padding-bottom: 155%;
}
.cmhero_banner.ty_bn156 .swiper-ctrls {
  margin-top: calc(156% - 35px);
}
.cmhero_banner.ty_bn156 .cmhero_bn {
  padding-bottom: 156%;
}
.cmhero_banner.ty_bn157 .swiper-ctrls {
  margin-top: calc(157% - 35px);
}
.cmhero_banner.ty_bn157 .cmhero_bn {
  padding-bottom: 157%;
}
.cmhero_banner.ty_bn158 .swiper-ctrls {
  margin-top: calc(158% - 35px);
}
.cmhero_banner.ty_bn158 .cmhero_bn {
  padding-bottom: 158%;
}
.cmhero_banner.ty_bn159 .swiper-ctrls {
  margin-top: calc(159% - 35px);
}
.cmhero_banner.ty_bn159 .cmhero_bn {
  padding-bottom: 159%;
}
.cmhero_banner.ty_bn160 .swiper-ctrls {
  margin-top: calc(160% - 35px);
}
.cmhero_banner.ty_bn160 .cmhero_bn {
  padding-bottom: 160%;
}
.cmhero_banner.ty_bn161 .swiper-ctrls {
  margin-top: calc(161% - 35px);
}
.cmhero_banner.ty_bn161 .cmhero_bn {
  padding-bottom: 161%;
}
.cmhero_banner.ty_bn162 .swiper-ctrls {
  margin-top: calc(162% - 35px);
}
.cmhero_banner.ty_bn162 .cmhero_bn {
  padding-bottom: 162%;
}
.cmhero_banner.ty_bn163 .swiper-ctrls {
  margin-top: calc(163% - 35px);
}
.cmhero_banner.ty_bn163 .cmhero_bn {
  padding-bottom: 163%;
}
.cmhero_banner.ty_bn164 .swiper-ctrls {
  margin-top: calc(164% - 35px);
}
.cmhero_banner.ty_bn164 .cmhero_bn {
  padding-bottom: 164%;
}
.cmhero_banner.ty_bn165 .swiper-ctrls {
  margin-top: calc(165% - 35px);
}
.cmhero_banner.ty_bn165 .cmhero_bn {
  padding-bottom: 165%;
}
.cmhero_banner.ty_bn166 .swiper-ctrls {
  margin-top: calc(166% - 35px);
}
.cmhero_banner.ty_bn166 .cmhero_bn {
  padding-bottom: 166%;
}
.cmhero_banner.ty_bn167 .swiper-ctrls {
  margin-top: calc(167% - 35px);
}
.cmhero_banner.ty_bn167 .cmhero_bn {
  padding-bottom: 167%;
}
.cmhero_banner.ty_bn168 .swiper-ctrls {
  margin-top: calc(168% - 35px);
}
.cmhero_banner.ty_bn168 .cmhero_bn {
  padding-bottom: 168%;
}
.cmhero_banner.ty_bn169 .swiper-ctrls {
  margin-top: calc(169% - 35px);
}
.cmhero_banner.ty_bn169 .cmhero_bn {
  padding-bottom: 169%;
}
.cmhero_banner.ty_bn170 .swiper-ctrls {
  margin-top: calc(170% - 35px);
}
.cmhero_banner.ty_bn170 .cmhero_bn {
  padding-bottom: 170%;
}
.cmhero_banner.ty_bn171 .swiper-ctrls {
  margin-top: calc(171% - 35px);
}
.cmhero_banner.ty_bn171 .cmhero_bn {
  padding-bottom: 171%;
}
.cmhero_banner.ty_bn172 .swiper-ctrls {
  margin-top: calc(172% - 35px);
}
.cmhero_banner.ty_bn172 .cmhero_bn {
  padding-bottom: 172%;
}
.cmhero_banner.ty_bn173 .swiper-ctrls {
  margin-top: calc(173% - 35px);
}
.cmhero_banner.ty_bn173 .cmhero_bn {
  padding-bottom: 173%;
}
.cmhero_banner.ty_bn174 .swiper-ctrls {
  margin-top: calc(174% - 35px);
}
.cmhero_banner.ty_bn174 .cmhero_bn {
  padding-bottom: 174%;
}
.cmhero_banner.ty_bn175 .swiper-ctrls {
  margin-top: calc(175% - 35px);
}
.cmhero_banner.ty_bn175 .cmhero_bn {
  padding-bottom: 175%;
}
.cmhero_banner.ty_bn176 .swiper-ctrls {
  margin-top: calc(176% - 35px);
}
.cmhero_banner.ty_bn176 .cmhero_bn {
  padding-bottom: 176%;
}
.cmhero_banner.ty_bn177 .swiper-ctrls {
  margin-top: calc(177% - 35px);
}
.cmhero_banner.ty_bn177 .cmhero_bn {
  padding-bottom: 177%;
}
.cmhero_banner.ty_bn178 .swiper-ctrls {
  margin-top: calc(178% - 35px);
}
.cmhero_banner.ty_bn178 .cmhero_bn {
  padding-bottom: 178%;
}
.cmhero_banner.ty_bn179 .swiper-ctrls {
  margin-top: calc(179% - 35px);
}
.cmhero_banner.ty_bn179 .cmhero_bn {
  padding-bottom: 179%;
}
.cmhero_banner.ty_bn180 .swiper-ctrls {
  margin-top: calc(180% - 35px);
}
.cmhero_banner.ty_bn180 .cmhero_bn {
  padding-bottom: 180%;
}
.cmhero_banner.ty_bn181 .swiper-ctrls {
  margin-top: calc(181% - 35px);
}
.cmhero_banner.ty_bn181 .cmhero_bn {
  padding-bottom: 181%;
}
.cmhero_banner.ty_bn182 .swiper-ctrls {
  margin-top: calc(182% - 35px);
}
.cmhero_banner.ty_bn182 .cmhero_bn {
  padding-bottom: 182%;
}
.cmhero_banner.ty_bn183 .swiper-ctrls {
  margin-top: calc(183% - 35px);
}
.cmhero_banner.ty_bn183 .cmhero_bn {
  padding-bottom: 183%;
}
.cmhero_banner.ty_bn184 .swiper-ctrls {
  margin-top: calc(184% - 35px);
}
.cmhero_banner.ty_bn184 .cmhero_bn {
  padding-bottom: 184%;
}
.cmhero_banner.ty_bn185 .swiper-ctrls {
  margin-top: calc(185% - 35px);
}
.cmhero_banner.ty_bn185 .cmhero_bn {
  padding-bottom: 185%;
}
.cmhero_banner.ty_bn186 .swiper-ctrls {
  margin-top: calc(186% - 35px);
}
.cmhero_banner.ty_bn186 .cmhero_bn {
  padding-bottom: 186%;
}
.cmhero_banner.ty_bn187 .swiper-ctrls {
  margin-top: calc(187% - 35px);
}
.cmhero_banner.ty_bn187 .cmhero_bn {
  padding-bottom: 187%;
}
.cmhero_banner.ty_bn188 .swiper-ctrls {
  margin-top: calc(188% - 35px);
}
.cmhero_banner.ty_bn188 .cmhero_bn {
  padding-bottom: 188%;
}
.cmhero_banner.ty_bn189 .swiper-ctrls {
  margin-top: calc(189% - 35px);
}
.cmhero_banner.ty_bn189 .cmhero_bn {
  padding-bottom: 189%;
}
.cmhero_banner.ty_bn190 .swiper-ctrls {
  margin-top: calc(190% - 35px);
}
.cmhero_banner.ty_bn190 .cmhero_bn {
  padding-bottom: 190%;
}
.cmhero_banner.ty_bn191 .swiper-ctrls {
  margin-top: calc(191% - 35px);
}
.cmhero_banner.ty_bn191 .cmhero_bn {
  padding-bottom: 191%;
}
.cmhero_banner.ty_bn192 .swiper-ctrls {
  margin-top: calc(192% - 35px);
}
.cmhero_banner.ty_bn192 .cmhero_bn {
  padding-bottom: 192%;
}
.cmhero_banner.ty_bn193 .swiper-ctrls {
  margin-top: calc(193% - 35px);
}
.cmhero_banner.ty_bn193 .cmhero_bn {
  padding-bottom: 193%;
}
.cmhero_banner.ty_bn194 .swiper-ctrls {
  margin-top: calc(194% - 35px);
}
.cmhero_banner.ty_bn194 .cmhero_bn {
  padding-bottom: 194%;
}
.cmhero_banner.ty_bn195 .swiper-ctrls {
  margin-top: calc(195% - 35px);
}
.cmhero_banner.ty_bn195 .cmhero_bn {
  padding-bottom: 195%;
}
.cmhero_banner.ty_bn196 .swiper-ctrls {
  margin-top: calc(196% - 35px);
}
.cmhero_banner.ty_bn196 .cmhero_bn {
  padding-bottom: 196%;
}
.cmhero_banner.ty_bn197 .swiper-ctrls {
  margin-top: calc(197% - 35px);
}
.cmhero_banner.ty_bn197 .cmhero_bn {
  padding-bottom: 197%;
}
.cmhero_banner.ty_bn198 .swiper-ctrls {
  margin-top: calc(198% - 35px);
}
.cmhero_banner.ty_bn198 .cmhero_bn {
  padding-bottom: 198%;
}
.cmhero_banner.ty_bn199 .swiper-ctrls {
  margin-top: calc(199% - 35px);
}
.cmhero_banner.ty_bn199 .cmhero_bn {
  padding-bottom: 199%;
}
.cmhero_banner.ty_bn61 .swiper-ctrls {
  margin-top: calc(61.334% - 35px);
}
.cmhero_banner.ty_bn61 .cmhero_bn {
  padding-bottom: 61.334%;
}
.cmhero_banner.ty_bn77 .swiper-ctrls {
  margin-top: calc(77.334% - 35px);
}
.cmhero_banner.ty_bn77 .cmhero_bn {
  padding-bottom: 77.334%;
}
.cmhero_banner.ty_bn115 .swiper-ctrls {
  margin-top: calc(115.94% - 35px);
}
.cmhero_banner.ty_bn115 .cmhero_bn {
  padding-bottom: 115.94%;
}
.cmhero_banner.cmhero_ty_bg {
  padding: 45px 20px 30px;
}
.cmhero_banner.cmhero_ty_bg .cmhero_swiper .cmhero_titlnk {
  display: block;
  min-height: 100px;
  padding: 20px 25px 0 0;
}
.cmhero_banner.cmhero_ty_bg .cmhero_swiper .cmhero_titmain {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 31px;
  color: var(--hero-title-color, #fff);
}
.cmhero_banner.cmhero_ty_bg .cmhero_swiper .cmhero_titsub {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  color: var(--hero-title-color, #fff);
}
.cmhero_banner.cmhero_ty_bg .swiper-ctrls {
  position: static;
  height: 20px;
  margin-top: 10px;
}
.cmhero_banner.cmhero_ty_bg .swiper_ctrls_util {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin-top: calc(100% - 35px);
}
.cmhero_banner.cmhero_ty_bg .swiper-pagination-custom {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--hero-pagination-color, #fff);
}
.cmhero_banner.cmhero_ty_bg .swiper-pagination-separator,
.cmhero_banner.cmhero_ty_bg .swiper-pagination-total {
  opacity: 0.8;
}
.cmhero_banner.cmhero_ty_color .cmhero_swiper .cmhero_tit .cmhero_titlnk {
  position: relative;
  padding: 33px 30px 58px 15px;
}
.cmhero_banner.cmhero_ty_color .cmhero_swiper .cmhero_tit .cmhero_titmain {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -18px;
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: var(--hero-title-color, #fff);
}
.cmhero_banner.cmhero_ty_color .cmhero_swiper .cmhero_tit .cmhero_titmain_tx {
  display: inline-block;
  height: 36px;
  margin-top: 5px;
  padding: 0 15px;
  background: var(--hero-title-background, #222);
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmhero_banner.cmhero_ty_color .cmhero_swiper .cmhero_tit .cmhero_titsub {
  margin-top: 0;
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls {
  top: auto;
  bottom: 15px;
  height: 28px;
  margin-top: 0;
  padding: 0 10px 0 15px;
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util {
  border-radius: 0;
  background: none;
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util button {
  width: 28px;
  height: 28px;
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay:after {
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><defs><filter id="d2p4yqxefa"><feColorMatrix in="SourceGraphic" values="0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0.600000 0"/></filter></defs><g fill="none" fill-rule="evenodd"><g><g><g filter="url(%23d2p4yqxefa)" opacity=".7" transform="translate(-323 -64) translate(323 64)"><g fill="%23FFF"><path d="M0 0L0 14 12.93 7.062z" transform="translate(10 7)"/></g></g><path d="M0 0H28V28H0z" transform="translate(-323 -64) translate(323 64)"/></g></g></g></svg>');
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g fill="none" fill-rule="evenodd"><g><g><path d="M0 0H28V28H0z" transform="translate(-385 -64) translate(385 64)"/><g fill="%23000" fill-opacity=".6" opacity=".6"><g><path d="M1.5 0v14H0V0h1.5zm6 0v14H6V0h1.5z" transform="translate(-385 -64) translate(385 64) translate(13 7)"/></g></g></g></g></g></svg>');
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  margin-left: 5px;
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview:after {
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g fill="none" fill-rule="evenodd"><g><g><path d="M0 0H28V28H0z" transform="translate(-447 -64) translate(447 64)"/><g fill="%23000" fill-opacity=".6" opacity=".7"><path d="M21.5 9v11.333H10.3v-1.5h9.718V9H21.5zm-3.001-2v10.625H8V7h10.499z" transform="translate(-447 -64) translate(447 64)"/></g></g></g></g></svg>');
}
.cmhero_banner.cmhero_ty_color .swiper-ctrls .swiper-pagination {
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.cmhero_banner.cmhero_ty_simple .cmhero_bn .cmitem_tt_adinfo,
.cmhero_banner.cmhero_ty_simple .cmhero_bn .ssgcommon_adinfo {
  top: 3px;
  right: 3px;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls {
  top: auto;
  bottom: 0;
  right: 0;
  height: 22px;
  margin-top: 0;
  padding: 0;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0 0 0;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util .swiper_autoplay {
  display: none;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 22px;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  margin-right: 8px;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview .icon_plusmark {
  width: 14px;
  height: 14px;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview .icon_plusmark:after {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(103%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(103%) contrast(103%);
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview:after {
  display: none;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper-pagination {
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  padding: 0 6px 0 10px;
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper-pagination .swiper-pagination-separator {
  color: rgba(255, 255, 255, 0.6);
}
.cmhero_banner.cmhero_ty_simple .swiper-ctrls .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.cmhero_banner.cmhero_ty_simple .cmhero_viewer .cmhero_bnlst li {
  margin-bottom: 1px;
}
.cmhero_banner.cmhero_ty_simple .cmhero_viewer .cmhero_bn {
  border-radius: 0;
  margin: 0;
}
.cmhero_banner.cmhero_ty_simple .cmhero_viewer .cmhero_bn:after {
  display: none;
}
.cmhero_banner.cmhero_ty_magazine {
  margin: 10px 0 45px;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_bn {
  padding-bottom: 100%;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_bn .cmitem_tt_adinfo {
  top: 10px;
  right: 16px;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_tit .cmhero_titlnk {
  padding: 20px 16px 10px;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_tit .cmhero_titmain {
  font-size: 18px;
  line-height: 1.2;
  color: var(--m-colors-black, #000000);
}
.cmhero_banner.cmhero_ty_magazine .cmhero_tit .cmhero_titsub {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_tit .ccmhero_titsub_tx {
  display: -webkit-box;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cmhero_banner.cmhero_ty_magazine .swiper-ctrls {
  top: auto;
  bottom: 10px;
  right: 16px;
  height: 24px;
  margin-top: 0;
  padding: 0;
}
.cmhero_banner.cmhero_ty_magazine .swiper-ctrls .swiper_ctrls_util {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.cmhero_banner.cmhero_ty_magazine .swiper-ctrls .swiper-pagination {
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  padding: 0 8px;
}
.cmhero_banner.cmhero_ty_magazine .swiper-ctrls .swiper-pagination .swiper-pagination-separator {
  color: rgba(255, 255, 255, 0.5);
}
.cmhero_banner.cmhero_ty_magazine .swiper-ctrls .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
}
.cmhero_banner.cmhero_ty_magazine .cmhero_viewer .cmhero_bnlst li {
  margin-bottom: 1px;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_viewer .cmhero_bn {
  border-radius: 0;
  margin: 0;
}
.cmhero_banner.cmhero_ty_magazine .cmhero_viewer .cmhero_bn:after {
  display: none;
}
@media (min-width: 750px) {
  .cmhero_banner.cmhero_ty_magazine .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmbCol3 .cmitem_grid_item {
    width: 33.3333333333%;
  }
}
.cmhero_banner .cmhero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.cmhero_banner .cmhero_sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.cmhero_banner.cmhero_ty_radius {
  margin: 15px 0;
}
.cmhero_banner.cmhero_ty_radius .cmhero_bn {
  margin: 0 15px;
}
.cmhero_banner.cmhero_ty_radius .swiper-ctrls {
  left: 15px;
  right: 15px;
}
.cmhero_banner.cmhero_ty_radius .swiper-ctrls .swiper_ctrls_util {
  border-radius: 8px 0;
}
.cmhero_banner.cmhero_ty_radius.cmhero_ty_magazine {
  margin: 10px 0 45px;
}
.cmhero_banner.cmhero_ty_radius.cmhero_ty_magazine .cmhero_bn {
  margin: 0 16px;
}
.cmhero_banner.cmhero_ty_radius.cmhero_ty_magazine .swiper-ctrls {
  left: auto;
  right: 32px;
}
.cmhero_banner.cmhero_ty_radius.cmhero_ty_magazine .swiper-ctrls .swiper_ctrls_util {
  border-radius: 6px;
}

.cmhero_bn {
  overflow: hidden;
  position: relative;
  padding-bottom: 61.334%;
}
.cmhero_ty_radius .cmhero_bn {
  border-radius: 8px;
}
.cmhero_bn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmhero_bn .cmitem_tt_adinfo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.cmhero_bn .cmhero_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cmhero_tit .cmhero_titlnk {
  display: block;
  padding: 10px 15px 0;
}
.cmhero_tit .cmhero_titmain {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.27px;
  line-height: 1.3;
  color: var(--m-colors-gray900, #222222);
}
.cmhero_tit .cmhero_titmain_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmhero_tit .cmhero_titsub {
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.3;
  color: #666;
}
.cmhero_tit .ccmhero_titsub_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmhero_banner_ty_sd {
  padding: 0 0 20px;
}
.cmhero_banner_ty_sd .swiper-ctrls .swiper_ctrls_util {
  background-color: rgba(0, 0, 0, 0.6);
}
.cmhero_banner_ty_sd .cmhero_bn {
  padding-bottom: 0;
}
.cmhero_banner_ty_sd .cmhero_bn .cmitem_tt_adinfo {
  right: 3px;
  top: 3px;
}
.cmhero_banner_ty_sd .cmhero_tit .cmhero_titlnk {
  display: block;
  min-height: 72px;
  padding: 15px 15px 0;
  text-align: center;
}
.cmhero_banner_ty_sd .cmhero_tit .cmhero_titmain {
  font-family: var(--m-fonts-serif, PlayfairDisplay);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: var(--m-colors-gray900, #222222);
}
.cmhero_banner_ty_sd .cmhero_tit .cmhero_titmain_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 85%;
  margin: 0 auto;
}
.cmhero_banner_ty_sd .cmhero_tit .cmhero_titmain_tx + .cmhero_titmain_tx {
  margin-top: -3px;
}
.cmhero_banner_ty_sd .cmhero_tit .cmhero_titsub {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.385;
  color: var(--m-colors-gray900, #222222);
}
.cmhero_banner_ty_sd .cmhero_tit .ccmhero_titsub_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmhero_banner_ty_sd .swiper-pagination-current,
.cmhero_banner_ty_sd .swiper-pagination-total {
  position: absolute;
  top: 100%;
  font-family: var(--m-fonts-serif, PlayfairDisplay);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 19px;
}
.cmhero_banner_ty_sd .swiper-pagination-current {
  left: 15px;
  color: var(--m-colors-gray900, #222222);
}
.cmhero_banner_ty_sd .swiper-pagination-total {
  right: 15px;
  color: #9b9b9b;
}
.cmhero_banner_ty_sd .swiper-pagination-separator {
  visibility: hidden;
}
.cmhero_banner_ty_sd .cmhero_viewer .cmhero_bnlst li {
  margin-bottom: 20px;
}
.cmhero_banner_ty_sd .cmhero_viewer .cmhero_bn {
  padding-bottom: 106.6666666667%;
}
.cmhero_banner_ty_sd .cmhero_viewer .cmhero_bn:after {
  display: none;
}

.cmhero_banner_ty_sd_imgunit {
  margin-top: 10px;
}
.cmhero_banner_ty_sd_imgunit .cmhero_titlnk {
  margin: 12px 12px 0;
  padding: 0;
  text-align: center;
}
.cmhero_banner_ty_sd_imgunit .cmhero_titlnk .cmhero_titmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  font-size: 15px;
}
.cmhero_banner_ty_sd_imgunit .cmhero_titlnk .cmhero_titmain_tx {
  margin: 0 auto;
  width: 85.5%;
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
}
.cmhero_banner_ty_sd_imgunit .cmhero_titlnk .cmhero_titsub {
  color: var(--m-colors-gray900, #222222);
  margin-top: 12px;
  font-size: 14px;
}
.cmhero_banner_ty_sd_imgunit .cmhero_titlnk .cmhero_titsub_tx {
  white-space: initial;
  color: var(--m-colors-gray900, #222222);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
}
.cmhero_banner_ty_sd_imgunit .swiper-ctrls {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px !important;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  font-family: var(--m-fonts-serif, PlayfairDisplay);
  font-weight: 600;
  height: auto;
}
.cmhero_banner_ty_sd_imgunit .swiper-pagination-total {
  color: var(--m-colors-gray400, #969696);
}
.cmhero_banner_ty_sd_imgunit .swiper-pagination-separator {
  color: var(--m-colors-gray400, #969696);
  margin: 0 -2px;
}
.cmhero_banner_ty_sd_imgunit .cmhero_bn {
  padding-bottom: 100% !important;
}
.cmhero_banner_ty_sd_imgunit .cmhero_bn .cmitem_tt_adinfo {
  right: 3px;
  top: 3px;
}
.cmhero_banner_ty_sd_imgunit .swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: calc(100% + 12px);
  height: 38px;
  padding: 0 15px;
  z-index: 10;
}
.cmhero_banner_ty_sd_imgunit .swiper-button-prev:after {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.cmhero_banner_ty_sd_imgunit .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.cmhero_banner_ty_sd_imgunit .swiper-button-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: calc(100% + 12px);
  height: 38px;
  padding: 0 15px;
  z-index: 10;
}
.cmhero_banner_ty_sd_imgunit .swiper-button-next:after {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.cmhero_banner_ty_sd_imgunit .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.cmhero_banner_ty_sd_imgunit.ty_space .cmhero_tit {
  margin: 0 16px;
}
.cmhero_banner_ty_sd_imgunit.ty_space .cmhero_titlnk {
  margin: 10px 15px 0 0;
}
.cmhero_banner_ty_sd_imgunit.ty_space .cmhero_titlnk .cmhero_titmain_tx {
  width: 78%;
}
.cmhero_banner_ty_sd_imgunit.ty_space .cmhero_bn {
  padding-bottom: 92% !important;
  margin: 0 16px;
}
.cmhero_banner_ty_sd_imgunit.ty_space .swiper-button-prev {
  margin-top: calc(100% - 22px);
  margin-left: 15px;
  padding: 1px 16px 1px 15px;
}
.cmhero_banner_ty_sd_imgunit.ty_space .swiper-button-next {
  margin-top: calc(100% - 22px);
  margin-right: 15px;
  padding: 1px 15px 1px 16px;
}

.cmhero_banner_ty_sd_scroll {
  padding-left: 15px;
  margin-top: 10px;
}
.cmhero_banner_ty_sd_scroll li:last-child .cmhero_bn {
  margin-right: 15px !important;
}
.cmhero_banner_ty_sd_scroll li .cmhero_bn img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cmhero_banner_ty_sd_scroll .cmhero_titlnk {
  padding: 10px 0 37px;
}
.cmhero_banner_ty_sd_scroll .swiper-ctrls {
  top: auto;
  bottom: 0px;
  height: 42px;
  margin-top: 0 !important;
}
.cmhero_banner_ty_sd_scroll .swiper-ctrls .swiper-pagination-progressbar {
  left: 0;
  width: calc(100% - 15px);
  height: 2px;
  background: #d8d8d8;
}
.cmhero_banner_ty_sd_scroll .swiper-ctrls .swiper-pagination-progressbar-fill {
  background-color: #222 !important;
}
.cmhero_banner_ty_sd_scroll .cmhero_titmain {
  font-weight: bold;
  font-size: 15px;
}
.cmhero_banner_ty_sd_scroll .cmhero_titsub {
  font-size: 14px;
  margin-top: 2px;
}

.body_ios .cmhero_scroll {
  -webkit-overflow-scrolling: touch;
}

.cmhero_viewer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  overflow: hidden;
}
.cmhero_viewer.is_open {
  display: block;
}
.cmhero_viewer .cmhero_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.cmhero_viewer .cmhero_scroll {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
}
.cmhero_viewer .cmhero_scroll::-webkit-scrollbar {
  display: none;
}
.cmhero_viewer .cmhero_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  background-color: #fff;
}
.cmhero_viewer .cmhero_head .cmhero_head_tit {
  display: block;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmhero_viewer .cmhero_head .cmhero_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.cmhero_viewer .cmhero_head .cmhero_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: var(--m-colors-gray900, #222222);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmhero_viewer .cmhero_head .cmhero_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: var(--m-colors-gray900, #222222);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmhero_viewer .cmhero_bn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background: url(../img/main/shd_btn_go.png) no-repeat;
  background-size: 100%;
  background-color: var(--m-colors-gray900, #222222);
}
.cmhero_ty_radius .cmhero_viewer .cmhero_bn:after {
  border-radius: 8px 0;
}
.cmhero_viewer .cmhero_titlnk {
  min-height: auto;
  padding: 10px 15px 30px;
}

.cmherovideo_banner {
  position: relative;
  visibility: hidden;
}
.cmherovideo_banner .swiper-ctrls {
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  z-index: 1;
  height: 35px;
  margin-top: 80%;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_nav.cmherovideo_swiper_prev {
  left: 0;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_nav.cmherovideo_swiper_next {
  right: 0;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util button {
  width: 35px;
  height: 35px;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay {
  display: block;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay {
  position: relative;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay .label_play {
  display: block;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay .label_pause {
  display: none;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><defs><filter id="d2p4yqxefa"><feColorMatrix in="SourceGraphic" values="0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0.600000 0"/></filter></defs><g fill="none" fill-rule="evenodd"><g><g><g filter="url(%23d2p4yqxefa)" opacity=".7" transform="translate(-323 -64) translate(323 64)"><g fill="%23FFF"><path d="M0 0L0 14 12.93 7.062z" transform="translate(10 7)"/></g></g><path d="M0 0H28V28H0z" transform="translate(-323 -64) translate(323 64)"/></g></g></g></svg>');
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause .label_play {
  display: none;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause .label_pause {
  display: block;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_autoplay .btn_autoplay.pause:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g fill="none" fill-rule="evenodd"><g><g><path d="M0 0H28V28H0z" transform="translate(-385 -64) translate(385 64)"/><g fill="%23000" fill-opacity=".6" opacity=".6"><g><path d="M1.5 0v14H0V0h1.5zm6 0v14H6V0h1.5z" transform="translate(-385 -64) translate(385 64) translate(13 7)"/></g></g></g></g></g></svg>');
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  display: block;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview {
  position: relative;
}
.cmherovideo_banner .swiper-ctrls .swiper_ctrls_util .swiper_moreview .btn_moreview:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g fill="none" fill-rule="evenodd"><g><g><path d="M0 0H28V28H0z" transform="translate(-447 -64) translate(447 64)"/><g fill="%23000" fill-opacity=".6" opacity=".7"><path d="M21.5 9v11.333H10.3v-1.5h9.718V9H21.5zm-3.001-2v10.625H8V7h10.499z" transform="translate(-447 -64) translate(447 64)"/></g></g></g></g></svg>');
}
.cmherovideo_banner .swiper-ctrls .swiper-pagination {
  font-size: 13px;
  line-height: 35px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.cmherovideo_banner.ty_bn55 .swiper-ctrls {
  margin-top: 55%;
}
.cmherovideo_banner.ty_bn55 .cmherovideo_bn {
  padding-bottom: 55%;
}
.cmherovideo_banner.ty_bn60 .swiper-ctrls {
  margin-top: 60%;
}
.cmherovideo_banner.ty_bn60 .cmherovideo_bn {
  padding-bottom: 60%;
}
.cmherovideo_banner.ty_bn61 .swiper-ctrls {
  margin-top: 61.334%;
}
.cmherovideo_banner.ty_bn61 .cmherovideo_bn {
  padding-bottom: 61.334%;
}
.cmherovideo_banner.ty_bn122 .swiper-ctrls {
  margin-top: 122.7%;
}
.cmherovideo_banner.ty_bn122 .cmherovideo_bn {
  padding-bottom: 122.7%;
}
.cmherovideo_banner.swiper-disabled .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
.cmherovideo_banner.swiper-disabled .swiper-ctrls {
  display: none;
}
.cmherovideo_banner.cmherovideo_ty_radius {
  margin-top: 15px;
}
.cmherovideo_banner.cmherovideo_ty_radius .cmherovideo_bn {
  margin: 0 15px 35px;
}
.cmherovideo_banner.cmherovideo_ty_radius .cmherovideo_tit {
  left: 15px;
  right: 15px;
}

.cmherovideo_bn {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  margin-bottom: 35px;
}
.cmherovideo_ty_radius .cmherovideo_bn {
  border-radius: 8px;
}
.cmherovideo_bn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmherovideo_bn .cmitem_tt_adinfo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.cmherovideo_bn .cmherovideo_btn_play {
  position: absolute;
  left: 12px;
  bottom: 17px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.cmherovideo_bn .cmherovideo_btn_play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd"><g><g><path d="M0 0H30V30H0z" transform="translate(-74 -63) translate(74 63)"/><g><path d="M0 0H30V30H0z" transform="translate(-74 -63) translate(74 63)"/><path fill="%23FFF" d="M11 8v15l12-7.5L11 8zm2.25 4.06l5.504 3.44-5.504 3.44v-6.88z" transform="translate(-74 -63) translate(74 63)"/></g></g></g></g></svg>');
}

.cmherovideo_tit {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0 15px;
  min-height: 72px;
}
.cmherovideo_tit .cmherovideo_titmain {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.cmherovideo_tit .cmherovideo_titmain_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmherovideo_tit .cmherovideo_titsub {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.cmherovideo_tit .cmherovideo_titsub_tx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmherovideo_txt {
  padding: 10px 20px 30px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  line-height: 1.3;
  color: var(--m-colors-black, #000000);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body_ios .cmherovideo_scroll {
  -webkit-overflow-scrolling: touch;
}

.cmherovideo_viewer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  overflow: hidden;
}
.cmherovideo_viewer.is_open {
  display: block;
}
.cmherovideo_viewer .cmherovideo_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_scroll {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  background-color: #fff;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_head .cmherovideo_head_tit {
  display: block;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_head .cmherovideo_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_head .cmherovideo_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: var(--m-colors-gray900, #222222);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_head .cmherovideo_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: var(--m-colors-gray900, #222222);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_bnlst > li {
  position: relative;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_bnlst > li .cmherovideo_bn {
  margin-bottom: 0;
}
.cmherovideo_viewer .cmherovideo_wrap .cmherovideo_bnlst .cmherovideo_bnlnk:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 14px;
  width: 35px;
  height: 35px;
  background: url(../img/common/cmherovideo_arrow.png) no-repeat;
  background-size: 100%;
}

.cmherovideo_banner[class*=ty_] {
  visibility: visible;
}

.cmherovideo_banner.ty_bn107 .cmherovideo_bnlst > li {
  padding-bottom: 40px;
}
.cmherovideo_banner.ty_bn107 .cmherovideo_bnlst > li:last-child {
  padding-bottom: 0px;
}

.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_bn {
  position: relative;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_bn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
  z-index: 90;
  pointer-events: none;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_bn:after {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 40%;
  pointer-events: none;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_tit {
  position: absolute;
  left: 20px;
  bottom: 30px;
  top: auto;
  width: 260px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_tit .cmhero_titlnk {
  padding: 0;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_tit .cmhero_titmain {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .cmhero_tit .cmhero_titsub {
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls {
  margin-top: 0;
  bottom: 0;
  top: auto;
  height: auto;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 6px 0px 0px 0px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util button {
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .swiper_autoplay,
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  margin-left: 4px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .btn_autoplay:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .btn_autoplay.pause:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M8.658 18.852v-13.704h1.2v13.704h-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M14.144 18.852v-13.704h1.2v13.704h-1.2z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper_ctrls_util .btn_moreview:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M12.6 11.4v-6.6h-1.2v6.6h-6.6v1.2h6.6v6.6h1.2v-6.6h6.6v-1.2h-6.6z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper-pagination {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  margin-left: 4px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper-pagination .swiper-pagination-separator,
.cmhero_banner.cmhero_ty_fashion .cmhero_swiper .swiper-ctrls .swiper-pagination .swiper-pagination-total {
  color: #fff;
  opacity: 0.5;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_bn .cmitem_tt_adinfo {
  top: 4px;
  right: 4px;
}
.cmhero_banner.cmhero_ty_fashion.cmhero_ty_layer .cmhero_swiper .cmhero_tit {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  padding-bottom: 6px;
}
.cmhero_banner.cmhero_ty_fashion.cmhero_ty_layer .cmhero_swiper .cmhero_tit span:not(:empty) {
  padding: 0 12px 0 12px;
  margin: 0 -12px -12px -12px;
}
.cmhero_banner.cmhero_ty_fashion.cmhero_ty_layer .cmhero_swiper .cmhero_tit .cmhero_titmain {
  line-height: 41px;
}
.cmhero_banner.cmhero_ty_fashion.cmhero_ty_layer .cmhero_swiper .cmhero_tit .cmhero_titsub {
  line-height: 29px;
}

.cmhero_ty_textbox .swiper-ctrls .swiper_ctrls_util {
  margin-right: 16px;
  border-bottom-right-radius: 6px !important;
}
.cmhero_ty_textbox .text-swiper {
  overflow: hidden;
  width: calc(100% - 32px);
  height: 110px;
  margin-top: -54px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.cmhero_ty_textbox .text-swiper::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 110px;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 10;
}
.cmhero_ty_textbox .text-swiper .swiper-slide-active .textbox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cmhero_ty_textbox .text-swiper .swiper-slide-prev .textbox {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.cmhero_ty_textbox .text-swiper .swiper-slide-next .textbox {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.cmhero_ty_textbox .text-swiper .cmhero_tit.textbox {
  width: calc(100% - 110px);
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  text-shadow: none !important;
  position: unset !important;
  opacity: 1;
  -webkit-transition: all 0.65s ease-in-out 0.15s;
  transition: all 0.65s ease-in-out 0.15s;
}
.cmhero_ty_textbox .text-swiper .cmhero_tit.textbox .cmhero_titlnk .cmhero_titmain {
  color: #222 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.cmhero_ty_textbox .text-swiper .cmhero_tit.textbox .cmhero_titlnk .cmhero_titsub {
  color: #666 !important;
  font-size: 13px !important;
  line-height: 16px !important;
}

@-webkit-keyframes textDelay {
  from {
    margin-left: 60px;
  }
  to {
    margin-left: 0;
  }
}

@keyframes textDelay {
  from {
    margin-left: 60px;
  }
  to {
    margin-left: 0;
  }
}
.cmhero_banner.cmhero_ty_blur {
  padding-bottom: calc((100% - 32px) / 100 * 116 + 16px);
  position: relative;
  overflow: hidden;
}
.cmhero_banner.cmhero_ty_blur.ty_bn20 {
  padding-bottom: calc((100% - 32px) / 100 * 20 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn21 {
  padding-bottom: calc((100% - 32px) / 100 * 21 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn22 {
  padding-bottom: calc((100% - 32px) / 100 * 22 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn23 {
  padding-bottom: calc((100% - 32px) / 100 * 23 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn24 {
  padding-bottom: calc((100% - 32px) / 100 * 24 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn25 {
  padding-bottom: calc((100% - 32px) / 100 * 25 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn26 {
  padding-bottom: calc((100% - 32px) / 100 * 26 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn27 {
  padding-bottom: calc((100% - 32px) / 100 * 27 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn28 {
  padding-bottom: calc((100% - 32px) / 100 * 28 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn29 {
  padding-bottom: calc((100% - 32px) / 100 * 29 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn30 {
  padding-bottom: calc((100% - 32px) / 100 * 30 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn31 {
  padding-bottom: calc((100% - 32px) / 100 * 31 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn32 {
  padding-bottom: calc((100% - 32px) / 100 * 32 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn33 {
  padding-bottom: calc((100% - 32px) / 100 * 33 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn34 {
  padding-bottom: calc((100% - 32px) / 100 * 34 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn35 {
  padding-bottom: calc((100% - 32px) / 100 * 35 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn36 {
  padding-bottom: calc((100% - 32px) / 100 * 36 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn37 {
  padding-bottom: calc((100% - 32px) / 100 * 37 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn38 {
  padding-bottom: calc((100% - 32px) / 100 * 38 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn39 {
  padding-bottom: calc((100% - 32px) / 100 * 39 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn40 {
  padding-bottom: calc((100% - 32px) / 100 * 40 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn41 {
  padding-bottom: calc((100% - 32px) / 100 * 41 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn42 {
  padding-bottom: calc((100% - 32px) / 100 * 42 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn43 {
  padding-bottom: calc((100% - 32px) / 100 * 43 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn44 {
  padding-bottom: calc((100% - 32px) / 100 * 44 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn45 {
  padding-bottom: calc((100% - 32px) / 100 * 45 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn46 {
  padding-bottom: calc((100% - 32px) / 100 * 46 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn47 {
  padding-bottom: calc((100% - 32px) / 100 * 47 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn48 {
  padding-bottom: calc((100% - 32px) / 100 * 48 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn49 {
  padding-bottom: calc((100% - 32px) / 100 * 49 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn50 {
  padding-bottom: calc((100% - 32px) / 100 * 50 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn51 {
  padding-bottom: calc((100% - 32px) / 100 * 51 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn52 {
  padding-bottom: calc((100% - 32px) / 100 * 52 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn53 {
  padding-bottom: calc((100% - 32px) / 100 * 53 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn54 {
  padding-bottom: calc((100% - 32px) / 100 * 54 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn55 {
  padding-bottom: calc((100% - 32px) / 100 * 55 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn56 {
  padding-bottom: calc((100% - 32px) / 100 * 56 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn57 {
  padding-bottom: calc((100% - 32px) / 100 * 57 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn58 {
  padding-bottom: calc((100% - 32px) / 100 * 58 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn59 {
  padding-bottom: calc((100% - 32px) / 100 * 59 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn60 {
  padding-bottom: calc((100% - 32px) / 100 * 60 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn61 {
  padding-bottom: calc((100% - 32px) / 100 * 61 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn62 {
  padding-bottom: calc((100% - 32px) / 100 * 62 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn63 {
  padding-bottom: calc((100% - 32px) / 100 * 63 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn64 {
  padding-bottom: calc((100% - 32px) / 100 * 64 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn65 {
  padding-bottom: calc((100% - 32px) / 100 * 65 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn66 {
  padding-bottom: calc((100% - 32px) / 100 * 66 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn67 {
  padding-bottom: calc((100% - 32px) / 100 * 67 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn68 {
  padding-bottom: calc((100% - 32px) / 100 * 68 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn69 {
  padding-bottom: calc((100% - 32px) / 100 * 69 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn70 {
  padding-bottom: calc((100% - 32px) / 100 * 70 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn71 {
  padding-bottom: calc((100% - 32px) / 100 * 71 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn72 {
  padding-bottom: calc((100% - 32px) / 100 * 72 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn73 {
  padding-bottom: calc((100% - 32px) / 100 * 73 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn74 {
  padding-bottom: calc((100% - 32px) / 100 * 74 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn75 {
  padding-bottom: calc((100% - 32px) / 100 * 75 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn76 {
  padding-bottom: calc((100% - 32px) / 100 * 76 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn77 {
  padding-bottom: calc((100% - 32px) / 100 * 77 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn78 {
  padding-bottom: calc((100% - 32px) / 100 * 78 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn79 {
  padding-bottom: calc((100% - 32px) / 100 * 79 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn80 {
  padding-bottom: calc((100% - 32px) / 100 * 80 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn81 {
  padding-bottom: calc((100% - 32px) / 100 * 81 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn82 {
  padding-bottom: calc((100% - 32px) / 100 * 82 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn83 {
  padding-bottom: calc((100% - 32px) / 100 * 83 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn84 {
  padding-bottom: calc((100% - 32px) / 100 * 84 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn85 {
  padding-bottom: calc((100% - 32px) / 100 * 85 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn86 {
  padding-bottom: calc((100% - 32px) / 100 * 86 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn87 {
  padding-bottom: calc((100% - 32px) / 100 * 87 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn88 {
  padding-bottom: calc((100% - 32px) / 100 * 88 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn89 {
  padding-bottom: calc((100% - 32px) / 100 * 89 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn90 {
  padding-bottom: calc((100% - 32px) / 100 * 90 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn91 {
  padding-bottom: calc((100% - 32px) / 100 * 91 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn92 {
  padding-bottom: calc((100% - 32px) / 100 * 92 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn93 {
  padding-bottom: calc((100% - 32px) / 100 * 93 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn94 {
  padding-bottom: calc((100% - 32px) / 100 * 94 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn95 {
  padding-bottom: calc((100% - 32px) / 100 * 95 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn96 {
  padding-bottom: calc((100% - 32px) / 100 * 96 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn97 {
  padding-bottom: calc((100% - 32px) / 100 * 97 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn98 {
  padding-bottom: calc((100% - 32px) / 100 * 98 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn99 {
  padding-bottom: calc((100% - 32px) / 100 * 99 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn100 {
  padding-bottom: calc((100% - 32px) / 100 * 100 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn101 {
  padding-bottom: calc((100% - 32px) / 100 * 101 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn102 {
  padding-bottom: calc((100% - 32px) / 100 * 102 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn103 {
  padding-bottom: calc((100% - 32px) / 100 * 103 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn104 {
  padding-bottom: calc((100% - 32px) / 100 * 104 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn105 {
  padding-bottom: calc((100% - 32px) / 100 * 105 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn106 {
  padding-bottom: calc((100% - 32px) / 100 * 106 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn107 {
  padding-bottom: calc((100% - 32px) / 100 * 107 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn108 {
  padding-bottom: calc((100% - 32px) / 100 * 108 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn109 {
  padding-bottom: calc((100% - 32px) / 100 * 109 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn110 {
  padding-bottom: calc((100% - 32px) / 100 * 110 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn111 {
  padding-bottom: calc((100% - 32px) / 100 * 111 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn112 {
  padding-bottom: calc((100% - 32px) / 100 * 112 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn113 {
  padding-bottom: calc((100% - 32px) / 100 * 113 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn114 {
  padding-bottom: calc((100% - 32px) / 100 * 114 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn115 {
  padding-bottom: calc((100% - 32px) / 100 * 115 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn116 {
  padding-bottom: calc((100% - 32px) / 100 * 116 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn117 {
  padding-bottom: calc((100% - 32px) / 100 * 117 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn118 {
  padding-bottom: calc((100% - 32px) / 100 * 118 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn119 {
  padding-bottom: calc((100% - 32px) / 100 * 119 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn120 {
  padding-bottom: calc((100% - 32px) / 100 * 120 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn121 {
  padding-bottom: calc((100% - 32px) / 100 * 121 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn122 {
  padding-bottom: calc((100% - 32px) / 100 * 122 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn123 {
  padding-bottom: calc((100% - 32px) / 100 * 123 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn124 {
  padding-bottom: calc((100% - 32px) / 100 * 124 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn125 {
  padding-bottom: calc((100% - 32px) / 100 * 125 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn126 {
  padding-bottom: calc((100% - 32px) / 100 * 126 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn127 {
  padding-bottom: calc((100% - 32px) / 100 * 127 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn128 {
  padding-bottom: calc((100% - 32px) / 100 * 128 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn129 {
  padding-bottom: calc((100% - 32px) / 100 * 129 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn130 {
  padding-bottom: calc((100% - 32px) / 100 * 130 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn131 {
  padding-bottom: calc((100% - 32px) / 100 * 131 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn132 {
  padding-bottom: calc((100% - 32px) / 100 * 132 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn133 {
  padding-bottom: calc((100% - 32px) / 100 * 133 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn134 {
  padding-bottom: calc((100% - 32px) / 100 * 134 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn135 {
  padding-bottom: calc((100% - 32px) / 100 * 135 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn136 {
  padding-bottom: calc((100% - 32px) / 100 * 136 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn137 {
  padding-bottom: calc((100% - 32px) / 100 * 137 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn138 {
  padding-bottom: calc((100% - 32px) / 100 * 138 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn139 {
  padding-bottom: calc((100% - 32px) / 100 * 139 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn140 {
  padding-bottom: calc((100% - 32px) / 100 * 140 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn141 {
  padding-bottom: calc((100% - 32px) / 100 * 141 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn142 {
  padding-bottom: calc((100% - 32px) / 100 * 142 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn143 {
  padding-bottom: calc((100% - 32px) / 100 * 143 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn144 {
  padding-bottom: calc((100% - 32px) / 100 * 144 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn145 {
  padding-bottom: calc((100% - 32px) / 100 * 145 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn146 {
  padding-bottom: calc((100% - 32px) / 100 * 146 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn147 {
  padding-bottom: calc((100% - 32px) / 100 * 147 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn148 {
  padding-bottom: calc((100% - 32px) / 100 * 148 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn149 {
  padding-bottom: calc((100% - 32px) / 100 * 149 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn150 {
  padding-bottom: calc((100% - 32px) / 100 * 150 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn151 {
  padding-bottom: calc((100% - 32px) / 100 * 151 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn152 {
  padding-bottom: calc((100% - 32px) / 100 * 152 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn153 {
  padding-bottom: calc((100% - 32px) / 100 * 153 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn154 {
  padding-bottom: calc((100% - 32px) / 100 * 154 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn155 {
  padding-bottom: calc((100% - 32px) / 100 * 155 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn156 {
  padding-bottom: calc((100% - 32px) / 100 * 156 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn157 {
  padding-bottom: calc((100% - 32px) / 100 * 157 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn158 {
  padding-bottom: calc((100% - 32px) / 100 * 158 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn159 {
  padding-bottom: calc((100% - 32px) / 100 * 159 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn160 {
  padding-bottom: calc((100% - 32px) / 100 * 160 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn161 {
  padding-bottom: calc((100% - 32px) / 100 * 161 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn162 {
  padding-bottom: calc((100% - 32px) / 100 * 162 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn163 {
  padding-bottom: calc((100% - 32px) / 100 * 163 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn164 {
  padding-bottom: calc((100% - 32px) / 100 * 164 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn165 {
  padding-bottom: calc((100% - 32px) / 100 * 165 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn166 {
  padding-bottom: calc((100% - 32px) / 100 * 166 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn167 {
  padding-bottom: calc((100% - 32px) / 100 * 167 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn168 {
  padding-bottom: calc((100% - 32px) / 100 * 168 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn169 {
  padding-bottom: calc((100% - 32px) / 100 * 169 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn170 {
  padding-bottom: calc((100% - 32px) / 100 * 170 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn171 {
  padding-bottom: calc((100% - 32px) / 100 * 171 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn172 {
  padding-bottom: calc((100% - 32px) / 100 * 172 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn173 {
  padding-bottom: calc((100% - 32px) / 100 * 173 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn174 {
  padding-bottom: calc((100% - 32px) / 100 * 174 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn175 {
  padding-bottom: calc((100% - 32px) / 100 * 175 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn176 {
  padding-bottom: calc((100% - 32px) / 100 * 176 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn177 {
  padding-bottom: calc((100% - 32px) / 100 * 177 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn178 {
  padding-bottom: calc((100% - 32px) / 100 * 178 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn179 {
  padding-bottom: calc((100% - 32px) / 100 * 179 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn180 {
  padding-bottom: calc((100% - 32px) / 100 * 180 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn181 {
  padding-bottom: calc((100% - 32px) / 100 * 181 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn182 {
  padding-bottom: calc((100% - 32px) / 100 * 182 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn183 {
  padding-bottom: calc((100% - 32px) / 100 * 183 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn184 {
  padding-bottom: calc((100% - 32px) / 100 * 184 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn185 {
  padding-bottom: calc((100% - 32px) / 100 * 185 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn186 {
  padding-bottom: calc((100% - 32px) / 100 * 186 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn187 {
  padding-bottom: calc((100% - 32px) / 100 * 187 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn188 {
  padding-bottom: calc((100% - 32px) / 100 * 188 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn189 {
  padding-bottom: calc((100% - 32px) / 100 * 189 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn190 {
  padding-bottom: calc((100% - 32px) / 100 * 190 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn191 {
  padding-bottom: calc((100% - 32px) / 100 * 191 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn192 {
  padding-bottom: calc((100% - 32px) / 100 * 192 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn193 {
  padding-bottom: calc((100% - 32px) / 100 * 193 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn194 {
  padding-bottom: calc((100% - 32px) / 100 * 194 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn195 {
  padding-bottom: calc((100% - 32px) / 100 * 195 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn196 {
  padding-bottom: calc((100% - 32px) / 100 * 196 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn197 {
  padding-bottom: calc((100% - 32px) / 100 * 197 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn198 {
  padding-bottom: calc((100% - 32px) / 100 * 198 + 16px);
}
.cmhero_banner.cmhero_ty_blur.ty_bn199 {
  padding-bottom: calc((100% - 32px) / 100 * 199 + 16px);
}
.cmhero_banner.cmhero_ty_blur .cmhero_bn_bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  -webkit-transition: background-image 0.3s cubic-bezier(0.47, -0.4, 0.52, 1.31);
  transition: background-image 0.3s cubic-bezier(0.47, -0.4, 0.52, 1.31);
  background-size: cover;
}
.cmhero_banner.cmhero_ty_blur .cmhero_bn_bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.cmhero_banner.cmhero_ty_blur .cmhero_bn_bg:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper {
  position: absolute;
  display: block;
  left: 16px;
  right: 16px;
  bottom: 0;
  top: 16px;
  overflow: hidden;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmitem_btn_tt_adinfo {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 16px;
  background: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper {
  width: 100%;
  height: 100%;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .swiper-container,
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn {
  width: 100%;
  height: 100%;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn {
  padding-bottom: 0;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner .cmhero_bnlnk {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner .cmhero_bnlnk .cmhero_bn_label {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  max-width: calc(100% - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  background: var(--m-colors-gray900, #222222);
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner .cmhero_bnlnk .cmhero_bn_label .cmhero_bn_label_text {
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner .cmhero_btn_play {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper .cmhero_bn .cmhero_bn_inner .cmhero_btn_play::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .swiper-container {
  width: 100%;
  height: 100%;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 60px);
  margin-bottom: 40px;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit .cmhero_titmain,
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit .cmhero_titsub {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit .cmhero_titmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 31px;
}
.cmhero_banner.cmhero_ty_blur > .cmhero_bn_wrapper .cmhero_swiper_tit .cmhero_tit .cmhero_titsub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls {
  top: auto;
  left: auto;
  margin: auto;
  height: auto;
  bottom: 0;
  right: 0;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util {
  width: 80px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util button {
  padding: 4px;
  width: 24px;
  height: 24px;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util .swiper_autoplay,
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util .swiper_moreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util .btn_autoplay:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util .btn_autoplay.pause:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M8.658 18.852v-13.704h1.2v13.704h-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M14.144 18.852v-13.704h1.2v13.704h-1.2z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper_ctrls_util .btn_moreview:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M12.6 11.4v-6.6h-1.2v6.6h-6.6v1.2h6.6v6.6h1.2v-6.6h6.6v-1.2h-6.6z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper-pagination {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
}
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper-pagination .swiper-pagination-separator,
.cmhero_banner.cmhero_ty_blur .swiper-ctrls .swiper-pagination .swiper-pagination-total {
  color: #fff;
  opacity: 0.5;
}
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bn .cmhero_bnlnk img {
  border-radius: 0 !important;
}

.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_head_tit,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_head_tit {
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li:not(:first-child):before,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li:not(:first-child):before {
  content: "";
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  position: absolute;
  background-color: #f0f0f0;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_bn_wrapper,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_bn_wrapper {
  position: relative;
  width: 120px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_bn,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_bn {
  width: 100%;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_bn .cmhero_bnlnk img,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_bn .cmhero_bnlnk img {
  border-radius: 6px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_bn:after,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_bn:after {
  display: none;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_tit,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-left: 20px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titlnk,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titlnk {
  padding: 0;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titmain,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titmain {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.cmhero_banner.cmhero_ty_fashion .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titsub,
.cmhero_banner.cmhero_ty_blur .cmhero_viewer .cmhero_bnlst li .cmhero_tit .cmhero_titsub {
  margin-top: 6px;
  font-size: 13px;
  color: #666666;
  line-height: 16px;
}

.cmbnr_promo .cmbnr_promo_rank {
  position: relative;
  margin-top: 45px;
}
.cmbnr_promo .cmbnr_promo_rank .mnsditem_helper {
  margin-left: 0;
}
.cmbnr_promo .cmbnr_promo_rank .mnsditem_helper .mnsditem_rank.mnsditem_rank_up {
  color: var(--m-colors-primary, #ff5452);
}
.cmbnr_promo .cmbnr_promo_rank .mnsditem_helper .mnsditem_rank.mnsditem_rank_up:before {
  border-bottom: 5px solid var(--m-colors-primary, #ff5452);
}
.cmbnr_promo .cmbnr_promo_rank .mnsditem_helper .mnsditem_rank.mnsditem_rank_down {
  color: #22009c;
}
.cmbnr_promo .cmbnr_promo_rank .mnsditem_helper .mnsditem_rank.mnsditem_rank_down:before {
  border-top: 5px solid #22009c;
}
.cmbnr_promo .cmbnr_promo_titarea {
  padding-bottom: 10px;
}
.cmbnr_promo.cmbnr_promo_sd .cmbnr_promo_bn {
  margin: 15px 0 0;
}
.cmbnr_promo.cmbnr_promo_sd .cmbnr_promo_tit .cmbnr_promo_titmain {
  font-size: 16px !important;
}
.cmbnr_promo.cmbnr_promo_sd .cmbnr_promo_tit .cmbnr_promo_titsub {
  font-size: 14px;
  color: #666;
}
.cmbnr_promo.cmbnr_promo_sd .cmbnr_promo_tit .cmbnr_promo_titsub .cmbnr_promo_txt {
  -webkit-line-clamp: 2;
}
.cmbnr_promo.ty_space .cmbnr_promo_bn {
  margin: 10px 16px 0 16px;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_bn {
  margin: 0 15px 0;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_tit {
  margin: 0;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_tit .cmbnr_promo_titwrap .cmlike {
  margin-top: -2px;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_tit .cmbnr_promo_titmain {
  font-size: 15px;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_tit .cmbnr_promo_titsub {
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  margin-top: 3px;
}
.cmbnr_promo.cmbnr_promo_brand_sd .cmbnr_promo_tit .cmbnr_promo_titsub .cmbnr_promo_txt {
  -webkit-line-clamp: 2;
}
.cmbnr_promo .cmbnr_promo_bn {
  margin-top: 10px;
  position: relative;
}
.cmbnr_promo .cmbnr_promo_bn .cmitem_tt_adinfo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cmbnr_promo .cmbnr_promo_bn .cmplan_unit_open {
  top: 4px;
  left: 5px;
  z-index: 1;
}
.cmbnr_promo .cmbnr_promo_bn .cmplan_unit_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cmbnr_promo .cmbnr_promo_bn .cmplan_unit_new span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: var(--m-colors-primary, #ff5452);
}
.cmbnr_promo .cmbnr_lnk {
  display: block;
  position: relative;
}
.cmbnr_promo .cmbnr_img {
  display: block;
  overflow: hidden;
}
.cmbnr_promo .cmbnr_img img {
  width: 100%;
  vertical-align: top;
}
.cmbnr_promo .cmbnr_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmbnr_promo .cmbnr_tx {
  position: absolute;
  top: 50%;
  left: 9.333%;
  right: 9.333%;
  font-size: 16px;
  line-height: 18px;
  color: var(--m-colors-black, #000000);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmbnr_promo .cmbnr_tx_bold {
  font-weight: bold;
}
.cmbnr_promo .cmbnr_promo_tit {
  position: relative;
  padding: 10px 16px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmbnr_promo .cmbnr_promo_tit .cmlike {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titwrap .cmlike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: initial;
  top: auto;
  right: auto;
  margin-top: -10px;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_propmo_txtlnk {
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titlnk {
  display: inline-block;
  margin-bottom: 10px;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titlabel {
  display: inline-block;
  padding: 3px 8px;
  background: var(--m-colors-gray900, #222222);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.5px;
  color: #fff;
  vertical-align: top;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titmain {
  font-weight: 500;
  font-size: 23px;
  color: var(--m-colors-gray900, #222222);
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titmain + .cmbnr_promo_titsub {
  margin-top: 4px;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_titsub {
  margin-top: 4px;
  font-size: 15px;
  color: #666;
}
.cmbnr_promo .cmbnr_promo_tit .cmbnr_promo_txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cmbnr_promo .cmbnr_promo_titarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmbnr_promo .cmbnr_promo_titarea .cmlike {
  margin: 8px 16px 0 0;
}
.cmbnr_promo .cmbnr_promo_titarea .cmbnr_promo_titmain {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}
.cmbnr_promo .cmbnr_promo_titarea .cmbnr_promo_titsub {
  font-size: 14px;
  line-height: 1.2;
}
.cmbnr_promo .cmbnr_myssgtv {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.cmbnr_promo .cmbnr_myssgtv .cmbnr_img {
  width: 81px;
  margin: 0 auto 10px;
}
.cmbnr_promo .cmbnr_myssgtv p {
  font-size: 14px;
  color: #777;
}
.cmbnr_promo.cmbnr_promo_brand {
  margin-bottom: 45px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_bn {
  padding: 0 16px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_img {
  position: relative;
  padding-bottom: 58.6666666667vw;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit {
  padding-top: 20px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titwrap .cmlike {
  margin-top: -8px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titwrap .cmlike_btn {
  width: 32px;
  height: 32px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_propmo_txtlnk {
  margin-right: 30px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titmain {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titmain + .cmbnr_promo_titsub {
  margin-top: 10px;
  font-weight: 500;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titsub {
  font-size: 13px;
  line-height: 16px;
}
.cmbnr_promo.cmbnr_promo_brand .cmbnr_promo_tit .cmbnr_promo_titsub .cmbnr_promo_txt {
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 750px) {
  .cmbnr_promo.cmbnr_promo_brand .cmbnr_img {
    padding-bottom: 29.3333333333vw;
  }
}
.cmtit_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 16px;
  margin: 40px 0 0 0;
}
.cmtit_heading.ty_center {
  text-align: center;
}
.cmtit_heading .cmtit_maintxt {
  overflow: hidden;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: var(--main-title-color, #222);
  line-height: normal;
  word-break: keep-all;
}
.cmtit_heading .cmtit_subtxt {
  padding: 4px 0 0;
  overflow: hidden;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #666;
  line-height: 1.3;
  word-break: keep-all;
}
.cmtit_heading .cmtit_subtxt:empty {
  padding: 0;
}
.cmtit_heading .cmtit_sticker {
  display: block;
  width: 150px;
  height: 80px;
}
.cmtit_heading .cmtit_sticker img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmtit_heading .cmtit_txtbx {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-right: 20px;
  max-width: 100%;
}
.cmtit_heading .cmtit_txtbtn .cmtit_txtbtn_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: var(--m-colors-gray700, #666666);
  margin-right: -4px;
  margin-bottom: 0.125rem;
}
.cmtit_heading .cmtit_txtbtn .cmtit_txtbtn_link:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28102%2C102%2C102%29' d='M15.951 12l-7.376-7.376 0.849-0.849 8.224 8.224-8.224 8.224-0.849-0.849 7.376-7.376z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cmtit_heading .cmtit_txtbtn .cmitem_tt_adinfo {
  text-align: right;
  margin-bottom: 2px;
}
.cmtit_heading .cmtit_txtbtn .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  top: initial;
}
.cmtit_heading .cmtit_txtbtn .ssgitem_adinfo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmtit_heading .cmtit_txtbtn .ssgitem_adinfo .ssgitem_adinfo_txt {
  font-weight: normal;
}
.cmtit_heading .cmtit_txtbtn .ssgitem_tooltip {
  top: 100%;
}
.cmtit_heading .cmtit_txtbtn .ssgcommon_adinfo {
  position: static;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmtit_heading .cmtit_txtbtn .ssgcommon_tooltip {
  top: 100%;
}
.cmtit_heading.ty_sticker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  z-index: 10;
}
.cmtit_heading.ty_sticker .cmtit_txtbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.cmtit_heading.ty_sticker .cmtit_sticker {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 -40px -55px;
  z-index: -1;
}

.cmtit_heading.ty_sd {
  padding: 0 15px;
  margin-top: 50px;
  text-align: center;
}
.cmtit_heading.ty_sd .cmtit_subtxt {
  padding: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--main-subtitle-color, #222);
  line-height: 1.3;
}
.cmtit_heading.ty_sd .cmtit_subtxt:empty {
  padding: 0;
}
.cmtit_heading.ty_sd .cmtit_maintxt {
  font-family: var(--m-fonts-serif, PlayfairDisplay);
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 34px;
  color: var(--main-title-color, #222);
  line-height: 1.137;
  padding: 0 0 10px;
  max-height: 77px;
}

.body_ios .cmctg_nav.is_open .cmctg_scroll {
  -webkit-overflow-scrolling: touch;
}

.cmctg_nav {
  position: relative;
  background-color: var(--ctg-nav-bgcolor, #f5f5f5);
}
.cmctg_nav.is_open {
  z-index: 110;
  padding-bottom: 24px;
}
.cmctg_nav.is_open .cmctg_top {
  position: relative;
}
.cmctg_nav.is_open .cmctg_top h3 {
  display: inline-block;
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle {
  right: 2px;
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle:before {
  display: none;
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle button {
  position: relative;
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle button:before, .cmctg_nav.is_open .cmctg_top .cmctg_toggle button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  margin: -1px 0 0 -8px;
  border: 0;
  background-color: var(--m-colors-gray900, #222222);
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle button:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmctg_nav.is_open .cmctg_top .cmctg_toggle button:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmctg_nav.is_open .cmctg_scroll {
  height: 100%;
  max-height: 282px;
  padding: 0 20px;
  white-space: normal;
  overflow: hidden;
  overflow-y: scroll;
}
.cmctg_nav.is_open .cmctg_menu {
  padding: 0;
}
.cmctg_nav.is_open .cmctg_item {
  padding: 0 7px 0 0;
}
.cmctg_nav.is_open .cmctg_item:first-child {
  padding-left: 0;
}
.cmctg_nav.is_open .cmctg_item:last-child {
  padding-right: 0;
}
.cmctg_nav.is_open .cmctg_lnk {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 14px;
  height: 36px;
  line-height: 38px;
  border-radius: 18px;
  margin-top: 7px;
  background-color: #fff;
}
.cmctg_nav.is_open .cmctg_dimmed {
  display: block;
}
.cmctg_nav .cmctg_top h3 {
  display: none;
  padding: 17px 0 8px 20px;
  font-size: 15px;
  color: var(--m-colors-black, #000000);
}
.cmctg_nav .cmctg_top .cmctg_toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
}
.cmctg_nav .cmctg_top .cmctg_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), color-stop(66%, var(--ctg-nav-bgcolor, #f5f5f5)));
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), var(--ctg-nav-bgcolor, #f5f5f5) 66%);
}
.cmctg_nav .cmctg_top .cmctg_toggle button {
  width: 42px;
  height: 50px;
  background-color: var(--ctg-nav-bgcolor, #f5f5f5);
}
.cmctg_nav .cmctg_top .cmctg_toggle button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cmctg_nav .cmctg_top .cmctg_toggle button:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 0;
  border-bottom: 1.5px solid #222;
  border-right: 1.5px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmctg_nav .cmctg_scroll {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmctg_nav .cmctg_scroll::-webkit-scrollbar {
  display: none;
}
.cmctg_nav .cmctg_menu {
  padding: 10px 0;
  font-size: 0;
}
.cmctg_nav .cmctg_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}
.cmctg_nav .cmctg_item:first-child {
  padding-left: 15px;
}
.cmctg_nav .cmctg_item:last-child {
  padding-right: 75px;
}
.cmctg_nav .cmctg_lnk {
  display: block;
  height: 32px;
  line-height: 35px;
  color: var(--m-colors-gray900, #222222);
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: center;
  border-radius: 16px;
}
.cmctg_nav .cmctg_lnk.on {
  color: #fff;
  padding: 0 14px;
  background-color: var(--ctg-active-bgcolor, #222);
}
.cmctg_nav .cmctg_dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmctg_nav.ty_rect .cmctg_lnk {
  border-radius: 0;
}

.cmgrid_module .cmgrid_full_box.cmctg_nav_dummy {
  height: 44px;
  margin-top: -44px;
}

/* 240115 추가 */
.mngrocery_category_wrapper.category_special .cmctg_nav {
  padding-right: 60px;
  background-color: #fff;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 10;
  text-align: right;
  width: 76px;
  padding: 0 16px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(21.05%, #ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 21.05%);
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_toggle:before {
  display: none;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_toggle button {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e5e9;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_toggle button:before {
  content: none;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_toggle button:after {
  content: " ";
  margin: 0;
  border: none;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_item {
  padding: 0 3px;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_item:first-child {
  padding-left: 16px;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_item .cmctg_lnk {
  display: block;
  height: 34px;
  padding: 0 14px;
  line-height: 36px;
  border-radius: 0;
  border: 1px solid #e1e5e9;
  color: var(--m-colors-gray900, #222222);
  font-size: 13px;
  letter-spacing: -0.3px;
  text-align: center;
}
.mngrocery_category_wrapper.category_special .cmctg_nav .cmctg_item .cmctg_lnk.on {
  background-color: var(--ctg-active-bgcolor, #222) !important;
  border-color: var(--ctg-active-bgcolor, #222);
  color: #fff;
}

.mngrocery_radio input[type=radio] + label {
  width: 100%;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mngrocery_radio input[type=radio] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-top: -2px;
  margin-right: 12px;
  background: url(../img/com_v2/ic_radio_off.svg) center 0 no-repeat;
  background-size: 24px 24px;
}
.mngrocery_radio input[type=radio] + label .mngrocery_radio_content {
  width: calc(100% - 36px);
  display: block;
  font-size: 14px;
  color: #383f45;
  line-height: 1.2142857143;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mngrocery_radio input[type=radio]:checked + label:before {
  background: url(../img/com_v2/ic_radio_on.svg) center 0 no-repeat;
  background-size: 24px 24px;
}
.mngrocery_radio input[type=radio]:checked + label .mngrocery_radio_content {
  font-weight: bold;
  color: #262b2e;
}

/* //240115 추가 */
.cmfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmfilter:after {
  clear: both;
  content: "";
  display: block;
}
.cmfilter .cmfilter_sel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  margin-left: 7px;
}
.cmfilter .cmfilter_sel:first-child {
  margin-left: 15px;
}
.cmfilter .cmfilter_sel.is_open .cmfilter_sel_lst {
  display: block;
}
.cmfilter .cmfilter_sel.is_open .cmfilter_sel_curent:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmfilter .cmfilter_sel.ty_lst_one .cmfilter_sel_curent {
  padding-right: 0;
}
.cmfilter .cmfilter_sel.ty_lst_one .cmfilter_sel_curent:after {
  display: none;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk {
  margin-right: 4px;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox] {
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox]:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #969696;
  background: center/100% no-repeat;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox]:checked:before {
  border: 0;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="none" fill-rule="evenodd" transform="translate(-254 -14)"><g transform="translate(254 14)"><path fill="%23FEFEFE" d="M14.248 4.999L7.591 11.656 4.767 8.834 3 10.602 7.591 15.192 16.016 6.767z"/></g></g></svg>');
  background-color: #ff4a51;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox].ty_black:checked:before {
  background-color: var(--m-colors-gray900, #222222);
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox]:disabled {
  opacity: 0.5;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox]:disabled + label {
  opacity: 0.5;
}
.cmfilter .cmfilter_sel .cmfilter_sel_chk input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  font-size: 13px;
}
.cmfilter .cmfilter_sel .cmfilter_sel_curent {
  position: relative;
  height: 18px;
  line-height: 20px;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmfilter .cmfilter_sel .cmfilter_sel_curent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #222;
  border-bottom: 0 solid transparent;
}
.cmfilter .cmfilter_sel .cmfilter_sel_label {
  height: 18px;
  line-height: 20px;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmfilter .cmfilter_sel .cmfilter_txt {
  display: block;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cmfilter .cmfilter_sel .cmfilter_txt.ty_emart em {
  display: inline-block;
  vertical-align: -1px;
  font-size: 18px;
  line-height: 0;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst {
  display: none;
  position: absolute;
  top: 41px;
  left: 21px;
  z-index: 600;
  min-width: 127px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst.ty_round {
  overflow: hidden;
  border-radius: 6px;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst li {
  position: relative;
  border-top: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst li:first-child {
  border-top: 0;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst li.on {
  background-color: var(--m-colors-gray900, #222222);
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst li.on .cmfilter_txt {
  color: #fff;
}
.cmfilter .cmfilter_sel .cmfilter_sel_lst li a {
  display: block;
  padding: 11px 15px 9px;
}
.cmfilter.ty_range .cmfilter_sel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmfilter.ty_range .cmfilter_sel .cmfilter_sel_lst {
  left: 0;
  min-width: auto;
}
.cmfilter.ty_range .cmfilter_sel + .cmfilter_range .cmfilter_range_label {
  margin-left: 7px;
}
.cmfilter.ty_range .cmfilter_sel + .cmfilter_range .cmfilter_range_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmfilter .cmfilter_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 15px 0;
  height: 40px;
}
.cmfilter .cmfilter_range_label {
  position: relative;
  height: 18px;
  line-height: 20px;
  padding-left: 12px;
  font-size: 13px;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
}
.cmfilter .cmfilter_range_slider {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 7px 15px 0 16px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -7px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto;
}

.noUi-target {
  border-radius: 10px;
  height: 4px;
  background-color: #e5e5e5;
}

.noUi-connect {
  border-radius: 10px;
  background-color: #2fd5ff;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-handle {
  border: 1.5px solid #2fd5ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #888;
  font-size: 12px;
  letter-spacing: -0.3px;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #fff;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #fff;
}

.noUi-pips-horizontal {
  width: 100%;
  top: auto;
  left: 0;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 4px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 4px;
  top: -4px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 4px;
  border: solid 1px #000;
  background-color: #fff;
  color: #24253d;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-tooltip:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  background: #fff;
  border-bottom: 1px solid #338ca8;
  border-right: 1px solid #338ca8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 130%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.ty_toggle_btn {
  margin: 15px;
  float: right;
}
.ty_toggle_btn .cmgrid_cmfilter_btn .cmfilter_sel_curent {
  position: relative;
  height: 18px;
  line-height: 20px;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ty_toggle_btn .cmgrid_cmfilter_btn .cmfilter_sel_curent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #222;
  border-bottom: 0 solid transparent;
}
.ty_toggle_btn .cmgrid_cmfilter_btn .cmfilter_sel_curent .cmfilter_txt {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar {
  position: fixed;
  z-index: 2900;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar.on {
  z-index: 3000;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar.on .cmfilter_opt_wrap {
  max-height: 382px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar.on .cmfilter_opt_close {
  height: auto;
  opacity: 1;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar.on:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.15;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_opt_wrap {
  overflow: hidden;
  position: relative;
  max-height: 0;
  background-color: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_opt_close {
  overflow: hidden;
  position: relative;
  background-color: inherit;
  height: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_opt_close .cmfilter_btn_opt_close {
  display: block;
  position: relative;
  height: 29px;
  width: 29px;
  margin: 0 auto;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_opt_close .cmfilter_btn_opt_close:before {
  position: absolute;
  left: 10px;
  top: 3px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 0;
  border-bottom: 1.5px solid #222;
  border-right: 1.5px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area {
  overflow: auto;
  max-height: 255px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_head {
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_head:after {
  display: block;
  height: 1px;
  margin-top: 15px;
  background: var(--m-colors-gray900, #222222);
  content: "";
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_head .cmfilter_opt_tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -0.32px;
  color: var(--m-colors-gray900, #222222);
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_cont .cmfilter_optform_cont {
  margin-top: 2px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_cont .cmfilter_optform_cont .cmfilter_opt_btngroup {
  overflow: hidden;
  margin: 10px 15px 30px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_cont .cmfilter_optform_cont .cmfilter_opt_btngroup li {
  display: inline-block;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_cont .cmfilter_optform_cont .cmfilter_opt_btngroup li .cmfilter_opt_roundbtn {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  min-width: 50px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 17px;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  color: #777;
  text-align: center;
  white-space: nowrap;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_cont .cmfilter_optform_cont .cmfilter_opt_btngroup li.on .cmfilter_opt_roundbtn {
  border-color: var(--m-colors-black, #000000);
  color: var(--m-colors-gray900, #222222);
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_btnarea {
  margin: 15px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_btnarea .cmfilter_opt_btn {
  display: block;
  border-radius: 8px;
  background-color: var(--m-colors-gray350, #cfcfcf);
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.32px;
}
.ty_toggle_btn .cmgrid_cmfilter_opt_bar .cmfilter_scr_area .cmfilter_opt_btnarea.on .cmfilter_opt_btn {
  background-color: var(--m-colors-black, #000000);
}

.cmtab_menu .cmtab_menulst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 20px;
}
.cmtab_menu .cmtab_menulst .cmtab_btn {
  overflow: hidden;
  position: relative;
  height: 87px;
  margin-right: 2.9%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  background-color: #f2f3f3;
}
.cmtab_menu .cmtab_menulst .cmtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 3px inset;
          box-shadow: 0px 0px 0px 3px inset;
  background-color: #fff;
}
.cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5), .cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5) ~ .cmtab_btn {
  margin-right: 2.32%;
}
.cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5):last-child, .cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5) ~ .cmtab_btn:last-child {
  margin-right: 0;
}
.cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5) .cmtab_tit, .cmtab_menu .cmtab_menulst .cmtab_btn:first-child:nth-last-child(5) ~ .cmtab_btn .cmtab_tit {
  max-width: 58px;
}
.cmtab_menu .cmtab_menulst .cmtab_btn:last-child {
  margin-right: 0;
}
.cmtab_menu .cmtab_menulst .cmtab_img {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 24px;
}
.cmtab_menu .cmtab_menulst .cmtab_img img {
  width: 100%;
  vertical-align: top;
}
.cmtab_menu .cmtab_menulst .cmtab_tit {
  display: block;
  max-width: 70px;
  margin: 43px auto 0 auto;
  overflow: hidden;
  word-break: keep-all;
  font-size: 14px;
  color: var(--m-colors-black, #000000);
  line-height: 16px;
  letter-spacing: -0.3px;
}

.cmctgtab_menu_ty_full {
  position: relative;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 0;
  overflow-x: scroll;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst::-webkit-scrollbar {
  display: none;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 60px;
  margin-right: 8px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst li:first-child {
  padding-left: 16px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst li:last-child {
  padding-right: 16px;
  margin-right: 0;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst li:first-child:nth-last-child(5), .cmctgtab_menu_ty_full .cmctgtab_menulst li:first-child:nth-last-child(5) ~ li {
  min-width: 52px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst li:first-child:nth-last-child(5):last-child, .cmctgtab_menu_ty_full .cmctgtab_menulst li:first-child:nth-last-child(5) ~ li:last-child {
  margin-right: 0;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_btn {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 84px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 2px inset;
          box-shadow: 0px 0px 0px 2px inset;
  background-color: #fff;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_btn.on .cmctgtab_tit {
  font-weight: bold;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 .cmctgtab_btn {
  height: auto;
  min-height: 60px;
  padding: 12px 0;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 .cmctgtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 2px inset;
          box-shadow: 0px 0px 0px 2px inset;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 .cmctgtab_btn.on .cmctgtab_tit {
  font-weight: bold;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5), .cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5) ~ li {
  min-width: 52px;
  margin-right: 8px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5):last-child, .cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5) ~ li:last-child {
  margin-right: 0;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5) .cmtab_tit, .cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 li:first-child:nth-last-child(5) ~ li .cmtab_tit {
  max-width: 63px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst.ty2 .cmctgtab_tit {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_img {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_img img {
  width: 100%;
  vertical-align: top;
}
.cmctgtab_menu_ty_full .cmctgtab_menulst .cmctgtab_tit {
  display: block;
  max-width: 48px;
  margin: 42px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--m-colors-gray900, #222222);
  line-height: 16px;
  letter-spacing: -0.3px;
}
.cmctgtab_menu_ty_full.ty_sd .cmctgtab_menulst .cmctgtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 1px inset;
          box-shadow: 0px 0px 0px 1px inset;
  font-weight: bold;
}

.cmctgtab_menu_ty_icon {
  position: relative;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  padding: 10px 16px 0;
  overflow-x: scroll;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst::-webkit-scrollbar {
  display: none;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60px;
  margin-right: 10px;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst li:last-child {
  margin-right: 0;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_btn {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: #f5f5f5;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 100vw inset;
          box-shadow: 0px 0px 0px 100vw inset;
  background-color: #fff;
  height: 114px;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_btn.on .cmctgtab_img img {
  width: 40px;
  height: 40px;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_btn.on .cmctgtab_tit {
  color: var(--m-colors-gray900, #222222);
  font-weight: bold;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.cmctgtab_menu_ty_icon .cmctgtab_menulst .cmctgtab_tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 60px;
  margin: 0 auto 0 auto;
  padding: 66px 0 0 0;
  overflow: hidden;
  word-break: break-all;
  font-size: 13px;
  color: var(--m-colors-gray900, #222222);
  line-height: 16px;
}

.cmctgtab_menu_ty_icon2 .cmctgtab_menulst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 0;
  overflow-x: scroll;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst::-webkit-scrollbar {
  display: none;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 67px;
  margin-right: 4px;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst li:last-child {
  margin-right: 0;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .cmctgtab_btn {
  display: block;
  width: 67px;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .cmctgtab_img {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .cmctgtab_img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .cmctgtab_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .cmctgtab_tit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.5px;
  color: #444;
  text-align: center;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .on .cmctgtab_img img {
  border: 2px solid;
  padding: 2px;
}
.cmctgtab_menu_ty_icon2 .cmctgtab_menulst .on .cmctgtab_tit {
  font-weight: bold;
  color: currentColor;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: #f5f5f5;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 9px 15px;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: none;
  margin-right: 0;
  padding-right: 5px;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst li:last-child {
  padding-right: 15px;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst .cmctgtab_btn {
  width: auto;
  padding: 8px 10px 7px;
  white-space: nowrap;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst .cmctgtab_tit {
  margin-top: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst .on {
  border-radius: 999em;
  background: currentColor;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_menulst .on .cmctgtab_tit {
  font-weight: normal;
  color: #fff;
}
.cmctgtab_menu_ty_icon2.ty_sticky.stuck .cmctgtab_img {
  display: none;
}

.cmctgtab_menu.ty_txt_radius, .cmctgtab_menu.ty_txt_radius_none {
  background-color: #fff;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst {
  min-width: auto;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst li, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst li {
  min-width: auto;
  margin-right: 3.9%;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst li:first-child, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst li:first-child {
  padding-left: 20px;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst .cmctgtab_btn, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst .cmctgtab_btn {
  height: 21px;
  background-color: #fff;
  border-radius: 0;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst .cmctgtab_btn.on, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst .cmctgtab_btn.on {
  -webkit-box-shadow: 0px 0px 0px 0px inset;
          box-shadow: 0px 0px 0px 0px inset;
  background-color: #fff;
  border-bottom: 3px solid;
  font-weight: bold;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst .cmctgtab_btn.on .cmctgtab_tit, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst .cmctgtab_btn.on .cmctgtab_tit {
  color: var(--m-colors-black, #000000);
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst .cmctgtab_tit, .cmctgtab_menu.ty_txt_radius_none .cmctgtab_menulst .cmctgtab_tit {
  margin: 0;
  color: #666;
  text-overflow: initial;
  max-width: initial;
}
.cmctgtab_menu.ty_txt_radius .cmctgtab_menulst {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  background-color: #fff;
}

.cmctgtab_tag .cmctgtab_tag_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px;
  overflow-x: scroll;
}
.cmctgtab_tag .cmctgtab_tag_lst::-webkit-scrollbar {
  display: none;
}
.cmctgtab_tag .cmctgtab_tag_lst li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5px;
}
.cmctgtab_tag .cmctgtab_tag_lst li:last-child {
  margin-right: 0;
}
.cmctgtab_tag .cmctgtab_tag_lst .cmctgtab_btn {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid var(--tag-color, #000);
  box-sizing: border-box;
  padding: 0 16px;
}
.cmctgtab_tag .cmctgtab_tag_lst .cmctgtab_btn.on {
  background-color: var(--on-tag-color, #000);
  border: none;
  font-weight: bold;
}
.cmctgtab_tag .cmctgtab_tag_lst .cmctgtab_btn.on .cmctgtab_tit {
  color: var(--on-tag-txcolor, #fff);
}
.cmctgtab_tag .cmctgtab_tag_lst .cmctgtab_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.3px;
  color: var(--tag-color, #000);
}

.cmitem_blank {
  padding-top: calc(var(--blank-height, 5) / var(--blank-width, 375) * 100%);
  background-color: var(--blank-bg-color, #fff);
}

.cmplan_item_unit {
  background-color: #fff;
}
.cmplan_item_unit .cmitem_tt_adinfo {
  position: absolute;
  right: 5px;
  top: 5px;
}

.cmplan_unit_thmb {
  position: relative;
  width: 100%;
}

.cmplan_unit_cont {
  position: relative;
  padding: 10px 40px 15px 15px;
  word-wrap: break-word;
  word-break: break-all;
}

.cmplan_unit_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.27px;
}
.cmplan_unit_tit .cmplan_unit_tittx {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
}

.cmplan_unit_subtit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 32px;
  margin-top: 4px;
  line-height: 1.3;
}
.cmplan_unit_subtit .cmplan_unit_subtittx {
  display: block;
  font-size: 15px;
  color: #666;
  letter-spacing: -0.3px;
}

.cmplan_unit_date {
  margin-top: 5px;
  font-size: 13px;
  color: var(--m-colors-gray900, #222222);
}

.cmplan_unit_thmbimg_lst {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmplan_ty_radius .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}

.cmplan_unit_thmbimg {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 0;
  padding-bottom: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -1px 0 0 -1px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.cmplan_unit_thmbimg.ty_long {
  padding-bottom: 124.33%;
}
.cmplan_unit_thmbimg.ty_long img {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmplan_unit_thmbimg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmplan_unit_thmbimg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmplan_unit_open {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -44px -50px;
  background-size: 176px 165px;
  width: 36px;
  height: 26px;
  position: absolute;
  top: 16px;
  left: -6px;
}

.cmplan_ty_img .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_img .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg {
  height: auto;
  padding: 0;
}
.cmplan_ty_img .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg img {
  position: inherit;
  width: 100%;
  height: auto;
}
.cmplan_ty_img .cmplan_unit_cont {
  padding: 10px 14px 3px 4px;
}
.cmplan_ty_img .cmplan_unit_cont.ty_space {
  padding: 10px 15px 3px 15px;
}
.cmplan_ty_img .cmplan_unit_tit {
  -webkit-line-clamp: 4;
  max-height: 80px;
}
.cmplan_ty_img .cmplan_unit_subtit {
  -webkit-line-clamp: 4;
  max-height: 72px;
}
.cmplan_ty_img .ssgplan_helper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
}
.cmplan_ty_img .ssgplan_helper .ssgplan_helper_right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmplan_ty_img.v2 .cmplan_unit_thmbimg_lst {
  border-radius: 0;
}
.cmplan_ty_img.v2.cmplan_ty_radius .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_img.v2 .cmplan_unit_cont {
  padding: 10px 8px 0 0;
}
.cmplan_ty_img.v2 .cmplan_unit_cont.ty_space {
  padding: 10px 15px 3px 15px;
}
.cmplan_ty_img.v2 .cmplan_unit_tit {
  -webkit-line-clamp: 2;
  max-height: 34px;
}
.cmplan_ty_img.v2 .cmplan_unit_tit .cmplan_unit_tittx {
  font-size: 14px;
  font-weight: normal;
}
.cmplan_ty_img.v2 .cmplan_unit_subtit {
  -webkit-line-clamp: 2;
  max-height: 32px;
}
.cmplan_ty_img.v2 .cmplan_unit_subtit .cmplan_unit_subtittx {
  font-size: 13px;
}

.cmplan_ty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmplan_ty_list .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_list .cmplan_unit_thmb {
  width: 145px;
  min-width: 145px;
}
.cmplan_ty_list .cmplan_unit_cont {
  padding: 4px 0 0 20px;
}

.cmplan_ty_big.cmplan_ty_radius .cmplan_unit_thmbimg_lst {
  margin: 15px 15px 0;
}
.cmplan_ty_big .cmplan_unit_tit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.cmplan_ty_big .cmplan_unit_tit .cmplan_unit_tittx {
  font-size: 23px;
}
.cmplan_ty_big .cmplan_unit_subtit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.cmplan_ty_big .cmplan_unit_subtit .cmplan_unit_subtittx {
  font-size: 15px;
  color: #666;
}

.cmplan_ty_video.cmplan_ty_radius .cmplan_unit_thmbimg_lst {
  margin: 15px 15px 0;
}
.cmplan_ty_video .cmplan_unit_cont {
  padding: 10px 58px 15px 15px;
}
.cmplan_ty_video .cmplan_unit_cont.ty_space {
  padding: 10px 15px 15px 15px;
}
.cmplan_ty_video .cmplan_unit_tit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.cmplan_ty_video .cmplan_unit_tit .cmplan_unit_tittx {
  font-size: 23px;
}
.cmplan_ty_video .cmplan_unit_subtit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.cmplan_ty_video .cmplan_unit_subtit .cmplan_unit_subtittx {
  font-size: 15px;
}
.cmplan_ty_video .cmplan_unit_arrow {
  width: 19px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
  background-color: var(--m-colors-black, #000000);
}
.cmplan_ty_video .cmplan_unit_arrow:before, .cmplan_ty_video .cmplan_unit_arrow:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: var(--m-colors-black, #000000);
}
.cmplan_ty_video .cmplan_unit_arrow:before {
  right: -3px;
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmplan_ty_video .cmplan_unit_arrow:after {
  right: -3px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmplan_ty_video .cmplan_unit_arrow.v2 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  top: 10px;
}
.cmplan_ty_video .cmplan_unit_arrow.v2:before, .cmplan_ty_video .cmplan_unit_arrow.v2:after {
  display: none;
}
.cmplan_ty_video .cmplan_unit_thmbimg {
  height: auto;
  padding-bottom: 0;
}
.cmplan_ty_video .cmplan_unit_thmbimg img {
  position: static;
}

.cmplan_ty_video_sd {
  padding: 15px;
}
.cmplan_ty_video_sd .cmplan_btn_play {
  background: none;
  width: 26px;
  height: 42px;
}
.cmplan_ty_video_sd .cmplan_btn_play:after {
  position: absolute;
  content: "";
  border-left: 26px solid #fff;
  border-right: 26px solid transparent;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
.cmplan_ty_video_sd .cmplan_unit_cont {
  padding: 10px 58px 0 0;
}
.cmplan_ty_video_sd .cmplan_unit_cont.ty_space {
  padding: 10px 0;
}
.cmplan_ty_video_sd .cmplan_unit_tit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  letter-spacing: -0.27px;
  font-weight: bold;
}
.cmplan_ty_video_sd .cmplan_unit_tit .cmplan_unit_tittx {
  font-size: 15px;
}
.cmplan_ty_video_sd .cmplan_unit_subtit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  letter-spacing: -0.27px;
}
.cmplan_ty_video_sd .cmplan_unit_subtit .cmplan_unit_subtittx {
  font-size: 14px;
}
.cmplan_ty_video_sd .cmplan_unit_thmbimg {
  height: auto;
  padding-bottom: 0;
}
.cmplan_ty_video_sd .cmplan_unit_thmbimg img {
  position: static;
}
.cmplan_ty_video_sd .cmplan_unit_arrow {
  width: 19px;
  height: 1.5px;
  position: absolute;
  top: 18px;
  right: 2px;
  cursor: pointer;
  background-color: var(--m-colors-black, #000000);
}
.cmplan_ty_video_sd .cmplan_unit_arrow:before, .cmplan_ty_video_sd .cmplan_unit_arrow:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1.5px;
  background-color: var(--m-colors-black, #000000);
}
.cmplan_ty_video_sd .cmplan_unit_arrow:before {
  right: -3px;
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmplan_ty_video_sd .cmplan_unit_arrow:after {
  right: -3px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmplan_ty_video_sd .cmplan_unit_arrow.v2 {
  width: 24px;
  height: 24px;
  top: 10px;
  background-color: transparent;
}
.cmplan_ty_video_sd .cmplan_unit_arrow.v2:before, .cmplan_ty_video_sd .cmplan_unit_arrow.v2:after {
  display: none;
}

.cmplan_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cmplan_ty_plan .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_plan .cmplan_unit_cont {
  padding: 10px 14px 3px 4px;
}

.cmplan_ty_store .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_store .cmplan_unit_tit {
  padding-right: 37px;
}
.cmplan_ty_store .cmlike {
  position: absolute;
  top: 8px;
  right: 6px;
}
.cmplan_ty_store .cmitem_btn_clip {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
}

.cmplan_ty_tester {
  padding: 15px 15px 0;
}
.cmplan_ty_tester .cmplan_unit_thmbimg_lst {
  border-radius: 8px;
}
.cmplan_ty_tester.ty_rect .cmplan_unit_thmbimg_lst {
  border-radius: 0px;
}
.cmplan_ty_tester .cmplan_unit_thmbimg {
  padding-bottom: 60%;
}
.cmplan_ty_tester .cmplan_unit_cont {
  padding: 10px 95px 15px 5px;
}
.cmplan_ty_tester .cmplan_unit_tit {
  max-height: 17px;
  line-height: 1.3;
}
.cmplan_ty_tester .cmplan_unit_tit .cmplan_unit_tittx {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: var(--m-colors-black, #000000);
}
.cmplan_ty_tester .cmplan_unit_time {
  overflow: hidden;
  margin-top: 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: var(--m-colors-black, #000000);
}
.cmplan_ty_tester .cmplan_unit_time span,
.cmplan_ty_tester .cmplan_unit_time em {
  float: left;
}
.cmplan_ty_tester .cmplan_unit_time .day {
  margin-right: 10px;
}
.cmplan_ty_tester .cmplan_unit_end {
  margin-top: 3px;
  font-size: 20px;
  line-height: 24px;
  color: var(--m-colors-black, #000000);
}
.cmplan_ty_tester .cmplan_unit_end span {
  font-weight: bold;
}
.cmplan_ty_tester .cmplan_unit_testerbtn {
  position: absolute;
  top: -54px;
  right: 10px;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: 85px 85px;
}
.cmplan_ty_tester .cmplan_unit_testerbtn a {
  display: block;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
.cmplan_ty_tester .cmplan_unit_testerbtn a span {
  display: inline-block;
  max-width: 56px;
  padding-top: 1px;
  line-height: 16px;
  vertical-align: middle;
  word-break: keep-all;
}
.cmplan_ty_tester .cmplan_unit_testerbtn a:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.cmplan_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cmplan_scroll::-webkit-scrollbar {
  display: none;
}
.cmplan_scroll .cmplan_btn_play {
  left: 0;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.cmplan_scroll .cmplan_scroll_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 16px;
}
.cmplan_scroll .cmplan_scroll_item {
  width: 84vw;
}
.cmplan_scroll .cmplan_scroll_item:only-child {
  width: calc(100vw - 32px) !important;
}
.cmplan_scroll .cmplan_scroll_item:only-child .cmplan_unit_cont {
  padding-right: 40px;
}
.cmplan_scroll .cmplan_scroll_item:only-child .cmplan_unit_cont .cmplan_unit_tit .cmplan_unit_tittx {
  font-size: 16px;
}
.cmplan_scroll .cmplan_scroll_item:only-child .cmplan_unit_cont .cmplan_unit_subtit .cmplan_unit_subtittx {
  font-size: 14px;
}
.cmplan_scroll .cmplan_scroll_item.ty_size {
  width: 76.535vw;
  padding-right: 8px;
}
.cmplan_scroll .cmplan_scroll_item.ty_size:last-child {
  padding: 0;
}
.cmplan_scroll .cmplan_scroll_item.ty_size2 {
  width: 56.003vw;
  padding-right: 8px;
}
.cmplan_scroll .cmplan_scroll_item.ty_size2:not(:only-child) {
  max-width: 200px;
}
.cmplan_scroll .cmplan_scroll_item.ty_size2:last-child {
  padding: 0;
}
.cmplan_scroll .cmplan_scroll_item.ty_size2 .cmplan_unit_thmbimg img {
  -o-object-fit: initial;
     object-fit: initial;
}
.cmplan_scroll .cmplan_scroll_item.ty_size2 .cmitem_tt_adinfo {
  top: 0;
  right: 0;
}
.cmplan_scroll .cmplan_item_unit {
  padding: 10px 0 20px;
}
.cmplan_scroll .cmplan_item_unit.cmplan_ty_radius .cmplan_unit_thmbimg_lst {
  border-radius: 0;
}
.cmplan_scroll .cmplan_unit_cont {
  padding: 10px 8px 0 0;
}
.cmplan_scroll .cmplan_unit_tit {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 17px;
}
.cmplan_scroll .cmplan_unit_tit .cmplan_unit_tittx {
  font-weight: 500;
  font-size: 14px;
}
.cmplan_scroll .cmplan_unit_subtit {
  max-height: 16px;
}
.cmplan_scroll .cmplan_unit_subtit .cmplan_unit_subtittx {
  overflow: hidden;
  font-size: 13px;
  max-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg.ty_long {
  padding-bottom: 123.79%;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg.ty_long:first-child:nth-last-child(3), .mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg.ty_long:first-child:nth-last-child(3) ~ .cmplan_unit_thmbimg {
  padding-bottom: 61.63%;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg.ty_long:first-child:nth-last-child(4), .mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg.ty_long:first-child:nth-last-child(4) ~ .cmplan_unit_thmbimg {
  padding-bottom: 61.63%;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(3), .mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(3) ~ .cmplan_unit_thmbimg {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-bottom: 50%;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(3):first-child, .mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(3) ~ .cmplan_unit_thmbimg:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(4), .mnsdplan_ty_plan .cmplan_unit_thmbimg_lst .cmplan_unit_thmbimg:first-child:nth-last-child(4) ~ .cmplan_unit_thmbimg {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-bottom: 50%;
}
.mnsdplan_ty_plan .mnsdplan_ty_img .cmplan_unit_thmbimg_lst {
  border-radius: 0px;
}
.mnsdplan_ty_plan .mnsdplan_ty_img .cmplan_unit_cont {
  padding: 10px 14px 3px 4px;
}
.mnsdplan_ty_plan .mnsdplan_ty_img .cmplan_unit_tit {
  -webkit-line-clamp: 4;
  max-height: 80px;
}
.mnsdplan_ty_plan .mnsdplan_ty_img .cmplan_unit_subtit {
  -webkit-line-clamp: 4;
  max-height: 72px;
}

.cmitem_quick_unit {
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_quick_unit .cmitem_quick_tit .cmitem_quick_tittx {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--m-colors-gray900, #222222);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.cmitem_quick_unit .cmitem_quick_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmitem_quick_unit .cmitem_quick_lst > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_quick_unit .cmitem_quick_lst > li > a {
  display: block;
}
.cmitem_quick_unit .cmitem_quick_thmb {
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cmitem_quick_unit .cmitem_quick_tx {
  margin-top: 5px;
  color: #444;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cmitem_quick_unit.ty_grid {
  padding: 30px 0 10px;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_lst {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #fafafa;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_lst > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
  max-width: 33.333%;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_lst > li:nth-child(3n) {
  border-right: 0;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_tit {
  position: relative;
  margin: 0 15px 16px;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_tit .cmitem_titlnk {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: var(--m-colors-gray900, #222222);
  letter-spacing: -0.3px;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_tit .cmitem_titlnk:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  margin-bottom: 1px;
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
}
.cmitem_quick_unit.ty_grid .cmitem_quick_thmb {
  width: 70px;
  height: 30px;
  margin: 0 auto;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_tx {
  margin: 5px 5px 0;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_bedge {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 15px;
  line-height: 16px;
  overflow: hidden;
  font-weight: 500;
  font-size: 9px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #fff;
  border-radius: 0 0 0 3px;
}
.cmitem_quick_unit.ty_grid .cmitem_quick_bedge.ty_ad {
  background-color: var(--m-colors-gray400, #969696);
}
.cmitem_quick_unit.ty_grid .cmitem_quick_bedge.ty_open {
  background-color: var(--m-colors-primary, #ff5452);
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_lst {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_lst > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 20%;
  padding: 0 5px 10px 5px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .cmitem_quick_unit.ty_horizontal .cmitem_quick_lst > li {
    max-width: 12.5%;
  }
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_lst.ty_view4 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
@media screen and (min-width: 750px) {
  .cmitem_quick_unit.ty_horizontal .cmitem_quick_lst.ty_view4 > li {
    max-width: 12.5%;
  }
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_lst.is_moreset > li:nth-child(n+16) {
  display: none;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_tit {
  display: none;
  margin: 35px 15px 0px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_cont {
  padding: 10px 11px 20px 11px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_thmb {
  position: relative;
  padding-bottom: 100%;
  margin: 0 auto;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_thmb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_thmb:hover {
  z-index: 1;
}
.cmitem_quick_unit.ty_horizontal.ty_radius .cmitem_quick_thmb {
  border-radius: 34%;
}
.cmitem_quick_unit.ty_horizontal.ty_radius .cmitem_quick_thmb:before {
  border-radius: 34%;
}
.cmitem_quick_unit.ty_horizontal .cmitem_quick_tx {
  max-height: 30px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_btnarea {
  overflow: hidden;
  margin: 0 16px 20px 16px;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_btnarea .cmitem_btn_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_btnarea .cmitem_btn_toggle .cmitem_btntx {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  font-size: 14px;
  color: #7b8895;
  letter-spacing: -0.3px;
}
.cmitem_quick_unit.ty_horizontal .cmitem_btnarea .cmitem_btn_toggle:after {
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  margin-left: 5px;
  border-bottom: 1px solid #7b8895;
  border-right: 1px solid #7b8895;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.cmitem_quick_unit.ty_horizontal .cmitem_btnarea .less:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0;
}
.cmitem_quick_unit.ty_horizontal_scroll {
  overflow-x: auto;
  margin: 30px 0;
  -webkit-overflow-scrolling: touch;
}
.cmitem_quick_unit.ty_horizontal_scroll::-webkit-scrollbar {
  display: none;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 10px 0 30px;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_lst > li {
  width: 105px;
  padding: 0 5px 0 0;
  text-align: center;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_tit {
  margin: 34px 15px 16px;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_cont {
  padding: 0 0 0 0;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_thmb {
  position: relative;
  padding-bottom: 100%;
  margin: 0 auto;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_thmb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_empty {
  display: block;
  position: relative;
  padding-bottom: 100%;
  margin: 0 auto;
  background-color: #a59357;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_empty_tx {
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
}
.cmitem_quick_unit.ty_horizontal_scroll .cmitem_quick_tx {
  color: var(--m-colors-gray900, #222222);
  font-size: 13px;
}
.cmitem_quick_unit.ty_horizontal_scroll_line {
  padding: 15px 0;
  overflow-x: auto;
}
.cmitem_quick_unit.ty_horizontal_scroll_line::-webkit-scrollbar {
  display: none;
}
.cmitem_quick_unit.ty_horizontal_scroll_line .cmitem_quick_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 9px 0 9px;
}
.cmitem_quick_unit.ty_horizontal_scroll_line .cmitem_quick_lst > li {
  width: 69px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_quick_unit.ty_horizontal_scroll_line .cmitem_quick_lst.ty_multiple_lines > li:nth-child(even) {
  margin-top: 94px;
  margin-left: -70px;
}
.cmitem_quick_unit.ty_horizontal_scroll_line .cmitem_quick_thmb {
  overflow: hidden;
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
.cmitem_quick_unit.ty_horizontal_scroll_line.ty_radius .cmitem_quick_thmb {
  border-radius: 17px;
}
.cmitem_quick_unit.ty_horizontal_scroll_line.ty_radius .cmitem_quick_thmb:before {
  border-radius: 17px;
}
.cmitem_quick_unit.ty_quick_round_scroll {
  padding: 0 0 16px;
  overflow-x: auto;
}
.cmitem_quick_unit.ty_quick_round_scroll::-webkit-scrollbar {
  display: none;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 4px 0 16px;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst li {
  margin-right: 12px;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst li a {
  display: block;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst li a .cmitem_quick_thmb {
  overflow: visible;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst li a .cmitem_quick_thmb.ty_new:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--m-colors-primary, #ff5452);
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst li a .cmitem_quick_tx {
  min-height: 32px;
  margin-top: 6px;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: var(--m-colors-black, #000000);
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst:nth-of-type(1) li {
  width: 64px;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst:nth-of-type(2) li {
  width: 64px;
}
.cmitem_quick_unit.ty_quick_round_scroll .cmitem_quick_lst:nth-of-type(2) li .cmitem_quick_thmb {
  height: 96px;
}
.cmitem_quick_unit.ty_quick_round_scroll.ty_radius .cmitem_quick_thmb {
  border-radius: 100px;
}
.cmitem_quick_unit.ty_quick_round_scroll + .cmhorizontal_progressbar {
  margin: 0 0 0 16px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 100px;
  border-radius: 0;
  width: calc(100% - 132px);
  height: 1px;
}
.cmitem_quick_unit.ty_quick_round_scroll + .cmhorizontal_progressbar:before {
  top: -1px;
  left: -100px;
  width: 100px;
  border-radius: 0;
}
.cmitem_quick_unit.ty_quick_round_scroll + .cmhorizontal_progressbar .cmhorizontal_progressbar_per {
  top: -1px;
  height: 2px;
  border-radius: 0;
}
.cmitem_quick_unit.ty_vertical {
  padding: 0 10px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f5f5f5;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_tit {
  padding-top: 18px;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_tit .cmitem_quick_tittx {
  font-size: 16px;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_cont {
  padding: 18px 0;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_lst {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_lst > li {
  margin-top: 13px;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_lst > li:first-child {
  margin-top: 0;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_lst > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_thmb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  height: 54px;
}
.cmitem_quick_unit.ty_vertical.ty_radius .cmitem_quick_thmb {
  border-radius: 17px;
}
.cmitem_quick_unit.ty_vertical .cmitem_quick_tx {
  margin: 0 0 0 10px;
  font-size: 14px;
}
.cmitem_quick_unit.ty_bold .cmitem_quick_lst > li .cmitem_quick_tx {
  font-weight: bold;
}

:root {
  --marquee-width: 100vw;
  --marquee-height: 48px;
  --marquee-elements-displayed: 3.6055;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3.5s);
  --marquee-elements-displayed-circle: 3.0735;
  --marquee-element-width-circle: calc(
    var(--marquee-width) / var(--marquee-elements-displayed-circle)
  );
  --marquee-animation-duration-circle: calc(var(--marquee-elements-circle) * 3.5s);
}

.cmitem_quick_animation {
  margin: 20px 0 15px;
  width: var(--marquee-width);
  color: #eee;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_quick_animation .cmitem_quick_animation_list {
  list-style: none;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
          animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.cmitem_quick_animation .cmitem_quick_animation_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--marquee-element-width);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: var(--marquee-height);
}
.cmitem_quick_animation .cmitem_quick_animation_list li a {
  width: 100%;
  margin-right: 8px;
  position: relative;
}
.cmitem_quick_animation .cmitem_quick_animation_list li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.cmitem_quick_animation .cmitem_quick_animation_list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmitem_quick_animation.ty_circle {
  padding-left: 35px;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list {
  -webkit-animation: scrolling_circle var(--marquee-animation-duration-circle) linear infinite;
          animation: scrolling_circle var(--marquee-animation-duration-circle) linear infinite;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li {
  position: relative;
  width: var(--marquee-element-width-circle);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li:before {
  content: "";
  display: block;
  padding-top: calc(100% - 10px);
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color, #000);
  border-radius: 50%;
  margin-right: 10px;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  padding-top: 100%;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li a {
  margin: 0;
  height: 48px;
}
.cmitem_quick_animation.ty_circle .cmitem_quick_animation_list li a:before {
  background: none;
}
.cmitem_quick_animation .cmitem_quick_animation_list:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@-webkit-keyframes scrolling_circle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width-circle) * var(--marquee-elements-circle)));
            transform: translateX(calc(-1 * var(--marquee-element-width-circle) * var(--marquee-elements-circle)));
  }
}
@keyframes scrolling_circle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width-circle) * var(--marquee-elements-circle)));
            transform: translateX(calc(-1 * var(--marquee-element-width-circle) * var(--marquee-elements-circle)));
  }
}

@media (min-width: 320px) {
  :root {
    --marquee-elements-displayed: 3.0765;
    --marquee-elements-displayed-circle: 2.6227;
  }
}
@media (min-width: 375px) {
  :root {
    --marquee-elements-displayed: 3.6055;
    --marquee-elements-displayed-circle: 3.0735;
  }
}
@media (min-width: 768px) {
  :root {
    --marquee-elements-displayed: 7.384;
    --marquee-elements-displayed-circle: 6.2944;
  }
}
.cmhorizontal_dragitem .cmitem_quick_tx {
  min-height: 31px;
}
.cmhorizontal_dragitem::-webkit-scrollbar {
  height: 2px;
}
.cmhorizontal_dragitem::-webkit-scrollbar-thumb {
  background: var(--m-colors-gray900, #222222);
}
.cmhorizontal_dragitem::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.cmhorizontal_progressbar {
  position: relative;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-left: 14px;
}
.cmhorizontal_progressbar:before {
  display: block;
  content: "";
  position: absolute;
  left: -28px;
  background-color: var(--m-colors-gray900, #222222);
  height: 2px;
  width: 28px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cmhorizontal_progressbar_per {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--m-colors-gray900, #222222);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cmitem_cardbnfit_item {
  padding: 14px 10px;
  margin-top: 6px;
  background-color: #f7f7f7;
}
.cmitem_cardbnfit_item:first-child {
  margin-top: 0;
}
.cmitem_cardbnfit_item > a {
  display: block;
}
.cmitem_cardbnfit_item .cmitem_card_tit {
  display: block;
  overflow: hidden;
  height: 18px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmitem_cardbnfit_item .cmitem_card_tit .card_tit_txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_cardbnfit_item .cmitem_card_tit .card_tit_txt em {
  font-weight: 500;
  font-size: 15px;
}
.cmitem_cardbnfit_item .cmitem_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
.cmitem_cardbnfit_item .cmitem_card_info .card_info_bi {
  overflow: hidden;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border-radius: 50%;
}
.cmitem_cardbnfit_item .cmitem_card_info .card_info_bi img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmitem_cardbnfit_item .cmitem_card_info .card_info_name {
  margin-top: 2px;
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 1;
  color: #444;
}

.cmitem_cardbnfit_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cmitem_cardbnfit_rate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--m-colors-gray900, #222222);
  font-weight: 500;
}
.cmitem_cardbnfit_rate em {
  font-size: 20px;
  font-weight: 500;
  margin-right: 2px;
}

.cmitem_cardbnfit_bi {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  border-radius: 50%;
}
.cmitem_cardbnfit_bi img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.cmitem_cardbnfit_info {
  margin-top: 2px;
  line-height: 1.3;
}

.cmitem_cardbnfit_tx {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cmitem_cardbenfit_unit.ty_horizontal {
  padding: 10px 0 20px;
  overflow: hidden;
}
.cmitem_cardbenfit_unit.ty_horizontal.ty_rect .cmitem_cardbnfit_item {
  border-radius: 0;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 0 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_lst > li {
  margin-left: 7px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_lst > li:first-child {
  margin-left: 0;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_lst::-webkit-scrollbar {
  display: none;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  min-width: 150px;
  height: 100px;
  padding: 12px 12px 16px 16px;
  margin-top: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_rate {
  overflow: hidden;
  white-space: normal;
  text-overflow: unset;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.2;
  max-height: 28px;
  word-break: break-all;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_rate > em {
  font-size: 24px;
  font-weight: 500;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_rate::before {
  display: inline-block;
  height: 28px;
  width: 0;
  vertical-align: middle;
  content: "";
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_bi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 3px;
  width: 24px;
  height: 24px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 9px;
  line-height: 1.2;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_tx,
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-break: break-all;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_tx {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  max-height: 28px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_tx .card_info_tx1,
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_tx .card_info_tx2 {
  display: block;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_name {
  max-height: 32px;
  font-size: 14px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_name .card_info_name1,
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbnfit_info .card_info_name .card_info_name2 {
  display: block;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 92px;
          flex: 1 1 92px;
  min-width: 92px;
  max-width: 215px;
  padding: 14px 10px 10px;
  border-radius: 8px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr .card_bnr_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr .card_img_chip {
  display: block;
  background-image: url(../img/sprites/sp_cmitem_card_20201030@2x.png);
  background-position: -33px 0px;
  background-size: 68px 68px;
  width: 35px;
  height: 31px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr .card_img_promo {
  display: block;
  background-image: url(../img/sprites/sp_cmitem_card_20201030@2x.png);
  background-position: 0px 0px;
  background-size: 68px 68px;
  width: 23px;
  height: 68px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr .card_subtit {
  margin-top: -1px;
  line-height: 1.25;
  margin-top: 7px;
}
.cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr .card_subtit_tx {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  letter-spacing: -0.3px;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .cmitem_cardbenfit_unit.ty_horizontal .cmitem_cardbenfit_bnr {
    margin-right: 0;
  }
}

.cmhero_cardbenefit_banner {
  position: relative;
}
.cmhero_cardbenefit_banner .cmhero_swiper {
  position: relative;
  z-index: 500;
}
.cmhero_cardbenefit_banner .cmhero_swiper.disabled .swiper-ctrls {
  display: none;
}
.cmhero_cardbenefit_banner .cmhero_swiper.disabled .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.cmhero_cardbenefit_banner .swiper-container {
  background: var(--m-colors-black, #000000);
  height: 40px;
}
.cmhero_cardbenefit_banner .cmitem_cardbnfit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}
.cmhero_cardbenefit_banner .cmitem_cardbnfit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmhero_cardbenefit_banner .cmitem_cardbenefit_bi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.cmhero_cardbenefit_banner .cmitem_cardbenefit_bi img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmhero_cardbenefit_banner .card_info_desc {
  color: #fff;
  font-size: 12px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: bold;
}
.cmhero_cardbenefit_banner .card_info_desc.ty_cardname {
  display: inline-block;
  max-width: 102px;
  overflow: hidden;
}
.cmhero_cardbenefit_banner .card_info_desc.ty_benefit {
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.6;
  font-weight: normal;
}
.cmhero_cardbenefit_banner .swiper-ctrls {
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 1;
  width: 12px;
  height: 12px;
}
.cmhero_cardbenefit_banner .swiper-ctrls .swiper_ctrls_util {
  width: 100%;
  height: 100%;
}
.cmhero_cardbenefit_banner .swiper_autoplay {
  display: none;
}
.cmhero_cardbenefit_banner .swiper-pagination {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.cmhero_cardbenefit_banner .swiper_moreview .btn_moreview {
  height: 16px;
  margin-top: -17px;
}
.cmhero_cardbenefit_banner .swiper_moreview .btn_moreview .icon_caret_down_s::after {
  -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(108deg) brightness(99%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(108deg) brightness(99%) contrast(99%);
}
.cmhero_cardbenefit_banner .swiper_moreview .btn_moreview .icon_caret_up_s::after {
  -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(108deg) brightness(99%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(108deg) brightness(99%) contrast(99%);
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  overflow: visible;
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit.is_open {
  display: block;
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit .cmhero_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit .cmhero_viewer_cont {
  position: relative;
  height: 100%;
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit .cmhero_bnlst {
  background: var(--m-colors-black, #000000);
}
.cmhero_cardbenefit_banner .cmhero_viewer_cardbenefit .cmhero_bnlst li {
  height: 40px;
}

.cmitem_delivery_unit {
  padding: 0 10px;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_delivery_unit .cmitem_delivery_tit {
  padding-top: 18px;
  font-size: 0;
}
.cmitem_delivery_unit .cmitem_delivery_tit .cmitem_delivery_tittx {
  font-size: 16px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmitem_delivery_unit .cmitem_delivery_cont {
  padding: 18px 0;
}
.cmitem_delivery_unit .cmitem_delivery_cont .cmitem_delivery_lst > li {
  margin-top: 15px;
}
.cmitem_delivery_unit .cmitem_delivery_cont .cmitem_delivery_lst > li:first-child {
  margin-top: 0;
}
.cmitem_delivery_unit .cmitem_delivery_cont .cmitem_delivery_lst > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
}
.cmitem_delivery_unit .cmitem_delivery_cont .cmitem_delivery_lst > li .cmitem_delivery_infotx {
  margin-left: 10px;
}
.cmitem_delivery_unit .cmitem_delivery_foot {
  padding-bottom: 18px;
}
.cmitem_delivery_unit .cmitem_delivery_foot .cmitem_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_delivery_unit .cmitem_delivery_foot .cmitem_btn.cmitem_delivery_change::before {
  display: block;
  margin-right: 4px;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -136px -77px;
  background-size: 176px 165px;
  width: 15px;
  height: 15px;
  content: "";
}
.cmitem_delivery_unit .cmitem_delivery_foot .cmitem_btn .cmitem_btn_tx {
  line-height: 1.71;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_delivery_unit.ty_horizontal {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: 0 none;
  font-size: 12px;
  color: #fff;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menubar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  padding: 0 10px;
  background: var(--m-colors-gray900, #222222);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_toggle {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_toggle .cmitem_delivery_btntx {
  color: #fff;
  vertical-align: middle;
}
.cmitem_delivery_unit.ty_horizontal .delivery_btn_drop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
}
.cmitem_delivery_unit.ty_horizontal .delivery_btn_drop::after {
  display: inline-block;
  border: solid transparent;
  border-width: 4px 3px 0px 3px;
  border-top-color: #fff;
  vertical-align: middle;
  -webkit-animation: activate2 0.3s;
          animation: activate2 0.3s;
  content: "";
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0 8px;
  margin-right: 32px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.4, 0);
  transition: 0.3s cubic-bezier(0.4, 0, 0.4, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  z-index: 1;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info .cmitem_info_lnk {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info .cmitem_info_lnk .cm_mall_ic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info.ty_em a {
  color: #ffd000;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info.ty_mnmorning a {
  color: #a3b8cd;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info.ty_tr a {
  color: #99cc00;
}
.cmitem_delivery_unit.ty_horizontal .cmitem_delivery_info .cmitem_delivery_infotx {
  padding-left: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmitem_delivery_unit.ty_horizontal .delivery_change_lnk {
  position: absolute;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.cmitem_delivery_unit.ty_horizontal .delivery_change_lnk .cmitem_ic_ssgcar {
  position: absolute;
  width: 100%;
  left: 0;
  display: block;
  -webkit-transform: translateX(calc(100% - 30px));
          transform: translateX(calc(100% - 30px));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.4, 0), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  z-index: 1;
}
.cmitem_delivery_unit.ty_horizontal .delivery_change_lnk .cmitem_ic_ssgcar::before {
  display: block;
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -94px -30px;
  background-size: 176px 165px;
  width: 30px;
  height: 21px;
  margin-bottom: 4px;
  content: "";
}
.cmitem_delivery_unit.ty_horizontal .delivery_change_lnk .cmitem_delivery_lnktx {
  display: block;
  padding-left: 30px;
  margin-left: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  transition: 0.4s cubic-bezier(0.4, 0, 0.4, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  height: 15px;
}
.cmitem_delivery_unit.ty_horizontal .delivery_change_lnk::after {
  display: block;
  content: "";
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont {
  display: none;
  background: var(--m-colors-gray900, #222222);
  -webkit-box-shadow: 4px 11px 19px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 4px 11px 19px 0 rgba(0, 0, 0, 0.3);
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_lst {
  padding: 0 10px 14px;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info {
  display: block;
  padding: 0;
  margin: 8px 0 0 0;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d2f39), to(#2a2929));
  background-image: linear-gradient(to right, #2d2f39, #2a2929);
  font-size: 13px;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info:first-child {
  margin-top: 0;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info .cmitem_info_lnk {
  padding: 6px 11px 6px 6px;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info .cmitem_info_lnk::after {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info .cmitem_info_lnk .cmitem_delivery_infotx {
  padding: 0 8px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info.ty_em .cmitem_info_lnk::after {
  border-color: #ffd000;
  -webkit-box-shadow: 0.5px -0.5px #ffd000;
          box-shadow: 0.5px -0.5px #ffd000;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info.ty_mnmorning .cmitem_info_lnk::after {
  border-color: #a3b8cd;
  -webkit-box-shadow: 0.5px -0.5px #a3b8cd;
          box-shadow: 0.5px -0.5px #a3b8cd;
}
.cmitem_delivery_unit.ty_horizontal .delivery_menu_cont .cmitem_delivery_info.ty_tr .cmitem_info_lnk::after {
  border-color: #99cc00;
  -webkit-box-shadow: 0.5px -0.5px #99cc00;
          box-shadow: 0.5px -0.5px #99cc00;
}
.cmitem_delivery_unit.ty_horizontal.open .delivery_menu_cont {
  display: block;
  height: auto;
}
.cmitem_delivery_unit.ty_horizontal.open .delivery_menubar .cmitem_delivery_info {
  visibility: hidden;
  opacity: 0;
}
.cmitem_delivery_unit.ty_horizontal.open .delivery_change_lnk .cmitem_ic_ssgcar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cmitem_delivery_unit.ty_horizontal.open .delivery_change_lnk .cmitem_delivery_lnktx {
  display: block;
  opacity: 1;
  visibility: visible;
}
.cmitem_delivery_unit.ty_horizontal.open .delivery_btn_drop::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: activate 0.3s;
          animation: activate 0.3s;
}

.cmdelivery_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  padding: 0 15px;
  background-color: var(--delivery-status-bgcolor, #ffd040);
}
.cmdelivery_status.ty_radius {
  border-radius: 5px;
  margin: 0 15px;
}
.cmdelivery_status.ty_em {
  background-color: var(--delivery-status-bgcolor, #ffd040);
}
.cmdelivery_status.ty_tr {
  background-color: var(--delivery-status-bgcolor, #a6dd27);
}
.cmdelivery_status.ty_mnmorning {
  background-color: var(--delivery-status-bgcolor, #a3b7cd);
}
.cmdelivery_status .cmdelivery_time .cmdelivery_time_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--m-colors-gray900, #222222);
  font-size: 13px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.cmdelivery_status .cmdelivery_time .cmdelivery_icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.cmdelivery_status .cmdelivery_time .cmdelivery_icon img {
  width: 100%;
  vertical-align: top;
}
.cmdelivery_status .cmdelivery_setting .icon_gear {
  vertical-align: top;
}

.cmitem_delivery_unit_tytitle {
  padding: 28px 16px 0;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_tit .cmdelivery_tytitle_tit_tx {
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_tit .cmdelivery_tytitle_tit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #888;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_tit .cmdelivery_tytitle_tit_link .icon_chevron_right_s {
  -webkit-filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(93%) contrast(94%);
          filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(93%) contrast(94%);
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f0f0;
  border-radius: 8px;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_box .cmdelivery_tytitle_tx {
  font-size: 13px;
  font-weight: bold;
  margin-left: 4px;
  color: #222;
  letter-spacing: -0.3px;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_box .cmdelivery_tytitle_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 13px;
  color: #222;
  letter-spacing: -0.3px;
}
.cmitem_delivery_unit_tytitle .cmdelivery_tytitle_box .cmdelivery_tytitle_time:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 8px;
}

@-webkit-keyframes activate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes activate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes activate2 {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes activate2 {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cmitem_keyword_unit {
  padding: 10px 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_keyword_unit .cmitem_keyword_tit {
  padding-top: 18px;
  font-size: 0;
}
.cmitem_keyword_unit .cmitem_keyword_tit .cmitem_keyword_tittx {
  position: relative;
  padding-right: 11px;
  font-weight: 500;
  font-size: 16px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.5;
}
.cmitem_keyword_unit .cmitem_keyword_tit .cmitem_keyword_tittx::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: -109px -94px;
  background-size: 176px 165px;
  width: 7px;
  height: 11px;
  content: "";
}
.cmitem_keyword_unit .cmitem_keyword_cont {
  margin-bottom: 12px;
  overflow: hidden;
}
.cmitem_keyword_unit .cmitem_keyword_lst {
  padding: 0 16px;
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.cmitem_keyword_unit .cmitem_keyword_lst > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  margin: 0;
}
.cmitem_keyword_unit .cmitem_keyword_lst > li:not(:nth-child(3n)) {
  border-bottom: 1px solid #f0f0f0;
}
.cmitem_keyword_unit .cmitem_keyword_lst > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmitem_keyword_unit .cmitem_keyword_rank {
  font-size: 15px;
  line-height: 18px;
}
.cmitem_keyword_unit .cmitem_keyword_ranktx {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 4px;
  margin-right: 4px;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 4px 2px 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo::before {
  position: relative;
  top: 0;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo .cmitem_keyword_rankinfo_tx {
  font-size: 10px;
  line-height: 12px;
  padding-top: 1px;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankup {
  background-color: #ffecec;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankup::before {
  content: "";
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C84%2C82%29' d='M12 7.2l-6 8.571h12l-6-8.571z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankup .cmitem_keyword_rankinfo_tx {
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankdown {
  background-color: #f5f5f5;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankdown::before {
  content: "";
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M6 8.2l6 8.571 6-8.571h-12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
}
.cmitem_keyword_unit .cmitem_keyword_rankinfo.cmitem_keyword_rankdown .cmitem_keyword_rankinfo_tx {
  color: #222222;
}
.cmitem_keyword_unit .cmitem_keyword_foot .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmitem_keyword_unit .cmitem_keyword_foot .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  background-color: var(--m-colors-gray350, #cfcfcf);
  border-radius: 50%;
}
.cmitem_keyword_unit .cmitem_keyword_foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}

.cmitem_keyword_lst > li {
  margin: 0 10px;
  height: 44px;
  border-top: 1px solid rgba(216, 216, 216, 0.4);
}
.cmitem_keyword_lst > li:first-child {
  border: 0 none;
}
.cmitem_keyword_lst > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cmitem_keyword_rank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_keyword_ranktx {
  margin-left: 13px;
  margin-right: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
  color: #444;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cmitem_keyword_rankinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmitem_keyword_ranknew {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -121px;
  background-size: 176px 165px;
  width: 20px;
  height: 13px;
}

.cmitem_keyword_rankup,
.cmitem_keyword_rankdown {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 500;
}
.cmitem_keyword_rankup::before,
.cmitem_keyword_rankdown::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border: solid transparent;
  content: "";
}

.cmitem_keyword_rankup {
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_keyword_rankup::before {
  border-width: 0 3px 5px 3px;
  border-bottom-color: var(--m-colors-primary, #ff5452);
}

.cmitem_keyword_rankdown {
  color: #22009c;
}
.cmitem_keyword_rankdown::before {
  border-top-color: #22009c;
  border-width: 5px 3px 0 3px;
}

.cmitem_keyword_ranksame::before {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #777;
  content: "";
}

.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 16px 0;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 span.cmitem_keyword_rank {
  padding: 1px 4px 0 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 span.cmitem_keyword_rankdown:before {
  top: 7px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 span.cmitem_keyword_rankinfo.cmitem_keyword_ranknew {
  margin-top: 4px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 .cmlike {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 .cmitem_more_link {
  position: relative;
  top: auto;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num.v2 .cmitem_more_link:after {
  position: initial;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmgrid_brd_rank_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_tx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_tx_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rank {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--m-colors-black, #000000);
  height: 22px;
  font-size: 16px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_ranktx {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1px;
  font-size: 16px;
  text-align: left;
  color: var(--m-colors-gray900, #222222);
  font-weight: bold;
  line-height: 24px;
  margin-left: 0;
  vertical-align: bottom;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_ranktx_sub {
  max-width: 100%;
  font-size: 13px;
  color: #979797;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankup:before {
  top: 6px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankdown:before {
  top: 9px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankinfo {
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankinfo.cmitem_keyword_ranksame {
  margin-top: 10px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankinfo.cmitem_keyword_ranknew {
  margin-top: 4px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_rank + .cmitem_keyword_ranktx {
  max-width: 70%;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_new {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 4px 3px 0 2px;
  border-radius: 50%;
  background: var(--m-colors-primary, #ff5452);
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmlike {
  position: absolute;
  z-index: 99;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 4px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmlike_btn {
  width: 32px;
  height: 32px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmlike .cmlike_primary_l {
  width: 24px;
  height: 24px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_more_link {
  position: absolute;
  top: 40%;
  width: 32px;
  height: 32px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_more_link:after {
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
  margin: 0 auto;
  margin-top: -3px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap > .cmitem_tt_adinfo {
  position: relative;
  margin-top: 4px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap > .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  top: 17px;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap > .ssgcommon_adinfo {
  position: relative;
  margin-top: 7px;
  z-index: 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap > .ssgcommon_adinfo.on {
  z-index: 10;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmitem_brd_btn_wrap > .ssgcommon_adinfo.on .ssgcommon_tooltip {
  max-width: none;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap .cmgrid_brd_ranking_unit {
  display: none;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_num {
  border: 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmitem_more_link:after {
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_ranking_unit {
  display: block;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_ranking_unit .cmitem_more {
  margin: 0 15px 20px;
  border-top: 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_ranking_unit .cmitem_more .cmitem_more_link {
  width: 100%;
  height: 40px;
  text-align: center;
  border: 1px solid #cfcfcf;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--m-colors-gray900, #222222);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_brandbox {
  position: relative;
  margin: 10px 16px 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_brandbox img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.open .cmgrid_brd_brandbox .cmitem_tt_adinfo {
  position: absolute;
  right: 0;
  top: 0;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.no_lst .cmitem_more_link {
  top: 43%;
}
.cmgrid_brd_ranking .cmgrid_brd_wrap.no_lst .cmitem_more_link:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: 0 8px;
}
.cmgrid_brd_ranking.ty_opened .cmgrid_brd_wrap .cmgrid_brd_rank_wrap a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmgrid_brd_ranking.ty_opened .cmgrid_brd_wrap .cmgrid_brd_num {
  padding: 15px 6px 0 0;
}
.cmgrid_brd_ranking.ty_opened .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_new {
  margin: 4px 3px 0 0;
}
.cmgrid_brd_ranking.ty_opened .cmgrid_brd_wrap .cmitem_more {
  margin: 0 15px 15px;
}
.cmgrid_brd_ranking.ty_border {
  padding: 15px 0 0;
}
.cmgrid_brd_ranking.ty_border + .ty_border {
  padding: 0;
}
.cmgrid_brd_ranking.ty_border + .ty_border .cmgrid_brd_wrap .cmgrid_brd_num {
  margin: 0 15px 10px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num {
  border: 1.5px solid #e5e5e5;
  padding: 0 24px;
  width: auto;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px 10px;
  padding: 0 16px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_ranksame {
  margin-top: 11px !important;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_keyword_ranknew {
  margin-top: 5px !important;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num .cmitem_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 100%;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num .cmlike {
  right: 10px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rank {
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  color: var(--m-colors-gray900, #222222);
  height: auto;
  width: auto;
  font-size: 18px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_ranktx {
  line-height: normal;
  max-width: 70%;
  margin: 3px 4px 0 5px;
  font-size: 18px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap .cmgrid_brd_num span.cmitem_keyword_rankinfo {
  margin-top: 4px;
}
.cmgrid_brd_ranking.ty_border .cmgrid_brd_wrap.open .cmgrid_brd_num {
  border: 1.5px solid #0a0a0a;
}
.cmgrid_brd_ranking .cmhorizontal_scrollitem_sd .cmitem_grid {
  padding: 0 15px;
}

.cmitem_tag_unit {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: #f7f7f7;
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_tag_unit .cmitem_tag_tit {
  padding-top: 18px;
  font-size: 0;
}
.cmitem_tag_unit .cmitem_tag_tit .cmitem_tag_tittx {
  font-size: 16px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmitem_tag_unit .cmitem_tag_cont {
  padding: 18px 0;
}
.cmitem_tag_unit .cmitem_tag_cont .cmitem_tag_lst > li {
  margin-top: 6px;
}
.cmitem_tag_unit .cmitem_tag_cont .cmitem_tag_lst > li:first-child {
  margin-top: 0;
}
.cmitem_tag_unit .cmitem_tag_cont .cmitem_tag_lst > li .cmitem_tag {
  display: inline-block;
  vertical-align: top;
  height: 31px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 15.5px;
}
.cmitem_tag_unit .cmitem_tag_cont .cmitem_tag_lst > li .cmitem_tag_tx {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cmitem_countdown_unit {
  width: 301px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

.cmitem_countdown_tit {
  margin-bottom: 0px;
  line-height: 1.2;
}

.cmitem_countdown_tittx {
  font-weight: bold;
  font-size: 20px;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_countdown_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/common/cmitem_countdown_timer.png) no-repeat -8px 0;
  background-size: 317px 87px;
  padding: 12px 5px;
  white-space: nowrap;
}
.cmitem_countdown_timer .hour,
.cmitem_countdown_timer .min,
.cmitem_countdown_timer .sec {
  width: 85px;
  height: 60px;
  padding-left: 7px;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  letter-spacing: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_countdown_timer em {
  font-size: 36px;
  color: var(--m-colors-gray900, #222222);
}

.cmitem_timedeal_list {
  padding: 10px 0 31px;
}
.cmitem_timedeal_list .cmitem_timedeal_item {
  margin: 0 15px;
  padding-bottom: 31px;
}
.cmitem_timedeal_list .cmitem_timedeal_item:last-child {
  padding-bottom: 0;
}

.cmitem_timedeal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 70.5px;
}
.cmitem_timedeal_box:after {
  display: block;
  clear: both;
  content: "";
}

.cmitem_timedeal_thmb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
  margin-right: 16px;
  position: relative;
}

.cmitem_timedeal_img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.cmitem_timedeal_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_timedeal_img img {
  vertical-align: top;
  width: 100%;
}

.cmitem_timedeal_next {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmitem_timedeal_next .cmitem_timedeal_date {
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  color: var(--m-colors-white, #ffffff);
  margin-bottom: 5px;
}
.cmitem_timedeal_next .cmitem_timedeal_time {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #ffdb3b;
}
.cmitem_timedeal_next .cmitem_timedeal_soldout {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.cmitem_timedeal_next .cmitem_timedeal_point {
  color: #ff1e00;
}
.cmitem_timedeal_next .cmitem_timedeal_point2 {
  color: #006dff;
}

.cmitem_timedeal_count {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -11px;
  width: 91px;
  height: 23px;
  line-height: 23px;
  border-radius: 11.5px;
  background-color: #e60096;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: var(--m-colors-white, #ffffff);
}

.cmitem_timedeal_tx_thmb {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
}

.cmitem_timedeal_brand {
  font-weight: bold;
}

.cmitem_timedeal_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px 0;
  font-size: 14px;
  line-height: normal;
  color: var(--m-colors-gray900, #222222);
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmitem_timedeal_tit:after {
  display: block;
  clear: both;
  content: "";
}

.cmitem_timedeal_pricewrap {
  margin-top: 7px;
  line-height: 1.2;
}
.cmitem_timedeal_pricewrap .cmitem_timedeal_rate {
  display: inline-block;
}
.cmitem_timedeal_pricewrap .cmitem_timedeal_per {
  font-weight: 500;
  font-size: 16px;
  color: #e60096;
}
.cmitem_timedeal_pricewrap .new_price {
  display: inline-block;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_timedeal_pricewrap .new_price .ssg_price {
  font-weight: 500;
  font-size: 16px;
}
.cmitem_timedeal_pricewrap .new_price .ssg_tx {
  font-size: 13px;
  vertical-align: 1px;
}
.cmitem_timedeal_pricewrap .new_price .price_happy {
  margin-left: 6px;
}
.cmitem_timedeal_pricewrap .old_price {
  display: block;
  margin: 0 0 2px 2px;
  color: #aaa;
}
.cmitem_timedeal_pricewrap .old_price del {
  text-decoration: none;
}
.cmitem_timedeal_pricewrap .old_price .ssg_price {
  font-size: 14px;
  text-decoration: line-through;
}
.cmitem_timedeal_pricewrap .old_price .ssg_tx {
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
}

.cmitem_timedeal_soon {
  font-weight: bold;
  font-size: 13px;
  color: #e60096;
}

.cmitem_timedeal_item.off .cmitem_timedeal_tit {
  color: #aaa;
}

.cmitem_timedeal_tab {
  margin: 15px;
}
.cmitem_timedeal_tab .cmitem_timedeal_tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 34px;
  height: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_timedeal_tab .cmitem_timedeal_tablist li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
.cmitem_timedeal_tab .cmitem_timedeal_link {
  position: relative;
  display: block;
  text-align: center;
  height: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_timedeal_tab .cmitem_timedeal_link.ty_space {
  margin: 0 -7px;
}
.cmitem_timedeal_tab .cmitem_timedeal_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}
.cmitem_timedeal_tab .cmitem_timedeal_link a.on {
  position: relative;
}
.cmitem_timedeal_tab .cmitem_timedeal_link a.on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #e60096;
  border-radius: 34px;
  width: 100%;
  height: 100%;
}
.cmitem_timedeal_tab .cmitem_timedeal_link a.on .cmitem_timedeal_time,
.cmitem_timedeal_tab .cmitem_timedeal_link a.on .cmitem_timedeal_status {
  z-index: 2;
  color: #fff;
}
.cmitem_timedeal_tab .cmitem_timedeal_link .cmitem_timedeal_time {
  display: block;
  font-weight: bold;
  color: var(--m-colors-gray400, #969696);
  font-size: 21px;
}
.cmitem_timedeal_tab .cmitem_timedeal_link .cmitem_timedeal_status {
  display: block;
  font-weight: bold;
  color: var(--m-colors-gray400, #969696);
  font-size: 12px;
}

.cmtryon_item {
  padding: 10px 0 30px 0;
  line-height: 1.5;
}
.cmtryon_item.ty_list {
  padding: 10px 16px 26px 16px;
}
.cmtryon_item.ty_list ul li {
  padding-bottom: 36px;
}
.cmtryon_item.ty_list ul li:last-child {
  padding-bottom: 0;
}
.cmtryon_item.ty_list .cmtryon_content_txarea {
  padding: 14px 40px 0 0;
}
.cmtryon_item .swiper-wrapper {
  margin-left: 0;
}
.cmtryon_item .swiper-wrapper.ty_space {
  margin-left: 14px;
}
.cmtryon_item .swiper-wrapper li:first-child.swiper-slide-active {
  margin-left: -14px;
}
.cmtryon_item .swiper-slide {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.cmtryon_item .swiper-slide-active {
  -webkit-filter: none;
          filter: none;
}
.cmtryon_item .cmhero_bn,
.cmtryon_item .cmtryon_bn {
  overflow: hidden;
  position: relative;
  padding-bottom: 0 !important;
}
.cmtryon_item .cmhero_bn .cmtryon_thmb_link,
.cmtryon_item .cmtryon_bn .cmtryon_thmb_link {
  display: block;
}
.cmtryon_item .cmhero_bn .cmtryon_thmb_img:after,
.cmtryon_item .cmtryon_bn .cmtryon_thmb_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmtryon_item .cmhero_bn .cmitem_tt_adinfo,
.cmtryon_item .cmtryon_bn .cmitem_tt_adinfo {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.cmtryon_item .cmhero_bn .cmtryon_thmb_img {
  padding-bottom: 133.33% !important;
}
.cmtryon_item .cmtryon_bn .cmtryon_thmb_img {
  padding-bottom: 133.33% !important;
}
.cmtryon_item .cmtryon_bn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmtryon_item .cmhero_bn .swiper-ctrls {
  display: none;
}
.cmtryon_item .cmtryon_content_txarea {
  position: relative;
  display: block;
  padding: 14px 24px 0 0;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
}
.cmtryon_item .cmtryon_content_txarea .cmtryon_content_brand {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold;
  font-size: 15px;
}
.cmtryon_item .cmtryon_content_txarea .cmtryon_content_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 8px;
}
.cmtryon_item .cmtryon_content_txarea .cmtryon_content_desc {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmtryon_item .cmitem_btn_play {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmtryon_item.ty_ssg .cmhero_bn,
.cmtryon_item.ty_ssg .cmtryon_bn {
  border-radius: 8px;
}
.cmtryon_item.ty_ssg .cmhero_bn .cmtryon_thmb_img {
  padding-bottom: 123.696% !important;
}
.cmtryon_item.ty_ssg .swiper-wrapper {
  margin-left: 0;
}
.cmtryon_item.ty_ssg .swiper-wrapper.ty_space {
  margin-left: 28px;
}
.cmtryon_item.ty_ssg .swiper-wrapper li:first-child.swiper-slide-active {
  margin-left: -28px;
}
.cmtryon_item.ty_ssg .swiper-wrapper .cmtryon_content_txarea {
  padding: 14px 12px 0 0;
}

.cmitem_minimal_head {
  position: relative;
  padding: 0 16px;
  margin-top: 20px;
}
.cmitem_minimal_head .cmitem_minimal_tit {
  font-size: 20px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_minimal_head .cmitem_tt_adinfo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 10;
}

.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst {
  display: grid;
  grid-auto-flow: row;
  font-size: inherit;
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_thmb, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_thmb {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 750px) {
  .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_thmb, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_thmb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_thmb .cmitem_grid_item {
  width: auto;
  padding: 10px 0;
}
@media (min-width: 750px) {
  .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_list, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_list, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_list .cmitem_grid_item, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_list .cmitem_grid_item {
  width: 100%;
  padding: 10px 0;
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_thmb, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_thmb {
  gap: 0 8px;
  margin: 0 16px 10px;
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.cmitem_ty_list, .cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnemitem_ty_list {
  margin: 0 16px 10px;
}
.cmitem_minimal_area .cmitem_grid .cmitem_grid_lst.mnsditem_ty_thmb {
  gap: 0 5px;
  margin: 0 0 10px;
}

.cmitem_minimal_area .cmitem_unit .cmitem_tit {
  -webkit-line-clamp: 2;
}
.cmitem_minimal_area .cmitem_unit .cmitem_goods_brand,
.cmitem_minimal_area .cmitem_unit .cmitem_goods_tit {
  color: #444;
}
.cmitem_minimal_area .cmitem_unit .cmitem_soldout_v2 .cmitem_soldout_status {
  background-color: rgba(0, 0, 0, 0.45);
}
.cmitem_minimal_area .cmitem_unit .cmitem_soldout_v2 .cmitem_soldout_status .cmitem_soldout_txt {
  font-size: 12px;
  font-weight: 700;
}
.cmitem_minimal_area .cmitem_unit .cmitem_btn_cart {
  width: 24px;
  height: 24px;
  background-size: 20px;
}
.cmitem_minimal_area .cmitem_unit .cmitem_pricewrap .cmitem_price_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_minimal_area .cmitem_unit .cmitem_pricewrap .new_price {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0;
  line-height: 1;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_pricewrap {
  margin-top: 0;
  margin-right: 8px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_pricewrap .cmitem_prd_per,
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_pricewrap .ssg_price {
  font-size: 13px;
  line-height: 18px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_pricewrap .cmitem_prd_per {
  margin: 0 3px 0 0;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_pricewrap .ssg_tx {
  margin: 1px 0 0 0;
  font-size: 11px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_mall {
  height: 32px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_btn_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_tit {
  font-size: 12px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cm_mall_text > i {
  font-size: 12px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_tx_thmb_link {
  padding-top: 6px;
}
.cmitem_minimal_area .cmitem_ty_thmb .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  max-width: 98px;
  max-width: calc((100vw - 48px) / 3 - 6px);
}
@media (min-width: 750px) {
  .cmitem_minimal_area .cmitem_ty_thmb .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
    max-width: calc((100vw - 72px) / 6 - 6px);
  }
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_pricewrap {
  margin-top: 4px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_pricewrap .cmitem_prd_per {
  margin-right: 3px;
  font-size: 16px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_pricewrap .new_price {
  height: auto;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_pricewrap .new_price .ssg_price {
  font-size: 16px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_pricewrap .ssg_tx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-top: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 2px 0 0 1px;
  font-size: 12px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_tit {
  font-size: 13px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_goods .cmitem_detailbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_goods .cmitem_thmb {
  width: 135px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_mall {
  padding: 8px 0 0 16px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_mall + .cmitem_tx_thmb_link {
  padding-top: 8px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_tx_thmb_link {
  padding: 20px 0 0 16px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_sideinfo {
  padding-left: 16px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_sideinfo .cmitem_sideinfo_block {
  margin-top: 2px;
}
.cmitem_minimal_area .cmitem_ty_list .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  max-width: 129px;
}

.cmitem_minimal_area .mnsditem_unit .mnsditem_pricewrap .mnsditem_price_row {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_minimal_area .mnsditem_unit .mnsditem_pricewrap .new_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cmitem_minimal_area .mnsditem_unit .mnsditem_pricewrap .discount_rate,
.cmitem_minimal_area .mnsditem_unit .mnsditem_pricewrap .ssg_price {
  font-size: 16px;
}
.cmitem_minimal_area .mnsditem_unit .mnsditem_pricewrap .ssg_tx {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_unit {
  padding: 10px 0;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_tit {
  font-size: 12px;
  padding-bottom: 2px;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .mnsditem_price_row {
  line-height: 14px;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .new_price {
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .new_price .ssg_price,
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .new_price .rental_unit_tx {
  line-height: inherit;
  vertical-align: top;
  margin-right: 0;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .discount_rate {
  margin-left: 4px;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .discount_rate,
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .ssg_price {
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_pricewrap .ssg_tx {
  line-height: 14px;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_detail {
  padding: 10px 16px 0;
}
.cmitem_minimal_area .mnsditem_ty_thmb .mnsditem_taglist {
  max-height: 24px;
}
.cmitem_minimal_area .mnsditem_ty_thmb .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  max-width: 110px;
  max-width: calc((100vw - 10px) / 3 - 6px);
}
@media (min-width: 750px) {
  .cmitem_minimal_area .mnsditem_ty_thmb .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
    max-width: calc((100vw - 25px) / 6 - 6px);
  }
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_price_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_maininfo_link {
  padding-top: 20px;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_goods .mnsditem_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_goods .mnsditem_thmb {
  width: 135px;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_maininfo {
  margin-bottom: 4px;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_sideinfo {
  padding-top: 0;
  margin: 0 20px;
  border-top: 0;
}
.cmitem_minimal_area .mnsditem_ty_list .mnsditem_taglist {
  max-height: 24px;
}
.cmitem_minimal_area .mnsditem_ty_list .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  max-width: 129px;
}

.cmitem_minimal_area .mnemitem_unit .mnemitem_pricewrap {
  padding-top: 6px;
}
.cmitem_minimal_area .mnemitem_unit .mnemitem_pricewrap .mnemitem_price_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
.cmitem_minimal_area .mnemitem_unit .mnemitem_pricewrap .new_price {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0;
  line-height: 1;
}
.cmitem_minimal_area .mnemitem_ty_thmb .mnemitem_adinfo .mnemitem_adinfo_layer {
  max-width: 98px;
  max-width: calc((100vw - 48px) / 3 - 6px);
}
@media (min-width: 750px) {
  .cmitem_minimal_area .mnemitem_ty_thmb .mnemitem_adinfo .mnemitem_adinfo_layer {
    max-width: calc((100vw - 72px) / 6 - 6px);
  }
}
.cmitem_minimal_area .mnemitem_ty_list .mnemitem_unit .mnemitem_goods .mnemitem_thmb {
  width: 135px;
  height: 135px;
}
.cmitem_minimal_area .mnemitem_ty_list .mnemitem_unit .mnemitem_detailbx .mnemitem_tx_thmb_link {
  padding: 8px 0 0 16px;
}
.cmitem_minimal_area .mnemitem_ty_list .mnemitem_unit .mnemitem_sideinfo {
  padding: 6px 16px 0;
}
.cmitem_minimal_area .mnemitem_ty_list .mnemitem_adinfo .mnemitem_adinfo_layer {
  max-width: 129px;
}

.cmsearch_unit {
  padding: 15px;
}

.cmsearch_tit {
  text-align: center;
}
.cmsearch_tit .cmsearch_tittx {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: var(--search-title-color, #222);
}

.cmsearch_subtit {
  margin-top: 1px;
  text-align: center;
}
.cmsearch_subtit .cmsearch_subtittx {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}

.cmsearch_form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 13px;
  border: 1px solid var(--search-title-color, #222);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.cmsearch_form:after {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><g fill="none" fill-rule="evenodd" transform="translate(-328 -529)"><rect width="345" height="40" x="15" y="518" rx="13"/><g stroke="%23000" stroke-width="1.5"><path d="M10.967 11.192L15.8 15.801M12.781 6.683c0 3.359-2.727 6.082-6.09 6.082-3.364 0-6.09-2.723-6.09-6.082C.6 3.323 3.326.599 6.69.599c3.363 0 6.09 2.724 6.09 6.084z" transform="translate(329 530)"/></g></g></svg>');
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.cmsearch_form .cmsearch_input {
  z-index: 10;
  width: 100%;
  border: 0;
  background: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmsearch_form .cmsearch_input:focus {
  outline: none;
}
.cmsearch_form .cmsearch_input::-webkit-input-placeholder {
  color: var(--m-colors-gray400, #969696);
}
.cmsearch_form .cmsearch_input::-moz-placeholder {
  color: var(--m-colors-gray400, #969696);
}
.cmsearch_form .cmsearch_input:-ms-input-placeholder {
  color: var(--m-colors-gray400, #969696);
}
.cmsearch_form .cmsearch_input::-ms-input-placeholder {
  color: var(--m-colors-gray400, #969696);
}
.cmsearch_form .cmsearch_input::placeholder {
  color: var(--m-colors-gray400, #969696);
}

.cmitem_cttunit {
  padding: 15px;
}
.cmitem_cttunit a {
  color: inherit;
}

.cmitem_cttunit_thmbwrap {
  margin-bottom: 16px;
}

.cmitem_cttunit_thmb .cmitem_cttunit_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 69.5653%;
}
.cmitem_cttunit_thmb .cmitem_cttunit_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_cttunit_thmb .cmitem_cttunit_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmitem_cttunit_thmb .cmitem_cttunit_video {
  overflow: hidden;
  position: relative;
  padding-bottom: 69.5653%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cmitem_cttunit_thmb .cmitem_cttunit_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmitem_cttunit_titarea {
  margin-top: 10px;
}
.cmitem_cttunit_titarea .cmitem_cttunit_tittx {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: var(--m-colors-gray900, #222222);
  font-weight: bold;
}
.cmitem_cttunit_titarea .cmitem_cttunit_subtit {
  margin-top: 4px;
}
.cmitem_cttunit_titarea .cmitem_cttunit_subtittx {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}

.cmitem_cttunitgrid_lst .cmitem_cttunitgrid_item {
  margin-top: 8px;
}
.cmitem_cttunitgrid_lst .cmitem_cttunitgrid_item:first-child {
  margin-top: 0;
}

.cmitem_cttunitprd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmitem_cttunitprd .cmlike {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 28px;
          flex: 1 0 28px;
}
.cmitem_cttunitprd .cmlike .cmlike_btn {
  margin: auto;
}
.cmitem_cttunitprd .cmitem_cttunitprd_link {
  -webkit-box-flex: 91.6%;
      -ms-flex: 91.6% 0 1;
          flex: 91.6% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmitem_cttunitprd .cmitem_cttunitprd_thmb {
  margin-right: 16px;
}
.cmitem_cttunitprd .cmitem_cttunitprd_img {
  overflow: hidden;
  position: relative;
  width: 85px;
  height: 85px;
}
.cmitem_cttunitprd .cmitem_cttunitprd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_cttunitprd .cmitem_cttunitprd_img img {
  width: 100%;
  vertical-align: top;
}
.cmitem_cttunitprd .cmitem_cttunitprd_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 13px;
  line-height: 17px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_cttunitprd .cmitem_cttunitprd_tit .cmitem_cttunitprd_brand {
  margin-right: 4px;
}
.cmitem_cttunitprd .cmitem_cttunitprd_pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
}
.cmitem_cttunitprd .cmitem_prd_per {
  margin-right: 4px;
  font-weight: 600;
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_cttunitprd .new_price .ssg_price {
  font-weight: 600;
}
.cmitem_cttunitprd .new_price .ssg_tx {
  font-weight: 600;
}
.cmitem_cttunitprd .cmitem_cttunitprd_btns {
  margin-left: 10px;
}
.cmitem_cttunitprd .cmitem_btn_cart {
  margin-left: 0;
}

.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll {
  padding: 10px 16px 20px 16px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 16px;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit {
  scroll-snap-align: start;
  padding: 0 8px 0 0;
  scroll-snap-stop: always;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit:last-child {
  padding: 0;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit .cmitem_cttunitprd_mall {
  padding-right: 5px;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit .cmitem_cttunit_thmbwrap {
  width: 308px;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit:only-child {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmitem_ty_stack .cmhorizontal_scrollitem .cmhorizontal_scroll .cmitem_cttunit:only-child .cmitem_cttunit_thmbwrap {
  width: auto;
}
.cmitem_ty_stack .cmitem_cttunit_thmb {
  position: relative;
}
.cmitem_ty_stack .cmitem_cttunit_thmb .cmitem_cttunit_img {
  padding-bottom: 59.98%;
}
.cmitem_ty_stack .cmitem_cttunit_thmb .cmitem_tt_adinfo {
  position: absolute;
  top: 0;
  right: 0;
}
.cmitem_ty_stack .cmitem_cttunit_titarea .cmitem_cttunit_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmitem_ty_stack .cmitem_cttunit_titarea .cmitem_cttunit_subtit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmitem_ty_stack .cmitem_cttunit_titarea.ty_cmlike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}
.cmitem_ty_stack .cmitem_cttunit_titarea.ty_cmlike .cmitem_cttunit_titwrap {
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmitem_ty_stack .cmitem_cttunit_titarea.ty_cmlike .cmlike {
  width: 32px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cmitem_ty_stack .cmitem_cttunit_titarea.ty_cmlike .cmlike .cmlike_btn {
  margin: auto;
}
.cmitem_ty_stack .cmitem_cttunit_titarea.ty_cmlike .cmlike .cmlike_btn .cmlike_ico {
  margin: -2px 0 0 4px;
}
.cmitem_ty_stack.ty_rect .cmitem_cttunit_thmb .cmitem_cttunit_img {
  border-radius: 0;
}
.cmitem_ty_stack.ty_rect .cmitem_cttunitprd .cmitem_cttunitprd_img {
  border-radius: 0;
}

.cmitem_badge_new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--m-colors-primary, #ff5452);
  padding: 0 6px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 750px) {
  .cmitem_ty_stack {
    grid-column: span 4 !important;
  }
}
.cmitem_cttunit.cmitem_cttunit_ty_tvlive {
  padding: 10px 16px 30px;
}
.cmitem_cttunit.cmitem_cttunit_ty_tvlive .cmitem_cttunitgrid {
  padding-bottom: 10px;
}
.cmitem_cttunit.cmitem_cttunit_ty_tvlive .cmitem_cttunitgrid_lst .cmitem_cttunitgrid_item {
  margin-top: 0;
  margin-bottom: 10px;
}

.cmdeal_unit {
  position: relative;
  padding: 10px 16px 20px;
}
.cmdeal_unit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: var(--deal-bg-color, #000);
}
.cmdeal_unit .cmdeal_thmb {
  position: relative;
  width: 100%;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_deliv {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_deliv i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--deal-badge-color, #000);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_deliv i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  opacity: 0.5;
  border-radius: 35px;
  border: solid 0.5px #fff;
  opacity: 0.5;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_deliv .cmdeal_deliv_txt {
  margin-top: 1px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_link {
  display: block;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_imgbx.ty_rect {
  border-radius: 0;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_imgbx:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_imgbx .cmdeal_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 250px;
  padding: 23px 0 10px 0;
  text-align: center;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert.on {
  display: block;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_txt {
  font-size: 14px;
  color: #fff;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_close:before, .cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  height: 15px;
  width: 1px;
  background-color: #fff;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_alert .cmdeal_alert_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper {
  position: absolute;
  right: 10px;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 2px 12px 0;
  margin-left: -5px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper {
    padding: 2px 8px 0;
    font-size: 13px;
  }
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer {
  padding-top: 3px;
  background-color: var(--m-colors-black, #000000);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .day,
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .hour,
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .min,
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .sec {
  min-width: 17px;
  text-align: center;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .day {
  margin-right: 5px;
  font-weight: bold;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_count {
  font-weight: bold;
  background-color: var(--deal-count-bgcolor, #000);
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm {
  position: relative;
  padding-left: 33px;
  font-weight: bold;
  color: var(--m-colors-black, #000000);
  background-color: #fff;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/com_v2/ic_cmitemalarm.svg) 0 0 no-repeat;
}
.cmdeal_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm.on:before {
  left: 4px;
  width: 30px;
  height: 30px;
  background-image: url(../img/com_v2/ic_cmitemalarm_on.svg);
}
.cmdeal_unit .cmdeal_thmb .cmitem_thmb_ctrl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cmdeal_unit .cmdeal_thmb .cmitem_thmb_ctrl [class*=badge_]::after {
  width: 160%;
  height: 160%;
  vertical-align: bottom;
}
.cmdeal_unit .cmdeal_detail {
  padding: 0 5px;
  margin-top: 25px;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_total {
  position: relative;
  padding-left: 21px;
  font-size: 12px;
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
  word-break: break-all;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_total:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: url(../img/com_v2/ic_cmitemnoti.svg) 0 0 no-repeat;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_tit {
  padding-top: 8px;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_tit .cmdeal_tit {
  font-size: 24px;
  font-weight: bold;
  color: var(--deal-title-color, #222);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_tit .cmdeal_summary {
  padding-top: 2px;
  font-size: 14px;
  color: #777;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_price {
  margin-top: 4px;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_price .new_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--deal-price-color, #777);
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_price .cmdeal_price_txt {
  padding-right: 3px;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_price .ssg_price {
  font-size: 16px;
  font-weight: 500;
}
.cmdeal_unit .cmdeal_detail .cmdeal_goods_price .cmdeal_before {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #777;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.6);
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv i:before {
  content: none;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv .cmdeal_deliv_txt {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  line-height: 19px;
  font-weight: 700;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv .cmdeal_deliv_txt .cmdeal_deliv_comingsoon {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv .cmdeal_deliv_txt .cmdeal_deliv_time {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  border-radius: 0;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_imgbx.ty_rect {
  border-radius: 0;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_imgbx:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_imgbx .cmdeal_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper {
  position: absolute;
  right: 0;
  bottom: -16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: inline;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 2px 12px 0;
  border-radius: 0;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper {
    padding: 2px 8px 0;
    font-size: 13px;
  }
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer {
  padding-top: 3px;
  background-color: var(--m-colors-gray900, #222222);
  font-weight: normal;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .day,
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .hour,
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .min,
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .sec {
  min-width: 17px;
  text-align: center;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_timer .day {
  margin-right: 5px;
  font-weight: bold;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_count {
  background-color: var(--deal-count-bgcolor, #000);
  margin-top: 4px;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm {
  position: relative;
  padding-left: 33px;
  font-weight: bold;
  color: var(--m-colors-black, #000000);
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/com_v2/ic_cmitemalarm.svg) 0 0 no-repeat;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_alarm.on:before {
  left: 4px;
  width: 30px;
  height: 30px;
  background-image: url(../img/com_v2/ic_cmitemalarm_on.svg);
}
.cmdeal_unit.v2 .cmdeal_thmb .cmitem_thmb_ctrl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cmdeal_unit.v2 .cmdeal_thmb .cmitem_thmb_ctrl [class*=badge_]::after {
  width: 125%;
  height: 125%;
  vertical-align: bottom;
}
.cmdeal_unit.v2 .cmdeal_detail {
  padding: 0;
  margin: 24px 40px 0 0;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_total {
  position: relative;
  padding-left: 21px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  word-break: break-all;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_total:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: url(../img/com_v2/ic_cmitemnoti.svg) 0 0 no-repeat;
  -webkit-filter: invert(39%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(96%) contrast(83%);
          filter: invert(39%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(96%) contrast(83%);
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_tit {
  padding-top: 8px;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_tit .cmdeal_tit {
  font-size: 16px;
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_tit .cmdeal_summary {
  padding-top: 2px;
  font-size: 14px;
  color: #777;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_price {
  margin-top: 8px;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_price .new_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--deal-price-color, #777);
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_price .cmdeal_price_txt {
  padding-right: 3px;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_price .ssg_price {
  font-weight: bold;
}
.cmdeal_unit.v2 .cmdeal_detail .cmdeal_goods_price .cmdeal_before {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #777;
}

.ty_fashion_unit:before {
  background-color: var(--deal-bg-color, #fff);
}
.ty_fashion_unit .cmdeal_thmb {
  width: 287px;
}
.ty_fashion_unit .cmdeal_thmb .cmdeal_thmb_deliv i {
  font-size: 12px;
  width: 60px;
  height: 60px;
  background-color: var(--deal-badge-color, #000);
}
.ty_fashion_unit .cmdeal_thmb .cmdeal_thmb_deliv i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  opacity: 0.5;
  border-radius: 35px;
  border: solid 0.5px #fff;
  opacity: 0.5;
}
.ty_fashion_unit .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_count {
  background-color: var(--deal-count-bgcolor, #000);
  color: var(--deal-price-color, #fff);
}
.ty_fashion_unit:only-child {
  width: 100%;
  padding-right: 15px;
}
.ty_fashion_unit:only-child .cmdeal_thmb {
  width: 100%;
}
.ty_fashion_unit:only-child .cmdeal_thmb_deliv i {
  width: 70px;
  height: 70px;
  font-size: 14px;
}
.ty_fashion_unit .cmdeal_detail .cmdeal_goods_price .new_price {
  color: var(--deal-price-color, #777);
}
.ty_fashion_unit.cmdeal_unit .cmitem_thmb_ctrl > [class*=badge_]::after {
  width: 100%;
  height: 100%;
}
.ty_fashion_unit.cmdeal_unit:only-child .cmitem_thmb_ctrl > [class*=badge_]::after {
  width: 160%;
  height: 160%;
  vertical-align: bottom;
}
.ty_fashion_unit.v2 .cmdeal_thmb {
  width: 308px;
}
.ty_fashion_unit.v2 .cmdeal_thmb .cmdeal_thmb_deliv i {
  font-size: 12px;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
}
.ty_fashion_unit.v2 .cmdeal_thmb .cmdeal_thmb_helper .cmdeal_helper.ty_count {
  background-color: var(--deal-count-bgcolor, #222);
  color: var(--deal-price-color, #fff);
}
.ty_fashion_unit.v2:only-child {
  width: 100%;
  padding-right: 15px;
}
.ty_fashion_unit.v2:only-child .cmdeal_thmb {
  width: 100%;
}
.ty_fashion_unit.v2:only-child .cmdeal_thmb_deliv i {
  width: 150px;
  height: 150px;
  font-size: 14px;
}
.ty_fashion_unit.v2 .cmdeal_detail .cmdeal_goods_price .new_price {
  color: var(--deal-price-color, black);
  font-size: 14px;
}
.ty_fashion_unit.v2.cmdeal_unit .cmitem_thmb_ctrl > [class*=badge_]::after {
  width: 125%;
  height: 125%;
}
.ty_fashion_unit.v2.cmdeal_unit:only-child .cmitem_thmb_ctrl > [class*=badge_]::after {
  width: 125%;
  height: 125%;
  vertical-align: bottom;
}

.cmdeal_unit_swipe {
  padding: 44px 0 15px 0;
}
.cmdeal_unit_swipe .cmhero_bn {
  padding-bottom: 100%;
}
.cmdeal_unit_swipe .cmdeal_timedeal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  margin-bottom: 11px;
  overflow: hidden;
}
.cmdeal_unit_swipe .cmdeal_timedeal_title {
  padding-left: 20px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_title .cmdeal_titmain_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmdeal_unit_swipe .cmdeal_timedeal_title span {
  font-size: 24px;
  letter-spacing: -0.52px;
  font-weight: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.cmdeal_unit_swipe .cmdeal_timedeal_title > span {
  margin-left: 50px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_title .icon_clock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 4px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time {
  text-align: right;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time > span {
  display: inline-block;
  letter-spacing: -0.5px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .day {
  font-size: 20px;
  text-align: center;
  margin-right: 33px;
  border: 1px solid #000;
  padding: 0 10px;
  height: 26px;
  white-space: nowrap;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .hour,
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .min,
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .sec,
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer em {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .hour,
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .min,
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer .sec {
  width: 22px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer em {
  width: 4px;
}
.cmdeal_unit_swipe .cmdeal_timedeal_time .cmdeal_timedeal_timer.ty_border {
  border: 1px solid #000;
  padding: 0 10px;
  height: 26px;
  white-space: nowrap;
  margin-top: 0;
}
.cmdeal_unit_swipe .cmhero_swiper {
  padding-left: 70px;
}
.cmdeal_unit_swipe .timedeal_tx_thmb_link {
  display: block;
  padding: 12px 15px 0 0;
}
.cmdeal_unit_swipe .cmdeal_goods_tit {
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.cmdeal_unit_swipe .cmdeal_goods_tit > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.cmdeal_unit_swipe .cmdeal_goods_tit .cmdeal_goods_tx {
  font-size: 16px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
}
.cmdeal_unit_swipe .cmdeal_goods_tit .cmdeal_goods_subtx {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}
.cmdeal_unit_swipe .cmdeal_pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 7px 15px 0 0;
  letter-spacing: -0.3px;
}
.cmdeal_unit_swipe .cmdeal_pricewrap .cmdeal_prd_per {
  margin-right: 3px;
  font-size: 18px;
  color: #f12e24;
}
.cmdeal_unit_swipe .cmdeal_pricewrap .new_price {
  font-size: 18px;
  line-height: 20px;
}
.cmdeal_unit_swipe .cmdeal_pricewrap .new_price .ssg_tx {
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  font-size: 14px;
  color: var(--m-colors-black, #000000);
}
.cmdeal_unit_swipe .cmdeal_pricewrap .old_price {
  margin: 3px 0 0 5px;
  color: #888;
  font-size: 12px;
}
.cmdeal_unit_swipe .swiper-ctrls {
  top: 0;
  right: auto;
  bottom: auto;
  left: 19px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  margin-top: calc(100% - 114px) !important;
}
.cmdeal_unit_swipe .swiper-ctrls .swiper_ctrls_util {
  background: none;
}
.cmdeal_unit_swipe .swiper-pagination {
  font-size: 18px;
  color: var(--m-colors-gray350, #cfcfcf);
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .cmdeal_unit_swipe {
    padding: 45px 0 15px 0;
  }
  .cmdeal_unit_swipe .cmdeal_timedeal_header {
    padding-left: 10px;
  }
  .cmdeal_unit_swipe .cmhero_swiper {
    padding-left: 60px;
  }
  .cmdeal_unit_swipe .cmdeal_timedeal_title > span {
    padding-left: 50px;
  }
  .cmdeal_unit_swipe .cmhero_ty_fashion .cmhero_swiper {
    padding-left: 0;
  }
  .cmdeal_unit_swipe .swiper-ctrls {
    left: 10px;
    margin-top: calc(100% - 107px);
  }
}
.cmlimit_unit {
  position: relative;
  padding: 18px 15px 22px 15px;
}
.cmlimit_unit .cmlimit_thmb_helper {
  position: relative;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer {
  background-color: var(--m-colors-black, #000000);
}
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer .day,
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer .hour,
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer .min,
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer .sec {
  min-width: 17px;
  text-align: center;
}
.cmlimit_unit .cmlimit_thmb_helper .cmlimit_helper.ty_timer .day {
  margin-right: 5px;
}
.cmlimit_unit .cmlimit_thmb {
  position: relative;
  width: 100%;
}
.cmlimit_unit .cmlimit_thmb .cmlimit_thmb_link {
  display: block;
}
.cmlimit_unit .cmlimit_thmb .cmlimit_thmb_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.cmlimit_unit .cmlimit_thmb .cmlimit_thmb_imgbx:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlimit_unit .cmlimit_thmb .cmlimit_thmb_imgbx .cmlimit_thmb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmlimit_unit .cmlimit_thmb .cmlimit_timedeal_next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--m-colors-white, #ffffff);
}
.cmlimit_unit .cmlimit_thmb .cmlimit_timedeal_next .cmlimit_timedeal_time {
  margin-top: 14px;
}
.cmlimit_unit .cmlimit_detail {
  padding: 0 5px;
  margin-top: 18px;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_total {
  position: relative;
  padding-left: 21px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--m-colors-gray900, #222222);
  margin-bottom: 12px;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_total:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 15px;
  height: 15px;
  background: url(../img/com_v2/ic_cmitemnoti.svg) 0 0 no-repeat;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_remain {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #a59357;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_tit .cmlimit_tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--m-colors-black, #000000);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_price {
  margin-top: 10px;
}
.cmlimit_unit .cmlimit_detail .cmlimit_goods_price .new_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #777;
}

.cmcube_unit {
  overflow: hidden;
  padding: 0 15px;
}
.cmcube_unit:first-child {
  margin-top: 15px;
}
.cmcube_unit .cmcube_triple {
  position: relative;
  margin: 0 -8px 0 -7px;
}
.cmcube_unit .cmcube_triple:after {
  clear: both;
  content: "";
  display: block;
}
.cmcube_unit .cmcube_triple.ty_left .cmcube_item {
  float: left;
}
.cmcube_unit .cmcube_triple.ty_right .cmcube_item {
  float: right;
}
.cmcube_unit .cmcube_item {
  width: 33.3333333333%;
}
.cmcube_unit .cmcube_item:first-child {
  width: 66.6666666667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmcube_unit .cmcube_item:first-child .cmcube_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmcube_unit .cmcube_item:first-child .cmcube_price .old_price {
  margin: 4px 5px 0 0;
  font-size: 12px;
}
.cmcube_unit .cmcube_item:first-child .cmcube_price .new_price {
  font-size: 16px;
}
.cmcube_unit .cmcube_item:first-child .cmcube_price .new_price .ssg_tx {
  font-size: 14px;
}
.cmcube_unit .cmcube_item .cmcube_box {
  padding: 0 8px 15px 7px;
}
.cmcube_unit .cmcube_item .cmcube_link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.cmcube_unit .cmcube_item .cmcube_imgbx {
  position: relative;
  padding-bottom: 100%;
}
.cmcube_unit .cmcube_item .cmcube_imgbx:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmcube_unit .cmcube_item .cmcube_imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmcube_unit .cmcube_item .cmcube_price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 7px 10px 6px;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.3px;
  background-color: rgba(0, 0, 0, 0.45);
}
.cmcube_unit .cmcube_item .cmcube_price .old_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
}
.cmcube_unit .cmcube_item .cmcube_price .old_price del {
  text-decoration: none;
}
.cmcube_unit .cmcube_item .cmcube_price .old_price .ssg_price {
  text-decoration: line-through;
}
.cmcube_unit .cmcube_item .cmcube_price .new_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  font-weight: 500;
}
.cmcube_unit .cmcube_item .cmcube_price .new_price .ssg_tx {
  margin-top: 1px;
  font-size: 11px;
}
.cmcube_unit.ty_radius_none .cmcube_item .cmcube_link {
  border-radius: 0;
}

.cmhrzn_unit {
  padding: 0 15px;
  margin: 15px 0;
}
.cmhrzn_unit.ty_rect .cmhrzn_bnr_imgbx {
  border-radius: 0;
}
.cmhrzn_unit.ty_rect .cmhrzn_product_item {
  border-radius: 0;
}
.cmhrzn_unit.ty_rect .cmhrzn_product_item .cmhrzn_product_thmb {
  border-radius: 0;
}
.cmhrzn_unit .cmhrzn_bnr {
  position: relative;
}
.cmhrzn_unit .cmhrzn_bnr_imgbx {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 8px;
}
.cmhrzn_unit .cmhrzn_bnr_imgbx:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmhrzn_unit .cmhrzn_bnr_imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmhrzn_unit .cmhrzn_bnr_product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 30px 15px 30px;
}
.cmhrzn_unit .cmhrzn_product_item {
  height: 80px;
  padding: 10px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_link {
  position: relative;
  display: block;
  height: 60px;
  padding-left: 60px;
  margin-right: 40px;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_thmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_thmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_detail {
  padding: 1px 0 0 10px;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_detail .cmhrzn_tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: normal;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.2;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_detail .cmhrzn_price {
  margin-top: 6px;
  color: var(--m-colors-black, #000000);
  letter-spacing: -0.3px;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_detail .cmhrzn_price .new_price {
  font-size: 16px;
  font-weight: 600;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_detail .cmhrzn_price .new_price .ssg_tx {
  font-size: 13px;
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_btns {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmhrzn_unit .cmhrzn_product_item .cmhrzn_product_btns .cmhrzn_btn_cart {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 30px;
  background: url(../img/com_v2/ic_cmitemcart.svg) 0 0 no-repeat;
}
.cmhrzn_unit .swiper-slide {
  opacity: 0.8;
}
.cmhrzn_unit .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.cmhorizontal_unit_titarea {
  padding: 0 15px;
  margin: 35px 0 0 0;
}
.cmhorizontal_unit_titarea .cmhorizontal_unit_tit {
  overflow: hidden;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.2;
  font-weight: bold;
}
.cmhorizontal_unit_titarea .cmhorizontal_unit_subtit {
  padding: 4px 0 0;
  overflow: hidden;
  max-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #777;
  line-height: 1.3;
}
.cmhorizontal_unit_titarea .cmhorizontal_unit_subtit:empty {
  padding: 0;
}

.cmhorizontal_stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmhorizontal_stack.ty_rect .cmhorizontal_unit_list .cmhorizontal_unit_img {
  border-radius: 0;
}
.cmhorizontal_stack.ty_single .cmhorizontal_unit_list.ty_stack_review .cmhorizontal_grid_item {
  width: 85.335vw;
}
.cmhorizontal_stack.ty_single .cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review {
  width: 45.334vw;
}

.cmhorizontal_unit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmhorizontal_unit_list.ty_stack {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
.cmhorizontal_unit_list.ty_stack .cmhorizontal_grid_item {
  margin: 5px 0 0 0;
}
.cmhorizontal_unit_list.ty_stack .cmhorizontal_grid_item:first-child {
  margin-top: 0;
}
.cmhorizontal_unit_list.ty_stack .cmhorizontal_unit_thmb {
  position: relative;
}
.cmhorizontal_unit_list.ty_stack .cmhorizontal_unit_thmb .cmitem_thmb_ctrl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cmhorizontal_unit_list.ty_stack_single .cmhorizontal_grid_item {
  width: auto;
}
.cmhorizontal_unit_list.ty_stack_review {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px 15px 15px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_tx_thmb {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_tit {
  margin-top: 2px;
  font-size: 13px;
  color: var(--m-colors-black, #000000);
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_tit .cmhorizontal_unit_tit_brand {
  font-weight: bold;
  margin-right: 4px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_grid_item {
  width: 79.999999vw;
  margin: 15px 0 0 0;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_grid_item:first-child {
  margin-top: 0;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star .icon_star_fill {
  width: 11px;
  height: 11px;
  margin-right: 3px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star .icon_star_fill:after {
  background-image: none;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill=''%3E%3Cpath d='M8 12.86L12.944 16l-1.312-5.92L16 6.097l-5.752-.514L8 0 5.752 5.583 0 6.097l4.368 3.983L3.056 16z' fill-rule='evenodd'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill=''%3E%3Cpath d='M8 12.86L12.944 16l-1.312-5.92L16 6.097l-5.752-.514L8 0 5.752 5.583 0 6.097l4.368 3.983L3.056 16z' fill-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-size: 11px 11px;
  mask-size: 11px 11px;
  background-color: var(--pointColor);
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star .cmhorizontal_unit_review_point {
  font-size: 12px;
  color: var(--pointColor);
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star .cmhorizontal_unit_review_count {
  font-size: 12px;
  color: #666;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_star .cmhorizontal_unit_review_count:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e5e5e5;
  margin: 0 4px -1px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_thmb {
  position: relative;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_thmb .cmhorizontal_unit_img {
  width: 120px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list {
  margin-top: 10px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  margin-bottom: 5px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list li:last-child {
  margin-bottom: 0;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list .cmhorizontal_unit_review_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list .cmhorizontal_unit_review_tx .cmhorizontal_unit_review_tit {
  display: inline-block;
  max-height: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 20px;
  text-align: center;
  color: var(--m-colors-gray400, #969696);
  font-size: 10px;
  padding: 0 6px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  min-width: 38px;
  max-width: 56px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list .cmhorizontal_unit_review_tx .cmhorizontal_unit_review_desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  min-width: 68px;
}
.cmhorizontal_unit_list.ty_stack_review .cmhorizontal_unit_review_list .cmhorizontal_unit_review_per {
  display: inline-block;
  color: var(--pointColor);
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
}
.cmhorizontal_unit_list .cmhorizontal_grid_item {
  width: 69.34vw;
  margin-left: 30px;
}
.cmhorizontal_unit_list .cmhorizontal_grid_item:first-child {
  margin-left: 0;
}
.cmhorizontal_unit_list .cmhorizontal_unit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmhorizontal_unit_list .cmhorizontal_unit_thmb {
  margin-right: 10px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_img {
  overflow: hidden;
  position: relative;
  width: 100px;
  padding-top: 100%;
  border-radius: 9px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmhorizontal_unit_list .cmhorizontal_unit_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmhorizontal_unit_list .cmhorizontal_unit_img.ty_ratio133 {
  padding-top: 133.33%;
}
.cmhorizontal_unit_list .cmhorizontal_unit_img.postunit_recipe {
  width: 84px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tx_thmb {
  margin-top: 10px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tx_thmb.postunit_recipe {
  width: 100%;
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tx_thmb.postunit_recipe .ssg_mall_rect_ship {
  margin-bottom: 8px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tx_thmb.postunit_recipe .mall_tx {
  height: 20px;
  font-size: 12px;
  color: rgb(102, 102, 102);
  line-height: 14.4px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  line-height: 16px;
  color: #444;
}
.cmhorizontal_unit_list .cmhorizontal_unit_tit .cmhorizontal_unit_brand {
  font-weight: bold;
  color: var(--m-colors-black, #000000);
}
.cmhorizontal_unit_list .cmhorizontal_unit_tit.postunit_recipe {
  font-size: 13px;
  color: #222222;
  padding-right: 40px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap {
  margin-top: 8px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap .cmhorizontal_unit_old_price {
  font-size: 13px;
  color: #888;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap .cmhorizontal_unit_rate {
  margin-right: 3px;
  font-weight: 600;
  font-size: 18px;
  color: var(--m-colors-primary, #ff5452);
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap .cmhorizontal_unit_newprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap .cmhorizontal_unit_newprice .new_price .ssg_price {
  font-weight: 600;
  font-size: 18px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap .cmhorizontal_unit_newprice .new_price .ssg_tx {
  font-size: 14px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap.postunit_recipe {
  margin-top: 4px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap.postunit_recipe .cmhorizontal_unit_old_price {
  font-size: 12px;
  color: var(--m-colors-gray400, #969696);
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap.postunit_recipe .cmhorizontal_unit_rate {
  font-size: 16px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap.postunit_recipe .cmhorizontal_unit_newprice {
  height: 19px;
}
.cmhorizontal_unit_list .cmhorizontal_unit_pricewrap.postunit_recipe .cmhorizontal_unit_newprice .new_price .ssg_price {
  font-size: 16px;
}
.cmhorizontal_unit_list.ty_rect .cmhorizontal_unit_img {
  border-radius: 0;
}
.cmhorizontal_unit_list.ty_stack_postunit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 16px 0;
}
.cmhorizontal_unit_list.ty_stack_postunit .cmhorizontal_grid_item {
  margin: 8px 0 0 0;
}
.cmhorizontal_unit_list.ty_stack_postunit .cmhorizontal_grid_item:first-child {
  margin-top: 0;
}
.cmhorizontal_unit_list.ty_stack_postunit .cmhorizontal_unit_thmb {
  position: relative;
}
.cmhorizontal_unit_list.ty_stack_postunit .cmhorizontal_unit_thmb .cmitem_thmb_ctrl {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cmtogether_unit {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.cmtogether_unit.ty_long .cmtogether_bnr_imgbx {
  height: 310px;
}
.cmtogether_unit.ty_long .ssgitembox_scroll,
.cmtogether_unit.ty_long .cmhorizontal_scrollitem {
  margin-top: -170px;
}
.cmtogether_unit .cmitem_ty_thmb .cmitem_unit {
  background-color: transparent;
}
.cmtogether_unit .ssgitembox_scroll {
  margin-top: -120px;
}
.cmtogether_unit .ssgitembox_scroll .ssgitem_unit {
  padding-top: 0;
}
.cmtogether_unit .ssgitembox_scroll::before, .cmtogether_unit .ssgitembox_scroll::after {
  min-width: 16px;
}
.cmtogether_unit .cmhorizontal_scrollitem {
  margin-top: -120px;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmitem_grid {
  padding: 0 16px;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item, .cmtogether_unit .cmhorizontal_scrollitem .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item {
  padding-top: 0;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
  margin-left: 10px;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item:first-child {
  margin-left: 0;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmhorizontal_btns {
  padding-right: 20px;
}
.cmtogether_unit .cmhorizontal_scrollitem .cmhorizontal_btns .cmhorizontal_more {
  margin: 0 0 0 -10px;
}
.cmtogether_unit .cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns {
  margin-left: -11px;
}
.cmtogether_unit .cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns .cmhorizontal_more {
  margin: 0;
}

.cmtogether_bnr {
  position: relative;
}

.cmtogether_bnr_link {
  display: block;
}

.cmtogether_bnr_imgbx {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.cmtogether_bnr_imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmtogether_bnr_titbx {
  position: absolute;
  top: 24px;
  left: 16px;
  right: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
}
.cmtogether_bnr_titbx > div ~ div {
  margin-top: 10px;
}
.cmtogether_bnr_titbx .cmtogether_bnr_tit {
  margin-top: 10px;
}
.cmtogether_bnr_titbx .cmtogether_bnr_subtit {
  margin-top: 4px;
}

.cmtogether_bnr_bdg {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.cmtogether_bnr_bdg span {
  display: inline-block;
  overflow: hidden;
  max-width: 276px;
  height: 24px;
  padding: 0 10px;
  background: var(--together-badge-bgcolor, #000);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--together-badge-color, #fff);
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.cmtogether_bnr_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: var(--together-title-color, #fff);
}

.cmtogether_bnr_subtit span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
  color: var(--together-title-color, #fff);
}

.cmforyou_keyword_tabscroll {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cmforyou_keyword_tabscroll::-webkit-scrollbar {
  display: none;
}

.cmforyou_keyword_tablst {
  display: table;
  padding: 5px 15px 7px;
}
.cmforyou_keyword_tablst li {
  display: table-cell;
  padding-right: 6px;
  white-space: nowrap;
  vertical-align: top;
}
.cmforyou_keyword_tablst li:last-child {
  padding-right: 0;
}

.cmforyou_keyword_tabbtn {
  display: block;
  position: relative;
  min-width: 77px;
  height: 22px;
  padding: 11px 14px 10px;
  border: 1px solid #eee;
  border-radius: 23px;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  color: var(--m-colors-black, #000000);
  text-align: center;
}
.on > .cmforyou_keyword_tabbtn {
  border-color: var(--foryou-keyword-bgcolor, #222);
  background: var(--foryou-keyword-bgcolor, #222);
  font-weight: bold;
  color: #fff;
}
.on > .cmforyou_keyword_tabbtn:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 1px;
  background: var(--foryou-keyword-bgcolor, #222);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.cmforyou_keyword_banner {
  padding: 18px 20px;
  background: #f5f5f5;
}

.cmforyou_keyword_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmforyou_keyword_thmb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
}

.cmforyou_keyword_img {
  display: block;
  overflow: hidden;
  width: 61px;
  height: 61px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cmforyou_keyword_info {
  font-size: 18px;
  line-height: 19px;
  color: var(--m-colors-black, #000000);
}

.cmforyou_keyword_tit {
  font-weight: bold;
}

.cmforyou_keyword_lst {
  margin-top: 6px;
  overflow: hidden;
}

.cmforyou_keyword {
  float: left;
  margin: 6px 6px 0 0;
  padding: 8px 12px 7px;
  background: #fff;
  border-radius: 17px;
  font-size: 13px;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
}

.cmforyou_subgoods_tabscroll {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cmforyou_subgoods_tabscroll::-webkit-scrollbar {
  display: none;
}

.cmforyou_subgoods_tablst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px 9px;
}
.cmforyou_subgoods_tablst li {
  padding-right: 5px;
}

.cmforyou_subgoods_tabbtn {
  white-space: normal;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: var(--m-colors-gray900, #222222);
}
.cmforyou_subgoods_tabbtn.on {
  padding: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px inset;
          box-shadow: 0 0 0 1px inset;
  width: 204px;
  overflow: visible;
}
.cmforyou_subgoods_tabbtn.on:before, .cmforyou_subgoods_tabbtn.on:after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmforyou_subgoods_tabbtn.on:before {
  border-top-color: var(--m-colors-gray900, #222222);
}
.cmforyou_subgoods_tabbtn.on:after {
  margin-top: -1px;
  border-top-color: #fff;
}
.cmforyou_subgoods_tabbtn.on .cmforyou_subgoods_prd_thmb {
  padding: 0 10px;
}
.cmforyou_subgoods_tabbtn.on .cmforyou_subgoods_prd_img {
  width: 70px;
  height: 70px;
}
.cmforyou_subgoods_tabbtn.on .cmforyou_subgoods_prd_cont {
  display: block;
}

.cmforyou_subgoods_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_img {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_img img {
  width: 70px;
  vertical-align: top;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_cont {
  display: none;
  max-height: 70px;
  padding: 0 12px 0 2px;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_tit {
  overflow: hidden;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.3;
  color: #777;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_brand {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  margin-bottom: 2px;
}
.cmforyou_subgoods_prd .cmforyou_subgoods_prd_pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--m-colors-gray900, #222222);
}
.cmforyou_subgoods_prd .new_price {
  font-weight: bold;
}
.cmforyou_subgoods_prd .new_price .ssg_tx {
  font-size: 11px;
}

.cmbnr_mapping_unit {
  padding: 15px 0;
}
.cmbnr_mapping_unit .cmbnr_mapping_thmb {
  position: relative;
  margin: 0 15px;
}
.cmbnr_mapping_unit .cmbnr_mapping_img {
  overflow: hidden;
  position: relative;
  padding-top: 133.33%;
}
.cmbnr_mapping_unit .cmbnr_mapping_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbnr_mapping_unit .cmbnr_mapping_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmbnr_mapping_unit .cmbnr_mapping_cont {
  position: relative;
  margin: 0 15px;
  padding: 15px 4px 15px 4px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.cmbnr_mapping_unit .cmbnr_mapping_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.2;
}
.cmbnr_mapping_unit .cmbnr_mapping_tit .cmbnr_mapping_tittx {
  display: block;
}
.cmbnr_mapping_unit .cmbnr_mapping_subtit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmbnr_mapping_unit .cmbnr_mapping_subtit .cmbnr_mapping_subtittx {
  display: block;
}
.cmbnr_mapping_unit .cmpt_point_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont {
  position: absolute;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont .cmpt_point_marker_circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a {
  -webkit-animation: cmbnr_bounceIn 0.3s;
          animation: cmbnr_bounceIn 0.3s;
  width: 144px;
  height: 37px;
  background-color: var(--m-colors-black, #000000);
  color: #fff;
  opacity: 0.8;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
  padding: 7px 4px 0 8px;
  margin-left: -78px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 0 solid #000;
  border-color: transparent transparent rgb(0, 0, 0);
  border-width: 0 6px 6px;
  -webkit-transform: translateX(-50%) rotateX(-180deg);
          transform: translateX(-50%) rotateX(-180deg);
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_tit {
  display: -webkit-box;
  width: 136px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price {
  margin-top: -2px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .price_sale {
  display: inline-block;
  font-size: 11px;
  color: var(--m-colors-primary, #ff5452);
  font-weight: bold;
  margin-right: 2px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price {
  display: inline-block;
  font-size: 11px;
  padding-right: 5px;
  position: relative;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_tx {
  margin-left: -3px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_price {
  font-weight: bold;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -18px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a:before {
  margin-left: 60px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a {
  margin-left: -18px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a:before {
  margin-left: -60px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 6px;
}
.cmbnr_mapping_unit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
}
@-webkit-keyframes cmbnr_bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cmbnr_bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cmbnr_mapping_category .cmbnr_mapping_box {
  position: relative;
}
.cmbnr_mapping_category .cmbnr_mapping_img {
  overflow: hidden;
  position: relative;
}
.cmbnr_mapping_category .cmbnr_mapping_img img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbnr_mapping_category .cmbnr_mapping_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmbnr_mapping_category .cmbnr_mapping_marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.cmbnr_mapping_category .cmbnr_marker.visible .marker_point {
  opacity: 1;
}
.cmbnr_mapping_category .cmbnr_marker.visible .marker_label {
  visibility: visible;
  -webkit-animation: cmbnrMappingBounceIn 0.3s;
          animation: cmbnrMappingBounceIn 0.3s;
}
.cmbnr_mapping_category .cmbnr_marker.top .marker_point:before {
  top: -1px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmbnr_mapping_category .cmbnr_marker.bottom .marker_point:before {
  top: 6px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmbnr_mapping_category .cmbnr_marker.left .marker_point:before {
  top: 50%;
  left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmbnr_mapping_category .cmbnr_marker.right .marker_point:before {
  top: 50%;
  left: 6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmbnr_mapping_category .cmbnr_marker .marker_label {
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}
.cmbnr_mapping_category .cmbnr_marker .marker_label .marker_txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
}
.cmbnr_mapping_category .cmbnr_marker .marker_point {
  opacity: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.cmbnr_mapping_category .cmbnr_marker .marker_point:before {
  content: "";
  position: absolute;
}
@-webkit-keyframes cmbnrMappingBounceIn {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cmbnrMappingBounceIn {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont {
  position: absolute;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont .cmpt_point_marker_circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a {
  -webkit-animation: cmbnr_bounceIn 0.3s;
          animation: cmbnr_bounceIn 0.3s;
  width: 144px;
  height: 37px;
  background-color: var(--m-colors-black, #000000);
  color: #fff;
  opacity: 0.8;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
  padding: 7px 4px 0 8px;
  margin-left: -78px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 0 solid #000;
  border-color: transparent transparent rgb(0, 0, 0);
  border-width: 0 6px 6px;
  -webkit-transform: translateX(-50%) rotateX(-180deg);
          transform: translateX(-50%) rotateX(-180deg);
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_tit {
  display: -webkit-box;
  width: 136px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price {
  margin-top: -4px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .price_sale {
  display: inline-block;
  font-size: 11px;
  color: #a59357;
  font-weight: bold;
  margin-right: 2px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price {
  display: inline-block;
  font-size: 11px;
  padding-right: 5px;
  position: relative;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_tx {
  margin-left: -3px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_price {
  font-weight: bold;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -18px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a:before {
  margin-left: 60px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a {
  margin-left: -18px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a:before {
  margin-left: -60px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 6px;
}
.cmhero_banner_ty_sd_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
}
@keyframes cmbnr_bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cmhero_banner_ty_imgunit .cmpt_point_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont {
  position: absolute;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont .cmpt_point_marker_circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a {
  -webkit-animation: cmbnr_bounceIn 0.3s;
          animation: cmbnr_bounceIn 0.3s;
  width: 144px;
  height: 37px;
  background-color: var(--m-colors-black, #000000);
  color: #fff;
  opacity: 0.8;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
  padding: 7px 4px 0 8px;
  margin-left: -78px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 0 solid #000;
  border-color: transparent transparent rgb(0, 0, 0);
  border-width: 0 6px 6px;
  -webkit-transform: translateX(-50%) rotateX(-180deg);
          transform: translateX(-50%) rotateX(-180deg);
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_tit {
  display: -webkit-box;
  width: 136px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price {
  margin-top: -4px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .price_sale {
  display: inline-block;
  font-size: 11px;
  color: #a59357;
  font-weight: bold;
  margin-right: 2px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price {
  display: inline-block;
  font-size: 11px;
  padding-right: 5px;
  position: relative;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_tx {
  margin-left: -3px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_price {
  font-weight: bold;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -18px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a:before {
  margin-left: 60px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a {
  margin-left: -18px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a:before {
  margin-left: -60px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 6px;
}
.cmhero_banner_ty_imgunit .cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
}
@keyframes cmbnr_bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cmpt_point_marker.ty_txcolor .price_sale {
  color: #f12e24 !important;
}

.cmbnr_collect_unit {
  position: relative;
  padding: 13px 0 50px 0;
}
.cmbnr_collect_unit:last-child {
  padding-bottom: 0;
}
.cmbnr_collect_unit .mnsditem_helper {
  position: static;
  bottom: auto;
}
.cmbnr_collect_unit .cmbnr_collect_thmb {
  position: relative;
  margin: 0 15px 5px;
}
.cmbnr_collect_unit .cmbnr_collect_thmb .cmitem_tt_adinfo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.cmbnr_collect_unit .cmbnr_collect_imgbx {
  overflow: hidden;
  position: relative;
  padding-top: 75.3623%;
}
.cmbnr_collect_unit .cmbnr_collect_imgbx:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmbnr_collect_unit .cmbnr_collect_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbnr_collect_unit .cmbnr_collect_titwrap {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.cmbnr_collect_unit .cmbnr_collect_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.cmbnr_collect_unit .cmbnr_collect_tit .cmbnr_collect_tittx {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.cmbnr_collect_unit .cmbnr_collect_subtit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  line-height: 1.3;
}
.cmbnr_collect_unit .cmbnr_collect_subtit .cmbnr_collect_subtittx {
  display: block;
  font-size: 14px;
  color: #fff;
}
.cmbnr_collect_unit .cmbnr_collect_btnwrap {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}
.cmbnr_collect_unit .cmbnr_collect_btnwrap .cmlike_ico .cmlike_primary_m {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath fill='%23fff' stroke-width='0' stroke='%23fff' fill-rule='nonzero' d='M8 14.16L2.72 8.88A4.07 4.07 0 011.6 6.24 3.4 3.4 0 014.96 2.8c1.28 0 2.4.72 3.04 1.76a3.4 3.4 0 013.04-1.76 3.35 3.35 0 013.36 3.44c0 .96-.4 1.92-1.12 2.64L8 14.16zM5.04 3.6A2.56 2.56 0 002.4 6.24c0 .72.32 1.52.88 2.16L8 13.12l4.72-4.72c.56-.72.88-1.44.88-2.16 0-1.44-1.12-2.64-2.56-2.64S8.48 4.72 8.48 6.24h-.8C7.6 4.72 6.48 3.6 5.04 3.6z'/%3E%3C/g%3E%3C/svg%3E");
}
.cmbnr_collect_unit .cmhorizontal_scrollitem_sd .cmitem_grid_lst .cmitem_grid_item {
  padding-top: 0;
}
.cmbnr_collect_unit .cmhorizontal_scrollitem_sd .cmitem_grid_lst .cmitem_grid_item .mnsditem_helper {
  display: none;
}
.cmbnr_collect_unit .cmbnr_collect_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.cmbnr_collect_unit .cmbnr_collect_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 12px 5px 5px;
}
.cmbnr_collect_unit .cmbnr_collect_heading .cmbnr_collect_tit {
  font-size: 18px;
}

.cmitem_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 30px;
  min-height: 43px;
  border-top: 1px solid #eee;
}

.cmitem_more_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  font-size: 14px;
  line-height: 18px;
  color: var(--more-link-color, #444);
  vertical-align: middle;
}

.cmitem_more_arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: -1px 0 0 5px;
  background: center/100% no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11"><path d="M.5 10.5l5-5-5-5" stroke="%23444" fill="none" fill-rule="evenodd"/></svg>');
  vertical-align: middle;
}

.cmitem_morebtn {
  padding: 0 15px;
  margin-top: 30px;
}
.cmitem_morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #444;
  border: 1px solid #eee;
  background: #fff;
  padding: 11px 0;
}
.cmitem_morebtn a .cmitem_more_arrow {
  width: 6px;
  height: 10px;
  margin: 0 0 0 5px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11"><path d="M.5 10.5l5-5-5-5" stroke="%23444" fill="none" fill-rule="evenodd"/></svg>');
}

.cmitem_morebtn_ty2 {
  padding: 0 16px;
  margin: 0 0 20px;
}
.cmitem_grid + .cmitem_morebtn_ty2 {
  margin-top: 0;
}
.cmitem_morebtn_ty2 a,
.cmitem_morebtn_ty2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 10px 0;
}
.cmitem_morebtn_ty2 a .cmitem_more_arrow,
.cmitem_morebtn_ty2 button .cmitem_more_arrow {
  width: 6px;
  height: 10px;
  margin: -2px 0 0 7px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11"><path d="M.5 10.5l5-5-5-5" stroke="%23000" fill="none" fill-rule="evenodd"/></svg>');
}
.cmitem_morebtn_ty2 a i.icon,
.cmitem_morebtn_ty2 button i.icon {
  -webkit-filter: invert(65%) sepia(0%) saturate(0%) hue-rotate(245deg) brightness(83%) contrast(85%);
          filter: invert(65%) sepia(0%) saturate(0%) hue-rotate(245deg) brightness(83%) contrast(85%);
}

.cmhorizontal_scrollitem .cmhorizontal_scrollitem_tit {
  padding: 10px 15px 0;
}
.cmhorizontal_scrollitem .cmhorizontal_scrollitem_tittx {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: var(--m-colors-gray900, #222222);
  margin-bottom: 10px;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit {
  position: relative;
  padding: 10px 16px 20px;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit:not(:first-child) {
  padding-left: 0;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit.v2 {
  padding: 10px 8px 20px;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit.v2:not(:first-child) {
  padding-left: 0;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit.v2:first-child {
  padding-left: 16px;
}
.cmhorizontal_scrollitem .cmhorizontal_scroll .cmdeal_unit.v2:last-child {
  padding-right: 16px;
}
.cmhorizontal_scrollitem .cmitem_grid {
  padding: 0 15px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb {
  margin-right: 0;
  margin-left: 0;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
  width: 150px;
  padding: 15px 0;
  margin-left: 15px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item:first-child {
  margin-left: 0;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_tx_thmb_link {
  padding-top: 5px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper {
  -webkit-transform-origin-x: 0;
  height: 16px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el {
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_bdg {
  padding: 0px 6px 0;
  border-radius: 2px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_bdg_holiday {
  height: 16px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_bdg_holiday > span {
  font-size: 10px;
  line-height: 11px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_best {
  font-size: 15px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_rank {
  margin-top: -2px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_rank .cmitem_rank_num {
  font-size: 12px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_bdg_goods {
  border-radius: 2px;
  line-height: 14px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el.cmitem_bdg_goods > span {
  font-size: 10px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_btn_wrap {
  top: auto;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_btn_wrap .cmlike,
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_btn_wrap .cmitem_btn_cart,
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_btn_wrap .cmitem_btn_gift {
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_mall {
  height: 36px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_mall .cm_mall_ship {
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_tit {
  font-size: 13px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_sideinfo_block .cmitem_tag {
  display: none;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review {
  margin-right: 0;
  margin-left: 0;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item {
  width: 287px;
  padding: 15px 0 15px;
  margin-left: 15px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item:first-child {
  margin-left: 0;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .cmitem_postng_thmbitem:nth-child(n+4) {
  display: none;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .cmitem_postng_desc {
  -webkit-line-clamp: 2;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .mnsditem_postng_thmbitem:nth-child(n+4) {
  display: none;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.ty_rect .cmitem_thmb {
  border-radius: 0;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.ty_rect .cmitem_thmb .cmitem_thmb_imgbx {
  border-radius: 0;
}
.cmhorizontal_scrollitem .cmhorizontal_btns {
  padding-right: 15px;
}
.cmhorizontal_scrollitem .cmhorizontal_btns .cmhorizontal_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 15px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
  line-height: 13px;
  background-color: #f8f8f8;
}
.cmhorizontal_scrollitem .cmhorizontal_btns .cmhorizontal_more:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: 9px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10V9h9V0h1v9h9v1h-9v9H9v-9H0Z" fill="%23000"/></svg>');
  vertical-align: top;
  content: "";
}
.cmhorizontal_scrollitem .cmhorizontal_btns .cmhorizontal_more.ty_ratio133 {
  height: 200px;
}
.cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item, .cmhorizontal_scrollitem .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item, .cmhorizontal_scrollitem .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item {
  padding-top: 15px;
}
.cmhorizontal_scrollitem.has_cmitem_helper .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item, .cmhorizontal_scrollitem.has_cmitem_helper .cmitem_grid_lst.cmitem_ty_review .cmitem_grid_item, .cmhorizontal_scrollitem.has_cmitem_helper .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item {
  padding-top: 35px;
}
.cmhorizontal_scrollitem.has_cmitem_helper .cmhorizontal_btns .cmhorizontal_more {
  margin-top: 35px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_review .cmhorizontal_btns .cmhorizontal_more {
  width: 287px;
  height: 287px;
  margin-top: 15px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_review.has_cmitem_helper .cmhorizontal_more {
  margin-top: 35px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb {
  grid-gap: 0 5px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item {
  width: 150px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item.ty_space {
  padding: 0 0 12px 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item:nth-child(even) {
  padding-left: 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .cmitem_grid_item:nth-child(odd) {
  padding-right: 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper {
  height: 16px;
  margin: 0 0 4px 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper .mnsditem_helper_el {
  height: 16px;
  -webkit-transform-origin-x: 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper .mnsditem_helper_el.mnsditem_bdg_holiday > span {
  height: auto;
  line-height: 11px;
  font-size: 10px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper .mnsditem_helper_el.mnsditem_bdg {
  height: 16px;
  font-size: 10px;
  padding: 0px 8px 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper .mnsditem_helper_el.mnsditem_bdg_goods {
  line-height: 14px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_helper .mnsditem_helper_el.mnsditem_bdg_goods > span {
  font-size: 10px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_best {
  font-size: 15px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_detail {
  padding: 10px 15px 0 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_tit {
  padding-bottom: 3px;
  font-size: 13px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_tit .cm_mall_text > i {
  font-size: 13px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_pricewrap .new_price {
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmitem_grid_lst.mnsditem_ty_thmb .mnsditem_pricewrap .discount_rate {
  font-size: 16px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns.ty_space .cmhorizontal_more {
  margin-top: 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns .cmhorizontal_more {
  margin: 35px 0 0 -10px;
  border-radius: 0;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns .cmhorizontal_more.ty_ratio124 {
  height: 168px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_sd .cmhorizontal_btns .cmhorizontal_more.ty_ratio133 {
  height: 200px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_newdate .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item {
  width: 210px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_newdate .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper {
  height: 20px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_newdate .cmitem_grid_lst.cmitem_ty_thmb .cmitem_grid_item .cmitem_unit .cmitem_helper_el {
  height: 20px;
  line-height: 20px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_tester .cmitem_grid_lst .cmitem_grid_item {
  width: 287px;
}
.cmhorizontal_scrollitem.cmhorizontal_scrollitem_tester .cmitem_grid_lst .cmplan_ty_tester {
  padding: 0;
}

.cmtvonair_unit {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
.cmtvonair_unit.cmtvonair_ty_radius {
  padding-left: 16px;
  padding-right: 16px;
}
.cmtvonair_unit.cmtvonair_ty_radius .cmtvonair_thmb {
  border-radius: 8px;
}

.cmtvonair_helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}
.cmtvonair_helper .cmtvonair_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ff329b), to(#ff9100));
  background: linear-gradient(90deg, #ff329b 60%, #ff9100 100%);
  height: 24px;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmtvonair_helper .cmtvonair_label i.icon {
  margin-right: 2px;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(50deg) brightness(99%) contrast(105%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(50deg) brightness(99%) contrast(105%);
}
.cmtvonair_helper .cmtvonair_onairtime {
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  vertical-align: top;
}

.cmtvonair_thmb {
  overflow: hidden;
  position: relative;
}
.cmtvonair_thmb .cmtvonair_thmb_video {
  background: rgba(0, 0, 0, 0.2);
}
.cmtvonair_thmb .cmtvonair_thmb_video video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.cmtvonair_cont {
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cmtvonair_cont .cmtvonair_guidetx {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmtvonair_banr {
  padding: 16px;
}
.cmtvonair_banr .cmtvonair_link {
  display: block;
  position: relative;
}
.cmtvonair_banr .cmtvonair_link img {
  width: 100%;
  vertical-align: top;
}

.cmlive_subject {
  margin-bottom: 2px;
  padding: 0 15px;
}
.cmlive_subject .cmlive_subject_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: var(--live-title-color, #222);
}

.cmlive_subject_sd {
  margin-bottom: 2px;
  padding: 0 15px;
}
.cmlive_subject_sd .cmlive_subject_tit {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: var(--live-title-color, #222);
}

.cmlive_ic_bell {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -126px -82px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.cmlive_ic_play {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -60px -131px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.cmlive_ic_play2 {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -170px -58px;
  background-size: 218px 151px;
  width: 28px;
  height: 28px;
  vertical-align: top;
}

.cmlive_ic_view {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: 0px -131px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.cmlive_ic_view2 {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -90px -131px;
  background-size: 218px 151px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.cmlive_ic_bellslash {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -170px 0px;
  background-size: 218px 151px;
  width: 48px;
  height: 48px;
  vertical-align: top;
}

.cmlive_ic_bellslash2 {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -170px -96px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.cmlive_ic_ssglive {
  display: inline-block;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: 0px 0px;
  background-size: 218px 151px;
  width: 160px;
  height: 72px;
  vertical-align: top;
}

.cmlive_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: var(--m-colors-black, #000000);
  vertical-align: top;
}
.cmlive_btn.ty_primary {
  background-color: var(--m-colors-black, #000000);
  color: #fff;
}
.cmlive_btn.ty_secondary {
  background-color: #f21100;
  color: #fff;
}
.cmlive_btn.ty_sd {
  background-color: #b4a36b;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 42px;
  padding: 0 17px;
}
.cmlive_btn.ty_sd .cmlive_ic_bell {
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -96px -82px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
}
.cmlive_btn.ty_sd .cmlive_ic_play {
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -30px -131px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
}
.cmlive_btn.sr_toggle.on {
  background-color: var(--m-colors-black, #000000);
  color: #fff;
}
.cmlive_btn.sr_toggle.on .cmlive_ic_bell {
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -96px -82px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
}
.cmlive_btn .cmlive_en {
  font-size: 16px;
}
.cmlive_btn .cmlive_ic_bell,
.cmlive_btn .cmlive_ic_bellslash2,
.cmlive_btn .cmlive_ic_play,
.cmlive_btn .cmlive_ic_view {
  margin: 0 4px 0 -2px;
}

.ty_ssg .cmlive_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ty_ssg .cmlive_btn .cmlive_ic_bell {
  margin: 0;
  width: 24px;
  height: 24px;
  background: none;
}
.ty_ssg .cmlive_btn .cmlive_ic_bell::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M4.8 13.68l-1.44 4.32h17.28l-1.44-4.32v-4.080c0-3.96-3.24-7.2-7.2-7.2s-7.2 3.24-7.2 7.2v4.080zM18 13.8l0.96 3h-13.92l0.96-2.76v-4.44c0-3.36 2.64-6 6-6s6 2.64 6 6v4.2z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M12 21.6C14.04 21.6 15.6 20.04 15.84 18 15.84 17.76 15.72 17.52 15.72 17.28L14.52 17.52C14.52 17.64 14.52 17.88 14.52 18 14.52 19.32 13.44 20.4 12.12 20.4S9.72 19.32 9.72 18C9.72 17.88 9.72 17.64 9.72 17.52L8.52 17.28C8.4 17.52 8.4 17.76 8.4 18 8.4 20.04 9.96 21.6 12 21.6Z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.cmlive_grid_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}
.cmlive_grid_lst.cmlive_ty_thmb {
  padding-left: 15px;
}
.cmlive_grid_lst.cmlive_ty_thmb .cmlive_grid_item {
  width: 50%;
  padding: 15px 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmlive_grid_lst.cmlive_ty_list .cmlive_grid_item {
  width: 100%;
  padding: 10px 15px 40px;
}
.cmlive_grid_lst.cmlive_ty_big .cmlive_grid_item {
  width: 100%;
  padding: 10px 15px;
}

.cmlive_unit {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.cmlive_unit .cmlive_thmb {
  position: relative;
}
.cmlive_unit .cmlive_thmb.ty_rect .cmlive_thmb_inner {
  border-radius: 0;
}
.cmlive_unit .cmlive_thmb.ty_rect .cmlive_btn {
  border-radius: 0;
}
.cmlive_unit .cmlive_thmb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-mask-image: -webkit-radial-gradient(center, white, black);
}
.cmlive_unit .cmlive_thmb_btnarea {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmlive_unit .cmlive_img {
  position: relative;
  padding-bottom: 100%;
}
.cmlive_unit .cmlive_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_unit .cmlive_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmlive_unit .cmlive_video {
  position: relative;
  padding-bottom: 150%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cmlive_unit .cmlive_video:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_unit .cmlive_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmlive_unit .cmlive_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
  word-break: break-all;
}
.cmlive_unit .cmlive_cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmlive_unit .cmlive_count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: var(--m-colors-gray400, #969696);
  vertical-align: top;
}
.cmlive_unit .cmlive_count .cmlive_ic_view2 {
  margin-right: 3px;
}
.cmlive_unit .cmlive_flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: var(--m-colors-gray900, #222222);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
.cmlive_unit .cmlive_flag .cmlive_flag_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmlive_unit .cmlive_flag .cmlive_flag_tit:after {
  display: block;
  margin: 0 8px;
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
}
.cmlive_unit.ty_ssg .cmlive_thmb_btnarea {
  bottom: 0;
}

.cmlive_ty_thmb .cmlive_rank {
  margin-bottom: 4px;
  line-height: 21px;
}
.cmlive_ty_thmb .cmlive_rank_num {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  vertical-align: top;
}
.cmlive_ty_thmb .cmlive_badge {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 6px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
}
.cmlive_ty_thmb .cmlive_badge.ty_live {
  background: #f21100;
}
.cmlive_ty_thmb .cmlive_badge.ty_rect {
  top: 0;
  left: 0;
  border-radius: 0;
}
.cmlive_ty_thmb .cmlive_badge_list {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0;
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag:first-child {
  margin-left: 0;
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag.ty_live {
  background: #f21100;
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag.ty_live_black {
  background: var(--m-colors-gray900, #222222);
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag.ty_rect {
  top: 0;
  left: 0;
  border-radius: 0;
}
.cmlive_ty_thmb .cmlive_badge_list .cmlive_badge_tag.ty_s {
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
}
.cmlive_ty_thmb .cmlive_airtime {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  height: 17px;
  padding: 10px 10px 9px;
  background: var(--m-colors-gray900, #222222);
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #fff;
  text-align: center;
}
.cmlive_ty_thmb .cmlive_prd {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px;
  border-radius: 0 0 8px 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_thmb {
  position: relative;
  margin-right: 8px;
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_img {
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_img img {
  width: 100%;
  vertical-align: top;
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_cont {
  min-width: 0;
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_tit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_pricewrap .old_price {
  opacity: 0.6;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_pricewrap .new_price {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.cmlive_ty_thmb .cmlive_prd .cmlive_prd_pricewrap .new_price .ssg_price {
  font-weight: inherit;
}
.cmlive_ty_thmb .cmlive_cont {
  margin-top: 10px;
}
.cmlive_ty_thmb .cmlive_cont_inner {
  display: block;
}
.cmlive_ty_thmb .cmlive_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
}
.cmlive_ty_thmb .cmlive_tit2 {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: var(--m-colors-gray900, #222222);
}
.cmlive_ty_thmb .cmlive_tittx {
  display: block;
}
.cmlive_ty_thmb .cmlive_subtit {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #777;
}
.cmlive_ty_thmb .cmlive_snippet {
  margin-top: 5px;
  line-height: 16px;
}
.cmlive_ty_thmb .cmlive_tit + .cmlive_snippet {
  margin-top: 3px;
}
.cmlive_ty_thmb .cmlive_unit_empty {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 124.827%;
  border-radius: 8px;
  background: #f5f5f5;
}
.cmlive_ty_thmb .cmlive_unit_empty:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: 0px -82px;
  background-size: 218px 151px;
  width: 86px;
  height: 39px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.native_scroll.cmlive_grid {
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 15px;
}
.native_scroll .cmlive_ty_thmb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.native_scroll .cmlive_ty_thmb .cmlive_grid_item {
  width: 145px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.native_scroll .cmlive_ty_thmb .cmlive_grid_w135 {
  width: 135px;
}
.native_scroll .cmlive_ty_thmb .cmlive_grid_w155 {
  width: 155px;
}

.cmlive_ty_thmb_sd .cmlive_thmb_inner {
  border-radius: 0;
}
.cmlive_ty_thmb_sd .cmlive_rank_num {
  font-size: 17px;
}
.cmlive_ty_thmb_sd .cmlive_tit {
  font-size: 15px;
  font-weight: bold;
}

.cmlive_ty_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmlive_ty_list .cmlive_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 35px;
}
.cmlive_ty_list .cmlive_thmb {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 145px;
  margin-right: 20px;
}
.cmlive_ty_list .cmlive_badge {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
.cmlive_ty_list .cmlive_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmlive_ty_list .cmlive_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  line-height: 17px;
  color: var(--m-colors-gray900, #222222);
}
.cmlive_ty_list .cmlive_subtit {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #f21100;
}
.cmlive_ty_list .cmlive_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 7px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_thmb {
  position: relative;
  margin-right: 10px;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_img {
  overflow: hidden;
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 15px;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_img img {
  width: 100%;
  vertical-align: top;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_tit {
  padding-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
  line-height: 13px;
  color: var(--m-colors-gray900, #222222);
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_pricewrap {
  margin-top: 7px;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_pricewrap .new_price {
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
  font-weight: 500;
}
.cmlive_ty_list .cmlive_prd .cmlive_prd_pricewrap .new_price .ssg_price {
  font-weight: inherit;
}
.cmlive_ty_list .cmlive_cont_btnarea {
  overflow: hidden;
  max-height: 36px;
  margin-top: auto;
}
.cmlive_ty_list .cmlive_cont_btnarea .cmlive_btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 0 11px;
}
.cmlive_ty_list .cmlive_cont_btnarea .cmlive_btn.ty_primary {
  border-color: var(--m-colors-gray900, #222222);
}
.cmlive_ty_list .cmlive_unit_mylive {
  padding: 15px;
}
.cmlive_ty_list .cmlive_unit_mylive .cmlive_cont {
  padding-top: 20px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg {
  padding: 10px 16px 20px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_thmb {
  margin-right: 16px;
  width: 150px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_thmb_inner {
  border-radius: 0;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.45);
  font-weight: 500;
  line-height: 20px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_cont {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd {
  max-height: 44px;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd .cmlive_prd_img {
  border-radius: 0;
  width: 44px;
  height: 44px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd .cmlive_prd_tit {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd .cmlive_prd_pricewrap {
  margin-top: 2px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd .cmlive_prd_pricewrap .new_price {
  color: var(--m-colors-black, #000000);
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_prd .cmlive_prd_pricewrap .new_price .ssg_price {
  font-weight: bold;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_subtit {
  margin-top: 10px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_tit {
  margin-top: 10px;
}
.cmlive_ty_list .cmlive_unit.ty_ssg .cmlive_tit_bene {
  margin-top: 4px;
  color: #8807f3;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.cmlive_ty_list_sd .cmlive_unit {
  padding: 15px 15px 25px;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_thmb_inner {
  border-radius: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_badge {
  border-radius: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_thmb_btnarea {
  bottom: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  background-color: #a59357;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  font-weight: bold;
  color: transparent;
  vertical-align: top;
  overflow: hidden;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn .cmlive_ic_bell {
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -96px -82px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn .cmlive_ic_play {
  background-image: url(../img/sprites/sp_cmlive_20210513@2x.png);
  background-position: -30px -131px;
  background-size: 218px 151px;
  width: 20px;
  height: 20px;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn .cmlive_ic_bell,
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn .cmlive_ic_play,
.cmlive_ty_list_sd .cmlive_unit .cmlive_btn .cmlive_ic_view {
  margin: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_prd {
  border-radius: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_prd .cmlive_prd_img {
  border-radius: 0;
}
.cmlive_ty_list_sd .cmlive_unit .cmlive_subtit {
  color: #a59357;
}

.cmlive_ty_big .cmlive_unit {
  padding: 10px 15px;
}
.cmlive_ty_big .cmlive_thmb_inner .cmlive_ic_play2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmlive_ty_big .cmlive_airtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.cmlive_ty_big .cmlive_thmb_btnarea {
  right: 10px;
}
.cmlive_ty_big .cmlive_thmb_btnarea .cmlive_btn {
  margin-left: -5px;
}
.cmlive_ty_big .cmlive_cont {
  margin-top: 22px;
}
.cmlive_ty_big .cmlive_bdgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmlive_ty_big .cmlive_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  margin-right: 4px;
  padding: 0 8px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.cmlive_ty_big .cmlive_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 29px;
}
.cmlive_ty_big .cmlive_snippet {
  margin-top: 10px;
}

.cmlive_ty_big_sd .cmlive_unit {
  padding: 10px 0 15px;
}
.cmlive_ty_big_sd .cmlive_unit .cmlive_img:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.cmlive_ty_big_sd .cmlive_thmb_inner {
  border-radius: 0;
}
.cmlive_ty_big_sd .cmlive_thmb_inner .cmlive_ic_play2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmlive_ty_big_sd .cmlive_thmb_btnarea {
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmlive_ty_big_sd .cmlive_thmb_btnarea .cmlive_btn {
  margin-left: 0;
}
.cmlive_ty_big_sd .cmlive_cont {
  padding: 10px 15px 0;
}
.cmlive_ty_big_sd .cmlive_bdgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmlive_ty_big_sd .cmlive_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  margin-right: 4px;
  padding: 0 8px;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
}
.cmlive_ty_big_sd .cmlive_badge.ty_primary {
  background-color: var(--m-colors-black, #000000);
  color: #fff;
}
.cmlive_ty_big_sd .cmlive_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmlive_ty_big_sd .cmlive_airtime {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 4px 0 0 0;
  font-size: 14px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.3;
}
.cmlive_ty_big_sd .cmlive_alert_btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 146px;
  height: 146px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmlive_ty_ssgday .cmlive_unit {
  padding: 15px;
}
.cmlive_ty_ssgday .cmlive_img:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.cmlive_ty_ssgday .cmlive_airtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.cmlive_ty_ssgday .cmlive_thmb_btnarea {
  position: absolute;
  left: 5px;
  top: 5px;
  right: unset;
  bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmlive_ty_ssgday .cmlive_btn {
  font-size: 12px;
  border-radius: 6px;
  padding: 0 8px;
  height: 24px;
}
.cmlive_ty_ssgday .cmlive_btn .cmlive_en {
  font-size: 12px;
}
.cmlive_ty_ssgday .cmlive_ic_play_circle {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px 0px;
  background-size: 176px 165px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmlive_ty_ssgday .cmlive_video {
  position: relative;
  padding-bottom: 150%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cmlive_ty_ssgday .cmlive_video:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_ty_ssgday .cmlive_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmlive_ty_ssgday .cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item {
  padding: 15px 0;
  margin-right: 30px;
}
.cmlive_ty_ssgday .cmitem_grid .cmitem_grid_lst.cmitem_ty_list .cmitem_grid_item:first-child {
  margin-left: 0;
}

.cmlive_mylive_nodata {
  padding: 100px 0;
  text-align: center;
}
.cmlive_mylive_nodata .cmlive_nodata_tx {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  color: var(--m-colors-gray900, #222222);
}

.cmlive_history_nodata {
  padding: 70px 0;
  text-align: center;
}
.cmlive_history_nodata .cmlive_nodata_tit {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  color: var(--m-colors-black, #000000);
}
.cmlive_history_nodata .cmlive_nodata_tx {
  margin-top: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #777;
}

.cmlive_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  background: #f5f5f5;
}
.cmlive_category .cmlive_category_thmb {
  margin-right: 15px;
}
.cmlive_category .cmlive_category_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cmlive_category .cmlive_category_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmlive_category .cmlive_category_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmlive_category .cmlive_category_cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.cmlive_category .cmlive_category_tit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
  color: #444;
}
.cmlive_category .cmlive_category_btnarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.cmlive_category.type2 {
  padding: 10px 15px 5px;
  background: none;
}
.cmlive_category.type2 .cmlive_category_img {
  width: 61px;
  height: 61px;
}
.cmlive_category.type2 .cmlive_btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 0 11px;
}

.cmssgtv_grid_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}
.cmssgtv_grid_lst.cmssgtv_ty_thmb {
  padding: 0 16px;
}
.cmssgtv_grid_lst.cmssgtv_ty_thmb .cmssgtv_grid_item {
  width: 50%;
  padding: 15px 0 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmssgtv_grid_lst.cmssgtv_ty_thmb .cmssgtv_grid_item:first-child {
  padding-left: 0;
}

.native_scroll .cmssgtv_ty_thmb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.native_scroll .cmssgtv_ty_thmb .cmssgtv_grid_item {
  width: 200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 0 20px 8px;
}
.native_scroll .cmssgtv_ty_thmb .cmssgtv_thmb_inner {
  border-radius: 0;
}
.native_scroll .cmssgtv_ty_thmb .cmitem_tt_adinfo {
  top: 0;
  right: 0;
  pointer-events: none;
}
.native_scroll .cmssgtv_ty_thmb .cmssgtv_cont_inner {
  padding-right: 8px;
}
.native_scroll .cmssgtv_ty_thmb .cmssgtv_cont .cmssgtv_tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.native_scroll .cmssgtv_ty_thmb .cmssgtv_cont .cmssgtv_subtit {
  margin-top: 8px;
  color: #888;
}

.cmssgtv_unit {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.cmssgtv_unit .cmssgtv_thmb {
  position: relative;
}
.cmssgtv_unit .cmssgtv_thmb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cmssgtv_unit .cmssgtv_video {
  position: relative;
  padding-bottom: 150%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cmssgtv_unit .cmssgtv_video:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmssgtv_unit .cmssgtv_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmssgtv_unit .cmssgtv_profile {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cmssgtv_unit .cmssgtv_profile img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmssgtv_unit .cmssgtv_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 0 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmssgtv_unit .cmssgtv_overlay > * ~ * {
  margin-top: 4px;
}
.cmssgtv_unit .cmssgtv_overlay .cmssgtv_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.cmssgtv_unit .cmssgtv_overlay .cmssgtv_subtit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.cmssgtv_unit .cmssgtv_cont {
  margin-top: 10px;
}
.cmssgtv_unit .cmssgtv_cont .cmssgtv_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: var(--m-colors-gray900, #222222);
}
.cmssgtv_unit .cmssgtv_cont .cmssgtv_subtit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: var(--m-colors-gray400, #969696);
}
.cmssgtv_unit .cmssgtv_cont_inner {
  display: block;
}
.cmssgtv_unit .cmssgtv_cont_inner > * ~ * {
  margin-top: 4px;
}
.cmssgtv_unit .cmitem_tt_adinfo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}

.cmbgbanner_grid_lst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}
.cmbgbanner_grid_lst.cmbgbanner_ty_thmb .cmbgbanner_grid_item {
  width: 50%;
  padding: 15px 0 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmbgbanner_grid_lst.cmbgbanner_ty_thmb .cmbgbanner_grid_item:last-child {
  padding-right: 16px;
}

.cmbgbanner_unit {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.cmbgbanner_unit .cmbgbanner_thmb {
  overflow: hidden;
  border-radius: 8px;
}
.cmbgbanner_unit .cmbgbanner_logo {
  display: block;
  position: relative;
  padding-bottom: 26.6666666667%;
  background: var(--bgbanner-logo-bgcolor, #000);
}
.cmbgbanner_unit .cmbgbanner_logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbgbanner_unit .cmbgbanner_img {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.cmbgbanner_unit .cmbgbanner_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmbgbanner_unit .cmbgbanner_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmbgbanner_unit .cmbgbanner_cont {
  margin-top: 10px;
}
.cmbgbanner_unit .cmbgbanner_tit {
  display: block;
  padding-right: 8px;
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
}
.cmbgbanner_unit .cmbgbanner_tittx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native_scroll.cmbgbanner_grid {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.native_scroll .cmbgbanner_ty_thmb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.native_scroll .cmbgbanner_ty_thmb .cmbgbanner_grid_item {
  width: 135px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.cmcpn_unit_wrap.ty_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cmcpn_unit_wrap.ty_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.cmcpn_unit_wrap.ty_scroll .cmcpn_inner {
  width: 320px;
}
.cmcpn_unit_wrap.ty_scroll .cmcpn_unit + .cmcpn_unit {
  margin-left: -22px;
}

.cmcpn_unit {
  padding: 10px 16px 32px;
}

.cmcpn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 25px 16px;
  border-radius: 8px;
  background: #f5f5f5;
  min-height: 102px;
  max-height: 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmcpn_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmcpn_img.ty_ssg {
  background-image: url(../img/sprites/sp_cmcpn_20210625@2x.png);
  background-position: 0px 0px;
  background-size: 168px 53px;
  width: 105px;
  height: 53px;
}

.cmcpn_image {
  position: relative;
  margin-right: 16px;
}
.cmcpn_image:before {
  content: "";
  display: block;
  width: 96.44px;
  height: 48.5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cmcpn_image.ty_ssg:before {
  background-image: url(../img/common/svg/coupon_bg_ssg.svg);
}
.cmcpn_image .cmcpn_value {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmcpn_image .cmcpn_value.per .cmcpn_value_num {
  font-size: 32px;
}
.cmcpn_image .cmcpn_value.per .cmcpn_value_tx {
  font-size: 14px;
}

.cmcpn_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cmcpn_value .cmcpn_value_num {
  font-weight: 500;
  color: #fff;
}
.cmcpn_value .cmcpn_value_tx {
  margin-left: 2px;
  font-weight: bold;
  color: #fff;
}
.cmcpn_value.per .cmcpn_value_num {
  font-size: 34px;
  line-height: 40px;
}
.cmcpn_value.per .cmcpn_value_tx {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 19px;
}
.cmcpn_value.won .cmcpn_value_num {
  font-size: 24px;
  line-height: 28px;
}
.cmcpn_value.won .cmcpn_value_tx {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 15px;
}
.cmcpn_value.won0 .cmcpn_value_num {
  font-size: 18px;
  line-height: 21px;
}
.cmcpn_value.won0 .cmcpn_value_tx {
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 15px;
}

.cmcpn_detail {
  min-width: 0;
  padding: 1px 0;
}
.cmcpn_detail .cmcpn_detail_tit {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmcpn_detail .cmcpn_detail_tittx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmcpn_detail .cmcpn_detail_subtit {
  margin-top: 4px;
  padding-right: 53px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.cmcpn_detail .cmcpn_detail_subtittx {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmcpn_btn_download {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-image: url(../img/sprites/sp_cmcpn_20210625@2x.png);
  background-position: -115px 0px;
  background-size: 168px 53px;
  width: 53px;
  height: 53px;
  margin-bottom: -26px;
}

.cmcpn_btn {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  background: var(--m-colors-gray900, #222222);
  width: 110px;
  height: 32px;
  margin-bottom: -16px;
}
.cmcpn_btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: invert(95%) sepia(100%) saturate(20%) hue-rotate(7deg) brightness(104%) contrast(109%);
          filter: invert(95%) sepia(100%) saturate(20%) hue-rotate(7deg) brightness(104%) contrast(109%);
}
.cmcpn_btn .cmcpn_btn_tx {
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
  line-height: 16px;
}

.special_couponimg_v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 251px;
  height: 98px;
  padding: 20px 88px 20px 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  background: url("../img/common/svg/img_coupon_logo.svg") no-repeat center/contain;
}
.special_couponimg_v2 .special_couponimg_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--m-colors-gray900, #222222);
}
.special_couponimg_v2 .special_couponimg_tit {
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.special_couponimg_v2 .special_couponimg_money,
.special_couponimg_v2 .special_couponimg_value {
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.1px;
  max-width: 126px;
}
.special_couponimg_v2 .special_couponimg_money.small,
.special_couponimg_v2 .special_couponimg_value.small {
  font-size: 30px;
}
.special_couponimg_v2 .special_couponimg_won,
.special_couponimg_v2 .special_couponimg_percent {
  margin: 0 0 4px 1px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.special_modal_coupon {
  margin: 30px 16px 0;
  text-align: center;
}
.special_modal_coupon .special_coupon_tt {
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: var(--m-colors-gray900, #222222);
}
.special_modal_coupon .special_coupon_tx {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.special_modal_coupon .special_coupon_date {
  margin-top: 8px;
  font-size: 15px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
}

.cmsorttab_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 17px 8px 16px;
  background: #f5f5f5;
}
.cmsorttab_tit .cmsorttab_tittx {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: var(--m-colors-gray900, #222222);
}
.cmsorttab_tit .cmsorttab_tx_point {
  color: var(--cmsorting-text-color, #222);
}
.cmsorttab_tit .cmsorttab_btn_all {
  margin-left: auto;
  padding: 5px 11px 4px;
  border-radius: 12px;
  background: #ececec;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.5px;
  color: var(--m-colors-gray900, #222222);
}

.cmsorttab_item_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 63px;
  height: 87px;
  padding: 12px 3px 8px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.cmsorttab_item_btn .cmsorttab_item_img {
  width: 28px;
  height: 28px;
}
.cmsorttab_item_btn .cmsorttab_item_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cmsorttab_item_btn .cmsorttab_item_tit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
}
.on .cmsorttab_item_btn {
  -webkit-box-shadow: 0 0 0 3px var(--cmsorting-active-bgcolor, #222) inset;
          box-shadow: 0 0 0 3px var(--cmsorting-active-bgcolor, #222) inset;
}

.cmsorttab_layer {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 350;
  width: 100%;
  background: #f5f5f5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cmsorttab_layer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cmsorttab_layer.show {
  display: block;
}
.cmsorttab_layer .cmsorttab_item {
  overflow-y: auto;
  padding: 0 15px;
}
.cmsorttab_layer .cmsorttab_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: -8px 0 0 -8px;
  padding-bottom: 30px;
}
.cmsorttab_layer .cmsorttab_item_list li {
  width: 20%;
  padding: 8px 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmsorttab_layer .cmsorttab_item_btn {
  width: 100%;
}

.cmsorttab_layer_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 4px 16px;
}
.cmsorttab_layer_tit .cmsorttab_layer_tittx {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: var(--m-colors-gray900, #222222);
}
.cmsorttab_layer_tit .cmsorttab_btn_close {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.cmsorttab_layer_tit .cmsorttab_btn_close:before, .cmsorttab_layer_tit .cmsorttab_btn_close:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--m-colors-black, #000000);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmsorttab_layer_tit .cmsorttab_btn_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmsorttab_dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.cmsorttab_dimmed.show {
  display: block;
}

.cmsorttab_hscroll {
  padding-bottom: 15px;
  background: #f5f5f5;
}
.cmsorttab_hscroll .cmsorttab_item {
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cmsorttab_hscroll .cmsorttab_item::-webkit-scrollbar {
  display: none;
}
.cmsorttab_hscroll .cmsorttab_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmsorttab_hscroll .cmsorttab_item_list li {
  padding-left: 8px;
}
.cmsorttab_hscroll .cmsorttab_item_list li:first-child {
  padding-left: 15px;
}
.cmsorttab_hscroll .cmsorttab_item_list li:last-child {
  padding-right: 15px;
}

.cmlayer {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2500;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  pointer-events: auto;
}
.cmlayer.show {
  opacity: 1;
  display: block;
}
.cmlayer .cmlayer_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmlayer_content {
  overflow: hidden;
  position: relative;
  width: 320px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.cmlayer_content .cmlayer_top_close {
  position: absolute;
  top: 0;
  right: 0;
}
.cmlayer_content .cmlayer_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmlayer_content .cmlayer_btns .cmlayer_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  padding: 0 16px;
  font-size: 15px;
  line-height: 1.2;
}
.cmlayer_content .cmlayer_btns .cmlayer_btn.ty_gray {
  background-color: #e5e5e5;
  color: #444;
}
.cmlayer_content .cmlayer_btns .cmlayer_btn.ty_red {
  background-color: var(--m-colors-primary, #ff5452);
  color: #fff;
}

.cmlayer_ty_shipping .cmlayer_content {
  border-radius: 20px;
}
.cmlayer_ty_shipping .cmlayer_content .cmlayer_btns .cmlayer_btn {
  font-weight: 500;
}
.cmlayer_ty_shipping .cmlayer_shipping_tit {
  padding: 40px 30px 0;
}
.cmlayer_ty_shipping .cmlayer_shipping_tit .shipping_tit1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: var(--m-colors-gray900, #222222);
}
.cmlayer_ty_shipping .cmlayer_shipping_tit .shipping_tit2 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #777;
}
.cmlayer_ty_shipping .cmlayer_shipping_btns {
  padding: 20px 30px 30px;
}
.cmlayer_ty_shipping .cmlayer_shipping_btns .cmlayer_shipping_link:first-child {
  margin-top: 0;
}
.cmlayer_ty_shipping .cmlayer_shipping_link {
  position: relative;
  height: 52px;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 52px;
  color: var(--m-colors-gray900, #222222);
  text-align: center;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmlayer_ty_grocery_food_exit {
  z-index: 3000;
}
.cmlayer_ty_grocery_food_exit .cmlayer_content {
  border-radius: 20px;
}
.cmlayer_ty_grocery_food_exit .cmlayer_content .cmlayer_btns .cmlayer_btn {
  font-weight: 500;
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_tit {
  padding: 40px 30px 0;
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_tit .shipping_tit1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: var(--m-colors-gray900, #222222);
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_tit .shipping_tit2 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #777;
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_btns {
  padding: 20px 30px 30px;
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_btns .cmlayer_shipping_link:first-child {
  margin-top: 0;
}
.cmlayer_ty_grocery_food_exit .cmlayer_shipping_link {
  position: relative;
  height: 52px;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 52px;
  color: var(--m-colors-gray900, #222222);
  text-align: center;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmlayer_ty_birthday .cmlayer_birthday_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 192px;
  padding: 0 24px;
}
.cmlayer_ty_birthday .cmlayer_birthday_top::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url("../img/giftsvc/bg_birthday_coupon.png") 0 0 no-repeat;
  background-size: 88px auto;
}
.cmlayer_ty_birthday .cmlayer_birthday_top p {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: var(--m-colors-gray900, #222222);
}
.cmlayer_ty_birthday .cmlayer_birthday_top p .txt_point {
  font-weight: bold;
  color: #2fd5ff;
}
@media screen and (max-width: 320px) {
  .cmlayer_ty_birthday .cmlayer_birthday_top p {
    font-size: 18px;
  }
}

.cmlayer_ty_notice .cmlayer_content {
  background-color: transparent;
}
.cmlayer_ty_notice .cmlayer_notice .swiper-container {
  padding-top: 25px;
  max-width: 320px;
}
.cmlayer_ty_notice .cmlayer_cont {
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.cmlayer_ty_notice .cmlayer_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmlayer_ty_notice .cmlayer_pager {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 15px;
  font-size: 0;
  text-align: center;
}
.cmlayer_ty_notice .cmlayer_pager_bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  background: #c6c6c6;
  font-size: 14px;
  vertical-align: top;
}
.cmlayer_ty_notice .cmlayer_pager_bullet:first-chlid {
  margin-left: 0;
}
.cmlayer_ty_notice .cmlayer_pager_bullet_active {
  background: var(--m-colors-primary, #ff5452);
}
.cmlayer_ty_notice .cmlayer_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmlayer_ty_notice .cmlayer_fitem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 60px;
  border-left: 1px solid #d0d0d0;
}
.cmlayer_ty_notice .cmlayer_fitem:first-child {
  border-left: 0;
}
.cmlayer_ty_notice .cmlayer_fbtn {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #e7e7e7;
  font-size: 15px;
  letter-spacing: -1px;
  color: var(--m-colors-black, #000000);
}

.cmgiftpack_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  color: var(--m-colors-black, #000000);
}
.cmgiftpack_unit .cmgiftpack_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 128px;
  height: 170px;
}
.cmgiftpack_unit .cmgiftpack_thumb_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmgiftpack_unit .cmgiftpack_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 170px;
  padding: 16px 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmgiftpack_unit .cmgiftpack_mall,
.cmgiftpack_unit .cmgiftpack_brand {
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmgiftpack_unit .cmgiftpack_brand {
  margin-bottom: 2px;
}
.cmgiftpack_unit .cmgiftpack_name {
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cmgiftpack_unit .cmgiftpack_pricebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
}
.cmgiftpack_unit .cmgiftpack_price .ssg_price {
  font-weight: 600;
}
.cmgiftpack_unit .cmgiftpack_price .ssg_tx {
  font-size: 12px;
  line-height: 13px;
}
.cmgiftpack_unit .cmgiftpack_rate {
  margin-left: 8px;
  font-weight: 600;
  color: #ab8f59;
}
.cmgiftpack_unit .cmgiftpack_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 48px;
}
.cmgiftpack_unit .cmgiftpack_sample_elem {
  width: 48px;
  height: 48px;
  margin-left: 6px;
}
.cmgiftpack_unit .cmgiftpack_sample_elem:first-child {
  margin-left: 0;
}
.cmgiftpack_unit .cmgiftpack_sample_thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmgiftpack_unit .cmgiftpack_sample_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmgiftpack_unit .cmgiftpack_sample_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: var(--m-colors-gray700, #666666);
}

.cmitem_shdu .shdu_deal_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.cmitem_shdu .shdu_deal_timer .shdu_timer_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: var(--m-colors-black, #000000);
}
.cmitem_shdu .shdu_deal_timer .shdu_timer_box .day,
.cmitem_shdu .shdu_deal_timer .shdu_timer_box .hour,
.cmitem_shdu .shdu_deal_timer .shdu_timer_box .min,
.cmitem_shdu .shdu_deal_timer .shdu_timer_box .sec {
  min-width: 17px;
  text-align: center;
}
.cmitem_shdu .shdu_deal_timer .shdu_timer_box .day {
  margin-right: 5px;
}
.cmitem_shdu .shdu_mall {
  position: relative;
  padding: 5px 36px 5px 0;
}
.cmitem_shdu .shdu_mall:after:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_shdu .shdu_mall .cm_mall_text {
  float: left;
}
.cmitem_shdu .shdu_bdg_lst {
  overflow: hidden;
  max-height: 20px;
}
.cmitem_shdu .shdu_bdg_lst span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1px 5px 0;
  font-size: 12px;
  letter-spacing: -0.3px;
  color: #777;
}
.cmitem_shdu .shdu_bdg_lst span:before {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -2px;
  border-radius: 2px;
  background: #777;
  content: "";
}
.cmitem_shdu .shdu_bdg_lst span:first-child {
  padding-left: 6px;
}
.cmitem_shdu .shdu_bdg_lst span:first-child:before {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  border-radius: 0;
  background: #e5e5e5;
  content: "";
}
.cmitem_shdu .cmitem_tt_adinfo {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmitem_shdu .cmitem_tt_adinfo .cmitem_tt_adinfo_layer {
  right: 0;
}
.cmitem_shdu .shdu_thmb:after:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_shdu .shdu_thmb .shdu_btn_play {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  background: url(../img/common/btn_play_big.png) no-repeat;
  background-size: 58px 58px;
}
.cmitem_shdu .shdu_thmb_link {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cmitem_shdu .shdu_thmb_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.cmitem_shdu .shdu_thmb_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 89.33%;
  border-radius: 8px;
}
.cmitem_shdu .shdu_thmb_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_shdu .shdu_thmb_img > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmitem_shdu .shdu_thmb_mov {
  overflow: hidden;
  position: relative;
  padding-bottom: 63%;
  margin-bottom: 46px;
}
.cmitem_shdu .shdu_thmb_mov:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_shdu .shdu_thmb_mov > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmitem_shdu .shdu_soldout_area {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
  height: 30px;
  margin: 0 auto;
  padding: 0 18px;
  border-radius: 5px;
  background-color: var(--m-colors-black, #000000);
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmitem_shdu .shdu_soldout_area .shdu_soldout_txt {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #fff;
}
.cmitem_shdu .shdu_soldoutwrap {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.03);
}
.cmitem_shdu .shdu_soldoutwrap .shdu_soldout_txt {
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
}
.cmitem_shdu .shdu_benefitwrap {
  position: absolute;
  top: -45px;
  right: 0;
  max-width: 100%;
  height: 55px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.cmitem_shdu .shdu_benefitwrap .cm_deliv_ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.cmitem_shdu .shdu_benefitwrap .cm_deliv_ic > i {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
}
.cmitem_shdu .shdu_benefit {
  display: inline-block;
  position: relative;
  min-width: 55px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 27.5px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f34570;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(248, 173, 90, 0)), to(#f8ad5a));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 173, 90, 0) 50%, #f8ad5a);
}
.cmitem_shdu .shdu_btn_lens {
  display: block;
  position: absolute;
  top: -48px;
  right: 10px;
  width: 40px;
  height: 38px;
  background: url(../img/common/shdu_btn_lens.png) no-repeat;
  background-size: 40px auto;
}
.cmitem_shdu .shdu_soldoutwrap + .shdu_btn_lens,
.cmitem_shdu .shdu_benefitwrap + .shdu_btn_lens {
  top: -88px;
}
.cmitem_shdu .shdu_tx_thmb {
  position: relative;
  padding-left: 10px;
}
.cmitem_shdu .shdu_tx_thmb_link {
  display: block;
}
.cmitem_shdu .shdu_tx_thmb_inner {
  padding-top: 18px;
}
.cmitem_shdu .shdu_tx_thmb_inner .shdu_selling {
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_shdu .shdu_tx_thmb_inner .shdu_selling .shdu_selling_t1 {
  display: block;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap {
  margin: 4px 0 7px;
  line-height: 1.2;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate {
  display: inline-block;
  margin-right: 4px;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate .shdu_prd_per {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.8px;
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate .shdu_tx_sale {
  display: inline-block;
  margin-left: 4px;
  padding-right: 3px;
  border: 1px solid var(--m-colors-primary, #ff5452);
  border-width: 1px 0px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: var(--m-colors-primary, #ff5452);
  vertical-align: 4px;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .new_price {
  display: inline-block;
  letter-spacing: -0.8px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .new_price .ssg_price {
  font-weight: 500;
  font-size: 26px;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .new_price .ssg_tx {
  font-size: 12px;
  vertical-align: 1px;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .new_price .price_happy {
  margin-left: 6px;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .old_price {
  display: inline-block;
  margin-left: 2px;
  letter-spacing: -0.8px;
  color: #7a7a7a;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .old_price del {
  text-decoration: none;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .old_price .ssg_price {
  font-size: 16px;
  text-decoration: line-through;
}
.cmitem_shdu .shdu_tx_thmb_inner .pricewrap .old_price .ssg_tx {
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
}
.cmitem_shdu .shdu_tx_thmb_inner .shdu_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray400, #969696);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmitem_shdu .shdu_tx_thmb_inner .shdu_tit:after:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_shdu .shdu_md_talk {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #4157ee;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmitem_shdu .shdu_md_talk:after:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_shdu .shdu_md_talk:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 14px;
  background: url(../img/common/shdu_md_talk.png) no-repeat;
  background-size: 16px auto;
  content: "";
}
.cmitem_shdu .shdu_other_lst {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 12px -15px 0 -25px;
  -webkit-overflow-scrolling: touch;
}
.cmitem_shdu .shdu_other_lst::-webkit-scrollbar {
  display: none;
}
.cmitem_shdu .shdu_other_lst li {
  padding-left: 3px;
}
.cmitem_shdu .shdu_other_lst li:first-child {
  padding-left: 25px;
}
.cmitem_shdu .shdu_other_lst li:last-child {
  padding-right: 15px;
}
.cmitem_shdu .shdu_other_lst li.more a {
  position: relative;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 8px;
  font-size: 11px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  background-color: #f8f8f8;
}
.cmitem_shdu .shdu_other_lst li.more a span {
  display: inline-block;
  margin: 47px 0 0 0;
  line-height: 1.2;
  vertical-align: top;
}
.cmitem_shdu .shdu_other_lst li.more a:before, .cmitem_shdu .shdu_other_lst li.more a:after {
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1px;
  height: 19px;
  margin-top: -9px;
  background-color: var(--m-colors-gray900, #222222);
  content: "";
}
.cmitem_shdu .shdu_other_lst li.more a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cmitem_shdu .shdu_other_lst li a {
  display: block;
  text-align: center;
}
.cmitem_shdu .shdu_other_lst li .shdu_other_thmb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 8px;
}
.cmitem_shdu .shdu_other_lst li .shdu_other_thmb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_shdu .shdu_other_lst li .shdu_other_thmb img {
  width: 100%;
  vertical-align: top;
}
.cmitem_shdu .shdu_other_lst li .new_price {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #7a7a7a;
}
.cmitem_shdu .shdu_other_lst li .new_price .ssg_tx {
  font-size: 11px;
}
.cmitem_shdu .shdu_row_control {
  padding-right: 8px;
  margin: 9px -15px 0 0;
  border-top: 1px solid #f0f0f0;
}
.cmitem_shdu .shdu_deal_count {
  float: left;
  padding-top: 13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #7a7a7a;
}
.cmitem_shdu .shdu_deal_count.ty_point {
  color: var(--m-colors-primary, #ff5452);
}
.cmitem_shdu .shdu_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
}
.cmitem_shdu .shdu_btn_wrap .cmlike {
  margin-right: 5px;
  vertical-align: top;
}
.cmitem_shdu .shdu_btn_wrap .cmlike .cmlike_btn {
  height: 32px;
}
.cmitem_shdu .shdu_btn_wrap .shdu_btn_cart {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 32px;
  background: url(../img/com_v2/ic_cmitemcart.svg) 0 0 no-repeat;
  background-size: 38px auto;
  outline-color: transparent;
}
.cmitem_shdu .shdu_btn_wrap .shdu_btn_cart.disabled {
  opacity: 0.5;
}
.cmitem_shdu .shdu_benefit.shdu_goldprice {
  min-width: 100px;
}
.cmitem_shdu .i_holiday .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_holiday2 .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_pickup .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_pickup_tr .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_reserve_bojung2 .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_sprshp .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_ssgdeliv .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_ssgdeliv_tr .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_ssgpick .shdu_benefit.shdu_goldprice,
.cmitem_shdu .i_mnmorning .shdu_benefit.shdu_goldprice {
  min-width: 135px;
}
.cmitem_shdu .i_holiday .shdu_benefit,
.cmitem_shdu .i_reserve_bojung2 .shdu_benefit {
  min-width: auto;
}
.cmitem_shdu .shdu_benefit_scrwrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 55px;
  border-radius: 27.5px;
}
.cmitem_shdu .shdu_benefit_scrwrap:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: url(../img/common/shdu_benefit_over.png) no-repeat;
  background-size: 55px auto;
  opacity: 0;
  content: "";
}
.cmitem_shdu .is_scroll .shdu_benefit_scrwrap:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.2s;
  transition: visibility 0s ease 0s, opacity 0.2s;
}
.cmitem_shdu .on_scroll .shdu_benefit_scrwrap:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s;
  transition: visibility 0s ease 0.2s, opacity 0.2s;
}
.cmitem_shdu .shdu_ic_goldprice {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 80px;
  height: 55px;
  background: url(../img/common/shdu_ic_goldprice.png) no-repeat;
  background-size: 80px auto;
  font-size: 12px;
  opacity: 1;
}
.cmitem_shdu .shdu_ic_goldprice img {
  width: 100%;
  vertical-align: top;
}
.cmitem_shdu .is_scroll .shdu_ic_goldprice {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.2s;
  transition: visibility 0s ease 0s, opacity 0.2s;
}
.cmitem_shdu .on_scroll .shdu_ic_goldprice {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s;
  transition: visibility 0s ease 0.2s, opacity 0.2s;
}
.cmitem_shdu .shdu_goldprice .shdu_benefit_lst ul {
  padding-left: 80px;
}
.cmitem_shdu .is_scroll_goldprice .shdu_benefit_lst ul {
  padding-left: 12px;
}
.cmitem_shdu .shdu_benefit_scr {
  display: inline-block;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  max-width: 100%;
  border-radius: 27.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}
.cmitem_shdu .shdu_benefit_scr::-webkit-scrollbar {
  display: none;
}
.cmitem_shdu .shdu_benefit_lst {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
}
.cmitem_shdu .shdu_benefit_lst ul {
  display: inline-block;
  padding: 0 12px;
}
.cmitem_shdu .shdu_benefit_lst li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.cmitem_shdu .shdu_benefit_lst li:before {
  display: inline-block;
  width: 1px;
  height: 27px;
  margin-top: 14px;
  margin-right: 8px;
  background: #fff;
  vertical-align: top;
  opacity: 0.15;
  content: "";
}
.cmitem_shdu .shdu_benefit_lst li:first-child {
  padding-left: 8px;
}
.cmitem_shdu .shdu_benefit_lst li:first-child:before {
  display: none;
}
.cmitem_shdu .shdu_benefit_lst li > span {
  display: inline-block;
  background-image: url(../img/common/shdu_sp_benefit.png);
  background-repeat: no-repeat;
  font-size: 12px;
  vertical-align: top;
}
.cmitem_shdu .shdu_benefit_lst li > span.shdu_ico_tx {
  background: none;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.cmitem_shdu .shdu_benefit_lst .ico_0000 {
  width: 58px;
  height: 55px;
  background-position: -68px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0001 {
  width: 58px;
  height: 55px;
  background-position: -136px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0002 {
  width: 58px;
  height: 55px;
  background-position: 0 -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0102 {
  width: 58px;
  height: 55px;
  background-position: -68px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0103 {
  width: 58px;
  height: 55px;
  background-position: -136px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0104 {
  width: 58px;
  height: 55px;
  background-position: -136px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0105 {
  width: 58px;
  height: 55px;
  background-position: 0 -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0106 {
  width: 58px;
  height: 55px;
  background-position: -68px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0107 {
  width: 58px;
  height: 55px;
  background-position: -136px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0108 {
  width: 58px;
  height: 55px;
  background-position: -204px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0109 {
  width: 58px;
  height: 55px;
  background-position: -204px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0110 {
  width: 58px;
  height: 55px;
  background-position: -204px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0127 {
  width: 58px;
  height: 55px;
  background-position: 0 -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0201 {
  width: 58px;
  height: 55px;
  background-position: -68px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0202 {
  width: 58px;
  height: 55px;
  background-position: -136px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0203 {
  width: 58px;
  height: 55px;
  background-position: -204px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0204 {
  width: 58px;
  height: 55px;
  background-position: -272px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0205 {
  width: 58px;
  height: 55px;
  background-position: -272px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0206 {
  width: 58px;
  height: 55px;
  background-position: -272px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0207 {
  width: 58px;
  height: 55px;
  background-position: -272px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0208 {
  width: 58px;
  height: 55px;
  background-position: 0 -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0209 {
  width: 58px;
  height: 55px;
  background-position: -68px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0210 {
  width: 58px;
  height: 55px;
  background-position: -136px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0302 {
  width: 58px;
  height: 55px;
  background-position: -204px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0303 {
  width: 58px;
  height: 55px;
  background-position: -272px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0304 {
  width: 58px;
  height: 55px;
  background-position: -340px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0305 {
  width: 58px;
  height: 55px;
  background-position: -340px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0306 {
  width: 58px;
  height: 55px;
  background-position: -340px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0307 {
  width: 58px;
  height: 55px;
  background-position: -340px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0308 {
  width: 58px;
  height: 55px;
  background-position: -340px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0309 {
  width: 58px;
  height: 55px;
  background-position: 0 -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0310 {
  width: 58px;
  height: 55px;
  background-position: -68px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0498 {
  width: 58px;
  height: 55px;
  background-position: 0 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0499 {
  width: 58px;
  height: 55px;
  background-position: -204px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0515 {
  width: 58px;
  height: 55px;
  background-position: -272px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0520 {
  width: 58px;
  height: 55px;
  background-position: -340px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0521 {
  width: 58px;
  height: 55px;
  background-position: -408px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_0522 {
  width: 58px;
  height: 55px;
  background-position: -408px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0523 {
  width: 58px;
  height: 55px;
  background-position: -408px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0524 {
  width: 58px;
  height: 55px;
  background-position: -408px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0525 {
  width: 58px;
  height: 55px;
  background-position: -408px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0526 {
  width: 58px;
  height: 55px;
  background-position: -408px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0527 {
  width: 58px;
  height: 55px;
  background-position: 0 -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0528 {
  width: 58px;
  height: 55px;
  background-position: -68px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0529 {
  width: 58px;
  height: 55px;
  background-position: -136px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0530 {
  width: 58px;
  height: 55px;
  background-position: -204px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0998 {
  width: 58px;
  height: 55px;
  background-position: -272px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_0999 {
  width: 58px;
  height: 55px;
  background-position: -340px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1000 {
  width: 58px;
  height: 55px;
  background-position: -408px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1001 {
  width: 58px;
  height: 55px;
  background-position: -476px 0;
}
.cmitem_shdu .shdu_benefit_lst .ico_1002 {
  width: 58px;
  height: 55px;
  background-position: -476px -65px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1003 {
  width: 58px;
  height: 55px;
  background-position: -476px -130px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1004 {
  width: 58px;
  height: 55px;
  background-position: -476px -195px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1005 {
  width: 58px;
  height: 55px;
  background-position: -476px -260px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1006 {
  width: 58px;
  height: 55px;
  background-position: -476px -325px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1007 {
  width: 58px;
  height: 55px;
  background-position: -476px -390px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1008 {
  width: 58px;
  height: 55px;
  background-position: 0 -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1009 {
  width: 58px;
  height: 55px;
  background-position: -68px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_1010 {
  width: 58px;
  height: 55px;
  background-position: -136px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2000 {
  width: 58px;
  height: 55px;
  background-position: -204px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2001 {
  width: 58px;
  height: 55px;
  background-position: -272px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2002 {
  width: 58px;
  height: 55px;
  background-position: -340px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2003 {
  width: 58px;
  height: 55px;
  background-position: -408px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2005 {
  width: 58px;
  height: 55px;
  background-position: -476px -455px;
}
.cmitem_shdu .shdu_benefit_lst .ico_2010 {
  width: 58px;
  height: 55px;
  background-position: -544px 0;
}
.cmitem_shdu .i_holiday2 .shdu_benefit_lst ul,
.cmitem_shdu .i_pickup .shdu_benefit_lst ul,
.cmitem_shdu .i_pickup_tr .shdu_benefit_lst ul,
.cmitem_shdu .i_sprshp .shdu_benefit_lst ul,
.cmitem_shdu .i_ssgdeliv .shdu_benefit_lst ul,
.cmitem_shdu .i_ssgdeliv_tr .shdu_benefit_lst ul,
.cmitem_shdu .i_ssgpick .shdu_benefit_lst ul,
.cmitem_shdu .i_mnmorning .shdu_benefit_lst ul {
  padding-right: 55px;
}
.cmitem_shdu .i_holiday .shdu_benefit_lst ul,
.cmitem_shdu .i_reserve_bojung2 .shdu_benefit_lst ul {
  padding-right: 66px;
}

.cmitem_shdu_sd .shdu_thmb_img {
  padding-bottom: 85.21%;
  border-radius: 0;
}
.cmitem_shdu_sd .shdu_tx_thmb {
  position: relative;
  padding-left: 0;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner {
  padding-top: 18px;
  text-align: center;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .shdu_selling {
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.23px;
  color: var(--m-colors-gray900, #222222);
  word-wrap: break-word;
  word-break: break-all;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .shdu_selling .shdu_selling_t1 {
  display: block;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .shdu_selling .shdu_selling_t2 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-top: 6px;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap {
  margin: 12px 0 15px;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate .shdu_prd_per {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #a59357;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .shdu_prd_rate .shdu_tx_sale {
  display: inline-block;
  margin-left: 4px;
  padding-right: 3px;
  border: 1px solid #a59357;
  border-width: 1px 0px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #a59357;
  vertical-align: 4px;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .new_price {
  display: inline-block;
  letter-spacing: -0.8px;
  color: var(--m-colors-gray900, #222222);
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .new_price .ssg_price {
  font-size: 24px;
  font-weight: normal;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .new_price .ssg_tx {
  font-size: 13px;
  vertical-align: 1px;
  letter-spacing: -0.3px;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .new_price .price_happy {
  margin-left: 6px;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .old_price {
  display: inline-block;
  margin-left: 2px;
  letter-spacing: -0.8px;
  color: #7a7a7a;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .old_price del {
  text-decoration: none;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .old_price .ssg_price {
  font-size: 16px;
  text-decoration: line-through;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .pricewrap .old_price .ssg_tx {
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .shdu_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray400, #969696);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmitem_shdu_sd .shdu_tx_thmb_inner .shdu_tit:after:after {
  clear: both;
  content: "";
  display: block;
}
.cmitem_shdu_sd .shdu_other {
  overflow: hidden;
  margin: 0 18px;
}
.cmitem_shdu_sd .shdu_other_lst {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 0 -15px 26px -25px;
  -webkit-overflow-scrolling: touch;
}
.cmitem_shdu_sd .shdu_other_lst::-webkit-scrollbar {
  display: none;
}
.cmitem_shdu_sd .shdu_other_lst li {
  padding-left: 3px;
}
.cmitem_shdu_sd .shdu_other_lst li:first-child {
  padding-left: 25px;
}
.cmitem_shdu_sd .shdu_other_lst li:last-child {
  padding-right: 15px;
}
.cmitem_shdu_sd .shdu_other_lst li.more a {
  position: relative;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  background-color: #f8f8f8;
}
.cmitem_shdu_sd .shdu_other_lst li.more a span {
  display: inline-block;
  margin: 47px 0 0 0;
  line-height: 1.2;
  vertical-align: top;
}
.cmitem_shdu_sd .shdu_other_lst li.more a:before, .cmitem_shdu_sd .shdu_other_lst li.more a:after {
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1px;
  height: 19px;
  margin-top: -9px;
  background-color: var(--m-colors-gray900, #222222);
  content: "";
}
.cmitem_shdu_sd .shdu_other_lst li.more a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cmitem_shdu_sd .shdu_other_lst li a {
  display: block;
  text-align: center;
}
.cmitem_shdu_sd .shdu_other_lst li .shdu_other_thmb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 0;
}
.cmitem_shdu_sd .shdu_other_lst li .shdu_other_thmb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}
.cmitem_shdu_sd .shdu_other_lst li .shdu_other_thmb img {
  width: 100%;
  vertical-align: top;
}
.cmitem_shdu_sd .shdu_other_lst li .new_price {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.24px;
  color: var(--m-colors-black, #000000);
}
.cmitem_shdu_sd .shdu_other_lst li .new_price .ssg_tx {
  font-size: 11px;
}
.cmitem_shdu_sd .shdu_row_control {
  padding-right: 0;
  margin: 0 0 0 0;
  border-top: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmitem_shdu_sd .shdu_deal_count {
  float: none;
  margin: 0 2px;
  padding-top: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #7a7a7a;
}
.cmitem_shdu_sd .shdu_deal_count.ty_point {
  color: var(--m-colors-primary, #ff5452);
}

.cmbnr_text {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 44px;
  margin: 10px 16px 0;
  padding: 10px 0 10px 12px;
  border: 1px solid #222;
}
.cmbnr_text .cmbnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: flex;
      flex-wrap: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmbnr_text .cmbnr_link .cmbnr_img {
  width: 24px;
  height: 24px;
}
.cmbnr_text .cmbnr_link .cmbnr_title {
  position: relative;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  height: 17px;
  margin-left: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cmbnr_text .cmbnr_link .cmbnr_icon {
  margin: 0 8px;
  width: 16px;
  height: 16px;
}

.cmitem_quantity {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmitem_quantity .quantity__spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cmitem_quantity .quantity {
  height: 52px;
  margin: 0 auto;
  padding: 0 max(5px, 1.563vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--m-colors-gray900, #222222);
  overflow: hidden;
}
.cmitem_quantity .quantity.animatable .quantity__list {
  -webkit-transition: 300ms -webkit-transform ease-out;
  transition: 300ms -webkit-transform ease-out;
  transition: 300ms transform ease-out;
  transition: 300ms transform ease-out, 300ms -webkit-transform ease-out;
}
.cmitem_quantity .quantity__item {
  width: 18px;
  display: block;
  margin: 8px auto 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.cmitem_quantity .quantity_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cmitem_quantity .quantity_group__divider {
  min-width: 8px;
  font-size: 30px;
  font-weight: bold;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.26;
}
.cmitem_quantity .quantity_group .quantity_group__divider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cmitem_quantity .quantity_group .quantity,
.cmitem_quantity .quantity_group .quantity_group__divider {
  margin: 0 1px;
}
.cmitem_quantity .quantity_group > *:first-child {
  margin-left: 0;
}
.cmitem_quantity .quantity_group > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 375px) {
  .cmitem_quantity .quantity {
    padding: 0 2.133vw;
  }
}
@media screen and (min-width: 518px) {
  .cmitem_quantity .quantity {
    padding: 0 16px;
  }
}
.shd_sec img {
  width: 100%;
  vertical-align: top;
}

.shdu_sec_item {
  position: relative;
  width: 100%;
  padding: 45px 0 0 0;
}

.csrch_result .shdu_sec_plan.v2 {
  padding: 0 0 45px 0;
}

.shdu_sec_item .urr_sec:after {
  display: none;
}

.shdu_item.m_clicked {
  overflow: hidden;
  border: 2px solid #ff5b7e;
}

.shdu_item.m_clicked .shdu_item_inner {
  margin: 0 -2px;
}

.cmgrid_full_box .shdu_item {
  padding-bottom: 35px;
}

.shdu_item {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
}
.shdu_item .shdu_mall {
  margin: 0 45px 0 15px;
  padding: 5px 0;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.shdu_item .shdu_mall:after {
  display: block;
  clear: both;
  content: "";
}
.shdu_item .shdu_mall .cm_mall_text {
  float: left;
}
.shdu_item .shdu_mall .cm_mall_ic {
  float: left;
  margin-right: 5px;
}
.shdu_item .shdu_mall .shdu_mall_txt {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.3px;
  color: #777;
}
.shdu_item .shdu_bdg_lst {
  overflow: hidden;
  max-height: 20px;
  vertical-align: top;
}
.shdu_item .shdu_bdg_lst span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.3px;
  color: #777;
}
.shdu_item .shdu_bdg_lst span:before {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -2px;
  border-radius: 2px;
  background: #777;
  content: "";
}
.shdu_item .shdu_bdg_lst span:first-child {
  padding-left: 6px;
}
.shdu_item .shdu_bdg_lst span:first-child:before {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 11px;
  margin-top: -6px;
  border-radius: 0;
  background: #e5e5e5;
  content: "";
}
.shdu_item .cmitem_tt_adinfo {
  position: absolute;
  top: 5px;
  right: 5px;
}

.shdu_sec_item .ssg-tooltip-wrap.shdu_tt_adinfo {
  float: right;
  top: auto;
  right: 15px;
  bottom: 100%;
  left: auto;
  width: 43px;
  height: 18px;
  margin: 10px 10px -28px 0;
}
.shdu_sec_item .ssg-tooltip-wrap.shdu_tt_adinfo .shdu_btn_tt_adinfo {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 21;
  width: 43px;
  height: 18px;
  background-size: 43px 18px;
  background: url(../img/common/banner_adinfo@2x.png) 0 0 no-repeat;
  color: transparent;
  white-space: nowrap;
  vertical-align: top;
  text-overflow: ellipsis;
}
.shdu_sec_item .ssg-tooltip-wrap.shdu_tt_adinfo .shdu_btn_tt_adinfo.v2 {
  background-image: url(../img/sprites/sp_cmitem_20230912@2x.png);
  background-position: 0px -94px;
  background-size: 176px 165px;
  width: 27px;
  height: 17px;
}

.shdu_item .shdu_thmb {
  position: relative;
}

.shdu_item .shdu_thmb:after {
  display: block;
  clear: both;
  content: "";
}

.shdu_item .shdu_thmb_link {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shdu_item .shdu_thmb_inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}

.shdu_item .shdu_thmb_inner > img {
  width: 100%;
}

.shdu_item .shdu_thmb_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 89.33%;
}

.shdu_item .shdu_thmb_mov {
  overflow: hidden;
  position: relative;
  padding-bottom: 63%;
  margin-bottom: 46px;
}

.shdu_item .shdu_thmb_img:before,
.shdu_item .shdu_thmb_mov:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}

.shdu_item .shdu_thmb_img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shdu_item .shdu_thmb_mov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shdu_item .shdu_soldout_area {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
  height: 30px;
  margin: 0 auto;
  padding: 0 18px;
  border-radius: 5px;
  background-color: var(--m-colors-black, #000000);
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shdu_item .shdu_soldout_area .shdu_soldout_txt {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #fff;
}

.shdu_item .shdu_gift {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
}

.shdu_item .shdu_gift:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8ad5a), to(#f34570));
  background-image: linear-gradient(to left, #f8ad5a, #f34570);
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shdu_item .shdu_gift_btnopen {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 20;
  width: 140px;
  height: 80px;
  margin-top: -60px;
  margin-left: -70px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shdu_item .shdu_gift_view {
  position: absolute;
  width: 70px;
  height: 80px;
  background: url(../img/common/shdu_gift_view.gif) no-repeat;
  background-size: 70px 80px;
  text-align: center;
}

.shdu_item .shdu_gift_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 80px;
}

.shdu_item .shdu_gift_close:before,
.shdu_item .shdu_gift_close:after {
  position: absolute;
  top: 24px;
  right: 34px;
  width: 1px;
  height: 32px;
  background-color: var(--m-colors-gray900, #222222);
  content: "";
}

.shdu_item .shdu_gift_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shdu_item .shdu_gift_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.shdu_item .shdu_gift_lyr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shdu_item .shdu_thmb.on .shdu_thmb_link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.shdu_item .shdu_thmb.on .shdu_gift:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.shdu_item .shdu_thmb.on .shdu_gift_btnopen {
  left: -100%;
}

.shdu_item .shdu_thmb.on .shdu_gift_lyr {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.shdu_item .shdu_btn_play {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  background: url(../img/common/btn_play_big.png) no-repeat;
  background-size: 58px 58px;
}

.shdu_item .shdu_gift_sthmb {
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 50px;
  margin: 5px auto 0;
}

.shdu_item .shdu_gift_sthmb img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shdu_item .shdu_gift_stx {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
}

.shdu_item .shdu_ic_deliv {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.shdu_item .shdu_ic_deliv .shdu_tx_deliv {
  display: inline-block;
  background-image: url(../img/common/shdu_sp_deliv_v3.png);
  background-repeat: no-repeat;
  vertical-align: top;
}

.shdu_item .i_holiday .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: 0 0;
}

.shdu_item .i_holiday2 .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: 0 -65px;
}

.shdu_item .i_pickup .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -65px -65px;
}

.shdu_item .i_pickup_tr .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -152px 0;
}

.shdu_item .i_reserve_bojung2 .shdu_tx_deliv {
  width: 66px;
  height: 55px;
  background-position: -76px 0;
}

.shdu_item .i_sprshp .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -152px -65px;
}

.shdu_item .i_ssgdeliv .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: 0 -130px;
}

.shdu_item .i_ssgdeliv_tr .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -65px -130px;
}

.shdu_item .i_ssgpick .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -130px -130px;
}

.shdu_item .i_mnmorning .shdu_tx_deliv {
  width: 55px;
  height: 55px;
  background-position: -217px 0;
}

.shdu_item .shdu_tx_thmb {
  position: relative;
  padding: 12px 0 0 15px;
  background: #fff;
  text-align: left;
}

.shdu_item .shdu_soldoutwrap {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.03);
}

.shdu_item .shdu_soldoutwrap .shdu_soldout_txt {
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
}

.shdu_item .cm_mall_ship {
  position: absolute;
  top: -35px;
  right: 10px;
}

.shdu_item .shdu_benefitwrap {
  position: absolute;
  top: -45px;
  right: 0;
  max-width: 100%;
  height: 55px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

.shdu_item .shdu_benefit {
  display: inline-block;
  position: relative;
  min-width: 55px;
  max-width: 100%;
  height: 55px;
  border-radius: 27.5px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f34570;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(248, 173, 90, 0)), to(#f8ad5a));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 173, 90, 0) 50%, #f8ad5a);
  line-height: 55px;
}

.shdu_item .shdu_benefit.shdu_goldprice {
  min-width: 100px;
}

.shdu_item .i_holiday .shdu_benefit.shdu_goldprice,
.shdu_item .i_holiday2 .shdu_benefit.shdu_goldprice,
.shdu_item .i_pickup .shdu_benefit.shdu_goldprice,
.shdu_item .i_pickup_tr .shdu_benefit.shdu_goldprice,
.shdu_item .i_reserve_bojung2 .shdu_benefit.shdu_goldprice,
.shdu_item .i_sprshp .shdu_benefit.shdu_goldprice,
.shdu_item .i_ssgdeliv .shdu_benefit.shdu_goldprice,
.shdu_item .i_ssgdeliv_tr .shdu_benefit.shdu_goldprice,
.shdu_item .i_ssgpick .shdu_benefit.shdu_goldprice,
.shdu_item .i_mnmorning .shdu_benefit.shdu_goldprice {
  min-width: 135px;
}

.shdu_item .i_holiday .shdu_benefit,
.shdu_item .i_reserve_bojung2 .shdu_benefit {
  min-width: auto;
}

.shdu_item .shdu_benefit_scrwrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 55px;
  border-radius: 27.5px;
}

.shdu_item .shdu_benefit_scrwrap:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: url(../img/common/shdu_benefit_over.png) no-repeat;
  background-size: 55px auto;
  opacity: 0;
  content: "";
}

.shdu_item .is_scroll .shdu_benefit_scrwrap:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.2s;
  transition: visibility 0s ease 0s, opacity 0.2s;
}

.shdu_item .on_scroll .shdu_benefit_scrwrap:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s;
  transition: visibility 0s ease 0.2s, opacity 0.2s;
}

.shdu_item .shdu_ic_goldprice {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 80px;
  height: 55px;
  background: url(../img/common/shdu_ic_goldprice.png) no-repeat;
  background-size: 80px auto;
  font-size: 12px;
  opacity: 1;
}
.shdu_item .shdu_ic_goldprice img {
  width: 100%;
  vertical-align: top;
}

.shdu_item .is_scroll .shdu_ic_goldprice {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.2s;
  transition: visibility 0s ease 0s, opacity 0.2s;
}

.shdu_item .on_scroll .shdu_ic_goldprice {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s;
  transition: visibility 0s ease 0.2s, opacity 0.2s;
}

.shdu_item .shdu_goldprice .shdu_benefit_lst ul {
  padding-left: 80px;
}

.shdu_item .is_scroll_goldprice .shdu_benefit_lst ul {
  padding-left: 12px;
}

.shdu_item .shdu_benefit_scr {
  display: inline-block;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  max-width: 100%;
  border-radius: 27.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}

.shdu_item .shdu_benefit_scr::-webkit-scrollbar {
  display: none;
}

.shdu_item .shdu_benefit_lst {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
}

.shdu_item .shdu_benefit_lst ul {
  display: inline-block;
  padding: 0 12px;
}

.shdu_item .i_holiday2 .shdu_benefit_lst ul,
.shdu_item .i_pickup .shdu_benefit_lst ul,
.shdu_item .i_pickup_tr .shdu_benefit_lst ul,
.shdu_item .i_sprshp .shdu_benefit_lst ul,
.shdu_item .i_ssgdeliv .shdu_benefit_lst ul,
.shdu_item .i_ssgdeliv_tr .shdu_benefit_lst ul,
.shdu_item .i_ssgpick .shdu_benefit_lst ul,
.shdu_item .i_mnmorning .shdu_benefit_lst ul {
  padding-right: 55px;
}

.shdu_item .i_holiday .shdu_benefit_lst ul,
.shdu_item .i_reserve_bojung2 .shdu_benefit_lst ul {
  padding-right: 66px;
}

.shdu_item .shdu_benefit_lst li {
  display: inline-block;
  padding: 0 8px 0 0;
}

.shdu_item .shdu_benefit_lst li:before {
  display: inline-block;
  width: 1px;
  height: 27px;
  margin-top: 14px;
  margin-right: 8px;
  background: #fff;
  vertical-align: top;
  opacity: 0.15;
  content: "";
}

.shdu_item .shdu_benefit_lst li:first-child {
  padding-left: 8px;
}

.shdu_item .shdu_benefit_lst li:first-child:before {
  display: none;
}

.shdu_item .shdu_benefit_lst li > span {
  display: inline-block;
  background-image: url(../img/common/shdu_sp_benefit.png);
  background-repeat: no-repeat;
  font-size: 12px;
  vertical-align: top;
}

.shdu_item .shdu_benefit_lst li > span.shdu_ico_tx {
  background: none;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.shdu_item .shdu_benefit_lst .ico_0000 {
  width: 58px;
  height: 55px;
  background-position: -68px 0;
}

.shdu_item .shdu_benefit_lst .ico_0001 {
  width: 58px;
  height: 55px;
  background-position: -136px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0002 {
  width: 58px;
  height: 55px;
  background-position: 0 -65px;
}

.shdu_item .shdu_benefit_lst .ico_0102 {
  width: 58px;
  height: 55px;
  background-position: -68px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0103 {
  width: 58px;
  height: 55px;
  background-position: -136px 0;
}

.shdu_item .shdu_benefit_lst .ico_0104 {
  width: 58px;
  height: 55px;
  background-position: -136px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0105 {
  width: 58px;
  height: 55px;
  background-position: 0 -130px;
}

.shdu_item .shdu_benefit_lst .ico_0106 {
  width: 58px;
  height: 55px;
  background-position: -68px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0107 {
  width: 58px;
  height: 55px;
  background-position: -136px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0108 {
  width: 58px;
  height: 55px;
  background-position: -204px 0;
}

.shdu_item .shdu_benefit_lst .ico_0109 {
  width: 58px;
  height: 55px;
  background-position: -204px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0110 {
  width: 58px;
  height: 55px;
  background-position: -204px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0127 {
  width: 58px;
  height: 55px;
  background-position: 0 -195px;
}

.shdu_item .shdu_benefit_lst .ico_0201 {
  width: 58px;
  height: 55px;
  background-position: -68px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0202 {
  width: 58px;
  height: 55px;
  background-position: -136px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0203 {
  width: 58px;
  height: 55px;
  background-position: -204px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0204 {
  width: 58px;
  height: 55px;
  background-position: -272px 0;
}

.shdu_item .shdu_benefit_lst .ico_0205 {
  width: 58px;
  height: 55px;
  background-position: -272px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0206 {
  width: 58px;
  height: 55px;
  background-position: -272px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0207 {
  width: 58px;
  height: 55px;
  background-position: -272px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0208 {
  width: 58px;
  height: 55px;
  background-position: 0 -260px;
}

.shdu_item .shdu_benefit_lst .ico_0209 {
  width: 58px;
  height: 55px;
  background-position: -68px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0210 {
  width: 58px;
  height: 55px;
  background-position: -136px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0302 {
  width: 58px;
  height: 55px;
  background-position: -204px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0303 {
  width: 58px;
  height: 55px;
  background-position: -272px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0304 {
  width: 58px;
  height: 55px;
  background-position: -340px 0;
}

.shdu_item .shdu_benefit_lst .ico_0305 {
  width: 58px;
  height: 55px;
  background-position: -340px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0306 {
  width: 58px;
  height: 55px;
  background-position: -340px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0307 {
  width: 58px;
  height: 55px;
  background-position: -340px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0308 {
  width: 58px;
  height: 55px;
  background-position: -340px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0309 {
  width: 58px;
  height: 55px;
  background-position: 0 -325px;
}

.shdu_item .shdu_benefit_lst .ico_0310 {
  width: 58px;
  height: 55px;
  background-position: -68px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0498 {
  width: 58px;
  height: 55px;
  background-position: 0 0;
}

.shdu_item .shdu_benefit_lst .ico_0499 {
  width: 58px;
  height: 55px;
  background-position: -204px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0515 {
  width: 58px;
  height: 55px;
  background-position: -272px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0520 {
  width: 58px;
  height: 55px;
  background-position: -340px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0521 {
  width: 58px;
  height: 55px;
  background-position: -408px 0;
}

.shdu_item .shdu_benefit_lst .ico_0522 {
  width: 58px;
  height: 55px;
  background-position: -408px -65px;
}

.shdu_item .shdu_benefit_lst .ico_0523 {
  width: 58px;
  height: 55px;
  background-position: -408px -130px;
}

.shdu_item .shdu_benefit_lst .ico_0524 {
  width: 58px;
  height: 55px;
  background-position: -408px -195px;
}

.shdu_item .shdu_benefit_lst .ico_0525 {
  width: 58px;
  height: 55px;
  background-position: -408px -260px;
}

.shdu_item .shdu_benefit_lst .ico_0526 {
  width: 58px;
  height: 55px;
  background-position: -408px -325px;
}

.shdu_item .shdu_benefit_lst .ico_0527 {
  width: 58px;
  height: 55px;
  background-position: 0 -390px;
}

.shdu_item .shdu_benefit_lst .ico_0528 {
  width: 58px;
  height: 55px;
  background-position: -68px -390px;
}

.shdu_item .shdu_benefit_lst .ico_0529 {
  width: 58px;
  height: 55px;
  background-position: -136px -390px;
}

.shdu_item .shdu_benefit_lst .ico_0530 {
  width: 58px;
  height: 55px;
  background-position: -204px -390px;
}

.shdu_item .shdu_benefit_lst .ico_0998 {
  width: 58px;
  height: 55px;
  background-position: -272px -390px;
}

.shdu_item .shdu_benefit_lst .ico_0999 {
  width: 58px;
  height: 55px;
  background-position: -340px -390px;
}

.shdu_item .shdu_benefit_lst .ico_1000 {
  width: 58px;
  height: 55px;
  background-position: -408px -390px;
}

.shdu_item .shdu_benefit_lst .ico_1001 {
  width: 58px;
  height: 55px;
  background-position: -476px 0;
}

.shdu_item .shdu_benefit_lst .ico_1002 {
  width: 58px;
  height: 55px;
  background-position: -476px -65px;
}

.shdu_item .shdu_benefit_lst .ico_1003 {
  width: 58px;
  height: 55px;
  background-position: -476px -130px;
}

.shdu_item .shdu_benefit_lst .ico_1004 {
  width: 58px;
  height: 55px;
  background-position: -476px -195px;
}

.shdu_item .shdu_benefit_lst .ico_1005 {
  width: 58px;
  height: 55px;
  background-position: -476px -260px;
}

.shdu_item .shdu_benefit_lst .ico_1006 {
  width: 58px;
  height: 55px;
  background-position: -476px -325px;
}

.shdu_item .shdu_benefit_lst .ico_1007 {
  width: 58px;
  height: 55px;
  background-position: -476px -390px;
}

.shdu_item .shdu_benefit_lst .ico_1008 {
  width: 58px;
  height: 55px;
  background-position: 0 -455px;
}

.shdu_item .shdu_benefit_lst .ico_1009 {
  width: 58px;
  height: 55px;
  background-position: -68px -455px;
}

.shdu_item .shdu_benefit_lst .ico_1010 {
  width: 58px;
  height: 55px;
  background-position: -136px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2000 {
  width: 58px;
  height: 55px;
  background-position: -204px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2001 {
  width: 58px;
  height: 55px;
  background-position: -272px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2002 {
  width: 58px;
  height: 55px;
  background-position: -340px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2003 {
  width: 58px;
  height: 55px;
  background-position: -408px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2005 {
  width: 58px;
  height: 55px;
  background-position: -476px -455px;
}

.shdu_item .shdu_benefit_lst .ico_2010 {
  width: 58px;
  height: 55px;
  background-position: -544px 0;
}

.shdu_item .shdu_btn_lens {
  display: block;
  position: absolute;
  top: -48px;
  right: 10px;
  width: 40px;
  height: 38px;
  background: url(../img/common/shdu_btn_lens.png) no-repeat;
  background-size: 40px auto;
}

.shdu_item .shdu_benefitwrap + .shdu_btn_lens,
.shdu_item .shdu_soldoutwrap + .shdu_btn_lens {
  top: -88px;
}

.shdu_item .shdu_tx_thmb .shdu_tx_thmb_link {
  display: block;
}

.shdu_item .shdu_tx_thmb .shdu_tx_thmb_inner:after {
  display: block;
  clear: both;
  content: "";
}

.shdu_item .shdu_tx_thmb .pricewrap {
  margin: 7px 0;
  line-height: 1.2;
}

.shdu_item .shdu_tx_thmb .pricewrap .shdu_prd_rate {
  display: inline-block;
  margin-right: 4px;
}

.shdu_item .shdu_tx_thmb .pricewrap .shdu_prd_per {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.8px;
  color: var(--m-colors-primary, #ff5452);
}

.shdu_item .shdu_tx_thmb .pricewrap .shdu_prd_rate .shdu_tx_sale {
  display: inline-block;
  margin-left: 4px;
  padding-right: 3px;
  border: 1px solid var(--m-colors-primary, #ff5452);
  border-left: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: var(--m-colors-primary, #ff5452);
  vertical-align: 4px;
}

.shdu_item .shdu_tx_thmb .pricewrap .new_price {
  display: inline-block;
  letter-spacing: -0.8px;
  color: var(--m-colors-gray900, #222222);
}

.shdu_item .shdu_tx_thmb .pricewrap .new_price .ssg_price {
  font-weight: 500;
  font-size: 26px;
}

.shdu_item .shdu_tx_thmb .pricewrap .new_price .ssg_tx {
  font-size: 12px;
  vertical-align: 1px;
}

.shdu_item .shdu_tx_thmb .pricewrap .new_price .price_happy {
  margin-left: 6px;
}

.shdu_item .shdu_tx_thmb .pricewrap .old_price {
  display: inline-block;
  margin-left: 2px;
  letter-spacing: -0.8px;
  color: #7a7a7a;
}

.shdu_item .shdu_tx_thmb .pricewrap .old_price del {
  text-decoration: none;
}

.shdu_item .shdu_tx_thmb .pricewrap .old_price .ssg_price {
  font-size: 16px;
  text-decoration: line-through;
}

.shdu_item .shdu_tx_thmb .pricewrap .old_price .ssg_tx {
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
}

.shdu_item .shdu_selling {
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  word-wrap: break-word;
  word-break: break-all;
}
.shdu_item .shdu_selling .shdu_selling_t1 {
  display: block;
}

.shdu_item .shdu_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 35px 6px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #7a7a7a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shdu_item .shdu_tit:after {
  display: block;
  clear: both;
  content: "";
}
.shdu_item .shdu_md_talk {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  padding: 0 35px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #4157ee;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shdu_item .shdu_md_talk:after {
  display: block;
  clear: both;
  content: "";
}
.shdu_item .shdu_md_talk:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 14px;
  background: url(../img/common/shdu_md_talk.png) no-repeat;
  background-size: 16px auto;
  content: "";
}

.shdu_item .shdu_other {
  position: relative;
  overflow: hidden;
}
.shdu_item .shdu_other .shdu_other_lst {
  overflow: hidden;
  overflow-x: auto;
  height: 102px;
  font-size: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.shdu_item .shdu_other .shdu_other_lst::-webkit-scrollbar {
  display: none;
}
.shdu_item .shdu_other .shdu_other_lst li {
  display: inline-block;
  margin-left: 3px;
  white-space: normal;
  vertical-align: top;
}
.shdu_item .shdu_other .shdu_other_lst li:first-child {
  margin-left: 0;
}
.shdu_item .shdu_other .shdu_other_lst li a {
  display: block;
  width: 75px;
  text-align: center;
}
.shdu_item .shdu_other .shdu_other_lst li .shdu_other_thmb {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.shdu_item .shdu_other .shdu_other_lst li .shdu_other_thmb img {
  width: 100%;
  vertical-align: top;
}
.shdu_item .shdu_other .shdu_other_lst li .new_price {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #7a7a7a;
}
.shdu_item .shdu_other .shdu_other_lst li .new_price .ssg_tx {
  font-size: 11px;
}
.shdu_item .shdu_other .shdu_other_lst li.more a {
  position: relative;
  width: 75px;
  height: 75px;
  font-size: 11px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray900, #222222);
  background-color: #f8f8f8;
}
.shdu_item .shdu_other .shdu_other_lst li.more a span {
  display: inline-block;
  margin: 47px 0 0 0;
  line-height: 1.2;
  vertical-align: top;
}
.shdu_item .shdu_other .shdu_other_lst li.more a:before, .shdu_item .shdu_other .shdu_other_lst li.more a:after {
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1px;
  height: 19px;
  margin-top: -9px;
  background-color: var(--m-colors-gray900, #222222);
  content: "";
}
.shdu_item .shdu_other .shdu_other_lst li.more a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shdu_item .shdu_row_control {
  border-top: 1px solid #f0f0f0;
}
.shdu_item .shdu_row_control:after {
  display: block;
  clear: both;
  content: "";
}
.shdu_item .shdu_row_control .shdu_deal_count {
  float: left;
  padding-top: 15px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #7a7a7a;
}
.shdu_item .shdu_row_control .shdu_deal_count.ty_point {
  color: var(--m-colors-primary, #ff5452);
}
.shdu_item .shdu_row_control .shdu_btn_wrap {
  padding: 5px 10px 7px 0;
  font-size: 0;
  text-align: right;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .cmlike {
  vertical-align: top;
  margin-right: 4px;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .cmlike_btn {
  width: 40px;
  height: 32px;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip {
  display: inline-block;
  position: static;
  width: 40px;
  height: 32px;
  margin-right: 4px;
  font-size: 12px;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip .sel_clip {
  display: inline-block;
  overflow: visible;
  width: 40px;
  height: 32px;
  background: url(../img/common/shdu_btn_clip.png) no-repeat;
  background-size: 40px auto;
  vertical-align: top;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip .sel_clip:before {
  display: inline-block;
  width: 40px;
  height: 32px;
  background: url(../img/common/shdu_btn_clip.png) no-repeat;
  background-position: 0 -50px;
  background-size: 40px auto;
  vertical-align: top;
  opacity: 0;
  content: "";
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip.clip_off .sel_clip:before {
  -webkit-animation: shdu_ani_remove 0.15s ease-out;
          animation: shdu_ani_remove 0.15s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip.clip_ani .sel_clip:before {
  -webkit-animation: shdu_ani_bounce 0.65s ease-out;
          animation: shdu_ani_bounce 0.65s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_clip.clip_on .sel_clip {
  background-position: 0 -50px;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_cart {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 32px;
  margin-right: 4px;
  font-size: 12px;
  background: url(../img/com_v2/ic_cmitemcart.svg) 0 0 no-repeat;
  background-size: 38px auto;
  outline-color: transparent;
}
.shdu_item .shdu_row_control .shdu_btn_wrap .shdu_btn_cart.disabled {
  opacity: 0.5;
}

@-webkit-keyframes shdu_ani_bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
  23% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  54% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes shdu_ani_bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
  23% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  54% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shdu_ani_remove {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
}
@keyframes shdu_ani_remove {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
}
.shdu_sec_bnr:after {
  display: block;
  height: 14px;
  border-top: 1px solid #d1d1d1;
  background: #f5f5f5;
  content: "";
}

.shdu_sec_bnr .shdu_item .shdu_tx_thmb {
  padding-bottom: 34px;
}

.shdu_sec_bnr .shdu_item .shdu_tit {
  margin-top: 10px;
}

.shdu_sec_plan .shdu_tx_thmb {
  position: relative;
  margin: -40px 0 0 15px;
  padding: 12px 0 0 15px;
  background: #fff;
  text-align: left;
}

.shdu_sec_plan .shdu_item .shdu_thmb_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 66.66%;
}

.shdu_sec_plan.v2 .shdu_item .shdu_thmb_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 62.667%;
}

.shdu_sec_plan .shdu_item .shdu_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 5px 35px 6px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: #777;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.shdu_sec_plan.v2 .shdu_item .shdu_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 35px 6px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: #777;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.shdu_item .shdu_planunitgrid_list {
  margin: 20px 0;
}

.shdu_sec_plan.v2 .shdu_item .shdu_planunitgrid_list {
  margin: 16px 0 20px;
}

.shdu_item .shdu_planunitgrid_list .shdu_planunitgrid_item {
  margin: 12px 0;
}

.shdu_item .shdu_planunit_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.shdu_item .shdu_planunit_item:after {
  display: block;
  clear: both;
  content: "";
}

.shdu_item .shdu_planunit_item .shdu_planunit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shdu_item .shdu_planunit_item .shdu_planunit_link:after {
  display: block;
  clear: both;
  content: "";
}

.shdu_item .shdu_planunit_item .shdu_planunit_thmb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  margin-right: 10px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_img {
  position: relative;
  width: 80px;
  height: 80px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
}

.shdu_item .shdu_planunit_item .shdu_planunit_img img {
  vertical-align: top;
}

.shdu_item .shdu_planunit_item .shdu_planunit_tx_thmb {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
}

.shdu_item .shdu_planunit_item .shdu_planunit_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 45px 6px 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #777;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shdu_sec_item.v2 .shdu_item .shdu_planunit_item .shdu_planunit_tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: var(--m-colors-gray400, #969696);
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shdu_item .shdu_planunit_item .shdu_planunit_tit:after {
  display: block;
  clear: both;
  content: "";
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap {
  line-height: 1.2;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .shdu_prd_rate {
  display: inline-block;
  margin-right: 4px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .shdu_prd_per {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--m-colors-primary, #ff5452);
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .new_price {
  display: inline-block;
  letter-spacing: -0.8px;
  color: var(--m-colors-gray900, #222222);
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .new_price {
  font-weight: 500;
  font-size: 16px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .new_price .ssg_price {
  font-weight: inherit;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .new_price .price_happy {
  margin-left: 6px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .old_price {
  display: inline-block;
  margin-left: 2px;
  letter-spacing: -0.8px;
  color: #7a7a7a;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .old_price del {
  text-decoration: none;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .old_price .ssg_price {
  font-size: 14px;
  text-decoration: line-through;
}

.shdu_item .shdu_planunit_item .shdu_planunit_pricewrap .old_price .ssg_tx {
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_labelwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 24px;
  overflow: hidden;
}

.shdu_item .shdu_planunit_item .shdu_planunit_label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  margin: 4px 4px 0 0;
  padding: 0 6px;
  background-color: var(--m-colors-gray150, #f5f5f5);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: var(--m-colors-gray900, #222222);
}

.shdu_item .shdu_planunit_item .shdu_planunit_label.ty_btn {
  padding-left: 0;
  padding-right: 0;
}

.shdu_item .shdu_planunit_item .shdu_planunit_label_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  height: 20px;
  padding: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.shdu_item .shdu_planunit_item .shdu_planunit_label_btn:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-family: var(--m-font-icon) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
}
.shdu_item .shdu_planunit_item .shdu_planunit_label_btn .btn_text {
  font-weight: 500;
  font-size: 11px;
  color: var(--m-colors-gray800, #444444);
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shdu_item .shdu_planunit_item .shdu_planunit_label .ssgcommon_tooltip {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -24px;
}

.shdu_item .shdu_planunit_item .shdu_planunit_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.shdu_sec_plan .shdu_item .shdu_row_control {
  margin-top: 20px;
}

.shdu_item .shdu_plan_btnwrap {
  padding: 9px 26px 9px 0;
  text-align: right;
}

.shdu_sec_item.v2 .shdu_item .shdu_plan_btnwrap {
  padding: 9px 20px 9px 0;
  text-align: right;
}

.shdu_item .shdu_plan_btngo {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.33px;
  color: #777;
}

.shdu_item .shdu_plan_btngo:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 15px;
  height: 13px;
  background: url(../img/common/shdu_plan_btngo_v2.png) no-repeat;
  background-size: 15px auto;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .shdu_item .shdu_ic_deliv .shdu_tx_deliv {
    background-image: url(../img/common/shdu_sp_deliv_v3@2x.png);
    background-size: 272px 185px;
  }
  .shdu_item .shdu_benefit_lst li > span {
    background-image: url(../img/common/shdu_sp_benefit@2x.png);
    background-size: 602px 510px;
  }
}
.postunit_profile .postunit_profile_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.postunit_profile .postunit_profile_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_profile .postunit_profile_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.postunit_tt_adinfo {
  line-height: 0;
}
.postunit_tt_adinfo .postunit_btn_tt_adinfo {
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: 0px -178px;
  background-size: 246px 194px;
  width: 34px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.postunit_tt_adinfo .postunit_tt_adinfo_layer {
  display: none;
  position: absolute;
  top: 100%;
  right: 2px;
  width: 144px;
  margin: 4px 0 0;
  padding: 25px 10px 10px 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px;
  line-height: 15px;
  color: #777;
  text-align: left;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.postunit_tt_adinfo .postunit_tt_adinfo_layer:before, .postunit_tt_adinfo .postunit_tt_adinfo_layer:after {
  position: absolute;
  right: 15px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
}
.postunit_tt_adinfo .postunit_tt_adinfo_layer:before {
  border-top-color: #ccc;
}
.postunit_tt_adinfo .postunit_tt_adinfo_layer:after {
  margin-top: 1px;
  border-top-color: #fff;
}
.postunit_tt_adinfo .postunit_close_tt_adinfo {
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px -116px;
  background-size: 246px 194px;
  width: 11px;
  height: 11px;
}
.postunit_tt_adinfo.on .postunit_tt_adinfo_layer {
  display: block;
}

.postunit_btn_share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

.postunit_btn_play {
  display: inline-block;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: 0px -118px;
  background-size: 246px 194px;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.postunit_btn_play.v2 {
  background-color: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  background-image: none;
}
.postunit_btn_play.v2:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M5.4 3.036l15.513 9.056-15.513 8.881v-17.937z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.postunit_btn_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.postunit_btn_more:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px -90px;
  background-size: 246px 194px;
  width: 16px;
  height: 16px;
  content: "";
}

.postunit_prdtag.cmpt_point_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
.postunit_prdtag.cmpt_point_wrap .view_layer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 75px;
  height: 25px;
  background: url(../img/com_v2/map-all-view@2x.png) 0 0 no-repeat;
  background-size: 70px 25px;
  z-index: 99;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont {
  position: absolute;
  pointer-events: all;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont .cmpt_point_marker_circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a {
  -webkit-animation: bounceIn 0.3s;
          animation: bounceIn 0.3s;
  width: 124px;
  height: 37px;
  background-color: var(--m-colors-black, #000000);
  color: #fff;
  opacity: 0.8;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
  padding: 7px 4px 0 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 0 solid #000;
  border-color: transparent transparent rgb(0, 0, 0);
  border-width: 0 6px 6px;
  -webkit-transform: translateX(-50%) rotateX(-180deg);
          transform: translateX(-50%) rotateX(-180deg);
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_tit {
  display: -webkit-box;
  width: 116px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 11px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price {
  margin-top: -2px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .price_sale {
  display: inline-block;
  font-size: 11px;
  color: var(--m-colors-primary, #ff5452);
  font-weight: 500;
  margin-right: 2px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price {
  display: inline-block;
  font-size: 11px;
  padding-right: 5px;
  position: relative;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_tx {
  margin-left: -3px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price .ssg_price {
  font-weight: 500;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont a .cmpt_point_marker_price .new_price:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a {
  left: auto;
  right: 0;
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.right a:before {
  margin-left: 50px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a {
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.left a:before {
  margin-left: -50px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 6px;
}
.postunit_prdtag.cmpt_point_wrap .cmpt_point_marker .cmpt_point_cont.top a:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.postunit_item {
  padding: 10px 16px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.postunit_item .bottomsheet_btn_open {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 16px;
  margin-top: 16px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.postunit_item .bottomsheet_btn_open p {
  color: #444444;
  font-size: 14px;
  line-height: 40px;
}
.postunit_item .bottomsheet_btn_open .bottomsheet_btn_tag {
  background-color: #8807f3;
  color: white;
  border-radius: 38px;
  font-size: 12px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  margin-left: 4px;
}
.postunit_item .bottomsheet_btn_open:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M7.32 15.6h11.76l2.52-8.28-1.2-0.24-0.411 1.32h-13.509l-1.44-4.8h-3.84v1.2h2.88l3.24 10.8zM6.84 9.6h12.775l-1.495 4.8h-9.84l-1.44-4.8z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M8.4 21.6c-1.32 0-2.4-1.080-2.4-2.4s1.080-2.4 2.4-2.4c1.32 0 2.4 1.080 2.4 2.4s-1.080 2.4-2.4 2.4zM8.4 18c-0.72 0-1.2 0.48-1.2 1.2s0.48 1.2 1.2 1.2c0.72 0 1.2-0.48 1.2-1.2s-0.48-1.2-1.2-1.2z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M15.6 19.2c0 1.32 1.080 2.4 2.4 2.4s2.4-1.080 2.4-2.4c0-1.32-1.080-2.4-2.4-2.4s-2.4 1.080-2.4 2.4zM16.8 19.2c0-0.72 0.48-1.2 1.2-1.2s1.2 0.48 1.2 1.2c0 0.72-0.48 1.2-1.2 1.2s-1.2-0.48-1.2-1.2z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  right: 16px;
}

.postunit_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.postunit_header .postunit_profile {
  margin-right: 8px;
}
.postunit_header .postunit_header_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.postunit_header .postunit_header_tit {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-gray900, #222222);
}
.postunit_header .postunit_header_subtit {
  display: block;
  margin-top: 1px;
  font-size: 11px;
  line-height: 13px;
  color: #888888;
}

.postunit_actions {
  margin-left: 40px;
}
.postunit_actions .postunit_actions_btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.postunit_actions .postunit_actions_btnarea > :not(:first-child) {
  margin-left: 10px;
}
.postunit_actions .cmlike_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #888888;
  vertical-align: top;
}
.postunit_actions .cmlike_btn .cmlike_ico + span {
  margin-left: 2px;
}

.postunit_media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.postunit_thmb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.postunit_thmb.v2 {
  border-radius: 0;
}
.postunit_thmb .postunit_thmb_link {
  display: block;
}
.postunit_thmb .postunit_tt_adinfo {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
}
.postunit_thmb .postunit_btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postunit_thmb .postunit_btn_play.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: unset;
  bottom: 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postunit_img {
  position: relative;
  max-height: calc((100vw - 30px) * 1.2);
}
.postunit_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_img img {
  width: 100%;
  vertical-align: top;
}

.postunit_slider {
  -webkit-mask-image: -webkit-radial-gradient(center, white, black);
}
.postunit_slider .postunit_slider_img {
  overflow: hidden;
  position: relative;
}
.postunit_slider .postunit_slider_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_slider .postunit_slider_img img {
  width: 100%;
  vertical-align: top;
}
.postunit_slider .postunit_slider_ctrls {
  display: none;
}
.postunit_slider .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.postunit_slider .swiper-pagination.v2 {
  padding-top: 3px;
  padding: 3px 8px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
  bottom: 0;
  text-shadow: none;
}
.postunit_slider .swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.postunit_slider .swiper-button-prev:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -98px -118px;
  background-size: 246px 194px;
  width: 28px;
  height: 28px;
  content: "";
}
.postunit_slider .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.postunit_slider .swiper-button-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.postunit_slider .swiper-button-next:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -174px -118px;
  background-size: 246px 194px;
  width: 28px;
  height: 28px;
  content: "";
}
.postunit_slider .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.postunit_slider_active .postunit_slider_img {
  padding-bottom: 100%;
}
.postunit_slider_active .postunit_slider_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.postunit_slider_active .postunit_slider_ctrls {
  display: block;
}

.postunit_coupon {
  position: relative;
  padding-bottom: 78.2608695652%;
  background: #f5f5f5;
}
.postunit_coupon .postunit_coupon_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67.2vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 750px) {
  .postunit_coupon .postunit_coupon_inner {
    width: 504px;
  }
}

.postunit_couponimg {
  position: relative;
  padding-bottom: 50%;
  background: url(../img/postunit/img_coupon.png) no-repeat;
  background-size: 100% auto;
}
.postunit_couponimg .postunit_couponimg_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 18.25397%;
  left: 11.90476%;
  color: #fff;
}
.postunit_couponimg .postunit_couponimg_tit {
  width: 100%;
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.26667;
}
@media (min-width: 750px) {
  .postunit_couponimg .postunit_couponimg_tit {
    font-size: 30px;
  }
}
.postunit_couponimg .postunit_couponimg_money {
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 12.8vw;
  line-height: 1.39583;
}
@media (min-width: 750px) {
  .postunit_couponimg .postunit_couponimg_money {
    font-size: 96px;
  }
}
.postunit_couponimg .postunit_couponimg_won {
  padding-left: 2px;
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 3.57143;
}
@media (min-width: 750px) {
  .postunit_couponimg .postunit_couponimg_won {
    font-size: 28px;
  }
}
.postunit_couponimg .postunit_couponimg_value {
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 20vw;
  line-height: 0.96;
}
@media (min-width: 750px) {
  .postunit_couponimg .postunit_couponimg_value {
    font-size: 150px;
  }
}
.postunit_couponimg .postunit_couponimg_percent {
  font-weight: bold;
  font-size: 9.6vw;
  line-height: 1.41667;
}
@media (min-width: 750px) {
  .postunit_couponimg .postunit_couponimg_percent {
    font-size: 72px;
  }
}

.postunit_coupondown {
  position: relative;
  margin-top: 10px;
  padding-top: 5px;
}
.postunit_coupondown .postunit_coupondown_desc {
  padding-right: 50px;
  font-size: 14px;
  line-height: 17px;
  color: #1c1c1c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.postunit_coupondown .postunit_coupondown_term {
  margin-top: 3px;
  font-size: 13px;
  line-height: 15px;
  color: var(--m-colors-gray400, #969696);
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.postunit_coupondown .postunit_btn_download {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.postunit_coupondown .postunit_btn_download:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px -30px;
  background-size: 246px 194px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  content: "";
}
.postunit_coupondown .postunit_btn_download.v2 {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #222;
}
.postunit_coupondown .postunit_btn_download.v2:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M19.080 10.080l-0.96-0.96-5.52 5.64v-11.16h-1.2v11.16l-5.52-5.64-0.96 0.96 7.080 6.96 7.080-6.96z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M18 16.8v2.4h-12v-2.4h-1.2v3.6h14.4v-3.6h-1.2z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.postunit_ty_grid .postunit_thmb {
  width: 72.4637681159%;
}
.postunit_ty_grid .postunit_img {
  max-height: none;
  padding-bottom: 100%;
}
.postunit_ty_grid .postunit_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.postunit_ty_grid .postunit_slider .postunit_slider_img {
  padding-bottom: 100%;
}
.postunit_ty_grid .postunit_slider .postunit_slider_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.postunit_ty_grid .postunit_coupon {
  padding-bottom: 100%;
}
.postunit_ty_grid .postunit_coupon .postunit_coupon_inner {
  width: 57.6vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_coupon .postunit_coupon_inner {
    width: 432px;
  }
}
.postunit_ty_grid .postunit_couponimg .postunit_couponimg_tit {
  font-size: 3.4285714286vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_couponimg .postunit_couponimg_tit {
    font-size: 25.7142857143px;
  }
}
.postunit_ty_grid .postunit_couponimg .postunit_couponimg_money {
  font-size: 10.9714285714vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_couponimg .postunit_couponimg_money {
    font-size: 82.2857142857px;
  }
}
.postunit_ty_grid .postunit_couponimg .postunit_couponimg_won {
  font-size: 3.2vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_couponimg .postunit_couponimg_won {
    font-size: 24px;
  }
}
.postunit_ty_grid .postunit_couponimg .postunit_couponimg_value {
  font-size: 17.1428571429vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_couponimg .postunit_couponimg_value {
    font-size: 128.5714285714px;
  }
}
.postunit_ty_grid .postunit_couponimg .postunit_couponimg_percent {
  font-size: 8.2285714286vw;
}
@media (min-width: 750px) {
  .postunit_ty_grid .postunit_couponimg .postunit_couponimg_percent {
    font-size: 61.7142857143px;
  }
}
@media screen and (max-width: 320px) {
  .postunit_ty_grid .postunit_coupondown .postunit_coupondown_desc {
    -webkit-line-clamp: 3;
  }
}

.postunit_prdgrid {
  width: 23.1884057971%;
  margin-left: 16px;
}

.postunit_prdgrid_lst .postunit_prdgrid_item {
  margin-top: 4px;
}
.postunit_prdgrid_lst .postunit_prdgrid_item:first-child {
  margin-top: 0;
}

.postunit_prd_item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.postunit_prd_item.v2 {
  border-radius: 0;
}
.postunit_prd_item .postunit_prd_link {
  display: block;
}
.postunit_prd_item .postunit_prd_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.postunit_prd_item .postunit_prd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_prd_item .postunit_prd_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postunit_prd_item .postunit_prd_pricewrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.postunit_prd_item .new_price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.postunit_badge {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  height: 23px;
}
.postunit_badge .postunit_badge_tx {
  display: inline-block;
  padding: 3px 6px 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  vertical-align: top;
  letter-spacing: -0.5px;
  color: #fff;
  background: var(--m-colors-black, #000000);
}
.postunit_badge .postunit_badge_tx.ty_popular {
  background: var(--m-colors-black, #000000);
}
.postunit_badge .postunit_badge_tx.ty_recommend {
  background: var(--m-colors-black, #000000);
}

.postunit_endlayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.postunit_endlayer .postunit_endlayer_tx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}

.postunit_pin {
  position: relative;
  z-index: 10;
  margin-bottom: -19px;
  padding-left: 10px;
}
.postunit_pin .postunit_ic_pin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 9px 10px;
  border-radius: 50%;
  background: var(--m-colors-black, #000000);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  vertical-align: top;
}
.postunit_pin .postunit_ic_pin:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px -60px;
  background-size: 246px 194px;
  width: 20px;
  height: 20px;
  content: "";
}

.postunit_body {
  padding-top: 16px;
}

.postunit_plan {
  padding-right: 40px;
}
.postunit_plan .postunit_plan_tit {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: var(--m-colors-gray900, #222222);
}
.postunit_plan .postunit_plan_tit.v2 {
  font-size: 16px;
  font-weight: normal;
}
.postunit_plan .postunit_plan_desc {
  margin-top: 2px;
  font-size: 13px;
  line-height: 15px;
  color: var(--m-colors-gray400, #969696);
}
.postunit_plan .postunit_plan_desc.v2 {
  color: #888888;
}
.postunit_plan + .postunit_content {
  margin-top: 10px;
}

.postunit_content {
  position: relative;
  padding-right: 56px;
}
.postunit_content .postunit_content_tit {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
}
.postunit_content .postunit_content_tit.v2 {
  font-size: 16px;
  font-weight: normal;
}
.postunit_content .postunit_content_desc {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #444;
}
.postunit_content .postunit_content_desc.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.postunit_content .postunit_content_desc.v2 {
  color: #666666;
}
.postunit_content .postunit_content_tag {
  display: none;
  margin-top: 4px;
  font-size: 0;
}
.postunit_content .postunit_content_tag a {
  display: inline-block;
  margin-right: 4px;
  padding: 3px 2px 2px;
  font-size: 12px;
  line-height: 15px;
  color: #8807f3;
  vertical-align: top;
}
.postunit_content .postunit_content_tag a:link {
  color: #8807f3;
}
.postunit_content .postunit_btn_more {
  position: absolute;
  top: 0;
  right: 0;
}
.postunit_content.on .postunit_content_desc.ellipsis {
  display: block;
  -webkit-line-clamp: unset;
}
.postunit_content.on .postunit_content_tag {
  display: block;
}
.postunit_content.on .postunit_btn_more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.postunit_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  min-height: 43px;
  border-top: 1px solid #eee;
}
.postunit_footer.v2 {
  margin-top: 16px;
  min-height: 40px;
  border-top: unset;
  border: 1px solid #cfcfcf;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postunit_footer_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  vertical-align: middle;
}
.postunit_footer_btn:after {
  display: inline-block;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px 0px;
  background-size: 246px 194px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: "";
}
.postunit_footer_btn.v2 {
  color: #222222;
}

.postunit_tryon_item {
  padding: 10px 15px 26px;
  font-size: 14px;
  line-height: 1.5;
}
.postunit_tryon_item + .postunit_tryon_item {
  margin-bottom: 30px;
}
.postunit_tryon_item.ty_rect .postunit_tryon_thmb {
  border-radius: 0;
}
.postunit_tryon_item.ty_rect .postunit_tryon_prd_item {
  border-radius: 0;
}
.postunit_tryon_item .postunit_tryon_media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.postunit_tryon_item .postunit_tryon_thmb {
  width: 72.4637681159%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.postunit_tryon_item .postunit_tryon_thmb .postunit_tryon_thmb_link {
  display: block;
}
.postunit_tryon_item .postunit_tryon_thmb .postunit_tt_adinfo {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
}
.postunit_tryon_item .postunit_tryon_thmb .postunit_tryon_btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postunit_tryon_item .postunit_tryon_prdgrid {
  width: 23.1884057971%;
  margin-left: 4.347826087%;
}
.postunit_tryon_item .postunit_tryon_prdgrid_lst .postunit_tryon_prdgrid_item {
  margin-top: 7%;
}
.postunit_tryon_item .postunit_tryon_prdgrid_lst .postunit_tryon_prdgrid_item:first-child {
  margin-top: 0;
}
.postunit_tryon_item .postunit_tryon_prd_item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.postunit_tryon_item .postunit_tryon_prd_item .postunit_tryon_prd_link {
  display: block;
}
.postunit_tryon_item .postunit_tryon_prd_item .postunit_tryon_prd_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 125%;
}
.postunit_tryon_item .postunit_tryon_prd_item .postunit_tryon_prd_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_tryon_item .postunit_tryon_prd_item .postunit_tryon_prd_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postunit_tryon_item .postunit_tryon_prd_item .postunit_tryon_prd_pricewrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.postunit_tryon_item .postunit_tryon_prd_item .new_price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.postunit_tryon_item .postunit_tryon_slider {
  -webkit-mask-image: -webkit-radial-gradient(center, white, black);
}
.postunit_tryon_item .postunit_tryon_slider .postunit_tryon_slider_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 124.8%;
}
.postunit_tryon_item .postunit_tryon_slider .postunit_tryon_slider_img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: "";
}
.postunit_tryon_item .postunit_tryon_slider .postunit_tryon_slider_img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postunit_tryon_item .postunit_tryon_slider .postunit_tryon_slider_ctrls {
  display: none;
}
.postunit_tryon_item .postunit_tryon_slider .swiper-pagination {
  position: absolute;
  right: 31%;
  top: 74%;
  z-index: 10;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  margin-top: -10px;
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 35%;
  left: 5px;
  z-index: 10;
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-prev:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -60px -118px;
  background-size: 246px 194px;
  width: 28px;
  height: 28px;
  content: "";
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 35%;
  right: 29%;
  z-index: 10;
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-next:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -136px -118px;
  background-size: 246px 194px;
  width: 28px;
  height: 28px;
  content: "";
}
.postunit_tryon_item .postunit_tryon_slider .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.postunit_tryon_item .postunit_tryon_slider_active .postunit_tryon_slider_ctrls {
  display: block;
}
.postunit_tryon_item .postunit_tryon_prd_soldout {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.postunit_tryon_item .postunit_tryon_body {
  padding-top: 15px;
}
.postunit_tryon_item .postunit_tryon_content {
  position: relative;
  padding-right: 40px;
}
.postunit_tryon_item .postunit_tryon_content .postunit_tryon_content_tit {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: var(--m-colors-gray900, #222222);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.postunit_tryon_item .postunit_tryon_content .postunit_tryon_content_desc {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #444;
}
.postunit_tryon_item .postunit_tryon_content .postunit_tryon_content_desc.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.postunit_tryon_item .postunit_tryon_content .postunit_content_tryon_tag {
  display: none;
  margin-top: 5px;
  font-size: 0;
}
.postunit_tryon_item .postunit_tryon_content .postunit_content_tryon_tag a {
  display: inline-block;
  margin-right: 4px;
  padding: 3px 2px 2px;
  font-size: 12px;
  line-height: 15px;
  color: var(--m-colors-gray400, #969696);
  vertical-align: top;
}
.postunit_tryon_item .postunit_tryon_content .postunit_content_tryon_tag a:link {
  color: #6841ff;
}
.postunit_tryon_item .postunit_tryon_content .postunit_tryon_btn_more {
  position: absolute;
  top: 0;
  right: 0;
}
.postunit_tryon_item .postunit_tryon_content.on .postunit_tryon_content_desc.ellipsis {
  display: block;
  -webkit-line-clamp: unset;
}
.postunit_tryon_item .postunit_tryon_content.on .postunit_tryon_content_tag {
  display: block;
}
.postunit_tryon_item .postunit_tryon_content.on .postunit_tryon_btn_more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.postunit_tryon_item .postunit_tryon_btn_play {
  display: inline-block;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: 0px -118px;
  background-size: 246px 194px;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.postunit_tryon_item .postunit_tryon_btn_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.postunit_tryon_item .postunit_tryon_btn_more:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sprites/sp_postunit_20211108@2x.png);
  background-position: -226px -90px;
  background-size: 246px 194px;
  width: 16px;
  height: 16px;
  content: "";
}

.postunit_prd_soldout {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.post_subject {
  margin-top: 10px;
  padding: 35px 15px 9px;
}
.post_subject .post_subject_tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: var(--m-colors-black, #000000);
}

.cmbtn_video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.cmbtn_video_wrap.ty_1 > a {
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  background: var(--m-colors-black_alpha20, rgba(0, 0, 0, 0.2));
}
.cmbtn_video_wrap.ty_1 > a:after {
  content: "";
}
.cmbtn_video_wrap.ty_1 > a.cmbtn_video_play:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_1 > a.cmbtn_video_mute:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M12.618 19.347v-14.685l-5.073 3.658h-2.985v7.385h2.985l5.072 3.641zM8.332 9.233l3.086-2.225v10.001l-3.086-2.215v-5.56zM7.132 9.521v4.985h-1.371v-4.985h1.371z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.976 11.942l-1.935 1.938 0.849 0.848 1.934-1.937 1.934 1.937 0.849-0.848-1.935-1.938 1.935-1.938-0.849-0.848-1.934 1.937-1.934-1.937-0.849 0.848 1.935 1.938z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_1 > a.cmbtn_video_full:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M8.596 4.884h-3.713v3.576h1.2v-2.376h2.513v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M6.083 15.543v2.301h2.438v1.2h-3.638v-3.501h1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.398 4.884h3.706v3.576h-1.2v-2.376h-2.506v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M19.111 19.113v-3.569h-1.2v2.369h-2.513v1.2h3.713z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_2 > a {
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  background: var(--m-colors-black, #000000);
  border-radius: 100%;
}
.cmbtn_video_wrap.ty_2 > a:after {
  content: "";
}
.cmbtn_video_wrap.ty_2 > a.cmbtn_video_play:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_2 > a.cmbtn_video_mute:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M12.618 19.347v-14.685l-5.073 3.658h-2.985v7.385h2.985l5.072 3.641zM8.332 9.233l3.086-2.225v10.001l-3.086-2.215v-5.56zM7.132 9.521v4.985h-1.371v-4.985h1.371z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.976 11.942l-1.935 1.938 0.849 0.848 1.934-1.937 1.934 1.937 0.849-0.848-1.935-1.938 1.935-1.938-0.849-0.848-1.934 1.937-1.934-1.937-0.849 0.848 1.935 1.938z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_2 > a.cmbtn_video_full:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M8.596 4.884h-3.713v3.576h1.2v-2.376h2.513v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M6.083 15.543v2.301h2.438v1.2h-3.638v-3.501h1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.398 4.884h3.706v3.576h-1.2v-2.376h-2.506v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M19.111 19.113v-3.569h-1.2v2.369h-2.513v1.2h3.713z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.cmbtn_video_wrap.ty_3 > a {
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45));
  border-radius: 100%;
}
.cmbtn_video_wrap.ty_3 > a:after {
  content: "";
}
.cmbtn_video_wrap.ty_3 > a.cmbtn_video_play:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M6.804 4.62l12.77 7.455-12.77 7.311v-14.766z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.cmbtn_video_wrap.ty_3 > a.cmbtn_video_mute:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M12.618 19.347v-14.685l-5.073 3.658h-2.985v7.385h2.985l5.072 3.641zM8.332 9.233l3.086-2.225v10.001l-3.086-2.215v-5.56zM7.132 9.521v4.985h-1.371v-4.985h1.371z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.976 11.942l-1.935 1.938 0.849 0.848 1.934-1.937 1.934 1.937 0.849-0.848-1.935-1.938 1.935-1.938-0.849-0.848-1.934 1.937-1.934-1.937-0.849 0.848 1.935 1.938z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.cmbtn_video_wrap.ty_3 > a.cmbtn_video_full:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C255%2C255%29' d='M8.596 4.884h-3.713v3.576h1.2v-2.376h2.513v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M6.083 15.543v2.301h2.438v1.2h-3.638v-3.501h1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M15.398 4.884h3.706v3.576h-1.2v-2.376h-2.506v-1.2z'%3e%3c/path%3e %3cpath fill='rgb%28255%2C255%2C255%29' d='M19.111 19.113v-3.569h-1.2v2.369h-2.513v1.2h3.713z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}

::-webkit-scrollbar {
  opacity: 0;
  background: transparent;
}

::-webkit-scrollbar:hover {
  opacity: 1;
}

.cmcate_common_filter {
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.cmcate_common_filter .toolbar_content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cmcate_common_filter .toolbar_filter_group {
  width: 100%;
  margin-top: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-right: 10px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cmcate_common_filter .toolbar_filter_group > .toolbar_filter_item {
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.cmcate_common_filter .toolbar_filter_group > .toolbar_filter_item label {
  font-size: 0;
  left: 0;
  top: 0;
}
.cmcate_common_filter .toolbar_filter_group > .toolbar_filter_item:first-child {
  margin-left: 15px;
}
.cmcate_common_filter .toolbar_sort_group {
  margin-left: auto;
  text-align: right;
  width: 100px;
  height: 45px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 15px;
}
.cmcate_common_filter .toolbar_sort_group .in.active .m_ds_pos {
  display: block;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_wrap {
  position: relative;
  width: 100px;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_wrap .cmft_sel_curent {
  text-align: right;
  vertical-align: middle;
  line-height: 22px;
  display: inline-block;
  padding: 19px 16px 0 5px;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_wrap .cmft_sel_curent:after {
  top: 28px;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_wrap .cmft_sel_curent .cmft_txt {
  height: auto;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_wrap:before {
  position: absolute;
  left: -28px;
  top: 0;
  content: "";
  width: 28px;
  height: 43px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.89%, #ffffff), color-stop(46.43%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff -0.89%, rgba(255, 255, 255, 0) 46.43%);
}
.cmcate_common_filter .toolbar_sort_group .cmft_cell {
  border: none;
}
.cmcate_common_filter .toolbar_sort_group .cmft_cell .cmft_sort_tit {
  padding: 20px 0 0 0;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_lst {
  min-width: 100px;
  max-width: 127px;
  top: 42px;
  left: auto;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_lst a {
  padding: 10px 0 11px 15px;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_lst li.on {
  background: var(--m-colors-gray900, #222222);
}
.cmcate_common_filter .toolbar_sort_group .cmft_sel_lst li.on .cmft_txt {
  color: #fff;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  background: #262b2e;
  border-radius: 4px;
  color: #fff;
  padding: 6px 10px 4px;
  font-size: 12px;
  line-height: 14px;
  z-index: 9991;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer.on {
  display: block;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #000;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer button {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer button:before, .cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer button:after {
  position: absolute;
  left: 5px;
  top: -2px;
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #fff;
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmcate_common_filter .toolbar_sort_group .cmft_sorttip_layer button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmcate_common_filter .toolbar_sort_group > .toolbar_sort_item {
  display: block;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmcate_common_filter .toolbar_sort_group > .toolbar_sort_item > label {
  cursor: pointer;
}
.cmcate_common_filter .toolbar_sort_group.filter_tab {
  margin-right: 16px;
}
.cmcate_common_filter .toolbar_sort_group.filter_tab .cmft_sel_wrap {
  width: auto;
}
.cmcate_common_filter .toolbar_sort_group.filter_tab .cmft_sel_wrap .cmft_sel_curent {
  height: 32px;
  padding: 14px 16px 0 6px;
}
.cmcate_common_filter .toolbar_sort_group.filter_tab .cmft_sel_wrap .cmft_sel_curent:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M6 8.2l6 8.571 6-8.571h-12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  top: 18px;
  right: unset;
}
.cmcate_common_filter .toolbar_sort_group.filter_tab .cmft_sel_wrap .cmft_txt {
  color: #222222;
}

.cmcate_common_filter_module .toolbar_filter_group {
  height: auto;
  margin: 10px 0;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmcate_common_filter_module .toolbar_filter_group::-webkit-scrollbar {
  display: none;
}
.cmcate_common_filter_module .toolbar_filter_group > .toolbar_filter_item {
  padding: 0 3px;
}
.cmcate_common_filter_module .toolbar_filter_group > .toolbar_filter_item:first-child {
  margin-left: 0;
}
.cmcate_common_filter_module .toolbar_filter_group.filter_tab {
  padding: 0 16px;
}
.cmcate_common_filter_module .toolbar_filter_group.filter_tab a {
  padding: unset;
  margin-left: 6px;
}
.cmcate_common_filter_module .toolbar_filter_group.filter_tab a:first-child {
  margin-left: 0;
}

.toolbar_btn_filter {
  display: block;
}
.toolbar_btn_filter .toolbar_btn_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  position: relative;
  height: 28px;
  color: #777;
}
.toolbar_btn_filter.ssgsale {
  width: 72px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssgsale_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.ssgsale.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.ssgsale, label > input[type=checkbox]:checked + .toolbar_btn_filter.ssgsale {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssgsale_on@2x.png");
}
.toolbar_btn_filter.ssg, .toolbar_btn_filter.shpp_filter_ssg {
  width: 75px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssg_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.ssg.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.ssg, label > input[type=checkbox]:checked + .toolbar_btn_filter.ssg, .toolbar_btn_filter.shpp_filter_ssg.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_ssg, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_ssg {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssg_on@2x.png");
}
.toolbar_btn_filter.traders, .toolbar_btn_filter.shpp_filter_traders {
  width: 86px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_traders_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.traders.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.traders, label > input[type=checkbox]:checked + .toolbar_btn_filter.traders, .toolbar_btn_filter.shpp_filter_traders.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_traders, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_traders {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_traders_on@2x.png");
}
.toolbar_btn_filter.oneday, .toolbar_btn_filter.shpp_filter_oneday {
  width: 82px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_oneday_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.oneday.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.oneday, label > input[type=checkbox]:checked + .toolbar_btn_filter.oneday, .toolbar_btn_filter.shpp_filter_oneday.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_oneday, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_oneday {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_oneday_on@2x.png");
}
.toolbar_btn_filter.morning, .toolbar_btn_filter.shpp_filter_morning {
  width: 86px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_morning_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.morning.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.morning, label > input[type=checkbox]:checked + .toolbar_btn_filter.morning, .toolbar_btn_filter.shpp_filter_morning.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_morning, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_morning {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_morning_on@2x.png");
}
.toolbar_btn_filter.ssgfesta {
  width: 96px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssgfesta_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.ssgfesta.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.ssgfesta, label > input[type=checkbox]:checked + .toolbar_btn_filter.ssgfesta {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_ssgfesta_on@2x.png");
}
.toolbar_btn_filter.food {
  width: 98px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.food.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.food, label > input[type=checkbox]:checked + .toolbar_btn_filter.food {
  background-color: #512f2e;
}
.toolbar_btn_filter.food.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.food .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.food .toolbar_btn_txt {
  color: #fff;
}
.toolbar_btn_filter.present, .toolbar_btn_filter.shpp_filter_giftpack {
  width: 69px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.present.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.present, label > input[type=checkbox]:checked + .toolbar_btn_filter.present, .toolbar_btn_filter.shpp_filter_giftpack.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_giftpack, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_giftpack {
  background-color: #ab8f59;
}
.toolbar_btn_filter.present.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.present .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.present .toolbar_btn_txt, .toolbar_btn_filter.shpp_filter_giftpack.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_giftpack .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_giftpack .toolbar_btn_txt {
  color: #fff;
}
.toolbar_btn_filter.pick {
  width: 69px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.pick.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.pick, label > input[type=checkbox]:checked + .toolbar_btn_filter.pick {
  background-color: #e1d2c8;
}
.toolbar_btn_filter.pick.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.pick .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.pick .toolbar_btn_txt {
  color: var(--m-colors-gray900, #222222);
}
.toolbar_btn_filter.quick {
  width: 58px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.quick.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.quick, label > input[type=checkbox]:checked + .toolbar_btn_filter.quick {
  background-color: #ff6200;
}
.toolbar_btn_filter.quick.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.quick .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.quick .toolbar_btn_txt {
  color: #fff;
}
.toolbar_btn_filter.department, .toolbar_btn_filter.shpp_filter_dept {
  width: 81px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.department.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.department, label > input[type=checkbox]:checked + .toolbar_btn_filter.department, .toolbar_btn_filter.shpp_filter_dept.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_dept, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_dept {
  background-color: #262b2e;
}
.toolbar_btn_filter.department.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.department .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.department .toolbar_btn_txt, .toolbar_btn_filter.shpp_filter_dept.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_dept .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_dept .toolbar_btn_txt {
  color: #fff;
}
.toolbar_btn_filter.department.v2 {
  width: 73px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_department_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.department.v2.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.department.v2, label > input[type=checkbox]:checked + .toolbar_btn_filter.department.v2 {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_department_on@2x.png");
}
.toolbar_btn_filter.today {
  width: 69px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.today.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.today, label > input[type=checkbox]:checked + .toolbar_btn_filter.today {
  background-color: #6841ff;
}
.toolbar_btn_filter.today.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.today .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.today .toolbar_btn_txt {
  color: #fff;
}
.toolbar_btn_filter.traders_delivery {
  width: 81px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.traders_delivery.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.traders_delivery, label > input[type=checkbox]:checked + .toolbar_btn_filter.traders_delivery {
  background-color: #a6dd27;
}
.toolbar_btn_filter.traders_delivery.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.traders_delivery .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.traders_delivery .toolbar_btn_txt {
  color: var(--m-colors-gray900, #222222);
}
.toolbar_btn_filter.holiday, .toolbar_btn_filter.shpp_filter_holyday {
  width: 69px;
  text-align: center;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
}
.toolbar_btn_filter.holiday.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.holiday, label > input[type=checkbox]:checked + .toolbar_btn_filter.holiday, .toolbar_btn_filter.shpp_filter_holyday.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_holyday, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_holyday {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_holiday_on@2x.png");
}
.toolbar_btn_filter.holiday.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.holiday .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.holiday .toolbar_btn_txt, .toolbar_btn_filter.shpp_filter_holyday.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.shpp_filter_holyday .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.shpp_filter_holyday .toolbar_btn_txt {
  visibility: hidden;
  opacity: 0;
}
.toolbar_btn_filter.obanjang {
  min-width: 58px;
  text-align: center;
  height: 28px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 16px;
}
.toolbar_btn_filter.obanjang.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.obanjang, label > input[type=checkbox]:checked + .toolbar_btn_filter.obanjang {
  background-color: #ffd802;
}
.toolbar_btn_filter.obanjang.is-selected .toolbar_btn_txt, label > input[type=radio]:checked + .toolbar_btn_filter.obanjang .toolbar_btn_txt, label > input[type=checkbox]:checked + .toolbar_btn_filter.obanjang .toolbar_btn_txt {
  color: var(--m-colors-gray900, #222222);
}
.toolbar_btn_filter.happybuyrus {
  width: 63px;
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_happybuyrus_off@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toolbar_btn_filter.happybuyrus.is-selected, label > input[type=radio]:checked + .toolbar_btn_filter.happybuyrus, label > input[type=checkbox]:checked + .toolbar_btn_filter.happybuyrus {
  background-image: url("https://sui.ssgcdn.com/ui/m_ssg/img/delivery/common_delivery_happybuyrus_on@2x.png");
}

.toolbar_btn_txt {
  font-size: 13px;
  font-weight: 700;
  color: #777;
  line-height: 1.2307692308;
  letter-spacing: -0.3px;
  -webkit-transition: 350ms color cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: 350ms color cubic-bezier(0.4, 0.8, 0.74, 1);
  vertical-align: top;
  padding-top: 3px;
}

.ssgday_unit_group .ssgday_unit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ssgday_unit_group .ssgday_unit_list .ssgday_unit_item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
.ssgday_unit_group .ssgday_unit_list .ssgday_unit_item:last-child {
  margin-right: 0;
}
.ssgday_unit_group .ssgday_unit_list .ssgday_unit_item .ssgday_unit {
  max-width: 308px;
}
.ssgday_unit_group .ssgday_unit_list.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
}
.ssgday_unit_group .ssgday_unit_list.is-vertical .ssgday_unit_item {
  margin-right: 0;
}
.ssgday_unit_group .ssgday_unit_list.is-vertical .ssgday_unit_item .ssgday_unit {
  max-width: 140px;
}

.ssgday_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ssgday_unit .adult_badge {
  display: block;
}
.ssgday_unit .adult_badge:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse opacity='0.8' cx='16' cy='16' rx='16' ry='16' fill='white'/%3e %3cpath d='M16 0C7.16339 0 0 7.16364 0 16C0 24.8366 7.16339 32 16 32C24.8366 32 32 24.8366 32 16C32 7.16364 24.8366 0 16 0ZM16 2.46162C23.4771 2.46162 29.5384 8.52286 29.5384 16C29.5384 23.4771 23.4771 29.5386 16 29.5386C8.52287 29.5386 2.46162 23.4771 2.46162 16C2.46162 8.52286 8.52287 2.46162 16 2.46162Z' fill='%23FF3B20'/%3e %3cpath d='M10.7864 12.8443L8.8517 13.3366L8.35938 11.3377L11.5447 10.3876H13.194V21.5632H10.7864V12.8443ZM21.12 16.9846C20.4875 17.5035 19.6879 17.7747 18.8703 17.7478C16.458 17.7478 14.9317 16.4135 14.9317 14.1638V14.1292C14.9317 11.8942 16.6597 10.2449 19.1609 10.2449C20.6376 10.2449 21.5237 10.6094 22.3656 11.451C23.2073 12.293 23.6802 13.45 23.6802 15.6358V15.6701C23.6802 19.269 21.9817 21.7256 18.8307 21.7256C17.4875 21.7701 16.1767 21.3079 15.1583 20.4309L16.4432 18.5799C17.1048 19.1891 17.9709 19.5281 18.8703 19.5299C20.5489 19.5201 21.0215 17.9693 21.12 16.9846V16.9846ZM21.1694 14.0655V14.0309C21.1694 13.0463 20.4405 12.3322 19.2001 12.3322C17.9594 12.3322 17.3293 13.0463 17.3293 14.0309V14.0603C17.3293 15.045 18.0579 15.7244 19.2641 15.7244C20.4702 15.7244 21.1694 15.0153 21.1694 14.0801V14.0653V14.0655Z' fill='%23262B2E'/%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.ssgday_unit .ssgday_unit_thumb {
  width: 308px;
  height: 308px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.ssgday_unit .ssgday_unit_thumb img,
.ssgday_unit .ssgday_unit_thumb video {
  width: 100%;
  display: block;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: #f5f5f5;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 30;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_bottom_right .adult_badge {
  margin: 4px;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_top_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_top_left .adult_badge {
  margin: 4px;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_top_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_thumb .ssgday_unit_overlay_center .adult_badge:after {
  width: 40px;
  height: 40px;
}
.ssgday_unit .ssgday_unit_rank_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ssgday_unit .ssgday_unit_rank {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #666;
  font-size: 12px;
  color: #fff;
  line-height: 1.1666666667;
}
.ssgday_unit .ssgday_unit_rate {
  width: 37px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 11px;
  line-height: 1.1818181818;
}
.ssgday_unit .ssgday_unit_rate:before {
  content: "";
}
.ssgday_unit .ssgday_unit_rate.down {
  color: var(--m-colors-gray900, #222222);
}
.ssgday_unit .ssgday_unit_rate.down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%2834%2C34%2C34%29' d='M6 8.2l6 8.571 6-8.571h-12z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.ssgday_unit .ssgday_unit_rate.up {
  color: var(--m-colors-primary, #ff5452);
}
.ssgday_unit .ssgday_unit_rate.up:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28255%2C84%2C82%29' d='M12 7.2l-6 8.571h12l-6-8.571z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.ssgday_unit .ssgday_unit_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ssgday_unit .ssgday_unit_prepend {
  width: 100%;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgday_unit .ssgday_unit_link {
  display: block;
  margin-top: 4px;
}
.ssgday_unit .ssgday_unit_mall_name {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 1.1666666667;
}
.ssgday_unit .ssgday_unit_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_btn_group .ssgday_unit_btn_icon,
.ssgday_unit .ssgday_unit_btn_group .ssglike_btn {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
.ssgday_unit .ssgday_unit_btn_group .ssgday_unit_btn_icon .icon_cart:after,
.ssgday_unit .ssgday_unit_btn_group .ssglike_btn .icon_cart:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%280%2C0%2C0%29' d='M7.32 15.6h11.76l2.52-8.28-1.2-0.24-0.411 1.32h-13.509l-1.44-4.8h-3.84v1.2h2.88l3.24 10.8zM6.84 9.6h12.775l-1.495 4.8h-9.84l-1.44-4.8z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M8.4 21.6c-1.32 0-2.4-1.080-2.4-2.4s1.080-2.4 2.4-2.4c1.32 0 2.4 1.080 2.4 2.4s-1.080 2.4-2.4 2.4zM8.4 18c-0.72 0-1.2 0.48-1.2 1.2s0.48 1.2 1.2 1.2c0.72 0 1.2-0.48 1.2-1.2s-0.48-1.2-1.2-1.2z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M15.6 19.2c0 1.32 1.080 2.4 2.4 2.4s2.4-1.080 2.4-2.4c0-1.32-1.080-2.4-2.4-2.4s-2.4 1.080-2.4 2.4zM16.8 19.2c0-0.72 0.48-1.2 1.2-1.2s1.2 0.48 1.2 1.2c0 0.72-0.48 1.2-1.2 1.2s-1.2-0.48-1.2-1.2z'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.ssgday_unit .ssgday_unit_text_group {
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: var(--m-colors-gray900, #222222);
  line-height: 1.1875;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ssgday_unit .ssgday_unit_price_group {
  width: 100%;
  margin-top: 4px;
  font-size: 0;
}
.ssgday_unit .ssgday_unit_price_group > * {
  display: inline-block;
  margin-right: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  vertical-align: middle;
}
.ssgday_unit .ssgday_unit_price_group > *:last-child {
  margin-right: 0;
}
.ssgday_unit .ssgday_unit_price_group .ssgday_unit_discount {
  color: var(--m-colors-primary, #ff5452);
}
.ssgday_unit .ssgday_unit_price_group .ssgday_unit_prev_price {
  font-size: 12px;
  color: #888;
  line-height: 1.1666666667;
  text-decoration: line-through;
}
.ssgday_unit .ssgday_unit_price_group .ssgday_unit_caption {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #888;
  line-height: 1.1666666667;
}
.ssgday_unit .ssgday_unit_chip_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: -4px;
}
.ssgday_unit .ssgday_unit_chip_group .ssgday_unit_chip {
  margin-right: 4px;
  margin-bottom: 4px;
}
.ssgday_unit .ssgday_unit_chip_group .ssgday_unit_chip:last-child {
  margin-right: 0;
}
.ssgday_unit .ssgday_unit_chip {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 12px;
  color: #e60096;
  line-height: 1.1666666667;
}

.ssgday_unit.is-horizontal {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgday_unit.is-horizontal .ssgday_unit_thumb {
  width: 140px;
  height: 140px;
}
.ssgday_unit.is-horizontal .ssgday_unit_rank {
  width: 20px;
  height: 20px;
  padding: 0 3.5px;
  font-size: 11px;
  line-height: 1.1818181818;
}
.ssgday_unit.is-horizontal .ssgday_unit_rate {
  width: 28px;
  height: 20px;
  padding: 0 2px;
  font-size: 10px;
  line-height: 1.2;
}
.ssgday_unit.is-horizontal .ssgday_unit_content {
  margin-left: 16px;
  position: relative;
}
.ssgday_unit.is-horizontal .ssgday_unit_prepend {
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssgday_unit.is-horizontal .ssgday_unit_prepend + .ssgday_unit_link {
  padding: 0;
  margin-top: 6px;
}
.ssgday_unit.is-horizontal .ssgday_unit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgday_unit.is-horizontal .ssgday_unit_text_group {
  padding: 0;
  font-size: 13px;
  line-height: 1.2307692308;
  max-height: 32px;
}
.ssgday_unit.is-horizontal .ssgday_unit_text_group .ssgday_unit_subtitle {
  font-weight: bold;
}
.ssgday_unit.is-horizontal .ssgday_unit_price_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ssgday_unit.is-horizontal .ssgday_unit_price_group .ssgday_unit_prev_price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.ssgday_unit.is-horizontal .ssgday_unit_price_group .ssgday_unit_discount {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ssgday_unit.is-horizontal .ssgday_unit_price_group .ssgday_unit_price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 0;
}
.ssgday_unit.is-horizontal .ssgday_unit_price_group .ssgday_unit_caption {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}
.ssgday_unit.is-horizontal .ssgday_unit_chip_group .ssgday_unit_chip {
  height: 20px;
  font-size: 11px;
  line-height: 1.1818181818;
}

.ssgday_unit.is-soldout .ssgday_unit_overlay_bg {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 20;
}
.ssgday_unit.is-soldout .ssgday_unit_overlay_center > strong {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.1875;
  text-align: center;
}

@keyframes iconButtonPressAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.shared_common_dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
}
.shared_common_dialog .common_dialog_underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--m-colors-black_alpha60, rgba(0, 0, 0, 0.6));
  cursor: pointer;
}
.shared_common_dialog .common_dialog_content {
  width: 100%;
  max-width: 458px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 200;
}
.shared_common_dialog .common_dialog_content_item_group {
  background-color: var(--m-colors-gray150, #f5f5f5);
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.shared_common_dialog .swiper-container-common-dialog {
  min-width: 375px;
  min-height: 375px;
  position: relative;
}
.shared_common_dialog .swiper-container-common-dialog .common_dialog_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shared_common_dialog .swiper-container-common-dialog .common_dialog_spinner .common_dialog_spinner_content {
  width: 32px;
  height: 32px;
  display: block;
  background: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp") no-repeat center/100% auto;
}
.shared_common_dialog .swiper-container-common-dialog .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shared_common_dialog .swiper-container-common-dialog .swiper-slide {
  width: 100%;
  height: 100%;
}
.shared_common_dialog .swiper-container-common-dialog .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  line-height: 0;
}
.shared_common_dialog .swiper-container-common-dialog .swiper-slide > a > img {
  width: 100%;
  display: block;
}
.shared_common_dialog .swiper-container-common-dialog .swiper-button-prev,
.shared_common_dialog .swiper-container-common-dialog .swiper-button-next {
  display: none;
}
.shared_common_dialog .swiper-pagination-common-dialog {
  width: 34px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 300;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45));
  border-radius: 20px;
  font-size: var(--m-fontSizes-2xs, 11px);
  font-weight: var(--m-fontWeights-medium, 500);
  line-height: 1.1818181818;
}
.shared_common_dialog .swiper-pagination-common-dialog .swiper-pagination-current {
  width: 7px;
  color: var(--m-colors-white, #ffffff);
  text-align: center;
}
.shared_common_dialog .swiper-pagination-common-dialog .swiper-pagination-total-wrap {
  width: 11px;
  color: var(--m-colors-gray350, #cfcfcf);
  text-align: left;
}
.shared_common_dialog .common_dialog_actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -44px;
  left: 0;
  line-height: 1;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel .common_dialog_button_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  height: 20px;
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  text-decoration: none;
  color: var(--m-colors-white, #ffffff);
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel .common_dialog_button_content:before, .shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel .common_dialog_button_content:after {
  color: var(--m-colors-white, #ffffff);
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel .common_dialog_button_content:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: var(--m-font-icon) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-white, #ffffff);
  content: "\e030";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_cancel .common_dialog_button_content:active {
  -webkit-box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
          box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
  -webkit-filter: brightness(92%);
          filter: brightness(92%);
  -webkit-tap-highlight-color: transparent;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm .common_dialog_button_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm .common_dialog_button_content:before {
  color: var(--m-colors-white, #ffffff);
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm .common_dialog_button_content:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  font-family: var(--m-font-icon) !important;
  font-size: 32px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-white, #ffffff);
  content: "\e03a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm .common_dialog_button_content:active {
  -webkit-tap-highlight-color: transparent;
}
.shared_common_dialog .common_dialog_actions > .common_dialog_button_confirm .common_dialog_button_content:active:before {
  -webkit-tap-highlight-color: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: iconButtonPressAnimation 0.2s ease;
          animation: iconButtonPressAnimation 0.2s ease;
}
.shared_common_dialog .common_dialog_editor {
  height: min(100vw, 458px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--m-colors-gray150, #f5f5f5);
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 10px;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_heading {
  display: block;
  font-size: var(--m-fontSizes-5xl, 24px);
  font-weight: var(--m-fontWeights-bold, 700);
  color: var(--m-colors-gray900, #222222);
  line-height: 1.2083333333;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_heading + .common_dialog_editor_title {
  margin: 10px 0 0;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_title {
  display: block;
  font-size: var(--m-fontSizes-xl, 16px);
  font-weight: var(--m-fontWeights-bold, 700);
  color: var(--m-colors-gray800, #444444);
  line-height: 1.1875;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_title + .common_dialog_editor_title {
  margin: 2px 0 0;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_title + .common_dialog_editor_subtitle_group {
  margin: 16px 0 0;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_subtitle_group ~ .common_dialog_editor_subtitle_group {
  margin: 12px 0 0;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_subtitle {
  display: block;
  font-size: var(--m-fontSizes-md, 14px);
  color: var(--m-colors-gray700, #666666);
  line-height: 1.2142857143;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_append {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 40px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  width: 100%;
  padding: 0 12px;
  background-color: var(--m-colors-white, #ffffff);
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
  color: var(--m-colors-gray900, #222222);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_button:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: var(--m-font-icon) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-gray900, #222222);
  content: "\e02c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
}
.shared_common_dialog .common_dialog_editor .common_dialog_editor_button:active {
  -webkit-box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
          box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
  -webkit-filter: brightness(92%);
          filter: brightness(92%);
  -webkit-tap-highlight-color: transparent;
}

.common_dialog_coupon {
  position: relative;
}
.common_dialog_coupon .common_dialog_coupon_content > img {
  width: 100%;
  min-height: 375px;
}
.common_dialog_coupon .common_dialog_coupon_append {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.common_dialog_coupon .common_dialog_button:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 40px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  width: 100%;
  padding: 0 12px;
  background-color: var(--m-colors-gray900, #222222);
  color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common_dialog_coupon .common_dialog_button:first-child:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: var(--m-font-icon) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-white, #ffffff);
  content: "\e047";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.common_dialog_coupon .common_dialog_button:first-child:before {
  color: inherit;
}
.common_dialog_coupon .common_dialog_button:first-child:active {
  -webkit-box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
          box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
  -webkit-filter: brightness(92%);
          filter: brightness(92%);
  -webkit-tap-highlight-color: transparent;
}
.common_dialog_coupon .common_dialog_button:first-child + .common_dialog_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 40px;
  border-radius: 0px;
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  width: 100%;
  padding: 0 12px;
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray900, #222222);
  color: var(--m-colors-gray900, #222222);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common_dialog_coupon .common_dialog_button:first-child + .common_dialog_button:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: var(--m-font-icon) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--m-colors-gray900, #222222);
  content: "\e047";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.common_dialog_coupon .common_dialog_button:first-child + .common_dialog_button:before {
  color: inherit;
}
.common_dialog_coupon .common_dialog_button:first-child + .common_dialog_button:active {
  -webkit-box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
          box-shadow: inset 0 0 0 500px var(--m-colors-black_alpha8, rgba(0, 0, 0, 0.08));
  -webkit-filter: brightness(92%);
          filter: brightness(92%);
  -webkit-tap-highlight-color: transparent;
}
.common_dialog_coupon .common_dialog_button + .common_dialog_button {
  margin: 10px 0 0;
}

.shared_common_dialog.is-closed {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms opacity cubic-bezier(0.26, 0, 0.6, 0.2);
  transition: 200ms opacity cubic-bezier(0.26, 0, 0.6, 0.2);
  pointer-events: none;
}

@media (hover: none) and (min-width: 360px) {
  .shared_common_dialog .common_dialog_content .common_dialog_editor {
    padding: 30px 30px 40px;
  }
  .shared_common_dialog .common_dialog_content .common_dialog_coupon .common_dialog_coupon_append {
    bottom: 28px;
  }
}
@media (hover: none) and (max-width: 1280px) {
  .shared_common_dialog .common_dialog_content .common_dialog_content_item_group {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: 350ms -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1) 350ms;
    transition: 350ms -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1) 350ms;
    transition: 350ms transform cubic-bezier(0.4, 0.8, 0.74, 1) 350ms;
    transition: 350ms transform cubic-bezier(0.4, 0.8, 0.74, 1) 350ms, 350ms -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1) 350ms;
  }
  .shared_common_dialog .common_dialog_content .common_dialog_content_item_group .swiper-container-common-dialog {
    opacity: 0;
    -webkit-transition: 350ms opacity linear;
    transition: 350ms opacity linear;
  }
  .shared_common_dialog.is-open .common_dialog_content_item_group {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .shared_common_dialog.is-open .common_dialog_content_item_group .swiper-container-common-dialog {
    opacity: 1;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .shared_common_dialog.is-closed {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .shared_common_dialog.is-closed .common_dialog_content_item_group {
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .shared_common_dialog.is-closed .swiper-container-common-dialog {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1280px) {
  .shared_common_dialog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shared_common_dialog .common_dialog_content {
    width: 100%;
    max-width: 375px;
    margin: 0 27.5px;
    padding: 0;
    -webkit-box-shadow: 0px 4px 30px 0px var(--m-colors-black_alpha20, rgba(0, 0, 0, 0.2));
            box-shadow: 0px 4px 30px 0px var(--m-colors-black_alpha20, rgba(0, 0, 0, 0.2));
  }
  .shared_common_dialog .common_dialog_content_item_group {
    width: 100%;
    min-height: 320px;
    border-radius: 16px;
  }
  .shared_common_dialog .common_dialog_content_item_group:hover .swiper-container-common-dialog .swiper-button-prev,
.shared_common_dialog .common_dialog_content_item_group:hover .swiper-container-common-dialog .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev,
.shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 300;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    background-color: var(--m-colors-black_alpha20, rgba(0, 0, 0, 0.2));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev > div:before {
    color: var(--m-colors-white, #ffffff);
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev > div:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    font-family: var(--m-font-icon) !important;
    font-size: 32px;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--m-colors-white, #ffffff);
    content: "\e02a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev > div:active {
    -webkit-tap-highlight-color: transparent;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-prev > div:active:before {
    -webkit-tap-highlight-color: transparent;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: iconButtonPressAnimation 0.2s ease;
            animation: iconButtonPressAnimation 0.2s ease;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 300;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    background-color: var(--m-colors-black_alpha20, rgba(0, 0, 0, 0.2));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next > div:before {
    color: var(--m-colors-white, #ffffff);
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next > div:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    font-family: var(--m-font-icon) !important;
    font-size: 32px;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--m-colors-white, #ffffff);
    content: "\e02c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next > div:active {
    -webkit-tap-highlight-color: transparent;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-next > div:active:before {
    -webkit-tap-highlight-color: transparent;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: iconButtonPressAnimation 0.2s ease;
            animation: iconButtonPressAnimation 0.2s ease;
  }
  .shared_common_dialog .common_dialog_content_item_group .swiper-container-common-dialog .swiper-button-disabled {
    display: none;
  }
  .shared_common_dialog .common_dialog_editor {
    height: 375px;
    padding: 30px 30px 40px;
  }
  .shared_common_dialog .common_dialog_actions {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
}
.body_em .shared_common_dialog .swiper-container-common-dialog .common_dialog_spinner .common_dialog_spinner_content {
  background: url("https://sui.ssgcdn.com/ui/m_ssg/img/design/emart/loading_emart.webp") no-repeat center/100% auto;
}
.body_em .shared_common_dialog .swiper-container-common-dialog .common_dialog_editor .common_dialog_editor_button {
  border-radius: 4px;
}
.body_em .shared_common_dialog .swiper-container-common-dialog .common_dialog_coupon .common_dialog_button {
  border-radius: 4px;
}

#toast-portal {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: 300ms height;
  transition: 300ms height;
}
#toast-portal .toast {
  width: 100%;
  max-width: 430px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--m-colors-black_alpha80, rgba(0, 0, 0, 0.8));
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  color: var(--m-colors-white, #ffffff);
  line-height: 1.4285714286;
  text-align: center;
  word-break: keep-all;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s opacity cubic-bezier(0.4, 0.8, 0.74, 1), 0.3s -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: 0.3s opacity cubic-bezier(0.4, 0.8, 0.74, 1), 0.3s -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: 0.3s opacity cubic-bezier(0.4, 0.8, 0.74, 1), 0.3s transform cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: 0.3s opacity cubic-bezier(0.4, 0.8, 0.74, 1), 0.3s transform cubic-bezier(0.4, 0.8, 0.74, 1), 0.3s -webkit-transform cubic-bezier(0.4, 0.8, 0.74, 1);
}
#toast-portal .toast.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#toast-portal .toast.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.mnsditem_helper {
  height: 32px;
  margin-bottom: -12px;
  line-height: 32px;
}

.mnsditem_helper_el {
  margin-bottom: 12px;
}

.mnsditem_best {
  height: 32px;
  margin-bottom: 0;
  line-height: 32px;
  font-weight: var(--m-fontWeights-semibold, 600);
  font-size: var(--m-fontSizes-6xl, 26px);
  font-family: var(--m-fonts-serif, PlayfairDisplay);
}

.mnsditem_tit .mnsditem_goods_tit {
  margin-top: 4px;
}

.mnsditem_ty_list .mnsditem_helper_el {
  margin-bottom: 0;
}
/*# sourceMappingURL=mcom_component_eshop.css.map */
