@charset "utf-8";

.main_slide {position: relative;width: 100%;height: 100vh;overflow: hidden;}
.main_slide .slide {
    position: relative;
    height: 100%;
}
.slide-control {
    position: absolute;
    bottom: 10%;
    right: 7%;
    z-index: 1;
    padding-bottom: 1rem;
}
.con_area {
    width: 350px;
    display: flex;
    color: #584c3e;
    justify-content: space-between;
}
.con_area .count {
    display: inline-flex;
    width: 15%;
    justify-content: space-between;
}
.count {/* width: 15%; */}
.count .current {opacity:1}
.count span {opacity:.5}
.con_area .leaf {}
.con_area button {
    border: none;
    background: none;
    color: #574b3d;
    width: 35px;
}
.slide-control div.swiper-scrollbar-horizontal {background-color: rgb(0 0 0 / 15%);height:2px;width: 97%;}
.slide-control div.swiper-scrollbar-drag {background-color: #000;height: 2px;}

.slide_txt {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translatey(-50%);
    /* color: #fff; */
}

.slide_txt h2 {
    font-size: var(--main-h2-size);
    color: #150f04;
    font-family: var(--font-point);
    /* font-style: italic; */
    margin-bottom: 2rem;
    opacity:0;
    visibility: hidden;
    font-size: 3.5vw;
}

.slide_txt p {
    color: #0d0901;
    font-size: var(--font-size30);
    /* margin-bottom:2em; */
    opacity:0;
    visibility: hidden;
    font-size: 1.6vw;
    margin-left: 1rem;
}
.slide_txt a {
    color: #fff;
    font-size:var(--font-size24);
    padding: .5rem 5rem;
    border: 1px solid #fff;
    border-radius: .5rem;
    position:relative;
}
.main_slide .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-slide-active .slide_txt p {visibility: visible; animation: eff_txt1 .8s ease forwards;
	 -webkit-animation: eff_txt1 .8s ease forwards;
	animation-delay:.8s;}
.swiper-slide-active .slide_txt h2 {visibility: visible; animation: eff_txt1 .5s ease forwards;
	 -webkit-animation: eff_txt1 .5s ease forwards;
	animation-delay:.5s;}

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

.bg_visual {position:fixed;top:0;left: 0;width: 100%;height: 100vh;z-index: -1;}
.video_wrap{position:absolute;top:0;left:0;width:100%;height:100vh;}
.video_wrap video{width: 100%;height: 100vh;object-fit: cover;object-position: center;}
.contents_area {padding: 10% 7%;height: 100%;}

.section_wrap {width:100%; overflow:hidden;}

.section_wrap section {
    position: relative;
}
.sec01 {}
.sec01 .title {height: auto;position: relative;z-index: 1;margin-top: 50vh;}
.sec01 .title h2 {
    position: absolute;
    bottom: 0;
    opacity: 1;
}

.sec06 .title {margin-bottom: 7rem;}
.sec .title h3 {font-size: var(--main-h3-size);/* color: #fff; */font-family: var(--font-point);/* font-style: italic; */display: inline-block;font-size: 3vw;}
.sec06 .title h3 {color: #fff;}
.sec04 .title h4 {
    font-size: 40px;
    font-weight: 400;
    padding: 1rem 0;
    font-size: 1.6vw;
}

.slide {
    position: relative;
    height: 100vh;
    z-index: 1;
}
.slide ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    align-items: center;
}
.sec02 {
    position: relative;
}
.sec02 .slide ul li {
    position: absolute;
}
.slide ul li {width:100%;position: relative;}
.slide ul li img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(74% - 5%);
    z-index: -1;
    border-radius: 2em;
    }
.slide .img.slide2 span{background-image: url(/img/main/slide2.jpg);}
.slide .img.slide3 span{background-image: url(/img/main/slide3.jpg);}

