@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
html,
body {
  min-width: 320px;
}
body {
  font-family: "Pretendard Variable", "Noto Sans KR", sans-serif;
  background: #130406;
  color: #fff8f8;
}
body.modal-open {
  overflow: hidden;
}
i,
button {
  font-style: normal;
}
img {
  display: block;
  border: 0;
  user-select: none;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.event-page {
  overflow-x: hidden;
}
.w1920 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.block-img {
  width: 100%;
  pointer-events: none;
}
.intro-section {
  position: relative;
  background: #351B1B;
}
.intro-stage {
  position: relative;
  width: min(100%, 1920px);
  margin: 0 auto;
  aspect-ratio: 1920 / 1053;
  overflow: hidden;
}
.intro-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-title,
.intro-content,
.intro-obj {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.intro-title {
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
  animation: intro-rise 0.7s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.intro-content {
  bottom: -1%;
  left: 25%;
  width: 53.2%;
  max-width: 1023px;
  z-index: 4;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.28));
  animation: intro-fade-up 0.8s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.intro-obj {
  inset: 0;
  width: 100%;
  height: auto;
  transform: none;
  z-index: 4;
  opacity: 0.95;
  animation: intro-obj 0.7s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.section-tab-section {
  position: relative;
  margin-top: -1px;
  background: #2c2929;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.guide-cta-section {
  padding: 32px 15px 32px;
  background: linear-gradient(180deg, #2c2929 0%, #130406 100%);
}
.guide-cta-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.guide-cta-button {
  min-width: 320px;
  padding: 20px 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 248, 248, 0.08);
  color: #fff8f8;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.guide-cta-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 248, 248, 0.14);
  border-color: rgba(255, 255, 255, 0.38);
}
.tab-inner {
  width: 100%;
  margin: 0 auto;
}
.section-tab-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(100%, 1200px);
  margin: 0 auto;
  min-height: 96px;
}
.section-tab {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}
.section-tab:hover {
  background: rgba(255, 255, 255, 0.04);
}
.section-tab.is-active {
  background: linear-gradient(180deg, #af555e 0%, #9c424b 100%);
}
.section-tab-label {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.section-tab-panel {
  padding: 100px 0 100px;
  background-color: #fff;
}
.section-tab-panel .section-content {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 36px 40px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}
.section-tab-panel h2 {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #333;
}
.section-tab-panel p {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.section-tab-panel--full {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
#tab-scholar {
  padding: 0;
  background: #fff;
}
.scholar-shell {
  min-height: 360px;
  background: #fff;
}
.scholar-status {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 72px 20px;
  color: #5f5b5b;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.scholar-status a {
  color: #af555e;
  font-weight: 700;
}
.scholar-mount {
  background: #fff;
}
.panel-eyebrow {
  margin-bottom: 10px;
  color: #ff8c9d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.igam-content {
  position: relative;
}
.igam-content-inner {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
}
.igam-content-inner--full {
  width: 100%;
}
.igam-section {
  position: relative;
}
.igam-section--s1 {
  background: #0e0f13;
}
.igam-section--s1 .s1-1-wrap {
  background: linear-gradient(179deg, #FAB2B4 0%, #B4717B 100%);
}
.igam-section--s1 .s1-1-wrap .fp-btn {
  font-size: 0;
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 620px;
  width: 32.4%;
  height: 10.1%;
}
.igam-section--s1 .s1-2-wrap {
  background: #1D0603;
}
.igam-section--s2 {
  background-color: #FFF0DF;
}
.igam-section--s3 {
  background: linear-gradient(180deg, #FFE5E5 0%, #FFFEFE 75%, #FFFCFC 100%);
  padding: 100px 0;
}
.igam-section--s4 {
  background: linear-gradient(180deg, #FFFCFC 0%, #FFFDFD 50%, #FFECEC 100%);
}
.igam-section--s5 {
  background: linear-gradient(180deg, #FFECEC 0%, #FFFEFE 50%, #FFC3D4 85%, #FFE0D7 100%);
  padding: 80px 0 110px;
}
.igam-section--s6 {
  background: #F5F5F5;
  padding: 100px 0;
}
.igam-section--s6 .block-img {
  margin-top: 50px;
}
.igam-section--s6 .block-img:first-child {
  margin-top: 0;
}
.igam-section--s6 [class^="sample-"] {
  position: absolute;
  font-size: 0;
}
.igam-section--s6 .sample-1 {
  top: 2.83%;
  left: 80%;
  width: 16.5%;
  height: 1.1%;
}
.igam-section--s6 .sample-2 {
  top: 36%;
  left: 0;
  right: 0;
  width: 16.5%;
  height: 1.1%;
  margin: 0 auto;
}
.igam-section--s6 .sample-3 {
  top: 91.9%;
  left: 3.6%;
  width: 13%;
  height: 0.9%;
}
.igam-section--s6 .sample-4 {
  top: 91.9%;
  left: 17.5%;
  width: 13%;
  height: 0.9%;
}
.igam-section--s7 {
  background: #ffffff;
  padding-bottom: 120px;
}
.igam-notice-wrap {
  padding: 30px 15px 24px;
  text-align: center;
  background-color: #665A5A;
}
.igam-notice {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.igam-notice p {
  text-align: left;
  color: #ffffff;
  text-indent: -6px;
  padding-left: 6px;
}
.igam-notice p:nth-child(2) {
  padding-left: 10px;
  color: #D0D0D0;
}
.igam-notice p:nth-child(3) {
  margin-top: 2px;
}
.igam-review-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
.igam-review-obj {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.95;
  max-width: 1920px;
  margin: 0 auto;
  transform: translateY(5%);
}
.igam-review-section .igam-content-inner {
  position: relative;
  z-index: 2;
}
.igam-review-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px;
}
.igam-review-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.igam-review-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
}
.igam-review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 rgba(255, 165, 63, 0.5);
}
.igam-review-card-wrap {
  flex: 0 0 314px;
}
.video-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 20px;
}
.video-trigger:hover {
  outline: 2px solid rgba(255, 41, 3, 0.55);
}
.igam-review-card {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.igam-review-copy-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.igam-review-text {
  width: 100%;
}
.igam-review-badge {
  position: absolute;
  top: -6%;
  right: -4%;
  width: min(21%, 224px);
}
.package-card {
  margin: 44px auto 0;
  padding: 40px 46px 40px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(188, 86, 108, 0.14);
}
.package-card-notice {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 20px 0 0 14px;
}
.package-card__title {
  width: 100%;
  margin: 0 auto 18px;
}
.package-card__summary {
  color: #37302f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-align: center;
}
.package-card__bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: #ff5f66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.03em;
  text-align: center;
  flex-wrap: wrap;
}
.package-card__bonus em {
  font-style: normal;
  font-size: 16px;
  color: #ff7e91;
}
.package-card__bonus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 34px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff0f2;
  color: #ff6a70;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.package-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}
.package-card__price-origin {
  color: #b2aaaa;
  font-size: 32px;
  font-weight: 700;
  text-decoration: line-through;
}
.package-card__price-sale {
  color: #ff443d;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.package-card__purchase {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding: 26px 36px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 245, 245, 0.95) 0%, rgba(255, 240, 240, 0.92) 100%);
}
.package-card__options {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.package-option {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.package-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.package-option__check {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin-right: 14px;
  background: url("../img/check-off.png") center / contain no-repeat;
}
.package-option input[type="checkbox"]:checked + .package-option__check {
  background: url("../img/check-on.png") center / contain no-repeat;
}
.package-option__text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4d4545;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.package-option__text i {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
  border-radius: 8px;
}
.package-option__text i.book-icon {
  background-color: #D46C6C;
}
.package-option__text i.course-icon {
  background-color: #A65252;
}
.package-option input[type="checkbox"]:checked ~ .package-option__text {
  color: #ff5a61;
}
.package-card__buy {
  flex: 0 0 auto;
}
.package-card__buy-btn {
  min-width: 160px;
  height: 68px;
  padding: 0 28px;
  border: 0;
  border-radius: 14px;
  background: #111111;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.package-card__buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
}
.video-modal__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(6px);
}
.video-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 980px);
  transform: translate(-50%, -50%);
}
.video-modal__close {
  position: absolute;
  right: 0;
  top: -34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}
.video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes intro-obj {
  from {
    opacity: 0;
    scale: 0.7;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes intro-rise {
  from {
    opacity: 0;
    transform: translateY(40px);
    scale: 0.8;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    scale: 1;
  }
}
@keyframes intro-fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
    scale: 0.9;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    scale: 1;
  }
}
@keyframes intro-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
@media (max-width: 1920px) {
  .w1920 {
    max-width: 1600px;
  }
  .intro-stage {
    aspect-ratio: 1920 / 980;
  }
  .intro-title {
    top: 8%;
  }
  .intro-content {
    bottom: -6%;
    left: 25%;
    width: 54%;
  }
  .igam-content-inner {
    width: min(100%, 900px);
  }
  .igam-review-card-wrap {
    flex: 0 0 250px;
  }
  .igam-section--s6 .sample-1 {
    top: 2.83%;
    left: 80%;
    width: 16.5%;
    height: 1.1%;
  }
  .igam-section--s6 .sample-2 {
    top: 35.83%;
    left: 0;
    right: 0;
    width: 16.5%;
    height: 1.1%;
    margin: 0 auto;
  }
  .igam-section--s6 .sample-3 {
    top: 91.95%;
    left: 3.6%;
    width: 13%;
    height: 0.9%;
  }
  .igam-section--s6 .sample-4 {
    top: 91.95%;
    left: 17.5%;
    width: 13%;
    height: 0.9%;
  }
}
@media (max-width: 1080px) {
  .section-tab {
    padding: 0 10px;
  }
  .section-tab-label {
    max-height: 22px;
  }
  .section-tab-panel {
    border-radius: 22px;
  }
  .section-tab-panel h2 {
    font-size: 28px;
  }
  .section-tab-panel p {
    font-size: 16px;
  }
  .igam-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .igam-section--s1 {
    padding-right: 0;
    padding-left: 0;
  }
  .igam-review-item {
    gap: 22px;
    padding: 22px;
  }
  .igam-review-badge {
    top: -6%;
    right: -1%;
    width: 120px;
  }
  .igam-review-card-wrap {
    flex-basis: 240px;
  }
  .video-modal__dialog {
    width: min(92vw, 860px);
  }
  .package-card {
    max-width: 900px;
    padding: 28px 28px 22px;
  }
  .package-card-notice {
    margin-top: 16px;
  }
  .package-card__summary {
    font-size: 20px;
  }
  .package-card__bonus {
    font-size: 17px;
  }
  .package-card__bonus-badge {
    min-width: 58px;
    height: 30px;
    font-size: 17px;
  }
  .package-card__price-origin {
    font-size: 24px;
  }
  .package-card__price-sale {
    font-size: 42px;
  }
  .package-option__text {
    font-size: 22px;
  }
  .package-option__text i {
    font-size: 18px;
  }
  .package-card__buy-btn {
    min-width: 142px;
    height: 60px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .intro-stage {
    aspect-ratio: 768 / 680;
  }
  .igam-section--s3 {
    padding: 12% 10px 12%;
  }
  .igam-section--s5 {
    padding: 13% 0 12%;
  }
  .igam-section--s6 {
    padding: 12% 0;
  }
  .igam-section--s6 .block-img {
    margin-top: 6%;
  }
  .igam-section--s6 .block-img:first-child {
    margin-top: 0;
  }
  .igam-section--s6 .sample-2 {
    top: 35.76%;
    width: 16.5%;
  }
  .igam-section--s6 .sample-3 {
    top: 91.98%;
    left: 3.6%;
  }
  .igam-section--s6 .sample-4 {
    top: 91.98%;
    left: 17.4%;
  }
  .igam-section--s7 {
    padding-bottom: 15%;
  }
  .intro-bg {
    object-position: center;
    z-index: 998;
  }
  .intro-title {
    top: 8.8%;
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
    z-index: 1000;
  }
  .intro-content {
    bottom: -0.8%;
    left: 10.8%;
    width: 92%;
    z-index: 1000;
  }
  .intro-obj {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
  }
  .tab-inner {
    overflow: visible;
  }
  .section-tab-scroll {
    position: relative;
    overflow: visible;
  }
  .section-tab-list {
    width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 56px;
  }
  .section-tab {
    flex: 0 0 auto;
    min-width: auto;
    min-height: 56px;
    padding: 0 10px;
  }
  .section-tab:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .section-tab-label {
    width: auto;
    height: 18px;
    max-height: none;
    object-fit: contain;
  }
  .section-tab-panel h2 {
    font-size: 24px;
  }
  .section-tab-panel p {
    font-size: 12px;
    line-height: 1.7;
  }
  .guide-cta-section {
    padding: 24px 12px 24px;
  }
  .guide-cta-button {
    width: 80%;
    min-width: 0;
    padding: 12px;
    font-size: 15px;
  }
  .section-tab-panel--full {
    padding: 0;
  }
  .igam-section--s1 .s1-1-wrap .block-img {
    width: 170%;
    margin-left: -35%;
  }
  .igam-section--s1 .s1-1-wrap .fp-btn {
    width: 55%;
  }
  .igam-section--s1 .s1-2-wrap .block-img {
    width: 170%;
    margin-left: -35%;
  }
  .igam-content {
    padding-bottom: 0;
  }
  .igam-notice-wrap {
    margin: 0 auto 0;
    padding: 20px 14px 22px;
  }
  .igam-notice {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.04em;
  }
  .igam-review-section {
    padding: 11% 0 9%;
  }
  .igam-review-title {
    width: calc(100% - 32px);
    margin-bottom: 30px;
  }
  .igam-review-list {
    gap: 25px;
    padding: 0 14px;
  }
  .igam-review-item {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 20px 22px;
    border-radius: 24px;
  }
  .igam-review-card-wrap {
    flex-basis: auto;
    width: 50%;
    max-width: 240px;
  }
  .igam-review-text {
    width: 100%;
  }
  .igam-review-badge {
    position: absolute;
    top: 24px;
    right: 22px;
    width: 26%;
    margin: 0;
  }
  .package-card {
    width: calc(100% - 28px);
    margin-top: 24px;
    padding: 22px 14px 16px;
    border-radius: 22px;
  }
  .package-card-notice {
    width: calc(100% - 28px);
    margin-top: 12px;
  }
  .package-card__title {
    width: 100%;
    margin-bottom: 14px;
  }
  .package-card__summary {
    font-size: 15px;
    line-height: 1.55;
  }
  .package-card__bonus {
    gap: 6px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }
  .package-card__bonus-badge {
    min-width: 48px;
    height: 24px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 12px;
  }
  .package-card__bonus em {
    width: 100%;
    font-size: 10px;
  }
  .package-card__price {
    gap: 10px;
    margin-top: 10px;
  }
  .package-card__price-origin {
    font-size: 18px;
  }
  .package-card__price-sale {
    font-size: 30px;
  }
  .package-card__purchase {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 20px;
    padding: 18px 16px;
    border-radius: 18px;
  }
  .package-card__options {
    gap: 12px;
  }
  .package-option__check {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    margin-right: 10px;
  }
  .package-option__text {
    font-size: 20px;
  }
  .package-card__buy {
    width: 100%;
  }
  .package-card__buy-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 22px;
  }
  .video-modal__close {
    top: -40px;
    font-size: 12px;
  }
  .video-modal__frame {
    border-radius: 18px;
  }
}
@media (max-width: 580px) {
  .section-tab-scroll-wrap {
    position: relative;
  }
  .section-tab-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    background: linear-gradient(270deg, rgba(44, 41, 41, 0.98) 20%, rgba(44, 41, 41, 0));
    box-shadow: inset -10px 0 16px rgba(0, 0, 0, 0.14);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .section-tab-scroll-wrap.can-scroll.show-right-fade::after {
    opacity: 1;
  }
  .section-tab-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .section-tab-list {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    padding-right: 18px;
  }
  .section-tab {
    padding: 0 14px;
  }
  .section-tab-label {
    height: 16px;
  }
}
