@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px #555;
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* page1 */
#page1{
  background: url("../img/page1-bg.png");
  background-position: bottom center !important;
  background-size: cover !important;
  padding: 155px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 75px;
}

#page1 .top-inner-wrap{
  max-width: 1350px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}

#page1 .top-inner-wrap .img-wrap{
  width: 55%;
}

#page1 .top-inner-wrap .img-wrap img{
  width: 100%;
}

#page1 .top-inner-wrap .txt-wrap{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page1 .top-inner-wrap .txt-wrap .txt1{
  color: #063863;
  font-family: Paperlogy;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 67.2px */
}

#page1 .top-inner-wrap .txt-wrap .txt2{
  color: #063863;
  font-family: Paperlogy;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 84px */
  margin-bottom: 40px;
}
#page1 .top-inner-wrap .txt-wrap .txt2 .txt2-sub{
  font-size: 50px;

}

#page1 .top-inner-wrap .txt-wrap .txt2 .accent{
  border-radius: 12px;
  background: #063863;
  padding: 5px 20px 5px;
  color: #FFF;
  font-family: Paperlogy;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 84px */
}

#page1 .top-inner-wrap .txt-wrap .txt3{
  color: #063863;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
}

#page1 .top-inner-wrap .txt-wrap .txt3 strong{
  font-weight: 700;
}

#page1 .bottom-wrap{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

#page1 .bottom-wrap .txt1{
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 54.6px */
  letter-spacing: -1.05px;
}

#page1 .bottom-wrap .txt2{
  color: #004A7E;
  text-align: center;
  font-family: Paperlogy;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.4px;
}

#page1 .bottom-wrap .txt3{
  background: linear-gradient(180deg, #54B6FF 0%, #14619A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* 표준 */
  color: transparent;
  text-align: center;
  font-family: Paperlogy;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 144px */
  letter-spacing: -3px;
}

.line-div {
  width: fit-content;
  height: 100px;
}

.line{
  width: 1px;
  height: 0;
  background: #3384D5;
  display: block;
  margin: 0 auto;
}

#page1 .bottom-wrap .margin-none{
  margin-top: -30px;
}

#page1 .bottom-wrap .flex-wrap{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

#page1 .bottom-wrap .flex-wrap .item{
  width: calc(33% - 40px);
  text-align: center;
}

#page1 .bottom-wrap .flex-wrap img{
  width: 100%;
  box-shadow: 9.333px 18.667px 46.667px 0 rgba(20, 40, 70, 0.08), 0 -1.167px 1.167px 2.333px #FFF;
  backdrop-filter: blur(11.666666030883789px);
  border-radius: 15px;
  margin-bottom: 24px;
}

#page1 .bottom-wrap .flex-wrap .txt{
  color: #333;
  font-family: Paperlogy;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
}


/* page2 */
#page2 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px 0 0 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.pg2-top {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.pg2-top div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.pg2-top div p {
  color: #14619A;
  font-family: 'Paperlogy';
  font-size: 56px;
  font-weight: 500;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.4px;
}

.line-div2 {
  width: fit-content;
  height: 120px;
}

.line2 {
  width: 1px;
  height: 0;
  background: #3384D5;
  display: block;
  margin: 0 auto;
}

.pg2-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.pg2-bottom p {
  color: #004A7E;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 56px;
  font-weight: 400;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.4px;
}

.pg2-bottom div {
  color: #444;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.8px;
}


/* page3 */
#page3 {
  width: 100%;
  background: url(../img/pg3-bg.png);
  background-position: left bottom !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  margin-top: -2px;
}

.pg3-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: center;
  position: relative;
}

.pg3-left {
  width: 50%;
  background: #FFF;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  border-top: 1.2px solid #3384D5;
  border-bottom: 1.2px solid #3384D5;
  border-left: 1px solid #3384D5;
}

