@charset "UTF-8";

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px; /* 요소 크기 만큼 -1px 역마진*/
  overflow: hidden;
  clip: rect(0,0,0,0); /* 구형 브라우저를 위해 사용 */
  clip-path: polygon(0 0, 0 0, 0 0); /* inset(50%) 와 동일한 표현 */
  border: 0;
}

#main_content {
  scroll-margin-top: 132px;
}

#main_content:focus-visible {
  outline: 3px solid #006241;
  outline-offset: 6px;
}

body.is-splash-active {
  overflow: hidden;
}

.splash-seen .portfolio-splash {
  display: none;
}

.portfolio-splash {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, rgba(0, 41, 30, 0.97), rgba(7, 15, 13, 0.99) 68%),
    #07100d;
  background-size: 22px 22px, auto, auto;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.portfolio-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.portfolio-splash__inner {
  position: relative;
  width: min(100%, 620px);
  padding-left: 28px;
  text-align: left;
}

.portfolio-splash__inner::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 5px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 197, 143, 0.9), rgba(0, 168, 98, 0.34));
}

.portfolio-splash__eyebrow {
  margin-bottom: 16px;
  color: rgba(216, 197, 143, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-splash__title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
}

.portfolio-splash__copy {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.58;
  word-break: keep-all;
}

.portfolio-splash__desc {
  max-width: 540px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
}

.portfolio-splash__progress {
  overflow: hidden;
  height: 6px;
  margin-top: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portfolio-splash__progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d8c58f 0%, #00a862 72%, #31c986 100%);
  box-shadow: 0 0 18px rgba(0, 168, 98, 0.28);
  transition: width 0.1s linear;
}

.portfolio-splash__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.5;
}

.portfolio-splash__meta strong {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

[data-link-status="planned"] {
  cursor: default;
}

[data-planned-label]::after {
  content: attr(data-planned-label);
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border: 1px solid rgba(0, 98, 65, 0.18);
  border-radius: 999px;
  background-color: rgba(0, 98, 65, 0.08);
  color: #006241;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 950px) {
  #main_content {
    scroll-margin-top: 96px;
  }
}

@media screen and (max-width: 640px) {
  .portfolio-splash {
    padding: 24px;
  }

  .portfolio-splash__inner {
    padding-left: 20px;
  }

  .portfolio-splash__title {
    font-size: 34px;
  }

  .portfolio-splash__copy {
    font-size: 16px;
  }

  .portfolio-splash__desc {
    font-size: 13px;
  }

  .portfolio-splash__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-splash,
  .portfolio-splash__progress-fill {
    transition-duration: 0.01ms;
  }
}

header .header-toggle:focus-visible,
header .header-close:focus-visible,
.visual .hero-actions a:focus-visible,
.visual .hero-actions button:focus-visible,
.notice .notice-line .inner__left .notice-line__more:focus-visible,
.notice .notice-line .inner__right .toggle-promotion .menu-toggler:focus-visible,
.notice .promotion .swiper-prev:focus-visible,
.notice .promotion .swiper-next:focus-visible {
  outline: 3px solid #006241;
  outline-offset: 3px;
}


