@charset "utf-8";
.fadeInTop{
    opacity: 0;
    margin-top: 40px;
}
.fadeInRight{
    opacity: 0;
    margin-right: 40px;
}
.fadeInLeft{
    opacity: 0;
    margin-left: 40px;
}
.main_sub_title{
    font-family: 'PreBold', sans-serif;
    font-size: 54px;
    color: #191919;
    text-align: center;
}
.main_sub_desc{
    font-family: 'PreRegular', sans-serif;
    font-size: 24px;
    color: #7c7c7c;
    text-align: center;
    line-height: 1.6;
    padding-top: 30px;
}
/*221201_최소값수정(s)*/
#content1{
    width: 100%; height: auto;
    min-width: 1600px;
    overflow: hidden;
}
/*221201_최소값수정(e)*/
/* 230125(s)_메인 영상크기 수정 */
#content2{
    width: 100%; height: auto;
    padding: 70px 0;
}
/* 230125(e)_메인 영상크기 수정 */
#content1 .bounce{
    width: 48px; height: 31px;
    position: absolute;
    bottom: 100px; left: 50%;
    transform: translate(-50%,0);
}
#content1 .bounce .bounce_icon{
    width: 48px;
    height: 31px;
  animation: bounce 2s ease infinite;
  background-image: url(../img/main/bounce.png);
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
#content1 .inner{
    width: 100%; height: 100%;
    position: relative;
}
#content1 .inner video{
    width:100%;
}
#content1 .inner .main_blackbg{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(116, 78, 255, .2);
    background-color: rgba(0, 0, 0, .3);
}
#content1 .inner .txt{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
#content1 .inner .txt h2.title{
    font-family: 'CPBold', sans-serif;
    font-size: 80px;
    color: #ffffff;
    text-align: center;
    text-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3);
}
#content1 .inner .txt p{
    font-family: 'PreLight', sans-serif;
    font-size: 30px;
    color: #ededed;
    text-align: center;
    margin-top: 30px;
    line-height: 1.5;
    text-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3);
}
#content1 .inner .txt a.title_link{
    display: block;
    font-family: 'PreRegular', sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #744eff;
    border-radius: 27px;
    margin: 70px auto 0 auto;
    width: 300px; height: 50px; line-height: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
/* 230125(s)_메인 영상크기 수정 */
#content2{
    width: 100%; height: auto;
    padding: 70px 0;
}
/* 230125(e)_메인 영상크기 수정 */
#content2 .typing-txt{display: none;}
#content2 .typeing-txt ul{list-style:none;}
#content2 .typing {  
  display: inline-block;
  color: #ff8752;
  animation-name: cursor; 
  animation-duration: 0.3s; 
  animation-iteration-count: infinite; 
} 
@keyframes cursor{ 
  0%{border-right: 1px solid #fff} 
  50%{border-right: 1px solid #000} 
  100%{border-right: 1px solid #fff} 
}
#content2 .object{
    padding-top: 40px;
    text-align: center;
}
#content2 .object video{
    border-radius: 20px;
    overflow: hidden;
}
#content2 .object img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
#content3{
    width: 100%; height: 938px;
    position: relative;
    display: block;
}
#content3 .txt_box{
    position: absolute;
    top: 0; left: 0;
    width: 1246px; height: 938px;
    background-image: url(../img/main/content3_txtbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

#content3 .txt h2{
    position: absolute;
    top: 176px; left: 250px;
    opacity: 0;
    font-family: 'PreBold', sans-serif;
    font-size: 54px;
    color: #191919;
    text-align: left;
}
#content3 .txt p{
    position: absolute;
    top: 240px; left: 250px;
    opacity: 0;
    font-family: 'PreRegular', sans-serif;
    font-size: 24px;
    color: #7c7c7c;
    text-align: left;
    line-height: 1.6;
    padding-top: 30px;
}

#content3 .video_box{
    position: absolute;
    top: 0; right: 0;
    width: 934px; height: 938px;
    background-color: #ffffff;
    z-index: 1;
}
#content3 ul.list{
    position: absolute;
    top: 360px; left: 250px;
    opacity: 0;
}
#content3 ul.list li.list_box{
    width: 260px; margin-left: 20px;
    margin-top: 100px;
    transition: 0.3s;
}
#content3 ul.list li.list_box.first{
    margin-left: 0;
}
#content3 ul.list li.list_box .object{
    width: 260px; height: 198px;
    text-align: center;
    overflow: hidden;
}
#content3 ul.list li.list_box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#content3 ul.list li.list_box strong{
    display: block;
    font-family: 'PreBold', sans-serif;
    font-size: 26px;
    color: #191919;
    text-align: center;
    margin: 14px auto 10px auto;
}
#content3 ul.list li.list_box span{
    display: block;
    font-family: 'PreRegular', sans-serif;
    font-size: 16px;
    color: #7c7c7c;
    text-align: center;
    line-height: 1.5;
}



#content4{
    width: 100%; height: auto;
    background-color: #f3f4f7;
    padding: 200px 0;
    overflow: hidden;
}
#content4 .swiper-container{
    width: 1828px; height: 426px; /*426*/
    position: relative;
    margin: 70px auto 0 auto;
    overflow: hidden;
}
#content4 .swiper-slide{
    width: 560px; height: 372px;
    margin-top: 27px;
    border-radius: 20px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