.pg3-tit {
  box-sizing: border-box;
  padding: 0 24px;
  display: flex;
  height: 72px;
  justify-content: center;
  align-items: center;
  color: #3384D5;
  font-family: 'Paperlogy';
  font-size: 28.8px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.pg3-div {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: #505050;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  border-top: 1px solid #3384D5;
  height: 118px;
}

.pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
  height: 157px;
}

.pg3-logo {
  width: 171px;
}

.pg3-right-div {
  width: 50%;
  animation: zoomIn 1.5s linear infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.pg3-right {
  width: 100%;
  position: relative;
  box-shadow: 0 16px 24px 0 rgba(0, 67, 134, 0.20);
}

.pg3-right .pg3-tit {
  background: #004DAD;
  align-items: flex-start;
}

.pg3-right .pg3-div {
  background: #005BB6;
  border-bottom: 1px solid #59BEFF;
  color: #FFF;
  font-size: 28px;
  letter-spacing: -0.7px;
  border-top: none;
}

.pg3-right .pg3-div:nth-last-child(2) {
  border-bottom: none;
}

.pg3-right-top {
  position: absolute;
  left: 0;
  top: -19px;
  width: 100%;
  height: 20px;
  border-radius: 12px 12px 0 0;
  background: #004DAD;
}

.pg3-right-bottom {
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 20px;
  border-radius: 0 0 12px 12px;
  background: #005BB6;
}

.pg3-arrow-div {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.pg3-arrow {
  width: 100%;
  animation: leftRight 1.5s linear infinite;
  -webkit-animation: leftRight 1.5s linear infinite;
  border-radius: 100px;
  box-shadow: 0 8px 32px 0 rgba(0, 44, 80, 0.15);
}

@keyframes leftRight {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}

.pg3-mo-container {
  width: 90%;
  display: none;
  align-items: center;
  gap: 28px;
  position: relative;
}

.img-swiper-container {
  width: 100%;
  overflow: hidden;
}

.img-swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}

.img-swiper-container img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}


/* page4 */
#page4 {
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}

.pg4-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.pg4-tit {
  color: #004A7E;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 500;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.2px;
}

.pg4-big-tit{
  color: #004A7E;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 62px;
  font-weight: 700;
  line-height: 140%; /* 86.8px */
  letter-spacing: -1.55px;
}

.pg4-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pg4-item {
  width: 25%;
  display: flex;
  box-sizing: border-box;
  padding: 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-left: 1px solid #DDD;
  position: relative;
}

.pg4-item p {
  color: #00C3BA;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.pg4-item p span {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}

.pg4-item div {
  color: #505050;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.pg4-item:nth-child(2) p {
  color: #1D88E1;
}

.pg4-item:nth-child(3) p {
  color: #764DD4;
}

.pg4-item:last-child p {
  color: #5D62F0;
}

.pg4-point {
  width: 2px;
  height: 160px;
  position: absolute;
  left: -1px;
  top: 100px;
  background: #00C3BA;
  border: none;
}

.pg4-item:nth-child(2) .pg4-point {
  background: #1D88E1;
}

.pg4-item:nth-child(3) .pg4-point {
  background: #764DD4;
}

.pg4-item:last-child .pg4-point {
  background: #5D62F0;
}


/* page5 */
#page5 {
  width: 100%;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  overflow: hidden;
}

.pg5-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
  justify-content: center;
}

.pg5-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.pg5-img-div {
  display: flex;
  align-items: center;
}

.pg5-img-div img {
  width: 600px;
  z-index: 5;
}

.pg5-img-div hr {
  width: 76px;
  height: 2px;
  background: #18A8F1;
  border: none;
}

.mo-hr {
  display: none;
}

.pg5-wrap p {
  color: #004A7E;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 300;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.2px;
}

