@charset "UTF-8";
:root {
  --vh: 1%;
  /* 기본색상 */
  --color-main: #626ac9;
  --color-main-bg: #f5f0ff;
  --color-link-apply: #6765c9;
}
html,
body,
main {
  height: 100%;
}
body {
  height: calc(100% + env(safe-area-inset-bottom, 0px)) !important;
}
html,
body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
* {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕",
    system-ui, sans-serif;
  box-sizing: border-box;
}
section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body {
  position: relative;
  height: auto !important;
  overflow-y: auto;
}
::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

body.hide {
  overflow: hidden;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}

.d-none {
  display: none !important;
}

/* popup */
.popups {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
}
.popups.on {
  visibility: visible;
  opacity: 1;
}
.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.popups .modal_layer {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popups .inner_layer {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popups .layer_body {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}
.popups .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.87px;
  letter-spacing: -0.5px;
  text-align: center;
}
.popups .title:not([class*="--b"]) {
  margin: 26px auto 40px;
}
.popups .title[class*="--b"] {
  margin: 35px auto;
}
.popups .area_apply {
  width: 100%;
}
.popups .area_apply .link_g {
  display: inline-block;
  width: 100%;
  padding: 18px 0 18px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #000;
  box-sizing: border-box;
}
.popups .sub {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -1px;
  color: #333333;
}
.popups .sub:not([class*="--b"]) {
  margin: 20px auto 35px;
}
.popups .sub[class*="--b"] {
  margin: 40px auto 35px;
}
/* 팝업 모달 */
/* .popups .modal-content {max-width: 305px;} */
.popup-single .modal-content .modal-image .pu-img {
  width: 80px;
  height: 80px;
}
.popup-single .modal-btn {
  display: flex;
  gap: 8px;
}
.popup-single .modal-btn .okay-btn:not([class*="--info"]) {
  flex: 0 0 80px;
}
.popup-single .modal-btn .okay-btn .btn-ok {
  padding: 18px 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  background-color: #e2e2e2;
}
.popup-single .modal-btn .okay-btn .btn-ok[class*="--info"] {
  background-color: #fffc00;
}
.popup-single .modal-btn .close-on {
  display: none;
}
/* 이벤트응모버튼 */
#btnApply {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#btnApply.is-active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  display: block;
}
/* 공유하기 */
.popup-share .pop-content-inner {
  position: relative;
  padding: 10px 18px 40px;
}
.popup-share .btn-close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eaecef;
}
.popup-share .pop-share-btn-list {
  margin-top: 40px;
}
.share-btn {
  background-color: #f4f4f4;
}
.share-btn .tit {
  margin-bottom: 60px;
}
.share-btn .tit span {
  color: #aaaaaa;
}
.share-btn .thumb {
  margin-bottom: 80px;
}

.popup-youtube {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.popup-youtube.on {
  opacity: 1;
  transition: all 0.5s 0.8s;
  visibility: visible;
  z-index: 99;
}
.popup-youtube .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popup-youtube .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popup-youtube .iframe-wrap {
  display: inline-block;
  width: 100%;
  height: 80%;
}
.popup-youtube .modal-open {
  display: block;
  z-index: 1000;
}
.popup-youtube .btn-close-modal {
  position: fixed;
  top: 22px;
  right: 17px;
  color: transparent;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 11px;
}

/* 꼭알아두세요 */
#eventInfo .email,
#eventInfo .email u {
  color: #005a96;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 360.98px) {
  .section:not(#eventInfo) .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 모션 */
.inmotion {
  transform: translate(0, 50px);
  opacity: 0;
}
.play-inmotion.inmotion,
.play.inmotion {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -webkit-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -moz-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -ms-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -o-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

/* 컨텐츠 영역 */
/* 컨텐츠 공통 */
.section {
  position: relative;
  height: auto !important;
  min-height: calc(var(--vh, 1vh) * 100) !important;
}

/* 컨텐츠:section1 */
.section1 {
  position: relative;
  min-height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}
.section1.fp-is-overflow > .fp-overflow {
  overflow: hidden;
}

.section1 .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.section1 .video-wrap video {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  background: #fffc00;
  transform: translateZ(0);
  will-change: transform;
}

.section1 .inner {
  position: relative;
  padding: 40px 35px;
  height: calc(var(--vh, 1vh) * 100);
}

.section1 .inner .tit-box {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}
.section1 .inner .tit-box .sub-tit {
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 0.6s 0.5s;
  opacity: 0;
}
.section1 .inner .tit-box .logo {
  position: absolute;
  bottom: 140px;
  left: calc(50% - 91px);
  width: 182px;
  transition: opacity 0.6s 1s;
  opacity: 0;
}
.section1 .inner .tit-box .tit {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 134px);
  width: 270px;
  transition: all 0.6s 1.5s;
  opacity: 0;
}
.section1 .inner .tit-box.on .sub-tit,
.section1 .inner .tit-box.on .logo,
.section1 .inner .tit-box.on .tit {
  opacity: 1;
}
/* 하단으로 이동 */
.section1 .inner .scroll-down {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 9px);
  width: 17px;
  height: 8px;
  -webkit-animation: mouseloop 0.8s 2s infinite alternate;
  animation: mouseloop 0.8s 2s infinite alternate;
  z-index: 10;
  margin: 0 auto 0;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0);
    opacity: 0.85;
  }
  to {
    transform: translateY(-12px);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.85;
  }
  to {
    -webkit-transform: translateY(-12px);
    opacity: 1;
  }
}

