/*
LS CSS
by HYH
*/


.c-yellow {color: #ffba00 !important;}
.c-green {color: #459ba5 !important;}
.c-orange {color: #f19f43 !important;}
.c-blue {color: #3a91e8 !important;}
.c-purple {color: #525bc4 !important;}

.highlight {display: inline; font-weight: inherit !important;}

.c-yellow .highlight {box-shadow: inset 0 -.8em 0 #fff0c7; }
.c-green .highlight {box-shadow: inset 0 -.8em 0 #d6e9eb; }
.c-orange .highlight {box-shadow: inset 0 -.8em 0 #fcead6; }
.c-blue .highlight {box-shadow: inset 0 -.8em 0 #d4e7fa; }

.page_qz{
	width:100%;
	margin:0 auto;
	color: #000;
}

.page_qz p{
	font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    display: block;
    letter-spacing: -1px;
}

.qz p,
.qz label{
	font-size:16px;
	line-height:36px;
	font-weight:300;
}

.qz_top{
	position: relative;
	background:#ffb43c;
	width:100%;
	height:690px;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.qz_top .bg {
	z-index: 0;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	background:#ffb43c;
	background-size: auto;
}
.qz_top .top_txt{
	position: relative; 
	z-index: 1;
	text-align:center;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.qz_top .top_txt img {
	max-height: 80%;
}

/* sec1 */

.page_qz .sec1{
	width:100%;
	margin:0px auto;	
	background-color:#dff7fe;
	padding-top: 70px;
	padding-bottom:70px;
	text-align: center;
}

.page_qz1 .qz{
	position: relative;
	margin:0px auto;
	max-width:685px;
	margin-bottom:30px;
}

.page_qz1 .qz .hidden {
	position: absolute;
	height: 0;
	visibility: hidden;
}

.page_qz1 .qz_input{
	position: absolute;
	left: 50%; bottom: 4.72%;
	width: 32%; height: 7.8%;
	transform:translateX(-50%);
	text-align:center;
}

.page_qz1 .qz_input input[type='text']{
	width: 100%; height: 100%;
	text-align:center;
	border:0;
	font-weight: 700;
	font-size: 30px;
	padding:0px;
	border-radius: 10px;
	background: none;
	color: #000;
	border: 2px solid #000;
}

.page_qz1 .qz1 .qz_input {width: 26.3%; height: 6.2%; bottom: 3.2%;}
.page_qz1 .qz2 .qz_input {width: 26.3%; height: 7.4%; bottom: 3.7%;}
.page_qz1 .qz3 .qz_input {width: 26.3%; height: 10.8%; bottom: 5.5%;}
.page_qz1 .qz3 .qz_input > div {overflow:hidden; height: 35%;}
.page_qz1 .qz3 .qz_input > div:first-child {margin-bottom: 12%;}
.page_qz1 .qz3 .qz_input input[type="radio"] {width: 13%; height: 100%; float: right;}
.page_qz1 .qz3 .qz_input input[type="radio"]:first-child {float: left;}
.page_qz1 .qz3 .qz_input label {display: inline-block; width: 0; color: transparent; vertical-align: middle; font-size: 0; line-height: 1;}

.h_btn{
	display:inline-block;
	background-color:#fffdc7;
	text-align:center;
	width:220px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	cursor:pointer;
	font-size: 2.0rem;
    color: #000;
    font-weight: 400;
	border-radius:60px;
}

.h_btn img{
	vertical-align:middle;
}

.qz.qz4 {background-color: #fffdcd; border-radius: 20px;}
.qz.qz4 .in {
	position: absolute; left: 10%; top: 30%;
	width: 80%;
}

.qz_input2{
	padding:0px 20px;
	text-align:center;
	margin-top:34px;
}

.qz_input2 input[type=text]{
	width:48%;
	height:50px;
	border:1px solid #c5c5c5;
	margin-bottom:14px;
	padding:0 10px;
	font-size: 20px;
}

.qz_input2 input[type=text]:nth-child(2){
	margin-left:2%;
}

.page_qz ::placeholder {
  color: #303030;
  font-weight:350;
}

.page_qz .qz-button{
	display:block;
	width:230px;
	height:52px;
	background:url('/2024_10/images/qz/send_btn.png') no-repeat center top;
	border:0px;
	border-radius:60px;
	/*font-size:2.2rem;
	font-weight:400;*/
	margin:0 auto;
	margin-top:16px;
	cursor:pointer;
	text-indent:-9999px;
}


.page_qz .qz_info{
	text-align:left;
}

.page_qz .qz_info_top{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.page_qz .qz_info_top p{
	font-size:1.9rem;
	font-weight:400;
	line-height:30px;
	color:#323744;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .page_qz .qz_info_top p{
        letter-spacing: -1.6px;
    }
}

.page_qz .qz_info_top p > span{
	font-weight:500;
}
.page_qz .qz_info_btm{
	position:relative;
}

.page_qz .qz_info_btm span{
	padding:4px 9px;
	background-color:#ff9a23;
	color:#FFF;
	border-radius:4px;
	font-size:18px;
	font-weight:200;
	margin-right:16px;
	vertical-align:top;
}

.page_qz .qz_info_btm p,
.page_qz .qz_info_btm div{
	font-size:20px;
	font-weight:300;
	line-height:32px;
	color:#303030;
	margin-bottom:5px;
}

.page_qz .qz_info_btm p.gift_mg{
	margin:0 0;
	display:inline-block;
	margin-left:-7px;
	margin-top:-3px;
}

img.coffee{
	position:absolute;
	right:30px;
	bottom:6px;
}

/* sec2 */

.page_qz .sec2{
	background-color:#bee6ff;
}


.qz_review{
	width:1100px;
	margin:0 auto;
	/*background-color:#fcf6e8;
	border-radius:10px;
	padding:74px 27px;
	box-shadow: 6px 0px 8px 0px rgba(74, 74, 74, 0.07);*/
}


.rv_top{
	text-align:center;
}

.rv_top > img{
	margin-bottom:30px;
}

.qz_review ul{
	/*width: 880px;*/
	margin:45px auto 25px auto;
	text-align:center;
}

.qz_review li{
	display:inline-block;
	width:164px;
	text-align:center;
	margin-right:10px;
	padding-bottom:25px;
}

.qz_review li.li_7{
	/*margin-left:87px;*/
}

.qz_review li img{
	width:164px;
	height:115px;
}

.page_qz .qz_review input[type=radio]{
    margin: 0;
    margin-right: 5px;
}

.qz_review li label{
	font-size: 16px;
    font-weight: 300;
}

.qz_review li div{
	margin-top:3px;
	height:25px;
	line-height:25px;
}

.qz_review .qz_input20{
	margin:0 auto;
	padding:0 0px;
	width:820px;
	overflow:hidden;
}

.qz_review .qz_input20 div{
	width:49%;
}

.qz_review .qz_input20 div.al_left{
	float:left;
}

.qz_review .qz_input20 div.al_right{
	float:right;
}

.qz_review .qz_input20 input[type=text]{
	width:100%;
	height:50px;
	border:0px;
	padding:0 10px;
	font-size: 20px;
}

.qz_review .qz_input20 textarea{
	width:100%;
	border:0px solid #c5c5c5;
	height:120px;
	padding: 10px;
	margin-top:14px;
	font-size: 20px;
}

.qz_review .qz_rv_button{
	width: 231px;
    height: 52px;
    color: #FFF;
    text-align: center;
	background:url('/2024_10/images/qz/send_btn.png') no-repeat center;
    border: 0px;
    border-radius: 50px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 30px;
	cursor:pointer;
}

.page_qz .qz_review .qz_info_btm{
	margin-top:50px;
	text-align:center;
}

.page_qz .qz_review .qz_info_btm span{
	padding: 5px 10px;
	background-color:#f48123;
	color:#FFF;
	border-radius:4px;
	font-size:19px;
	margin-right:13px;
}

.page_qz .qz_review .qz_info_btm p{
	display:inline-block;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	color:#303030;
	margin:0;
	margin-right:40px;
}

.page_qz .qz_review .qz_info_btm p:last-child{
	margin-right:0px;
}

.top_txt {
	text-align: center;
}

/* page_qz1 - sec3 */

.page_qz .page_qz1 .sec3{
	margin:0 auto;
	padding-top:100px;
	padding-bottom:75px;
	background-color:#bee6ff;
}


.cong_box{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	border-radius:20px;
	padding:50px 87px 45px 87px;   /*0712 수정*/
	/*box-shadow: 6px 0px 8px 0px rgba(74, 74, 74, 0.07);
	box-shadow: 6px 6px 8px 0px rgba(74, 74, 74, 0.07);*/
}

.page_qz .page_qz1 .con_box{
	width:100%;	
	border-top:2px solid #000;
	/*background-color:#FFF;
	padding:50px 90px 40px 90px;
	border:2px solid #2063ae;
	border-radius:20px;
	margin-top:30px;*/
	overflow:hidden;
	margin-top:-2px;
}

.page_qz .page_qz1 .con_box.con_box2{
	border:2px solid #6553a7;
	margin-bottom:20px;
}

.page_qz .page_qz1 .con_box p.st,
.page_qz .page_qz1 .con_box p.st2{
	display: block;
	font-size:21px;
	color:#009da7;
	font-weight:500;
	line-height:32px;
	text-align:left;
	/*border-bottom:2px solid #0068dd;*/
	padding-bottom:10px;
	font-weight: 700;
}

.page_qz .page_qz1 .con_box p.st2{
	color:#ff9a23;
}
.page_qz .page_qz1 .con_box.con_box2 p.st{
	color:#7661c1;
}

.page_qz .page_qz1 .con_list.mg{
	margin-top:50px;
	padding-bottom:50px;
}

.page_qz .page_qz1 .con_list.mg2{
	margin-top:30px;
}

.page_qz .page_qz1 .con_list p.goods{
	font-weight:300;
	margin-bottom:5px;
	line-height: 36px;
	letter-spacing:-1.2px;
}
.page_qz .page_qz1 .con_list p {
	font-weight:350;
}

.page_qz .page_qz1 .con_list p > span{
	font-weight:400;
	margin-right:10px;
}

.page_qz .page_qz1 .con_fst,
.page_qz .page_qz1 .con_sec{
	width:100%;
	overflow:hidden;
}

.page_qz .page_qz1 .con_box2 .con_fst{
	padding-bottom:0px;
}

.page_qz .con_fst {
	padding-top: 40px;
}
.page_qz .con_fst .con_ans {
	float: none; width: 100%; font-size: 0;
}
.page_qz .con_fst .con_ans span {display: inline-block; font-size: 20px; font-weight: 700; margin-right: 5px;}
.page_qz .con_fst .con_ans > div {display: inline-block; vertical-align: top; width: 33.33%;}

.page_qz .con_list_n3 {
	display: flex;
	flex-wrap: wrap;
}
.page_qz .con_list_n3 p {width: 33.33%;}


div.op{
	margin-top:30px;
	width:100%;
	background-color:#e8e8e8;
	padding:13px;
	border-radius:10px;
	margin-bottom: 30px;
}

.page_qz .page_qz1 .con_list div.op span{
	background:url('/2024_10/images/qz/qz_arr0.png') no-repeat left center;
	background-position-y: 4px;
	padding-left: 28px;
	font-weight: 500;
    margin-right: 0px;

}
.con_list{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}

.con_ans{
	float:left;
	width:44%;
	font-size:2.0rem;
	font-weight:350;
}
.con_ans span{
	font-weight:700;
	margin-right:5px;
}
.con_ans p{
	display:inline;
	margin-right:26px;
	line-height:36px;
}

.con_ans p.p2{
	display:inline-block;
	padding-left:17px;
}

.con_box_inner{
	width:55%;
	float:right;
}

.page_qz .page_qz1 .con_left,
.page_qz .page_qz1 .con_right{
	padding:0;
	width:50%;
}
.page_qz .page_qz1 .con_left{
	float:left;	
}

.page_qz .page_qz1 .con_right{
	float:right;
	text-align:right;
}

.btm_left{
	float:left;
	width:50%;
}

.btm_left p.st{
	color:#ff5b57;
	font-size:1.8rem;
	font-weight:bold;	
	padding-bottom:10px;
}

.btm_left p{
	text-align:left;
	color:#303030;
	font-weight:350;
	font-size:1.8rem;
}


/* page_qz2 - sec1 */

.page_qz .page_qz2{
	background-color:#fff2cf;
	padding:0px 0 70px 0px;
}

.page_qz .page_qz2 .sec1,
.page_qz .page_qz2 .sec2,
.page_qz .page_qz2 .sec3,
.page_qz .page_qz3 .sec1{
	width:984px;
	margin:0 auto;
}

.page_qz2 .top_txt{
	text-align:center;
}

.page_qz2 .top_txt img{
	margin-bottom:20px;
}

.sum_box{
	width:100%;
	overflow:hidden;
	margin-top:55px;
}

.sum_box > div{
	width:100%;
	overflow:hidden;
}

.sum_left,
.sum_right{
	width:457px;
	height:600px;
	border:2px solid #0a5b53;
	padding:40px 36px 0px 37px;
	background-color:#FFF;
	border-radius:20px;
	box-shadow: 7px 7px 0px 0px #10bdab;
	margin-bottom:40px;
}

.sum_left{
	float:left;
}

.sum_right{
	float:right;
    margin-right: 7px;
}

.sum_box p{
	font-size:1.9rem;
	font-weight:300;
	line-height:30px;
}


.sum_box p.con{
	font-weight:300;
	line-height:30px;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .sum_box p.con{
        letter-spacing: -1.7px;
    }
}

.sum_box img{
	margin:16px 0 22px 0;
}



/* page_qz2 - sec3 */



.page_qz .page_qz2 .sec1{
	margin-top:0px;
}

.kt_box{
	width:100%;;
	
	padding:40px 0;
	background-color:#FFF;
	border-radius:20px;
	/*border:2px solid #e59c1d;
	box-shadow: 7px 7px 0px 0px #feac1e;*/
	margin-top:30px;
	overflow:hidden;
	text-align:center;
}


@media all and (max-width:1279px){
	.qz_top {
		padding-left: 54px;
		padding-right: 54px;
	}
	.page_qz .page_qz1{
		background-size: cover;
	}

	.page_qz .page_qz2,
	.page_qz .page_qz3{
		padding: 0 5% 5%;
	}

	.page_qz .page_qz2 .sec1, .page_qz .page_qz2 .sec2, .page_qz .page_qz2 .sec3,
	.page_qz .page_qz3 .sec1{
		width: 100%;
	}
	.page_qz .sec2{
	}
	.page_qz .page_qz1 img.gf{
		display:none;
	}
	.qz_review,
	.cong_box{
		width:90%;
	}
	.qz_review li{
		vertical-align: top;
		width: 18%;
		margin-right: 1.8%;
	}
	.qz_review li img {
		width: auto;
		height: auto;
	}
	.qz_review li:nth-child(6n) {
		margin-right: 1.8%;
	}

	.sum_left, .sum_right {
		width: 48%;
		height: 600px;
	}

	.hint_area .popup{
		/*right:auto;
		left: 20px;
		top: 300px;*/
	}

	.hint_area .popup.qz_pop2 {
		/*right: auto;
		left: 20px;*/
	}

	.hint_area .popup .pop_top {
		
	}

	.box_1st.box_2nd .div3, .box_1st.box_3rd .div3, .box_1st.box_4th .div3{
		margin-left: 10%;
	}

	.box_1st.box_2nd .div3 ul, .box_1st.box_3rd .div3 ul, .box_1st.box_4th .div3 ul{
		width: 33%;
		padding-left: 5%;
	}


}


@media all and (max-width:1225px){
	.qz_top {
		height: 500px;
	}

	.hint_area .popup{
		right:auto;
		left: 50%;
		top:60px;
	}

	.hint_area .popup.qz_pop2 {
		right: auto;
		left: 50%;
		
	}

	.hint_area .popup.qz_pop2 .pop_top{
		background:url('/2024_10/images/qz/pop1.png') no-repeat left top;
	}

	.hint_area .popup.qz_pop2 .pop_close{
		right:37px;
		left:auto;
	}


}

@media all and (max-width:1110px){
	.qz_review li:nth-child(6), 
	.qz_review li:nth-child(10) {
		margin-left: auto;
	}
	.qz_review ul{
		width: 100%;
	}
}

@media all and (max-width:939px){

	
	
	.page_qz .page_qz1{
		padding: 0 0%;
	}

	.hint_area .popup{
		left: 0%;
	}

	.hint_area .popup.qz_pop2 {
		left: 0%;
		
	}
	.qz_review .qz_input20{
		width:100%;
	}

	.cong_box{
		padding:7%;
	}
	
}

@media all and (max-width:768px){

	.qz_review li{
		width: 23%;
		margin-right: 1.5%;
	}
	.page_qz .page_qz1 .con_box{
		
	}
	.sum_box p.con {
		display: inline;
	}
	.page_qz .page_qz2 .con_left, .page_qz .page_qz2 .con_right{
		padding:0 25px;
	}
	.page_qz .qz_info_btm{
		margin-top:15px;
    }

	.kt_box2{
		padding: 5%;
	}
	.page_qz .page_qz1 .con_list div.op span{
		background-size:20%;

	}

	.page_qz1 .qz {margin-left: 50px; margin-right: 50px; width: calc(100% - 100px);}
	.qz.qz4 {margin-bottom: 0; background: #fffdcd url('/2024_10/images/qz/qz1-4mo.png') center 0 no-repeat; background-size: 100% auto;}
	.qz.qz4 .qz_img {display: none;}
	.qz.qz4 .in {position: static; margin-left: 10%; padding-top: 20%; padding-bottom: 40px;}
	.qz.qz4 .qz_input2,
	.qz.qz4 .qz-button {position: relative; z-index: 1;}
	.qz.qz4 .qz-button {max-width:150px; background-size: cover; height: 40px;}
	img.coffee {width: 10%; right: 0;}
	.qz_input2 {padding-left: 0; padding-right: 0;}

	.page_qz1 .qz_input input[type='text'] {}



	.page_qz .con_fst .con_ans > div {width: 100%;}
	.page_qz .con_list_n3 p {width: 50%;}


		.page_qz1 .qz1 .qz_input,
	.page_qz1 .qz2 .qz_input,
	.page_qz1 .qz3 .qz_input {width: 27.3%;}

	.sec3 .top_txt img {height: 50px;}
	
}

@media all and (max-width:567px){
	.qz_top {
		height: 250px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.page_qz1 .sec1{
		padding-top: 40px;
	}
	.qz_review li {
		width: 47%;
		margin-right: 2%;
	}
	.qz_review .qz_input20 {
		padding: 0 0px;
	}
	.page_qz .qz_review .qz_info_btm p{
		display: block;
		text-align:left;
		margin-right:0px;
	}

	.page_qz .page_qz1 .con_box{
		
	}

	.page_qz .page_qz2 {
		padding-bottom: 50px;
	}

	.page_qz .page_qz2 .sec1,
	.page_qz .page_qz2 .sec2{
		margin-top: 50px;
	}

	.sum_box{
		padding: 0 0%;
	}

	.sum_left, .sum_right {
		width: 97%;
		height: 500px;
		padding: 8% 5%;
		float: none;
	}

	.page_qz .page_qz1 .con_list.mg{
		padding-bottom:0px;
	}
	.con_box_inner,
	.con_ans{
		width:100%;	
	}
	.page_qz .page_qz1 .con_left, 
	.page_qz .page_qz1 .con_right{
		float:none;
		width:97%;
		padding: 0% 0%;
	}
	.page_qz .page_qz1 .con_right{
		text-align:left;
	}
	.page_qz .page_qz1 .con_left{
		background:none;
	}

	.page_qz .page_qz1 .con_list div.op span{
		background-size:20%;

	}
	.page_qz .qz_info_btm{
		margin-top:15px;
    }
	.page_qz .qz_info_btm p{
		margin-left: 5px;
	}

	.page_qz1 .qz.qz2 p{
		position:relative;
		width:100%;
		left:50%;
		margin-left:-50%;

	}

	.box_1st div{
		display:block;
		text-align:center;
	}

	.box_1st .div3{
		margin-left: 0px;
	}

	.box_1st.box_2nd .div3, .box_1st.box_3rd .div3, .box_1st.box_4th .div3{
		margin-left:0%;
	}

	.box_1st.box_2nd .div3 ul, .box_1st.box_3rd .div3 ul, .box_1st.box_4th .div3 ul {
		width: 100%;
		padding-left: 0%;
	}

	.page_qz .qz_info_btm p,
	.page_qz .qz_info_btm div{
		margin-left: 5px;
		margin-bottom: 7px;
	}

	.page_qz1 .qz {margin-left: 20px; margin-right: 20px; width: calc(100% - 40px);}
	.qz_input2 input[type=text] {height: 45px; font-size: 14px;}

	.down_box a img {height: 35px;}
	.page_qz .qz_info_btm p.gift_mg {margin-left: 0; line-height: 1.6; margin-top: .3em;}
	img.coffee {bottom: 0; right: -2%;}


}

@media all and (max-width:375px){
	
	.page_qz .qz_info_btm p,
	.page_qz .qz_info_btm div{
		margin-left: 5px;
	}



	
	
}

@media all and (max-width:320px){
	.page_qz1 .sec1{
		/*zoom:0.6;*/
	}
	.page_qz .qz_info_top p{
		display:inline;
	}
	.page_qz .qz_info_btm {
		margin-top: 10px;
	}


}


/*0713 추가*/
.pb35 {
	padding-bottom: 35px;
}





/* down */
.hero_down{
	padding:60px 20px;
	margin-top:60px;
	text-align:center;
	background-color:#ececec;	
}
.hero_down .er_box h5 {
    padding-bottom: 48px;
}
.hero_down .text{
	text-align:center;
	padding-bottom:48px;
	margin-top: 10px;
}
.hero_down .er_cont{
	width:100%;
	overflow:hidden;
}
.hero_down .text span{
	display: inline-block; vertical-align: top;
	font-size: 1.8rem;
    font-weight: 400;
	text-align:center;
	margin-left:15px;
}
.down_box{
	display:inline-block;
	width:364px;
	vertical-align:top;
}
.down_box > div:first-child {
	display: flex;
	align-items:center;
	justify-content: center;
	height: 295px;
}

.down_box:nth-child(2){
	width:420px;
	margin-left:100px;
}
.down_box div:nth-child(2){
	margin-top:50px;
}

.down_box div a:nth-child(2){
	margin-left:17px;
}
@media all and (max-width:567px){
	.he_box h5 {margin-bottom: 10px;}
	.he_box h5 img {height: 25px;}


	.page_title .title_box h2 img{
		width: 20%;
	}

	.page_hero_box{
		/*padding: 5%;*/
		margin-top: 10%;
	}

	.page_hero section {
		padding: 20% 10%;
		margin-bottom:5%;
	}

	.page_hero .hero_down{
		padding: 20px;
	}

	.er_box h5 {
		padding-bottom: 40px;
	}

	.er_cont .text{
		padding-top: 40px;
	}

	.down_box,
	.down_box:nth-child(2){
		width: 100%;
	}

	.down_box:nth-child(2){
		margin-top:40px;
		margin-left: 0;
	}


	.page_qz .con_list_n3 p {width: 100%;}
	.con_list {padding-bottom: 30px;}

	.hero_down {margin: 0; width: auto; border-radius: 0;}
	.down_box > div:first-child {height: auto; display: block;}
	.down_box > div:first-child img {max-height: 180px !important;}
	.down_box div:nth-child(2) {margin-top: 20px; display: flex; justify-content: center;}
	.hero_down .text span {font-size: 16px;}

	.page_qz p,
	.page_qz .page_qz1 .con_list p.goods {font-size: 16px; line-height: 1.8;}

	.page_qz .qz_review .qz_info_btm p {font-size: 16px; padding-bottom: 5px;}
	.page_qz .qz_review .qz_info_btm span {font-size: 15px;}

	.page_qz .page_qz1 .sec3 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 70px;
        padding-bottom: 50px;
    }
	.page_qz .page_qz1 .sec3 .cong_box {width: auto;}

	.qz.qz4 .in {margin-left: 5%; width: 90%;}
	.page_qz .qz_info_btm span,
	.page_qz .qz_info_btm p, .page_qz .qz_info_btm div {font-size: 16px;}
	.page_qz .qz_info_btm span {margin-right: 10px;}


	.page_qz1 .qz_input {width: 33%;}
	.page_qz1 .qz_input input[type='text'] {border-radius: 7%; border-width: 2px; font-size: 14px;}


	.qz_review li div {position: relative;}
	.qz_review li a {display: block;}
	.qz_review li label {display: block; position: absolute; width: 100%; height: auto; font-size: 14px;}


.qz_review .qz_rv_button {height: 40px; background-size: auto 100%;}

}
