/* BASIC css start */
@charset "UTF-8";
/* ===============
 * Main
 * =============== */
.k-section {
  padding: 45px 0;
}

@media (min-width: 768px) {
  .k-section {
    padding: 80px 0;
  }
  .k-section.section-curai {
    padding-top: 150px;
  }
}
.k-section .s_head {
  color: var(--ub-color-main);
  text-align: center;
}
.k-section .s_head h3 {
  font-size: 40px;
}

.k-section__topfx {
  padding-top: 0;
  padding-bottom: 0;
}

.k-section__collections {
  padding-top: 120px;
  padding-bottom: 120px;
}

.g-fx {
  display: flex;
}
.g-fx .g-col {
  flex: 1 1 50%;
}

.g-fx .gbox {
  position: relative;
}
.g-fx .gbox img {
  display: block;
  width: 100%;
}

.k-section__topfx .hp {
  display: none;
}

.hpoint {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.hpoint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.2s;
}

.hcard__g {
  position: absolute;
  left: 10px;
  bottom: 7px;
  display: flex;
  gap: 8px;
}

.hcard {
  display: block;
  min-width: 218px;
  padding: 4px;
  background-color: var(--ub-color-sys100);
  opacity: 0.24;
  transition: opacity 0.3s;
  color: var(--ub-color-main);
  font-size: 14px;
}
.hcard b {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 400;
  font-variant: all-small-caps;
}
.hcard .ii {
  margin-right: 4px;
}

.hcard.active {
  opacity: 1;
}

.k-section__topfx .g-fx .a-mod .hpoint::after {
  opacity: 0.4;
  transform: opacity 0.3s;
}
.k-section__topfx .g-fx .a-mod .hpoint:hover::after,
.k-section__topfx .g-fx .a-mod .hpoint.on::after {
  opacity: 1;
}

.k-section__collections .s_body {
  margin-top: 40px;
  padding: 0 10px;
}

