/* custom css */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.slick-slider {
  width: 100%;
}

.slick-slide {
  width: 100%;
}

/* 컨텐츠 */

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet-active.two_bullet {
  background-color: transparent !important;
}

.two_bullet {
  background-color: transparent !important;
  /* pointer-events: none;
  opacity: 0;*/
}

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet-active {
  background-color: #54C3FE !important;
}

.swiper-pagination-bullet {
  background: none;
  border: 2px solid white;
  opacity: 1;
}

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #54C3FE;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: white;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  position: relative;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow-x: auto;
}

body {
  font-size: 14px;
  color: #000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

ul {
  padding-left: 0px;
}



.black_tit {
  color: black !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-swiper-container {
  width: 100%;
  height: 100%;
}

.inner-swiper-slide {
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  margin: 10px;
}

.page1_contents {
  position: absolute;
  color: #fff;
  text-shadow: 3px 3px 10px #111;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.page1_contents h2 {
  font-size: 62px;
  text-align: left;
  margin-right: 20px;
  display: inline-block;
}

.page1_contents p {
  font-size: 28px;
  margin-top: 10px;
}

.page1_contents h1 {
  font-size: 28px;
  margin-top: 10px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.page {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.page_contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

h2 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  color: #54C3FE;
  margin-bottom: 5px;
}

p {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.lf_sec2 {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  padding: 0;
}

.rf_sec2 {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
}

.lf_sec2-2 {
  width: 100%;
  max-width: 1200px;
  padding-left: 632px;
}

.rf_sec2-2 {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
}

.swiper-container {
  margin: 0;
}

.scroll_ani {
  position: absolute;
  height: 60px;
  width: 40px;
  left: 50%;
  bottom: 8%;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: scrollani_1 5000ms linear infinite;
}

.scroll_ani div {
  width: 5px;
  margin: 0 auto;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  margin-top: 5px;
  animation: scrollani_2 5000ms linear infinite;
}

@keyframes scrollani_1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  58% {
    opacity: 1;
  }

  62% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scrollani_2 {
  0% {
    margin-top: 5px;
  }

  42% {
    margin-top: 5px;
  }

  46% {
    margin-top: 5px;
  }

  54% {
    margin-top: 15px;
  }

  58% {
    margin-top: 21px;
  }

  100% {
    margin-top: 21px;
  }
}

.main03 {
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.main03 h3 {
  color: #fff;
}

.main_dd-one h2,
.main_dd-one p {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}


.footer-slide {
  height: 0 !important;
}

#page1.hide h2,
#page1.hide p {
  opacity: 0;
  transform: translateY(100px);
}

#page1 h2,
#page1 p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

#page1 p {
  transition-delay: 300ms;
}

.subpage.hide h2,
.subpage.hide h3,
.subpage.hide p {
  opacity: 0;
  transform: translateY(100px);
}

.subpage.hide div .page2_main-rf {
  opacity: 0;
}

.subpage h2,
.subpage h3,
.subpage p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

.subpage div .page2_main-rf {
  opacity: 1;
  transition: all 750ms ease-out;
  transition-delay: 900ms;
  margin-top: 50px;
}


.subpage h2 {
  transition-delay: 300ms;
}

.subpage p {
  transition-delay: 600ms;
}

#page3.hide h2,
#page3.hide h3,
#page3.hide p {
  opacity: 0;
  transform: translateY(100px);
}

#page3 h2,
#page3 h3,
#page3 p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

#page3 h2 {
  transition-delay: 300ms;
}

#page3 p {
  transition-delay: 600ms;
}

.page2_main-rf {
  display: flex;
}

.page2_main-rf_li {
  margin-right: 27px;
  position: relative;
}

.page2_main-rf_li:last-child {
  margin-right: 0;
  /* 마지막 요소에 마진 없음 */
}

.page2_main-rf_li img {
  height: 395px;
}

.page2_main-rf_li span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  left: 0;
  margin-bottom: 10px;
}