/* nav */
nav {
  position: fixed;
  width: 100%;
  background: #3ed3ff;
  transition: all 0.3s;
  z-index: 11;
  opacity: 0;
  transform: translateY(-71px);
}
nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

nav.on {
  position: absolute;
  transform: translateY(0);
  opacity: 1;
}
nav ul {
  overflow: auto;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  transition: transform 0.4s;
}
nav ul li {
  height: 71px;
  display: inline-block;
  font-size: 0;
  margin: 0;
  vertical-align: top;
  background: #3ed3ff;
}
nav ul li button {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  padding: 10px 21px;
}

nav ul li.on {
  background: #fffc00;
}

nav ul:after {
  content: "";
  display: block;
  clear: both;
}
nav ul.smooth {
  scroll-behavior: smooth;
}

.section2 .fp-overflow {
  position: relative;
}

.fp-section {
  will-change: transform;
}

.fp-scrollable {
  -webkit-overflow-scrolling: touch;
}

.section2.active nav {
  opacity: 1;
  transform: translateY(0px);
}

/* 컨텐츠:intro  */
.section2 {
  background: #fff;
}

.section2 .article1 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article1 .inner {
  padding: 55px 24px 75px;
}
.section2 .article1 .inner h3 {
  font-size: 35px;
  font-weight: 800;
  margin: 19px 0 13px;
}
.section2 .article1 .inner p {
  font-size: 17px;
  font-weight: 400;
}
.section2 .article1 .inner p em {
  font-weight: 700;
}
.section2 .article1 .video-wrap {
  position: relative;
  width: 100%;
  height: 85vw;
}

.section2 .article1 .video-wrap .btn-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}
.section2 .article1 .video-wrap .btn-video img {
  width: 35px;
  height: 46px;
  margin-top: 70px;
}

