@charset "utf-8";
body,html {opacity:0;}
.section {height:100vh;}
.section3{
    width: 85%;
    margin: 0 auto;
}

#section2 #fp-nav ul li .fp-tooltip{
   color: #000;
}

/* section1 */
.section1 {
}

.section1 .slide1 {}

.section1 li{
    width: 100%;
    height: 100vh;
    position: relative;
}

.section1 li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.section1 li .txt_box{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transition: all .3s;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}



@keyframes slide1_txt {
    0%{opacity: 0; transform: translatey(50px);}
    100%{opacity: 1; transform: translatey(0);}
}

.section1 h2{color:#fff;font-size: 6rem;font-weight: 700;width: 100%;margin-bottom: 4rem/* padding: 0 10%; */;line-height: 120%;}
.section1 .swiper-slide-active h2 {animation-name: slide1_txt;animation-duration: .3s;animation-delay: .5s;animation-fill-mode: both;}
.section1 .txt_box span{/* background-color: #009944; */font-weight:700;position: relative;}
.section1 .txt_box span:before {content:"";width:100%;height: 75%;top: 52%;left:0;background-color: #009944;position:absolute;z-index:-1;transform: translateY(-50%);}
.section1 li .txt_box p{
    font-size: 1.5rem;
    /* animation-name: slide1_txt; */
    /* animation-duration: .3s; */
    /* animation-delay: .5s; */
    /* animation-fill-mode: both; */
    font-family: var(--font-basic);
    font-weight: 400;
    text-align: center;
    opacity: .9;
    word-break: keep-all;
    line-height: 140%;
}




/* .section2 */
.section2 {width:100%;display:flex;}
.section2 .test{width:1105px; margin:0 auto; height:500px; border:1px solid red;}
.section2 .sec2_left{width: 62%;background-image:url("../img/main/sec2_img1.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;}

.section2 .sec2_right{background-color: #009944;width: 46%;padding: 0 8%;}
.section2 .sec2_right ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* padding: 0 13%; */
}
.section2 .sec2_right ul li:first-child{font-size: 20px;color: #ffffff;font-weight:500;font-family: var(--font-basic);text-transform: uppercase;}
.section2 .sec2_right ul li:nth-child(2){font-size: 3rem;color:#fff;font-weight:700;margin-top: 4%;font-family: var(--font-basic);word-break: keep-all;}
.section2 .sec2_right ul li:nth-child(3){font-size: 18px;color:#fff;font-weight: 400;margin-top: 5%;font-family: var(--font-basic);opacity: .8;}
.section2 .sec2_right ul li:last-child{margin-top: 3rem;}



/* .section3_hi */

div.section3_hi{width:100%;}
.sec3-h1_txt{width:50%;padding-right: 4rem;}
.sec3-h1_txt .more-button {margin-top: 3rem;}
.sec3-h1_txt p{
	font-size: 20px;
	font-weight:400;
	color: #ffffff;
	font-family: var(--font-basic);
	text-transform: uppercase;
}

.sec3-h1_txt h2{
	font-size: 3rem;
	font-weight:700;
	color:#fff;
	font-family: var(--font-basic);
	margin-top: 2rem;
}

.sec3_bg{width:100%;background-color:#000;height: 100vh;display: flex;justify-content: center;align-items: center;padding-top: 80px;}
.sec3_inner{width:100%;display:flex;/* padding: 7% 8%; */max-width: 1600px;justify-content: space-between;flex-wrap: wrap;gap: 2rem 0;}
.sec3_inner ul {display:flex;gap: 2rem;}
.sec3_inner ul li {background-repeat: no-repeat;width:100%;height:356px;border-radius:15px;background-position: center;display: flex;align-items: flex-end;justify-content: center;}
.sec3_inner ul li a {font-size: 20px;color:#ffffff;text-align:center;display: block;margin-bottom: 2rem;font-weight: 500;}
.tp_list {width:50%}
.bt_list {width:100%}
.tp_list li:first-child {background-image:url("/img/main/sec3_icon1.jpg");}
.tp_list li:nth-child(2) {background-image:url("/img/main/sec3_icon2.jpg");}
.bt_list li:first-child {background-image:url("/img/main/sec3_icon3.jpg");}
.bt_list li:nth-child(2) {background-image:url("/img/main/sec3_icon4.jpg");}
.bt_list li:nth-child(4) {background-image:url("/img/main/sec3_icon5.jpg");}
.bt_list li:nth-child(3) {display: flex; align-items: center;}
.bt_list li p {font-size:18px;color: #f49700;word-break: keep-all;font-weight: 400;}

/* .section3 */
.section4{background-image: url(../img/main/sec4_bg.jpg);background-repeat: no-repeat;background-size: cover;}
.section4 .section4_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 80px;
	max-width: 1600px;
	margin: auto;
	justify-content: center;
	}

.section4 .sec3-h1_txt{width:100%;margin-bottom: 6rem;}
.section4 .sec4_facility{
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.section4 .sec4_facility .swiper-slide {border-radius:15px;/* overflow:hidden; */position: relative;}
.section4 .sec4_facility .info_txt {background-color: rgb(0 0 0 / 60%);backdrop-filter: blur(10px);width:100%;height: auto;position:absolute;bottom:0;left:0;transition: .6s;color: #ffffff;padding: 2rem;word-break: keep-all;letter-spacing: -.5px;transform-origin: bottom;transform: translateY(100%);/* opacity: 0; */border-radius: 0 0 15px 14px;}
.section4 .sec4_facility .info_txt h4 {font-size:20px; margin-bottom:1rem}
.section4 .sec4_facility .info_txt p {font-size:17px; word-break:keep-all}
.section4 .sec4_facility .swiper-slide:hover .info_txt {/* padding:2rem; */transform: translateY(0);opacity:1}
.section4 .sec4_facility .swiper-slide img {width: 100%;height:100%;object-fit:cover;border-radius: 15px;}
.section4 .mySwiper2{
    height: 500px;
    overflow: hidden;
}

.section4 .sec4_facility .mySwiper2 .swiper-wrapper2{
    overflow: hidden;
    width: 100%;
}
.section4 .button_flex {position:absolute;display:flex;right:0;top: -14%;width: auto;align-items: center;justify-content: flex-end;gap: 15px;}
.section4 .mySwiper2 .swiper-button-next{
    color: #ffffff;
    width: 46px;
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
}

.section4 .mySwiper2 .swiper-button-prev {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
}
.section4 .mySwiper2 .swiper-button-prev:after, .section4 .mySwiper2 .swiper-button-next:after {font-size: 17px;}
.more-button{width:46px;height:46px;border:1px solid #ffffff;border-radius:50%;display: inline-flex;align-items: center;justify-content: center;position: relative;}

.more-button a{position:relative;color: #ffffff;}


.section3 .mySwiper2 .swiper-pagination{
    position: absolute;
    bottom: 23%;
    left: -18%;
}

.section3 .mySwiper2 .swiper-pagination-bullet .swiper-pagination-bullet-active{
    width: 100px;
    height: 1px;
    background-color: #fff;
}


.section5{width:100%;height:100vh;background-image:url("../img/main/sec5_bg.jpg");background-repeat: no-repeat;background-color: #14252D;background-position: center;background-size: cover;}
.section5_inner {max-width:1600px;margin:auto;height: 100%;display: flex;flex-direction: column;justify-content: center;padding-top: 80px;}
.section5 p{color: #ffffff;font-size: 20px;font-weight:400;font-family: var(--font-basic);text-transform: uppercase;}
.section5 h2{color:#fff;font-size: 3rem;font-weight:700;font-family: var(--font-basic);margin-top: 2rem;word-break: keep-all;line-height: 140%;}
.all_input{width: 60%;display:flex;justify-content: space-between;flex-wrap: wrap;border-top: 2px solid #fff;margin-top: 6rem;padding-top: 0.5%;}
.all_input > div {
    width: 45%;
}
.all_input .on{margin-top: 5%;}
.all_input .input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff36;
  color: #555;
  box-sizing: border-box;
  font-size: 18px;
  height: 70px;
  padding: 20px 0px;
  width: 100%;
  }
.all_input .input::placeholder {font-size:16px; font-style:normal; color:rgb(255 255 255 / 70%)}


.all_input input::-webkit-input-placeholder {
  color: #fff;
	font-family: var(--font-basic);
}

.all_input input:focus::-webkit-input-placeholder {
  color: dodgerblue;
}

.all_input textarea::-webkit-input-placeholder {
  color: #fff;
	font-family: var(--font-basic);
}



input[type="radio"] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    appearance: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.3%;
    background-color: #ffffff6b;
    position:relative;
}

input[type="radio"]:checked {
    background-image: radial-gradient(circle, #0080FF 100%, #ECECEC 40%);
}

input[type="radio"]:checked:after { /* 체크 마크 */
    position: absolute;
    left: 5px;
    top: 2px;
    content: '✔'; /* 체크 마크 ASCii 문자 */
    font-size: 1.4em;
    line-height: 0.8;
    color: #fff;
    transition: all .3s;
}




/* 폼 그림자 및 아웃라인 없애기 필요없을경우 주석 */
input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus 
{
	transition:none;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border-top:0px solid #fff !important;
	border-left:0px solid #fff !important;
	border-right:0px solid #fff !important;
}

.all_input ul{display:flex;justify-content: space-between;width: 100%;margin-top: 5%;align-items: center;}
.all_input ul li:last-child{height:61px;background-color: #f49700;border-radius:30px;width: 23.5%;}
.all_input ul li a{color:#fff;width: 100%;align-items: center;justify-content: center;align-content: center;display: flex;height: 100%;}
.all_input ul li:first-child{display:flex;width: 23%;justify-content: flex-start;gap: 10px;}
.all_input label{color:#fff;margin-left: 0%;word-break: keep-all;font-weight: 400;}

div.bx-wrapper .bx-pager.bx-default-pager a{background-color:unset;}

.section6{width:100%;height: auto !important;background-color: #2e2e2e;}





/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1500px)  {
}
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
	.section {/* height:auto; */}
    .section1 li .txt_box {}
    .section1 li .txt_box h2 {font-size: 4rem;}
    .section2 {flex-wrap:wrap}
	.section2 .sec2_left {width:100%;height: 50%;}
	.section2 .sec2_right {width:100%;height: 50%;padding: 0 5%;}
	.section2 .sec2_right ul li:first-child {font-size: 17px;}
	.section2 .sec2_right ul li:nth-child(2) {font-size: 2.8rem;}
	.section2 .sec2_right ul li br {/* display:none; */}
	div.section3_hi {/* height: auto; */}
	.sec3_bg {/* height: auto; */padding: 6rem 5%;}
	.sec3_inner {flex-wrap:wrap;/* margin: 6rem 0; */gap: 1rem 0;}
	.sec3-h1_txt {width:100%;padding:0;position: relative;margin-bottom: 2rem;}
	.sec3-h1_txt h2 {font-size: 2.8rem;line-height: 140%;}
	.sec3-h1_txt .more-button {margin: 0;position: absolute;right: 0;bottom: 0;}
	.sec3_inner ul {width: 100%;gap: 1rem;}
	.sec3_inner ul li {width: 48.8%;height: 220px;background-size: 100%;}
	.sec3_inner .bt_list {flex-wrap:wrap}
	.section4 {/* padding:6rem 5%; *//* height: auto; */}
	.section4 .section4_inner {padding:0 5%}
	.section4 .sec3-h1_txt {width:90%;margin-bottom: 8rem;}
	.section4 .sec4_facility .info_txt {opacity:1;transform: translateY(0%);padding: 1rem;}
	.section4 .sec4_facility .info_txt h4 {font-size:18px}
	.section4 .sec4_facility .info_txt p {font-size:16px}
	.section5 {padding:6rem 5%;background-position: right;}
    .section5_inner {padding-top: 0;}
	.all_input label {font-size:16px}
	.all_input {width:100%;margin-top: 6rem;}
	.section5 h2 {font-size: 2.8rem;}
	.all_input ul {flex-wrap:wrap;justify-content: center;gap: 3rem 0;}
	.all_input ul li:first-child {width:100%}
	.all_input ul li:last-child {width:30%}
	.all_input ul li a {font-size:17px}
 

}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media screen and (max-width:767px) {
	.section1 li:after {content:"";position:absolute;background-color: rgb(0 0 0 / 20%);width:100%;height:100%;top: 0;left: 0;}
	.section1 li .txt_box {width:90%;z-index: 1;}
	.section1 li .txt_box h2 {font-size: 2.6rem;}
	.section1 li .txt_box p {font-size: 1.1rem;}
	.section1 .txt_box span {background-color:#009944}
	.section1 .txt_box span:before {display: none;}
	.section2 {position: relative;height: auto;}
	.section2 .sec2_right {padding:3rem 5%}
	.section2 .sec2_right ul li:nth-child(2) {font-size: 1.8rem;}
	.section2 .sec2_right ul li:nth-child(3) {font-size:16px}
	
	div.section3_hi {height:auto;position: relative;}
	.section4 .sec3-h1_txt {
    margin-bottom: 5rem;
}
	.sec3-h1_txt p {font-size: 17px;}
	.sec3-h1_txt h2 {font-size: 1.8rem;margin-top: 1.5rem;}
	.more-button {width:36px; height:36px}
	.more-button i {font-size:12px}
	.sec3_bg {height:auto;}
	.sec3_inner ul {flex-wrap:wrap}
	.sec3_inner ul li {width:100%}
	.sec3_inner ul li a {font-size:17px}
	.bt_list li p {font-size:16px}
	.section4 {height:auto;padding: 6rem 0;}
	.section4 .mySwiper2 {height:400px}
	.section4 .sec4_facility .swiper-slide img {object-position:center}
	.section4 .mySwiper2 .swiper-button-prev, .section4 .mySwiper2 .swiper-button-next {width:36px; height:36px}
	.section4 .mySwiper2 .swiper-button-prev:after, .section4 .mySwiper2 .swiper-button-next:after {font-size:12px}
	/*section5*/
	.section5 {height:auto}
	.all_input {width: 100%;margin-top: 15%;}
	.section5 p {font-size: 17px;}
	.section5 h2{font-size: 1.8rem;}
	
	.all_input > div {width: 100%;}

	.all_input ul li:last-child {width: 100%;}

}




