@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/** 버튼 기본 ****************************************/
/** 버튼 border-radius 타입 ****************************************/
/** 버튼 배경 유무 ****************************************/
/** 텍스트 + 아이콘 버튼 ****************************************/
/**  자주 사용하는 버튼 ****************************************/
/** 버튼 기본 ****************************************/
/** 버튼 border-radius 타입 ****************************************/
/** 버튼 배경 유무 ****************************************/
/** 텍스트 + 아이콘 버튼 ****************************************/
/**  자주 사용하는 버튼 ****************************************/
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
.prod-list-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 720px) {
  .prod-list-img {
    height: 140px;
  }
}
.prod-list-img .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}
.prod-list-img .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 99;
}
.prod-list-img .thumbnail .bg-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.prod-list-img .rank-num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  min-width: 22px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--Coolgray-500);
  border-radius: 4px;
}
.prod-list-img .official-corner-badge {
  position: absolute;
  z-index: 333;
  left: 0;
  bottom: 0;
  padding: 6px;
  background-color: var(--Neutrals-800);
  border-radius: 0 5px 0 9px;
  pointer-events: none;
}
.prod-list-img .official-corner-badge::after {
  content: "";
  display: block;
  width: 47px;
  height: 6px;
  background-image: url(/public/img/logo/burst_official_simple_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.prod-list-img .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #FF584E;
  border-radius: 50%;
  pointer-events: none;
}
.prod-list-img .btn-prod-like {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5555;
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transition: background-image 125ms linear;
  transition: background-image 125ms linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  background-image: url("/public/img/icons/like_border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 1px 10px !important;
}
.prod-list-img .btn-prod-like.active {
  background-image: url("/public/img/icons/like_pink_border.svg");
}
.prod-list-img .btn-prod-like:active, .prod-list-img .btn-prod-like[aria-pressed=true] {
  cursor: pointer;
  background-image: url("/public/img/icons/like_pink_border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.ppi-con-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ppi-con-1 > div:first-child {
  margin-top: 10px;
}
.ppi-con-1 .store-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Neutrals-100);
}
.ppi-con-1 .store-name .icon-cert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  width: 14px;
  height: 14px;
  background-image: url("/public/img/icons/cert_check_circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.ppi-con-1 .prod-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  max-height: 3.2em;
  word-wrap: normal;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  overflow: hidden;
}
.ppi-con-1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ppi-con-1 .og-price {
  color: var(--Neutrals-300);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: line-through;
}
.ppi-con-1 .dc-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}
.ppi-con-1 .dc-percent {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--orange-color);
}
.ppi-con-1 .i-dc-arrow {
  margin-right: 6px;
  vertical-align: text-top;
}
.ppi-con-1 .prod-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.shop-tag-burstpartners {
  display: inline-block;
  width: 70px;
  height: 24px;
  font-size: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #132143;
  background-image: url(/public/img/badge/burst_partners_badge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
}

.tag-basic {
  display: inline-block;
  padding: 1.5px 5px;
  border-radius: 4px;
  border: 1px solid var(--Neutrals-800);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.tag-express {
  display: inline-block;
  width: 60px;
  height: 20px;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--Coolgray-400);
  background-image: url(/public/img/badge/burst_express_badge_s.svg);
  background-repeat: no-repeat;
  background-position: center 3px;
  background-size: 47px;
}

.i-dc-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/public/img/icons/trending_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px 20px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .prod-list {
    gap: 16px;
  }
}
.prod-list .prod-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 100px) / 6);
          flex: 0 1 calc((100% - 100px) / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .prod-list .prod-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 60px) / 4);
            flex: 0 1 calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 720px) {
  .prod-list .prod-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 20px) / 2);
            flex: 0 1 calc((100% - 20px) / 2);
  }
}

