/*메인 공통*/
body,body.short{margin:0;}

.main_wr{width:1000px;margin:0 auto;}
.inner{}
.right_btn{position:fixed;right:100px;top:50%;margin-top:-95px;}
.right_btn ul li{margin-bottom:10px;}
.right_btn ul li:last-child{margin-bottom:0;}
.right_btn ul li a{background:#fff;display:block;width:17px;height:17px;border-radius:10px;transition:.3s;border:1px solid #172355;}
.right_btn ul li a:hover{background:#41e681;border:none;}
.right_btn ul li.on a{background:#41e681;border:none;}

@media screen and (max-width:1300px){
	.right_btn{right:30px;}
}

/*section 1*/
.sec1{background:url(/theme/adfinder/img/main/new/sec1_bg.jpg) center top no-repeat;overflow:hidden;}
.sec1 .inner{position:relative;}
.sec1 .sub_tit{margin-left: 336px;}
.sec1 .sec1_tit{text-align:left;margin:60px 0 65px 0;height: 115px;}
.sec1 .sec1_tit .tit1{transition:.5s;opacity:0;transition-delay:0.3s;}
.sec1 .sec1_tit .tit2{position:relative;left: 810px;top: -117px;}
.sec1 .sec1_tit .tit2 .check{position:absolute;left:-40px;top:0;transition:.5s;transition-delay:1s;width: 0;overflow: hidden;height: 113px;}
.sec1 .sec1_tit .tit2 .check_bg{position:absolute;left:-45px;top:5px;}
.sec1 .bot_tit{text-align:center;margin-left: 300px;}
.sec1 .bot_tit img{}
.sec1 .bot_tit .bot_tit1{margin:0 auto 20px auto;display:block;}
.sec1 .bot_tit .bot_tit2{margin:0 auto;position:relative;}
.sec1 .bot_tit .bot_tit2 .txt{position:absolute;left: 212px;top: 19px;transition:.5s;transition-delay:1.5s;transition-timing-function:cubic-bezier(.43,1.6,.47,.44);transform: scale3d(0, 0, 1);}

.search_box{background:url(/theme/adfinder/img/main/index/sec1_bt_bg.png) center top no-repeat;width: 664px;height: 111px;margin-left:320px;}
.search_box p{color:#fff;font-size: 20px;font-family: 'Nanum Square';padding-top: 67px;text-align:center;}
.search_box .teletype-prefix{font-weight:600;}

.sec1.on{}
.sec1.on .sec1_tit .tit1{opacity:1;margin-left:320px;}
.sec1.on .sec1_tit .tit2 .check{width: 23px;}

.sec1.on .bot_tit .bot_tit2 .txt{transform: scale3d(1, 1, 1);}

/*section 2*/
.sec2{position:relative;}
.sec2 .cts{transition:1s;transition-delay:0.3s;opacity:0;}
.sec2 .icon{transition:.5s;transition-delay:1s;transition-timing-function:cubic-bezier(.43,1.6,.47,.44);position:absolute;left:50%;top:50%;margin-left:-34px;margin-top:100px;transform: scale3d(0, 0, 1);}

.sec2.on .cts{opacity:1;margin-top:0;}
.sec2.on .icon{transform: scale3d(1, 1, 1);}

/*section 3*/
.sec3{background:#0d173f;text-align:center;}
.sec3 .tit{margin-bottom:100px;transition:1s;transition-delay:0.3s;opacity:0;}
.sec3 ul{display:inline-block;width:100%;}
.sec3 ul li{float:left;width:330px;text-align:center;opacity:0;}
.sec3 ul li:nth-child(1n){transition:1s;transition-delay:0.6s;}
.sec3 ul li:nth-child(2n){width:2px;margin-top:225px;transition:1s;transition-delay:0.8s;}
.sec3 ul li:nth-child(3n){transition:1s;transition-delay:1s;}
.sec3 ul li:nth-child(4n){transition:1s;transition-delay:1.2s;}
.sec3 ul li:nth-child(5n){transition:1s;transition-delay:1.4s;}
.sec3 ul li img{}

.sec3.on .tit{opacity:1;}
.sec3.on ul li{opacity:1;}

@media screen and (max-width:1300px){
	.sec3 .tit{margin-bottom:50px;}
}

/*section 4*/
.sec4{text-align:center;}
.sec4 .tit{transition:1s;transition-delay:0.3s;opacity:0;}
.sec4 .cts{height:256px;overflow:hidden;width: 1000px;margin: 80px auto;text-align: center;position: relative;transition:1s;transition-delay:0.3s;opacity:0;}
.sec4 .cts .top_cts{position: absolute;left: 50%;margin-left: -500px;z-index: 9;}
.sec4 .cts .bg{animation-name:move_bg; animation-duration:4s; animation-iteration-count:infinite; animation-timing-function:linear;position: absolute;left: 50%;top: -440px;margin-left: -632.5px;transform: rotate( 90deg );}
.sec4 .cts .bg2{}
.sec4 .bot{transition:1s;transition-delay:0.3s;opacity:0;}

.sec4.on .tit{opacity:1;}
.sec4.on .cts{opacity:1;}
.sec4.on .bot{opacity:1;}

@media screen and (max-width:1300px){
	.sec4 .cts{margin:50px auto;}
}

@keyframes move_bg{
	0% {transform: rotate( 0deg );}
	50% {transform: rotate( 180deg );}
	100% {transform: rotate( 360deg );}
}


/*section 5*/
.sec5{background:url(/theme/adfinder/img/main/new/sec5_bg.jpg) center top no-repeat;text-align:center;}
.sec5 .tab_menu{transition:1s;transition-delay:0.3s;opacity:0;}

.sec5 .tit{margin-bottom:74px;}
.sec5 .tab_content {display: none;position:relative;}
.sec5 .tab_content .click{position:absolute;right:270px;top:100px;animation-name:click_ani; animation-duration:1s; animation-iteration-count:infinite; animation-timing-function:linear;}
.sec5 #tab1.tab_content .click{right:300px;}
.sec5 #tab4.tab_content .click{right:300px;}
.sec5 .tabs{text-align:center;}
.sec5 .tabs li{display:inline-block;cursor:pointer;margin-right:25px;position:relative;}

.sec5 .tabs li .tab_btn{position:relative;z-index:9;transition:0.3s;}
.sec5 .tabs li .tab_hv{position:absolute;bottom:0;left:0;z-index:8;transition:0.3s;}
.sec5 .tabs li .hover{position:absolute;bottom:0;left:0;z-index:7;transition:0.3s;}
.sec5 .tabs li:hover .hover{left:5px;}
.sec5 .tabs li.active .tab_btn{opacity:0;}
.sec5 .tabs li:hover .tab_btn{opacity:0;}
.sec5 .tabs li:last-child{margin-right:0;}

.sec5.on .tab_menu{opacity:1;}

@keyframes click_ani{
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}

@media screen and (max-width:1300px){
	.sec5 .tit{margin-bottom:50px;}
}

/*section 6*/
.sec6{background:url(/theme/adfinder/img/main/new/sec6_bg.jpg) center top no-repeat;}
.sec6 img{transition:1s;transition-delay:0.3s;opacity:0;}

.sec6.on img{opacity:1;}

/*section 7*/
.sec7{position:relative;background:url(/theme/adfinder/img/main/new/sec8_bg.jpg) center bottom 33% no-repeat;}
.sec7 img{opacity:0;transition:1s;transition-delay:0.3s;}

.sec7.on img{opacity:1;}

/*section 8*/
.sec8{text-align:center;}
.sec8 img{transition:1s;transition-delay:0.3s;opacity:0;max-width:100%;}

.sec8.on img{opacity:1;}

/*section 9*/
.sec9{background:url(/theme/adfinder/img/main/new/sec9_bg.jpg) center top no-repeat;text-align:center;}
.sec9 .main_wr{opacity:0;transition:1s;transition-delay:.3s;}
.sec9 .txt{margin-bottom:50px;}
.sec9.on .main_wr{opacity:1;}

/*section 10*/
.sec10{background:url(/theme/adfinder/img/main/new/sec10_bg.jpg) center top no-repeat;text-align:center;}
.sec10 .main_wr{opacity:0;transition:1s;transition-delay:.3s;}
.sec10 .tit{margin-bottom:50px;}

.sec10 form{width: 535px;margin: 0 0 0 auto;text-align: left;}

.sec10 .ed4{width: 48%;height: 45px;margin-bottom: 3.5%;padding: 0 10px;}
.sec10 .ed4:nth-child(2n){margin-right: 3.5%;}

.sec10 textarea{width: 100%;height: 100px;padding: 10px;}

.sec10 button{width: 100%;background: #0d173f;color: #fff;font-size: 20px;border: none;border-radius: 15px;height: 50px;margin-top: 30px;}

.sec10.on .main_wr{opacity:1;}

.mb{display:none;}
.mb_sec{display:none;}

/*모바일 sec9*/
.mb_sec9{background:url(/theme/adfinder/img/main/new/sec9_bg.jpg) center top no-repeat;text-align:center;padding:150px 0;}
.mb_sec9 .tit{margin-bottom:15px;}
.mb_sec9 img{max-width:100%;}

/*모바일 sec10*/
.mb_sec10{background:#e9e9e9;text-align:center;padding:150px 0;}
.mb_sec10 .tit{margin-bottom:50px;max-width:100%;}

.mb_sec10 form{width: 100%;margin: 0 0 0 auto;text-align: left;}

.mb_sec10 .ed4{width: 100%;height: 45px;margin-bottom: 3.5%;padding: 0 10px;}

.mb_sec10 textarea{width: 100%;height: 100px;padding: 10px;}

.mb_sec10 button{width: 100%;background: #0d173f;color: #fff;font-size: 20px;border: none;border-radius: 15px;height: 50px;margin-top: 30px;}

@media screen and (max-width:1300px){
	.sec8{background: url(/theme/adfinder/img/main/new/sec8_bg.jpg) center top -70px no-repeat;}
	.sec8 img{top:110px;}
}

@media screen and (max-width:1000px){
	.fullpage{display:none;}
	.mb{display:block;}
	.mb img{width:100%;}
	.right_btn{display:none;}
	.mb_sec{display:block;}
}