.page2_main-rf_li {
  width: 180px;
  /* 기본 너비 */
  transition: width 0.6s ease;
  /* 너비 변경을 부드럽게 만듭니다. */
}

.page2_main-rf_li:hover {
  width: 790px;
  /* 호버되었을 때 너비 변경 */
}

/* 아무 것도 호버되지 않았을 때의 스타일 */
.page2_main-rf:not(:hover) .page2_main-rf_li {
  width: 382px;
  /* 아무 것도 호버되지 않았을 때 너비 변경 */
}

#page2 {
  background: #fff;
}

#page2 .swiper-button-next,
#page2 .swiper-button-prev {
  z-index: 99;
  top: auto;
  bottom: 44px;
  width: 17px;
  height: 30px;
  color: #1C1B1F;
}

#page2 .swiper-button-next {
  right: 48%;
}

#page2 .swiper-button-prev {
  left: 48%;
}

#page2 .swiper-button-next::after,
#page2 .swiper-button-prev::after {
  font-size: 24px;
}

.main04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main04_top-content {
  text-align: center;
}

.main04_middle-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.main04_li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main04_li h3 {
  font-size: 30px;
  color: black;
}

.main04_li img {
  width: auto;
  height: auto;
}

.main04_bottom-content {
  display: flex;
  margin-top: 60px;
}

.m04_b-content {
  width: 100%;
  position: relative;
}

.m04_b-content img {
  height: 200px;
}

.m04_b-content h3 {
  position: absolute;
  margin-left: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  text-shadow: 3px 3px 10px #111;
}

.m04_b-content {
  cursor: pointer;
  position: relative;
  /* 하위 요소에 대한 위치 지정을 위해 상위 요소에 relative 설정 */
}

.m04_b-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 어두운 색상 설정 (투명도 조절 가능) */
  transition: background-color 0.3s ease;
  /* 호버 시 transition 효과 적용 */
}

.m04_b-content.m04_b-select::after {
  background-color: transparent;
}

.m04_b-content:hover::after {
  background-color: transparent;
  /* 호버 시 배경 투명하게 변경 */
}

#page4.hide h3,
#page4.hide h2,
#page4.hide p {
  opacity: 0;
  transform: translateY(100px);
}

/*#page4.hide .main04_li{opacity: 0; transform: translateY(100px);}*/
#page4 h3,
#page4 h2,
#page4 p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

/*#page4 .main04_li{opacity: 1 ; translateY(0); transition: all 750ms ease-out; transition-delay: 900ms;}*/

#page4 h2 {
  transition-delay: 300ms;
}

#page4 .main04_li h2 {
  transition: 0ms;
}

#page4 .main04_li h3 {
  transition: 0ms;
}

#page4 p {
  transition-delay: 600ms;
}

#page4 .m04_b-content h3 {
  /*transition-delay: 900ms;*/
  transition: none;
}

.main04_li h3 {
  font-weight: 600;
}

#page5 {
  color: #fff;
}

#page5 h3 {
  color: #fff;
}

.main05 {
  transform: translate(-50%, -50%);
  text-align: center;
}

.page2 {
  width: 100%;
  max-width: 1200px;
}

.swiper-pagination2 {
  top: 50% !important;
  z-index: 11 !important;
  text-align: start !important;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

#page5 .swiper-button-next,
#page5 .swiper-button-prev {
  z-index: 99;
  top: auto;
  bottom: 44px;
  width: 17px;
  height: 30px;
  color: #fff;
}

#page5 .swiper-button-next {
  right: 48%;
}

#page5 .swiper-button-prev {
  left: 48%;
}

#page5 .swiper-button-next::after,
#page5 .swiper-button-prev::after {
  font-size: 24px;
}

#page6.hide h3,
#page6.hide h2,
#page6.hide p,
#page6.hide .card1,
#page6.hide .card2,
#page6.hide .card3,
#page6.hide .top1,
#page6.hide .top2,
#page6.hide .top3 {
  opacity: 0;
  transform: translateY(100px);
}