/*HEADER*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #f6f5f0;
  border-bottom: 1px solid #c8c8c8;
}
header > .inner {
  width: 100%;
  max-width: 1100px;
  height: 120px;
  margin: 0 auto;
  padding: 0 24px;
}
header .header-toggle,
header .header-close,
header .main-menu .item > .item__name {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
}
header .header-toggle,
header .header-close,
header .header-overlay {
  display: none;
}
header .header-toggle {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
header .header-toggle span[aria-hidden="true"] {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: #1e1e1e;
}
header .header-close {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}
header .header-close .material-icons {
  font-size: 28px;
  color: #222;
}
header .header-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}
header .header-nav {
  position: relative;
  height: 100%;
}
header .header-nav__top {
  position: relative;
}
header .logo {
  height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
header .sub-menu {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

header .sub-menu ul.menu {
  font-family: Arial, sans-serif;
  display: flex;
}
header .sub-menu ul.menu li {
  position: relative;
}
header .sub-menu ul.menu li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .sub-menu ul.menu li:first-child::before {
  display: none;
}
header .sub-menu ul.menu li a,
header .sub-menu ul.menu li [data-link-status="planned"] {
  padding: 11px 16px;
  display: block;
  font-size: 13px;
  color: #777;
  transition: .5s;
}
header .sub-menu ul.menu li [data-link-status="planned"] {
  opacity: .62;
}
header .sub-menu ul.menu li a:hover {
  color: #000;
  text-decoration: underline;
}

header .sub-menu .search {
  position: relative;
  height: 34px;
}
header .sub-menu .search input {
  width: 36px;
  height: inherit;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  color: #777;
  font-size: 12px;
  transition: width .4s;
}
header .sub-menu .search input:focus {
  width: 190px;
  border-color: #669900;
}
header .sub-menu .search input::-webkit-search-cancel-button,
header .sub-menu .search input::-webkit-search-decoration,
header .sub-menu .search input::-webkit-search-results-button,
header .sub-menu .search input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}
header .sub-menu .search input::-ms-clear,
header .sub-menu .search input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
header .sub-menu .search > .search__icon {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  transition: .4s;
}
header .sub-menu .search.focused > .search__icon,
header .sub-menu .search.has-value > .search__icon {
  opacity: 0;
}
header .sub-menu .search .search__clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #666;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}
header .sub-menu .search.has-value .search__clear {
  opacity: 1;
  pointer-events: auto;
}
header .sub-menu .search .search__clear:hover,
header .sub-menu .search .search__clear:focus-visible {
  background-color: rgba(0, 0, 0, 0.06);
  color: #1e3932;
}
header .sub-menu .search .search__clear .material-icons {
  font-size: 18px;
  line-height: 1;
}
header .main-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
header .main-menu .item > .item__name {
  width: 100%;
  padding: 10px 20px 34px 20px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
header .main-menu .item > .item__name:hover:not(:focus-visible):not(:active) {
  color: #669900;
  text-decoration: underline;
  text-underline-position: under;
}
header .main-menu .item:hover > .item__name:not(:focus-visible):not(:active) {
  background-color: #2C2A29;
  color: #669900;
  border-radius: 6px 6px 0 0;
}
header .main-menu .item.is-open > .item__name,
header .main-menu .item > .item__name:focus-visible,
header .main-menu .item > .item__name:active {
  background-color: #2C2A29;
  color: #669900;
  border-radius: 6px 6px 0 0;
}
header .main-menu .item > .item__name:focus-visible {
  outline: 2px solid #669900;
  outline-offset: -2px;
  border-radius: 6px 6px 0 0;
}
header .main-menu .item .item__contents {
  width: 100%;
  position: fixed;
  left: 0;
  top: 118px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  pointer-events: none;
  z-index: 20;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.4s;
}
header .main-menu .item:hover .item__contents {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
header .main-menu .item.is-open .item__contents {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
@media (hover: hover) and (min-width: 960px) {
  header .main-menu:has(.item:hover) .item.is-open:not(:hover) > .item__name {
    background-color: transparent;
    color: #333;
    border-radius: 0;
    text-decoration: none;
  }

  header .main-menu:has(.item:hover) .item.is-open:not(:hover) .item__contents {
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    pointer-events: none;
  }
}
header .main-menu .item .item__contents .contents__menu {
  background-color: #2C2A29;
}
header .main-menu .item .item__contents .contents__menu > ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  display: flex;
}
header .main-menu .item .item__contents .contents__menu > ul > li {
  width: 220px;
}
header .main-menu .item .item__contents .contents__menu > ul > li a,
header .main-menu .item .item__contents .contents__menu > ul > li [data-link-status="planned"] {
  font-size: 12px;
}
header .main-menu .item .item__contents .contents__menu > ul > li h2 {
  padding: 3px 0 12px 0;
  font-size: 14px;
  color: #fff;
}
header .main-menu .item .item__contents .contents__menu > ul > li > h2 > a,
header .main-menu .item .item__contents .contents__menu > ul > li > h2 > [data-link-status="planned"] {
  display: inline-block;
  color: inherit;
}
header .main-menu .item .item__contents .contents__menu > ul > li > h2 > a:focus,
header .main-menu .item .item__contents .contents__menu > ul > li > h2 > a:focus-visible {
  outline: 2px solid #669900;
  outline-offset: 3px;
  border-radius: 4px;
}
header .main-menu .item .item__contents .contents__menu > ul > li ul li {
  padding: 5px 0;
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
header .main-menu .item .item__contents .contents__menu > ul > li ul li a,
header .main-menu .item .item__contents .contents__menu > ul > li ul li [data-link-status="planned"] {
  display: inline-block;
  color: inherit;
}
header .main-menu .item .item__contents .contents__menu > ul > li ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
header .main-menu .item .item__contents .contents__menu > ul > li ul li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
  outline: 2px solid #669900;
  outline-offset: 2px;
  border-radius: 4px;
}

/* 뱃지 */
aside .badges {
  position: fixed;
  top: 155px;
  left: 55%;
  width: 150px;
  margin-left: 485px;
  z-index: 999;
  cursor: pointer;
}
aside .badges img {
  width: 100%;
}

