/* intro_survey */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
html {font-family: 'Noto Sans KR', sans-serif;}


input,textarea:focus {outline: none;
	autocomplete:"off";}



/*소개페이지 공통 메인비주얼*/

.intro_mainv{
	margin:0 auto;
	margin-top:80px;
}

.intro_mainv>img{
	width:35px;
	height:65px;
	display:block;
	margin:0 auto;
	text-align:cetner;
}

.intro_mainv>p{
	text-align:center;
	margin: 15px 0 0 0;
	font-size:40px;
	font-weight: 100;
	letter-spacing: -5px;
	line-height:55px;
}

.intro_mainv_button_a{
	width:275px;
	height:60px;
	display:block;
	margin:0 auto;
	background-color:#ffba00;
	font-size:28px;
	color:#fff;
	text-align:center;
	line-height:60px;
	letter-spacing: -3px;
	margin-top:60px;
	margin-bottom:80px;
}

.intro_line{
	display:block;
	margin: 0 auto;
	width:945px;
	border-top:1px dashed #a0a0a0;

}

.gif_section{
	height:610px;
	background-color:#ccc;
}

/*콘텐츠1*/

.intro_survey_con1{
	width:100%;
	background-color:#ffc528;
	padding-bottom:60px;
}

.intro_survey_con1>img{
	display:block;
	margin:0 auto;
	padding-top:65px;

}

.intro_survey_con1>ul{
	text-align:center;
	margin: 15px 0 0 0;
	font-size:30px;
	color:#000;
	line-height:45px;
	font-weight:100;
	letter-spacing: -4px;
}

.intro_survey_con1>ul>li>span{
	font-size:33px;
	font-weight:200;
	letter-spacing: -3px;
}

/* 콘텐츠2 */

.intro_survey_con2{
	width:1530px;
	height:525px;
	display:flex;
	margin:0 auto;
}

.intro_survey_con2_left{
	width:44.5%;
	height:340px;
	margin: 92.5px 0 0 0;
	border-right:1px dashed #a0a0a0;
	padding: 0 25px 0  0 ;
}

.intro_survey_con2_left>div>h2{
	font-size:39px;
	color:#191919;
	font-weight:600;
	letter-spacing: -3px;
	float: right;
	margin: -75px 0 0 0;
}

.intro_survey_con2_left>div>h2>img{
	margin: 0 0 15px 10px;
}

.intro_survey_con2_left>div>h3{
	font-size:17px;
	color:#424242;
	line-height:22px;
	text-align:right;
	margin: 110px 25px 35px 0;
}

.intro_con2_table{
	display:flex;
	justify-content: flex-end
}

.intro_con2_table_c1{
	width:10px;
	height:10px;
	background-color:#ffba00;
	border-radius:15px;
	margin:0 auto;
	margin-bottom:9px;
}

.intro_con2_table_c2, .intro_con2_table_c3{
	width:10px;
	height:10px;
	background-color:#bfbfbf;
	border-radius:15px;
	margin:0 auto;
	margin-bottom:9px;
}

.intro_con2_table>li{
	text-align:center;
	font-size:19px;
	text-align:right;
	margin: 0 0 0 20px;
	cursor:pointer;
}

.intro_con2_table>li:nth-child(3){
	margin: 0 25px 0 20px;
}

.intro_con2_table>li:nth-child(1)>h3{
	color:#ffba00;
}

.intro_con2_table>li:nth-child(2)>h3{
	color:#bfbfbf;
}

.intro_con2_table>li:nth-child(3)>h3{
	color:#bfbfbf;
}

.intro_survey_con2_right{
	width:55%;
	display:flex;
	align-items: center;
}

.intro_survey_con2_right>div{
	margin-left:35px;
}

.intro_con2_img1{
	width:791px;
	height:247px;
	background:url(/assets/img/intro_con2_img1.png);
	background-repeat: no-repeat;
}