#page6 h3,
#page6 h2,
#page6 p,
#page6 .card1,
#page6 .card2,
#page6 .card3,
#page6 .top1,
#page6 .top2,
#page6 .top3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

#page6 h2 {
  transition-delay: 300ms;
}

#page6 h3 {
  font-weight: 500;
}

#page6 p {
  transition-delay: 600ms;
  margin: 10px 0 0;
}

#page6 .card1 {
  transition-delay: 900ms;
}

#page6 .card2 {
  transition-delay: 1200ms;
}

#page6 .card3 {
  transition-delay: 1500ms;
}

#page6 .top1 {
  transition-delay: 900ms;
}

#page6 .top2 {
  transition-delay: 1200ms;
}

#page6 .top3 {
  transition-delay: 1500ms;
}

.page6_bottom-content {
  display: flex;
  margin-top: 60px;
}

.page6_bottom-li {
  width: 100%;
  max-width: 384px;
  max-height: 383px;
  margin-right: 24px;
}

.page6_bottom-li:last-child {
  margin-right: 0;
  /* 마지막 요소에 마진 없음 */
}


.page6_bottom-li_top {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  margin-bottom: 20px;
}

.li_top-content {
  margin-right: 10px;
}

/* card */

.page6_card {
  position: relative;
  max-width: 384px;
  max-height: 384px;
  color: #fff;
  height: 384px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.4s;
  background-size: 100%;
  cursor: pointer;
}

.page6_card.card1 {
  background: url(../img/common/main06-1.png) center no-repeat;
}

.page6_card.card2 {
  background: url(../img/common/main06-2.png) center no-repeat;
}

.page6_card.card3 {
  background: url(../img/common/main06-3.png) center no-repeat;
}

.page6_card a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s
}

.page6_card .color-overlay {
  max-width: 384px;
  max-height: 384px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.page6_card:hover .page6_card-info {
  opacity: 1;
  bottom: 40px;
}

.page6_card:hover .color-overlay {
  background: rgba(64, 84, 94, 0.5);
}

.page6_card:hover .page6_title-content {
  margin-top: 70px;
  opacity: 1;
}

.page6_title-content {
  text-align: center;
  margin: 45% 0 0 0;
  width: 100%;
  transition: all 0.6s;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  opacity: 0;
}

/*
.page6_card:hover .sec1_card_title:after{
    width:20%
}
*/
.page6_card h3,
.page6_card h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}

.page6_card h3 a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  font-size: 20px;
}

.page6_card h3 a:hover {
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}

/*
.page6_card_title:after {
    content: " ";
    display: block;
    height: 2px;
    margin: 20px auto;
    width:20%;
    border: 0;
    background: #54C3FD;
    transition:all 0.2s

}
*/

.page6_intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}

.page6_intro a {
  color: #ddd
}

.page6_intro a:hover {
  text-decoration: underline
}

.page6_card-info {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 18px;
  line-height: 24px;
  opacity: 0;
  bottom: -40px;
  left: 0;
  position: absolute;
  z-index: 30;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.page6_card-info a {
  display: block;
  width: 100px;
  margin: 15px auto;
  background: #fff;
  color: #444;
  padding: 3px 10px;
  font-size: 0.8em
}

.page6_card-info a:hover {
  background: #54C3FD;
  color: #fff;
}

.page6_card-info a:hover span {
  filter: brightness(10);
  opacity: 1
}

.swiper-container-hidden {
  display: none;
}

.go_page_btn {
  position: absolute;
  top: 10%;
  right: 0;
  width: 60px;
  text-align: center;
  height: 150px;
  font-size: 11px;
  padding-right: 27px;
  writing-mode: vertical-rl;
  background-color: #13568D;
  color: white;
  z-index: 998;
  transition: all 0.3s ease;
  transform: translateX(10px);
}

.go_page_btn:hover {
  transform: translateX(0px);
  padding-right: 20px;
}


/* popup */

.pop_up_tcontent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  height: 80%;
  max-width: 500px;
  max-height: 750px;
  z-index: 100000000000000000000;
}

