@charset "UTF-8";

@import "./reset2.css";

body {
  overflow-x: hidden;
}

.desktop {
  @media (max-width: 757px) {
    display: none !important;
  }
}

/*배너이미지*/
.layer-banner {
  position: fixed;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  text-align: center;
  overflow: hidden;
}

.layer-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.layer-banner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  background-color: #f5f5f5;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.layer-banner .dont-show {
  padding: 10px;
  background-color: #fff;
}

/* Tablet */
@media (max-width: 768px) {
  .layer-banner {
      width: 80%;
      height: auto;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .layer-banner {
      width: 90%;
      height: auto;
  }
}

.search-box{
  display: none !important;
}

.win-wait-wrap {
  margin-bottom: 120px;
}

.win-cate-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0;
  /* border-bottom: 1px solid #F7F7F7; */
  position: relative;
}
.win-cate-box > .container-wrap {
  width: 100%;
  max-width: 1180px;
}
.win-cate-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #f7f7f7;
}
.win-cate-box > .container-wrap > span {
  font-size: 16px;
  color: #444;
  margin-right: 20px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.win-cate-box > .container-wrap > span:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  top: 0;
  right: 0;
  background: #f7f7f7;
}

@media screen and (min-width: 340px) and (max-width: 400px) {
  .win-cate-box {
    padding: 16px;
  }
}
.secondary-button {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  height: 32px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 758px) {
  .secondary-button {
    height: 36px;
    padding: 10px 12px;
    font-size: 16px;
    gap: 4px;
  }
  .secondary-button span {
    padding-top: 2px;
  }
}

.desktop {
  @media (max-width: 757px) {
    display: none;
  }
}

.main-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 16px;
}
.main-container .section-heading {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  height: 64px;
  line-height: 64px;
}
@media (max-width: 757px) {
  .main-container {
    /* margin: 20px 16px; */
  }
}

.main-slider-section {
  border-radius: 20px;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 757px) {
  .main-slider-section {
    border-radius: 16px;
  }
}

.main-slider {
  position: relative;
}
.main-slider .swiper-scrollbar {
  position: absolute !important;
  width: 312px !important;
  height: 2px !important;
  right: 40px !important;
  bottom: 40px !important;
  top: auto !important;
  left: auto !important;
  z-index: 100;
  background: rgba(255, 255, 255, 0.3333333333);
}
.main-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff !important;
}
@media (max-width: 757px) {
  .main-slider .swiper-scrollbar {
    left: 16px !important;
    right: 16px !important;
    bottom: 20px !important;
    width: calc(100% - 32px) !important;
  }
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  position: absolute !important;
  bottom: 62px !important;
  left: auto !important;
  top: auto !important;
}
.main-slider .swiper-button-next::after,
.main-slider .swiper-button-prev::after {
  font-size: 14px !important;
  color: #fff !important;
}
@media (max-width: 757px) {
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    bottom: 42px !important;
  }
}
.main-slider .swiper-button-prev {
  right: 72px !important;
}
@media (max-width: 757px) {
  .main-slider .swiper-button-prev {
    right: auto !important;
    left: 16px !important;
  }
}
.main-slider .swiper-button-next {
  right: 40px !important;
}
@media (max-width: 757px) {
  .main-slider .swiper-button-next {
    right: auto !important;
    left: 48px !important;
  }
}
.main-slider .swiper-slide {
  width: 100%;
  height: 456px;
  position: relative;
}
.main-slider .swiper-slide .hgroup {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  text-align: left;
  z-index: 2;
}

.main-slider .swiper-slide .hgroup h1 {
  font-size: 48px;
  line-height: 200%;
}

.main-slider .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 177px;
  right: 0;
  z-index: 1;
}

