@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/* button style ****************************/
/* box-shadow style ****************************/
/** 슈퍼 딜리버리 common ------------------ */
.toss2-logo {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-image: url(/img/ci/logo_combination.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.sd-logo {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-image: url(/user/img/logo_other/logo_super_delivery.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.sd-logo-white {
  display: inline-block;
  width: 120px;
  height: 29px;
  background-image: url(/user/img/logo_other/logo_super_delivery_white.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.page-tab-con {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-tab-con label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 44px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Gray-900);
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-tab-con label span {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 600;
  border-radius: 999px;
}
@media (hover: hover) and (pointer: fine) {
  .page-tab-con label:hover {
    -webkit-box-shadow: inset 0 -2px 0 0 var(--accent-color);
            box-shadow: inset 0 -2px 0 0 var(--accent-color);
  }
}
.page-tab-con label:active {
  -webkit-box-shadow: inset 0 -2px 0 0 var(--accent-color);
          box-shadow: inset 0 -2px 0 0 var(--accent-color);
}

.coalition-wrap * {
  letter-spacing: -0.01em;
}
.coalition-wrap section {
  padding: 0 16px;
}
.coalition-wrap section .sec-inner-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/** ------------------ 슈퍼 딜리버리 common */
.intro-start-sec {
  background-image: url(/user/img/coalition/super_delivery_bg1.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.intro-start-sec .sec-inner-con {
  gap: 20px;
  padding: 60px 0;
}
.intro-start-sec .cross-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.intro-start-sec .cross-con .cross {
  width: 34px;
  height: 34px;
  background-image: url(/user/img/coalition/close_icon1.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.intro-start-sec .cert-sipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#282F3E), to(#25407E));
  background: linear-gradient(90deg, #282F3E 0%, #25407E 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
}
.intro-start-sec .desc-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-start-sec .desc-con h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
  padding: 0 4px;
  color: #fff;
}
.intro-start-sec .desc-con h1 span {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 300;
}
.intro-start-sec .desc-con h1 span b {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
}
.intro-start-sec .desc-con h1:first-child {
  background-color: #000;
}
@media screen and (max-width: 519px) {
  .intro-start-sec .desc-con h1:first-child {
    background-color: unset;
  }
}
.intro-start-sec .desc-con h1:first-child span {
  background-color: #000;
}
.intro-start-sec .desc-con h1:nth-child(2) {
  background-color: var(--accent-color);
}
.intro-start-sec .desc-con h1:nth-child(2) span {
  background-color: var(--accent-color);
}
.intro-start-sec .desc-con h4 {
  color: #000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}

.intro-mid-sec {
  padding-top: 20px !important;
  background-image: url("/user/img/coalition/super_delivery_bg3.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  color: var(--Gray-900);
}
.intro-mid-sec .sec-inner-con {
  gap: 20px;
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 860px;
  border-radius: 16px 16px 0px 0px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.intro-mid-sec .tit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.intro-mid-sec .tit-con h1 {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--accent-color);
}
.intro-mid-sec h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.intro-mid-sec .intro-mid-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
.intro-mid-sec .sd-data-con {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.intro-mid-sec .sd-data-con p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--Gray-900);
}
.intro-mid-sec .sd-data-con ul {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.intro-mid-sec .sd-data-con ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 130px;
  height: 180px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)), color-stop(33, var(--accent-color)), to(#FFF));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, var(--accent-color) 0%, var(--accent-color) 33 40%, #FFF 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media screen and (max-width: 679px) {
  .intro-mid-sec .sd-data-con ul li {
    max-width: calc((100% - 20px) / 2);
  }
}
.intro-mid-sec .sd-data-con ul li h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--Gray-900);
}
.intro-mid-sec .sd-data-con ul li h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--accent-color);
}
.intro-mid-sec .sd-data-con ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro-mid-sec .sd-data-con ul li .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.intro-benefit-sec {
  color: #FFF;
  background: #2C313D;
}
.intro-benefit-sec .sec-inner-con {
  gap: 60px;
  padding: 100px 0;
}
.intro-benefit-sec .tit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.intro-benefit-sec .tit-con h1 {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 449px) {
  .intro-benefit-sec .tit-con h1 {
    max-width: 230px;
  }
}
.intro-benefit-sec .tit-con h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}
.intro-benefit-sec .tit-con h4 b {
  display: inline-block;
  padding: 0 4px;
  background-color: #000;
  border-radius: 6px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 549px) {
  .intro-benefit-sec .tit-con h4 {
    max-width: 400px;
  }
}
.intro-benefit-sec .benefit-con {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1119px) {
  .intro-benefit-sec .benefit-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro-benefit-sec .benefit-con .img-plus {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #6B6F7C;
  background-image: url(/user/img/coalition/plus_icon1.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.intro-benefit-sec .benefit-con .box-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 679px) {
  .intro-benefit-sec .benefit-con .box-con {
    width: 100%;
  }
}
.intro-benefit-sec .benefit-con .box-con .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(49.5%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49.5%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 679px) {
  .intro-benefit-sec .benefit-con .box-con .box {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.intro-benefit-sec .benefit-con .box-con .box .detail-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 679px) {
  .intro-benefit-sec .benefit-con .box-con .box .detail-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro-benefit-sec .benefit-con .box-con .box .detail-con .img-con {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-benefit-sec .benefit-con .box-con .box .detail-con .img-con h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}
.intro-benefit-sec .benefit-con .box-con .box .detail-con .img-con .img-yen-coin {
  width: 100%;
  max-width: 160px;
}
.intro-benefit-sec .benefit-con .box-con .box .detail-con .img-con .img-delivery-truck {
  margin-bottom: 40px;
  width: 100%;
  max-width: 267px;
}
.intro-benefit-sec .benefit-con .box-con h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.intro-benefit-sec .sd-link-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.intro-benefit-sec .sd-link-con h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.intro-benefit-sec .sd-link-con a {
  gap: 6px;
  width: auto;
  height: 56px;
  padding: 0 12px 0 16px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}
.intro-benefit-sec .sd-link-con a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 7px;
}

#page_event {
  --Gray-blue: linear-gradient(180deg, #969DAE 0%, #0075FF 100%);
  --Sky-blue: #26A1FF;
}
#page_event .coalition-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 60px 16px 80px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F2F2F), to(#19295A));
  background: linear-gradient(180deg, #2F2F2F 0%, #19295A 100%);
  color: #fff;
}
#page_event b {
  font-size: inherit;
  font-weight: inherit;
  color: var(--Sky-blue);
}
#page_event .tit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
#page_event .tit-con .sub-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#page_event .tit-con .sub-tit i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/event_page/icon_talk.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
#page_event .tit-con .sub-tit span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
#page_event .tit-con .tit {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .tit-con .tit small {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 400;
}
#page_event .tit-con .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}
#page_event section {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 1280px;
}
#page_event .event-inner-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 100%;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid var(--Gray-800);
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#page_event .in-box-con {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.1);
}
#page_event .in-box-con span {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .in-tit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 10px;
}
#page_event .in-tit-con h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .in-tit-con p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
#page_event .in-add-desc {
  width: 100%;
}
#page_event .in-add-desc span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}
#page_event .in-add-desc span:last-child {
  margin-right: 0;
}
#page_event .num-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
#page_event .num-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
#page_event .num-ul li i {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F2F2F), to(#19295A));
  background: linear-gradient(180deg, #2F2F2F 0%, #19295A 100%);
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
  font-style: normal;
  color: #FFF;
}
#page_event .num-ul li h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}
#page_event .dot-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
#page_event .dot-ul li {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Gray-100);
}
#page_event {
  /* 이벤트 소개 섹션 */
}
#page_event .benefit-intro-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding: 0;
}
#page_event .benefit-intro-sec .section-inner-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-width: 400px;
}
@media screen and (max-width: 519px) {
  #page_event .benefit-intro-sec .section-inner-wrap {
    min-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#page_event .benefit-intro-sec .event-inner-con {
  gap: 30px;
}
#page_event .benefit-intro-sec hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #fff;
}
#page_event .benefit-intro-sec .benefit-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_event .benefit-intro-sec .benefit-new .in-tit-con {
  margin-bottom: 30px;
}
#page_event .benefit-intro-sec .benefit-mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 879px) {
  #page_event .benefit-intro-sec .benefit-mb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page_event .benefit-intro-sec .benefit-mb .in-box-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  white-space: nowrap;
}
#page_event .benefit-intro-sec .benefit-mb .in-tit-con {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 1179px) {
  #page_event .benefit-intro-sec .benefit-mb .in-tit-con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