.intro_con2_img2{
	width:576px;
	height:348px;
	background:url(/assets/img/intro_con2_img2_2.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:none;
}


.intro_con2_img3{
	width:577px;
	height:347px;
	background:url(/assets/img/intro_con2_img3_2.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:none;
}


/* 콘텐츠2_2 */

.intro_survey_con2_2{
	width:1100px;
	height:490px;
	display:flex;
	margin:0 0 0 450px;
}

.intro_survey_con2_2_left{
	width:40%;
	height:290px;
	border:1px solid #fff;
	border-right:1px dashed #a0a0a0;
	margin: 65px 0 0 0;
	padding: 0 25px 0 0;
}

.intro_survey_con2_2_left > h2{
    font-size: 39px;
    color: #191919;
    font-weight: 600;
    letter-spacing: -3px;
    float: right;
    margin: 55px 0 20px 0;
}

.intro_survey_con2_2_left > h2 > img{
	margin: 0 0 15px 10px;
}

.intro_survey_con2_2_left > h3{
	text-align:right;
	padding:10px 0 0 0;
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 121px 25px 20px 0;
}

.intro_survey_con2_2_left > h4{
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 0 25px 0 0;
}

.intro_survey_con2_2_right{
    width: 60%;
    display: flex;
    align-items: center;
}
.intro_survey_con2_2_right > div{
	margin-left:85px;
}

/* 콘텐츠2_3 */

.intro_survey_con2_3 {
    width: 100%;
    height: 475px;
}

.intro_survey_con2_3 > h2{
	font-size:40px;
	color:#000;
	letter-spacing: -3px;
	font-weight:500;
	margin:0 auto;
	text-align:center;
}

.intro_survey_con2_3 > img{
	display:block;
	margin:0 auto;
	padding: 30px 0 20px 0;
}
.intro_survey_con2_3_info{
	text-align:center;
}
.intro_survey_con2_3_info > img{
	margin:50px auto;
}

/* 콘텐츠3 */

.intro_survey_con3{
	width:100%;
	height:475px;
	background-color:#f9f7f5;
}

.intro_survey_con3>h2{
	font-size:40px;
	color:#000;
	letter-spacing: -3px;
	font-weight:200;
	margin:0 auto;
	width:500px;
	text-align:center;
}

.intro_survey_con3>img{
	display:block;
	margin:0 auto;
	padding:30px 0 20px 0;
}



.intro_survey_con3_info{
	width:1005px;
	margin:0 auto;
	margin-top:85px;
	display:flex;
}

.intro_survey_con3_info_1{
	width:335px;
	text-align:center;
}


.intro_survey_con3_info_2{
	width:335px;
	text-align:center;
}

.intro_survey_con3_info_3{
	width:335px;
	text-align:center;
}

.intro_survey_con3_info_1{
	font-size:;
	color:;
}

.intro_survey_con3_dot1, .intro_survey_con3_dot2, .intro_survey_con3_dot3{
	width:7px;
	height:7px;
	background-color:#bfbfbf;
	border-radius:15px;
	text-align:center;
	margin: 10px 0 7px 49%;
}

.intro_survey_con3_title1, .intro_survey_con3_title2, .intro_survey_con3_title3{
	font-size:18px;
	color:#bfbfbf;
}

.con3_info_arrow_1, .con3_info_arrow_2, .con3_info_arrow_3{
	width:338px;
	height:20px;
	margin-top:20px;
}

.intro_survey_con3_text1, .intro_survey_con3_text2, .intro_survey_con3_text3{
	font-size:15px;
	color:#666;
	line-height:20px;
	margin: 15px 0 0 0;
}

.con3_img_g3, .con3_img_y3{
	width:64px;
	height:56px;
}

.con3_img_y1, .con3_img_y2, .con3_img_y3{
	display:none;
}

.con3_info_arrow_1_y, .con3_info_arrow_2_y, .con3_info_arrow_3_y{
	width:338px;
	height:20px;
	margin-top:20px;
	display:none;
}

/* 콘텐츠4 */



.intro_survey_con4{
	width:975px;
	height:490px;
	display:flex;
	margin:0 auto;
}

.intro_survey_con4_left{
	height:290px;
	border:1px solid #fff;
	border-right:1px dashed #a0a0a0;
	margin: 120px 0 0 0;
	padding: 0 25px 0 0;
}

.intro_survey_con4_left>h2{
    font-size: 39px;
    color: #191919;
    font-weight: 600;
    letter-spacing: -3px;
    float: right;
    margin: 55px 0 20px 0;
}

.intro_survey_con4_left>h2>img{
	margin: 0 0 15px 10px;
}

.intro_survey_con4_left>h3{
		text-align:right;
		padding:10px 0 0 0;
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 121px 25px 20px 0;
}

.intro_survey_con4_left>h4{
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 0 25px 0 0;
}

.intro_survey_con4_right{
	height:100%;
}

.intro_survey_con4_img1{
	width:395px;
	height:268px;
	background:url(/html/img/intro_survey_con4_img1.png);
	margin:125px 0 0 35px;
	z-index:15;
	position:absolute;
}

.intro_survey_con4_img2{
	width:124px;
	height:142px;
	background:url(/html/img/intro_survey_con4_img2.gif);
	margin:260px 0 0 360px;
	z-index:16;
	position:absolute;
}

/* 콘텐츠5 */

.intro_survey_con5{
	width:1000px;
	height:580px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.intro_survey_con5_left{
	width:41%;
	height:365px;
	border:1px solid #fff;
	border-right:1px dashed #a0a0a0;
	margin: 85px 0 0 0;
	padding: 0 25px 0 0;
}

.intro_survey_con5_left>h2 {
    font-size: 39px;
    color: #191919;
    font-weight: 600;
    letter-spacing: -3px;
    float: right;
    margin: 55px 0 10px 0;
}

.intro_survey_con5_left>h2>img {
    margin: 0 0 15px 10px;
}

.intro_survey_con5_left>h3{
	width:382px;
	padding:10px 0 0 0;
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 121px 25px 25px 0;
}

.intro_survey_con5_left>h4{
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 0 25px 25px 0;
}

.intro_survey_con5_left>h5{
	font-size: 17px;
    color: #424242;
    line-height: 22px;
    text-align: right;
    margin: 0 25px 0 0;
}

.intro_survey_go{
	width:193px;
	display:flex;
	justify-content:space-between;
	float:right;
	margin: 0 25px 0 0;
}

.intro_survey_go>h2{
	height:40px;
	line-height:40px;
	font-size:21px;
	color:#000;
}

.intro_survey_go>div{
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#ffba00;
	font-size:17px;
	border-radius:50px;
	display:flex;
	cursor:pointer;
}

.intro_survey_go>div>h2{
	margin: 0 5px 0 5px;
}

.intro_survey_go>div>img{
	width:5px;
	height:9px;
	margin: 15.5px 0 0 0;
}

.intro_survey_go_icon{
	width:85px;
	display:flex;
	justify-content:space-between;
	float:right;
	margin: 53px -140px 0 0;
}

.intro_survey_go_icon>img{
	width:23px;
	height:39px;
	opacity: 0.6;
	cursor:pointer;
}

.intro_survey_go_icon>img:hover{
	opacity: 1;
}

.intro_survey_con5_right{
	width:55%;
	height:100%;
}

.intro_survey_con5_img1{
	width:74px;
	height:164px;
	background:url(/html/img/intro_survey_con5_img1.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin: 297px 0 0 54px;
}

.intro_survey_con5_box1{
	width:255px;
	height:190px;
	border:1px solid #ffc528;
	background-color:#fff;
	opacity:0.5;
	position:absolute;
	margin: 97px 0 0 83px;
	z-index:11;
}

.intro_survey_con5_box2{
	width:255px;
	height:190px;
	border:1px solid #ffc528;
	background-color:#fff;
	opacity:0.5;
	position:absolute;
	margin: 130px 0 0 427px;
	z-index:13;
}

.intro_survey_con5_box3{
	width:255px;
	height:190px;
	border:1px solid #ffc528;
	background-color:none;
	opacity:0.5;
	position:absolute;
	margin: 270px 0 0 219px;
	z-index:12;
}

.intro_survey_con5_right>img{
	opacity:1;
	z-index:20;
	position:absolute;
}

.intro_survey_con5_img2{
	margin: 126px 0 0 134px;
}

.intro_survey_con5_img3{
	margin: 161px 0 0 476px;
}

.intro_survey_con5_img4{
	margin: 298px 0 0 273px;
}

/* 마지막 버튼*/
.intro_survey_con6{
	width:920px;
	margin:0 auto;
	border-top:1px dashed #a0a0a0;
}

.intro_survey_con6_buttonbox{
	width:605px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-bottom:90px;
}

.intro_survey_con6>h2{
	text-align:center;
	padding: 70px 0 55px 0;
	font-size:40px;
	color:#000;
}

.intro_survey_con6_buttonbox>a>input{
	width:285px;
	height:60px;
	font-size:28px;
	color:#fff;
	background-color:#ffba00;
	cursor:pointer;
	border:1px solid #ffba00;
}

/* intro_panelservey */

.intro_panelsurvey_con1{
	width:100%;
	padding: 100px 0 115px 0;
}

.intro_panelsurvey_con1_box{
	width:49%;
	margin: 0 auto;
	text-align:center;
}
.intro_panelsurvey_con1_box > img{
	width:70%;
}

/* con1 애니메이션 */

.panelsur_con1_img3 {
	opacity:0;
	animation-name:panelsur_con1_img3;
	animation-duration:1s;
	animation-delay:0.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes panelsur_con1_img3{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.intro_panelsurvey_con2{
	width:100%;
	background-color:#ffc528;
	text-align:center;
}

.intro_panelsurvey_con2>img{
	padding:74px 0 0 0;
}

.intro_panelsurvey_con2>h2{
	font-size:39px;
	color:#000;
	line-height:55px;
	font-weight:100;
	letter-spacing: -4px;
	padding: 0 0 60px 0;
}

.intro_panelsurvey_con3{
	display:flex;
	margin:0 auto;
	width:1107px;
	justify-content:space-between;
}

.intro_panelsurvey_con3>section:first-child{
	width:38%;
	text-align:right;
	padding: 100px 0 130px 0;
}

.intro_panelsurvey_con3>section:first-child>div:last-child{
	margin-top:50px;
}

.intro_panelsurvey_con3>section:first-child>div>h2{
	font-size:39px;
	color:#000;
	font-weight:600;
	letter-spacing:-3px;
}
.intro_panelsurvey_con3>section:first-child>div>h2>img{
	margin: 0 0 10px 10px;
}

.intro_panelsurvey_con3>section:first-child>div>div{
	display:flex;
	justify-content: flex-end;
	margin: 45px 0 0 0;
}

.intro_panelsurvey_con3>section:first-child>div>div>h3{
	font-size:17px;
	color:#4c4c4c;
	font-weight:400;
	letter-spacing:-3px;
	line-height:22px;
}

.intro_panelsurvey_con3>section:first-child>div>div:nth-child(3){
	margin-top:35px;
}

.gray_dot{
	width:10px;
	height:10px;
	background-color:#bfbfbf;
	border-radius:60px;
	margin:6px 25px 0 15px;
}

.intro_panelsurvey_con3>section:last-child{
	padding: 70px 0 0 0;
}

.intro_panelsurvey_con3>section:last-child>img:nth-child(1){
	margin:135px 100px 0 0;
}

.intro_panelsurvey_con4{
	width:100%;
	background-color:#ffc528;
	text-align:center;
}

.intro_panelsurvey_con4>img{
	padding: 74px 0 0 0;
}

.intro_panelsurvey_con4>h2{
	font-size:39px;
	color:#000;
	line-height:55px;
	font-weight:100;
	letter-spacing:-4px;
}

.intro_panelsurvey_con4>h3{
	width:494px;
	font-size:39px;
	color:#000;
	line-height:55px;
	font-weight:100;
	letter-spacing:-4px;
	display:flex;
	text-align:center;
	margin:0 auto;
}

.intro_panelsurvey_con4>h3>img{
	padding:15px 0 70px 0;
	height:auto;
	width:174px;
}

.intro_panelsurvey_con4>h3>span{
	padding: 5px 0 60px 0;
}

.intro_panelsurvey_con5{
	text-align:center;
}

.intro_panelsurvey_con5>h2{
	font-size:28px;
	color:#000;
	font-weight:100;
}

.intro_panelsurvey_con5>h2>span{
	color:#ffcb3d;
	font-size:50px;
	font-weight:600;
}

.intro_panelsurvey_con5>h2:first-child{
	padding-top:100px;
}



.intro_panelsurvey_con5_img1{
	height: 335px;
	padding: 40px 0 70px 0;
}

.intro_panelsurvey_con5_img2{
	height: 450px;
	padding: 40px 0 70px 0;
}

.intro_panelsurvey_con6{
	width:100%;
	background-color:#fcfcfc;
}

.intro_panelsurvey_con6>div{
	background-color:#fcfcfc;
	display:flex;
	justify-content:space-between;
	width:872px;
	margin:0 auto;
}

.intro_panelsurvey_con6>div>section:first-child{
	font-size:39px;
	font-weight:100;
	text-align:right;
	padding:50px 0 45px 0;
	position:relative;
}

.intro_panelsurvey_con6>div>section:first-child>h2{
	line-height:60px;
	letter-spacing: -4px;
	color:#323232;
}

.intro_panelsurvey_con6>div>section:first-child>h2>img{
	margin: 0 0 10px 5px;
}

.intro_panelsurvey_con6>div>section:first-child>h2>span{
	font-size:50px;
	margin-right:16px;
	color:#000;
}

.p_con6_infotitle{
	display:flex;
	margin-top:60px;
}

.p_con6_ydot{
	width:10px;
	height:10px;
	background-color:#ffba00;
	border-radius:30px;
	margin: 10px 10px 0 0;
}

.p_con6_infotitle>h2{
	font-size:28px;
	color:#ffba00;
}

.intro_panelsurvey_con6>div>section:last-child{
	padding: 0 0 75px 0;
}

.intro_panelsurvey_con6>div>section:last-child>div>h3{
	font-size:17px;
	color:#000;
	text-align:left;
	padding:0 0 0 28px;
	margin:15px 0 0 0;
	line-height:20px;
}

.intro_panelsurvey_con6>div>section:first-child>img{
	position:absolute;
}

.intro_panelsurvey_con6_imgb{
	left:-65px;
}

.con6_anibox>div, .con6_anibox>div>img{
	position:absolute;
}

/* con6 애니메이션 효과 */

.con6_aniimg1_box{
	opacity:0;
	animation-name:con6_aniimg1_box;
	animation-duration:1s;
	animation-delay:0.3s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg1_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con6_aniimg2_box{
	opacity:0;
	animation-name:con6_aniimg2_box;
	animation-duration:1s;
	animation-delay:1.3s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg2_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con6_aniimg1{
	animation-name:con6_aniimg1;
	animation-duration:1.5s;
	animation-delay:2.5s;
	animation-iteration-count:2;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg1{
	0%{
		opacity:1;
	}
	50%{
		opacity:0;
	}
}

.con6_aniimg2{
	animation-name:con6_aniimg1;
	animation-duration:1.5s;
	animation-delay:4.5s;
	animation-iteration-count:2;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg2{
	0%{
		opacity:1;
	}
	50%{
		opacity:0;
	}
}

.con6_aniimg3{
	animation-name:con6_aniimg1;
	animation-duration:1.5s;
	animation-delay:6.5s;
	animation-iteration-count:2;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg3{
	0%{
		opacity:1;
	}
	50%{
		opacity:0;
	}
}


.con6_aniimg3_box{
	opacity:0;
	animation-name:con6_aniimg3_box;
	animation-duration:1s;
	animation-delay:2.1s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con6_aniimg3_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}



.intro_panelsurvey_con7{
	width:100%;
}

.intro_panelsurvey_con7>div{
	width:401px;
	display:flex;
	margin:0 auto;
	text-align:center;
	padding: 75px 0 70px 0;
}

.intro_panelsurvey_con7>div>h2{
	font-size:31px;
	color:#666;
	font-weight:100;
	letter-spacing: -4px;
	line-height:66px;
	margin: 0 25px 0 0;
}

.intro_panelsurvey_con7>div>a{
	width:66px;
	height:66px;
	background-color:#ffba00;
	color:#fff;
	font-size:24px;
	display:inline-block;
	border-radius:80px;
	line-height:66px;
	/*text-indent: 14px;*/
	cursor:pointer;
}

.intro_panelsurvey_con7>div>div>img{
	width:9px;
	height:15px;
	margin:25.5px 0 0 3px;
}

/* con3 애니메이션 효과 */

.con3_ani1_box{
	opacity:0;
	animation-name:con3_ani1_box;
	animation-duration:1s;
	animation-delay:0.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani1_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con3_ani2_box{
	opacity:0;
	animation-name:con3_ani2_box;
	animation-duration:1s;
	animation-delay:1s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani2_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con3_ani3_box{
	opacity:0;
	animation-name:con3_ani3_box;
	animation-duration:1s;
	animation-delay:1.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani3_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con3_ani4_box{
	opacity:0;
	animation-name:con3_ani4_box;
	animation-duration:1s;
	animation-delay:2s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani4_box{
	0%{
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

.con3_ani1{
	animation-name:con3_ani1;
	animation-duration:1.5s;
	animation-delay:2.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani1{
	0%{
		margin-top:3px;
	}
	50%{
		margin-top:-3px;
	}
	100%{
		margin-top:3px;
	}
}

.con3_ani2{
	animation-name:con3_ani2;
	animation-duration:1.5s;
	animation-delay:2.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani2{
	0%{
		margin-top:3px;
	}
	50%{
		margin-top:-3px;
	}
	100%{
		margin-top:3px;
	}
}

.con3_ani3{
	animation-name:con3_ani3;
	animation-duration:1.5s;
	animation-delay:2.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani3{
	0%{
		margin-top:3px;
	}
	50%{
		margin-top:-3px;
	}
	100%{
		margin-top:3px;
	}
}

.con3_ani4{
	animation-name:con3_ani4;
	animation-duration:1.5s;
	animation-delay:2.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate-reverse;
}

@keyframes con3_ani4{
	0%{
		margin-top:3px;
	}
	50%{
		margin-top:-3px;
	}
	100%{
		margin-top:3px;
	}
}

/* intro_statistical.php */

.intro_mainv_button_as{
	width:310px;
	height:60px;
	display:block;
	margin:0 auto;
	background-color:#ffba00;
	font-size:28px;
	color:#fff;
	text-align:center;
	line-height:60px;
	letter-spacing: -3px;
	margin-top:60px;
	margin-bottom:80px;
}

.statistical_con1{
	width:100%;
	text-align:center;
	background:url(/html/img/statistical_con1.png);
	background-repeat: no-repeat;
	color:#fff;
	font-size:25px;
	font-weight:100;
	letter-spacing: 0px;
	padding: 105px 0;
	line-height: 40px;
}

.statistical_con1>div>span{
	color:#fff;
	font-size:60px;
	font-weight:600;
	letter-spacing: -2px;
}

.statistical_con2{
	width:100%;
	text-align:center;
	padding: 115px 0 0 0;
}

.statistical_con2>h2{
	font-size:39px;
	color:#000;
	font-weight:100;
	padding:15px 0 50px 0;
	letter-spacing: -4px;
}

.statistical_con2>div{
	display:flex;
	margin:0 auto;
	max-width:996px;
	justify-content:space-between;
	padding-bottom:77px;
}

.statistical_con2>div>div{
	text-align:left;
}

.statistical_yeline{
	width:40px;
	border-top:2px solid #ffba00;
	margin-bottom:8px;
	margin-top:20px;
}

.statistical_con2>div>div>div>h2{
	font-size:25px;
	color:#000;
	text-indent: 13px;
	margin-bottom:20px;
}

.statistical_con2>div>div>div>h3{
	font-size:15px;
	color:#000;
	line-height:20px;
	padding-left: 23px;
}

.statistical_con2>div>div>div>div{
	display:flex;
	justify-content:space-between;
}

.statistical_con2>div>div>div>div>h2{
	font-size:16px;
	color:#ffba00;
	margin-right:18px;
	text-indent: 20px;
	line-height:20px;
}

.statistical_con2>div>div>div>div>h3{
	width: 340px;
	font-size:15px;
	color:#7f7f7f;
	line-height:20px;
}

.statistical_con2_text1{
	margin-top:20px;
}

.statistical_con2_text2{
	margin-top:10px;
}

.statistical_con3{
	text-align:center;
	display:block;
	padding-bottom:100px;
}

.statistical_con3_line{
	width:945px;
	margin:0 auto;
	border-top:1px dashed #a0a0a0;
	padding-bottom:55px;
}

.statistical_con3>h2{
	font-size: 39px;
	color: #000;
	font-weight: 100;
	padding: 15px 0 50px 0;
	letter-spacing: -4px;
}

.statistical_con3_imgbox>li:first-child{
	width:960px;
	text-align:right;
	margin:0 auto;
	display:flex;
	margin-bottom:15px;
	position:relative;
}

.statistical_con3_anibox{
	width:485px;
	height:84px;
	background-color:#fff;
	z-index:50;
}

/* con3 애니메이션 */

.statistical_con3_anibox2{
	position:absolute;
	margin-left:485px;
	left:0;
	animation-name:statistical_con3_anibox2;
	animation-duration:1.5s;
	animation-delay:0s;
	animation-iteration-count:1;
	animation-direction:alternate-reverse;
}

@keyframes statistical_con3_anibox2{
	100%{
		opacity:0;
		margin-left:0px;
	}
}

.statistical_con3_textbox{
	width:1085px;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
}

.statistical_con3_textbox>li{
	width: 210px;
	margin-top:11px;
}

.statistical_con3_yebox{
	width:10px;
	height:10px;
	background-color:#ffba00;
	border-radius:30px;
	margin:0 auto;
	margin-bottom:10px;
}

.statistical_con3_textbox>li>h2{
	font-size:22px;
	color:#ffba00;
}

.statistical_con3_linebox{
	width:30px;
	border-top:1px solid #7f7f7f;
	height:15px;
	margin:0 auto;
	margin-top:15px;
}

.statistical_con3_textbox>li>h3{
	width:165px;
	font-size:14px;
	color:#888;
	line-height:19px;
	text-align:center;
	margin:0 auto;
}

.statistical_con4{
	border:1px dashed #a1a0a0;
	background-color:#fbf9f8;
	padding:85px 0 115px 0;
	text-align:center;
}

.statistical_con4>h2{
	font-size: 39px;
    color: #000;
    font-weight: 100;
    padding: 15px 0 0 0;
    letter-spacing: -4px;
}

.statistical_con4>ul{
	width:1120px;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
	margin-top:35px;
}

.statistical_con4>ul>li>a{
	width:170px;
	height:135px;
	background-color:#fff;
	border:1.5px solid #d2d2d2;
	padding: 26px 0 10px 0;
	cursor:pointer;
	display:block;
}

.statistical_con4>ul>li>a>img:nth-child(2){
	display:none;
}

.statistical_con4>ul>li>a>h2{
	font-size:20px;
	color:#000;
	font-weight:600;
	line-height:16px;
}

.statistical_con4>ul>li>a>h2>span{
	font-size:15px;
}

.statistical_con4>ul>li:nth-child(1)>a>h2{
	margin: 7px 0 17px 0;
}

.statistical_con4>ul>li:nth-child(2)>a>h2{
	margin: 8px 0 17px 0;
}

.statistical_con4>ul>li:nth-child(3)>a>h2{
	margin: 8px 0 18px 0;
}

.statistical_con4>ul>li:nth-child(4)>a>h2{
	margin: 17px 0 15px 0;
}

.statistical_con4>ul>li:nth-child(5)>a>h2{
	margin: 7px 0 6px 0;
}

.statistical_con4>ul>li:nth-child(6)>a>h2{
	margin: 13px 0 8px 0;
}
.ex_more {
    transition: all 0.8s;
}

.statistical_con4>ul>li:hover .ex_more {
    transform: rotate(180deg);
}

.statistical_con5{
	text-align:center;
	padding: 120px 0 55px 0;
}

.statistical_con5>h2{
	width:555px;
	font-size:42px;
	color:#000;
	font-weight:100;
	margin:0 auto;
	line-height:55px;
}

.statistical_con5>a>input{
	width:340px;
	height:60px;
	line-height:60px;
	font-size:28px;
	color:#fff;
	background-color:#ffba00;
	border:1px solid #ffba00;
	text-align:center;
	margin-top:80px;
	cursor:pointer;
}

/* intro_findestimated.php */

.intro_findestimated_con1{
	width:100%;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
	border-bottom:1px solid #ffc528;
	margin-top:110px;
}

.intro_findestimated_con1>div{
	width:550px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.intro_findestimated_con1>div>div{
	width:275px;
	height:60px;
	color:#ffc528;
	border:1px solid #ffc528;
	font-size:28px;
	line-height:60px;
	text-align:center;
	cursor:pointer;
	border-bottom:none;
}

.intro_findestimated_con2{
	width:1175px;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
}

.intro_findestimated_con2>section{
	width:355px;
	margin-top:65px;
}

.intro_findestimated_con2>section>h2{
	font-size:38px;
	color:#ffba00;
	text-align:center;
	margin-bottom:20px;
}

.intro_findestimated_con2>section>div{
	width:100%;
	border:1px solid #dcdcdc;
}

.intro_findestimated_con2>section:nth-child(1)>div>h3{
	width:300px;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin:0 auto;
	padding: 20px 0;
	font-size:19px;
	color:#666;
	line-height:25px;
	letter-spacing: -2px;
}

.intro_findestimated_con2>section:nth-child(2)>div>h3{
	width:300px;                                  
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin:0 auto;
	padding: 33px 0;
	font-size:19px;
	color:#666;
	line-height:25px;
	letter-spacing: -2px;
}

.intro_findestimated_con2>section:nth-child(3)>div>h3{
	width:300px;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin:0 auto;
	padding: 33px 0;
	font-size:19px;
	color:#666;
	line-height:25px;
	letter-spacing: -2px;
}

.intro_findestimated_con2>section>div>h4{
	font-size:28px;
	color:#333;
	text-align:center;
	padding:20px 0 0 0;
	letter-spacing: -3px;
}

.intro_findestimated_con2>section>div>h4>span{
	font-size:31px;
}

.findest_abox{
	width:170px;
	height:40px;
	line-height:40px;
	color:#b3b3b3;
	font-size:18px;
	text-align:center;
	border:1px solid #ffba00;
	margin:0 auto;
	margin-top:20px;
}

.intro_findestimated_con2>section>div>ul{
	margin:48px 0 231px 0;
}

.intro_findestimated_con2>section>div>ul>li{
	display:flex;
	font-size:16px;
	color:#666;
	margin-bottom:16px;
}

.intro_findestimated_con2>section>div>ul>li:last-child{
	margin-bottom:0px;
}

.findest_dot{
	width:7px;
	height:7px;
	background-color:#ffba00;
	border-radius:30px;
	margin:4.5px 10px 0 48px;
}

.fidest_subtitle{
	width:310px;
	display:flex;
	margin:0 auto;
	margin-top:28px;
}

.fidest_subtitle>img{
	width:16px;
	height:16px;
	margin:3px 8px 0 0 ;
}

.fidest_subtitle>h2{
	font-size:22px;
	color:#333;
	font-weight:600;
}

.fidest_subcon{
	width:338px;
	display:flex;
	text-align:center;
	margin:20px auto;
}

.fidest_subcon>ul{
	margin-top:25px;
}

.fidest_subcon>ul>li{
	display:flex;
	margin-bottom:15px;
	font-size: 16px;
    color: #666;
}

.fidest_subcon>ul>li:last-child{
	margin-bottom:0px;
}

.findest_dot2{
	width:7px;
	height:7px;
	background-color:#ffba00;
	border-radius:30px;
	margin:4.5px 10px 0 10px;
}

.findest_dot3{
	width:7px;
	height:7px;
	background-color:#ffba00;
	border-radius:30px;
	margin:4.5px 10px 0 0;
}

.fidest_subcon1{
	width:206px;
	margin:0 auto !important;
	margin-top:30px !important;
	margin-bottom:358px !important;
}

.findest_dot4{
	width:7px;
	height:7px;
	background-color:#ffba00;
	border-radius:30px;
	margin:4.5px 10px 0 0;
}

.fidest_sns{
	text-align:center;
	margin-top:10px;
}

.fidest_sns>h2{
	font-size:27px;
	color:#ffba00;
	text-align:center;
	margin: 18px 0 8px 0;
}

.fidest_sns>div{
	width:280px;
	display:flex;
	margin:0 auto;
}

.fidest_sns>div>ul{
	margin-top:20px;
}

.fidest_sns>div>ul>li{
	display:flex;
	margin-bottom:15px;
}

.fidest_sns>div>ul>li:last-child{
	margin-bottom:0px;
}

.findest_dot3 {
    width: 7px;
    height: 7px;
    background-color: #ffba00;
    border-radius: 30px;
    margin: 4.5px 14px 0 25px;
}

.fidest_sns>input{
	width:110px;
	height:30px;
	margin:0 auto;
	background-color:#ffba00;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	border:1px solid #ffba00;
	margin:20px 0;
	cursor:pointer;
}

.fidest_sns_modal{
	position: fixed; 
	top: 0px;
	width: 100%; height: 100%;
	z-index:999;
	background: rgba(0,0,0,0.1);
	display:none;
}

.fidest_sns_modal_back{
	width:675px;
	background-color:#fff;
	margin:0 auto;
	margin-top:155px;
	padding: 0 0 20px 0;
	text-align:center;
}

.fidest_sns_modal_back>h2{
	width:340px;
	border-bottom:1px dashed #a0a0a0;
	margin:0 auto;
	text-align:center;
	padding:32px 0 13px 0;
	color:#ffc528;
	font-size:30px;
}

.fidest_sns_modal_back>h2>img{
	position:absolute;
	margin: -20px 0 0 210px;
	cursor:pointer;
}

#sms_title {
	width:340px;
	border-bottom:1px dashed #a0a0a0;
	margin:0 auto;
	text-align:center;
	padding:32px 0 13px 0;
	color:#ffc528;
	font-size:30px;
}

#close_btn {
	position:absolute;
	margin: -20px 0 0 210px;
	cursor:pointer;
}

.sns_modal_text1{
	width:510px;
	min-height:160px;
	resize: none;
	border:1px solid #bebebe;
	margin:20px auto 0;
	
	font-size:17px;
	padding:15px;
	outline:none;
	border-bottom:none;
    text-align: left;
	overflow-y: scroll;
}

.sns_modal_text1::placeholder{
	color:#bcbcbc;
}

.emoticon_box{
	width:540px;
	border:1px solid #bebebe;
	border-top:none;
	margin:0 auto;
	text-align:right;
	padding-bottom:10px;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	padding:5px 0 10px 0;
}

.emoticon_box>img{
	cursor:pointer;
}

.emoticon_box>div>img{
	width:26px;
	height:21px;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
	margin-left:10px;
	margin-top:2px;
}

.emoticon_box>img:nth-child(3){
	width:26px;
	height:21px;
	margin-right:10px;
}

.sns_modal_receive{
	width:510px;
	border-bottom:1px solid #e2e2e2;
	font-size:17px;
	color:#666;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:17px;
}

.sns_modal_receive>div{
	width:465px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.sns_modal_receive>div>div{
	display:flex;
}

.sns_modal_dot{
	width:7px;
	height:7px;
	background-color:#ffba00;
	border-radius:30px;
	margin:6px 10px 0 0;
}

.sns_modal_receive>div>h3>span{
	margin:0 25px;
	font-size:20px;
}

.sns_modal_text2{
	width:450px;
	height:90px;
	resize: none;
	border:1px solid #bebebe;
	margin-top:20px;
	font-size:17px;
	padding:15px;
	outline:none;
}

.sns_modal_text2::placeholder{
	color:#bcbcbc;
}

.sns_modal_send{
	width:510px;
	border-bottom:1px solid #e2e2e2;
	font-size:17px;
	color:#666;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:12px;
}

.sns_modal_send>div{
	display:flex;
	width: 465px;
	margin:0 auto;
}

.sns_modal_send>div>div{
	display:flex;
}

.sns_modal_send>div>div>select{
	font-size:15px;
	border:1px solid #e2e2e2;
	color:#666;
	margin: 0 0 0 23px;
}

.phonetext1{
	width:65px;
	height:25px;
	font-size:15px;
	color:#666;
	text-indent: 5px;
	border:1px solid #e2e2e2;
	margin:0 10px;
}

.phonetext2{
	width:65px;
	height:25px;
	font-size:15px;
	color:#666;
	text-indent: 5px;
	border:1px solid #e2e2e2;
}

.sns_modal_send_title{
	margin-top:5px;
}

.sns_modal_sendtype{
	width:290px;
	margin:0 auto;
	margin-top:15px;
	display:flex;
	justify-content:space-between;
}

.sns_modal_sendtype>div{
	display:flex;
}

.sns_modal_sendtype>div>input{
	width:13px;
	height:13px;
	cursor:pointer;
	margin: 0 auto;
	margin-right:15px;
}

.sns_modal_sendtype>div>h2{
	font-size:16px;
	color:#757575;
}

.sns_modal_sendtype>div>label{
	font-size:16px;
	color:#757575;
}


.sns_modal_reservation{
	margin-top:25px;
}

.selectdate{
	width:140px;
	height:27px;
	border:1px solid #e2e2e2;
	color:#666;
	font-size:15px;
	cursor:pointer;
	text-indent: 20px;
}

.sns_modal_reservation>select{
	width:60px;
	height:30px;
	border:1px solid #e2e2e2;
	color:#666;
	font-size:15px;
}

.sns_modal_submit{
	width:140px;
	height:40px;
	color:#fff;
	background-color:#ffba00;
	font-size:17px;
	border-radius:4px;
	border:1px solid #ffba00;
	margin-top:25px;
	cursor:pointer;
}

/* sns 영상 팝업 */

.fidest_sns_movie_modal{
	position: fixed; 
	top: 0px;
	margin: 0px;
	width: 100%; height: 100%;
	z-index:999999999999999;
	background: rgba(0,0,0,0.1);
	display:none;
}

.fidest_sns_movie_modal_back{
	width:675px;
	height:570px;
	background-color:#fff;
	margin:0 auto;
	margin-top: 149px;
}

.fidest_sns_movie_modal_back>h2{
	width:340px;
	border-bottom:1px dashed #b3b3b3;
	margin:0 auto;
	text-align:center;
	font-size:30px;
	color:#ffc528;
	padding: 35px 0 20px 0;
}

.fidest_sns_movie_modal_back>h2>img{
	position:absolute;
	cursor:pointer;
	margin: -20px 0 0 180px;
}

.fidest_sns_movie_modal_list{
	width:540px;
	height:495px;
	background-color:#f6f6f6;
	margin:0 auto;
	margin-top:25px;
	overflow:auto;
}

.fidest_sns_movie_modal_url{
	width:575px;
	height:50px;
	display:flex;
	font-size:15px;
	margin: 0 auto;
	margin-top:25px;
	text-align:45px;
}

.fidest_sns_movie_modal_one{
	width:6px;
	height:6px;
	border-radius:15px;
	background-color:#ffb300;
	text-align:45px;
	margin:24px 10px 0 0;
}

.fidest_sns_movie_modal_text{
	width:385px;
	height:45px;
	background-color:#f6f6f6;
	border:1px solid #f6f6f6;
	font-size:20px;
	margin: 0 0 0 0;
	text-align:45px;
	text-indent: 20px;
}

.fidest_sns_movie_modal_url>p{
	margin:19px 10px 0 0;
}

.fidest_sns_movie_modal_button{
	width:140px;
	height:40px;
	background-color:#ffba00;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:16px;
	border-radius:4px;
	cursor:pointer;
}

.fidest_sns_movie_modal_sum{
	width:590px;
	height:300px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	margin:0 auto;
	margin-top: 23px;
}

.fidest_sns_movie_modal_agreecheck, .fidest_sns_movie_modal_agreechecked{
	width:21px;
	height:21px;
	margin:29px 0 0 7px;
	cursor:pointer;
}

.fidest_sns_movie_modal_agreechecked{
	display:none;
}

/**/
.intro_findestimated_con3{
	display:none;
}

.intro_findestimated_con3>h2{
	text-align:center;
	font-size:20px;
	color:#666;
	margin: 35px 0 0 0;
}

.intro_findestimated_con3>div{
	width:1200px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-top:70px;
}

.findest_con3_tableleft{
	width:760px;
	border-top:1px solid #ffc528;
}

.findest_con3_tableleft>div:first-child{
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.findest_con3_tableleft>div:first-child>div:first-child{
	width:150px;
	height:75px;
	line-height:75px;
	color:#666;
	font-size:15px;
	background-color:#f8f8f8;
	text-align:center;
}

.findest_con3_tableleft>div:first-child>div:last-child{
	width: 610px;
    height: 75px;
	background-color:#fff;
    font-size: 15px;
    color: #666;
    line-height: 75px;
    display: flex;
	padding:0 0 0 30px;
}

.sfpanel>div{
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.sfpanel>div>div:last-child{
	width: 610px;
    height: 75px;
	background-color:#fff;
    font-size: 15px;
    color: #666;
    line-height: 75px;
    display: flex;
	padding:0 0 0 30px;
}

.sfpanel>div>div:first-child{
	width:150px;
	height:75px;
	line-height:75px;
	color:#666;
	font-size:15px;
	background-color:#f8f8f8;
	text-align:center;
}

.findest_con3_tableleft>div:first-child>div:last-child>div{
	width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    background-color: #f6f6f6;
    cursor: pointer;
    margin: 17.5px 10px 0 0;
}


.sfpanel>div:nth-child(1)>div:last-child>select{
	width:120px;
	height:40px;
	color:#666;
    margin: 17.5px 25px 0 0;
	border: 1px solid #ebebeb;
    font-size: 15px;
	cursor:pointer;
	text-indent: 20px;
}

.sfpanel>div:nth-child(1)>div:last-child>div{
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	width:70px;
	height:52px;
	font-size:15px;
	color:#666;
}

.sfpanel>div:nth-child(1)>div:last-child>div>input{
	width:45px;
	border:none;
	margin: 0 5px 0 0;
	font-size:15px;
	color:#666;
}

.sfpanel>div:nth-child(1)>div:last-child>div>input::placeholder{
	color:#d1d1d1;
}

.sfpanel>div:nth-child(2)>div:last-child>div{
	width: 62px;
    height: 37px;
    margin: 19px 0 0 2px;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
    background-color: #f6f6f6;
    color: #666;
    cursor: pointer;
}

.sfpanel>div:nth-child(2)>div:last-child>div:last-child{
	width: 75px;
	height:33px;
	border-bottom:1px dashed #a0a0a0;
    background-color: #fff;
	margin-left:23px;
	cursor:default;
	display:none;
}

.sfpanel>div:nth-child(2)>div:last-child>div>input{
	width:48px;
	border:none;
	margin: 0 5px 0 0;
	font-size:15px;
	color:#666;
}

.sfpanel>div:nth-child(2)>div:last-child>div>input:focus{
	border:none;
}


.sfpanel>div:nth-child(2)>div:last-child>div>input::placeholder{
	color:#d1d1d1;
}

.sfpanel>div:nth-child(2)>div:last-child>div>span{
	position:absolute;
	font-size:13px;
	color:#d90000;
	margin: 0 0 0 20px;
}
.sfpanel>div:nth-child(3)>div:last-child>div{
	width: 80px;
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin: 17.5px 6px 0 0;
    cursor: pointer;
}

.sfpanel>div:nth-child(4)>div:last-child>div{
	width: 80px;
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin: 17.5px 6px 0 0;
    cursor: pointer;
}

.sfpanel>div:nth-child(5)>div:last-child>div:nth-child(1){
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin: 17.5px 6px 0 0;
    cursor: pointer;
	padding: 0 20px;
}

.sfpanel>div:nth-child(5)>div:last-child>div:nth-child(2){
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin: 17.5px 6px 0 0;
    cursor: pointer;
	padding: 0 20px;
}

.sfpanel>div:nth-child(5)>div:last-child>div:nth-child(3){
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin: 17.5px 6px 0 0;
    cursor: pointer;
	padding: 0 10px;
}

.sfpanel>div:nth-child(5)>div:last-child>div>span{
	font-size:12px;
}

.sfpanel>div:last-child{
	border-bottom:1px solid #ffc528;
}

.posspanel{
	display:none;
}

.posspanel>div{
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.posspanel>div:last-child{
	border-bottom:none;
}

.posspanel>div>div:first-child{
	width: 150px;
    height: 75px;
    line-height: 75px;
    color: #666;
    font-size: 15px;
    background-color: #f8f8f8;
    text-align: center;
}

.posspanel>div>div:last-child{
	width: 610px;
    height: 75px;
    background-color: #fff;
    font-size: 15px;
    color: #666;
    line-height: 75px;
    display: flex;
    padding: 0 0 0 30px;
}

.posspanel>div:last-child{
	width:760px;
	height:75px;
	line-height:75px;
	text-align:center;
}

.posspanel>div:last-child>h2{
	margin:0 auto;
	font-size:15px;
	color:#666;
}

.posspanel>div:last-child{
	border-bottom:1px solid #ffc528;
}

.intro_findest_y{
	background-color:#ffc528 !important;
	color:#fff !important;
}

.findest_con3_tableright{
	width:305px;
}

.findest_con3_tableright>h2{
	font-size:22px;
	color:#ffc528;
	text-indent: 20px;
	font-weight:600;
	position:absolute;
	margin-top:-37px;
}

.findest_con3_tableright>h2>img{
	width:8px;
	height:12px;
	position:absolute;
	margin: -4px 0 0 5px;
}

.findest_con3_tableright>div{
	border-top:1px solid #ffc528;
	border-bottom:1px solid #ffc528;
	padding-top:30px;
}

.findest_con3_tableright>div>div{
	display:flex;
}

.findest_con3_tableright>div>div:nth-child(1), .findest_con3_tableright>div>div:nth-child(2){
	font-size:17px;
	color:#8c8c8c;
	padding:0 0 0 20px;
}

.findest_con3_tableright>div>div:nth-child(1)>div:first-child, .findest_con3_tableright>div>div:nth-child(2)>div:first-child{
	width:150px;
}

.findest_con3_tableright>div>div:nth-child(2){
	margin-top:20px;
}

.findest_con3_tableright>div>div:nth-child(3){
	height:75px;
	line-height:75px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding: 0 50px 0 20px;
	display:flex;
	justify-content:space-between;
	margin-top:295px;
}

.findest_con3_tableright>div>div:nth-child(3)>div:first-child{
	font-size:27px;
	color:#ffc528;
	font-weight:600;
}

.findest_con3_tableright>div>div:nth-child(3)>div:last-child{
	font-size:27px;
	color:#666;
	font-weight:600;
}

.findest_con3_tableright>div>div:nth-child(3)>div:last-child>span{
	font-size:20px;
	color:#ffc528;
	margin: 0 0 0 10px;
}

/**********설문조사 intro***********/
.create_survey_intros_title{
	max-width:700px;
	width:100%;
	margin:0 auto;
	margin: 80px auto 0 auto;
    height: 180px;
}
.create_survey_intro{
	max-width:700px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.create_survey_intro > div{
	width:50%;
	float:left;
	text-align:center;
}
.create_survey_intro > div > a{
	border:3px solid #ffc528;
	box-sizing:border-box;
	display:inline-block;
	width:300px;
	height:300px;
	margin:0 auto;
	border-radius:15px;
	padding:24% 0;
	position:relative;
}
.create_survey_intro > div > a:after{
	content:'Go >';
	width:100%;
	height:0;
	display:inline-block;
	position:absolute;
	left:0;
	top:100%;
	color:#fff;
	background-color:#ffc528;
	line-height:300px;
	font-size:40px;
	opacity:0;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.create_survey_intro > div > a:hover:after{
	content:'Go >';
	width:100%;
	height:100%;
	top:0;
	opacity:1;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.create_survey_intro > div > a > h1{
	font-size: 30px;
	color: #333;
	font-weight: 700;

}
.create_survey_intro > div > a > span.line{
	height:40px;
	width:1px;
	background-color:#ffc528;
	display:inline-block;
	margin:20px 0;
}
.create_survey_intro > div > a > p{
	font-size:18px;
	font-weight:300;
}
.create_survey_intro > .left_box > a {
	background-color:#ffc528;
}
.create_survey_intro > .left_box > a > h1{
	color:#fff;
}
.create_survey_intro > .left_box > a > span.line{
	background-color:#fff !important;
}
.create_survey_intro > .left_box > a > p{
	color:#fff;
}