@media (max-width: 757px) {
  .main-slider .swiper-slide .hgroup {
    top: 20px;
    left: 20px;
  }
  .main-slider .swiper-slide .hgroup p {
    font-size: 14px;
  }
  .main-slider .swiper-slide .hgroup h1 {
    font-size: 23px;
    line-height: 200%;
  }
}
.main-slider .swiper-slide img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-section .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 580px;
  width: 100%;
  gap: 32px 20px;
}
@media (max-width: 757px) {
  .news-section .content {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.news-section .news__item {
  display: flex;
  padding-bottom: 20px;
}
.news-section .news__item > div {
  min-width: 0;
}
.news-section .news__item img.item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-section .news__item:nth-child(1) {
  grid-row: 1 / span 3;
  flex-direction: column;
  gap: 20px;
}
.news-section .news__item:nth-child(1) img {
  border-radius: 16px;
}

@media (max-width: 757px) {
  .news-section .news__item:nth-child(1) .news__texts h4 {
    font-size: 18px;
  }
}
.news-section .news__item:not(:nth-child(1)) {
  height: 160px;
  gap: 12px;
  flex-direction: row-reverse;

  border-bottom: 1px solid var(--Grayscale-LINE2, #eaeaea);

  @media (max-width: 757px) {
    padding-top: 20px;
  }
}

.news-section .news__item:nth-child(4) {
  border-bottom: none;

  @media (max-width: 757px) {
    border-bottom: 1px solid var(--Grayscale-LINE2, #eaeaea);
  }
}

.news-section .news__item {
  @media (max-width: 757px) {
    border-bottom: 1px solid var(--Grayscale-LINE2, #eaeaea);
  }
}

.news-section .news__item:not(:nth-child(1)) img {
  border-radius: 12px;
}
@media (max-width: 757px) {
  .news-section .news__item:not(:nth-child(1)) {
    height: 125px;
  }
  .news-section .news__item:not(:nth-child(1)) img {
    width: 100px;
    height: 100px;
  }
  .news-section .news__item:not(:nth-child(1)) .news__texts {
    margin-top: 12px;
  }
  .news-section .news__item:not(:nth-child(1)) .news__texts p {
    margin-top: 8px;
  }
}
.news-section .news__item .news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-section .news__item .news__date {
  color: var(--Grayscale-GRAY3, #bebebe);
  font-size: 14px;
  font-weight: 350;
  line-height: 120%;
  /* 14px */
}
@media (max-width: 757px) {
  .news-section .news__item .news__date {
    font-size: 12px;
  }
}
.news-section .news__item .news__tags {
  display: flex;
  gap: 4px;
}
.news-section .news__item .news__tags .new-tag,
.news-section .news__item .news__tags .category-tag {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  line-height: 120%;
  /* 14px */
  width: -moz-fit-content;
  width: fit-content;
  line-height: 22px;
}
@media (max-width: 757px) {
  .news-section .news__item .news__tags .new-tag,
  .news-section .news__item .news__tags .category-tag {
    padding: 0 4px;
    font-size: 12px;
    line-height: 19px;
    padding-top: 2px;
  }
}
.news-section .news__item .news__tags .new-tag {
  color: #ff1414;
  font-size: 14px;
  background: rgba(255, 20, 20, 0.08);
  text-transform: uppercase;
}
.news-section .news__item .news__tags .category-tag {
  color: var(--Grayscale-GRAY4, #808080);
  background: var(--Grayscale-GRAY1, #f7f7f7);
}
.news-section .news__item .news__texts {
  margin-top: 16px;
  margin-bottom: 10px;
  width: 100%;
  min-width: 0;
}
.news-section .news__item .news__texts h4 {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  /* 20px */
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news__item .news__texts p {
  margin-top: 16px;
  color: var(--Grayscale-GRAY4, #808080);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 텍스트를 자를 때 원하는 단위 eX) 3줄 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 757px) {
  .news-section .news__item .news__texts h4 {
    font-size: 16px;
  }
  .news-section .news__item .news__texts p {
    font-size: 13px;
    -webkit-line-clamp: 2; /* 텍스트를 자를 때 원하는 단위 eX) 3줄 */
  }
}
.news-section .news__item .news__star {
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
.news-section .news__item .news__star > img {
  width: 14px;
  height: 14px;
  flex: 0;
  position: relative;
  top: -1px;
}
.news-section .news__item .news__star strong {
  color: var(--Grayscale-GRAY5, #444);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  /* 12px */
  padding-top: 2px;
}
.news-section .news__item .news__star span {
  color: var(--Grayscale-GRAY4, #808080);
  font-size: 12px;
  font-weight: 350;
  padding-top: 2px;
  line-height: 120%;
  /* 12px */
}

.more-button {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 757px) {
  .more-button {
    margin-top: 20px;
  }
}

.experience-section .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 1.25rem;
  margin-bottom: 40px; /* 아래 여백 30px 추가 */
}

@media (max-width: 757px) {
  .experience-section .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.experience-section .experience-item {
  min-width: 0;
}
.experience-section .experience-item .main-img {
  width: 280px;
  height: 280px;
}
@media (max-width: 757px) {
  .experience-section .experience-item {
    border-radius: 20px;
    border: 1px solid var(--Grayscale-LINE2, #eaeaea);
    background: var(--Grayscale-WHITE, #fff);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
}
.experience-section .experience-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.experience-section .experience-item > div:first-child > img {
  border-radius: 16px;
}
@media (max-width: 757px) {
  .experience-section .experience-item > div:first-child {
    height: 212px;
  }
  .experience-section .experience-item > div:first-child > img {
    border-radius: 0;
  }
}
.experience-section .experience-item .experience__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 757px) {
  .experience-section .experience-item .experience__inner {
    gap: 9px;
    padding: 16px 16px 24px;
  }
}
.experience-section .experience-item .experience__inner .experience__tags {
  margin-top: 20px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;

  @media (max-width: 757px) {
    margin-top: 0;
    margin-bottom: 9px;
  }
}
.experience-section .experience-item .experience__inner .experience__tags .tag {
  line-height: 28px;
  height: 28px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}
.experience-section
  .experience-item
  .experience__inner
  .experience__tags
  .tag
  span {
  padding-top: 2px;
}
.experience-section
  .experience-item
  .experience__inner
  .experience__tags
  .tag
  img {
  width: 16px;
  height: 16px;
}
.experience-section
  .experience-item
  .experience__inner
  .experience__tags
  .tag--date {
  color: var(--Grayscale-GRAY4, #808080);
  background: var(--Grayscale-GRAY1, #f7f7f7);
}
.experience-section
  .experience-item
  .experience__inner
  .experience__tags
  .tag--blue {
  background: rgba(69, 117, 245, 0.08);
  color: var(--System-SUCCESS, #4575f5);
}
.experience-section
  .experience-item
  .experience__inner
  .experience__tags
  .tag--green {
  background: rgba(69, 117, 245, 0.08);
  color: var(--System-SUCCESS, #4cc627);
}
@media (max-width: 757px) {
  .experience-section .experience-item .experience__inner .experience__tags {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
}
.experience-section .experience-item .experience__inner .experience__texts h4 {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  /* 18px */
}
.experience-section .experience-item .experience__inner .experience__texts p {
  margin-top: 8px;
  color: var(--Grayscale-GRAY4, #808080);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 757px) {
  .experience-section
    .experience-item
    .experience__inner
    .experience__texts
    h4 {
    font-size: 16px;
    margin-top: 1px;
  }
  .experience-section .experience-item .experience__inner .experience__texts p {
    font-size: 12px;
    -webkit-line-clamp: 2;
    max-width: 250px;
  }
}
.experience-section .experience-item .experience__inner .experience__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 757px) {
  .experience-section .experience-item .experience__inner .experience__bottom {
    margin-top: 3px;
  }
}

.experience-section .experience-item .experience__inner .experience__bottom a {
  display: flex;
  width: 100%;
  flex: 1;
  padding: 3px 8px;
  margin: 0px 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.experience-section .experience-item .experience__inner .cus_price {
  font-size: 18px;
  font-weight: bold;
  float: right;
}

.experience-section .experience-item .experience__inner .experience__bottom a:first-child {
  background-color: #4cc627;
  border: 1px solid #4cc627;
  color: white; 
}

.experience-section .experience-item .experience__inner .experience__bottom a:last-child {
  background-color: white;
  border: 1px solid #4cc627;
  color: #4cc627; 
}

.experience-section .experience-item .experience__inner .reward-info {
  background-color: #f4f4f4;
  padding: 5px;
  border-radius: 8px;
}

.experience-section .experience-item .experience__inner .reward-info div {
  font-size: 14px;
  color: #888888;
}

.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__price {
  color: var(--Grayscale-GRAY5, #444);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  /* 16px */
}
.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__count {
  display: flex;
  align-items: center;
  gap: 4px;
}
.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__count
  img {
  width: 20px;
  height: 20px;
}
.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__count
  strong {
  color: var(--Brand-Primary-on, #4cc627);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 16px */
}
.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__count
  span {
  color: var(--Grayscale-GRAY3, #bebebe);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 16px */
}
.experience-section
  .experience-item
  .experience__inner
  .experience__bottom
  .experience__count
  hr {
  width: 1px;
  height: 12px;
  background: var(--Grayscale-LINE2, #eaeaea);
  border: none;
}
.shopping-section {
  margin-bottom: 120px;
}
.shopping-section .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 757px) {
  .shopping-section .content {
    grid-template-columns: 1fr;
  }
}
.shopping-section .shopping {
  height: 264px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.shopping-section .shopping::after {
  position: absolute;
  height: 114px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="380" height="114" viewBox="0 0 380 114" fill="none"><path opacity="0.6" d="M0 0H380V98C380 106.837 372.837 114 364 114H16C7.16344 114 0 106.837 0 98V0Z" fill="url(%23paint0_linear_52_7911)"/><defs><linearGradient id="paint0_linear_52_7911" x1="190" y1="0" x2="190" y2="114" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"/><stop offset="0.5299" stop-opacity="0.6"/><stop offset="1"/></linearGradient></defs></svg>');
}
.shopping-section .shopping__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.shopping-section .shopping__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shopping-section .shopping .youtube {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
}
.shopping-section .shopping__text {
  position: absolute;
  left: 16px;
  bottom: 20px;
  color: var(--Grayscale-WHITE, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  z-index: 1;
}
@media (max-width: 757px) {
  .shopping-section .shopping__text {
    max-width: 180px;
    white-space: wrap;
    bottom: 16px;
  }
}

.experience-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 757px) {
  .experience-main {
    padding: 0 16px;
    overflow-x: hidden;
  }
}
.experience-main .section-heading {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  height: 64px;
  line-height: 64px;
}
@media (max-width: 757px) {
  .experience-main .section-heading {
    line-height: 58px;
    height: 58px;
    font-size: 18px;
  }
}
.experience-main .experience-heading {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-size: 32px;
  font-weight: 700;
  height: 72px;
  line-height: 72px;
  margin: 40px 0;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 757px) {
  .experience-main .experience-heading {
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
}

.experience-slider-section {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
/* .experience-slider-section .gradient {
  border-radius: 0 0 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 52.99%,
    #000 100%
  );
  opacity: 0.6;
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  pointer-events: none;
} */
@media (max-width: 757px) {
  .experience-slider-section .gradient {
    display: none;
  }
}
@media (max-width: 757px) {
  .experience-slider-section {
    width: 100%;
  }
}

.experience-slider {
  height: 480px;
  width: 480px;
}
@media (max-width: 757px) {
  .experience-slider {
    width: 100%;
    height: 100%;
  }
}
.experience-slider .swiper-slide {
  height: 480px;
  width: 480px;
  border-radius: 16px;
  overflow: hidden;
}
.experience-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 757px) {
  .experience-slider .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.experience-slider .swiper-scrollbar {
  position: absolute !important;
  width: 312px !important;
  height: 2px !important;
  bottom: 24px !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 100;
  background: rgba(255, 255, 255, 0.3333333333);
}
.experience-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff !important;
}
@media (max-width: 757px) {
  .experience-slider .swiper-scrollbar {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
  }
  .experience-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #4cc627 !important;
  }
}
.experience-slider .swiper-button-next,
.experience-slider .swiper-button-prev {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  position: absolute !important;
  left: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
}
.experience-slider .swiper-button-next::after,
.experience-slider .swiper-button-prev::after {
  font-size: 14px !important;
  color: #fff !important;
}
.experience-slider .swiper-button-prev {
  left: 20px !important;
}
.experience-slider .swiper-button-next {
  right: 20px !important;
}

.experience-info {
  display: flex;
  gap: 32px;
}
@media (max-width: 757px) {
  .experience-info {
    flex-direction: column;
    gap: 20px;
  }
}
.experience-info .experience-text-group .vendorMallBtn,
.experience-info .experience-text-group .optPriceBtn {
  background-color: #444;
  color: white;
  padding: 3px 8px;
  border-radius: 8px;
  height: 36px;
  border: 0px;
  cursor: pointer;
}
.experience-info .experience-text-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 356px;
  gap: 20px;
  padding-top: 20px;
  @media (max-width: 757px) {
    min-width: 100%;
  }
}
.experience-info .experience-text-group .brum {
  color: var(--Grayscale-GRAY3, #bebebe);
  font-size: 12px;
  font-weight: 400;
}
.experience-info .experience-text-group .brum #copyLinkButton {
  background-color: #4cc627;
  color: white;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
}
.experience-info .experience-text-group .title {
  color: var(--Grayscale-BLACK, #1a1a1a);
  font-size: 20px;
  font-weight: 700;
}
.experience-info .experience-text-group .desc {
  color: var(--Grayscale-GRAY4, #808080);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.experience-info .experience-text-group .price {
  color: var(--Grayscale-GRAY5, #444);
  font-size: 20px;
  font-weight: 500;
}
.experience-info .experience-text-group .star {
  font-size: 16px;
}
.experience-info .experience-text-group .star img {
  width: 14px;
  height: 14px;
}
.experience-info .experience-text-group .star strong {
  font-weight: 500;
}
.experience-info .experience-text-group hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #eaeaea;
}
.experience-info .experience-text-group .info-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.experience-info .experience-text-group .info-box .info-label {
  display: flex;
  align-items: center;
}
.experience-info .experience-text-group .info-box .opt-content {
  display: flex;
  flex: 1;
  max-height: 100px;
  overflow-y: auto;
  font-size: 12px;
}
.experience-info .experience-text-group .info-box .info-label span {
  margin-left: 4px;
  color: var(--Grayscale-GRAY5, #444);
  font-size: 14px;
  font-weight: 500;
}
.experience-info .experience-text-group .info-box .info-content {
  color: var(--Grayscale-GRAY4, #808080);
  font-size: 14px;
  font-weight: 400;
}
.experience-info .experience-text-group .count-box {
  border-radius: 12px;
  background: var(--Grayscale-GRAY1, #f7f7f7);
  padding: 20px 12px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 757px) {
  .experience-info .experience-text-group .count-box {
    min-width: auto;
  }

  .experience-info .experience-text-group .info-box .info-label span b{
    white-space: nowrap;
  }
}
.experience-info .experience-text-group .count-box .count-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.experience-info .experience-text-group .count-box .count-content strong {
  color: var(--Brand-Primary-on, #4cc627);
  font-size: 20px;
  font-weight: 700;
}
.experience-info .experience-text-group .count-box .count-content hr {
  width: 1px;
  height: 12px;
  background: var(--Grayscale-LINE2, #eaeaea);
}
.experience-info .experience-text-group .count-box .count-content span {
  color: var(--Grayscale-GRAY3, #bebebe);
  font-size: 14px;
  font-weight: 400;
}
.experience-info .experience-text-group .count-box .profile-box {
  display: flex;
}
.experience-info .experience-text-group .count-box .profile-box .person-count {
  position: relative;
  right: -14px;
  top: 2px;
}
.experience-info
  .experience-text-group
  .count-box
  .profile-box
  .person-count
  span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}
.experience-info .experience-text-group .fixed-button-wrapper{
  margin-top: 43px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.experience-info .experience-text-group .button-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

@media (max-width: 757px) {
  .experience-info .experience-text-group .button-wrapper {
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .experience-info .experience-text-group .fixed-button-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 10px 0;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  }

  .experience-info .experience-text-group .fixed-button-wrapper button {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .experience-info .experience-text-group .fixed-button-wrapper button.appbtn {
    color: var(--Grayscale-WHITE, #fff);
    background: var(--Brand-Primary-on, #888888);
  }
  .experience-info .experience-text-group .fixed-button-wrapper button.soldOutBtn {
    color: var(--Grayscale-WHITE, #fff);
    background: var(--Brand-Primary-on, #888888);
  }
  .experience-info .experience-text-group .fixed-button-wrapper button.primaryReg,
  .experience-info .experience-text-group .fixed-button-wrapper button.primaryClose,
  .experience-info .experience-text-group .fixed-button-wrapper button.primary,
  .experience-info .experience-text-group .fixed-button-wrapper button.orderBtn {
    color: var(--Grayscale-WHITE, #fff);
    background: var(--Brand-Primary-on, #4cc627);
  }
  .experience-info .experience-text-group .fixed-button-wrapper button.send-mymall,
  .experience-info .experience-text-group .fixed-button-wrapper button.login-outline,
  .experience-info .experience-text-group .fixed-button-wrapper button.outline {
    color: var(--Brand-Primary-on, #4cc627);
    border: 1px solid var(--Brand-Primary-on, #4cc627);
    background: var(--Grayscale-WHITE, #fff);
  }
}
.experience-info .experience-text-group .button-wrapper button,
.experience-info .experience-text-group .fixed-button-wrapper button{
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.experience-info .experience-text-group .button-wrapper button.appbtn,
.experience-info .experience-text-group .fixed-button-wrapper button.appbtn{
  color: var(--Grayscale-WHITE, #fff);
  background: var(--Brand-Primary-on, #888888);
}
.experience-info .experience-text-group .button-wrapper button.soldOutBtn,
.experience-info .experience-text-group .fixed-button-wrapper button.soldOutBtn {
  color: var(--Grayscale-WHITE, #fff);
  background: var(--Brand-Primary-on, #888888);
}
.experience-info .experience-text-group .button-wrapper button.primaryReg,
.experience-info .experience-text-group .button-wrapper button.primaryClose,
.experience-info .experience-text-group .button-wrapper button.primary,
.experience-info .experience-text-group .button-wrapper button.orderBtn,
.experience-info .experience-text-group .fixed-button-wrapper button.primaryReg,
.experience-info .experience-text-group .fixed-button-wrapper button.primaryClose,
.experience-info .experience-text-group .fixed-button-wrapper button.primary,
.experience-info .experience-text-group .fixed-button-wrapper button.orderBtn{
  color: var(--Grayscale-WHITE, #fff);
  background: var(--Brand-Primary-on, #4cc627);
  border: 1px solid #4cc627;
  cursor: pointer;
}
.experience-info .experience-text-group .button-wrapper button.send-mymall,
.experience-info .experience-text-group .button-wrapper button.login-outline,
.experience-info .experience-text-group .button-wrapper button.outline,
.experience-info .experience-text-group .fixed-button-wrapper button.send-mymall,
.experience-info .experience-text-group .fixed-button-wrapper button.login-outline,
.experience-info .experience-text-group .fixed-button-wrapper button.outline{
  color: var(--Brand-Primary-on, #4cc627);
  border: 1px solid var(--Brand-Primary-on, #4cc627);
  background: var(--Grayscale-WHITE, #fff);
  cursor: pointer;
}
.tab-section {
  padding: 0 16px;
  height: 50px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 757px) {
  .tab-section {
    position: relative;
    left: -16px;
    width: calc(100% + 16px);
  }
}
.tab-section > ul {
  display: flex;
  gap: 16px;
  height: 100%;
  overflow: visible;
}
.tab-section > ul li {
  line-height: 50px;
  height: 50px;
  border-bottom: 2px solid transparent;
  color: #bebebe;
  font-size: 14px;
  font-weight: 500;
}
.tab-section > ul li.active {
  color: #444;
  font-weight: 700;
  border-bottom: 2px solid #4cc627;
}
@media (min-width: 758px) {
  .tab-section {
    padding: 0 12px;
    height: 56px;
  }
  .tab-section > ul {
    gap: 44px;
  }
  .tab-section > ul li {
    line-height: 56px;
    height: 56px;
    font-size: 16px;
  }
  .tab-section > ul li.active {
    font-weight: 700;
  }
}

/*상세페이지 시작*/
.experience-detail-section {
  width: 100vw;
}
.experience-way-section {
  display: flex;
  justify-content: center; /* 가로 중앙 정렬 */
  align-items: center; /* 세로 중앙 정렬 */
  padding: 0 0 30px 0;
}

.experience-way-section .content {
  max-width: 1000px;
  width: 100%;
}

.experience-way-section img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.prod_detail_elem {
  width: 100%;
  max-width: 1180px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prod_detail_elem table {
  width: 100%;
  border-collapse: collapse;
}

.prod_detail_elem td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.prod_detail_td_title {
  font-weight: bold;
  background-color: #f9f9f9;
  width: 20%;
  text-align: left;
  padding-left: 10px;
}

.prod_detail_td_sub {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 757px) {
  .experience-detail-section {
    width: 100%;
  }
  .prod_detail_elem {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
  }
  
  .prod_detail_elem table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .prod_detail_elem td {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
  }
  
  .prod_detail_td_title {
    font-weight: bold;
    background-color: #f9f9f9;
    width: 20%;
    text-align: right;
  }
  
  .prod_detail_td_sub {
    width: 80%;
    text-align: left;
  }
}

.return-deliv-info {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
}

/*고시정보끝*/

.applicant-list-section {
  width: 780px;
  margin-bottom: 120px;
  position: relative;
}
.applicant-list-section .applicant-item {
  box-sizing: border-box;
  display: grid;
  border-bottom: 1px solid var(--Grayscale-LINE2, #eaeaea);
  grid-template-columns: 60px 1fr;
  gap: 16px;
  padding: 20px 0px;
  align-items: center;

  @media (max-width: 757px) {
    padding: 20px 16px;
    width: 100vw;
    position: relative;
    left: -16px;
  }
}
.applicant-list-section .applicant-item__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.applicant-list-section .applicant-item__img img {
  width: 100%;
  height: 100%;
}
.applicant-list-section .applicant-item__profile {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  justify-content: space-between;
}
.applicant-list-section .applicant-item__profile > div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.applicant-list-section .applicant-item__profile .date {
  color: var(--Grayscale-GRAY3, #bebebe);
}
.applicant-list-section .applicant-item__profile img {
  width: 20px;
  height: 20px;
}
@media (max-width: 757px) {
  .applicant-list-section .applicant-item__profile {
    font-size: 12px;
  }
}
.applicant-list-section .applicant-item__text {
  color: #61646b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 757px) {
  .applicant-list-section .applicant-item__text {
    font-size: 14px;
  }
}
.applicant-list-section .gradient-button-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 76px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 45.07%,
    #fff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.applicant-list-section .gradient-button-wrapper button {
  border: 1px solid var(--Brand-Primary-on, #4cc627);
  color: var(--Brand-Primary-on, #4cc627);
} /*# sourceMappingURL=s_common.css.map */

/* 모바일 */
@media screen and (min-width: 340px) and (max-width: 400px) {
  .search-box{
    width: 328px !important;
    display: block !important;
  }
  .search-box{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin: 10px auto !important;
  }
  .win-cate-box {
    width: 328px;
  }
  .win-cate-box > .container-wrap > span {
    margin-right: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
  .applicant-list-section .gradient-button-wrapper {
    bottom: -17px;
    left: -213px;
  }
}

.video-select-container .shopping-section {
  @media screen and (max-width: 757px) {
    margin-bottom: 0;
  }
}
