@charset "UTF-8";
/* Download */
.road_to_100_days {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  overflow: hidden;
  /* 메인 섹션 모션 정의*/
}
.road_to_100_days.motion_trigger .title {
  opacity: 0;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.road_to_100_days.motion_trigger .btn_youtube {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
}
.road_to_100_days.motion_trigger .btn_container {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s;
}
.road_to_100_days.motion_trigger .btn_platform {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out 0.7s, -webkit-transform 0.5s ease-out 0.7s;
  transition: opacity 0.5s ease-out 0.7s, -webkit-transform 0.5s ease-out 0.7s;
  transition: opacity 0.5s ease-out 0.7s, transform 0.5s ease-out 0.7s;
  transition: opacity 0.5s ease-out 0.7s, transform 0.5s ease-out 0.7s, -webkit-transform 0.5s ease-out 0.7s;
}
.road_to_100_days.motion_trigger.visible .title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.road_to_100_days.motion_trigger.visible .btn_youtube {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.road_to_100_days.motion_trigger.visible .btn_container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.road_to_100_days.motion_trigger.visible .btn_platform {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.road_to_100_days .bg_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.road_to_100_days .bg_holder figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.road_to_100_days .bg_holder figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.road_to_100_days .bg_holder figure .bg_pc {
  display: block;
}
@media screen and (max-width: 1128px) {
  .road_to_100_days .bg_holder figure .bg_pc {
    display: none;
  }
}
.road_to_100_days .bg_holder figure .bg_mo {
  display: none;
  -o-object-position: 67% 50%;
     object-position: 67% 50%;
}
@media screen and (max-width: 1128px) {
  .road_to_100_days .bg_holder figure .bg_mo {
    display: block;
  }
}
.road_to_100_days .content_holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-height: 600px) {
  .road_to_100_days .content_holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.road_to_100_days .content_holder .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 544px;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  .road_to_100_days .content_holder .box_content {
    max-width: 335px;
  }
}
.road_to_100_days .content_holder .box_content .title {
  width: 100%;
  max-width: 544px;
  height: auto;
}
.road_to_100_days .content_holder .box_content .title img {
  display: block;
  width: 100%;
  height: auto;
}
.road_to_100_days .content_holder .box_content .btn_youtube {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  cursor: pointer;
}
.road_to_100_days .content_holder .box_content .btn_youtube figure {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 248px;
  height: 248px;
  pointer-events: none;
}
@media screen and (max-width: 1128px) {
  .road_to_100_days .content_holder .box_content .btn_youtube {
    width: 72px;
    height: 72px;
    margin-top: 20px;
  }
  .road_to_100_days .content_holder .box_content .btn_youtube figure {
    width: 148px;
    height: 148px;
  }
}
.road_to_100_days .content_holder .box_content .btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 16px;
}
@media screen and (max-width: 1128px) {
  .road_to_100_days .content_holder .box_content .btn_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 36px;
  }
}
.road_to_100_days .content_holder .box_content .btn_container .btn_event {
  position: relative;
  width: 242px;
  height: 52px;
}
.road_to_100_days .content_holder .box_content .btn_container .btn_event img {
  display: block;
  width: 100%;
  height: auto;
}
.road_to_100_days .content_holder .box_content .btn_container .btn_event img.img_active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.road_to_100_days .content_holder .box_content .btn_container .btn_event:hover img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.road_to_100_days .content_holder .box_content .btn_container .btn_event:hover img.img_active {
  opacity: 1;
}
.road_to_100_days .content_holder .box_content .btn_platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  gap: 16px;
}
.road_to_100_days .content_holder .box_content .btn_platform .btn_download {
  display: none;
  height: 48px;
}
.road_to_100_days .content_holder .box_content .btn_platform .btn_download img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.road_to_100_days .content_holder .box_content .btn_platform.is-mac .btn_gpg,
.road_to_100_days .content_holder .box_content .btn_platform.is-mac .btn_aos,
.road_to_100_days .content_holder .box_content .btn_platform.is-mac .btn_ios {
  display: none;
}
.road_to_100_days .content_holder .box_content .btn_platform.is-pc .btn_gpg {
  display: block;
}
.road_to_100_days .content_holder .box_content .btn_platform.is-ios .btn_ios {
  display: block;
}
.road_to_100_days .content_holder .box_content .btn_platform.is-aos .btn_aos {
  display: block;
}

.alert_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.alert_popup.is_show {
  display: block;
}
.alert_popup .alert_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alert_popup .alert_box {
  position: relative;
  width: 80%;
  max-width: 558px;
  padding: 72px 64px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.alert_popup .alert_box .alert_text span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.alert_popup .alert_box .btn_alert {
  display: block;
  margin: 40px auto 0;
  padding: 11px 70px;
  background-color: #444;
}
.alert_popup .alert_box .btn_alert span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
.alert_popup .alert_box .btn_alert_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: transparent;
}

/* YouTube Popup */
.youtube_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.youtube_popup.is_show {
  display: block;
}
.youtube_popup .youtube_popup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .youtube_popup .youtube_popup_inner {
    padding: 20px;
  }
}
.youtube_popup .youtube_popup_box {
  position: relative;
  width: 100%;
  max-width: 1128px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .youtube_popup .youtube_popup_box {
    max-width: 100%;
  }
}
.youtube_popup .btn_youtube_close {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  padding: 8px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.youtube_popup .btn_youtube_close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .youtube_popup .btn_youtube_close {
    top: 36px;
    right: 20px;
  }
}
.youtube_popup .youtube_iframe_container {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.youtube_popup .youtube_iframe_container iframe {
  width: 100%;
  height: 100%;
  border: none;
}/*# sourceMappingURL=road_to_100_days.css.map */