.pg5-bottom {
  width: 100%;
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  background: linear-gradient(180deg, #FFF 6.88%, rgba(255, 255, 255, 0.00) 24.79%);
}

.pg5-bottom>img {
  max-width: 1280px;
  width: 100%;
}

.pg5-pc-bottom {
  width: 100%;
  height: 850px;
  background: url(../img/pg5-bottom.png);
  background-position: bottom center !important;
  background-size: cover !important;
}

.pg5-mo-bottom {
  display: none;
}

.pg5-bubble-div {
  max-width: 1280px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg5-bubble {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pg5-bubble p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 52px;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.3px;
  border-radius: 12px;
  background: #004A7E;
  box-sizing: border-box;
  padding: 12px 30px;
}

.pg5-bubble img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
}


/* page6 */
#page6 {
  width: 100%;
  background: url(../img/pg6-bg.png);
  background-position: right bottom !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 200px;
  align-self: stretch;
  overflow: hidden;
}

.pg6-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.pg6-sub-tit {
  color: #444;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.youtube-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.youtube-item {
  width: calc(33.3% - 13.3px);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.youtube-thumbnail {
  width: 100%;
  aspect-ratio: 1 / 0.57;
  object-fit: cover;
}

.youtube-item .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 5;
}

.youtube-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 132, 213, 0.65);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}

.youtube-item:hover::after {
  opacity: 1;
}

.youtube-item:hover .youtube-icon {
  opacity: 1;
}

#moviePop {
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  position: fixed !important;
  margin-left: 0 !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

#bindMovieModalX {
  width: 100%;
  background: #FFF;
  top: -50px;
  box-sizing: border-box;
  padding: 9px;
  border-radius: 12px 12px 0 0;
}

#moviePop iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  border: 2px solid #FFF;
}

.review-swiper-container {
  width: 100%;
  overflow: hidden;
}

.review-swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}

.review-swiper-container img {
  width: 100%;
  box-shadow: 0 16px 24px 0 rgba(30, 50, 96, 0.08);
}


/* contact */
#contact {
  width: 100%;
  background: url(../img/contact-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.coin-img-div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 3;
}

.coin-img-div img {
  width: 100%;
}

.mo-coin {
  display: none;
}

.box-container {
  max-width: 1090px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: center;
  z-index: 5;
}