.p-prd-item {
  position: relative;
  color: var(--ub-color-main);
}
.p-prd-item .pp-thumb {
  position: relative;
}
.p-prd-item .pp-thumb > a {
  display: block;
}
.p-prd-item .pp-thumb img {
  display: block;
  width: 100%;
}
.p-prd-item .pp-thumb .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-prd-item .pp-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
}
.p-prd-item .p_name .sbtxt {
  display: inline-block;
  padding: 2px;
  line-height: 13px;
  background: #fff;
  transition: background 0.25s;
}
.p-prd-item .p_name .sbtxt:hover {
  background: var(--ub-color-sys100);
}
.p-prd-item .p_name .h3 {
  margin-top: 1px;
}
.p-prd-item .p_name .h3 a {
  font: inherit;
  color: inherit;
}
.p-prd-item .wish_bt {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  background-image: url(https://syneez.com/x/img/i/bt-plus.svg);
}
.p-prd-item .wish_tip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 2px;
  background: #fff;
  border-right: 2px solid transparent;
  box-sizing: content-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  font-family: var(--ub-font-sans);
  font-size: 10px;
  height: 14px;
  font-variant: all-small-caps;
  letter-spacing: 0.3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-prd-item .wish_bt:hover .wish_tip,
.p-prd-item .wish_bt:focus-visible .wish_tip {
  opacity: 1;
  pointer-events: auto;
}

.p-prd-item:hover .pp-thumb .back {
  opacity: 1;
}

.k-section__campaigns.k-section {
  padding-top: 45px;
  padding-bottom: 120px;
}

.k-section__campaigns .inbox {
  border-top: 1px solid var(--ub-color-sys250);
  padding: 18px 10px 0;
  display: flex;
  column-gap: 10px;
}
.k-section__campaigns .inbox .g-head {
  flex: 0 0 25%;
}
.k-section__campaigns .inbox .g-body {
  flex: 1 1 auto;
  display: flex;
  column-gap: 10px;
}
.k-section__campaigns .inbox .s_head {
  text-align: left;
  max-width: 300px;
}
.k-section__campaigns .inbox .s_head h3 {
  margin-bottom: 16px;
}
.k-section__campaigns .inbox .s_head p {
  line-height: 1.2;
}
.k-section__campaigns .inbox .s_head .cpc-text {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 60px;
}
.k-section__campaigns .inbox .i-large {
  width: 40.48vw; /* 583px; */
  aspect-ratio: 5/7;
}
.k-section__campaigns .inbox .i-small {
  width: 15.83vw; /* 228px; */
  aspect-ratio: 63/85;
}
.k-section__campaigns .inbox .cpc-list {
  flex: 1 1 auto;
}
.k-section__campaigns .inbox .cpc-right {
  flex: 0;
}
.k-section__campaigns .inbox .i-large__w {
  position: relative;
}
.k-section__campaigns .inbox .i-large,
.k-section__campaigns .inbox .i-small {
  position: relative;
}
.k-section__campaigns .inbox .i-large img,
.k-section__campaigns .inbox .i-small img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.k-section__campaigns .inbox .i-large img.active,
.k-section__campaigns .inbox .i-small img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.k-section__campaigns .inbox .i-small__w {
  position: relative;
}
.k-section__campaigns .inbox .i-small__txt {
  display: block;
  margin-top: 8px;
}
.k-section__campaigns .inbox .i-small__txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.k-section__campaigns .inbox .i-large__lnk {
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-family: var(--ub-font-sans);
  font-size: 12px;
  line-height: 13px;
  padding: 4px;
  color: #fff;
  transition: background 0.25s, color 0.25s;
}
.k-section__campaigns .inbox .i-large__lnk:hover {
  color: var(--ub-color-main);
  background: var(--ub-color-sys100);
}

.cpc-list {
  display: flex;
  justify-content: space-between;
}
.cpc-list .hc {
  margin-bottom: 5px;
  color: var(--ub-color-sys500);
}
.cpc-list .i-list li {
  margin-bottom: 4px;
}
.cpc-list .i-item::before {
  content: "—";
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.cpc-list .i-item.active::before,
.cpc-list .i-item:hover::before,
.cpc-list .i-item:focus-visible::before {
  opacity: 1;
}

/* Mid Swiper */
.k-section__art {
  padding-top: 64px;
  padding-bottom: 120px;
}

.main-swiper, .thumb-swiper {
  width: 100%;
}

.main-swiper {
  margin-bottom: 24px;
}

.main-swiper .swiper-slide {
  aspect-ratio: 16/10;
  background-color: #f5f5f5;
}

.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-swiper .swiper-slide {
  aspect-ratio: 3/4;
  background-color: #f9f9f9;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-banner-w .mbi-a {
  display: block;
  position: relative;
}
.mid-banner-w .mbi-a .cc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 16px;
  color: #fff;
  font-size: 40px;
}
.mid-banner-w .mbi-a .cc__b {
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-family: var(--ub-font-sans);
}
.mid-banner-w .mbi-a .opt-text {
  position: absolute;
  color: #fff;
  line-height: 1.1;
}
.mid-banner-w .mbi-a .opt-text .t_en {
  font-size: 14px;
  line-height: 16px;
}
.mid-banner-w .mbi-a .opt-text .t_ko {
  font-family: var(--ub-font-kr-serif);
  margin-top: 8px;
  padding-left: 24px;
  font-size: 10px;
  line-height: 14px;
}

.mid-banner-w .bb_top {
  margin-bottom: 16px;
}
.mid-banner-w .bb_top img {
  display: block;
  width: 100%;
}
.mid-banner-w .t {
  display: none;
}
.mid-banner-w .sw_wrap {
  overflow: hidden;
  padding: 0 10px;
}
.mid-banner-w .swiper.solo-thumb-swiper {
  overflow: visible;
}
.mid-banner-w .bb_grid img {
  display: block;
  width: 100%;
}
.mid-banner-w .bb_grid .i {
  opacity: 0;
  transition: opacity 0.3s;
}
.mid-banner-w .bb_grid li:hover .i {
  opacity: 1;
}
.mid-banner-w .bb_grid__c {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 768px) {
  .mid-banner-w .bb_top {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
  .mid-banner-w .t {
    display: block;
    margin-bottom: 14px;
  }
  .mid-banner-w .bb_grid__c {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .mid-banner-w .bb_grid__c {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.k-section__bnr2.k-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.k-section__bnr2 .sc-txt {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.k-section__bnr2 .sc-txt span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}
.k-section__bnr2 .g-fx {
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 12px;
}
.k-section__bnr2 .collec {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 1px 2px 2px;
  font-family: var(--ub-font-sans);
  font-size: 10px;
  line-height: 12px;
  font-variant: all-small-caps;
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s;
}
.k-section__bnr2 .gbox:hover .collec {
  opacity: 1;
}

@media (max-width: 767.8px), (hover: none) {
  .k-section__bnr2 .collec {
    opacity: 1;
  }
}
.k-section__journal.k-section {
  padding-top: 64px;
  padding-bottom: 120px;
}

.k-section__journal .s_body {
  padding: 0 10px;
}
.k-section__journal .s_body__t {
  margin: 40px 0 30px;
  padding: 0 10px;
  border-bottom: 1px solid var(--ub-color-sys250);
}
.k-section__journal .tabs-container {
  display: grid;
  grid-template-columns: 1fr 40% 1fr;
  gap: 72px;
}
.k-section__journal .n-line {
  text-align: right;
}
.k-section__journal .n-line a {
  font-family: var(--ub-font-sans);
  font-size: 10px;
  font-variant: all-small-caps;
  letter-spacing: 0.3px;
}

/* tab */
.tabs-container .tab-btn {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s, font-weight 0.3s;
  border-bottom: 1px solid;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: var(--ub-color-sys300);
}
.tabs-container .tab-btn:hover {
  color: var(--ub-color-main);
}
.tabs-container .tab-btn.active {
  color: var(--ub-color-main);
}
.tabs-container .tab-panel {
  position: relative;
}
.tabs-container .tc-center {
  min-width: 0;
}
.tabs-container .panel-content {
  display: none;
}
.tabs-container .panel-content.active {
  display: block;
}
.tabs-container .tab-btn .rr {
  display: block;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s, opacity 0.3s;
  font-size: 0;
}
.tabs-container .tab-btn .rr a {
  display: inline-block;
  padding: 4px;
  font-family: var(--ub-font-sans);
  font-size: 10px;
  line-height: 12px;
  font-variant: all-small-caps;
  letter-spacing: 0.3px;
  color: inherit;
  transition: background 0.25s;
}
.tabs-container .tab-btn .rr a:hover {
  background-color: var(--ub-color-sys100);
}
.tabs-container .tab-btn.active .rr {
  margin-top: 8px;
  opacity: 1;
  max-height: 21px;
}

.k-section__cm1 {
  padding: 180px 0;
  text-align: center;
}
.k-section__cm1 .t1 {
  font-size: 18px;
  line-height: 1;
}
.k-section__cm1 .t2 {
  margin-top: 10px;
  font-size: 10px;
}

.swiper.jn-swiper .swiper-pagination.swiper-pagination-fraction {
  top: 4px;
  right: 4px;
  left: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ub-color-sys100);
  color: var(--ub-color-main);
  font-family: var(--ub-font-sans);
  font-size: 10px;
  font-variant: all-small-caps;
  letter-spacing: 0.3px;
}
.swiper.jn-swiper .swiper-pagination.swiper-pagination-fraction span {
  font: inherit;
}
.swiper.jn-swiper .swiper-slide img {
  width: 100%;
}

/* ======
Mobile Resp
====== ====== ====== */
@media (max-width: 1360px) {
  .k-section__campaigns.k-section {
    padding-top: 64px;
  }
  .k-section__campaigns .inbox {
    border-top: 0;
    padding-top: 0;
    display: block;
  }
  .k-section__campaigns .inbox .s_head {
    max-width: 380px;
    margin-bottom: 10px;
  }
  .k-section__campaigns .inbox .i-large {
    width: 45vw;
  }
  .k-section__campaigns .inbox .i-small {
    width: 228px;
  }
  .k-section__journal .tabs-container {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .hcard {
    min-width: auto;
  }
  .cpc-list .i-list li {
    margin-bottom: 6px;
  }
  .k-section__campaigns .inbox .g-body {
    display: block;
  }
  .k-section__campaigns .inbox .i-large__w {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .k-section__campaigns .inbox .i-large {
    width: 100%;
  }
  .k-section__campaigns .inbox .cpc-list {
    gap: 10px;
  }
  .k-section__campaigns .inbox .cpc-list .i-warp {
    flex: 1 1 50%;
  }
  .k-section__campaigns .inbox .cpc-list .cpc-right {
    flex: 1 1 50%;
  }
  .k-section__campaigns .inbox .i-small {
    width: 100%;
  }
  .k-section__campaigns .inbox .i-large__lnk {
    color: transparent !important;
    background: transparent !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .k-section__campaigns .inbox .i-small__txt {
    color: transparent !important;
    overflow: hidden;
    text-indent: -2000px;
    margin: 0;
    line-height: 0;
  }
  .k-section__journal .tabs-container {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .k-section__journal .tc-right {
    display: none;
  }
  .mid-banner-w .mbi-a .opt-text {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .hcard__g {
    left: 0;
    padding: 0 10px;
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }
  .hcard {
    width: 100%;
  }
  .hcard b {
    display: none;
  }
  .k-section__topfx .g-fx {
    display: block;
  }
  .k-section__topfx .g-fx .g-col {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .k-section__topfx .g-fx .g-col.active {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .k-section__topfx .active .hp {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }
  .k-section__bnr2 .g-fx {
    flex-direction: column;
    row-gap: 14px;
  }
  .k-section__topfx .gbox {
    position: relative;
  }
  .k-section__topfx .gbox img {
    display: block;
    width: 100%;
  }
  .k-section__journal .s_body__t {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .k-section__journal .s_body__t p {
    display: none;
  }
  .k-section__journal .tabs-container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8px;
  }
  .mid-banner-w .mbi-a .cc {
    font-size: 24px;
  }
  .mid-banner-w .mbi-a .cc__b {
    display: none;
  }
}
.k-section__topfx .gbox .u-overbox {
  height: 100%;
}

.k-section__topfx .g-fx .gbox {
  height: calc(100vh - var(--header-height));
  min-height: 400px;
}

.k-section[data-show=off] {
  display: none !important;
}

body .main-content .p-prd-item .wish_bt {
  display: none !important;
}

body .main-content .k-section__campaigns .inbox .i-large__lnk {
  display: none !important;
}
/* BASIC css end */