.slide .info_link p{color:#fff;font-size: var(--font-size30); margin-bottom:2em}
.slide .info_link a, .sec07 a, .sec04 a {color:#fff;font-size:var(--font-size24);/* padding: .5rem 3rem; */border: 1px solid #fff;border-radius: .5rem;position:relative;width: 200px;padding: .5rem 0;display: inline-flex;align-items: center;justify-content: center;}

.sec03 {background-color:#fff;z-index: 1;border-radius: 2em 2em 0 0;position: relative;/* margin-bottom: 5%; *//* height: 100vh; */width: 100%;}
.sec03 .item {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.sec03 .item img {border-radius: 2em;width: 42%;}
.sec03 .title {/* position: absolute; */width: 54%;}
.sec03 .title h2, .sec04 .title h2 {
    color: #000;
    margin-bottom: 3rem;
    font-size: var(--main-h3-size);
}
.sec03 .title p {
    font-size: var(--font-size30);
    /* width: 50%; */
    /* position: absolute; */
    right: 26%;
    margin-top: 3rem;
    /* margin-left: 10rem; */
    font-size: 1.5vw;
}
.sec04 {/* background-color:#FFF8EC; */z-index: 1;display: flex;width: 100%;position: relative;/* margin-bottom: 5%; *//* padding: 0 7% 10%; */align-items: center;justify-content: space-evenly;height: 100vh;}
.sec04_bg {background-image: url(/img/main/sec04_bg.jpg);width: 100%;height: 100%;background-size: cover;/* position: absolute; *//* z-index: -1; */top: 0;left: 0;display: flex;align-items: center;background-position: center;justify-content: flex-end;}
.sec04 .info_link {
    margin-top: 2rem;
    text-align: center;
}
.sec04 .title {/* width: 100%; text-align: center;float: right;*/}
.sec04 .item {width: 100%;height: 100%;}
.sec04 .item1 {/* position: absolute; *//* top: 0; *//* right: 0; */width: 43%;position: relative;}
.sec04 .item1 img {/* height: 100vh; */object-fit:cover;object-position:center;width: 100%;border-radius: 3rem 0;}
.sec04 .item2 {
    /* display: flex; */
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 45%;
    height: auto;
}
.sec04 .item2 .item2_img {position: relative;height: 760px;width: 36%;margin-left: 7%;/* background-color: #ddd; */border-radius: 3rem;background: linear-gradient( to bottom, #fff, #FFF8EC );}
.sec04 .item2_list{/* position: absolute; */top: 31%;right: 10%;z-index: 1;margin-top: 4rem;}
.sec04 .item2_list h4 {font-size: var(--font-size40);margin-bottom: 2rem;line-height: 1.5;font-size: 2vw;font-weight: 400;}
.sec04 .item2_list li {
    font-size: var(--font-size30);
    line-height: 1.6;
    list-style: decimal;
    list-style-position: inside;
    font-size: 1.6vw;
}
.sec04 .item2_img img {
    position: absolute;
    /* left: -17%; */
    top: 0;
    left: 0;
    display:none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec04 .item2_img .item2_img_3 {display:unset}

.sec04 .item2 .itemSwiper {/* width: 45%; */overflow: hidden;border-radius: 2rem;background: linear-gradient( to bottom, #fff, #FFF8EC );position: relative;}
.sec04 .item2 .itemSwiper .slide {
    /* background: linear-gradient( to bottom, #fff, #FFF8EC ); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec04 .item2 .itemSwiper .slide img {}
.sec04 .item2 .item_paging {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    text-align: center;
}
.sec04 .item2 .item_paging span {
    width: 12px;
    height: 12px;
}
.item_paging span.swiper-pagination-bullet-active {background-color:var(--color-main)}
.sec05 {background-color: #fff;z-index:1;/* height: 100vh; */position: relative;width:100%;/* height: 100vh; */display: flex;align-items: center;justify-content: center;margin-bottom: 5%;}
.sec05 .title {text-align: center;position: relative;z-index: 1;}
.sec05 .title h2 {
    color: #000;
    /* position: absolute; */
    /* white-space: nowrap; */
    display: flex;
}
.sec05 .title h2.on {}
.sec05 .title h2 em {
    /* white-space: nowrap; */
    display: block;
    /* transition: all 0.4s ease-out; */
    /* transition-duration: .5s; */
    /* transition-delay: 1.3s; */
    opacity: 1;
    }
.sec05 .title h2 em:nth-child(1){margin-right: 0.3em;}
.sec05 .title h2 em:nth-child(2){}
.sec05 .title h2.on em{opacity:1;}
.sec05 .title h2.on em:nth-child(1){margin-right:0;}
.sec05 .title h2.on em:nth-child(2){}

.sec05 .youtube_wrap {width: 1400px;height: 787px;margin: 0 auto;} 
.sec06 {background-color:#000;z-index:2;height: 100vh;width:100%;/* display: flex; *//* flex-direction: column; *//* justify-content: center; *//* text-align: center; */position: relative;}
.sec06 .event_wrap {
    background-color: #000;
    width: 100%;
    height: 100vh;
    padding: 0 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec06 .event {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sec06 .event li {
    width: 23%;
}
.sec06 .event li p {color:#fff;padding: 1em 0;text-align: center;}
.sec06 .event li div {background-repeat: no-repeat;background-size: cover;width: 100%;height: 370px;border-radius: 1em;}

.event1 {background-image: url(/img/main/event1.jpg);}
.event2 {background-image: url(/img/main/event2.jpg);}
.event3 {background-image: url(/img/main/event3.jpg);}
.event4 {background-image: url(/img/main/event4.jpg);}

.sec07 {z-index:1;height: 100vh;width:100%;}
.sec07_bg {background-image: url(/img/main/sec07_bg.jpg);width: 100%;height: 100%;background-size: cover;/* position: absolute; *//* z-index: -1; */top: 0;left: 0;background-position: center;}
.sec07 .title, .sec04 .title {/* position:absolute; */right: 7%;top:20%;display: flex;flex-direction: column;height: 100%;justify-content: center;margin-right: 5%;float: right;}
.sec07 .title h3 , .sec07 a, .sec04 a {color:#000;border-color:#000;z-index: 1;}
.sec07 .title h3:first-of-type {}
.sec07 .info_link {
    margin-top: 5em;
    margin-left: 3%;
    
}
.sec04 .title h3, .sec04 .title h4 {text-align:center}
.slide .slide_txt a:hover , .sec07 a:hover, .sec04 a:hover {color:#fff; background-color:var(--color-main); border-color:var(--color-main)}
/*.slide .slide_txt a:before, .sec07 a:before{content:"";position:absolute;dislay:block;height:100%; left: 0;top: 0;z-index: -1;border-radius:.5rem; animation: hover_no .8s ease-out forwards;}
.slide .slide_txt a:hover::before , .sec07 a:hover::before {animation: hover .8s ease-out forwards;}*/


/* FHD - 1920 / 24인치이상 */
@media only screen and (min-width:1024px) and (max-width: 1600px)	{
	.main_slide {width:100%;height: 80vh;}
	.main_slide .slide img {object-position: 35%;}
	.slide_txt p, .sec04 .title h4 {font-size:1.8vw}
	.contents_area {padding: 5%;}
	.sec04, .sec07 {height:80vh;}
    .sec04_bg {}
	
}	

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 

@media only screen and (max-width:1023px) {
	.main_slide {/* height: 75vh; */}
	.main_slide .slide img {object-position: 19%;}
	/*.main_slide .slide:nth-of-type(2) img {object-position: 10%;}*/
	.slide_txt {top: 15%;left: 50%;transform: translate(-50%, 0);width: 90%;}
	.slide_txt h2 {font-size: 3.5em;text-align: center;margin-bottom: 0;}
	.slide_txt p {font-size: 1.5em;text-align: center;margin-left: 0;}
	.slide-control {/* width: 90%; */bottom: 5%;}
	.con_area {float: right;display: flex;justify-content: flex-end;align-items: center;}
	.main_slide .slide_txt:nth-child(2) h2, .main_slide .slide_txt:nth-child(2) p {/* color:#fff; */text-shadow: 0 2px 13px #ffffffde;}
	.sec07 {position:relative;height: 43vh;}
	.sec07_bg {background-position: 38%;height: 100%;}
	.sec07 .title {
}
	.sec07 .info_link {
    margin-top: 2rem;
}
	.sec04 {height: 43vh;}
	.sec04_bg {
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    padding: 0;
}
	.sec04 .title {/* text-align:left; *//* margin-right: 5%; *//* width: 36%; */}
	.sec04 .title h4 {padding-bottom: 0;font-size:1.5rem}
	.sec04 .info_link {margin-top:1rem}
	.sec .title h3 {font-size: 1.8em;}
} 


/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media only screen and (max-width:767px) {
	.slide_txt {
    top: 10%;
}
	.slide_txt h2 {font-size: 2.3em;}
	.slide_txt p {font-size:1.2em}
	.main_slide {
    height: 70vh;
    margin-top: 80px;
}
	.main_slide .slide_txt:nth-child(2) h2, .main_slide .slide_txt:nth-child(2) p {}
	.slide-control, .con_area {width: 300px;}
	.slide-control div.swiper-scrollbar-horizontal {width:100%}
	.main_slide .slide img {object-position: 20%;height: 100%;}
	.sec07, .sec04 {height: 75vh;}
	.sec07_bg {background-position: 20%;display: flex;align-items: flex-end;}
	.sec07 .title, .sec04 .title {
    display: flex;
    align-items: center;
    margin-right: 0;
    width: 100%;
    justify-content: flex-end;
    padding: 10% 0 15%;
    /* background-color: #ffffffc7; */
    height: auto;
    background-image: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 83%), rgb(255 255 255 / 0%));
}
	.sec07 .info_link {
    margin-top: 1rem;
    margin-left: 0;
}
	.sec04_bg {
    background-position-x: 20%;
    /* background-position-y: 10%; */
    display: flex;
    align-items: flex-end;
}
	.sec04 .info_link a {text-shadow: none;/* background-color: #00000047; */font-size: 1em;}
	.con_area button i {font-size:1.5em}
	.sec07 a, .sec04 a {
    font-size: 1em;
}
	.sec04 .title h4 {font-size: 1em;}
}