.box-container .box {
  width: calc(33.3% - 33.3px);
  aspect-ratio: 11 / 10;
  border-radius: 12px;
  border: 1px solid #174A7D;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 40px 0 rgba(20, 51, 82, 0.10);
  backdrop-filter: blur(10px);
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.box-container .box:nth-child(2n-1) {
  margin-top: 70px;
}

.box-container .box p {
  color: #174A7D;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.contact-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 5;
}

.contact-img-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-bubble p {
  display: inline-flex;
  box-sizing: border-box;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #111;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 500;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.2px;
}

.contact-bubble img {
  margin-top: -2px;
}

.contact-img-wrap>img {
  max-width: 430px;
  width: 85%;
}

.contact-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.contact-txt p:last-child {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.contact-form {
  display: flex;
  max-width: 1000px;
  width: 90%;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 12px;
  border: 1px solid #063863;
  background: #FFF;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
  z-index: 5;
}

.flex-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 46px;
  padding: 10px;
  color: #111;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 130% !important; /* 23.4px */
  letter-spacing: -0.45px !important;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus {
  outline: none;
  border: 1px solid #063863 !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: #BBB;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}

.item label {
  box-sizing: border-box;
  color: #505050;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 130% !important; /* 23.4px */
  letter-spacing: -0.45px !important;
}

.item label span {
  color: #FF3F43;
}

textarea {
  height: 100px;
  resize: none;
}

.form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.agree-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.round-checkbox {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #999;
}

.round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 11px !important;
  background-position: center center !important;
  background-color: #063863;
  background-repeat: no-repeat;
  border: none;
}

.agree {
  color: #222;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important; /* 162.5% */
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.agree-open {
  font-weight: 600 !important;
  color: #063863;
}

.c-btn {
  width: 200px;
  border-radius: 100px;
  background: #063863;
  display: flex;
  box-sizing: border-box;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  border: none;
}

.c-btn:hover {
  background: #002342;
}

@media(min-width: 1700px) {
  .pg5-pc-bottom {
    height: 900px;
  }
}

@media(max-width: 1400px) {
  #page1 .top-inner-wrap .img-wrap,  #page1 .top-inner-wrap .txt-wrap {
    width: 50%;
  }
  .pg3-div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .pg3-right .pg3-div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .pg3-tit {
    height: 60px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .pg3-logo {
    width: 155px;
  }
  .pg3-div {
    height: 108px;
  }
  .pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
    height: 135px;
  }
  .pg3-arrow-div {
    width: 90px;
  }
  .pg4-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg4-item p span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg4-item div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 1280px) {
  #page1 {
    padding: 120px 0 100px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 40px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2{
    font-size: 56px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 .txt2-sub{
    font-size: 45px;
  }
  #page1 .top-inner-wrap .img-wrap {
    width: 45%;
  }
  #page1 .top-inner-wrap .txt-wrap {
    width: 55%
  }
  #page1 .bottom-wrap .flex-wrap .txt {
    font-size: 32px;
  }
  .pg2-top div p, .pg2-bottom p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .pg2-top img {
    width: 290px;
  }
  .pg2-bottom div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg3-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .pg3-right .pg3-div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .pg3-tit {
    height: 55px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .pg3-logo {
    width: 140px;
  }
  .pg3-div {
    height: 90px;
  }
  .pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
    height: 120px;
  }
  .pg3-arrow-div {
    width: 80px;
  }
  .pg4-tit, .pg5-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg4-container {
    flex-wrap: wrap;
  }
  .pg4-item {
    width: 50%;
    align-items: center;
  }
  .pg4-item p {
    font-size: 32px;
    letter-spacing: -0.8px;
    text-align: center;
  }
  .pg4-item p span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .pg4-item div {
    font-size: 24px;
    letter-spacing: -0.6px;
    text-align: center;
  }
  #page5 {
    gap: 130px;
  }
  .pg5-img-div img {
    width: 500px;
  }
  .pg5-bubble p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .pg5-pc-bottom {
    height: 700px;
  }
  .pg6-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .youtube-container {
    gap: 16px 10px;
  }
  .youtube-item {
    width: calc(33.3% - 6.6px);
  }
  #contact {
    gap: 60px;
  }
  .box-container {
    gap: 30px;
  }
  .box-container .box {
    width: calc(33.3% - 20px);
  }
  .box-container .box p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .contact-bubble p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .contact-txt p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}

@media (max-width: 1100px) {
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 32px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 {
    font-size: 48px;
    margin-bottom: 32px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 .txt2-sub{
    font-size: 40px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt3 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #page1 .bottom-wrap .txt1 {
    font-size: 40px;
  }
  #page1 .bottom-wrap .txt2{
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #page1 .bottom-wrap .txt3{
    font-size: 96px;
    letter-spacing: -2.4px;
  }
  #page1 .bottom-wrap .flex-wrap{
    gap: 30px;
  }
  #page1 .bottom-wrap .flex-wrap .item {
    width: calc(33.3% - 20px);
  }
  .pg5-img-div img {
    width: 450px;
  }
  .pg5-img-div hr {
    width: 55px;
  }
}

@media (max-width: 1024px) {
  #page1 .top-inner-wrap{
    gap: 25px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 28px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 {
    font-size: 40px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 .txt2-sub{
    font-size: 32px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt3 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #page1 .bottom-wrap .flex-wrap{
    gap: 20px;
  }
  #page1 .bottom-wrap .flex-wrap .item {
    width: calc(33.3% - 13.3px);
  }
  #page1 .bottom-wrap .flex-wrap .txt{
    font-size: 28px;
  }
  .pg5-pc-bottom {
    height: 600px;
  }
  .pg6-inner {
    gap: 40px;
  }
  .youtube-item {
    width: calc(50% - 5px);
  }
  .box-container .box img {
    width: 80px;
  }
}

