@charset "utf-8";
/*설문 배너*/
#question_banner_wrap{
	display:block;
	position:fixed;
	width:254px;
	height:134px;
	right:20px;
	bottom:0;
	background:url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/include/question/question_banner_.png') 0 0 no-repeat;
	z-index:999;
}
#question_banner_wrap button{
	display:block;
	position:absolute;
	cursor:pointer;
	outline:none;
	border:none;
	background:none;
}
#question_banner_wrap #question_banner_close{
	width:17px;
	height:17px;
	right:0;
	top:0;
}
#question_banner_wrap #question_banner_go{
	width:89px;
	height:24px;
	left:17px;
	bottom:17px;
}


/*설문팝업*/
#question_show1{
	display:none;
}
#question_show2{
	display:none;
}
#question_show3{
	display:none;
}
#question_popup_bg{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	z-index:99990;
}
.question-popup-wrap{
	display:none;
	position:fixed;
	width:900px;
	height:600px;
	left:50%;
	margin-left:-450px;
	top:45%;
	margin-top:-250px;
	background:#fff;
	border:2px solid #000;
	z-index:99999;
	font-size:15px;
}
.question-popup-wrap .question-popup-head{
	position:relative;
	height:60px;
	background:#000;
	color:#fff;
	font-family:'spoqa4';
	font-weight:600;
	line-height:60px;
}
.question-popup-wrap .question-popup-head h1{
	font-size:20px;
	padding-left:20px;

}
.question-popup-wrap .question-popup-head button{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:60px;
	cursor:pointer;
	border:none;
	background:none;
	outline:none;
	color:#fff;
	font-size:24px;
}
.question-popup-wrap .question-popup-body{
	position:relative;
	overflow:hidden;
	overflow-y:auto;
	height:540px;
	font-family:'spoqa3';
	font-weight:300;
}
.question-popup-wrap .question-popup-body h2{
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
	line-height:0;
	font-size:0;
	position:absolute;
	left:-999px;
}
.question-popup-wrap .question-popup-body .question-content{
	position:relative;
	display:block;
	padding:35px;
}
.question-popup-wrap .question-content .question-title{
	padding:20px 30px;
	border:1px dashed #ccc;
	margin-bottom:20px;
	background:url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/include/question/question_icon.png') 620px 20px no-repeat;
}
.question-popup-wrap .question-content .question-title .ment1{
	margin-bottom:5px;
	font-size:15px;
}
.question-popup-wrap .question-content .question-title .ment2{
	color:#878787;
	font-size:13px;
}
.question-popup-wrap .question-content .question-item{
	padding:40px 0;
}
.question-popup-wrap .question-content .question-item h3{
	font-family:'spoqa4';
	font-weight:600;
	color:18px;
	line-height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
.question-popup-wrap .question-content .question-item ul:after{
	content:'';
	display:table;
	clear:both;
}

.question-popup-wrap .question-content .question-item ul li{
	float:left;
	margin-right:40px;
	margin-bottom:4px;
	/*width:152px;
	padding-right:10px;*/
}

.question-popup-wrap .question-content .question-item ul li input{
	display:none;
}
.question-popup-wrap .question-content .question-item ul li label{
	position:relative;
	display:block;
	line-height:20px;
	padding-left:22px;
	cursor:pointer;
}

.question-popup-wrap .question-content .question-item ul li label:before,
.question-popup-wrap .question-content .question-item ul li label:after{
	content:'';
	position:absolute;
	border-radius:100%;
}
.question-popup-wrap .question-content .question-item ul li label:before{
	display:block;
	left:0;
	top:4px;
	width:13px;
	height:13px;
	border:1px solid #000;
}
.question-popup-wrap .question-content .question-item ul li label:after{
	display:none;
	width:9px;
	height:9px;
	left:3px;
	top:7px;
	background:#000;
}
.question-popup-wrap .question-content .question-item ul li input:checked ~ label:after{
	display:block;
}
.question-popup-wrap .question-apply-area{
	width:520px;
	margin:50px auto 20px;
}
.question-popup-wrap .question-apply-area:after{
	content:'';
	display:table;
	clear:both;
}
.question-popup-wrap .question-apply-area .question-apply{
	display:block;
	float:left;
	width:258px;
	line-height:40px;
	height:40px;
	font-family:'spoqa3';
	font-weight:300;
	text-align:center;
	color:#fff;
	font-size:20px;
	cursor:pointer;
	border:none;
	outline:none;
}
.question-popup-wrap .question-apply-area .question-apply.question-apply-red{
	background:#d5474a;
	margin-right:4px;
}
.question-popup-wrap .question-apply-area .question-apply.question-apply-gray{
	background:#b7b7b7;
}

/*쿠폰확인 / 연령확인 팝업*/
.qustion_inputpop_wrap{
	display:none;
	position:fixed;
	width:240px;
	height:140px;
	padding:30px;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-200px;
	background:#fff;
	border:2px solid #000;
	z-index:999999;
}
.qustion_inputpop_wrap h2{
	margin-bottom:20px;
	font-family:'spoqa3';
	font-weight:300;
	text-align:left;
	font-size:15px;
	line-height:18px;
}
.qustion_inputpop_wrap .input-section:after{
	content:'';
	display:table;
	clear:both;
}
.qustion_inputpop_wrap .input-section select,
.qustion_inputpop_wrap .input-section input{
	display:block;
	float:left;
	height:35px;
	line-height:35px;
}
.qustion_inputpop_wrap .input-section select{
	width:79px;
	padding-left:10px;
}
.qustion_inputpop_wrap .input-section input{
	border:1px solid #ccc;
	width:64px;
	padding-left:10px;
	margin-right:2px;
}
.qustion_inputpop_wrap .btn-section{
	width:142px;
	margin:20px auto 0;
}
.qustion_inputpop_wrap .btn-section button{
	float:left;
	display:block;
	outline:none;
	border:none;
	cursor:pointer;
	width:70px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-family:'spoqa3';
	font-weight:300;
	color:#fff;
	
}
.qustion_inputpop_wrap .btn-section .qustion_inputpop_submit{
	background:#d5474a;
	margin-right:2px;
}
.qustion_inputpop_wrap .btn-section .qustion_inputpop_cancle{
	background:#b7b7b7;
}