#page_event .benefit-intro-sec .benefit-mb .in-tit-con * {
  letter-spacing: -0.04em;
}
#page_event .benefit-intro-sec .benefit-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#page_event .benefit-intro-sec .benefit-review .pluse-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_event .benefit-intro-sec .benefit-review .in-box-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 6px;
}
#page_event .benefit-intro-sec .benefit-review .in-box-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 30px 20px;
  max-width: 400px;
}
#page_event .benefit-intro-sec .benefit-review .dot-ul {
  gap: 20px;
}
#page_event .benefit-intro-sec .benefit-review .sp-bg-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 22px;
  padding: 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--Gray-blue);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
}
#page_event .benefit-intro-sec .benefit-review .in-add-desc {
  color: var(--Gray-200, #CFD2DA);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
#page_event .benefit-intro-sec .sp-reg-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 519px) {
  #page_event .benefit-intro-sec .sd-link-con {
    width: 100%;
  }
}
#page_event .benefit-intro-sec .sd-link-con a {
  gap: 6px;
  width: auto;
  height: 56px;
  padding: 0 12px 0 16px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}
#page_event .benefit-intro-sec .sd-link-con a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 7px;
}
#page_event .event-entry-sec .event-inner-con {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page_event .event-entry-sec .event-inner-con > div {
  width: 100%;
  max-width: 820px;
}
#page_event .event-entry-sec .event-entry-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#page_event .event-entry-sec .event-entry-method .method-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 519px) {
  #page_event .event-entry-sec .event-entry-method .method-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex {
  color: var(--Gray-900);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--Gray-50);
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex p {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img {
  overflow: hidden;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img img {
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  -o-object-position: top left;
     object-position: top left;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img img.pc {
  width: 400px;
  height: 250px;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img img.m {
  display: none;
  width: 100%;
}
@media screen and (max-width: 519px) {
  #page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img img.pc {
    display: none;
  }
  #page_event .event-entry-sec .event-entry-method .method-box .method-ex .board-img img.m {
    display: block;
  }
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .reward-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .reward-list .reward-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .reward-list .reward-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .reward-list .reward-item .price {
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
  color: var(--accent-color);
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .icon-plus {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .add-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #fff;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .add-coupon b {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
  background: var(--Gray-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-ex .reward-detail-con .add-desc {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}
#page_event .event-entry-sec .event-entry-method .method-box .method-desc {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  white-space: pre-line;
}
#page_event .event-entry-sec .in-box-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
}
#page_event .event-entry-sec .in-box-con h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
}
#page_event .event-entry-sec .num-ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 519px) {
  #page_event .event-entry-sec .num-ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  #page_event .event-entry-sec .num-ul li h4 {
    word-break: break-all;
  }
}
#page_event .event-entry-sec .write-review-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 6px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: var(--Primary-500);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #page_event .event-entry-sec .write-review-btn a:hover {
    background-color: var(--Primary-600);
    color: #fff;
  }
}
#page_event .event-entry-sec .write-review-btn a.disabled {
  opacity: 0.3;
  background-color: var(--Primary-500);
  color: #fff;
}
#page_event .event-entry-sec .write-review-btn a {
  padding: 0 16px;
  min-height: 56px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 340px;
}
#page_event .guide-page-sec .section-inner-wrap .event-inner-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#page_event .guide-page-sec .guide-page-con {
  width: 100%;
  max-width: 720px;
}
#page_event .guide-page-sec .guide-page-con > hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #E4E7EC;
  margin: 30px 0;
}
#page_event .guide-page-sec .guide-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#page_event .guide-page-sec .guide-page-tab label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px;
  min-width: 90px;
  border-radius: 16px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #page_event .guide-page-sec .guide-page-tab label:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