@media(max-width: 1000px) {
  .pg3-div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .pg3-right .pg3-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .pg3-tit {
    height: 52px;
  }
  .pg3-logo {
    width: 120px;
  }
  .pg3-div {
    height: 80px;
  }
  .pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
    height: 110px;
  }
  .pg3-arrow-div {
    width: 80px;
  }
  .pg5-img-div img {
    width: 400px;
  }
  #moviePop {
    width: 90% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin-left: 0 !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  #page1 {
    padding: 100px 0 80px;
    gap: 100px;
  }
  #page1 .top-inner-wrap{
    flex-wrap: wrap-reverse;
    gap: 40px;
    justify-content: center;
  }
  #page1 .top-inner-wrap .img-wrap {
    width: 90%;
  }
  #page1 .top-inner-wrap .txt-wrap {
    width: 100%;
    text-align: center;
  }
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 {
    font-size: 56px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2>span {
    font-size: 40px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt3 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #page1 .bottom-wrap .txt1 {
    font-size: 32px;
  }
  #page1 .bottom-wrap .txt2 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #page1 .bottom-wrap .txt3 {
    font-size: 88px;
    letter-spacing: -2.2px;
  }
  #page1 .bottom-wrap .flex-wrap img {
    margin-bottom: 18px;
  }
  #page1 .bottom-wrap .flex-wrap .txt {
    font-size: 24px;
  }
  .line-div {
    height: 75px;
  }
  .pg2-top {
    gap: 45px;
  }
  .pg2-top div {
    gap: 8px;
  }
  .pg2-top div p, .pg2-bottom p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg2-top img {
    width: 260px;
  }
  .pg2-bottom {
    gap: 30px;
  }
  .pg2-bottom div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .line-div2 {
    height: 90px;
  }
  #page3 {
    padding: 80px 0;
  }
  .pg3-left {
    width: 45%;
  }
  .pg3-right-div {
    width: 55%;
  }
  .pg3-left {
    border: 1px solid #3384D5;
  }
  .pg3-div {
    padding: 16px 5px;
    min-height: 80px;
    height: auto;
  }
  .pg3-right .pg3-div {
    padding: 16px 5px;
  }
  .pg3-arrow-div {
    left: 45%;
    width: 70px;
  }
  .pg3-tit {
    height: 70px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .pg3-right .pg3-tit {
    align-items: center;
  }
  .pg3-logo {
    width: 140px;
  }
  .pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
    min-height: 120px;
    height: auto;
  }
  .pg4-tit, .pg5-wrap p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .pg4-big-tit {
    font-size: 60px;
    letter-spacing: -1.5px;
  }
  #page5 {
    padding: 80px 0;
  }
  .pg5-img-div img {
    width: 350px;
  }
  .pg5-wrap {
    gap: 20px;
  }
  .pg5-bubble p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg5-pc-bottom {
    height: 550px;
  }
  .pg6-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #contact {
    padding: 80px 0;
  }
  .box-container .box {
    aspect-ratio: 1 / 1;
  }
  .box-container .box p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .box-container .box img {
    width: 70px;
  }
  .contact-bubble p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .contact-txt p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .contact-form {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #page1 .top-inner-wrap {
    width: 100%;
    padding: 0 16px;
  }
  #page1 .bottom-wrap {
    gap: 20px;
  }
  #page1 .bottom-wrap .margin-none {
    margin-top: -20px;
  }
  #page1 .bottom-wrap .flex-wrap {
    flex-wrap: wrap;
    gap: 45px;
  }
  #page1 .bottom-wrap .flex-wrap .item {
    width: calc(50% - 22.5px)
  }
  #page1 .bottom-wrap .flex-wrap .txt {
    font-size: 30px;
  }
  #page2 {
    padding: 40px 0 0;
  }
  .pg2-top {
    gap: 45px;
    flex-direction: column;
  }
  .pg2-top img {
    width: 240px;
  }
  .pg2-top div {
    gap: 0;
  }
  .pg2-bottom {
    gap: 20px;
  }
  #page3 {
    gap: 50px;
  }
  #page4 {
    padding: 80px 0;
    gap: 30px;
  }
  .pg4-item {
    padding: 40px 20px;
  }
  .pg4-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg4-item p span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg4-item div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #page5 {
    padding: 50px 0;
    gap: 20px;
  }
  .pg5-wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .pg5-img-div {
    flex-direction: column;
  }
  .pg5-wrap:nth-child(2) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .pg5-img-div img {
    width: 450px;
  }
  .pg5-img-div hr {
    width: 2px;
    height: 38px;
    padding: 0;
    margin: 0;
  }
  .pc-hr {
    display: none;
  }
  .mo-hr {
    display: block;
  }
  .pg5-bubble-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  .pg5-pc-bottom {
    display: none;
  }
  .pg5-mo-bottom {
    display: block;
  }
  .pg5-bottom {
    padding-top: 30px;
    margin-top: 0;
  }
  #page6 {
    padding: 80px 0;
    gap: 100px;
  }
  .pg6-inner {
    gap: 30px;
  }
  .youtube-icon {
    width: 80px;
  }
  #contact {
    gap: 80px;
  }
  .pc-coin {
    display: none;
  }
  .mo-coin {
    display: block;
  }
  .box-container {
    flex-direction: column;
  }
  .box-container .box {
    margin: 0 !important;
    width: 50%;
  }
  .box-container .box:nth-child(2) {
    margin-left: auto !important;
  }
  .box-container .box p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .box-container .box img {
    width: 80px;
  }
  .contact-txt {
    gap: 16px;
  }
}