/* 컨텐츠:goods */
.section2 .article2 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article2 .inner {
  padding: 70px 24px 52px;
}
.section2 .article2 .inner span {
  font-size: 18px;
  font-weight: 900;
}
.section2 .article2 .inner h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 12px 0 20px;
}
.section2 .article2 .inner .overview-wrap dl {
  display: inline-flex;
  width: 100%;
  margin: 6px 0;
}
.section2 .article2 .inner .overview-wrap dl dt {
  background: #fffc00;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
}
.section2 .article2 .inner .overview-wrap dl dd {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 4px auto 4px 17px;
}
.section2 .article2 .inner .course-wrap {
  margin: 41px 0 33px;
}
.section2 .article2 .inner .course-wrap img {
  width: 100%;
  max-width: 100%;
}
.section2 .article2 .inner .course-wrap p {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.section2 .article2 .inner .info-wrap dl {
  display: inline-flex;
  width: 100%;
  margin: 8px 0;
}
.section2 .article2 .inner .info-wrap dl dt {
  color: #222;
  font-size: 15px;
  font-weight: 700;
}
.section2 .article2 .inner .info-wrap dl dd {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin: auto auto auto 16px;
}

/* 컨텐츠:race */
.section2 .article3 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article3 .inner {
  padding: 70px 24px 69px;
}

.section2 .article3 .inner > p {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.section2 .article3 .inner .tit-box .sub-tit {
  display: inline-flex;
  width: 100%;
}
.section2 .article3 .inner .tit-box .sub-tit span {
  font-size: 18px;
  font-weight: 900;
}
.section2 .article3 .inner .tit-box .sub-tit img {
  width: 30px;
  margin: auto auto auto 5px;
}
.section2 .article3 .inner .tit-box h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 12px 0 19px;
}
.section2 .article3 .inner .tit-box p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}
.section2 .article3 .inner .goods-wrap {
  position: relative;
  max-width: 884px;
  background: #f4f4f4;
  transition: all 0.6s;
  overflow: hidden;
}
.section2 .article3 .inner .goods-wrap .package-wrap {
  opacity: 1;
  transition: all 0.6s;
}
.section2 .article3 .inner .goods-wrap .package-wrap img {
  display: block;
  width: 100%;
  max-width: 884px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul {
  background: #fffc00;
  padding: 23px 28px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li {
  list-style: square;
  margin: 3px 0 3px 20px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li em {
  font-weight: 700;
  font-size: 15px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li span {
  font-weight: 400;
  font-size: 15px;
  margin-left: 11px;
}

.swiper,
.swiper-container {
  overflow: visible !important;
}
.section2 .article3 .swiper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  z-index: 7;
}
.section2 .article3 .swiper-wrap .swiper {
  width: 100%;
}
.section2 .article3 .swiper-wrap .swiper.swiper-goods {
  height: calc(100% - 100px);
}
.section2 .article3 .swiper-wrap .swiper .swiper-slide-container {
  display: flex;
  margin: auto 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.section2 .article3 .swiper-wrap .swiper .swiper-slide-container img {
  width: 100%;
  max-width: 884px;
}
.section2 .article3 .swiper-wrap .swiper-thumbs .swiper-pagination {
  white-space: nowrap;
  width: calc(100vw - 40px);
  min-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 18px auto 0;
  padding: 0 20px;
  transition: all 0.3s;
  z-index: 9;
}
.section2 .article3 .swiper-wrap .swiper-thumbs .swiper-pagination li {
  color: #000;
  font-weight: 700;
  line-height: 43px;
  cursor: pointer;
  border-radius: 80px;
  background: #ececec;
  padding: 10px 18px;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  margin: 0 5px;
  border: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch
}
.section2
  .article3
  .swiper-wrap
  .swiper-thumbs
  .swiper-pagination
  li.swiper-pagination-bullet-active {
  background: #fffc00;
}

.section2 .article3 .btn-package {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #3ed3ff;
  z-index: 8;
  will-change: transform;
}
.section2 .article3 .btn-package svg path {
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.section2 .article3 .goods-wrap.on {
  background: #f4f4f4;
}
.section2 .article3 .goods-wrap.on .package-wrap {
  opacity: 0;
}
.section2 .article3 .goods-wrap.on .swiper-wrap {
  opacity: 1;
  visibility: visible;
}
.section2 .article3 .goods-wrap.on .btn-package svg path {
  transform-origin: center;
  transform: rotate(225deg);
}

/* 컨텐츠:qna */
.section2 .article4 .inner {
  padding: 70px 24px;
}
.section2 .article4 .inner h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 30px;
}
.section2 .article4 .inner .accordion-block {
  border-bottom: 0;
  padding: 14px 0 0;
}
.section2 .article4 .inner .accordion-block button {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding: 16px;
  justify-content: space-between;
  border-radius: 12px;
  background: #f8f8f8;
}
.section2 .article4 .inner .accordion-block .accordion-btn .icon-arrow {
  right: 16px;
}
.section2 .article4 .inner .accordion-block .accordion-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #444;
  margin: 14px 0 0;
  padding: 0;
}
.section2 .article4 .inner .accordion-block .accordion-content ul {
  padding-left: 20px;
}
.section2 .article4 .inner .accordion-block .accordion-content ul li {
  list-style: initial;
  color: #444;
}

/* 컨텐츠:share */
.section2 .article5 {
  background: #39c8f3;
  padding: 55px 16px 60px;
}
.section2 .article5 .inner {
  text-align: left;
  padding-bottom: 60px;
}
.section2 .article5 .inner img {
  width: 246px;
  text-align: left;
}
.theme-default #share .share-btn {
  background: #fff;
  color: #000;
  padding: 20px 30px 20px 28px;
}

aside .wrap_apply {
  padding: 0 16px;
}
aside .wrap_apply .link_apply {
  background: #fff501;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 360.98px) {
  .vod-wrap {
    top: -30px;
  }
  .section .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