#page_event .guide-page-sec .guide-page-tab label:active {
  background: rgba(255, 255, 255, 0.2);
}
#page_event .guide-page-sec .guide-page-tab label .tab-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#page_event .guide-page-sec .guide-sns-wrap {
  display: none;
  width: 100%;
  max-width: 720px;
}
#page_event .guide-page-sec .guide-sns-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
#page_event .guide-page-sec .guide-sns-con h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .guide-page-sec .guide-sns-con .em-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid var(--Sky-blue);
  border-radius: 25px;
  color: var(--Sky-blue);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}
#page_event .guide-page-sec .guide-sns-con .hr {
  display: block;
  width: 100%;
  overflow: hidden;
}
#page_event .guide-page-sec .guide-sns-con p {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}
#page_event .guide-page-sec .guide-sns-con p.add-desc {
  color: var(--Gray-200);
}
#page_event .guide-page-sec .guide-sns-con p em {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #page_event .guide-page-sec .guide-sns-con p em:hover {
    color: var(--Sky-blue);
  }
}
#page_event .guide-page-sec .guide-sns-con p em:active {
  color: var(--Sky-blue);
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .basic-reward-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .basic-reward-con .basic-desc {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .basic-reward-con .basic-desc span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  color: var(--Sky-blue);
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .basic-reward-con .basic-desc span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  background-image: url(/user/img/coalition/tcash_skyblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .write-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .write-options .write-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .write-options .write-option .option-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  color: var(--accent-color);
  background-color: #fff;
  border-radius: 25px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .write-options .write-option .option-tag::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/coalition/check_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3);
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list .keyword-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list .keyword {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  color: var(--Gray-800);
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list .keyword.bold {
  color: var(--accent-color);
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list .min-keyword {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}
#page_event .guide-page-sec .guide-sns-con .write-guide-con .keyword-list .add-keyword-desc {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: #5277FA;
}
#page_event .guide-page-sec .guide-sns-con .sp-benefit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
#page_event .guide-page-sec .guide-sns-con .sp-benefit-con .sp-benefit-desc p {
  font-weight: 600;
}
#page_event .guide-page-sec .guide-sns-con .sp-benefit-con .sp-benefit-desc p b {
  font-weight: 700;
  background: var(--Gray-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page_event .guide-page-sec .guide-sns-con .sp-benefit-con .sp-benefit-desc .dot-ul {
  gap: 0;
}
#page_event .guide-page-sec .guide-sns-con .sp-benefit-con .sp-benefit-desc .dot-ul li {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--Gray-200);
}
#page_event .guide-page-sec .guide-sns-con .all-options-reward {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: var(--accent-color);
  background-color: #F5F7FF;
  border-radius: 10px;
}
#page_event .guide-page-sec .guide-sns-con .caption-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
#page_event .guide-page-sec .guide-sns-con .caption-con .em-tag {
  border-color: #FF3049;
  color: #FF3049;
}
#page_event .guide-page-sec .guide-sns-con .caption-con .dot-ul {
  gap: 0;
}
#page_event .guide-page-sec .guide-sns-con .caption-con .dot-ul li {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--Gray-200);
}
#page_event .event-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#page_event .event-bottom .add-desc-m {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
#page_event .event-bottom .sd-link-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page_event .event-bottom .sd-link-con h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
#page_event .event-bottom .sd-link-con a {
  gap: 6px;
  width: auto;
  height: 56px;
  padding: 0 14px 0 24px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}
#page_event .event-bottom .sd-link-con a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 7px;
}

/** 페이지 탭 관련 css ------------------ */
#tab_intro:checked ~ .page-tab-con label[for=tab_intro] {
  -webkit-box-shadow: inset 0 -2px 0 0 var(--accent-color);
          box-shadow: inset 0 -2px 0 0 var(--accent-color);
  color: var(--accent-color);
}

#tab_event:checked ~ .page-tab-con label[for=tab_event] {
  -webkit-box-shadow: inset 0 -2px 0 0 var(--accent-color);
          box-shadow: inset 0 -2px 0 0 var(--accent-color);
  color: var(--accent-color);
}

#tab_intro:checked ~ #page_intro {
  display: block;
}

#tab_event:checked ~ #page_event {
  display: block;
}

#guide_tab_youtube:checked ~ .guide-page-tab label[for=guide_tab_youtube] {
  background-color: rgba(255, 255, 255, 0.2);
}

#guide_tab_blog:checked ~ .guide-page-tab label[for=guide_tab_blog] {
  background-color: rgba(255, 255, 255, 0.2);
}

#guide_tab_youtube:checked ~ #guide_page_youtube {
  display: block;
}

#guide_tab_blog:checked ~ #guide_page_blog {
  display: block;
}