/* Section Main 
   "Desktop" Visual_set */
/* ===== Hero desktop tuning: 공홈 비율 보정 ===== */
  .visual {
    margin-top: 120px;
    padding: 24px 14px 22px;
    background-color: #fde792;
    background-image: none;
  }

  .visual .visual-inner {
    position: relative;
    max-width: 1840px;
    height: 32.3vw;
    min-height: 500px;
    max-height: 620px;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-image: url("../images/hero/2026_spring2_top_bg_260407.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .visual .hero-mobile-landing,
  .visual .hero-copy-mobile,
  .visual .hero-actions {
    display: none !important;
  }

  .visual .visual_slogan,
  .visual .btn_slogan {
    position: absolute;
    left: 10%;
    width: 20%;
    margin: 0;
  }

  .visual .visual_slogan {
    top: 34.83%;
    z-index: 3;
  }

  .visual .visual_slogan picture,
  .visual .visual_slogan img {
    display: block;
    width: 100%;
  }

  .visual .btn_slogan {
    top: 59.29%;
    left: 10%;
    z-index: 4;
    text-align: center;
    width: 20%;
  }

  .visual .btn_slogan a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25.053%;
    min-width: 125px;
    height: 38px;
    margin: 0 auto;
    color: #994d13;
    border: 2px solid #994d13;
    background: transparent;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
  }

  .visual .btn_slogan a:hover {
    background-color: #994d13;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .visual .visual_set {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .visual .visual_stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    padding: 0;
  }

  .visual .visual_stage__item {
    position: absolute;
    margin: 0;
    transform: none;
  }

  .visual .visual_stage__box,
  .visual .visual_stage__box picture,
  .visual .visual_stage__item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .visual .visual_stage__item--drink-01 {
    z-index: 10;
    top: 17.03%;
    left: 35.35%;
    width: 11.3%;
  }

  .visual .visual_stage__item--drink-02 {
    z-index: 10;
    top: 17%;
    left: 44.4%;
    width: 10.95%;
  }

  .visual .visual_stage__item--drink-03 {
    z-index: 10;
    top: 47%;
    left: 33%;
    width: 18%;
  }

  .visual .visual_stage__item--drink-04 {
    z-index: 10;
    top: 17%;
    left: 60%;
    width: 10.95%;
  }

  .visual .visual_stage__item--drink-05 {
    z-index: 11;
    top: 16.874%;
    left: 70.2%;
    width: 10.95%;
  }
    .visual .visual_stage__item--drink-06 {
    z-index: 12;
    top: 47%;
    left: 65%;
    width: 18%;
  }
    .visual .visual_stage__item--drink-07 {
    z-index: 13;
    top: 25.5%;
    left: 50%;
    width: 13%;
  }

  .visual .visual_stage__item--drink-01,
  .visual .visual_stage__item--drink-02,
  .visual .visual_stage__item--drink-03,
  .visual .visual_stage__item--drink-04,
  .visual .visual_stage__item--drink-05,
  .visual .visual_stage__item--drink-06,
  .visual .visual_stage__item--drink-07 {
    margin-bottom: 0 !important;
  }
  .visual.is-hero-fade-ready [data-hero-fade] {
    opacity: 0;
  }

/* whats-new
   - season-drinks 대체 영역
   - desktop 기본값에서는 노출하지 않고 mobile에서만 app.css로 활성화 */
.whats-new {
  display: none;
}

.order-choice {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.order-choice.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.order-choice__dim {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 22, .42);
  backdrop-filter: blur(4px);
}

.order-choice__panel {
  position: relative;
  width: min(100%, 380px);
  max-height: min(540px, calc(100vh - 64px));
  overflow-y: auto;
  padding: 26px 24px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(249, 245, 237, .98) 100%);
  box-shadow: 0 20px 46px rgba(20, 34, 30, .22);
  transform: scale(.96) translateY(12px);
  transition: transform .3s ease;
  overscroll-behavior: contain;
}

