@charset "UTF-8";

body.noscroll {
    overflow: hidden;
}

/* 팝업 */
.popup-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000050;
    z-index: 999;
}
.popup-wrap > .popup-back {
    width: 360px;
    padding: 20px;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.5s;
    z-index: 999;
}
.popup-wrap > .popup-back > .exit-box{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.popup-wrap > .popup-back > .check-box{
    margin-bottom: 12px;
}
.popup-wrap > .popup-back > p > #comment,
.popup-wrap > .popup-back > p > #deliv_address {
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-size: 12px;
    color: #1A1A1A;
}
.popup-wrap > .popup-back > p:first-of-type{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #1A1A1A;
}
.popup-wrap > .popup-back > .popup-ment {
    font-size: 12px;
    color: #1999EF;
}
.popup-wrap > .popup-back > button{
    background: #1999EF;
    width: 100%;
    color: #fff;
    padding: 17px 0;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
/*팝업 끝*/
.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%;
}
.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;
  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;
  bottom: 40px;
  left: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  text-align: left;
  z-index: 2;
}

.main-slider .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 177px;
  right: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml,<svg width="1180" height="177" viewBox="0 0 1180 177" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M0 0H1180V157C1180 168.046 1171.05 177 1160 177H20C8.95433 177 0 168.046 0 157V0Z" fill="url(%23paint0_linear_52_6127)"/><defs><linearGradient id="paint0_linear_52_6127" x1="590" y1="0" x2="590" y2="177" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"/><stop offset="0.5299" stop-opacity="0.6"/><stop offset="1"/></linearGradient></defs></svg>');
}

@media (max-width: 757px) {
  .main-slider .swiper-slide .hgroup {
    top: 32px;
    left: 16px;
    bottom: auto;
    font-size: 24px;
  }
}
.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;
}
@media (max-width: 757px) {
  .experience-section .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.experience-section .experience-item {
  min-width: 0;
}
@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);
}
@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
  .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, #1999EF);
  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;
}
.reward-info p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.reward-info div {
  line-height: 25px;
}
@media (max-width: 757px) {
  .experience-slider-section .gradient {
    display: none;
  }
}
@media (max-width: 757px) {
  .experience-slider-section {
    width: 100%;
  }
}

.experience-slider {
  height: 480px;
  width: 780px;
}
@media (max-width: 757px) {
  .experience-slider {
    width: 100%;
    height: 238px;
  }
}
.experience-slider .swiper-slide {
  height: 480px;
  width: 780px;
  border-radius: 16px;
  overflow: hidden;
}
.experience-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 757px) {
  .experience-slider .swiper-slide {
    width: 100%;
    height: 224px;
  }
}
.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: #1999EF !important;
  }
}
.experience-slider .swiper-button-next,
.experience-slider .swiper-button-prev {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  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 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  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 .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 .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);
  width: 100%;
  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 .count-box .count-content {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 10px;
}
.experience-info .experience-text-group .count-box .count-content strong {
  color: var(--Brand-Primary-on, #1999EF);
  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 .button-wrapper {
  margin-top: 43px;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (max-width: 757px) {
  .experience-info .experience-text-group .button-wrapper {
    margin-top: 0;
  }
}
.experience-info .experience-text-group .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.trial-primary,
.experience-info .experience-text-group .button-wrapper button.primaryLogin,
.experience-info .experience-text-group .button-wrapper button.primary {
  color: var(--Grayscale-WHITE, #fff);
  background: var(--Brand-Primary-on, #1999EF);
}
.experience-info .experience-text-group .button-wrapper button.outline {
  color: var(--Brand-Primary-on, #1999EF);
  border: 1px solid var(--Brand-Primary-on, #1999EF);
  background: var(--Grayscale-WHITE, #fff);
}

.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 #1999EF;
}
@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-way-section {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.experience-way-section .content {
  width: 780px;
  padding: 20px;
  border-radius: 16px;
  background: var(--Grayscale-GRAY1, #f7f7f7);
}
@media (max-width: 757px) {
    .experience-way-section .content {
        width: calc(100% - 35px);
        padding: 20px;
    }
}

.applicant-list-section {
  width: 780px;
  margin-bottom: 120px;
  position: relative;
}
.applicant-list-section img {
    max-width: 100%;
}
.applicant-list-section .applicant-item {
  position: relative;
  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;
    left: -16px;
  }
}
.applicant-list-section .applicant-item .success {
  position: absolute;
  top: 100px;
  right: 0px;
  background-color: #1999EF;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
  margin-right: 5px;
}
.applicant-list-section .applicant-item .fail {
  display: none;
}
.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;
}
.applicant-list-section .applicant-item__text .trial-notapp-btn,
.applicant-list-section .applicant-item__text .trial-app-btn {
  display: inline-block;
  background-color: #1999EF;
  border: 1px solid #1999EF;
  padding: 10px 15px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 8px;
  color: white;
}
.applicant-list-section .applicant-item__text .trial-notapp-btn {
  background-color: white;
  border: 1px solid #1999EF;
  color: #1999EF;
}

.applicant-list-section .content-result {
  width: calc(100% - 35px);
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  font-size: 18px;
  line-height: 40px;
}

.applicant-list-section .content-result a {
  padding: 10px 20px;
  background-color: #1999EF;
  color: white;
  border-radius: 8px;
}

.applicant-list-section .profile_btn {
  background-color: white;
  border: 1px solid #1999EF;
  color: #1999EF;
  padding: 2px 3px;
  margin-left: 10px;
}

@media (max-width: 757px) {
    .applicant-list-section {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .applicant-list-section img {
        width: 100%;
        height: auto; /* 자동으로 높이를 조정 */
    }
    .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, #1999EF);
  color: var(--Brand-Primary-on, #1999EF);
} /*# sourceMappingURL=s_common.css.map */

.applicant-list-section .review-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.applicant-list-section .review-content .review-main-img {
  width: 150px;
}
.applicant-list-section .review-content .review-main-img img {
  width: 100%;
  border-radius: 8px;
}
.applicant-list-section .review-content .review-content-info {
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.applicant-list-section .review-content .review-content-info .review-write-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.applicant-list-section .review-content .review-content-info .review-write-info img {
  width: 25px;
}
.applicant-list-section .review-content .review-content-info .review-write-info .write-star {
  font-size: 24px;
  margin-right: 10px;
}
.applicant-list-section .review-content .review-content-info .review-write-info .write-name {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}
.applicant-list-section .review-content .review-content-info .review-write-info .write-date {
  font-size: 12px;
  margin-right: 10px;
  color: #888888;
}
.applicant-list-section .review-content .review-content-info .review-url-info button {
  border: 1px solid #1999EF;
  color: #1999EF;
  padding: 5px 10px;
  border-radius: 5px;
  gap: 10px;
  margin-bottom: 5px;
}
.applicant-list-section .review-content .review-content-info .review-comment {
  color: #888888;
}
.applicant-list-section .review-content .review-content-info .review-comment .reviewModiBtn {
  background-color: #4575f5;
  border: none;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 10px;
}

@media screen and (max-width: 757px) {
  .applicant-list-section .review-content {
    flex-direction: column;
  }
  .applicant-list-section .review-content .review-main-img {
    width: 100%;
    height: auto;
  }
}

/* 모바일 */
@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;
  }
}
