@charset "UTF-8";
@-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);
  }
}
.common_mmbrs_sliderwrap {
  width: 1280px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider {
  position: relative;
  margin-top: -30px;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_list {
  overflow: hidden;
  width: 1280px;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_list .cunit_thmb_lst {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_list .cunit_thmb_lst > li:nth-of-type(4n + 4) {
  margin-right: 40px;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-prev,
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-next {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 146px;
  z-index: 10;
  width: 44px;
  height: 58px;
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-prev {
  left: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-prev {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-prev.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -54px -25px;
  width: 44px;
  height: 58px;
  cursor: default;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-prev.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-next {
  right: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -108px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-next {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-next.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -93px;
  width: 44px;
  height: 58px;
  cursor: default;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .common_mmbrs_sliderwrap .common_mmbrs_slider .common_mmbrs_slider_controller .js-next.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}

.common_mmbrsbn_wide a:hover {
  text-decoration: none;
}
.common_mmbrsbn_wide .common_mmbrsbn_info {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.common_mmbrsbn_wide .common_mmbrsbn_infolink {
  display: block;
}
.common_mmbrsbn_wide .common_mmbrsbn_imgbx {
  width: 1280px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.common_mmbrsbn_wide .common_mmbrsbn_titwrap {
  position: absolute;
  top: 50%;
  left: 100px;
  max-width: 540px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common_mmbrsbn_wide .common_mmbrsbn_titmain {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_mmbrsbn_wide .common_mmbrsbn_titsub {
  margin-top: 2px;
  font-size: 16px;
  line-height: 22px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_mmbrsbn_wide .common_mmbrsbn_link {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  height: 46px;
  padding: 0 16px;
  border-radius: 30px;
  background: #497cff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common_mmbrsbn_wide .common_mmbrsbn_link i.badge {
  display: none;
}
.common_mmbrsbn_wide .common_mmbrsbn_linktx {
  margin-left: 4px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #fff;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_infolink {
  display: block;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_imgbx {
  width: 1280px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_titwrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0 120px 0 48px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_titwrap.none_arrow::after {
  display: none;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_titwrap::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  display: block;
  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='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;
  margin: 4px;
  content: "";
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_titmain {
  font-size: var(--m-fontSizes-2xl, 18px);
  font-weight: var(--m-fontWeights-bold, 700);
  line-height: 1.2;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_mmbrsbn_wide.v3 .common_mmbrsbn_titsub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-left: 16px;
  font-size: 14px;
  font-weight: var(--m-fontWeights-medium, 500);
  line-height: 1.2;
  color: var(--m-colors-white_alpha80, rgba(255, 255, 255, 0.8));
}

/* plyr video */
.plyr__sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

.plyr__sr-only:before {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  content: " ";
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr {
  position: relative;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.plyr input {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.plyr,
.plyr *,
.plyr::after,
.plyr::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr::-webkit-media-controls {
  display: none;
}

.plyr video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr input[type=range] {
  display: block;
  position: relative;
  z-index: 2;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: transparent;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  margin-top: -4px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -ms-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]:focus {
  outline: 0;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr__video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.plyr--video {
  width: 100%;
  height: 100%;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr__controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 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(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  padding: 7px;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button:first-child,
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button,
.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child,
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
}

.plyr__play-large {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid #fff;
  border-radius: 100%;
  background: #3498db;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  display: block;
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__volume {
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  max-width: 100px;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 0.95;
}

/* plyr 전체화면보기 */
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active .plyr__controls .plyr__volume {
  margin-left: 10px;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.special_brand_ui .cmlike {
  position: relative;
}
.special_brand_ui .special_brand_type_row {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.special_brand_ui .special_brand_type_row .special_brand_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  padding-right: 33px;
}
.special_brand_ui .special_brand_type_row .special_brand_item + .special_brand_item {
  margin-top: 60px;
}
.special_brand_ui .special_brand_type_row .special_brand_main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 594px;
  height: 370px;
}
.special_brand_ui .special_brand_type_row .special_brand_main video {
  background: #222;
}
.special_brand_ui .special_brand_type_row .special_brand_info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 40px;
}
.special_brand_ui .special_brand_type_row .special_brand_info .mtit {
  display: block;
  padding-right: 34px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: #000;
}
.special_brand_ui .special_brand_type_row .special_brand_info .mtit ~ .cunit_lst_v, .special_brand_ui .special_brand_type_row .special_brand_info .mtit ~ .mnemitem_grid, .special_brand_ui .special_brand_type_row .special_brand_info .mtit ~ .cmitem_grid {
  margin-top: 20px;
}
.special_brand_ui .special_brand_type_row .special_brand_info .stxt {
  margin-top: 4px;
  padding-right: 34px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #969696;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.special_brand_ui .special_brand_type_row .special_brand_info .ilike {
  width: 32px;
  height: 32px;
  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;
}
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst,
.special_brand_ui .special_brand_type_row .special_brand_info .cmitem_grid_lst {
  grid-gap: 0;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst {
  width: 580px;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > li, .special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .mnemitem_grid_item, .special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .cmitem_grid_item,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > li,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > .mnemitem_grid_item,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > .cmitem_grid_item,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > li,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .mnemitem_grid_item,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .cmitem_grid_item {
  width: 180px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > li:nth-child(3n+3), .special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .mnemitem_grid_item:nth-child(3n+3), .special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .cmitem_grid_item:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > li:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > .mnemitem_grid_item:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst > .cmitem_grid_item:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > li:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .mnemitem_grid_item:nth-child(3n+3),
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst > .cmitem_grid_item:nth-child(3n+3) {
  margin-right: 0;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .mnemitem_unit,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .mnsditem_unit,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .mnemitem_unit,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .mnsditem_unit,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .mnemitem_unit,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .mnsditem_unit {
  display: inline-block;
  vertical-align: top;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .thmb,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .thmb > a,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .thmb,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .thmb > a,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_prod,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .thmb,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .thmb > a {
  width: 180px;
  height: 180px;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_md,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .cunit_md,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_md {
  margin-top: 10px;
}
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_md a,
.special_brand_ui .special_brand_type_row .special_brand_info .mnemitem_grid_lst .cunit_md a,
.special_brand_ui .special_brand_type_row .special_brand_info .cunit_thmb_lst .cunit_md a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.special_brand_ui .special_brand_type_prod {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.special_brand_ui .special_brand_type_prod .special_brand_item {
  position: relative;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #000;
}
.special_brand_ui .special_brand_type_prod .special_brand_item:first-child {
  margin-top: 0;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .item_tit {
  display: block;
  padding-right: 34px;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: #222;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .item_tit a {
  display: inline-block;
  color: inherit;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .item_tit a:hover {
  text-decoration: underline;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .item_txt {
  max-height: 48px;
  margin-top: 12px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #777;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .item_util {
  width: 32px;
  height: 32px;
  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: 32px;
  right: 12px;
  line-height: 0;
}
.special_brand_ui .special_brand_type_prod .special_brand_item .cunit_thmb_lst {
  margin-top: 10px;
}
.special_brand_ui .special_brand_type_prod + .special_morebox {
  margin-top: 36px;
}

.cmmain_slider_ctrls {
  margin-top: 26px;
  text-align: center;
}
.cmmain_slider_ctrls .slider_ctrl_btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_slider_ctrls .slider_ctrl_btn:hover, .cmmain_slider_ctrls .slider_ctrl_btn:focus {
  border-color: #000;
}
.cmmain_slider_ctrls .slider_ctrl_btn:hover > i, .cmmain_slider_ctrls .slider_ctrl_btn:focus > i {
  opacity: 1;
}
.cmmain_slider_ctrls .slider_ctrl_btn > i {
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0.37;
}
.cmmain_slider_ctrls .slider_ctrl_btn .icon_chevron_left::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='M8.049 12l7.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: 24px;
  height: 24px;
}
.cmmain_slider_ctrls .slider_ctrl_btn .icon_chevron_right::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='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: 24px;
  height: 24px;
}
.cmmain_slider_ctrls .slider_ctrl_auto .icon_caret_up {
  display: block;
}
.cmmain_slider_ctrls .slider_ctrl_auto .icon_caret_up::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='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: 16px;
  height: 16px;
}
.cmmain_slider_ctrls .slider_ctrl_auto .icon_pause {
  display: none;
}
.cmmain_slider_ctrls .slider_ctrl_auto .icon_pause::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='M9.168 3.372h-1.2v17.148h1.2v-17.148z'%3e%3c/path%3e %3cpath fill='rgb%280%2C0%2C0%29' d='M16.032 3.372h-1.2v17.148h1.2v-17.148z'%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;
}
.cmmain_slider_ctrls .slider_ctrl_auto.autoplay .icon_caret_up {
  display: none;
}
.cmmain_slider_ctrls .slider_ctrl_auto.autoplay .icon_pause {
  display: block;
}
.cmmain_slider_ctrls .slider_ctrl_pager {
  display: inline-block;
  vertical-align: top;
  min-width: 38px;
  height: 23px;
  margin: 0 10px;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-align: center;
}
.cmmain_slider_ctrls .slider_ctrl_pager .slider_page_current {
  color: #000;
}
.cmmain_slider_ctrls .slider_ctrl_pager .slider_page_separator {
  margin: 0 -1px;
}

.cmmain_sec_swiper {
  width: 100%;
  margin: 20px auto 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.ssghero_swiper {
  overflow: hidden;
}
.ssghero_swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.ssghero_swiper .swiper-slide {
  width: 1280px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.ssghero_swiper .swiper-initialized .ssghero_tit {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ssghero_swiper .swiper-initialized .swiper-slide-active .ssghero_tit {
  opacity: 1;
}
.ssghero_swiper .swiper-initialized .swiper-slide-active .ssghero_imgbx .ssghero_imglink::after {
  opacity: 0;
}
.ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(1) {
  width: 100%;
}
.ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(1) .ssghero_tit {
  text-align: center;
}
.ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(1) .ssghero_titlnk {
  display: inline-block;
}
.ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(2), .ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(2) ~ div {
  width: 620px;
}
.ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(3), .ssghero_swiper .ssghero_slide_col:first-child:nth-last-child(3) ~ div {
  width: 400px;
}
.ssghero_swiper .ssghero_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ssghero_swiper .ssghero_imgbx {
  position: relative;
  height: 400px;
}
.ssghero_swiper .ssghero_imgbx .ssghero_imglink {
  display: block;
  height: 100%;
}
.ssghero_swiper .ssghero_imgbx .ssghero_imglink::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 132, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.ssghero_swiper .ssghero_imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ssghero_swiper .ssghero_imgbx .badge_ad {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.ssghero_swiper .ssghero_tit {
  padding: 10px 10px 0 0;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.3px;
}
.ssghero_swiper .ssghero_tit .ssghero_titmain {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 21px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.ssghero_swiper .ssghero_tit .ssghero_titsub {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #777;
}

.ssghero24 {
  width: 100%;
  line-height: normal;
  overflow: hidden;
  /* Progress */
}
@supports (overflow-x: clip) {
  .ssghero24 {
    overflow-x: clip;
    overflow-y: visible;
  }
}
.ssghero24.v2 .swiper-slide {
  height: 375px;
}
.ssghero24.v2 .ssghero24_imglink {
  width: 424px;
}
.ssghero24 .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1280px;
          flex: 0 0 1280px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.ssghero24 .ssghero24_imglink,
.ssghero24 .ssghero24_imgbox {
  position: relative;
}
.ssghero24 .ssghero24_imglink > img,
.ssghero24 .ssghero24_imgbox > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.ssghero24 .ssghero24_imglink.is_small > img,
.ssghero24 .ssghero24_imgbox.is_small > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ssghero24 .ssghero24_imglink .ssgcommon_adinfo,
.ssghero24 .ssghero24_imgbox .ssgcommon_adinfo {
  position: absolute;
  z-index: 10;
}
.ssghero24 .ssghero24_imglink {
  display: block;
  width: 638px;
  height: 100%;
}
.ssghero24 .ssghero24_imglink::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.ssghero24 .ssghero24_label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 125px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--m-colors-gray900, #222222);
  padding-inline: 10px;
}
.ssghero24 .ssghero24_label .ssghero24_label_text {
  color: var(--m-colors-white, #ffffff);
  font-size: 12px;
  font-weight: 700;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssghero24 .ssghero24_tit {
  position: absolute;
  inset: auto 28px 28px;
  z-index: 10;
  color: var(--m-colors-white, #ffffff);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.ssghero24 .ssghero24_titmain {
  font-weight: bold;
  font-size: 24px;
}
.ssghero24 .ssghero24_titmain span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ssghero24 .ssghero24_titsub {
  margin-top: 8px;
  font-weight: 500;
  font-size: 15px;
}
.ssghero24 .ssghero24_titsub span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ssghero24 .swiper-slide:not(.swiper-slide-active) .ssghero24_imglink::after {
  opacity: 1;
}
.ssghero24 .swiper-slide:not(.swiper-slide-active) .ssghero24_tit {
  opacity: 0.3;
}
.ssghero24 .ssghero24_ctrls {
  width: 1280px;
  margin: auto;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.ssghero24 .slider_ctrl_progressbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: var(--m-colors-gray300, #e5e5e5);
  position: relative;
  margin-right: 14px;
}
.ssghero24 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--m-colors-gray900, #222222);
  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;
}
.ssghero24 .slider_ctrl_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  display: block;
  height: 28px;
  padding: 3px;
  border: 1px solid var(--m-colors-gray300, #e5e5e5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ssghero24 .slider_ctrl_btn::after {
  content: "";
}
.ssghero24 .slider_ctrl_auto::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%28207%2C207%2C207%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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_auto:hover::after, .ssghero24 .slider_ctrl_auto:focus::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%2834%2C34%2C34%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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_auto.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%28207%2C207%2C207%29' d='M9.168 3.372h-1.2v17.148h1.2v-17.148z'%3e%3c/path%3e %3cpath fill='rgb%28207%2C207%2C207%29' d='M16.032 3.372h-1.2v17.148h1.2v-17.148z'%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;
}
.ssghero24 .slider_ctrl_auto.autoplay:hover::after, .ssghero24 .slider_ctrl_auto.autoplay:focus::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%2834%2C34%2C34%29' d='M9.168 3.372h-1.2v17.148h1.2v-17.148z'%3e%3c/path%3e %3cpath fill='rgb%2834%2C34%2C34%29' d='M16.032 3.372h-1.2v17.148h1.2v-17.148z'%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;
}
.ssghero24 .slider_ctrl_open::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%28207%2C207%2C207%29' d='M3.6 6v14.4h14.4v-2.4h2.4v-14.4h-14.4v2.4h-2.4zM19.2 16.8h-12v-12h12v12zM6 7.2v10.8h10.8v1.2h-12v-12h1.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;
}
.ssghero24 .slider_ctrl_open:hover::after, .ssghero24 .slider_ctrl_open:focus::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%2834%2C34%2C34%29' d='M3.6 6v14.4h14.4v-2.4h2.4v-14.4h-14.4v2.4h-2.4zM19.2 16.8h-12v-12h12v12zM6 7.2v10.8h10.8v1.2h-12v-12h1.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;
}
.ssghero24 .slider_ctrl_prev::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%28207%2C207%2C207%29' d='M8.049 12l7.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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_prev:hover::after, .ssghero24 .slider_ctrl_prev:focus::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%2834%2C34%2C34%29' d='M8.049 12l7.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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_next::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%28207%2C207%2C207%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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_next:hover::after, .ssghero24 .slider_ctrl_next:focus::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%2834%2C34%2C34%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: 20px;
  height: 20px;
}
.ssghero24 .slider_ctrl_pager {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  color: var(--m-colors-gray600, #777777);
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ssghero24 .slider_page_current {
  color: var(--m-colors-gray900, #222222);
}
.ssghero24 .ssg-tooltip-wrap .ssg-tooltip-layer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0 !important;
  left: 50% !important;
  margin-left: 196px;
}
.ssghero24 .ssg-tooltip-wrap.on .ssg-tooltip-layer {
  display: block;
}
.ssghero24 .ssghero24_all {
  background-color: var(--m-colors-white, #ffffff);
  width: 300px;
  max-height: 415px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ssghero24 .ssghero24_all .ssghero24_all_header {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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;
  font-weight: 700;
  border-bottom: 1px solid var(--m-colors-gray300, #e5e5e5);
}
.ssghero24 .ssghero24_all .ssghero24_all_header button {
  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='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%2834%2C34%2C34%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: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 12px 10px auto;
}
.ssghero24 .ssghero24_all .ssghero24_all_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 16px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.ssghero24 .ssghero24_all .ssghero24_all_item a {
  min-height: 78px;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ssghero24 .ssghero24_all .ssghero24_all_item a:last-child {
  padding-bottom: 6px;
}
.ssghero24 .ssghero24_all .ssghero24_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  position: relative;
  inset: unset;
  z-index: inherit;
}
.ssghero24 .ssghero24_all .ssghero24_titmain {
  font-size: 13px;
  color: var(--m-colors-gray800, #444444);
}
.ssghero24 .ssghero24_all .ssghero24_titsub {
  font-size: 11px;
  color: var(--m-colors-gray700, #666666);
  margin-top: 2px;
}
.ssghero24 .ssghero24_all .ssghero24_imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  height: auto;
}

#content.display_main {
  width: 100%;
}

.common_footer {
  padding-top: 0;
}

.cmmain_heading {
  position: relative;
  width: 1280px;
  margin: 102px auto 26px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  text-align: center;
  word-break: break-all;
}
.cmmain_heading .cmmain_heading_tit {
  display: inline-block;
  padding: 0 40px 0;
  font-weight: bold;
  font-size: 27px;
  line-height: 28px;
  color: #000;
  letter-spacing: -0.3px;
  vertical-align: top;
}
.cmmain_heading .cmmain_heading_subtit {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.3px;
}

.cmmain_tag {
  position: relative;
  margin: 0 40px;
}
.cmmain_tag .cmmain_tag_list {
  font-size: 0;
  text-align: center;
}
.cmmain_tag .cmmain_tag_list > li {
  display: inline-block;
  margin: 0 3px;
}
.cmmain_tag .cmmain_tag_item {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: solid 1px #000;
  border-radius: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}
.cmmain_tag .cmmain_tag_item:hover {
  color: #fff;
  background-color: #000;
}
.cmmain_sec_mnmoring .cmmain_tag .cmmain_tag_item {
  border-color: #8097af;
}
.cmmain_sec_mnmoring .cmmain_tag .cmmain_tag_item:hover {
  background-color: #8097af;
}
.cmmain_sec_sdfood .cmmain_tag .cmmain_tag_item {
  border-color: #ff6a26;
}
.cmmain_sec_sdfood .cmmain_tag .cmmain_tag_item:hover {
  background-color: #ff6a26;
}
.cmmain_sec_mollys .cmmain_tag .cmmain_tag_item {
  border-color: #dfd1b3;
}
.cmmain_sec_mollys .cmmain_tag .cmmain_tag_item:hover {
  background-color: #dfd1b3;
}
.cmmain_sec_foodmarket .cmmain_tag .cmmain_tag_item {
  border-color: #9e2a2b;
}
.cmmain_sec_foodmarket .cmmain_tag .cmmain_tag_item:hover {
  background-color: #9e2a2b;
}

.cmmain_banner {
  width: 1280px;
  margin: 0 auto 10px;
}
.cmmain_banner > a {
  display: block;
}
.cmmain_banner img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.cmmain_loading {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) 50% 50% no-repeat;
}

.cmmain_more {
  width: 1280px;
  margin: 32px auto 0;
  text-align: center;
}
.cmmain_more .cmmain_more_btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 56px;
  line-height: 54px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.3px;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.cmmain_more .cmmain_more_btn:after {
  display: inline-block;
  margin: 3px 0px 6px 6px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  content: "";
}
.cmmain_more .btn_moreitem:after {
  margin: 0px 0px 6px 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.cmmain_more .btn_moreitem .btn_txt_off {
  display: inline;
}
.cmmain_more .btn_moreitem .btn_txt_on {
  display: none;
}
.cmmain_more .btn_moreitem.on:after {
  margin-top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmmain_more .btn_moreitem.on .btn_txt_off {
  display: none;
}
.cmmain_more .btn_moreitem.on .btn_txt_on {
  display: inline;
}

.cmplan_unit .cmplan_detailbx {
  padding: 10px 0 50px 0;
}
.cmplan_unit .cmplan_tit {
  line-height: 23px;
}
.cmplan_unit .cmplan_tit2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.cmplan_unit .cmplan_tagarea {
  padding-bottom: 0;
}
.cmplan_unit .cmplan_tagarea .cmplan_tag {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.cmmain_tabwrap {
  width: 1280px;
  margin: 0 auto;
}
.cmmain_tabwrap .cmmain_tablist.ty_txtmenu {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li {
  position: relative;
  display: table-cell;
  width: auto;
  height: 100%;
  text-align: center;
}
.cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li.on {
  background-color: #000;
  color: #fff;
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  color: #777;
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu > li:first-child {
  margin-left: 0;
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu > li.on {
  color: #000;
  font-weight: bold;
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu .cmmain_tabimg {
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.03);
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu .cmmain_tabimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmmain_tabwrap .cmmain_tablist.ty_imgmenu .cmmain_tab {
  position: relative;
  padding-top: 89px;
  font-size: 13px;
}
.cmmain_tabwrap .cmmain_tablist.ty_tagmenu {
  font-size: 0;
  text-align: center;
}
.cmmain_tabwrap .cmmain_tablist.ty_tagmenu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.cmmain_tabwrap .cmmain_tablist.ty_tagmenu .cmmain_tab {
  overflow: hidden;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: solid 1px var(--m-colors-primary, #ff5452);
  border-radius: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}
.cmmain_tabwrap .cmmain_tablist.ty_tagmenu .cmmain_tab:hover {
  color: #fff;
  background-color: var(--m-colors-primary, #ff5452);
}
.cmmain_tabwrap .cmmain_tab {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  font-size: 15px;
  color: inherit;
  font-weight: inherit;
}
.cmmain_tabwrap .cmmain_tabcont {
  margin-top: 10px;
}
.cmmain_tabwrap .cmmain_tabpanel {
  position: relative;
  display: none;
}
.cmmain_tabwrap .cmmain_tabpanel.on {
  display: block;
}
.cmmain_tabwrap .cmmain_tabpanel.js_loading_data {
  min-height: 1000px;
}
.cmmain_tabwrap .cmmain_tabpanel.js_loading_data::before {
  content: "";
  display: block;
  height: 400px;
  background: url(../img/common/loading.gif) 50% 50% no-repeat;
}

.cmmain_cunit_slider {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.cmmain_cunit_slider > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cmmain_cunit_slider > ul > li {
  min-width: 1280px;
}
.cmmain_cunit_slider .bx-controls-direction a {
  overflow: hidden;
  position: absolute;
  top: 146px;
  width: 44px;
  height: 58px;
}
.cmmain_cunit_slider .bx-controls-direction .bx-prev {
  left: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider .bx-controls-direction .bx-prev {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider .bx-controls-direction .bx-prev.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -54px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider .bx-controls-direction .bx-prev.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider .bx-controls-direction .bx-next {
  right: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -108px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider .bx-controls-direction .bx-next {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider .bx-controls-direction .bx-next.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -93px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider .bx-controls-direction .bx-next.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}

.cmmain_cunit_items {
  width: 1280px;
  margin: 0 auto;
}

.cmmain_plan_items .cunit_thmb_lst > li:nth-child(4n+4) {
  margin-right: 40px;
}
.cmmain_plan_items .cunit_thmb_lst > li:nth-child(4n+3) {
  margin-right: 0;
}
.cmmain_plan_items .cunit_thmb_lst > li.cmmain_planbx {
  position: relative;
  width: 620px;
}
.cmmain_plan_items .cmmain_cmplan_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cmmain_plan_items .cmmain_cmplan_slider .cmplan_unit {
  min-width: 620px;
}
.cmmain_plan_items .bx-controls {
  position: absolute;
  top: 367px;
  right: 10px;
  width: 80px;
  height: 25px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}
.cmmain_plan_items .bx-controls .bx-pager {
  padding-top: 4px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a.bx-prev:after {
  -webkit-transform: perspective(1px) rotate(135deg);
          transform: perspective(1px) rotate(135deg);
  left: 10px;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.cmmain_plan_items .bx-controls .bx-controls-direction a.bx-next:after {
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
  left: 6px;
}

.cmmain_sec_promotion {
  margin-top: 100px;
}
.cmmain_sec_promotion .cmmain_promotion_imgbx {
  position: relative;
  width: 1280px;
  margin: 0 auto 10px auto;
}
.cmmain_sec_promotion .cmmain_promotion_imgbx img {
  width: 100%;
  vertical-align: top;
}

.cmmain_sec_event {
  position: relative;
  overflow: hidden;
  margin-top: 67px;
}
.cmmain_sec_event .cmmain_event_imgbx {
  position: relative;
  width: 1280px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
}
.cmmain_sec_event .cmmain_event_imgbx img {
  width: 100%;
  vertical-align: top;
}
.cmmain_sec_event .cmmain_event_imgbx .badge_ad {
  position: absolute;
  top: 5px;
  right: 0;
  width: 34px;
  height: 16px;
}
.cmmain_sec_event .cmmain_event_imgbx .badge_ad::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/common/adinfo.png) 0 0 no-repeat;
}
.cmmain_sec_event .cmmain_event_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.cmmain_sec_event .cmmain_event_slide {
  width: 100%;
}
.cmmain_sec_event .bx-controls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 80px;
  height: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}
.cmmain_sec_event .bx-controls .bx-pager {
  padding-top: 4px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a.bx-prev:after {
  -webkit-transform: perspective(1px) rotate(135deg);
          transform: perspective(1px) rotate(135deg);
  left: 10px;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.cmmain_sec_event .bx-controls .bx-controls-direction a.bx-next:after {
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
  left: 6px;
}

.cmmain_sec_popular .cmplan_unit .cmplan_detailbx {
  padding-right: 285px;
}

.cmmain_sec_quick {
  margin-top: 100px;
}
.cmmain_sec_quick .cmmain_quick_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.cmmain_sec_quick .cmmain_quick_list > li {
  display: inline-block;
}
.cmmain_sec_quick .cmmain_quick_list.ty_category .cmmain_quick_ico::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.cmmain_sec_quick .cmmain_quick_item .cmmain_quick_ico {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 16px;
}
.cmmain_sec_quick .cmmain_quick_item .cmmain_quick_ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmmain_sec_quick .cmmain_quick_item .cmmain_quick_txt {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  color: #222;
}

.cmmain_sec_news .cmmain_grid {
  padding-top: 10px;
}
.cmmain_sec_news .cmplan_unit .cmplan_detailbx {
  padding-right: 100px;
}
.cmmain_sec_news .cmmain_deal {
  position: relative;
  padding-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0;
  text-align: center;
  word-break: break-all;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_link {
  display: block;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_ico::after {
  content: "";
  display: block;
}
.cmmain_sec_news .cmmain_deal.cmmain_deal_happylounge {
  margin-bottom: 50px;
  border-color: var(--m-colors-primary, #ff5452);
}
.cmmain_sec_news .cmmain_deal.cmmain_deal_happylounge .cmmain_deal_ico::after {
  content: "";
  width: 193px;
  height: 37px;
  display: block;
  background: url("../img/main/img_special_price_logo.png") no-repeat center/100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_sec_news .cmmain_deal.cmmain_deal_happylounge .cmmain_deal_ico::after {
    background-image: url("../img/main/img_special_price_logo@2x.png");
  }
}
.cmmain_sec_news .cmmain_deal.cmmain_deal_obj {
  border-color: #ffd800;
}
.cmmain_sec_news .cmmain_deal.cmmain_deal_obj .cmmain_deal_ico::after {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -54px -93px;
  width: 70px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_sec_news .cmmain_deal.cmmain_deal_obj .cmmain_deal_ico::after {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_imgbx {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_imgbx .cmmain_deal_img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_tit {
  overflow: hidden;
  max-height: 40px;
  margin-top: 18px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.3px;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_itemtx {
  overflow: hidden;
  height: 16px;
  margin-top: 11px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 16px;
  color: #777;
  letter-spacing: -0.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_pricebx {
  height: 24px;
  margin-top: 2px;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_pricebar {
  display: inline-block;
  margin: 5px 0 0 2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  vertical-align: top;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_optprice {
  display: inline-block;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #222;
  vertical-align: top;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_optprice .cmmain_deal_price {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_optprice .cmmain_deal_pricetx {
  display: inline-block;
  margin-top: 8px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  vertical-align: top;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_orgprice {
  display: inline-block;
  margin: 5px 0 0 6px;
  line-height: 16px;
  color: #777;
  text-decoration: none;
  vertical-align: top;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_orgprice .cmmain_deal_price {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  letter-spacing: -0.5px;
}
.cmmain_sec_news .cmmain_deal .cmmain_deal_orgprice .cmmain_deal_pricetx {
  display: inline-block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
.cmmain_sec_news .cmmain_keyword {
  position: relative;
  border: 1px solid var(--m-colors-secondary, #222222);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_in {
  padding: 35px 30px;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_tit {
  font-size: 17px;
  color: var(--m-colors-secondary, #222222);
  letter-spacing: -0.3px;
  text-align: center;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_tit::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -203px 0px;
  width: 34px;
  height: 34px;
  background-color: var(--m-colors-secondary, #222222);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_sec_news .cmmain_keyword .cmmain_keyword_tit::before {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_list {
  overflow: hidden;
  margin-top: 16px;
  text-align: center;
  font-size: 0;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_list > li {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
  margin: 8px 2px 0 3px;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_item {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  border-radius: 17.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  color: #777;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.cmmain_sec_news .cmmain_keyword .cmmain_keyword_item:hover {
  color: #000;
  border: 1px solid #000;
}

.cmmain_sec_gift .cmmain_tabwrap .cmmain_tablist.ty_imgmenu > li.on .cmmain_tabimg {
  background: rgba(214, 210, 196, 0.6);
}
.cmmain_sec_gift .cmmain_tabwrap .cmmain_tabcont {
  margin-top: 7px;
}

.cmmain_sec_ranking .cmmain_rank_tabitem {
  min-height: 550px;
  padding-top: 30px;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cmmain_cunit_items {
  display: none;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cmmain_cunit_items.on {
  display: block;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cunit_thmb_lst:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 1px;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cunit_thmb_lst > li {
  padding-bottom: 90px;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cunit_thmb_lst > li:nth-of-type(3), .cmmain_sec_ranking .cmmain_rank_tabitem .cunit_thmb_lst > li:nth-of-type(7) {
  margin-right: 0;
}
.cmmain_sec_ranking .cmmain_rank_tabitem .cunit_thmb_lst > li:nth-of-type(4n + 4) {
  margin-right: 40px !important;
}
.cmmain_sec_ranking .cmmain_rank_tabwrap {
  position: absolute;
  top: 30px;
  left: 0;
  width: 290px;
  height: 450px;
  padding: 0 17px 0 20px;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  background-color: #fff;
}
.cmmain_sec_ranking .cmmain_rank_tabwrap .cmmain_rank_date {
  position: absolute;
  bottom: 14px;
  left: 20px;
  font-size: 12px;
  letter-spacing: -0.3px;
  color: #888;
}
.cmmain_sec_ranking .cmmain_rank_tablist {
  margin: 12px 0 16px;
  font-size: 0;
}
.cmmain_sec_ranking .cmmain_rank_tablist > li {
  display: inline-block;
  width: 50%;
}
.cmmain_sec_ranking .cmmain_rank_tablist > li.on .cmmain_rank_tab {
  font-weight: bold;
  border-color: #000;
}
.cmmain_sec_ranking .cmmain_rank_tab {
  width: 100%;
  height: 33px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #e7e7e7;
}
.cmmain_sec_ranking .cmmain_rank_tabpanel {
  display: none;
}
.cmmain_sec_ranking .cmmain_rank_tabpanel.on {
  display: block;
}
.cmmain_sec_ranking .rank_list > li {
  padding: 7px 0;
}
.cmmain_sec_ranking .rank_list > li.on .rank_items {
  display: block;
}
.cmmain_sec_ranking .rank_link {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #000;
}
.cmmain_sec_ranking .rank_link:hover .rank_tx {
  font-weight: bold;
}
.cmmain_sec_ranking .rank_link:hover .rank_tx:after {
  background-color: #000;
}
.cmmain_sec_ranking .rank_tx {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmmain_sec_ranking .rank_tx:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
}
.cmmain_sec_ranking .rank_num {
  padding-right: 3px;
}
.cmmain_sec_ranking .rank_state {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmmain_sec_ranking .rank_state .rank_count {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.cmmain_sec_ranking .rank_state .rank_ico {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
}
.cmmain_sec_ranking .rank_state.rank_up {
  color: var(--m-colors-primary, #ff5452);
}
.cmmain_sec_ranking .rank_state.rank_down {
  color: #22009c;
}
.cmmain_sec_ranking .rank_state.rank_same .rank_ico {
  width: 11px;
  height: 2px;
  background: url(../img/common_layout/sp_cmjump_rank_ico.png) 0 -100px no-repeat;
}
.cmmain_sec_ranking .rank_state.rank_new .rank_ico {
  width: 23px;
  height: 8px;
  background: url(../img/common_layout/sp_cmjump_rank_ico.png) 0 -150px no-repeat;
}

.cmmain_grid {
  width: 1280px;
  margin: 0 auto;
}
.cmmain_grid:after {
  display: block;
  clear: both;
  content: "";
}
.cmmain_grid .cmmain_gridcol2 {
  float: left;
  width: 620px;
  margin-left: 40px;
}
.cmmain_grid .cmmain_gridcol2:first-child {
  margin-left: 0;
}
.cmmain_grid .cmmain_gridcol3 {
  float: left;
  width: 400px;
  margin-left: 40px;
}
.cmmain_grid .cmmain_gridcol3:first-child {
  margin-left: 0;
}

.cmmain_sec_store {
  margin-top: 6px;
}
.cmmain_sec_store .cmmain_sec_event {
  margin: 0 0 40px 0;
}
.cmmain_sec_store .cmmain_store .cmmain_store_util {
  position: absolute;
  right: 12px;
  bottom: 106px;
}
.cmmain_sec_store .cmmain_store .cmmain_store_util .cmlike {
  vertical-align: top;
}
.cmmain_sec_store .cmmain_more {
  margin-top: 5px;
}
.cmmain_sec_store .cmmain_more .cmmain_more_btn {
  background-color: transparent;
}
.cmmain_sec_store + .cmmain_sec_event {
  margin-top: 0;
}

.mndmoon_cunit_lst > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.mndmoon_cunit_lst .cm_bdg_v2 {
  width: 62px;
}
.mndmoon_cunit_lst .cunit_prod .thmb {
  overflow: visible;
}
.mndmoon_cunit_lst .cunit_prod .thmb > .nolink,
.mndmoon_cunit_lst .cunit_prod .thmb > a {
  overflow: visible;
}
.mndmoon_cunit_lst .cunit_prod .thmb.thmb_over .cm_bdg_v2,
.mndmoon_cunit_lst .cunit_prod .thmb.thmb_over .deiv_bdg {
  -webkit-transform: translate(0px);
          transform: translate(0px);
  opacity: 0;
}
.mndmoon_cunit_lst .cm_bdg_v2 > span {
  margin-top: -12px;
  line-height: 60px;
  border-radius: 50%;
}
.mndmoon_cunit_lst .cm_bdg_v2 > span:first-child {
  margin-top: -15px;
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_sale {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -343px -78px;
  width: 62px;
  height: 68px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_sale {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_sale:before {
  content: "";
  display: inline-block;
  width: 6px;
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_better {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -343px -156px;
  width: 61px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_better {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_coupon {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -243px -72px;
  width: 62px;
  height: 68px;
  line-height: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_coupon {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_coupon:before {
  content: "";
  display: inline-block;
  width: 6px;
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_enuri {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -343px 0px;
  width: 62px;
  height: 68px;
  line-height: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_enuri {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_enuri:before {
  content: "";
  display: inline-block;
  width: 6px;
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_plus {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -71px -297px;
  width: 61px;
  height: 60px;
  font-size: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_plus {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_plus2 {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -142px -297px;
  width: 61px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_plus2 {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_gift {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -343px -226px;
  width: 61px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_gift {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_sale2 {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: 0px -297px;
  width: 61px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_sale2 {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cm_bdg_v2 span.di_onefree {
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -71px -297px;
  width: 61px;
  height: 60px;
  font-size: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_cunit_lst .cm_bdg_v2 span.di_onefree {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_cunit_lst .cunit_tyctt {
  padding: 0;
}
.mndmoon_cunit_lst .cunit_tyctt .cunit_post .post_subject {
  color: #555;
}
.mndmoon_cunit_lst .cunit_tyctt .cunit_post .post_summary {
  font-size: 14px;
}
.mndmoon_cunit_lst .cunit_tyctt .cunit_price2 .org_price .ssg_price {
  color: #777;
}
.mndmoon_cunit_lst .cunit_tyctt .cunit_price2 .price_discount {
  color: #a15f20;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 {
  width: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_prod {
  width: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_prod .thmb {
  width: 245px;
  height: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_prod .thmb > a {
  width: 245px;
  height: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_prod .exp_area .opt_bx {
  width: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_prod .exp_area .opt_bx span {
  max-width: 245px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t346 {
  width: 346px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_post .post_subject, .mndmoon_cunit_lst .cunit_tyctt.cunit_t346 .cunit_post .post_subject {
  margin-bottom: 4px;
  font-size: 14px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_post .post_summary, .mndmoon_cunit_lst .cunit_tyctt.cunit_t346 .cunit_post .post_summary {
  font-size: 13px;
  line-height: 18px;
}
.mndmoon_cunit_lst .cunit_tyctt.cunit_t245 .cunit_price2, .mndmoon_cunit_lst .cunit_tyctt.cunit_t346 .cunit_price2 {
  padding-top: 6px;
}

.cunit_mndmoon_buy {
  position: relative;
  height: 35px;
  margin-bottom: 15px;
}
.cunit_mndmoon_buy .mndmoon_buy_date {
  font-size: 13px;
  color: #222;
  line-height: 35px;
}
.cunit_mndmoon_buy .mndmoon_buy_date em {
  padding: 0 7px 0 0;
  font-weight: bold;
  color: #475a52;
}
.cunit_mndmoon_buy .mndmoon_buy_opt {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 6px;
  margin-top: -13px;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  color: #56786a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  border: solid 1px #56786a;
  background-color: #fff;
}
.cunit_mndmoon_buy .mndmoon_buy_opt:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: -2px;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid transparent;
}
.cunit_mndmoon_buy .mndmoon_buy_opt:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -4px;
  border-left: 2px solid transparent;
  border-right: 2px solid #56786a;
  border-top: 2px solid #56786a;
  border-bottom: 2px solid transparent;
}

.cunit_mndmoon_rank {
  position: relative;
  margin-bottom: 16px;
}
.cunit_mndmoon_rank .mndmoon_num {
  display: block;
  text-align: center;
  line-height: 22px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222;
}
.cunit_mndmoon_rank .mndmoon_num:after {
  content: "";
  display: none;
  position: absolute;
  top: -22px;
  left: 50%;
  width: 54px;
  height: 16px;
  margin-left: -28px;
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -98px -266px;
  width: 53px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cunit_mndmoon_rank .mndmoon_num:after {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.cunit_mndmoon_rank .mndmoon_rank_info {
  position: absolute;
  top: 0;
  right: 0;
}
.cunit_mndmoon_rank .mndmoon_rank_info span {
  display: inline-block;
  vertical-align: top;
  height: 21px;
  margin-left: 4px;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cunit_mndmoon_rank .mndmoon_new {
  width: 40px;
  line-height: 22px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background-color: #475a52;
}
.cunit_mndmoon_rank .mndmoon_ranking {
  position: relative;
  padding: 0 10px 0 20px;
  font-size: 13px;
  color: #999;
  letter-spacing: -1.5px;
  border: solid 1px #999;
  background-color: #fff;
}
.cunit_mndmoon_rank .mndmoon_ranking em {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  vertical-align: -1px;
}
.cunit_mndmoon_rank .mndmoon_ranking:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.cunit_mndmoon_rank .mndmoon_ranking.up {
  color: #bd936b;
  border-color: #bd936b;
}
.cunit_mndmoon_rank .mndmoon_ranking.up:after {
  border-bottom: 6px solid #bd936b;
}
.cunit_mndmoon_rank .mndmoon_ranking.down:after {
  border-top: 6px solid #999;
}

.cunit_thmb_lst3 .cunit_mndmoon_rank {
  margin-top: 22px;
}
.cunit_thmb_lst3 .cunit_mndmoon_rank .mndmoon_num:after {
  display: block;
}

.cunit_mndmoon_theme {
  height: 63px;
  padding: 22px 20px 0;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  background-color: #475a52;
}
.cunit_mndmoon_theme .mndmoon_tag {
  display: inline-block;
  width: 150px;
  height: 24px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.cunit_mndmoon_theme .mndmoon_btnmore {
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.cunit_mndmoon_theme .mndmoon_btnmore:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 0 2px 1px;
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
}

.cunit_mndmoon_time {
  position: absolute;
  top: 332px;
  left: 15px;
  z-index: 3;
}
.cunit_mndmoon_time .mndmoon_time {
  overflow: hidden;
  line-height: 1;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #bc9c7d;
}
.cunit_mndmoon_time .mndmoon_time span,
.cunit_mndmoon_time .mndmoon_time em {
  float: left;
}
.cunit_mndmoon_time .mndmoon_time .day {
  margin-right: 10px;
}

.cunit_mndmoon_date .mndmoon_date_num {
  display: inline-block;
  vertical-align: top;
  width: 87px;
  height: 36px;
  line-height: 39px;
  font-size: 21px;
  border-radius: 18px 18px 18px 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #475a52;
}
.cunit_mndmoon_date .mndmoon_date_txt {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 36px;
  font-size: 13px;
  color: #475a52;
}

.cunit_mndmoon_keyword {
  text-align: center;
  margin-bottom: 15px;
}
.cunit_mndmoon_keyword .mndmoon_keyword_tag {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-bottom: 8px;
  line-height: 33px;
  font-size: 15px;
  color: #fff;
  border-radius: 16px;
  background-color: #475a52;
}
.cunit_mndmoon_keyword .mndmoon_keyword_txt {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
  color: #222;
}

.mndmoon_review_unit {
  width: 290px;
  height: 480px;
  padding: 22px 24px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.mndmoon_review_unit .mndmoon_review_date {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 11px;
  color: #777777;
}
.mndmoon_review_unit .mndmoon_review_img {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}
.mndmoon_review_unit .mndmoon_review_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mndmoon_review_unit .mndmoon_review_tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 36px;
  padding-top: 12px;
  font-size: 14px;
  color: #222;
}
.mndmoon_review_unit .mndmoon_review_rate {
  padding-top: 10px;
  font-weight: bold;
  font-size: 11px;
}
.mndmoon_review_unit .mndmoon_review_rate .rate_star {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-top: 2px;
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -206px -214px;
  width: 69px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_review_unit .mndmoon_review_rate .rate_star {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_review_unit .mndmoon_review_rate .rate_star_on {
  display: block;
  width: auto;
  color: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -243px -150px;
  width: 69px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_review_unit .mndmoon_review_rate .rate_star_on {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_review_unit .mndmoon_review_rate .rate_type {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  border-width: 1px 0;
}
.mndmoon_review_unit .mndmoon_review_rate .rate_type.ty_prem {
  color: #b0834c;
  border-color: #b0834c;
}
.mndmoon_review_unit .mndmoon_review_rate .rate_type.ty_expe {
  color: var(--m-colors-primary, #ff5452);
  border-color: var(--m-colors-primary, #ff5452);
}
.mndmoon_review_unit .mndmoon_review_rate .rate_type.ty_month {
  color: #014989;
  border-color: #014989;
}
.mndmoon_review_unit .mndmoon_review_rate .rate_opt {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  padding: 0 3px;
  color: #fff;
  background-color: #475a52;
}
.mndmoon_review_unit .mndmoon_review_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 8px;
  max-height: 60px;
  font-size: 13px;
  color: #222;
  line-height: 20px;
}
.mndmoon_review_unit .mndmoon_review_txt .ico_more {
  position: relative;
  display: inline-block;
  vertical-align: -2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.mndmoon_review_unit .mndmoon_review_txt .ico_more:before, .mndmoon_review_unit .mndmoon_review_txt .ico_more:after {
  content: "";
  background-color: #fff;
}
.mndmoon_review_unit .mndmoon_review_txt .ico_more:before {
  display: block;
  width: 1px;
  height: 7px;
  margin: 3px 6px;
}
.mndmoon_review_unit .mndmoon_review_txt .ico_more:after {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 7px;
  height: 1px;
}
.mndmoon_review_unit .mndmoon_review_user {
  padding-top: 16px;
  display: table;
  font-size: 12px;
  color: #777;
}
.mndmoon_review_unit .mndmoon_review_user span {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  white-space: nowrap;
}
.mndmoon_review_unit .mndmoon_review_user span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #e0e0e0;
}
.mndmoon_review_unit .mndmoon_review_user span:first-child {
  padding-left: 0;
}
.mndmoon_review_unit .mndmoon_review_user span:first-child:before {
  display: none;
}

.mndmoon_sample_lst {
  margin-left: -40px;
  font-size: 0;
}
.mndmoon_sample_lst > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}

.mndmoon_sample_item {
  width: 400px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}
.mndmoon_sample_item .mndmoon_sample_img {
  position: relative;
  display: block;
  padding-bottom: 60%;
  overflow: hidden;
}
.mndmoon_sample_item .mndmoon_sample_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mndmoon_sample_item .mndmoon_sample_cont {
  position: relative;
  padding: 25px 20px 50px;
}
.mndmoon_sample_item .mndmoon_sample_tit {
  font-size: 15px;
  margin-bottom: 8px;
  color: #222;
}
.mndmoon_sample_item .mndmoon_sample_tit .mndmoon_sample_t1,
.mndmoon_sample_item .mndmoon_sample_tit .mndmoon_sample_t2 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mndmoon_sample_item .mndmoon_sample_tit .mndmoon_sample_t1 {
  font-size: 18px;
  line-height: 22px;
}
.mndmoon_sample_item .mndmoon_sample_tit .mndmoon_sample_t2 {
  padding-top: 3px;
  font-size: 15px;
  font-weight: normal;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_tit {
  padding-right: 100px;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_tit .mndmoon_sample_t1 {
  font-size: 15px;
  font-weight: normal;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_time .mndmoon_time {
  overflow: hidden;
  line-height: 1;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_time .mndmoon_time span,
.mndmoon_sample_item.ty_timer .mndmoon_sample_time .mndmoon_time em {
  float: left;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_time .mndmoon_time .day {
  margin-right: 10px;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_btn {
  position: absolute;
  top: -43px;
  right: 20px;
  width: 87px;
  height: 105px;
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: 0px -182px;
  width: 88px;
  height: 105px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_sample_item.ty_timer .mndmoon_sample_btn {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_btn a {
  display: block;
  height: 87px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_btn a span {
  display: inline-block;
  max-width: 65px;
  line-height: 17px;
  vertical-align: middle;
  word-break: keep-all;
}
.mndmoon_sample_item.ty_timer .mndmoon_sample_btn a:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.mndmoon_sample_item.ty_end .mndmoon_sample_tit .mndmoon_sample_t1 {
  font-size: 15px;
  font-weight: normal;
}
.mndmoon_sample_item.ty_end .mndmoon_sample_end {
  font-size: 20px;
}
.mndmoon_sample_item.ty_end .mndmoon_sample_end span {
  font-weight: bold;
}

.mndmoon_media_lst > li {
  border-top: 1px solid #e2e2e2;
}
.mndmoon_media_lst > li:first-child {
  border-top: 0;
}

.mndmoon_media_unit {
  padding: 30px 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}
.mndmoon_media_unit .mndmoon_media_mov {
  float: left;
  width: 400px;
}
.mndmoon_media_unit .mndmoon_media_tit a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mndmoon_media_unit .mndmoon_media_tit .mndmoon_media_titsub {
  margin-top: 4px;
  font-size: 15px;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 21px;
  letter-spacing: -0.3px;
  word-wrap: break-word;
  word-break: break-all;
}
.mndmoon_media_unit .mndmoon_media_thmb {
  position: relative;
  width: 400px;
  padding-bottom: 60%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #000;
}
.mndmoon_media_unit .mndmoon_media_thmb img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mndmoon_media_unit .mndmoon_media_thmb .mndmoon_media_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.mndmoon_media_unit .mndmoon_media_thmb .mndmoon_media_play:after {
  content: "";
  display: block;
  background-image: url(../img/sprites/sp_mndmoon_20240223.png);
  background-position: -213px -297px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mndmoon_media_unit .mndmoon_media_thmb .mndmoon_media_play:after {
    background-image: url(../img/sprites/sp_mndmoon_20240223@2x.png);
    background-size: 510px 445px;
  }
}
.mndmoon_media_unit .mndmoon_media_item {
  margin-left: 440px;
}
.mndmoon_media_unit .mndmoon_media_item .mndmoon_cunit_lst {
  width: auto;
}
.mndmoon_media_unit .mndmoon_media_item .mndmoon_cunit_lst > li {
  width: 180px;
  padding: 0;
}
.mndmoon_media_unit .mndmoon_media_item .mndmoon_cunit_lst > li:nth-child(4n+4) {
  margin-right: 0;
}

.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li.on {
  background-color: #b08f70;
}
.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li.on .cmmain_tab_tipbox {
  opacity: 0;
}
.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tablist.ty_txtmenu .cmmain_tab_tipbox {
  position: absolute;
  top: -16px;
  left: 0;
  background: none;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tablist.ty_txtmenu .cmmain_tab_tipbox .cmmain_tab_tip {
  display: inline-block;
  position: relative;
  min-width: 220px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  background-color: #4c6256;
}
.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tablist.ty_txtmenu .cmmain_tab_tipbox .cmmain_tab_tip:after {
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #4c6256;
  border-bottom: 0;
  border-right: 0;
  border-left: 10px solid transparent;
}
.cmmain_sec_mndmoon .cmmain_tabwrap .cmmain_tabcont {
  margin-top: 40px;
}
.cmmain_sec_mndmoon .mndmoon_dealitem {
  margin: 0 auto;
}
.cmmain_sec_mndmoon .mndmoon_dealitem:after {
  content: "";
  display: block;
  clear: both;
}
.cmmain_sec_mndmoon .mndmoon_dealitem .cunit_tyctt .cunit_info2 {
  padding-left: 15px;
}
.cmmain_sec_mndmoon .mndmoon_dealitem .cunit_tyctt .exp_area {
  display: none;
}
.cmmain_sec_mndmoon .mndmoon_dealitem .mndmoon_unit_time li {
  position: relative;
}
.cmmain_sec_mndmoon .mndmoon_timedeal {
  position: relative;
  float: left;
  width: 290px;
  padding-right: 19px;
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_heading {
  position: relative;
  z-index: 10;
  margin-bottom: 12px;
  padding-left: 26px;
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_heading .mndmoon_tit {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #4c6256;
  font-weight: bold;
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -203px -44px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_heading:after {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_time {
  position: absolute;
  top: 0;
  right: 0;
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_time .mndmoon_time {
  overflow: hidden;
  line-height: 1;
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  color: #475a52;
}
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_time .mndmoon_time span,
.cmmain_sec_mndmoon .mndmoon_timedeal .mndmoon_timedeal_time .mndmoon_time em {
  float: left;
}
.cmmain_sec_mndmoon .mndmoon_timedeal + .mndmoon_hotdeal {
  float: right;
  width: 969px;
  margin-top: 41px;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_sec_mndmoon .mndmoon_hotdeal {
  position: relative;
  width: 100%;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst {
  font-size: 0;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst > li {
  margin-right: 31px;
  padding-top: 0;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst > li:nth-child(4n+4), .cmmain_sec_mndmoon .mndmoon_cunit_lst > li:last-child {
  margin-right: 0;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst .cunit_tyctt {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst .cunit_tyctt.cunit_t386 {
  width: 386px;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst .cunit_tyctt.cunit_t290 {
  width: 290px;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst .cunit_tyctt .cunit_price2 .price_discount {
  color: #c69565;
}
.cmmain_sec_mndmoon .mndmoon_hotdeal .mndmoon_cunit_lst > li {
  margin-right: 40px;
}
.cmmain_sec_mndmoon .mndmoon_hotdeal .mndmoon_cunit_lst > li:nth-child(3n), .cmmain_sec_mndmoon .mndmoon_hotdeal .mndmoon_cunit_lst > li:last-child {
  margin-right: 0;
}
.cmmain_sec_mndmoon .mndmoon_hotdeal .mndmoon_cunit_lst > li:nth-child(2n+2) {
  margin-right: 40px;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst {
  font-size: 0;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst li:nth-child(4n+1), .cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst li:first-child {
  margin-left: 0;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst li:nth-child(4n+4), .cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_lst li:last-child {
  margin-right: 0;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_unit {
  width: 290px;
  padding: 24px;
  background: #f5f5f5;
}
.cmmain_sec_mndmoon .mndmoon_review_items .mndmoon_review_unit .mndmoon_review_tit {
  padding-top: 20px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit {
  padding-top: 0;
}
.cmmain_sec_mndmoon .mndmoon_media_unit:after {
  clear: both;
  content: "";
  display: block;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_mov {
  width: 620px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_tit {
  margin: 0 10px 20px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_tit .mndmoon_media_tip {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  color: var(--m-colors-primary, #ff5452);
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_tit a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #222;
  letter-spacing: -0.5px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_tit .mndmoon_media_titsub {
  overflow: hidden;
  max-height: 66px;
  font-size: 13px;
  line-height: 22px;
  color: #777;
  letter-spacing: -0.3px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_item {
  margin-left: 660px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_media_thmb {
  width: 620px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_cunit_lst {
  font-size: 0;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_cunit_lst > li {
  margin-right: 40px;
}
.cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_cunit_lst > li:nth-child(2n+3), .cmmain_sec_mndmoon .mndmoon_media_unit .mndmoon_cunit_lst > li:last-child {
  margin-right: 0;
}
.cmmain_sec_mndmoon .mndmoon_cunit_lst .cunit_mndmoon_rank .mndmoon_num:after {
  display: block;
}

.cmmain_sec_foryou .cmmain_cmforyou_items {
  margin-top: 30px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}
.cmmain_sec_foryou .cmmain_cmforyou_items .cunit_thmb_lst {
  position: relative;
  background-color: #fff;
}
.cmmain_sec_foryou .cmmain_cmforyou_items .cunit_thmb_lst:before {
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  content: "";
}
.cmmain_sec_foryou .cmmain_cmforyou_items .cunit_thmb_lst > li {
  position: relative;
  height: 334px;
  padding-top: 0;
  padding-bottom: 110px;
}
.cmmain_sec_foryou .cmforyou_login {
  height: 477px;
}
.cmmain_sec_foryou .cmforyou_login .cunit_thmb_lst > li {
  padding-top: 33px;
}
.cmmain_sec_foryou .cmforyou_item {
  background: url(../img/common/loading.gif) 50% 50% no-repeat;
}
.cmmain_sec_foryou .cmforyou_guide {
  position: absolute;
  bottom: 0;
  width: 180px;
}
.cmmain_sec_foryou .cmforyou_guide:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/common/sp_foryou_v2.png) no-repeat;
  vertical-align: top;
  content: "";
}
.cmmain_sec_foryou .cmforyou_best_type:before {
  background-position: 0 0;
}
.cmmain_sec_foryou .cmforyou_favorite_type:before {
  background-position: -50px 0;
}
.cmmain_sec_foryou .cmforyou_cart_type:before {
  background-position: -100px 0;
}
.cmmain_sec_foryou .cmforyou_clip_type:before {
  background-position: -150px 0;
}
.cmmain_sec_foryou .cmforyou_question_type:before {
  background-position: 0 -50px;
}
.cmmain_sec_foryou .cmforyou_look_type:before {
  background-position: -50px -50px;
}
.cmmain_sec_foryou .cmforyou_notice_type:before {
  background-position: -100px -50px;
}
.cmmain_sec_foryou .cmforyou_guide_tx {
  height: 40px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  letter-spacing: -0.3px;
}
.cmmain_sec_foryou .cmforyou_guide_tx a {
  color: #222;
}
.cmmain_sec_foryou .cmforyou_guide_tx .point {
  color: var(--m-colors-primary, #ff5452);
}
.cmmain_sec_foryou .cmforyou_del {
  position: absolute;
  top: 0;
  right: 0;
}
.cmmain_sec_foryou .cmforyou_del_btn {
  width: 30px;
  height: 30px;
  background: url(../img/common/sp_foryou_v2.png) no-repeat -100px -290px;
}
.cmmain_sec_foryou .cmforyou_last:before {
  display: block;
  width: 180px;
  height: 180px;
  background: url(../img/common/sp_foryou_v2.png) no-repeat 0 -100px;
  content: "";
}
.cmmain_sec_foryou .cmforyou_last_tx1 {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
  letter-spacing: -0.4px;
  text-align: center;
}
.cmmain_sec_foryou .cmforyou_last_tx2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  letter-spacing: -0.5px;
}
.cmmain_sec_foryou .cmforyou_last_point {
  color: var(--m-colors-primary, #ff5452);
}
.cmmain_sec_foryou .cmforyou_controls {
  width: 80px;
  margin: 30px auto 0;
}
.cmmain_sec_foryou .cmforyou_controls:after {
  display: block;
  clear: both;
  content: "";
}
.cmmain_sec_foryou .cmforyou_controls_prev,
.cmmain_sec_foryou .cmforyou_controls_next {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../img/common/sp_foryou_v2.png) no-repeat;
}
.cmmain_sec_foryou .cmforyou_controls_prev {
  background-position: 0 -290px;
}
.cmmain_sec_foryou .cmforyou_controls_prev:hover {
  background-position: 0 -390px;
}
.cmmain_sec_foryou .cmforyou_controls_prev.disabled {
  background-position: 0px -340px;
}
.cmmain_sec_foryou .cmforyou_controls_next {
  background-position: -50px -290px;
}
.cmmain_sec_foryou .cmforyou_controls_next:hover {
  background-position: -50px -390px;
}
.cmmain_sec_foryou .cmforyou_controls_next.disabled {
  background-position: -50px -340px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .cmmain_sec_foryou .cmforyou_guide:before,
.cmmain_sec_foryou .cmforyou_last:before,
.cmmain_sec_foryou .cmforyou_controls_prev,
.cmmain_sec_foryou .cmforyou_controls_next,
.cmmain_sec_foryou .cmforyou_del_btn {
    background-image: url(../img/common/sp_foryou_v2@2x.png);
    background-size: 200px auto;
  }
}

.cmmain_sec_post .cmmain_post_items {
  width: 1280px;
  margin: 30px auto 0;
}

.cmmain_sec_mmbrs {
  margin: 130px 0;
}

.cmmain_sec_mmbrsevnt {
  margin: 100px 0;
}

.cmmain_sec_smileday {
  margin-top: 40px;
  position: relative;
}
.cmmain_sec_smileday:before {
  content: "";
  width: 100%;
  height: 310px;
  display: block;
  background-image: url(../img/main/cmmain_sec_smileday_banner.png), -webkit-gradient(linear, left top, right top, from(#7b00e7), to(#601c9c));
  background-image: url(../img/main/cmmain_sec_smileday_banner.png), linear-gradient(90deg, #7b00e7 0%, #601c9c 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cmmain_sec_smileday .cmmain_smileday_subject {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_sec_smileday .cmmain_smileday_title {
  display: block;
  font-size: 27px;
  color: #fff;
  line-height: 1.1851851852;
  letter-spacing: -0.3px;
}
.cmmain_sec_smileday .cmmain_smileday_title > span {
  color: #ffd200;
  vertical-align: top;
}
.cmmain_sec_smileday .cmmain_smileday_title + .cmmain_smileday_title {
  margin-top: 8px;
}
.cmmain_sec_smileday .cmmain_tabwrap {
  margin-top: 40px;
}
.cmmain_sec_smileday .cmmain_tabwrap .cmmain_tablist.ty_txtmenu {
  border: none;
  table-layout: auto;
}
.cmmain_sec_smileday .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_sec_smileday .cmmain_tabwrap .cmmain_tablist.ty_txtmenu > li:not(.on) {
  background-color: #fff;
}
.cmmain_sec_smileday .cunit_thmb_lst > li {
  margin-right: 40px;
}
.cmmain_sec_smileday .cunit_thmb_lst > li:nth-child(4n+3) {
  margin-right: 40px;
}
.cmmain_sec_smileday .cunit_thmb_lst > li:nth-child(4n+4) {
  margin-right: 0;
}

.cmmain_sec_brandstore .cmmain_tabwrap .cmmain_tabcont {
  margin-top: 36px;
}

.cmmain_brandstore_banner {
  position: relative;
}
.cmmain_brandstore_banner .cmmain_brandstore_img {
  position: relative;
  height: 250px;
}
.cmmain_brandstore_banner .cmmain_brandstore_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.cmmain_brandstore_banner .cmmain_brandstore_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.cmmain_brandstore_banner .cmmain_brandstore_link {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 180px);
  height: 100%;
}
.cmmain_brandstore_banner .cmmain_brandstore_link .ssgcommon_adinfo {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.cmmain_brandstore_banner .cmmain_brandstore_logo {
  width: 476px;
  height: 145px;
  margin: 0 auto;
}
.cmmain_brandstore_banner .cmmain_brandstore_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.cmmain_brandstore_banner .cmmain_brandstore_tit {
  width: 476px;
  margin: 0 auto;
}
.cmmain_brandstore_banner .cmmain_brandstore_tittx {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.cmmain_brandstore_banner .cmmain_brandstore_tittx + .cmmain_brandstore_tittx {
  margin-top: 5px;
}
.cmmain_brandstore_banner .cmmain_brandstore_morebtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.cmmain_brandstore_banner .cmmain_brandstore_moretx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.003em;
}
.cmmain_brandstore_banner .cmmain_brandstore_moretx span + span {
  margin-top: 4px;
}
.cmmain_brandstore_banner .cmmain_brandstore_moretx1,
.cmmain_brandstore_banner .cmmain_brandstore_moretx2 {
  display: block;
}
.cmmain_brandstore_banner .cmmain_brandstore_moretx2:after {
  content: "";
  display: inline-block;
  vertical-align: 4px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
}

.cmmain_cunit_slider_with_tracking {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.cmmain_cunit_slider_with_tracking > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cmmain_cunit_slider_with_tracking > ul > li {
  min-width: 1280px;
}
.cmmain_cunit_slider_with_tracking .bx-controls-direction a {
  overflow: hidden;
  position: absolute;
  top: 146px;
  width: 44px;
  height: 58px;
}
.cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-prev {
  left: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-prev {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-prev.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -54px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-prev.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-next {
  right: -20px;
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: -108px -25px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-next {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}
.cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-next.disabled {
  background-image: url(../img/sprites/sp_main_20240508.png);
  background-position: 0px -93px;
  width: 44px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_cunit_slider_with_tracking .bx-controls-direction .bx-next.disabled {
    background-image: url(../img/sprites/sp_main_20240508@2x.png);
    background-size: 237px 151px;
  }
}

.cmmain_tabwrap[data-tabname*=official_brand] .cmmain_tabcont {
  margin-top: 40px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_type_row_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .special_label_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .special_label_group .special_label + .special_label {
  margin-left: 5px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .special_label_group + .mtit {
  margin-top: 2px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .special_label.open {
  height: 16px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #222;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .special_label.blossom {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 1.1875;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .mtit {
  font-size: 24px;
  color: #222;
  line-height: 1.2083333333;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .mtit ~ .cunit_lst_v {
  margin-top: 10px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .stxt {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .cunit_thmb_lst {
  width: 620px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .cunit_thmb_lst > li {
  margin-right: 40px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_item .special_brand_info .cunit_thmb_lst > li:last-child {
  margin-right: 0;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui .special_brand_type_row .special_brand_main {
  width: 620px;
  height: 372px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .special_brand_ui + .cmmain_grid {
  margin-top: 60px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .cmplan_unit .cmplan_detailbx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_tabwrap[data-tabname*=official_brand] .cmplan_unit .badge_open {
  background-color: #222;
}
.cmmain_tabwrap[data-tabname*=official_brand] .cmplan_unit .cmplan_tit {
  margin-left: 5px;
}
.cmmain_tabwrap[data-tabname*=official_brand] .cmplan_unit .cmlike {
  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;
  margin-left: auto;
}

.cmmain_sec_ssgsale {
  margin-top: 70px;
  background-size: 100% 344px;
  background-position: top;
  background-repeat: no-repeat;
}
.cmmain_sec_ssgsale .cmmain_heading {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 90px;
}
.cmmain_sec_ssgsale .cmmain_heading .cmmain_heading_tit {
  color: #fff;
}
.cmmain_sec_ssgsale .cmmain_ssgsale_banner {
  position: relative;
  width: 1280px;
  height: 250px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.cmmain_sec_ssgsale .cmmain_ssgsale_banner .cmmain_ssgsale_img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmmain_title_wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  font-family: var(--m-fonts-gothic, Pretendard);
  text-align: start;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_title_wrap .cmmain_title {
  color: var(--m-colors-gray900, #222222);
  display: block;
  padding: 0;
  font-weight: var(--m-fontWeights-bold, 700);
  font-size: var(--m-fontSizes-3xl, 20px);
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.cmmain_title_wrap .cmmain_title_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  color: var(--m-colors-gray500, #888888);
  font-weight: var(--m-fontWeights-medium, 500);
  font-size: var(--m-fontSizes-xl, 16px);
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_title_wrap .cmmain_title_link::after {
  display: block;
  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%2C136%2C136%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: 20px;
  height: 20px;
  content: "";
}

.cmmain_more2 {
  width: 1280px;
  margin: 20px auto 0;
  text-align: center;
}
.cmmain_more2 .cmmain_more_btn {
  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: 410px;
  height: 52px;
  padding: 0 12px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--m-colors-gray900, #222222);
  font-weight: 500;
  -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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_more2 .cmmain_more_btn.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%2834%2C34%2C34%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: 20px;
  height: 20px;
  content: "";
}
.cmmain_more2 .cmmain_more_btn.btn_moreitem::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%2834%2C34%2C34%29' d='M12.001 15.951l-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: 20px;
  height: 20px;
  content: "";
}
.cmmain_more2 .cmmain_more_btn:focus, .cmmain_more2 .cmmain_more_btn:hover {
  -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);
}

.cmmain_tabwrap.v2 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.cmmain_tabwrap.v2 .cmmain_tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmmain_tabwrap.v2 .cmmain_tablist > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.cmmain_tabwrap.v2 .cmmain_tablist > li:not(:first-child) {
  margin-left: 8px;
}
.cmmain_tabwrap.v2 .cmmain_tablist > li.on .cmmain_tab {
  color: #fff;
  font-weight: 700;
  -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);
  background-color: var(--m-colors-gray900, #222222);
}
.cmmain_tabwrap.v2 .cmmain_tablist .cmmain_tab {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  -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;
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  line-height: 1.2;
  height: 40px;
  border: 0 none;
  -webkit-box-shadow: inset 0 0 0 1px #cfcfcf;
          box-shadow: inset 0 0 0 1px #cfcfcf;
  color: var(--m-colors-gray700, #666666);
  background-color: var(--m-colors-white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_tabwrap.v2 .cmmain_tablist .cmmain_tab:hover, .cmmain_tabwrap.v2 .cmmain_tablist .cmmain_tab:focus {
  color: var(--m-colors-gray900, #222222);
  -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);
}
.cmmain_tabwrap.v2 .cmmain_tablist.ty_tagmenu > li.on .cmmain_tab {
  color: #fff;
  font-weight: 700;
  -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);
  background-color: var(--m-colors-gray900, #222222);
}
.cmmain_tabwrap.v2 .cmmain_tablist.ty_tagmenu .cmmain_tab {
  font-size: var(--m-fontSizes-xl, 16px);
  padding: 0 16px;
  height: 46px;
  border-radius: 24px;
  color: var(--m-colors-gray600, #777777);
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
}
.cmmain_tabwrap.v2 .cmmain_tablist.ty_tagmenu .cmmain_tab:hover, .cmmain_tabwrap.v2 .cmmain_tablist.ty_tagmenu .cmmain_tab:focus {
  -webkit-box-shadow: inset 0 0 0 1px var(--m-colors-gray150, #f5f5f5);
          box-shadow: inset 0 0 0 1px var(--m-colors-gray150, #f5f5f5);
  background-color: var(--m-colors-gray150, #f5f5f5);
  font-weight: 500;
  color: var(--m-colors-gray900, #222222);
  -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);
}
.cmmain_tabwrap.v2 .cmmain_tabpanel {
  position: relative;
  display: none;
}
.cmmain_tabwrap.v2 .cmmain_tabpanel.on {
  display: block;
}
.cmmain_tabwrap.v2 .cmmain_tabpanel.js_loading_data {
  min-height: auto;
}
.cmmain_tabwrap.v2 .cmmain_tabpanel.js_loading_data::before {
  content: "";
  display: block;
  height: 400px;
  background: url(https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp) 50% 50% no-repeat;
  background-size: 32px;
}

.cmmain_cmitem_swiper {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.cmmain_cmitem_swiper .swiper-container {
  overflow: hidden;
}
.cmmain_cmitem_swiper .swiper-container.swiper_cols4 .swiper_ctrl_btn, .cmmain_cmitem_swiper .swiper-container.swiper_cols4_over5 .swiper_ctrl_btn {
  top: 141px;
}
.cmmain_cmitem_swiper .swiper-container.swiper_cols6 .swiper_ctrl_btn {
  top: 86px;
}
.cmmain_cmitem_swiper .swiper-container .ssgitem_grid .ssgitem_grid_item_col3 {
  width: 302px;
  margin-right: 24px;
}
.cmmain_cmitem_swiper .swiper-container .ssgitem_grid .ssgitem_grid_item_col2 {
  width: 193.333px;
  margin-right: 24px;
}
.cmmain_cmitem_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn {
  position: absolute;
  z-index: 1;
  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: var(--m-radii-none, 0);
  font-size: var(--m-fontSizes-md, 14px);
  font-weight: var(--m-fontWeights-medium, 500);
  width: auto;
  padding: 4px;
  background-color: var(--m-colors-gray900, #222222);
  color: var(--m-colors-white, #ffffff);
  width: 40px;
  background-color: var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn: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;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn.swiper_ctrl_prev {
  left: 0;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn.swiper_ctrl_prev .icon_ctrl_prev {
  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.049 12l7.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: 32px;
  height: 32px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn.swiper_ctrl_next {
  right: 0;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty1 .swiper_ctrl_btn.swiper_ctrl_next .icon_ctrl_next {
  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='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: 32px;
  height: 32px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn {
  position: absolute;
  z-index: 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;
  width: 60px;
  height: 60px;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--m-colors-white_alpha60, rgba(255, 255, 255, 0.6));
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_prev {
  left: -72px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_prev .icon_ctrl_prev {
  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='M8.049 12l7.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: 24px;
  height: 24px;
  width: 60px;
  height: 60px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_next {
  right: -72px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_next .icon_ctrl_next {
  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='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: 24px;
  height: 24px;
  width: 60px;
  height: 60px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper-button-disabled.swiper_ctrl_prev .icon_ctrl_prev {
  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%28207%2C207%2C207%29' d='M8.049 12l7.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: 24px;
  height: 24px;
  width: 60px;
  height: 60px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper-button-disabled.swiper_ctrl_next .icon_ctrl_next {
  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%28207%2C207%2C207%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: 24px;
  height: 24px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1366px) {
  .cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_prev {
    left: 0;
  }
  .cmmain_cmitem_swiper .swiper_ctrls_ty2 .swiper_ctrl_btn.swiper_ctrl_next {
    right: 0;
  }
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3,
.cmmain_planbest_swiper .swiper_ctrls_ty3,
.cmmain_brandstore_swiper .swiper_ctrls_ty3,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 {
  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;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_btn,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_btn,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_btn,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_btn {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 28px;
  height: 28px;
  padding: 4px;
  font-size: 13px;
  font-weight: 500;
  -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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--m-colors-gray900, #222222);
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev {
  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%28207%2C207%2C207%29' d='M8.049 12l7.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: 20px;
  height: 20px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:focus, .cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:hover,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:focus,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:hover,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:focus,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:hover,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:focus,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_prev .icon_ctrl_prev:hover {
  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='M8.049 12l7.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: 20px;
  height: 20px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next {
  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%28207%2C207%2C207%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: 20px;
  height: 20px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:focus, .cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:hover,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:focus,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:hover,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:focus,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:hover,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:focus,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_next .icon_ctrl_next:hover {
  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='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: 20px;
  height: 20px;
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager {
  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: 0 7px;
  min-width: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: var(--m-fontWeights-medium, 500);
  font-size: var(--m-fontSizes-md, 14px);
  line-height: 1.2;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_current,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_current,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_current,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_current {
  color: var(--m-colors-gray900, #222222);
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_separator,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_separator,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_separator,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_separator {
  color: var(--m-colors-gray600, #777777);
}
.cmmain_cmitem_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_total,
.cmmain_planbest_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_total,
.cmmain_brandstore_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_total,
.cmmain_cmbrand_swiper .swiper_ctrls_ty3 .swiper_ctrl_pager .slider_page_total {
  color: var(--m-colors-gray600, #777777);
}

.cmmain_sec_quick_nav {
  margin-top: 4px;
}
.cmmain_sec_quick_nav .cmmain_quick_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 44px;
  overflow: hidden;
}
.cmmain_sec_quick_nav .cmmain_quick_list:hover .cmmain_quick_item .cmmain_quick_tooltip {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.cmmain_sec_quick_nav .cmmain_quick_list:hover .cmmain_quick_item:hover .cmmain_quick_tooltip {
  opacity: 1;
}
.cmmain_sec_quick_nav .cmmain_quick_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
}
.cmmain_sec_quick_nav .cmmain_quick_item:not(:first-child) {
  margin-left: 20px;
}
.cmmain_sec_quick_nav .cmmain_quick_item > a {
  display: block;
  color: var(--m-colors-gray900, #222222);
}
.cmmain_sec_quick_nav .cmmain_quick_item.ty_new::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: var(--m-colors-primary, #ff5452);
  content: "";
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  width: auto;
  min-width: 72px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: var(--m-colors-gray900, #222222);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: fadeInOut;
          animation: fadeInOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-transition: opcacity 0.3s;
  transition: opcacity 0.3s;
  opacity: 0;
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_tooltip.on {
  opacity: 1;
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_tooltip > p {
  color: var(--m-colors-white, #ffffff);
  line-height: 1.2;
  font-size: var(--m-fontSizes-xs, 12px);
  font-weight: var(--m-fontWeights-medium, 500);
  white-space: nowrap;
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_tooltip::after {
  position: absolute;
  top: 100%;
  left: 32px;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--m-colors-gray900, #222222);
  content: "";
}
.cmmain_sec_quick_nav .cmmain_quick_item:hover .cmmain_quick_round::after, .cmmain_sec_quick_nav .cmmain_quick_item:focus-within .cmmain_quick_round::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--m-colors-black_alpha4, rgba(0, 0, 0, 0.04));
}
.cmmain_sec_quick_nav .cmmain_quick_item:hover .cmmain_quick_txt, .cmmain_sec_quick_nav .cmmain_quick_item:focus-within .cmmain_quick_txt {
  font-weight: bold;
}
.cmmain_sec_quick_nav .cmmain_quick_item:hover .cmmain_quick_tooltip, .cmmain_sec_quick_nav .cmmain_quick_item:focus-within .cmmain_quick_tooltip {
  opacity: 1;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_round {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 9999px;
  background-color: var(--m-colors-gray150, #f5f5f5);
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_round > img {
  width: 100%;
  height: auto;
}
.cmmain_sec_quick_nav .cmmain_quick_item .cmmain_quick_txt {
  margin-top: 8px;
  line-height: 1.2;
  font-size: var(--m-fontSizes-xs, 12px);
  font-weight: var(--m-fontWeights-medium, 500);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-break: auto-phrase;
}
.cmmain_sec_quick_nav.ty_oval {
  margin: 80px auto;
  padding-top: 0;
}
.cmmain_sec_quick_nav.ty_oval .cmmain_quick_list {
  padding-top: 0;
}
.cmmain_sec_quick_nav.ty_oval .cmmain_quick_round {
  height: 108px;
}
.cmmain_sec_quick_nav.ty_oval .cmmain_quick_round > img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
@-webkit-keyframes fadeInOut {
  0%, 30% {
    opacity: 1;
  }
  33.3%, 100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0%, 30% {
    opacity: 1;
  }
  33.3%, 100% {
    opacity: 0;
  }
}

.cmmain_sec_personal {
  margin-top: 80px;
}
.cmmain_sec_personal .cmmain_cmitem_swiper {
  margin-top: 10px;
}

.cmmain_sec_bigevent {
  margin-top: 80px;
  background-repeat: no-repeat;
  background-size: 1920px 500px;
  background-position-x: center;
}
.cmmain_sec_bigevent .cmmain_bigevent_link {
  display: block;
  width: 1280px;
  margin: 0 auto;
  height: 340px;
}
.cmmain_sec_bigevent .cmmain_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 182px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 86px;
  padding-bottom: 46px;
  margin: 0 auto;
  width: 1280px;
}
.cmmain_sec_bigevent .cmmain_title_wrap .cmmain_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #acb1b0;
}
.cmmain_sec_bigevent .cmmain_title_wrap .cmmain_subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #acb1b0;
}
.cmmain_sec_bigevent .cmitem_grid {
  width: 1280px;
  margin: 0 auto;
}

.cmmain_sec_mmbrsevnt {
  margin: 80px 0;
}

.cmmain_sec_adbanner {
  margin: 80px auto;
}
.cmmain_sec_adbanner .common_bn_wrapper {
  width: 1280px;
  margin: 0 auto;
}

.cmmain_sec_specialdeal {
  margin: 80px 0;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-image: url("../img/main/bg_special_deal.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cmmain_sec_specialdeal {
    background-image: url("../img/main/bg_special_deal@2x.png");
  }
}
.cmmain_sec_specialdeal .cmmain_title_wrap {
  padding-top: 80px;
  word-break: break-all;
}
.cmmain_sec_specialdeal .cmmain_title_wrap .cmmain_title {
  font-weight: var(--m-fontWeights-semibold, 600);
  font-size: var(--m-fontSizes-9xl, 40px);
  line-height: 1.2;
  color: #fff;
  max-width: 52%;
}
.cmmain_sec_specialdeal .cmmain_tabwrap {
  margin-top: 30px;
}
.cmmain_sec_specialdeal .cmmain_tabwrap .cmmain_tablist.ty_tagmenu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 32px);
}
.cmmain_sec_specialdeal .cmmain_tabwrap .cmmain_tabpanel {
  min-height: 1100px;
}
.cmmain_sec_specialdeal .cmmain_tabwrap .cmmain_tabpanel.js_loading_data::before {
  height: 1100px;
}

.cmmain_sec_ctgbest {
  margin-top: 80px;
}
.cmmain_sec_ctgbest .cmmain_title_wrap {
  margin-bottom: 20px;
}
.cmmain_sec_ctgbest .cmmain_tabwrap .cmmain_tabcont {
  margin-top: 14px;
}
.cmmain_sec_ctgbest .cmmain_tabwrap .cmmain_tabcont .ssgitem_grid_item_col3 {
  margin-top: 0 !important;
}

.cmmain_sec_groupbrands {
  margin-top: 80px;
}
.cmmain_sec_groupbrands .cmmain_title_wrap {
  margin-bottom: 20px;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  position: relative;
  width: 410px;
  height: 382px;
  background-repeat: no-repeat;
  background-size: 410px 382px;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title {
  position: absolute;
  right: 0;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 200px;
  padding: 0 20px 24px 24px;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title .cmamin_group_title_img {
  width: 254px;
  height: 65px;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title .cmamin_group_title_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title .cmmain_group_subtitle {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  margin-right: 80px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title .cmmain_group_link {
  position: absolute;
  bottom: 22px;
  right: 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;
  font-weight: 500;
  white-space: nowrap;
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_white .cmmain_group_subtitle {
  color: var(--m-colors-white_alpha80, rgba(255, 255, 255, 0.8));
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_white .cmmain_group_link {
  color: var(--m-colors-white, #ffffff);
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_white .cmmain_group_link::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='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;
  content: "";
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_black .cmmain_group_subtitle {
  color: var(--m-colors-black_alpha80, rgba(0, 0, 0, 0.8));
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_black .cmmain_group_link {
  color: var(--m-colors-black, #000000);
}
.cmmain_sec_groupbrands .cmmain_groupbrand_banner .cmmain_group_title.ty_black .cmmain_group_link::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='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;
  content: "";
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tablist {
  position: absolute;
  top: 0;
  left: 434px;
  z-index: 1;
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tabpanel {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tabpanel .cmmain_groupbrand_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tabpanel.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tabpanel.js_loading_data::before {
  content: none;
}
.cmmain_sec_groupbrands .cmmain_tabwrap .cmmain_tabpanel.js_loading_data .cmmain_groupbrand_cont::before {
  content: "";
  display: block;
  height: 400px;
  background: url(https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp) 50% 50% no-repeat;
  background-size: 32px;
}
.cmmain_sec_groupbrands .cmitem_grid {
  margin-top: 54px;
}
.cmmain_sec_groupbrands .cunit_thmb_lst6 {
  width: 100%;
}
.cmmain_sec_groupbrands .cunit_thmb_lst6 > li:nth-of-type(4n + 4) {
  margin-right: 0;
}
.cmmain_sec_groupbrands .cunit_thmb_lst6 .cunit_t180 {
  padding-top: 0;
}
.cmmain_sec_groupbrands .cm_empty2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 54px;
}

.cmmain_sec_vertical {
  margin-top: 80px;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position-x: center;
  overflow: hidden;
}
.cmmain_sec_vertical .cmmain_title_wrap {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cmmain_sec_vertical .cmmain_title_wrap.ty_white {
  color: white;
}
.cmmain_sec_vertical .cmmain_title_wrap.ty_white .cmmain_title {
  color: white;
}
.cmmain_sec_vertical .cmmain_title_wrap .cmmain_title {
  font-size: 64px;
  line-height: 1.2;
}
.cmmain_sec_vertical .cmmain_title_wrap .cmmain_subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.cmmain_sec_vertical .cmmain_vertical_content {
  position: relative;
  width: 1280px;
  margin: 270px auto 0;
  background-color: var(--m-colors-white, #ffffff);
  -webkit-box-shadow: -15px 15px 0 15px var(--m-colors-white, #ffffff);
          box-shadow: -15px 15px 0 15px var(--m-colors-white, #ffffff);
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap {
  position: relative;
  background-color: var(--m-colors-white, #ffffff);
  width: 1600px;
  padding-top: 30px;
  overflow: hidden;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap:not(:first-child) {
  padding-top: 20px;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_vertical_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_tabwrap {
  margin: 0;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_tabwrap .cmmain_tabpanel {
  position: static;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_tabwrap .cmmain_tablist > li {
  margin-top: 10px;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_cunit_swiper {
  position: static;
  width: 100%;
}
.cmmain_sec_vertical .cmmain_vertical_contentwrap .cmmain_cunit_items {
  width: 100%;
  overflow: visible;
}
.cmmain_sec_vertical .swiper-container {
  overflow: visible;
}
.cmmain_sec_vertical .swiper_ctrls_ty3 {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 1280px;
  height: 30px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.cmmain_sec_brandstore.v2 {
  margin-top: 80px;
}
.cmmain_sec_brandstore.v2 .cmmain_title_wrap {
  margin-bottom: 20px;
}
.cmmain_sec_brandstore.v2 .cmmain_tabwrap {
  overflow: hidden;
}
.cmmain_sec_brandstore.v2 .cmmain_tabwrap .cmmain_tabcont {
  margin-top: 24px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_swiper {
  position: relative;
  width: 1280px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_swiper .swiper_ctrls_ty3 {
  position: absolute;
  top: -58px;
  right: 0px;
  z-index: 1;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand {
  padding-top: 80px;
  overflow: hidden;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand .cmmain_title_wrap {
  margin-bottom: 22px;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_swiper {
  width: 1280px;
  position: relative;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_swiper .swiper_ctrls_ty3 {
  position: absolute;
  top: -48px;
  right: 0px;
  z-index: 1;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide {
  width: 628px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide:not(:last-child) {
  margin-right: 24px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide > a {
  display: block;
  position: relative;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide .cmmain_brandstore_badge {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 0 6px;
  background-color: var(--m-colors-gray900, #222222);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--m-colors-white, #ffffff);
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide .cmmain_brandstore_img {
  width: 628px;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_slide .cmmain_brandstore_img > img {
  width: 100%;
  height: 100%;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_titlewrap {
  width: 100%;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_title {
  display: block;
  color: var(--m-colors-gray900, #222222);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 10px;
  color: var(--m-colors-gray500, #888888);
  font-weight: var(--m-fontWeights-medium, 500);
  font-size: var(--m-fontSizes-xl, 16px);
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_link::after {
  display: block;
  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%2C136%2C136%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: 20px;
  height: 20px;
  content: "";
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_cont {
  margin-top: 18px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_cont .ssgitem_grid {
  gap: 0;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_cont .ssgitem_grid_item_col6 {
  width: 290px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 280px;
          flex: 1 0 280px;
  width: 280px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--m-colors-gray900, #222222);
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 120px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_img > img {
  width: 100%;
  height: 100%;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_img::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--m-colors-black_alpha3, rgba(0, 0, 0, 0.03));
  content: "";
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_info {
  margin-left: 20px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_tit {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_price {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_price .brandstore_sale_rate {
  color: var(--m-colors-primary, #ff5452);
  margin-right: 4px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_item_review {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--m-colors-gray600, #777777);
  font-size: 12px;
  line-height: 1.2;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_review_score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_review_score .icon_star_fill {
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 2px;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_review_score .icon_star_fill::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%28207%2C207%2C207%29' d='M7.626 14.491l-1.581 7.109 5.954-3.773 5.954 3.773-1.581-7.109 5.227-4.751-6.877-0.61-2.723-6.73-2.723 6.73-6.877 0.61 5.227 4.751z'%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;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_review_num {
  padding-left: 9px;
  position: relative;
}
.cmmain_sec_brandstore.v2 .cmmain_brandstore_item .brandstore_review_num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 1px;
  height: 11px;
  background-color: var(--m-colors-gray300, #e5e5e5);
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 4px;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item {
  position: relative;
  width: 210px;
  height: 140px;
  overflow: hidden;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item > 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;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 210px;
          flex: 1 1 210px;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item > a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--m-colors-black_alpha3, rgba(0, 0, 0, 0.03));
  content: "";
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item .cmbrand_item_badge {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  padding: 0 6px;
  background-color: var(--m-colors-gray900, #222222);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--m-colors-white, #ffffff);
  z-index: 1;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item .ssgcommon_adinfo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item .cmbrand_item_img {
  width: 210px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
.cmmain_sec_brandstore.v2 .cmmain_cmbrand_items .cmmain_cmbrand_item .cmbrand_item_img > img {
  max-width: 210px;
  max-height: 140px;
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.cmmain_sec_planbest {
  margin-top: 50px;
  padding-top: 30px;
  overflow: hidden;
}
.cmmain_sec_planbest .cmmain_planbest_banner {
  position: relative;
  width: 424px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
}
.cmmain_sec_planbest .cmmain_planbest_banner:not(:first-child) {
  margin-left: 4px;
}
.cmmain_sec_planbest .cmmain_planbest_banner .ssgcommon_adinfo {
  position: absolute;
  top: 0;
  right: 0;
}
.cmmain_sec_planbest .planbest_banner_link {
  display: block;
  position: relative;
}
.cmmain_sec_planbest .planbest_banner_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 1;
}
.cmmain_sec_planbest .planbest_banner_img {
  width: 424px;
  height: 255px;
}
.cmmain_sec_planbest .planbest_banner_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmmain_sec_planbest .planbest_banner_info {
  position: absolute;
  max-height: 50%;
  height: 128px;
  left: 0;
  right: 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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45))), to(transparent));
  background: linear-gradient(to top, var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45)), transparent);
  z-index: 1;
}
.cmmain_sec_planbest .planbest_banner_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--m-colors-white, #ffffff);
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.3;
}
.cmmain_sec_planbest .planbest_banner_title2 {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--m-colors-gray300, #e5e5e5);
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.3;
}
.cmmain_sec_planbest .cmmain_planbest_swiper {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper-container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper-slide-active .planbest_banner_link::after {
  opacity: 0;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper-slide-active .planbest_banner_title {
  opacity: 1;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper-slide-active .planbest_banner_title2 {
  opacity: 1;
}
.cmmain_sec_planbest .cmmain_planbest_swiper .swiper_ctrls_ty3 {
  position: absolute;
  top: -48px;
  right: 0;
}

.cmmain_sec_ctgad {
  margin-top: 80px;
  scroll-behavior: smooth;
}
.cmmain_sec_ctgad .cmmain_title_wrap {
  margin-bottom: 10px;
}
.cmmain_sec_ctgad .cmmain_title_wrap .ssgcommon_adinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin-left: 10px;
}
.cmmain_sec_ctgad .cmmain_title_wrap .ssgcommon_adinfo .ssgcommon_tooltip {
  right: auto;
  width: auto;
}
.cmmain_sec_ctgad .cmmain_title_wrap .ssgcommon_tooltip {
  padding: 10px;
}
.cmmain_sec_ctgad .cmmain_title_wrap .ssgcommon_tooltip .ssgcommon_tooltip_close {
  display: none;
}
.cmmain_sec_ctgad .cmmain_tabwrap {
  margin-bottom: 26px;
  background-color: var(--m-colors-white, #ffffff);
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.cmmain_sec_ctgad .cmmain_ctgad_wrap {
  width: 1280px;
  margin: 0 auto 80px;
}
.cmmain_sec_ctgad .ctgad_cont {
  position: relative;
}
.cmmain_sec_ctgad .ctgad_title_wrap {
  margin-bottom: 8px;
}
.cmmain_sec_ctgad .ctgad_title_wrap .ctgad_title {
  color: var(--m-colors-gray900, #222222);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.cmmain_sec_ctgad .ctgad_tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cmmain_sec_ctgad .ctgad_tablist > li {
  padding-right: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmmain_sec_ctgad .ctgad_tablist > li:not(:first-child) {
  padding-left: 6px;
}
.cmmain_sec_ctgad .ctgad_tablist > li.on .ctgad_tab {
  color: var(--m-colors-gray900, #222222);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.cmmain_sec_ctgad .ctgad_tablist .ctgad_tab {
  color: var(--m-colors-gray500, #888888);
  font-size: 16px;
  font-weight: 500;
  height: 28px;
}
.cmmain_sec_ctgad .ctgad_tablist .ctgad_tab:hover, .cmmain_sec_ctgad .ctgad_tablist .ctgad_tab:focus {
  color: var(--m-colors-gray900, #222222);
  font-weight: 700;
}
.cmmain_sec_ctgad .ctgad_banner_swiper {
  position: absolute;
  left: 0;
  top: 48px;
  width: 236px;
  overflow: hidden;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .ssgcommon_adinfo {
  position: absolute;
  top: 0;
  right: 0;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--m-colors-black_alpha45, rgba(0, 0, 0, 0.45));
  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;
  z-index: 1;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_btn {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 28px;
  width: 28px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_prev .icon_ctrl_prev {
  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.049 12l7.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: 20px;
  height: 20px;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_next .icon_ctrl_next {
  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='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: 20px;
  height: 20px;
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_pager {
  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: 0 2px;
  min-width: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: var(--m-fontWeights-medium, 500);
  font-size: var(--m-fontSizes-md, 14px);
  line-height: 1.2;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_pager .slider_page_current {
  color: var(--m-colors-white, #ffffff);
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_pager .slider_page_separator {
  color: var(--m-colors-white_alpha60, rgba(255, 255, 255, 0.6));
}
.cmmain_sec_ctgad .ctgad_banner_swiper .swiper-ctrls .swiper_ctrl_pager .slider_page_total {
  color: var(--m-colors-white_alpha60, rgba(255, 255, 255, 0.6));
}
.cmmain_sec_ctgad .ctgad_banner {
  width: 236px;
  height: 870px;
  overflow: hidden;
}
.cmmain_sec_ctgad .ctgad_banner_img {
  width: 236px;
  height: 870px;
}
.cmmain_sec_ctgad .ctgad_banner_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmmain_sec_ctgad .ctgad_tabcont {
  position: relative;
  padding-left: 260px;
  width: 1020px;
  min-height: 880px;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel {
  display: none;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel.on {
  display: block;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel .cmmain_cmitem_swiper {
  min-height: 880px;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel .cmmain_cmitem_swiper .ssgitem_grid {
  gap: 40px 0;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel.js_loading_data {
  min-height: 870px;
}
.cmmain_sec_ctgad .ctgad_tabcont .ctgad_tabpanel.js_loading_data::before {
  content: "";
  display: block;
  min-height: 870px;
  background: url(https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp) 50% 50% no-repeat;
  background-size: 32px;
}
.cmmain_sec_ctgad .ctgad_tabcont .cmmain_cmitem_swiper {
  position: static;
  width: 1020px;
}
.cmmain_sec_ctgad .ctgad_tabcont .cmmain_cmitem_swiper .swiper_ctrl_btn {
  top: 445px;
}
.cmmain_sec_ctgad .ctgad_tabcont .cmmain_cmitem_swiper .swiper-container .ssgitem_grid .ssgitem_grid_item_col3 {
  width: 237px;
  margin-right: 24px;
  margin-top: 0 !important;
}
.cmmain_sec_ctgad .ctgad_tabcont .cmmain_more2 {
  width: 100%;
  height: 52px;
}
.cmmain_sec_ctgad .ctgad_tabcont .cmmain_more2 .cmmain_more_btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmmain_sec_ctgad .cm_empty2 {
  min-height: 870px;
  margin-top: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmmain_sec_giftsvc,
.cmmain_sec_newsvc {
  margin-top: 80px;
}
.cmmain_sec_giftsvc .cmmain_title_wrap,
.cmmain_sec_newsvc .cmmain_title_wrap {
  margin-bottom: 20px;
}

.js_infinite_loading[data-is-show=Y]::before {
  content: "";
  display: block;
  height: 200px;
  background: url(https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp) 50% 50% no-repeat;
  background-size: 32px;
}

.js_cmmain_sec::before {
  content: "";
  display: block;
  height: 200px;
  background: url(https://sui.ssgcdn.com/ui/m_ssg/img/design/ssg/loading_ssg.webp) 50% 50% no-repeat;
  background-size: 32px;
}
.js_cmmain_sec[data-is-loading=Y] {
  min-height: 500px;
}
.js_cmmain_sec[data-is-loading=N]::before {
  content: none;
}

/* 251209 멤버십 전용 매장 및 구좌 추가 */
.cmmain_sec_membership {
  margin-top: 80px;
}
.cmmain_sec_membership .cmitem_grid {
  width: 1280px;
  margin: 0 auto;
  margin-top: 10px;
}

/* 251209 멤버십 전용 매장 및 구좌 끝 */
/*# sourceMappingURL=main_new.css.map */