.order-choice__panel:focus {
  outline: none;
}

.order-choice.is-open .order-choice__panel {
  transform: scale(1) translateY(0);
}

.order-choice__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(30, 57, 50, .06);
  color: #1e3932;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.order-choice__eyebrow {
  margin: 0 0 8px;
  color: #7e63ab;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.order-choice__panel h2 {
  margin: 0;
  padding-right: 42px;
  color: #1e3932;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -.03em;
}

.order-choice__panel > p {
  margin: 12px 0 0;
  color: #55615d;
  font-size: 14px;
  line-height: 1.6;
}

.order-choice__actions {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.order-choice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.order-choice__button--primary {
  background-color: #006241;
  border: 1px solid #006241;
  color: #fff;
}

.order-choice__button--secondary {
  background-color: rgba(255, 255, 255, .78);
  border: 1px solid rgba(30, 57, 50, .12);
  color: #1e3932;
}

.order-choice__close:focus-visible,
.order-choice__button:focus-visible {
  outline: 2px solid #006241;
  outline-offset: 2px;
}

body.order-choice-open {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

/* mobile-flow
   - 기존 데스크탑 구조 유지
   - season-drinks 이후 모바일 전용 개편 영역은 desktop 기본값에서 숨김 */
.mobile-flow {
  display: none;
}

/* notice */
.notice .notice-line {
  position: relative;
}
.notice .notice-line .bg-left {
  width: 50%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.notice .notice-line .bg-right {
  width: 50%;
  height: 100%;
  background-color: #f6f5ef;
  position: absolute;
  top: 0;
  right: 0;
}
.notice .notice-line .inner {
  height: 62px;
  z-index: 1;
  display: flex;
}
.notice .notice-line .inner__left {
  width: 50%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  padding-left: 20px;
}


.notice .notice-line .inner__left .speaker {
  color: #fff;
  background: url('../images/common/notice-line_speker.png') center center no-repeat;
  background-size: 33px 25px;
  height: 33px;
  width: 65px;
}
.notice .notice-line .inner__left .swiper-container {
  height: 62px;
  flex-grow: 1;
  padding-left: 20px;
}
.notice .notice-line .inner__left .swiper-slide {
  height: 62px;
  display: flex;
  align-items: center;
}
/* .notice .notice-line .inner__left .swiper-slide-active:hover a{
  text-decoration: underline;
  text-underline-position: under;
} 
   공지사항 밑줄 제거  
*/

/* 공지사항 
   텍스트 길이 제한
   04/25 추가(말 줄임표)
*/
.notice .notice-line .inner__left .swiper-slide a,
.notice .notice-line .inner__left .swiper-slide [data-link-status="planned"] {
  color: #fff;
  display: inline-block;
  width: 500px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .notice-line .inner__left .swiper-slide [data-link-status="planned"],
.notice .notice-line .inner__left .notice-line__more[data-link-status="planned"] {
  opacity: .68;
}

.notice .notice-line .inner__left .notice-line__more {
  width: 62px;
  height: 62px;
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
}
.notice .notice-line .inner__left .notice-line__more:hover {
  text-decoration: none;
}
.notice .notice-line .inner__left .notice-line__more .material-icons {
  color: #fff;
  font-size: 230%;
}
.notice .notice-line .inner__right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.notice .notice-line .inner__right h3 {
  font-size: 17px;
  font-weight: 700;
}
.notice .notice-line .inner__right .toggle-promotion {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.notice .notice-line .inner__right .toggle-promotion .menu-toggler {
  border: 1.8px solid #111;
  border-radius: 50%;
  position: absolute;
  width: 50%;
  height: 50%;
  cursor: pointer;
}
.notice .notice-line .inner__right .toggle-promotion .menu-toggler::before ,
.notice .notice-line .inner__right .toggle-promotion .menu-toggler::after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .4s;
  background: #232323;
}

.notice .notice-line .inner__right .toggle-promotion .menu-toggler::before {
  transform: rotate(40deg);
  left: -9px;
}

.notice .notice-line .inner__right .toggle-promotion .menu-toggler::after {
  transform: rotate(-40deg);
  right: -9px;
}
.notice.menuing .notice-line .inner__right .toggle-promotion .menu-toggler::before {
  transform: rotate(-40deg);
}
.notice.menuing .notice-line .inner__right .toggle-promotion .menu-toggler::after {
  transform: rotate(40deg);
}

/*PROMOTION*/
.notice .promotion {
  /*width: auto;*/
  height: 693px;
  background-color: #f6f5ef;
  position: relative;
  overflow: hidden;
  transition: height .4s;
}
.notice .promotion.hide {
  height: 0;
}
.notice .promotion .swiper-container {
  /* 819px 슬라이드 3개와 그 사이 여백 10px씩 = 2477px */
  width: calc(819px * 3 + 20px);
  height: 553px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: calc((819px * 3 + 20px) / -2);
}
.notice .promotion .swiper-slide {
  position: relative;
  opacity: .5;
  transition: opacity 1s;
  cursor: pointer;
}
.notice .promotion .swiper-slide-active {
  opacity: 1;
}
.notice .promotion .swiper-slide .btn {
  /*width: 130px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.notice .promotion .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 0;
}
.notice .promotion .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-image: url("../images/promotion/promotion_slide_pager.png");
  width: 13px;
  height: 12px;
  margin-right: 6px;
  outline: none;
}
.notice .promotion .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.notice .promotion .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../images/promotion/promotion_slide_pager_on.png");
}
.notice .promotion .swiper-prev,
.notice .promotion .swiper-next {
  width: 42px;
  height: 42px;
  padding: 0;
  outline: none;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  /* Swiper Container 높이의 절반만큼 끌어올림 */
  /* 버튼 높이의 절반만큼 추가로 끌어올림 */
  top: 300px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
.notice .promotion .swiper-prev {
  left: 50%;
  margin-left: -480px;
}
.notice .promotion .swiper-next {
  right: 50%;
  margin-right: -480px;
}
.notice .promotion .swiper-prev:hover,
.notice .promotion .swiper-next:hover {
  background-color: #333;
  color: #fff;
}

/* Rewards Code Section */
 
#new-rewards_wrap {
  padding-top: 30px; 
  padding-bottom: 40px; 
  background-color: #1e3932;
}
.new-rewards_inner {
  max-width: 1080px; 
  margin: 0 auto;
}
.new-rewards_inner:after {
  content:""; 
  display: block; 
  clear: both;
}
.new-rewards_inner .pc-br,
.new-rewards_inner .mobile-br {
  display: none;
}
.new-rewards_logo {
  float: left; 
  width: 16.3%; 
  margin-left: 40px; 
  margin-right: 40px; 
  text-align: center;
}

.new-rewards_logo img {
  width: 176px;
}

.new-rewards_conts {
  float: left;
  width: calc(83.7% - 80px);
  padding-right: 30px;
  color: #fff;
  letter-spacing: 0.5px;
}	


.new-rewards_conts .info-cont {
  position: relative; 
  margin-bottom: 22px; 
  border-bottom: 1px solid #4b615b;
}
.new-rewards_conts .info-cont_txt {
  margin-bottom: 12px;
}
.new-rewards_conts .info-cont_txt h2 {
  line-height: 1.4; 
  margin-bottom: 12px; 
  font-size: 26px; 
  font-weight: normal;
}
.new-rewards_conts .info-cont_txt p {
  line-height: 1.4; 
  font-size: 17px;
}
.new-rewards_conts .btn-signin_group {
  position: absolute; 
  bottom: 20px; 
  right: 0; 
  font-size: 0;
}
.new-rewards_conts .btn-signin_group a,
.new-rewards_conts .btn-signin_group button {
  appearance: none;
  display: inline-block; 
  height: 38px; 
  line-height: 36px; 
  padding-left: 18.5px; 
  padding-right: 18.5px; 
  background: transparent;
  font-size: 14px; 
  font-family: inherit;
  color: #fff; 
  border-radius: 5px;
  cursor: pointer;
}


/* Common */
.new-rewards_conts .btn-signin_group a:hover,
.new-rewards_conts .btn-signin_group button:hover,
.new-rewards_conts .btn_egift a:hover {
  text-decoration: underline; 
  text-underline-position: under; 
  color: #fff; 
}
.new-rewards_conts .btn-signin_group a:focus-visible,
.new-rewards_conts .btn-signin_group button:focus-visible,
.new-rewards_conts .btn_egift a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.new-rewards_conts .btn_egift {
  position: absolute; 
  top: 0; 
  right: 0; 
  width: 193px; 
  height: 38px; 
  line-height: 36px; 
  text-align: center; 
  font-size: 14px; 
  border: 2px solid #fff; 
  border-radius: 5px;
}
.new-rewards_conts .btn_egift a {
  display: block; 
  width: 100%; 
  height: 100%; 
  color: #fff;
}
.new-rewards_conts .btn-signin_join {
  background-color: #00704a; 
  border: 2px solid #00704a;
}
.new-rewards_conts .btn-signin_login {
  margin-left: 9px; 
  background-color: transparent; 
  border: 2px solid #fff;
}
.new-rewards_conts .gift-cont {
  position: relative;
}
.new-rewards_conts .gift-cont_txt p {
  /* line-height: 1.4;  */
  font-size: 14px; 
}
.new-rewards_conts .gift-cont_txt p strong {
  font-size: 14px; 
  /* letter-spacing: -1px; */
}




/* 메인 원두 리워드  섹션  */
#main-bean-wrap {
  background-image: url('../images/promotion/2026_spring1_ph1_promotion_bg_260220.jpg');    
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 578px;
}
.main-bean-inner {
  max-width: 1124px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.main-bean-imgBox {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 15%;
  margin-left: -5%;
}
.main-bean-txt {
  position: absolute;
  z-index: 9;
  top: calc(50% + 3px);
  right: 13.8494%;
  transform: translateY(-50%);
  width: 36.072%;
}
.main-bean-txt .btn_detail {
  width: 125px;
  height: 38px;
  margin-top: 40px;
}

.main-bean-txt .btn_detail .btn {
  width: 100%;
  height: 100%;
}

/* 리저브 섹션 */
#first_reserve_wrap {
  position: relative;
  background: #faefe0;
  overflow: hidden;
  height: 400px;
}

.first_reserve_inner {
  position: relative;
  max-width: 1180px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 32px;
}

.first_reserve_copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  max-width: none;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.first_reserve_title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.first_reserve_title img {
  display: block;
  max-width: 100%;
  height: auto;
}

.first_reserve_detail-btn_wrap {
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.first_reserve_detail-btn {
  width: 125px;
  height: 38px;
}

.first_reserve_detail-btn .btn {
  width: 100%;
  height: 100%;
}

.first_reserve_visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.first_reserve_visual img {
  display: block;
  width: auto;
  flex-shrink: 0;
  max-width: none;
  height: 340px;
  transform: translateX(-20%);
  transform-origin: center center;
  pointer-events: none;
}

/* 1280 이하부터 조금씩 중앙으로 */

/* 1100 이하에서는 더 중앙 쪽으로 */

/* 951 ~ 1020 구간은 거의 중앙에 가깝게 */

/* favorite Section */
#fav_wrap {
  position: relative;
  background: url('../images/promotion/2026_spring2_pick_bg_260407.jpg') center center fixed no-repeat transparent;
  background-size: auto 87%;
  background-position: bottom;
  height: 800px;
  padding: 0;
}
.fav_wrap_inner {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
.fav_txt_img {
  top: 172px;
  background: url('../images/promotion/fav_prod_txt01.png') no-repeat;
  width: 258px;
  height: 204px;
  overflow: hidden;
  position: absolute;
  z-index: 7;
  text-indent: -9999px;
  left: 200px;
}
.fav_txt_img2 {
  background: url('../images/promotion/fav_prod_txt02.png') no-repeat;
  top: 417px;
  background-size: contain;
  width: 362px;
  height: 156px;
  overflow: hidden;
  position: absolute;
  z-index: 7;
  text-indent: -9999px;
  left: 92px;
}
.fav_main_img {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 7;
  top: 100px;
  right: -163px;
  width: 912px;
  height: 575px;
  background-image: url('../images/promotion/2026_spring2_pick_img_260407.png');
}
.fav_btn {
  position: absolute;
  top: 602px;
  width: 125px;
  height: 38px;
  left: 328px;
  z-index: 7;
}

.fav_btn .btn {
  width: 100%;
  height: 100%;
} 

/* RESERVE Section */

#reserve_magazine_wrap {
  background: url('../images/reserve/reserve_magazine_bg.png') no-repeat 50% 100%;
  position: relative;
  height: 400px;
  background-size: auto 353px;
  overflow: hidden;
}
.reserve_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.reserve_title {
  position: relative;
  z-index: 10;
  padding-top: 135px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.reserve_title img {
  width: auto;
  transform: translateX(161px);
}
.reserve_visual {
  display: block;
  position: absolute;
  bottom: auto;
  top: 0;
  right: 50%;
  margin-right: -483px;
}
.reserve_visual img {
  max-width: none;
  min-width: auto;
  width: auto;
}
.reserve_btn_wrap {
  width: 100%;
  padding-left: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1100px;
  margin: 33px auto 0;
}
.reserve_detail-btn {
  padding-left: 225px;
  width: 583px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserve_detail-btn .btn {
  --btn-width: 125px;
}


/* STORE Section */
#storewrap {
  background: url('../images/store/store_bg.jpg');
  background-size: 100% auto;
  height: 400px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.store_inner {
  width: 1280px;
  top: 0;
  position: absolute;
  margin-left: -640px;
  left: 50%;
}
.store_inner .store_img01 {
  background: url('../images/store/store_image_01.png'); /* 작은 원 */
  height: 228px;
  left: 390px;
  position: absolute;
  top: 149px;
  width: 228px;
  z-index: 5;
  background-size: contain;
}
.store_inner .store_img02 {
  background: url('../images/store/store_image_02.png'); /* 큰 원 */
  height: 312px;
  left: 160px;
  position: absolute;
  top: 0;
  width: 366px;
  z-index: 4;
  background-size: contain;
}
.store_inner .store_img03 {
  background: url('../images/store/store_image_03.png');
  height: 142px;
  left: 520px;
  position: absolute;
  top: -60px;
  width: 343px;
  z-index: 4;
}
.store_inner .store_img04 {
  background: url('../images/store/store_image_04.png');
  height: 102px;
  position: absolute;
  right: 30px;
  top: 298px;
  width: 230px;
  z-index: 4;
}
.store_inner .store_txt01 {
  background: url('../images/store/store_text_01.png');
  height: 54px;
  position: absolute;
  right: 162px;
  overflow: hidden;
  text-indent: -20000px;
  top: 100px;
  width: 374px;
  z-index: 4;
}
.store_inner .store_txt02 {
  background: url('../images/store/store_text_02.png');
  height: 92px;
  position: absolute;
  right: 168px;
  overflow: hidden;
  text-indent: -20000px;
  top: 168px;
  width: 366px;
  z-index: 4;
}
.store_inner .store_btn {
  position: absolute;
  right: 408px;
  top: 290px;
  z-index: 4;
  width: 125px;
  height: 38px;
}

.store_inner .store_btn .btn {
  width: 100%;
  height: 100%;
}

/* =========================================================
   Footer Base
   - style.css: footer 공통/desktop/mobile 기본 형태
   - app.css: breakpoint별 전환과 반응형 보정
========================================================= */

/* Footer: shared shell */
#footer {
  --footer-bg-top: #2f2b29;
  --footer-bg-bottom: #23201e;
  --footer-text: #fff;
  --footer-link: #f1ebe4;
  --footer-link-muted: #ddd4cb;
  --footer-muted: rgba(255, 255, 255, 0.6);
  --footer-muted-soft: rgba(255, 255, 255, 0.46);
  --footer-border: rgba(255, 255, 255, 0.11);
  --footer-border-soft: rgba(255, 255, 255, 0.07);
  --footer-surface: rgba(255, 255, 255, 0.05);
  --footer-surface-strong: rgba(255, 255, 255, 0.07);
  --footer-accent: #00a862;
  --footer-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0 36px;
  clear: both;
  background: linear-gradient(180deg, var(--footer-bg-top) 0%, var(--footer-bg-bottom) 100%);
}

.footer {
  color: var(--footer-text);
}

/* Footer: shared link interaction base */
.footer a {
  text-decoration: none;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    text-decoration-color 0.18s ease,
    opacity 0.24s ease;
}

.footer a:hover {
  opacity: 1;
  text-decoration: none;
}

.footer a:focus-visible {
  outline: 2px solid rgba(0, 168, 98, 0.9);
  outline-offset: 3px;
  border-radius: 10px;
}

/* Footer: desktop base */
.footer-desktop {
  display: block;
}

.footer-desktop__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-desktop__top {
  padding-bottom: 8px;
}

.footer-desktop__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
  justify-content: space-between;
}

.footer-desktop__menu-group {
  flex: 1 1 180px;
  min-width: 160px;
}

.footer-desktop__menu-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Nanum Gothic", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 12.75px;
  font-weight: 700;
  line-height: 1.46;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}

.footer-desktop__menu-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(0, 168, 98, 0.72), rgba(0, 168, 98, 0));
}

