@charset "UTF-8";
.share_wrap {
  background-color: #f4f5fa;
  padding: 62px 0 60px;
  width: 100%;
  margin: 0;
}
.share_wrap::before {
  background-color: #f4f5fa;
}
@media (max-width: 985px) {
  .share_wrap {
    padding-top: 48px;
  }
}
.share_wrap .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 26px;
}
.share_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 985px) {
  .share_list {
    gap: 16px;
  }
}
.share_list .btn {
  padding: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 985px) {
  .share_list .btn {
    width: 48px;
    height: 48px;
  }
}
.share_list [class*=ico_] {
  margin-right: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 985px) {
  .share_list [class*=ico_] {
    width: 48px;
    height: 48px;
  }
}
.share_list .ico_kakao {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_kakao.png");
}
.share_list .ico_facebook {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_facebook.png");
}
.share_list .ico_x {
  background-image: url("https://assets.joongang.co.kr/images/event/artSeminar/icon-x.min.png");
}
.share_list .ico_url {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_share.png");
}

footer {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#container {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #FFF8F4;
}

.contents {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 985px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.event_nav {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: min(100%, 430px);
  inset: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  z-index: 300;
}
.event_nav .nav_item {
  display: inline-block;
  padding: 0 20px;
}
.event_nav .nav_item strong {
  display: inline-block;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.event_nav .nav_item.active {
  position: relative;
}
.event_nav .nav_item.active strong::after {
  content: "";
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
@media (max-width: 985px) {
  .event_nav {
    width: 100%;
    background: #18181d;
    z-index: 301;
    display: none;
  }
  .event_nav .nav_item {
    padding: 0 10px;
  }
  .event_nav .nav_item strong {
    font-size: 14px;
    font-weight: 400;
  }
  .event_nav .nav_item.active strong {
    font-weight: 700;
  }
  .event_nav .nav_item.active strong::after {
    left: 10px;
    right: 10px;
  }
  .event_nav.show {
    display: block;
  }
}

.section {
  position: relative;
  width: 100%;
  z-index: 2;
}
.section::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  z-index: -1;
}
.section .section_heading strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -1.2px;
}
@media (max-width: 985px) {
  .section .section_heading strong {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
  }
}
.section.section1 {
  height: 666px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
}
.section.section1::before {
  background-color: #FFF8F4;
  top: 0;
}
.section.section1 .w_cover {
  position: relative;
  padding: 135px 0 160px;
}
.section.section1 .w_cover::before {
  content: "";
  background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/bg_left@2x.min.png") no-repeat center/489px auto;
  position: absolute;
  top: auto;
  bottom: 155px;
  left: 0;
  width: 489px;
  height: 571px;
}
.section.section1 .w_cover::after {
  content: "";
  background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/bg_right@2x.min.png") no-repeat center/490px auto;
  position: absolute;
  top: -116px;
  right: -63px;
  width: 490px;
  height: 848px;
}
.section.section1 .section_heading {
  position: relative;
  background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/covertit_v2@2x.min.png") no-repeat center/100% auto;
  width: 710px;
  height: 371px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 985px) {
  .section.section1 {
    height: 524px;
  }
  .section.section1 .w_cover {
    padding: 100px 0;
  }
  .section.section1 .w_cover::before {
    background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/bg_left_m@2x.min.png") no-repeat center/55px auto;
    top: 120px;
    bottom: auto;
    width: 55px;
    height: 258px;
  }
  .section.section1 .w_cover::after {
    content: "";
    background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/bg_right_m@2x.min.png") no-repeat center/214px auto;
    top: 0;
    right: 0;
    width: 214px;
    height: 400px;
  }
  .section.section1 .section_heading {
    background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/covertit_v2_m@2x.min.png) no-repeat center/241px auto;
    width: 241px;
    height: 323px;
  }
}
.section.section2 {
  text-align: left;
  max-width: 980px !important;
  transition: margin-top 0.6s ease;
  padding: 766px 20px 50px;
  margin: 0 auto;
}
.section.section2::before {
  background-color: #FC7500;
  height: 742px;
  top: 666px;
}
.section.section2::after {
  content: "";
  background-color: #FFF8F4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  z-index: -1;
  height: 161px;
}
.section.section2 .publish_info {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 50px;
  color: #FC7500;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.068px;
  margin-bottom: 20px;
}
.section.section2 .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.2px;
  color: #000;
  margin-bottom: 50px;
}
.section.section2 .jswiper {
  overflow: visible !important;
  padding: 0;
  width: 264px;
}
.section.section2 .jswiper .slide {
  width: 264px;
  height: 343px;
  background-color: #102246;
  margin-right: 30px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.section.section2 .jswiper .slide.slide_up {
  margin-top: -30px;
  transition: margin-top 0.4s ease;
}
.section.section2 .jswiper .event_card {
  text-align: center;
  padding: 100px 20px 20px;
}
.section.section2 .jswiper .event_card .title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 48px;
  margin-bottom: 21px;
}
.section.section2 .jswiper .event_card .title::after {
  content: "";
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/start_tit@2x.min.png) no-repeat center/100% auto;
  width: 136px;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section.section2 .jswiper .event_card .btn_event {
  background-color: #FC7500;
  border-radius: 100px;
}
.section.section2 .jswiper .event_card .btn_event strong {
  position: relative;
  display: inline-block;
  padding: 12px 46px 12px 25px;
  color: #102246;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
}
.section.section2 .jswiper .event_card .btn_event strong::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none"><path d="M8.02871 0.25L7.05898 1.18379L11.3754 5.33961L0 5.33961L0 6.66039L11.3741 6.66039L7.05898 10.8162L8.02871 11.75L14 5.99934L8.02871 0.25Z" fill="%23102246"/></svg>') no-repeat center/contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.section.section2 .jswiper .article {
  position: relative;
  min-height: 100%;
  display: block;
  padding: 30px;
  pointer-events: none;
  z-index: 1;
  cursor: default;
}
.section.section2 .jswiper .article .upcoming_txt,
.section.section2 .jswiper .article .ico_badge,
.section.section2 .jswiper .article .card_image,
.section.section2 .jswiper .article .card_body {
  display: none;
}
.section.section2 .jswiper .article::before {
  content: "";
  background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/bgcard@2x.min.png") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section.section2 .jswiper .article.published {
  pointer-events: auto;
  cursor: pointer;
  padding: 0;
}
.section.section2 .jswiper .article.published .company,
.section.section2 .jswiper .article.published .title,
.section.section2 .jswiper .article.published .upcoming_txt,
.section.section2 .jswiper .article.published .info {
  display: none;
}
.section.section2 .jswiper .article.published::before {
  background: linear-gradient(0deg, #000, #000);
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}
.section.section2 .jswiper .article.published .card_image {
  display: block;
  overflow: hidden;
}
.section.section2 .jswiper .article.published .card_image::before {
  content: "";
  background: linear-gradient(0deg, #000, #000);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
.section.section2 .jswiper .article.published .card_image::after {
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  width: 100%;
}
.section.section2 .jswiper .article.published .card_image img {
  width: 100%;
  height: auto;
}
.section.section2 .jswiper .article.published .card_body {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}
.section.section2 .jswiper .article.published .card_body .headline {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.section.section2 .jswiper .article.published .card_body .cate {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
  margin-top: 13px;
}
.section.section2 .jswiper .article.upcoming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.section2 .jswiper .article.upcoming .upcoming_txt {
  display: block;
  color: #FD7600;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.568px;
}
.section.section2 .jswiper .article.upcoming .company,
.section.section2 .jswiper .article.upcoming .title,
.section.section2 .jswiper .article.upcoming .info {
  display: none;
}
.section.section2 .jswiper .article.complete .ico_badge {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("https://assets.joongang.co.kr/images/event/2025/theHousePromotion/complete@2x.min.png") no-repeat center;
  width: 85px;
  height: 85px;
  background-size: 85px auto;
  z-index: 1;
}
.section.section2 .jswiper .company {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.227px;
  margin-bottom: 20px;
}
.section.section2 .jswiper .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.568px;
}
.section.section2 .jswiper .title span {
  color: #FD7600;
}
.section.section2 .jswiper .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.section.section2 .jswiper .info .name {
  display: block;
  line-height: 18px;
  letter-spacing: -0.568px;
  margin-bottom: 6px;
}
.section.section2 .jswiper .info .publish {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
.section.section2 .jswiper .info .publish span {
  font-weight: 400;
}
.section.section2 .jswiper_pagination {
  justify-content: start;
  margin-bottom: 70px;
}
.section.section2 .jswiper_pagination button {
  width: 30px;
  height: 30px;
}
.section.section2 .jswiper_pagination button .ico_arrow_left {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect x="0.5" y="0.5" width="29" height="29" rx="14.5" stroke="black"/><path d="M16.4111 20.3203L10.9873 14.8965L10.9932 14.8906L10.9873 14.8857L16.4111 9.46191L17.2598 10.3105L12.6797 14.8906L17.2598 19.4717L16.4111 20.3203Z" fill="black"/></svg>') no-repeat center/contain;
}
.section.section2 .jswiper_pagination button .ico_arrow_right {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect x="0.5" y="0.5" width="29" height="29" rx="14.5" stroke="black"/><path d="M16.4111 20.3203L10.9873 14.8965L10.9932 14.8906L10.9873 14.8857L16.4111 9.46191L17.2598 10.3105L12.6797 14.8906L17.2598 19.4717L16.4111 20.3203Z" fill="black"/></svg>') no-repeat center/contain;
}
.section.section2 .jswiper_pagination .pagination span {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.4);
}
.section.section2 .jswiper_pagination .pagination span.page {
  color: rgb(0, 0, 0);
}
.section.section2 .w_overview {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 18px 10px;
  width: 264px;
  text-align: center;
  border-radius: 12px;
}
.section.section2 .w_overview strong, .section.section2 .w_overview span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.6px;
}
@media (max-width: 985px) {
  .section.section2 {
    max-width: 100% !important;
    padding: 553px 20px 33px;
  }
  .section.section2::before {
    height: 478px;
    top: 523px;
  }
  .section.section2::after {
    height: 127px;
  }
  .section.section2 .publish_info {
    padding: 2px 12px 3px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.26px;
    margin-bottom: 16px;
  }
  .section.section2 .description {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.4px;
    margin-top: 8px;
    margin-bottom: 50px;
  }
  .section.section2 .jswiper {
    width: 240px;
  }
  .section.section2 .jswiper .slide {
    width: 240px;
    height: 312px;
    margin-right: 12px;
    border-radius: 10px;
  }
  .section.section2 .jswiper .slide.slide_up {
    margin-top: -25px;
  }
  .section.section2 .jswiper .event_card {
    padding-top: 90px;
  }
  .section.section2 .jswiper .event_card .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .section.section2 .jswiper .event_card .title::after {
    width: 124px;
    height: 42px;
  }
  .section.section2 .jswiper .event_card .btn_event strong {
    padding: 12px 44px 12px 25px;
  }
  .section.section2 .jswiper .article {
    padding: 30px 20px 20px;
  }
  .section.section2 .jswiper .article.published .card_body {
    padding: 16px;
  }
  .section.section2 .jswiper .article.published .card_body .headline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
  .section.section2 .jswiper .article.published .card_body .cate {
    margin-top: 10px;
  }
  .section.section2 .jswiper .article.upcoming .upcoming_txt {
    font-size: 12px;
  }
  .section.section2 .jswiper .article.upcoming .info {
    bottom: 47px;
  }
  .section.section2 .jswiper .article.complete .ico_badge {
    width: 64px;
    height: 64px;
    background-size: 64px auto;
  }
  .section.section2 .jswiper .company {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .section.section2 .jswiper .title {
    font-size: 12px;
    line-height: 20px;
  }
  .section.section2 .jswiper .info {
    left: 20px;
    bottom: 20px;
    font-size: 15px;
    font-weight: 500;
  }
  .section.section2 .jswiper .info .name {
    line-height: 17px;
  }
  .section.section2 .jswiper_pagination {
    display: none;
  }
  .section.section2 .w_overview {
    padding: 14px 10px;
    width: 240px;
    text-align: center;
    border-radius: 8px;
  }
  .section.section2 .w_overview strong, .section.section2 .w_overview span {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.section.section3 {
  padding: 50px 20px 120px;
  max-width: 980px !important;
  margin: 0 auto;
}
.section.section3::before {
  background-color: #FFF8F4;
}
.section.section3::after {
  content: "";
  width: 704px;
  height: 704px;
  border-radius: 100%;
  background: #FFF1E9;
  position: absolute;
  left: calc(-177px - (100vw - 100%) / 2);
  bottom: -177px;
  z-index: -1;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='704' height='704' viewBox='0 0 704 704' fill='none'><circle cx='352' cy='352' r='352' fill='%23FFF1E9'/></svg>") no-repeat center/contain;
}
.section.section3 .description {
  margin: 10px 0 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.section.section3 .prize_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.section.section3 .prize_list li {
  position: relative;
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  padding: 208px 12px 26px;
}
.section.section3 .prize_list li .label {
  z-index: 2;
}
.section.section3 .prize_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -60px;
  z-index: 1;
}
.section.section3 .prize_list li:first-of-type {
  border-color: #102246;
}
.section.section3 .prize_list li:first-of-type::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/prize_01@2x.min.png) no-repeat center/100% auto;
  width: 163px;
  height: 100px;
}
.section.section3 .prize_list li:first-of-type .label {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/badge10@2x.min.png) no-repeat center/100% auto;
}
.section.section3 .prize_list li:nth-of-type(2)::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/prize_02@2x.min.png) no-repeat center/100% auto;
  width: 272px;
  height: 128px;
}
.section.section3 .prize_list li:nth-of-type(2) .label {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/badge7@2x.min.png) no-repeat center/100% auto;
}
.section.section3 .prize_list li:nth-of-type(3)::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/prize_03@2x.min.png) no-repeat center/100% auto;
  width: 186px;
  height: 100px;
}
.section.section3 .prize_list li:nth-of-type(3) .label {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/badge5@2x.min.png) no-repeat center/100% auto;
}
.section.section3 .prize_list li:nth-of-type(4)::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/prize_04@2x.min.png) no-repeat center/100% auto;
  width: 175px;
  height: 175px;
}
.section.section3 .prize_list li:nth-of-type(4) .label {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/badge3@2x.min.png) no-repeat center/100% auto;
}
.section.section3 .prize_list li:last-of-type::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/prize_05@2x.min.png) no-repeat center/100% auto;
  width: 200px;
  height: 200px;
}
.section.section3 .prize_list li:last-of-type .label {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHousePromotion/badge1@2x.min.png) no-repeat center/100% auto;
}
.section.section3 .prize_list li .label {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 90px;
  height: 100px;
}
.section.section3 .prize_list li .prize_info {
  position: relative;
  border-top: 2px solid #E9E9E9;
  padding-top: 30px;
  letter-spacing: -0.4px;
}
.section.section3 .prize_list li .prize_info .name {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  border-radius: 50px;
  padding: 2px 12px 3px;
  white-space: nowrap;
  border: 20px solid #fff;
  z-index: 0;
}
.section.section3 .prize_list li .prize_info .prize {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  z-index: 99;
}
.section.section3 .prize_list li .prize_info .number {
  color: #FD7600;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 985px) {
  .section.section3 {
    padding: 33px 20px 70px;
    max-width: 100% !important;
  }
  .section.section3::after {
    display: none;
  }
  .section.section3 .description {
    margin: 8px 0 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
  .section.section3 .prize_list {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    gap: 10px;
  }
  .section.section3 .prize_list li {
    min-width: 155px;
    flex: 0 0 calc((100% - 10px) / 2);
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 102px 12px 14px;
  }
  .section.section3 .prize_list li::before {
    margin-top: -32.5px;
  }
  .section.section3 .prize_list li:first-of-type {
    margin-right: 25%;
    margin-left: 25%;
  }
  .section.section3 .prize_list li:first-of-type::before {
    width: 83px;
    height: 51px;
  }
  .section.section3 .prize_list li:nth-of-type(2)::before {
    width: 146px;
    height: 68px;
  }
  .section.section3 .prize_list li:nth-of-type(3)::before {
    width: 95px;
    height: 51px;
  }
  .section.section3 .prize_list li:nth-of-type(4)::before {
    width: 93px;
    height: 93px;
  }
  .section.section3 .prize_list li:last-of-type::before {
    width: 102px;
    height: 102px;
  }
  .section.section3 .prize_list li .label {
    top: -1px;
    right: -1px;
    width: 54px;
    height: 60px;
  }
  .section.section3 .prize_list li .prize_info {
    border-top: 1px solid #E9E9E9;
    padding-top: 19px;
    letter-spacing: -0.24px;
  }
  .section.section3 .prize_list li .prize_info .name {
    top: -18px;
    font-size: 11px;
    line-height: 13px;
    border-radius: 50px;
    padding: 4px 7px 3px;
    border: 8px solid #fff;
  }
  .section.section3 .prize_list li .prize_info .prize {
    font-size: 12px;
    line-height: 16px;
  }
  .section.section3 .prize_list li .prize_info .number {
    font-size: 12px;
    line-height: 16px;
  }
}

.info_wrap {
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0;
  text-align: left;
  z-index: 2;
}
.info_wrap::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  background-color: #102246;
  z-index: -1;
}
.info_wrap .title strong {
  display: inline-block;
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.533px;
  margin-bottom: 22px;
}
.info_wrap .info_details dd {
  position: relative;
  color: #7E8CA9;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 5px;
}
.info_wrap .info_details dd::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #7E8CA9;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.info_wrap .info_details a {
  text-decoration: underline;
}
@media (max-width: 985px) {
  .info_wrap {
    padding: 30px 20px 30px;
  }
  .info_wrap .title strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.427px;
    margin-bottom: 15px;
  }
  .info_wrap .info_details dd {
    font-size: 13px;
    margin-bottom: 2px;
  }
}