@media(max-width: 750px) {
  .pg3-container {
    display: none;
  }
  .pg3-mo-container {
    display: flex;
  }
  .pg3-left {
    border-radius: 12px;
  }
  .pg3-right-top {
    height: 4px;
    top: -3px;
  }
  .pg3-right-bottom {
    height: 4px;
    bottom: -3px;
  }
  .pg3-div, .pg3-right .pg3-div {
    padding: 12px 6px;
    min-height: unset;
  }
  .pg3-left .pg3-div:last-child, .pg3-right .pg3-div:nth-last-child(2) {
    min-height: unset;
  }
  .pg3-tit {
    height: auto;
    padding: 16px 6px;
  }
  .pg3-right .pg3-div {
    color: #FFE89B;
    font-weight: 500;
  }
  .pg3-logo {
    width: 110px;
  }
}

@media (max-width: 650px) {
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2 {
    margin-bottom: 18px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt2>span {
    font-size: 32px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt3 {
    font-size: 24px;
  }
  .line-div {
    height: 50px;
  }
  #page1 .bottom-wrap .txt1 {
    font-size: 28px;
  }
  #page1 .bottom-wrap .txt2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #page1 .bottom-wrap .txt3 {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  #page1 .bottom-wrap .flex-wrap .item {
    width: 80%;
  }
  #page1 .bottom-wrap .flex-wrap .txt {
    font-size: 32px;
  }
  #page1 .bottom-wrap .margin-none {
    margin-top: -20px;
  }
  #page1 .bottom-wrap .line{
    height: 50px;
  }
  .pg2-top div p, .pg2-bottom p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .pg2-top img {
    width: 195px;
  }
  .pg2-bottom div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #page3 {
    padding: 60px 0 80px;
  }
  .line-div2 {
    height: 60px;
  }
  .pg4-item {
    width: 100%;
  }
  .pg4-item p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .pg4-item p span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .pg4-item div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #page5 {
    gap: 60px;
  }
  .pg5-img-div img {
    width: 400px;
  }
  .pg5-bubble p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .pg6-sub-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .youtube-item {
    border-radius: 4px;
  }
  #bindMovieModalX {
    top: -40px;
  }
  #bindMovieModalX img {
    width: 25px;
  }
  .box-container .box {
    width: 60%;
    gap: 12.26px;
    padding: 18.385px;
    border-radius: 7.354px;
    border: 0.613px solid #174A7D;
    box-shadow: 0 9.806px 24.514px 0 rgba(20, 51, 82, 0.10);
    backdrop-filter: blur(6.1284403800964355px);
  }
  .box-container .box p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .box-container .box img {
    width: 70px;
  }
  .contact-bubble p {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 12px 20px;
  }
  .contact-txt p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .contact-form {
    padding: 20px;
    gap: 20px;
  }
  .flex-input {
    flex-direction: column;
    gap: 20px;
  }
  .form-wrap {
    flex-direction: column;
    gap: 4px;
  }
  .agree-wrap {
    height: 50px;
  }
  .c-btn {
    width: 100%;
  }
}