.footer-desktop__menu-list {
  margin: 0;
  padding: 0;
}

.footer-desktop__menu-item + .footer-desktop__menu-item {
  margin-top: 4px;
}

.footer-desktop__menu-link {
  color: var(--footer-link);
  font-size: 12px;
  line-height: 1.8;
}

.footer-desktop__menu-link[data-link-status="planned"],
.footer-desktop__policy [data-link-status="planned"],
.footer-desktop__buttons [data-link-status="planned"],
.mobile-flow-footer__link[data-link-status="planned"] {
  opacity: .68;
}

.footer-desktop__awards {
  margin-top: 36px;
  padding: 20px 0;
  border-top: 1px solid var(--footer-border-soft);
  border-bottom: 1px solid var(--footer-border-soft);
}

.footer-desktop__awards ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.footer-desktop__awards a,
.footer-desktop__awards span {
  display: block;
}

.footer-desktop__awards img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-desktop__bottom {
  padding-top: 28px;
  text-align: center;
}

.footer-desktop__policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}

.footer-desktop__policy a,
.footer-desktop__policy span {
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--footer-link-muted);
  font-size: 12px;
  line-height: 1.5;
}

.footer-desktop__policy a:last-child,
.footer-desktop__policy span:last-child {
  border-right: 0;
}

