@font-face {
    font-family: LINESeedKR;
    src: url('../fonts/LINE_SeedKR/LINESeedKR-Bd.ttf');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: LINESeedKR;
    src: url('../fonts/LINE_SeedKR/LINESeedKR-Rg.ttf');
    font-weight: normal;
    font-style: normal;
}

* {font-family: LINESeedKR, Montserrat, serif;}
a i {transform: rotate(-45deg);}

/* fullpage css start */

body, html {
	/* margin: 0;
	padding: 0; */
	width: 100%;
	height: 100%;
	overflow: hidden;
    margin: 0 auto;
}

.scroll-container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.scroll-container section {
	width: 100%;
	height: 100%;
}

.dots {	
	z-index: 1;
	list-style: none;
	padding: 0;
	position: absolute;	
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dots li a {
	padding: 10px;
	width: 4px;
	height: 5px;
	display: block;
}

.dots li a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.48);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;	
	-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease, background-color 0.3s ease;
	-o-transition: -o-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.dots li a.active:before {
	content: '';
	background-color: #FFFFFF;
	width: 14px;
	height: 14px;
	margin-top: -4px;
	left: 7px; 
	background-color: white;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.dots-right {
	right: 10px;
}

.dots-left {
	left: 10px;
}

/* fullpage css end */


/* side_nav_wrap css start ========================================================================= */

.mob_menu_open_icon {padding-top: 1%;}
.mob_menu_close_icon {padding-top: 1%;}

.side_nav_wrap {position: fixed; top: 50%; right: 5%; z-index: 10; transform: translateY(-50%); color: #000; text-align: center;}
.side_line {margin: 0 0 15% 3%; width: 1px; height: 70px; background: #fff;}

.side_nav {list-style: none; padding: 0; color: #111;}
.current_page {font-weight: bold; font-size: 0.8rem;}
.total_page {font-weight: bold; font-size: 0.8rem; line-height: 2rem; border-top: 2px solid #111;}

/* side_nav_wrap css end ========================================================================= */


/* scroll_down css start */

.scroll_down {position: fixed; bottom: 2%; right: 5.5%; z-index: 10; text-align: center;}
.scroll_down > div {position:relative;}
.scroll_down a {font-size: 2rem;}

#scroll-down.hide {display: none;}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
     text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #111;
    content: ' ';
}

#scroll-down-wh.hide {display: none;}

#scroll-down-wh {
    display: block;
    position: relative;
    padding-top: 79px;
     text-align:center;
}
.arrow-down-wh {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down-wh:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-down-wh::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/* scroll_down css end */


.sections {margin: 0 auto; width: 100%; max-width: 1920px; height: 100%; min-height: 100%; overflow: hidden;}


/* main section start ========================================================================= */

.main_section {position: relative; top: 0; left: 0; max-width: 1920px; width: 100%; height: 100%;}
.main_banner_wrap {position: relative; top: 0; left: 0; width: 100%; height: 100%;}
.main_banner_title {padding: 0;}
.main00 {z-index: -1; width: 100%; height: 100%;}

/* owl-carousel css start */

.owl-carousel {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}
.owl-carousel .owl-stage-outer {height: 100%;}
.owl-carousel .owl-stage {height: 100%;}
.owl-carousel.owl-drag .owl-item {height: 100% !important;}
.owl-nav {color: #111;}
.pager_wrap {position: absolute; bottom: 5%; left: 0; right: 0; margin: 0 auto; z-index: 10; font-family: NanumSquareOTF, serif; font-size: 0.7rem; color: #111; padding: 1%; width: 100%; max-width: 1100px; background: #fff;}
.counter_wrap .row div {padding-left: 0; padding-right: 0;}
.counter_wrap {color: #959595;}
.counter_wrap span {color: red;}
.customPrevBtn, .customNextBtn {font-weight: 500; cursor: pointer;}
.main_banner {width: 100%; height: 100%; background-size: 120% auto; transition: background-size 10s;}
.main_banner.banner01 {background: url('../imgs/main01.jpg') center no-repeat; background-size: 120% auto;}
.main_banner.banner02 {background: url('../imgs/main02.jpg') center no-repeat; background-size: 120% auto;}
.main_banner.banner03 {background: url('../imgs/main03.jpg') center no-repeat; background-size: 120% auto;}
.main_banner.banner04 {background: url('../imgs/main04.jpg') center no-repeat; background-size: 120% auto;}
.main_banner.banner05 {background: url('../imgs/main05.jpg') center no-repeat; background-size: 120% auto;}
.owl-item.active .banner01 {background-size: 110% auto;}
.owl-item.active .banner02 {background-size: 110% auto;}
.owl-item.active .banner03 {background-size: 110% auto;}
.owl-item.active .banner04 {background-size: 110% auto;}
.owl-item.active .banner05 {background-size: 110% auto;}

.owl-dots {position: absolute; bottom: 7%; left: 0; right: 0; margin: 0 auto;}
.owl-dot { padding: 0 2%; border-bottom: 3px solid #fff; opacity: 0.5;}
.owl-dot button {font-size: 0.8rem; line-height: 2rem; color: #fff; background: none; border: none;}
.owl-dot:hover {opacity: 1;}
.owl-dot.active {opacity: 1;}

/* owl-carousel css end */


.main_text_box {position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; color: #fff; text-align: left; max-width: 1600px; width: 80%;}
.banner_title {width: 0%; font-weight: bold; font-size: 5rem; line-height: 5rem;}
.sub_text_box {margin-top: 2%;}
.main_text_box p {opacity: 0; font-weight: 400; font-size: 3rem; line-height: 3rem;}
.owl-item.active .main_text_box div p {animation: fadeIn 1s 1s forwards;}


/* typing css start */

.transparent {
    background-color: transparent !important;
}

.index-page {
    /* display: flex; */
    justify-content: start;
    flex-direction: column;
    /* background-color: #ffffff; */
    text-align: left;
    width: fit-content;
    height: fit-content;
    align-items: center;
}

/* 타이핑 컨테이너 스타일 */
.typing-container {
    display: flex;
    justify-content: start;
    align-items: center;
    height: fit-content;
    /* gap: 5px; */
}
.typing-container div {
  display: inline-block;
}
.typing-container .typing-text {
    white-space: nowrap; /* 줄바꿈 방지 */
    overflow: hidden;
    border-right: none;
    /* animation: typing 1.5s steps(22, end); */
}
.typing-container .cursor {
    width: 3px;
    height: 5.5rem;
    /* border-radius: 50%; */
    background-color: #fff;
    /* animation: cursor-blink 0.4s ease-in-out 6 forwards; */
}

.owl-item.active .typing-container .typing-text {
    animation: typing 1.5s steps(22, end) forwards;
}

.owl-item.active .typing-container .cursor {
    animation: cursor-blink 0.4s ease-in-out 6 forwards;
}

/* 타이핑 애니메이션 */
@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%; /* 텍스트 전체 길이 */
  }
}

/* 커서 깜빡이는 애니메이션 */
@keyframes cursor-blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* typing css end */

/* main section start ========================================================================= */


/* section01 start ========================================================================= */

.section01 {position: relative; background: url('../imgs/section02_bg.jpg') center no-repeat;}
/* .section01 {border: 0 solid #fff; transition: border 3s;} */
.section01_contents {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-25%); margin: 0 auto; color: #fff; text-align: center; width: 80%;}
.section01_contents p {font-weight: 300;font-size: 1.3rem; color: rgba(255,255,255,.8); line-height: 2rem;}
.section01_contents p:nth-child(1) {opacity: 0; font-weight: bold; font-size: 3.5rem; color: #fff; line-height: 5rem; margin: 0 auto; margin-bottom: 1%; width: 70%;}
.section01_contents p:nth-child(2) {opacity: 0;}
.section01.active {animation: border_active 1s 1s forwards;}
.section01.active .section01_contents p:nth-child(1) {animation: fadeInUp 1s 2s ease-out forwards;}
.section01.active .section01_contents p:nth-child(2) {animation: fadeInUp 1s 2.5s ease-out forwards;}
.section01_btn_wrap {margin-top: 5%;}
.section01_btn_wrap a {opacity: 0; font-weight: bold; color: #fff !important; padding: 0.7rem 2rem; border-radius: 2rem; border: 1px solid #fff;}
.section01.active .section01_btn_wrap a {animation: fadeIn 1s 3s forwards;}

.section01_btn_wrap a:hover {color: #fff !important; background: #fd3b3b;}

/* section01 end ========================================================================= */


/* section02 start ========================================================================= */

.section02 {position: relative; background: url('../imgs/section03_bg.jpg') center no-repeat;}
.section02_texts {color: #fff; width: 100%; max-width: 1600px; margin: 0 auto; padding-top: 15%;}
.section02_texts > div:nth-child(1) {font-weight: bold; font-size: 5.5rem; padding-top: 1%;}
.section02_texts > div:nth-child(2) {opacity: 0; font-size: 1.5rem; color: rgba(255, 255, 255, 0.7);}
.section02.active .section02_texts > div:nth-child(2) {animation: fadeIn 1s 1s forwards;}
  
.section02_cards {position: relative; color: #fff;}
.section02_cards_contents {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding-top: 70%; width: 100%; height: 100%; text-align: center; background: rgba(0, 0, 0, 0.5);}
.section02_cards_contents > p:nth-child(1) {font-size: 1.2rem;}
.section02_cards_contents > p:nth-child(2) {color: rgba(255, 255, 255, 0.7); padding-top: 3%;}
.section02_cards_contents .hide {display: none; margin-top: 10%;}
.section02_cards_contents .hide a {font-weight: bold; color: #fff !important; padding: 2% 5%; margin-top: 10% !important; background: #fd3b3b; display: inline-block;}
.section02_cards_contents:hover * {color: #fff !important;}
.section02_cards * {text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);}

.gallery_mob {display: none; margin: 0 auto; width: 90%; height: 60%;}
.section02_cards_mob {position: relative; color: #fff; width: 100%; height: 20%;}
.section02_cards_contents_mob {position: absolute; padding-top: 5%; width: 100%; height: 100%; text-align: center; margin: 0 auto; background: rgba(0, 0, 0, 0.5); transition: background 0.3s;}
.section02_cards_contents_mob .title p:nth-child(1) {font-size: 1.5rem; line-height: 1.3rem}
.section02_cards_contents_mob .title p:nth-child(2) {color: rgba(255, 255, 255, 0.7); line-height: 1rem; padding-top: 2%;}
.section02_cards_contents_mob .hide {display: none;}
.section02_cards_contents_mob .hide a {font-weight: bold; color: #fff !important; padding: 2% 5%; margin-top: 10% !important; background: #fd3b3b; display: inline-block;}
.section02_cards_contents_mob:hover * {color: #fff !important;}
.section02_cards_mob * {text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);}


/* gallery css start */

.gallery {position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;
    --z: 32px;  /* control the zig-zag  */
    --s: 460px; /* control the size */
    --g: 8px;   /* control the gap */
    
    display: grid;
    gap: var(--g);
    width: calc(2*var(--s));
    grid-auto-flow: column;
    margin: 0 auto;
    width: 100%; max-width: 1500px;
}
.gallery > div {
    width: 0;
    min-width: calc(100% + var(--z)/2);
    height: var(--s);
    /* filter: brightness(0.5); */
    object-fit: cover;
    cursor: pointer;
    transition: .5s;
}

.gallery > div:nth-child(1) {background: url('../imgs/img_port01.jpg') center no-repeat;}
.gallery > div:nth-child(2) {background: url('../imgs/img_port02.jpg') center no-repeat;}
.gallery > div:nth-child(3) {background: url('../imgs/img_port03.jpg') center no-repeat;}
.gallery > div:nth-child(4) {background: url('../imgs/img_port04.jpg') center no-repeat;}
.gallery > div:nth-child(5) {background: url('../imgs/img_port05.jpg') center no-repeat;}

.gallery_mob > div:nth-child(1) {background: url('../imgs/img_port01.jpg') center no-repeat; background-size: cover;}
.gallery_mob > div:nth-child(2) {background: url('../imgs/img_port02.jpg') center no-repeat; background-size: cover;}
.gallery_mob > div:nth-child(3) {background: url('../imgs/img_port03.jpg') center no-repeat; background-size: cover;}
.gallery_mob > div:nth-child(4) {background: url('../imgs/img_port04.jpg') center no-repeat; background-size: cover;}
.gallery_mob > div:nth-child(5) {background: url('../imgs/img_port05.jpg') center no-repeat; background-size: cover;}

.gallery > div:hover {
    width: calc(var(--s)/2);
    /* filter: brightness(1); */
}
/* .gallery > div:first-child {
    place-self: start;
    --mask:
        conic-gradient(from -135deg at right,#0000,#000 1deg 89deg,#0000 90deg) 
        50%/100% calc(2*var(--z)) repeat-y;
}
.gallery > div:last-child {
    place-self: end;
    --mask: 
        conic-gradient(from   45deg at left ,#0000,#000 1deg 89deg,#0000 90deg) 
        50% calc(50% - var(--z))/100% calc(2*var(--z)) repeat-y;
} */

/* gallery css end */

/* section02 end ========================================================================= */


/* section03 start ========================================================================= */

.section03 {background: #fff; padding: 7% 2% 0 2%;}
.section03_contents {width: 100%; max-width: 1260px; margin: 0 auto; padding: 5% 0 0 22%; background: url('../imgs/img_partners.jpg') top left no-repeat; background-size: 50%;}
.partners_card {opacity: 0; color: #fff; padding: 5% 7% 7% 7%; background: #860023;}
.partners_card p:nth-child(1) {font-weight: bold; font-size: 5rem; margin-bottom: 3%;}
.partners_card p:nth-child(2) {font-weight: 300; font-size: 1.2rem; color: rgba(255, 255, 255, 0.7);  margin-bottom: 7%;}
.partners_card a {font-weight: bold; color: #fff !important; padding: 0.7rem 2rem; border-radius: 2rem; border: 1px solid #fff; display: inline-block;}

.partners_card a:hover {color: #860023 !important; background: #fff;}

.section03.active .partners_card {animation: fadeInUp 1s ease-out forwards;}

.partners_carousel_wrap {position: relative; margin-top: 1%;}
.owl-parters01, .owl-parters02 {position: relative; height: auto !important; opacity: 0.5;}
.partners_carousel_mask {position: absolute; top: 0; left: 0; z-index: 20; width: 100%; height: 100%; background: linear-gradient(90deg,rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 95%);}

/* section03 end ========================================================================= */


/* section04 start ========================================================================= */

.section04 {padding-top: 8%; background: #fff;}
.news_title p:nth-child(1) {font-weight: bold; font-size: 5rem; line-height: 4.7rem;}
.news_title p:nth-child(2) {font-size: 1.2rem; color: rgba(0, 0, 0, 0.5); margin-bottom: 8%;}
.news_title a {font-weight: bold; padding: 0.7rem 2rem; border-radius: 2rem; border: 1px solid #111;}
.news_title a:hover {color: #fff !important; background: #fd3b3b;}

.news_list_cards {padding-bottom: 3%; padding-right: 5%; margin-bottom: 4%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transition: all 1s;}
.news_list_cards:hover {background: rgba(0, 0, 0, 0.1);}
.news_list_cards:hover a {color: #860023;}
.news_list_cards:last-child {border: none !important;}
.news_list_cards p:nth-child(1) {font-weight: bold; font-size: 1.7rem; line-height: 2rem; margin-bottom: 4%;}
.news_list_cards p:nth-child(2) {font-size: 0.9rem; color: rgba(0, 0, 0, 0.4);}

.news_title {opacity: 0;}
.news_list_cards:nth-child(1) {opacity: 0;}
.news_list_cards:nth-child(2) {opacity: 0;}
.news_list_cards:nth-child(3) {opacity: 0;}
.section04.active .news_title {animation: fadeInUp 0.4s 0.4s ease-out forwards;}
.section04.active .news_list_cards:nth-child(1) {animation: fadeInUp 0.4s 0.6s ease-out forwards;}
.section04.active .news_list_cards:nth-child(2) {animation: fadeInUp 0.4s 0.8s ease-out forwards;}
.section04.active .news_list_cards:nth-child(3) {animation: fadeInUp 0.4s 1s ease-out forwards;}

/* section04 end ========================================================================= */

footer {position: absolute; bottom: 0; left: 0; font-size: 1rem; color: rgba(255, 255, 255, 0.7); background: #757575; width: 100%; max-width: 1920px; padding: 0;}



@media (max-width: 1300px) {
    .pager_wrap {padding: 1.5%; width: 40%;}
    .side_nav_wrap {right: 2%;}
    .scroll_down {right: 2.5%;}
    /* .mouse_scroll {bottom: 10%;} */
    .main_text_box {bottom: 30%;}
    /* .main_text_box p {font-size: 1.2rem; line-height: 2rem;} */
    .banner_title {font-size: 4rem; line-height: 4rem;}
    .typing-container .cursor {height: 4.5rem;}
    .typing-container .cursor {height: 3.5rem;}


    /* .main_banner_wrap {min-height: 90vh;} */
    .main_banner.banner01 {background-size: 250% auto;}
    .main_banner.banner02 {background-size: 250% auto;}
    .main_banner.banner03 {background-size: 250% auto;}
    .main_banner.banner04 {background-size: 250% auto;}
    .main_banner.banner05 {background-size: 250% auto;}
    .owl-item.active .banner01 {background-size: 220% auto;}
    .owl-item.active .banner02 {background-size: 220% auto;}
    .owl-item.active .banner03 {background-size: 220% auto;}
    .owl-item.active .banner04 {background-size: 220% auto;}
    .owl-item.active .banner05 {background-size: 220% auto;}
}

@media (max-width: 1025px) {
    html, body {font-size: 16px;}

    .skip_btn_wrap {bottom: -5%;}

    .current_page {font-size: 1.2rem;}
    .total_page {font-size: 1.2rem;}
    
    .mob_menu_open_icon {font-size: 2rem;}
    .mob_menu_close_icon {font-size: 2rem;}

    .main_text_box p {font-size: 2.5rem; line-height: 2.5rem;}
    .sub_text_box {margin-top: 10%;}

    .section01 {background-size: auto 1500px;}
    .section01.active {animation: border_active_pad 1s 1s forwards;}
    .section01_contents {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-35%); margin: 0 auto; color: #fff; text-align: center; width: 90%;}
    .section01_contents p {font-weight: 300; font-size: 1.5rem; color: rgba(255,255,255,.8); line-height: 2rem;}
    .section01_contents p:nth-child(1) {font-size: 4.5rem; margin-bottom: 5%; width: 100%;}
    .section01_btn_wrap {margin-top: 10%;}
    .section01_btn_wrap a {opacity: 0; font-weight: bold; color: #fff !important; font-size: 1.2rem; padding: 1rem 2.5rem;  border-radius: 2rem; border: 1px solid #fff;}
    .section01.active .section01_btn_wrap a {animation: fadeIn 1s 3s forwards;}

    .section02 {background-size: auto 100% !important;}
    .section02_texts {padding: 10% 5% 3%;}
    .gallery {display: none;}
    .gallery_mob {display: block; height: 55%;}
    .section02_cards_contents_mob {padding-top: 4%;}

    .section03_contents {width: 80%; padding: 20% 0 0; margin-top: 10%; background-position: center top; background-size: 80%;}
    .partners_card {padding: 8% 20% 10% 10%;}
    .partners_card p:nth-child(2) {font-size: 1.7rem; margin-bottom: 10%;}
    .partners_card a {font-size: 1.2rem; padding: 1rem 2.5rem;}

    .news_contents {padding: 10% 5% 0;}
    .news_title {margin-bottom: 8%;}
    .news_title p:nth-child(2) {font-size: 1.7rem; margin-bottom: 7%;}
    .news_title a {font-size: 1.2rem; padding: 1rem 2.5rem;}
    .news_list_cards p:nth-child(1) {font-size: 2.2rem; line-height: 2.5rem;}
    .news_list_cards p:nth-child(2) {font-size: 1rem;}
}

@media (max-width: 992px) {
    /* .news_list {margin-top: 7%;} */
    .banner_title {font-size: 3rem; line-height: 3rem;}
    .typing-container .cursor {height: 3.5rem;}
}

@media (max-width: 768px) {
    .main_text_box p {font-size: 1rem; line-height: 1.5rem;}
}

@media (max-width: 576px) {
    html, body {font-size: 12px;}

    .current_page {font-size: 0.8rem;}
    .total_page {font-size: 0.8rem;}

    .main_text_box {width: 90%;}

    .pager_wrap {bottom: -3%; left: 0; right: 0; margin: 0 auto; padding: 2%; width: 90%;}
    .main_text_box {bottom: 30%;}
    .main_text_box p {font-size: 1.5rem; line-height: 1.5rem;}
    .banner_title {font-size: 1.8rem; line-height: 2rem;}
    .typing-container .cursor {height: 2.5rem;}
    .mouse_scroll {bottom: 10%;}

    /* .main_banner_wrap {min-height: 90vh;} */
    .main_banner.banner01 {background-size: 430% auto;}
    .main_banner.banner02 {background-size: 430% auto;}
    .main_banner.banner03 {background-size: 430% auto;}
    .main_banner.banner04 {background-size: 430% auto;}
    .main_banner.banner05 {background-size: 430% auto;}
    .owl-item.active .banner01 {background-size: 400% auto;}
    .owl-item.active .banner02 {background-size: 400% auto;}
    .owl-item.active .banner03 {background-size: 400% auto;}
    .owl-item.active .banner04 {background-size: 400% auto;}
    .owl-item.active .banner05 {background-size: 400% auto;}

    .owl-dot {display: none !important;}
    .owl-dot button {font-size: 1.2rem; line-height: 2rem;}
    .owl-dot.active {width: 50%; margin: 0 auto; display: block !important;}

    .section01_contents {transform: translateY(-45%);}
    .section01_contents p {font-weight: 300;font-size: 1rem; line-height: 1.5rem;}
    .section01_contents p:nth-child(1) {font-size: 2.5rem; line-height: 3rem; width: 90%;}
    .section01.active {animation: border_active_mob 1s 1s forwards;}
    .section01_text_box {padding: 15% 0;}
    .section01_btn_wrap {margin-top: 20%;}
    .section01_btn_wrap a {font-size: 1.2rem; padding: 1rem 2.5rem; border-radius: 2rem; border: 1px solid #fff;}
    .section01.active .section01_btn_wrap a {animation: fadeIn 1s 3s forwards;}
    
    .section02 {background-size: auto 900px;}
    .section02_texts {padding: 15% 2% 5%;}
    .section02_texts > div:nth-child(1) {font-size: 3rem; margin-bottom: 3%;}
    .section02_texts > div:nth-child(2) {font-size: 1rem;}
    .gallery_mob {height: 60%;}
    .section02_cards_contents_mob {padding-top: 7%;}
    .section02_cards_contents_mob > div {padding: 0;}
    .section02_cards_contents_mob .title p:nth-child(1) {font-size: 1rem;}
    .section02_cards_contents_mob .title p:nth-child(2) {font-size: 0.9rem;}
    
    .section03_contents {padding: 30% 0 0; margin-top: 20%; width: 90%; background-size: 85%;}
    .partners_card { padding: 10%;}
    .partners_card p:nth-child(1) {font-size: 3rem;}
    .partners_card p:nth-child(2) {font-size: 1rem; margin-bottom: 15%;}
    .partners_carousel_wrap {margin-top: 5%;}

    .news_contents {padding: 10% 0% 0;}
    .news_title p:nth-child(1) {font-size: 3rem; line-height: 3rem;}
    .news_title p:nth-child(2) {font-size: 1.2rem;}
    .news_list_cards p:nth-child(1) {font-size: 1.2rem; line-height: 1.4rem;}
    .news_list_cards p:nth-child(2) {font-size: 1rem;}
    
}

/* section active animation start */

@keyframes border_active {
    0%   {border: 0 solid #fff;}
    100% {border-top: 8rem solid #fff; border-bottom: 8rem solid #fff; border-left: 11rem solid #fff; border-right: 11rem solid #fff;}
}

@keyframes border_active_pad {
    0%   {border: 0 solid #fff;}
    100% {border-top: 8rem solid #fff; border-bottom: 4rem solid #fff; border-left: 4rem solid #fff; border-right: 4rem solid #fff;}
}

@keyframes border_active_mob {
    0%   {border: 0 solid #fff;}
    100% {border-top: 8rem solid #fff; border-bottom: 5rem solid #fff; border-left: 2rem solid #fff; border-right: 2rem solid #fff;}
}

@keyframes fadeInUp {
    0%   {transform: translateY(50%); opacity: 0;}
    100% {transform: translateY(0); opacity: 1;}
}
@keyframes fadeIn {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

/* section active animation end */

/*** intro_video***/

.intro {position: fixed; top: 0; z-index: 999; width: 100%; height: 100%; background: #000;}
.video_wrap {position: absolute; top: 50%; left: 0; margin: 0 auto; transform: translateY(-50%);width: 100%; height: fit-content;}
.video {max-width: 1920px; width: 100%; height: auto;}

.main_page {display: none;}

.skip_btn_wrap {position: absolute; bottom: 7%; left: 0; right: 0; margin: 0 auto;}

.skip_btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    clear: both;
    display: block;
    font-size: 110%;
    margin: 0 auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    bottom: 10%;
    transition: all 500ms linear;
    width: 170px;
}
.skip_btn::after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: none;
    width: 0;
}
.skip_btn:hover {
    background-color: rgba(253, 59, 59, 0.8);
    box-shadow: 0 0 10px 0 #fd3b3b;
    color: #fff;
    text-decoration: none;
}
.skip_btn:hover::after {
    background-color: rgba(255, 255, 255, 0);
    transition: all 300ms ease-out;
    width: 100%;
}

/*
---------------------------------------
hover effect 39
---------------------------------------
*/

/* .SMN_effect-39 a:before, .SMN_effect-39 a:after {
	content: '';
	position: absolute;
	width: 5px;
	border-radius: 50%;
	background: #706fd3;
	top: 17px;
	transition: height 0.3s 0.3s ease, border-radius 0.3s 0.3s ease, top 0.3s 0.3s ease, width 0.3s ease;
}

.SMN_effect-39 a:before {
	height: 5px;
	left: 0;
}

.SMN_effect-39 a:after {
	height: 0;
	right: 0;
}

.SMN_effect-39 a:hover:before, .SMN_effect-39 a:hover:after {
	top: 10%;
	width: 55%;
	height: 80%;
	z-index: -1;
	border-radius: 5px;
	transition: height 0.3s ease, border-radius 0.3s ease, top 0.3s ease, width 0.3s 0.3s ease;
}

.SMN_effect-39 a {
	z-index: 1;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	transition: all 0.3s ease;
}

.SMN_effect-39 a:hover {
	transition: all 0.3s 0.3s ease;
	text-decoration: none;
	color: white;
} */