.share_wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 2;
}
.share_wrap::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  z-index: -1;
  background-color: #fff;
}
.share_wrap::after {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 100%;
  position: absolute;
  top: -48px;
  left: 0;
  left: calc(430px - (100vw - 100%) / 2);
  background-color: #FD7600;
}
.share_wrap .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
}
.share_wrap .share_list .btn {
  width: 60px;
  height: 60px;
  border: none;
}
.share_wrap .share_list .ico_kakao {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23000'/><path d='M24.9209 15.7695C30.4437 15.7695 34.9209 19.3859 34.9209 23.8467C34.9207 28.3073 30.4437 31.9238 24.9209 31.9238C24.1094 31.9238 23.3209 31.8427 22.5654 31.6953L18.7646 34.2305L19.6963 30.7334C16.8319 29.3129 14.921 26.7605 14.9209 23.8467C14.9209 19.3859 19.3981 15.7695 24.9209 15.7695Z' fill='white'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_facebook {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23000'/><path fill-rule='evenodd' clip-rule='evenodd' d='M29.1678 26.165L29.6829 22.5727H26.4605V20.2417C26.4605 19.2588 26.9105 18.3008 28.3537 18.3008H29.8192V15.2425C29.8192 15.2425 28.4893 15 27.2179 15C24.5641 15 22.8293 16.7202 22.8293 19.8346V22.5727H19.879V26.165H22.8293V34.849C23.4208 34.9484 24.0271 35 24.6447 35C25.2623 35 25.8686 34.9484 26.4605 34.849V26.165H29.1678Z' fill='white'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_x {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23000'/><path d='M26.5253 23.2393L32.4831 16.3262H31.0713L25.8982 22.3288L21.7664 16.3262H17.001L23.249 25.4032L17.001 32.6527H18.4128L23.8758 26.3137L28.2392 32.6527H33.0047L26.525 23.2393H26.5253ZM24.5916 25.4832L23.9585 24.5793L18.9216 17.3871H21.0901L25.155 23.1914L25.7881 24.0953L31.0719 31.64H28.9034L24.5916 25.4835V25.4832Z' fill='white' stroke='white' stroke-width='0.5'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_url {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23000'/><path d='M21.6466 23.9795L18.8351 26.8066C17.6708 27.9781 17.671 29.8782 18.8351 31.0498C19.9996 32.2211 21.8884 32.2212 23.0529 31.0498L25.8644 28.2217L27.2697 29.6367L24.4591 32.4639C22.5183 34.4164 19.3708 34.4162 17.4298 32.4639C15.4892 30.5112 15.4899 27.3461 17.4308 25.3936L20.2413 22.5654L21.6466 23.9795ZM27.9943 23.2139L23.0743 28.1641L21.6681 26.75L26.588 21.7998L27.9943 23.2139ZM25.3107 17.4648C27.2516 15.5122 30.399 15.5122 32.34 17.4648C34.2803 19.4175 34.2797 22.5827 32.339 24.5352L29.5284 27.3633L28.1232 25.9492L30.9337 23.1221C32.0982 21.9506 32.0981 20.0505 30.9337 18.8789C29.7692 17.7073 27.8805 17.7073 26.7159 18.8789L23.9054 21.707L22.4991 20.292L25.3107 17.4648Z' fill='white'/></svg>") no-repeat center/contain;
}
@media (max-width: 985px) {
  .share_wrap {
    padding: 50px 0;
  }
  .share_wrap::after {
    display: none;
  }
  .share_wrap .title {
    font-weight: 500;
  }
  .share_wrap .share_list .btn {
    width: 50px;
    height: 50px;
  }
  .share_wrap .share_list .btn .ico {
    width: 50px;
    height: 50px;
  }
}

.br_m {
  display: none;
}
@media (max-width: 985px) {
  .br_m {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media (max-width: 985px) {
  .br_pc {
    display: none;
  }
}

.full_popup {
  display: none;
}
.full_popup:not(.bg_white, .menu_plus) .layer_popup:not(.layer_aisearch_option) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full_popup:not(.bg_white, .menu_plus) .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.full_popup:not(.bg_white, .menu_plus) .btn_close [class*=ico_] {
  margin-right: 0;
}

.layer_default {
  max-width: 320px;
  padding: 30px;
  min-height: 100px;
}
.layer_default .layer_body .default {
  display: block;
  text-align: center;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_default .layer_body .default strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #111;
}
.layer_default .layer_body .default.gray {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.layer_default .layer_body .default.gray strong {
  margin-bottom: 16px;
}
.layer_default .layer_footer {
  margin-top: 20px;
}
.layer_default .layer_footer button {
  margin: 8px auto 0;
  width: 100%;
  height: 36px;
  padding: 0 20px;
}

#container ~ .full_popup .layer_popup:not(.layer_aisearch_option) {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90%;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.layer_terms {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 60px 20px 58px;
}
.layer_terms .logo_plus {
  margin: 0 auto;
  max-width: 254px;
  width: 100%;
  height: 30px;
}
.layer_terms .subtitle {
  margin: 20px 0 30px;
  color: hsl(0, 0%, 0%);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_terms .sub_title {
  display: block;
  margin-top: 20px;
  color: hsl(0, 0%, 7%);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_terms .sub_title .font_primary {
  color: #F6330A;
  vertical-align: top;
  margin-left: 2px;
}
.layer_terms .sub_title + form {
  margin-top: 4px;
}
.layer_terms .guide {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: hsl(0, 0%, 40%);
  margin-bottom: 31px;
}
.layer_terms .guide:before {
  content: "※ ";
}
.layer_terms .guide.error {
  color: #F6330A;
}
.layer_terms .input_group + .guide {
  margin-top: 3px;
}
.layer_terms .form_control {
  width: 100%;
  height: 48px;
  border: 1px solid hsl(0, 0%, 86%);
  padding: 0 16px;
}
.layer_terms .form_check {
  margin-top: 20px;
}
.layer_terms .form_check [type=checkbox] {
  display: none;
}
.layer_terms .form_check [type=checkbox]:checked + .form_check_label:before {
  border-color: hsl(0, 0%, 7%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23111'/%3E%3Cpath fill='%23fff' d='m4.8 10.06 4.074 4.073 6.716-6.72-1.167-1.166-5.545 5.551L5.97 8.89 4.8 10.06Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 20px auto;
}
.layer_terms .form_check_label,
.layer_terms .form_check_input[type=checkbox]:checked + label {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.layer_terms .agree_box {
  max-height: 97px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  margin-top: 11px;
  padding: 16px;
  background-color: hsl(0, 0%, 97%);
  color: hsl(0, 0%, 40%);
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
}
.layer_terms .button_submit_terms {
  margin-top: 32px;
  background-color: hsl(0, 0%, 7%);
  width: 100%;
  height: 48px;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  border: none;
}
.layer_terms .button_submit_terms:disabled {
  background-color: hsl(0, 0%, 85%);
}
.layer_terms .input_group {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.layer_terms .input_group .form_control {
  flex: 1;
}
.layer_terms .btn_close {
  top: 20px !important;
  right: 20px !important;
}
.layer_terms .btn_close .ico_close {
  width: 24px;
  height: 24px;
}

@media (max-width: 985px) {
  #container ~ .full_popup .layer_term {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (max-width: 986px) {
  #container ~ .full_popup .layer_popup.layer_terms {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  #container ~ .full_popup .layer_popup.layer_terms:after {
    max-width: 100%;
  }
}