.pop_up_spans {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 500px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.pop_up_btns {
  display: flex;
  justify-content: space-around;
  background: #13568D;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.control-buttons {
  margin-top: 7px;
  text-align: left;
  margin-left: 37%;
}

.pop-pagination {
  position: relative;
  top: -14px !important;
  /*top: calc(0% + 545px) !important;*/
}

.pop-container {
  height: calc(100% - 30px);
}

.pop-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.pop_text_title {
  font-size: 24px;
  margin-bottom: 30px;

}

.pop_text_content {
  display: flex;
  font-size: 17px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-direction: column;
  align-items: center;
}
.pop_text_content a{
  margin-top: 30px;
  font-size: 15px;
  line-height: 35px;
  border: 1px solid #1C1B1F;
  width: 25%;
  min-width: 70px;
}

#pauseButton,
#playButton {
  position: relative;
  z-index: 999;
  cursor: pointer;
  padding-bottom: 1px;
}

/* .pop_img{
  height: auto !important;
} */

.back_pop {
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.pop_img {
  position: absolute;
}

.pop_text_slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.pop_text {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  width: 100% !important;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100000000000000000000;
}

.pop-pagination .swiper-pagination-bullet {
  background-color: #a6a0a0;
}

.pop-pagination .swiper-pagination-bullet-active {
  background-color: #54C3FE;
}

.li_top-content_a {
  display: flex;
}

.controll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  display: flex;
  align-items: center;
}

.progressBarContainer {
  display: flex;
  justify-content: space-between;
  z-index: 99999;
}

.progressBarContainer>.item {
  padding: 0;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
}

.progressBarContainer h3 {
  font-size: 16px;
}

.progressBarContainer .item:last-child {
  margin-right: 0;
}

.progressBarContainer .item span.progressBar {
  width: 80px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
  position: relative;
  margin-left: 10px;
}

.progressBarContainer .item span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
  left: 0;
}

.bar_item_h3 {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 100%;
}

.main-controll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.main-controll .slick-arrow {
  color: #fff;
  font-size: 20px;
}

.main_visual .swiper-slide {position: relative;}
.main_visual .swiper-slide::after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); content:""; display:block;}
.main_visual .swiper-slide .slide_txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index:4;}
.main_visual{
  width:100%;
  height:100vh;
  overflow:hidden;
}
.mainSwiper{
  width:100%;
  height:100%;
}
.mainSwiper .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1);
  transition:transform 6s ease;
}
.mainSwiper .swiper-slide-active img{
  transform:scale(1.08);
}
.mainSwiper .slide_txt .en{
  font-size:22px;
  font-weight:500;
  letter-spacing:2px;
  color:#8fd3ff;
  margin-bottom:20px;
}
.mainSwiper .slide_txt h2{
  font-size:78px;
  font-weight:700;
  line-height:1.15;
  margin-bottom:30px;
  color: #fff;
}

.mainSwiper .slide_txt .sub{
  font-size:22px;
  line-height:1.7;
  color:rgba(255,255,255,0.9);
  margin-bottom:40px;
}
.more_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:220px;
  height:62px;
  border-radius:999px;
  background:#4db8ff;
  color:#fff;
  font-size:18px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}
.more_btn:hover{
  background:#2fa7f5;
  transform:translateY(-3px);
}
@media screen and (max-width:1200px){

  .mainSwiper .slide_txt h2{
    font-size:58px;
  }

  .mainSwiper .slide_txt .sub{
    font-size:18px;
  }

}

@media screen and (max-width:768px){

  .mainSwiper .slide_txt .en{
    font-size:16px;
  }

  .mainSwiper .slide_txt h2{
    font-size:40px;
    line-height:1.3;
  }

  .mainSwiper .slide_txt .sub{
    font-size:15px;
    line-height:1.6;
  }

  .mainSwiper .more_btn{
    width:180px;
    height:54px;
    font-size:15px;
  }
}