#content4 .swiper-slide-active{
    width: 640px; height: 426px;
    margin-top: 0;
}
#content4 .swiper-slide .black{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
}
#content4 .swiper-slide-active .black{
    display: none;   
}
#content4 .swiper-button-prev{
    background-color: #ffffff;
    width: 60px; height: 60px;
    border-radius: 50%;
    opacity: 0.7;
    left: 30px;
}
#content4 .swiper-button-prev:after{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
#content4 .swiper-button-prev:hover{
    opacity: 1;
}
#content4 .swiper-button-next{
    background-color: #ffffff;
    width: 60px; height: 60px;
    border-radius: 50%;
    opacity: 0.7;
    right: 30px;
}
#content4 .swiper-button-next:after{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
#content4 .swiper-button-next:hover{
    opacity: 1;
}


#content5{
    width: 100%; height: auto;
    padding: 0;
}
#content5 .inner{
    position: relative;
    width: 100%; height: 100%;
}
#content5 .inner video{
    width: 100%;
}
#content5 .inner .txt{
    position: absolute;
    top: 20%; left: 14.5%;
}
#content5 .inner .txt h2{
    font-family: 'PreBold', sans-serif;
    font-size: 54px;
    color: #ffffff;
    text-align: center;
}
#content5 .inner .txt p{
    font-family: 'PreRegular', sans-serif;
    font-size: 24px;
    color: #d8d8d8;
    text-align: center;
    line-height: 1.6;
    padding-top: 30px;
}

#content6{
    width: 100%; height: auto;
    padding: 100px 0;
}
#content6 .inner .flex{
    display: block;
    /*flex-wrap: wrap;
    justify-content: space-between;*/
    width: 1300px; height: 426px;
    padding: 0;
    margin: 95px auto;
    position: relative;
    background-color: #ffffff;
}
#content6 .inner .flex.last{
    margin-bottom: 180px;
}
#content6 .inner .flex .flex_img{
    width: 580px; height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
#content6 .inner .flex .pos_l{
    position: absolute;
    top: 0; left: 20px;
}
#content6 .inner .flex .pos_r{
    position: absolute;
    top: 0; right: 20px;
}
#content6 .inner .flex .flex_txt{
    width: 580px; height: 100%;
}
#content6 .inner .flex .flex_txt h3{
    font-family: 'PreBold', sans-serif;
    font-size: 30px;
    color: #878ef2;
    text-align: center;
    margin-top: 140px;
}
#content6 .inner .flex .flex_txt p{
    font-family: 'PreRegular', sans-serif;
    font-size: 20px;
    color: #7c7c7c;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
}
#content6 a.last_link_btn{
    display: block;
    width: 500px; height: 80px;
    line-height: 80px;
    background-color: #744eff;
    border-radius: 60px;
    border: 1px solid #744eff;
    box-sizing: border-box;
    margin: 0 auto 190px auto;
    font-family: 'PreRegular', sans-serif;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    transition:all 0.3s;
}
#content6 a.last_link_btn:hover{
    background-color: #ffffff;
    color: #744eff;
}
/*220125(s)_비디오_팝업_추가*/
#video_popup{
	width: 1020px; height: 610px;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.36);
	border: 1px solid #fff;
}
#video_popup .video_viewer{
	width: 100%; height: 574px;
}
#video_popup .video_viewer iframe{
	width: 100%; height: 100%;
}
#video_popup .popup_footer{
	width: 100%; height: 36px;
	background-color: #fff;
	box-sizing: border-box;
}
#video_popup .popup_footer a.close_btn{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	height: 100%;
	line-height: 36px;
	padding: 0 20px;
	text-align: center;
	float: right;
}
@media ( max-width: 1366px ) {
	#video_popup{
		width: 750px; height: 458px;
	}
	#video_popup .video_viewer{
		width: 100%; height: 422px;
	}
}
@media ( max-width: 768px ) {
	#video_popup{
		width: 500px; height: 318px;
	}
	#video_popup .video_viewer{
		width: 100%; height: 282px;
	}
}
@media ( max-width: 574px ) {
	#video_popup{
		width: 338px; height: 226px;
	}
	#video_popup .video_viewer{
		width: 100%; height: 190px;
	}
}
/* 230227(s)_반응형_모바일화면 추가 */
@media (max-width: 991px){
    #container{
        position: fixed;
        width: 663px; height: 896px;
        background-image: url(../img/main/mobile_img.png);
        left: 50%;
        transform: translateX(-50%);
    }
    #content1{
        display: none;
    }
    #content2{
        display: none;
    }
    #content3{
        display: none;
    }
    #content4{
        display: none;
    }
    #content5{
        display: none;
    }
    #content6{
        display: none;
    }
    #main_header{
        display: none;
    }
    #footer{
        display: none;
    }
}
@media (max-width: 767px){
    #container{
        position: fixed;
        width: 362px; height: 500px;
        background-image: url(../img/main/mobile_img2.png);
        left: 50%;
        transform: translateX(-50%);
    }
    #content1{
        display: none;
    }
    #content2{
        display: none;
    }
    #content3{
        display: none;
    }
    #content4{
        display: none;
    }
    #content5{
        display: none;
    }
    #content6{
        display: none;
    }
    #main_header{
        display: none;
    }
    #footer{
        display: none;
    }
}
/* 230227(e)_반응형_모바일화면 추가 */
/*220125(e)_비디오_팝업_추가*/