@charset "UTF-8";
@font-face {
  font-family: "ssgotham-black";
  font-style: normal;
  font-weight: normal;
  src: url("https://sui.ssgcdn.com/ui/common/font/ssgotham-black.woff2") format("woff2");
  src: local(※), url("https://sui.ssgcdn.com/ui/common/font/ssgotham-black.woff") format("woff");
}
@font-face {
  font-family: "ssgotham-medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://sui.ssgcdn.com/ui/common/font/ssgotham-medium.woff2") format("woff2");
  src: local(※), url("https://sui.ssgcdn.com/ui/common/font/ssgotham-medium.woff") format("woff");
}
.ssgday_subject {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  line-height: normal;
}
.ssgday_subject .ssgday_subject_tit {
  font-size: 27px;
}
.ssgday_subject .ssgday_subtx {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.3px;
}
.ssgday_subject .ssgday_subtx.ty_gradient {
  width: 360px;
  display: block;
  margin: 10px auto 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(35.46%, #e60096), color-stop(51.11%, #fe8f8c), color-stop(69.13%, #ff3e3e));
  background: linear-gradient(90deg, #e60096 35.46%, #fe8f8c 51.11%, #ff3e3e 69.13%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ssgday_content {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

button {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.cmmain_more {
  position: relative;
}
.cmmain_more.ssgday_more {
  position: relative;
  z-index: 10;
  margin: 6px auto 0;
}
.cmmain_more.ty_ssgcanner {
  width: 400px;
}
.cmmain_more.ty_ssgcanner:before {
  content: "";
  position: absolute;
  top: 55px;
  right: -3px;
  background-image: url(../img/sprites/sp_ssgday_20221004.png);
  background-position: -620px -812px;
  width: 840px;
  height: 188px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_more.ty_ssgcanner:before {
    background-image: url(../img/sprites/sp_ssgday_20221004@2x.png);
    background-size: 1920px 1612px;
  }
}

.ssgday_more {
  margin-top: 70px;
  text-align: center;
}
.ssgday_more .btn_more_item {
  width: 500px;
  height: 49px;
  font-size: 14px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #222;
          box-shadow: inset 0 0 0 1px #222;
}
.ssgday_more .btn_more_item:after {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  margin: 5px 0px 6px 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.ssgday_sec_top {
  position: relative;
  padding: 367px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/main/cmmain_sec_ssgday_top_visual_repeat.png) repeat-x center 52px;
}
.ssgday_sec_top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  height: 367px;
  margin: 0 auto;
  background: url(../img/main/cmmain_sec_ssgday_top_visual.png) no-repeat top center;
}
.ssgday_sec_top .ssgday_subject {
  margin-bottom: 0;
}

.ssgday_sec_hof {
  position: relative;
  margin: 0 auto;
  padding: 130px 0 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssgday_sec_hof:before {
  content: "";
  display: block;
  position: absolute;
  top: -72px;
  left: -28px;
  background-image: url(../img/sprites/sp_ssgday_20221004.png);
  background-position: -950px -1010px;
  width: 246px;
  height: 280px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ssgday_sec_hof:before {
    background-image: url(../img/sprites/sp_ssgday_20221004@2x.png);
    background-size: 1920px 1612px;
  }
}
.ssgday_sec_hof:after {
  content: "";
  min-width: 1280px;
  min-height: 240px;
  width: calc(100vw - 17px);
  height: 18.75vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../img/main/img_ssgday_ribbon_02.png") no-repeat center/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ssgday_sec_hof:after {
    background-image: url("../img/main/img_ssgday_ribbon_02@2x.png");
  }
}
.ssgday_sec_hof .ssgday_subject {
  margin-bottom: 0;
}
.ssgday_sec_hof .cmmain_tabwrap {
  margin: 30px auto 10px;
  border: 1px solid #e7e7e7;
}
.ssgday_sec_hof .cmmain_tabwrap .cmmain_tablist.ty_txtmenu {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  table-layout: unset;
  border: none;
}
.ssgday_sec_hof .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 116px;
  height: 48px;
  display: block;
  border-right: 1px solid #e7e7e7;
}
.ssgday_sec_hof .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li:last-child {
  border-right: none;
}
.ssgday_sec_hof .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li.no-hover {
  pointer-events: none;
  cursor: not-allowed;
}
.ssgday_sec_hof .ssgday_hof_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.ssgday_sec_hof .ssgday_hof_text .num {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 1.2083333333;
}
.ssgday_sec_hof .ssgday_hof_text .rank {
  min-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
}
.ssgday_sec_hof .ssgday_hof_text .rank.up {
  color: var(--m-colors-primary, #ff5452);
}
.ssgday_sec_hof .ssgday_hof_text .rank.up: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%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_sec_hof .ssgday_hof_text .rank.down {
  color: #22009c;
}
.ssgday_sec_hof .ssgday_hof_text .rank.down: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%2834%2C0%2C156%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_sec_hof .ssgday_hof_text .rank.none:before {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  margin-top: -2px;
  background-color: #222;
}
.ssgday_sec_hof .cunit_t290 {
  padding-bottom: 0;
}
.ssgday_sec_hof .cunit_chip_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px -2px 2px;
}
.ssgday_sec_hof .cunit_chip_group .cunit_chip {
  height: 20px;
  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;
  margin: 2px 2px;
  padding: 4px 8px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #e60096;
  line-height: 1.1666666667;
  text-align: center;
}
.ssgday_sec_hof .cmmain_more {
  margin-top: 60px;
}

.ssgday_sec_today {
  position: relative;
  margin: 100px auto 0;
  padding: 130px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.ssgday_sec_today:before {
  content: "";
  min-width: 1280px;
  min-height: 288px;
  width: 100vw;
  height: 22.5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/main/img_ssgday_ribbon_01.png") no-repeat center/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ssgday_sec_today:before {
    background-image: url("../img/main/img_ssgday_ribbon_01@2x.png");
  }
}
.ssgday_sec_today .cmplan_imgbx {
  height: 372px;
}
.ssgday_sec_today .cmplan_imgbx img {
  height: 100%;
}
.ssgday_sec_today .cmmain_plan_items {
  margin-top: -18px;
}
.ssgday_sec_today .cmmain_more {
  margin-top: 36px;
}

.ssgday_sec_timedeal {
  position: relative;
  margin: 130px auto 0;
}
.ssgday_sec_timedeal .ssgday_subject {
  margin-bottom: 0;
}
.ssgday_sec_timedeal .ssgday_content {
  width: 100%;
}
.ssgday_sec_timedeal .ssgday_content_box {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 1280px;
}
.ssgday_sec_timedeal .cunit_md .title a,
.ssgday_sec_timedeal .cunit_md .title .nolink {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ssgday_timedeal_unit .icon_megaphone {
  display: block;
}
.ssgday_timedeal_unit .icon_megaphone: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='M20.796 3.636l-13.008 3.888h-4.476v8.256h3.96v1.596c0 1.476 1.212 2.676 2.688 2.676s2.688-1.2 2.688-2.676v-0.144l8.148 2.424v-16.020zM4.512 8.724h2.76v5.856h-2.76v-5.856zM11.46 17.376c0 0.816-0.672 1.476-1.488 1.476s-1.488-0.66-1.488-1.476v-1.392l2.988 0.888v0.504h-0.012zM19.596 18.036l-11.124-3.312v-6.156l11.124-3.312v12.78z'%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;
  margin-top: -2px;
}
.ssgday_timedeal_unit .cunit_avatar {
  width: 150px;
  height: 150px;
  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;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.ssgday_timedeal_unit .cunit_avatar .cunit_avatar_title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2222222222;
  text-align: center;
}
.ssgday_timedeal_unit .cunit_avatar .cunit_avatar_title.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 3px;
  background-color: #fff;
}
.ssgday_timedeal_unit .cunit_avatar .cunit_avatar_subtitle {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2307692308;
}
.ssgday_timedeal_unit .cunit_prod {
  max-width: 290px;
}
.ssgday_timedeal_unit .cunit_thumb {
  width: 290px;
  height: 290px;
  position: relative;
}
.ssgday_timedeal_unit .cunit_thumb > a {
  display: block;
}
.ssgday_timedeal_unit .cunit_thumb img {
  width: 100%;
  min-width: 290px;
  min-height: 290px;
}
.ssgday_timedeal_unit .cunit_thumb_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.ssgday_timedeal_unit .cunit_thumb_overlay_top_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.ssgday_timedeal_unit .cunit_thumb_overlay_top_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.ssgday_timedeal_unit .cunit_thumb_overlay_top_right .deiv_bdg {
  position: relative;
  top: auto;
  right: 0;
  -webkit-transition: none;
  transition: none;
}
.ssgday_timedeal_unit .cunit_thumb_overlay_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}
.ssgday_timedeal_unit .cunit_thumb_overlay_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.ssgday_timedeal_unit .cunit_thumb_outer_append {
  position: relative;
}
.ssgday_timedeal_unit .cunit_thumb_outer_append .cunit_timer {
  min-width: 133px;
  height: 32px;
  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: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -16px;
  right: 0;
  z-index: 50;
  background-color: #222;
}
.ssgday_timedeal_unit .cunit_thumb_outer_append .cunit_timer .ssgday_time {
  line-height: 0;
}
.ssgday_timedeal_unit .cunit_thumb_outer_append .cunit_timer .day_wrap .day,
.ssgday_timedeal_unit .cunit_thumb_outer_append .cunit_timer .day_wrap .destination {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  line-height: 1.2307692308;
}
.ssgday_timedeal_unit .cunit_thumb_outer_append .cunit_timer .js_today_timer_target {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2307692308;
}
.ssgday_timedeal_unit .cunit_info {
  width: 100%;
  margin-top: 24px;
}
.ssgday_timedeal_unit .cunit_info_item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.ssgday_timedeal_unit .cunit_info_item_group .icon_megaphone {
  margin-right: 4px;
}
.ssgday_timedeal_unit .cunit_info_prepend + .cunit_title {
  margin-top: 8px;
}
.ssgday_timedeal_unit .cunit_title {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 1.1875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 38px;
}
.ssgday_timedeal_unit .cunit_title + .cunit_info_append {
  margin-top: 8px;
}
.ssgday_timedeal_unit .cunit_subtext {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 1.3571428571;
}
.ssgday_timedeal_unit .cunit_subtext + .cunit_text {
  margin-left: 4px;
}
.ssgday_timedeal_unit .cunit_text {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1.1875;
}
.ssgday_timedeal_unit .cunit_caption {
  font-size: 12px;
  color: #666;
  line-height: 1.1666666667;
}

.ssgday_sec_brand_parade {
  position: relative;
  margin: 170px auto 0;
}
.ssgday_sec_brand_parade:before {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: -92px;
  left: 0;
  z-index: -1;
  background-color: #fde6ea;
}
.ssgday_sec_brand_parade .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-prev,
.ssgday_sec_brand_parade .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-next {
  top: 171px;
}
.ssgday_sec_brand_parade .cmmain_plan_lst {
  width: 1280px;
  font-size: 0;
}
.ssgday_sec_brand_parade .cmmain_plan_lst .cmplan_unit {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-right: 40px;
}
.ssgday_sec_brand_parade .cmmain_plan_lst .cmplan_unit:nth-child(3n+3) {
  margin-right: 0;
}
.ssgday_sec_brand_parade .cmmain_plan_lst .cmplan_unit .cmplan_imgbx {
  width: 400px;
  height: 400px;
}
/*# sourceMappingURL=ssgday_2023.css.map */