@media(max-width: 600px) {
  .pg3-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 12px 6px;
  }
  .pg3-logo {
    width: 100px;
  }
  .pg3-div {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 10px 6px;
  }
  .pg3-right .pg3-div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .pg3-arrow-div {
    width: 60px;
  }
}

@media (max-width: 480px) {
  #page1 .top-inner-wrap .txt-wrap .txt1 {
    font-size: 24px;
  }
  #page1 .top-inner-wrap .txt-wrap .txt3 {
    font-size: 20px;
  }
  #page1 .bottom-wrap{
    gap: 20px;
  }
  #page1 .bottom-wrap .txt1 {
    font-size: 24px;
  }
  #page1 .bottom-wrap .txt2 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #page1 .bottom-wrap .mo-big {
    font-size: 32px !important;
    letter-spacing: -0.8px !important;
  }
  #page1 .bottom-wrap .txt3 {
    font-size: 60px;
    letter-spacing: -1.5px;
  }
  .pg2-bottom p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg2-bottom div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .pg3-left {
    width: 160px;
  }
  .pg3-right-div {
    width: calc(100% - 188px);
  }
  .pg3-tit {
    padding: 10px 6px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .pg3-logo {
    width: 90px;
  }
  .pg3-div {
    padding: 8px 6px;
  }
  .pg3-arrow-div {
    width: 50px;
    left: 170px;
  }
  #page5 {
    gap: 80px;
  }
  .pg5-img-div {
    width: 90%;
  }
  .pg5-img-div img {
    width: 100%;
  }
  .pg5-bottom {
    padding-top: 40px;
    margin-top: 20px;
  }
  .pg5-bubble-div {
    top: 0;
  }
  .youtube-icon {
    width: 60px;
  }
  .box-container .box p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .box-container .box img {
    width: 60px;
  }
}

@media(max-width: 400px) {
  .pg3-left {
    width: 140px;
  }
  .pg3-right-div {
    width: calc(100% - 168px);
  }
  .pg3-logo {
    width: 75px;
  }
  .pg3-div {
    font-size: 12px;
    letter-spacing: -0.25px;
  }
  .pg3-right .pg3-div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .pg3-arrow-div {
    width: 45px;
    left: 152px;
  }
  .pg3-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .pg5-bubble p {
    padding: 12px 10px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}

@media(max-width: 370px) {
  #page1 .bottom-wrap .flex-wrap .txt {
    font-size: 28px;
  }
  .pg2-top div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg2-top img {
    width: 175px;
  }
  .pg2-bottom p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .pg2-bottom div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .pg3-mo-container {
    gap: 20px;
  }
  .pg3-right-div {
    width: calc(100% - 160px);
  }
  .pg3-arrow-div {
    width: 40px;
    left: 148px;
  }
  .pg4-tit, .pg5-wrap p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg4-big-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .pg4-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .pg4-item p span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .pg4-item div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}
