.survey{width:100%;}
.survey .btn_wrap{margin-top:40px;padding:0 20px;}
.survey .btn_wrap .btn{font-size:18px;height:50px;line-height:48px;padding:0;max-width:200px;}
.bb .bb-button, .bb text {
    font-size: 14px;
	font-family: "Pretendard";
}
textarea.inp {
	display: block;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    padding: 8px;
    resize: none;
}
textarea.h150 {
	min-height: 150px;
    height: 150px;
}
.inp {
	display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 0.5em;
    font-size: 16px;
    color: #252525;
}
.chk {
	display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: url(../_img/survey_pop/chk.png) 50% 50% no-repeat #fff;
    margin-top: 3px;
    margin-right: 5px;
    border-radius: 3px;
}
.chk:checked {
	background: url(../_img/survey_pop/chk01.png) 50% 50% no-repeat #ff2c54 !important;
    background-size: 17px auto!important;
    border-color: #ff2c54!important;
}
.chk + label {
	display: inline-block;
    margin-left: 2px;
	margin-top:0;
    cursor: pointer;
}
.survey_questions .lst_chk input{vertical-align:middle}
.survey_questions .lst_chk label{vertical-align:middle;width:calc( 100% - 20px );}
.btn_wrap {
	margin: 20px auto;
	text-align: center;
}
.btn {
	width: 30%;
    height: 60px;
    padding: 10px;
    margin: 5px auto;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.btn.blk {
	background: #333;
    color: #fff;
}
.surveyfrm {
	display:block;
	width:100%;
	height:auto;
	/*border:1px solid #000;*/
	word-break: keep-all;
}
.frm_tit {
	width:100%;
	padding:20px;
	border-bottom:1px solid #000;
	/*position:relative;*/
}
.frm_tit h3 {
	font-size:24px;
	font-weight:600;
	line-height:1.4;
	color:#000;
	text-align:center;
}
/*.frm_tit:after {
	content:'';
	width:22px; height:22px;
	background-image:url(../_img/survey_pop/closebtn.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	position:absolute;
	top:40%; right:3%;
}*/
.imp {color: #ff2c54;}
.survey_cont {
	padding:30px 40px;
	border-bottom:1px solid #000;
}
.surveyfrm{position:relative;}
.print_wrap{position:absolute;right:10px;top:5px;}
.print_wrap .btn{width:55px;height:55px;border:1px solid #000;border-radius:3px;}
.print_wrap .btn img{width:100%;}
.survey_cont .survey_tit {border-bottom:1px solid #000;}
.survey_cont .survey_tit .state {
	display:inline-block;
	background-color:#1e257b;
	color:#fff;
	font-size:16px;
	line-height:1.4;
	font-weight:600;
	text-align:center;
	width:60px; 
	padding:5px;
	margin: 0 15px 0 0;
}
.survey_cont .survey_tit .title {
	display:inline-block;
	color:#050505;
	font-size:24px;
	line-height:1.4;
	font-weight:600;
	text-align:left;
	margin:0;
}
.survey_cont .survey_tit .detail {
	display:block;
	background-color:#f5f5f5;
	padding:10px 20px;
	margin-bottom:30px;
	margin-top:10px;
}
.survey_cont .survey_tit .detail dl {
	display:flex;
	margin:10px 0;
	color:#050505;
	font-size:18px;
	line-height:1.4;
	text-align:left;
}
.survey_cont .survey_tit .detail dt {
	font-weight:600;
	width:100px;
	
}
.survey_cont .survey_tit .detail dd {width:calc( 100% - 100px );}
.survey_questions dl {width:100%;}
.survey_questions dt {
	width:100%;
	font-size: 18px;
	line-height:1.4;
	font-weight:600;
	color:#333;
    padding: 15px 0 7px;
	text-indent:-1em;
	margin-left:15px;
}
.survey_questions dd {
	width:100%;
	font-size: 18px;
	line-height:1.4;
	color:#333;
}
.survey_questions .gray {
	font-size: 16px;
	color:#666;
	font-weight:400;
	vertical-align:middle;
	text-indent:0;
}
.survey_questions li {
	display:flex;
	margin:10px 0;
}

.survey_questions .lst_chk {
	display: inline-block;
	font-size:18px;
	line-height:1.4;
	color:#333;
	width:100%;
}
.lst_text {margin-top:10px;margin-bottom:10px;}
.lst_text li{display:block;background-color:#f5f5f5;padding:3px 10px;color:#000;margin-bottom:5px;}
.captcha {display:inline-block; margin-bottom:5px;}
.captcha .btns {display:inline-block; width:50px; height:50px; background-color:#fff; border:1px solid #ccc; border-radius:5px; padding:8px; margin:auto 5px;}
.ovf {display:inline-block;}
.ovf #secure {height:50px;}
@media screen and (max-width: 1024px) {
	.survey_cont .survey_tit .title {font-size:22px;}
}
@media screen and (max-width: 980px) {
	.frm_tit {padding: 20px;}
	.survey_cont {padding: 30px}
}
@media screen and (max-width: 780px) {
	.frm_tit h3 {font-size: 22px;}
	.survey_cont .survey_tit .title {
		font-size: 20px;
		margin:  0;
	}
	.survey_cont .survey_tit .detail {padding: 5px 10px;margin-bottom: 20px;}
	.survey_cont .survey_tit .detail dl {flex-wrap:wrap;}
	.survey_cont .survey_tit .detail dt {width:100%;}
	.survey_cont .survey_tit .detail dd {width:100%;}
	.btn {width:40%;}
	.survey_cont .survey_tit .state {
		font-size: 16px;
		width:auto;
		min-width: 50px;		
		padding: 3px 7px;
		margin:0;
	}
	.survey_cont .survey_tit .detail dl {font-size: 16px;}
	.survey_questions dt {font-size: 16px;}
	.survey_questions dd {font-size: 16px;}
	.survey_questions .gray {font-size: 14px;}
}
@media screen and (max-width: 580px) {
	.frm_tit {padding: 10px;}
	.frm_tit:after {top: 30%;}
	.survey_cont {padding: 20px;}
	.btn_wrap {margin:10px auto;}
	.btn {width:90%;height: 50px;}
}
@media screen and (max-width: 420px) {
	.survey_questions li {margin:5px 0;}
}
@media screen and (max-width: 360px) {
	.survey_cont {padding: 10px;}
	.chk {margin-right: 0px;}
	.frm_tit:after {top: 30%;background-size: 80%;}
}

@media print { 
	.print_wrap { display: none; }
	.frm_tit { display: none; }
	.btn_wrap { display: none; }
}