.jp-sake-wrap {
  /** 비주얼 섹션 ================================================ */
  /** 상단 주요 사케 섹션 ================================================ */
  /** 브랜드 섹션 ================================================ */
  /** 포스터 섹션 ================================================ */
  /** 상품 리스트 섹션 ================================================ */
  /** 사케 단계 섹션 ================================================ */
}
.jp-sake-wrap section {
  margin-bottom: 10px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .jp-sake-wrap section {
    padding: 0 16px;
  }
}
.jp-sake-wrap section .width-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  width: 100%;
  max-width: 2480px;
}
.jp-sake-wrap [data-anim-style=fade-up],
.jp-sake-wrap [data-anim-style-mobile=fade-up] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8), -webkit-transform 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
  transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8), -webkit-transform 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
  transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8), transform 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
  transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8), transform 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8), -webkit-transform 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
}
.jp-sake-wrap [data-anim-style=fade-up]:not([data-anim-style]),
.jp-sake-wrap [data-anim-style-mobile=fade-up]:not([data-anim-style-mobile]) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.jp-sake-wrap [data-anim-style=fade-in],
.jp-sake-wrap [data-anim-style-mobile=fade-in] {
  opacity: 0;
  -webkit-transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
  transition: opacity 450ms cubic-bezier(0.78, 0.62, 0.6, 0.8);
}
.jp-sake-wrap [data-anim-style=fade-in]:not([data-anim-style]),
.jp-sake-wrap [data-anim-style-mobile=fade-in]:not([data-anim-style-mobile]) {
  opacity: 1;
}
@media screen and (min-width: 721px) {
  .jp-sake-wrap [data-anim-style-mobile=fade-up],
  .jp-sake-wrap [data-anim-style-mobile=fade-in] {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap [data-anim-style=fade-up],
  .jp-sake-wrap [data-anim-style=fade-in] {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}
.jp-sake-wrap .visual-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(var(--vh, 1vh) * 100 - 168px);
  background-image: url("https://file.burstexpress.com/storage/events/japaneseSake/visual_bg_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .visual-sec {
    min-height: calc(100vh - 56px - 65px);
  }
  .jp-sake-wrap .visual-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.6);
  }
}
.jp-sake-wrap .visual-sec .width-con {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  gap: 80px;
}
.jp-sake-wrap .visual-sec .title-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .visual-sec .title-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jp-sake-wrap .visual-sec .title-con .title {
  width: 374px;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .visual-sec .title-con .title {
    width: 240px;
  }
}
.jp-sake-wrap .visual-sec .title-con .title img {
  width: 100%;
}
.jp-sake-wrap .visual-sec .title-con .desc {
  width: 254px;
}
.jp-sake-wrap .visual-sec .title-con .desc img {
  width: 100%;
}
.jp-sake-wrap .visual-sec .product-con .prod-list .prod-card {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 160px;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .visual-sec .product-con .prod-list .prod-card {
    width: 120px;
  }
}
.jp-sake-wrap .visual-sec .product-con .prod-list .prod-card .prod-list-img {
  height: auto;
}
.jp-sake-wrap .top-main-sec .top-main-area .top-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .top-main-sec .top-main-area .top-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 300px;
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    min-width: unset;
  }
}
.jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card a:active img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.jp-sake-wrap .top-main-sec .top-main-area .top-main-list .top-main-card img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--Coolgray-500);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jp-sake-wrap .brand-sec {
  padding: 0;
}
.jp-sake-wrap .brand-sec .width-con {
  max-width: unset;
}
.jp-sake-wrap .brand-sec .brand-area {
  width: 100%;
  max-width: 2560px;
  padding: 0 40px;
}
@media screen and (max-width: 1440px) {
  .jp-sake-wrap .brand-sec .brand-area {
    padding: 0 16px;
    max-width: 2512px;
  }
}
.jp-sake-wrap .brand-sec .brand-area .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card {
  min-width: 240px;
  max-width: calc((100% - 50px) / 6);
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a {
  display: block;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con .brand-info {
  position: relative;
  z-index: 2;
  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;
  gap: 10px;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con .brand-logo {
  font-size: 0;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con .brand-sub .brand-title {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
}
.jp-sake-wrap .brand-sec .brand-area .brand-list .brand-card a .brand-con .brand-sub .brand-desc {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  white-space: pre-line;
  word-break: keep-all;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .jp-sake-wrap .poster-sec .poster-area .poster-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .poster-sec .poster-area .poster-list {
    grid-template-columns: 1fr;
  }
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (hover: hover) and (pointer: fine) {
  .jp-sake-wrap .poster-sec .poster-area .poster-list li a:hover .poster-bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a:active .poster-bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/5;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .poster-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .poster-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .poster-text {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .title {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .sub-title {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  white-space: pre-line;
  word-break: keep-all;
  text-wrap: balance;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .product-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: normal;
  word-break: break-all;
  line-height: 1.4em;
  height: 2.8em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  height: auto;
  max-height: 2.8em;
  color: var(--Neutrals-100);
  white-space: pre-line;
  text-wrap: balance;
  word-break: keep-all;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .product-info .product-price .product-price-value {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
}
.jp-sake-wrap .poster-sec .poster-area .poster-list li a .poster-info .product-info .product-price .product-price-unit {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
.jp-sake-wrap .display-sec {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.jp-sake-wrap .display-sec .width-con {
  max-width: unset;
}
.jp-sake-wrap .display-sec .display-tit-con,
.jp-sake-wrap .display-sec .display-area {
  width: 100%;
  max-width: 2560px;
  padding: 0 40px;
}
@media screen and (max-width: 1440px) {
  .jp-sake-wrap .display-sec .display-tit-con,
  .jp-sake-wrap .display-sec .display-area {
    padding: 0 16px;
    max-width: 2512px;
  }
}
.jp-sake-wrap .display-sec .display-tit-con {
  margin-bottom: 20px;
}
.jp-sake-wrap .display-sec .display-tit-con .display-title {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.jp-sake-wrap .display-sec .display-tit-con .display-desc {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  color: var(--Neutrals-200);
}
.jp-sake-wrap .display-sec .display-area .prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
  gap: 0;
}
.jp-sake-wrap .display-sec .display-area .prod-list .prod-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px) / 6);
          flex: 0 0 calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 720px) {
  .jp-sake-wrap .display-sec .display-area .prod-list .prod-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
            flex: 0 0 162px;
    width: 162px;
  }
}
.jp-sake-wrap .display-sec .btn-con {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}
.jp-sake-wrap .display-sec .btn-con a {
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  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;
  text-align: center;
  word-wrap: wrap;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0 16px;
  height: 44px;
  color: var(--Neutrals-0);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Neutrals-0);
  width: 100%;
  line-height: 1.2em;
  gap: 0;
}
@media (hover: hover) and (pointer: fine) {
  .jp-sake-wrap .display-sec .btn-con a:hover {
    border-color: rgb(255, 255, 255);
  }
}
.jp-sake-wrap .display-sec .btn-con a:active {
  border-color: rgb(255, 255, 255);
}
@media (hover: hover) and (pointer: fine) {
  .jp-sake-wrap .display-sec .btn-con a:hover {
    color: rgb(255, 255, 255);
  }
}
.jp-sake-wrap .display-sec .btn-con a:active {
  color: rgb(255, 255, 255);
}
.jp-sake-wrap .display-sec .btn-con a > i, .jp-sake-wrap .display-sec .btn-con a > span, .jp-sake-wrap .display-sec .btn-con a > div {
  font-style: normal;
  display: inline-block;
}
.jp-sake-wrap .display-sec .btn-con a > * {
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .jp-sake-wrap .display-sec .btn-con a:hover {
    color: var(--Neutrals-0);
  }
}
.jp-sake-wrap .display-sec .btn-con a:active {
  color: var(--Neutrals-0);
}
.jp-sake-wrap .display-sec .btn-con a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/public/img/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.jp-sake-wrap .sake-step-sec .sake-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .jp-sake-wrap .sake-step-sec .sake-steps {
    grid-template-columns: 1fr;
  }
}
.jp-sake-wrap .sake-step-sec .sake-step-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 40px 24px;
  border-radius: 10px;
  overflow: hidden;
}
.jp-sake-wrap .sake-step-sec .sake-step-area:nth-child(1) {
  background: #080A2B;
}
.jp-sake-wrap .sake-step-sec .sake-step-area:nth-child(2) {
  background: #0A3221;
}
.jp-sake-wrap .sake-step-sec .sake-step-area:nth-child(3) {
  background: #151515;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .step-tit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .step-tit-con .step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .step-tit-con .step-icon img {
  height: 29px;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .step-tit-con .step-title {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
  white-space: pre-line;
  word-break: keep-all;
  text-wrap: balance;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .step-tit-con .step-desc {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  word-break: keep-all;
  text-wrap: balance;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .product-list-wrap {
  margin: 0 -24px;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .product-list-wrap .product-list-con {
  padding: 0 24px;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .product-list-wrap .product-list-con .prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.jp-sake-wrap .sake-step-sec .sake-step-area .product-list-wrap .product-list-con .prod-list .prod-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 4);
          flex: 0 0 calc((100% - 60px) / 4);
  min-width: 161px;
}