.footer-desktop__policy a:first-child,
.footer-desktop__policy a:nth-child(4),
.footer-desktop__policy span:first-child,
.footer-desktop__policy span:nth-child(4) {
  color: var(--footer-accent);
  font-weight: 700;
}

.footer-desktop__policy a:first-child,
.footer-desktop__policy span:first-child {
  color: #00b050;
}

.footer-desktop__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.footer-desktop__buttons a,
.footer-desktop__buttons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  color: var(--footer-text);
  font-size: 12px;
}

.footer-desktop__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 16px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12.25px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.006em;
}

/* Footer: shared meta text */
.footer-desktop__info,
.mobile-flow-footer__info,
.footer-desktop__copyright,
.mobile-flow-footer__copyright {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums;
}

.footer-desktop__info p,
.mobile-flow-footer__info p {
  margin: 0;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.footer-social__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social__item:hover,
.footer-social__item:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.footer-social__item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.footer-social__item svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-desktop__info a[x-apple-data-detectors],
.mobile-flow-footer__info a[x-apple-data-detectors],
.footer-desktop__copyright a[x-apple-data-detectors],
.mobile-flow-footer__copyright a[x-apple-data-detectors] {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

.footer-desktop__copyright,
.mobile-flow-footer__copyright {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.15px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.03em;
}

/* Footer: mobile base */
.mobile-flow-footer {
  display: none;
}

.mobile-flow-footer__inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  gap: 0;
}

.mobile-flow-footer__section {
  position: relative;
  overflow: visible;
  padding: 23px 0 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.mobile-flow-footer__section::after {
  display: none;
  content: "";
}


.mobile-flow-footer__title {
  display: block;
  margin: 0 0 15px;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.985);
  font-family: "Nanum Gothic", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15.9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-wrap: balance;
}

.mobile-flow-footer__title::before {
  display: none;
  content: "";
}

.mobile-flow-footer__list {
  display: grid;
  gap: 0;
}

.mobile-flow-footer__item + .mobile-flow-footer__item {
  margin-top: 1px;
}

.mobile-flow-footer__link {
  display: inline-block;
  color: var(--footer-link-muted);
  font-size: 13.5px;
  line-height: 1.58;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.mobile-flow-footer__list .mobile-flow-footer__link {
  display: block;
  width: auto;
  padding: 4px 0;
  color: rgba(241, 235, 228, 0.9);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.64;
}

.mobile-flow-footer__list .mobile-flow-footer__link::after {
  content: none;
}

.mobile-flow-footer__policy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--footer-border-soft);
}

.mobile-flow-footer__policy .mobile-flow-footer__link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.mobile-flow-footer__policy .mobile-flow-footer__link:first-child {
  color: #00b050;
  font-weight: 700;
}

.mobile-flow-footer__info {
  display: grid;
  gap: 4px;
  margin-top: 13px;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11.95px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.005em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.mobile-flow-footer__copyright {
  margin: 0;
  padding-top: 13px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.028em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
