@charset "UTF-8";

.liBox_opalayer {
	background: #000;
	z-index: 1000;
	top: 0;
	left: 0;
	position: fixed !important;
	height: 100% !important;
	overscroll-behavior: contain;
	overflow: hidden
}

.ltBox {
	transition: all .2s ease 0s;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0
}

.ltBox_close {
	display: none
}

.ltBox_open {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .2s ease 0s
}

.layer {
	background: #fff;
	box-shadow: 0 0 60px #393939;
	width: 100%
}

.layer header {
	background: #6e8491;
	font-size: 18px;
	float: none;
	text-align: center;
	color: #fff;
	font-weight: 300;
	padding: 14px 14px 12px
}

.ico.cross {
	float: right;
	font-size: 14px;
	display: block
}

.ico.cross:before {
	content: "R";
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	position: relative;
	z-index: 2;
	display: block
}

.layer header~div>h3 {
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	margin: 4px 0 21px
}

.layer header~div {
	padding: 15px
}

.layer footer {
	text-align: center;
	padding: 15px;
	font-size: 14px;
	clear: both
}

.layer footer .bluBtn {
	float: none;
	margin-left: 40px
}

.row label {
	width: 34%;
	float: left;
	color: #838383;
	text-align: right;
	margin-right: 3%;
	font-size: 14px;
	line-height: 26px;
	height: 30px
}

.row input,
.row select,
.row textarea {
	border: 1px solid #cfcfcf;
	padding: 6px 10px;
	color: #444;
	font-weight: 300;
	height: 31px
}

.bluBtn,
.sfrnBtn {
	border: 0
}

.flN {
	float: none
}

.layer form>footer {
	text-align: center;
	font-size: 14px
}

.ltLayer {
	background: #000
}

.lightbox,
.lightbox_open {
	background: #FFF
}

.flipClose,
.flipOpen {
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	transition: transform .3s, opacity .3s
}

.flipOpen {
	opacity: 1
}

.flipClose {
	transform: perspective(1300px) rotateX(-60deg);
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: scale(0.3);
	transform: scale(0.8);
	display: none
}

.ltCont,
.ltLayer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.ltCont.close {
	display: none
}

.ltCont .lightbox_open {
	display: block
}

.ltLayer {
	transition: opacity .3s
}

.ltLayer.open {
	opacity: .5;
	filter: alpha(opacity=50)
}

.ltLayer.close {
	opacity: 0;
	filter: alpha(opacity=0)
}

.newLayer header {
	font-size: 24px;
	background-color: transparent;
	color: #333;
	font-weight: 500;
	padding-top: 35px
}

.newLayer header~div {
	padding: 0
}

.newLayer .ico.cross {
	font-size: 14px;
	right: 20px;
	position: absolute;
	display: inline-block;
	top: 22px
}

.newLayer .ico.cross:before {
	color: #666;
	font-size: 14px;
	line-height: 22px
}

.newLayer .txtCtr {
	text-align: center
}

#cqLayer_lightBox {
	top: 50px !important
}

.txtCtr.ovh {
	padding: 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

#cqSubmitBtn {
	height: 38px
}

#cqLayer_lightBox .counter {
	float: left;
	height: 20px;
	margin: 0 0 0 7px;
	width: 40px
}

#cqLayer_lightBox .row input,
#cqLayer_lightBox .row select,
#cqLayer_lightBox .row textarea {
	outline: 0
}

#cqLayer_lightBox .row input[type=text] {
	width: 406px;
	height: 40px
}

#cqLayer_lightBox .row p>em {
	float: left;
	max-width: 90%
}

#cqLayer_lightBox .ans {
	clear: both;
	margin: 10px 0 20px 47px
}

#cqLayer_lightBox .hide {
	display: none
}

#cqLayer_lightBox .ans label {
	display: block;
	float: none;
	height: auto;
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 4px;
	margin-right: 0;
	text-align: left;
	width: 100%;
	font-weight: 400;
	color: #666
}

#cqLayer_lightBox .cqLayer_body {
	max-height: 380px;
	overflow: hidden;
	overflow-y: auto;
	padding-left: 30px !important
}

#cqLayer_lightBox .cqLayer_body h3 {
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	margin: 4px 0 21px
}

#cqLayer_lightBox .cqLayer_body .counter {
	float: left;
	height: 20px;
	margin: 0 0 0 7px;
	width: 40px
}

.cqLayer_body em.red {
	color: #c00
}

.cqSelct {
	width: 406px;
	height: 40px !important;
	display: block
}

.cqLayer_body .ans>label,
.cqLayer_body .ans>p {
	display: block;
	float: none;
	height: auto;
	line-height: 1.3;
	margin-bottom: 4px;
	margin-right: 0;
	text-align: left;
	width: 100%
}

.cqLayer_body .ans input[type=checkbox],
.cqLayer_body .ans input[type=radio] {
	border: 0;
	padding: 0;
	height: auto;
	margin: 0 10px 0 20px;
	vertical-align: middle;
	opacity: 1;
	position: static
}

.cqLayer_body .txtArea {
	height: 40px !important;
	width: 300px;
	border: 1px solid #cfcfcf;
	padding: 6px 10px;
	color: #444;
	overflow: auto;
	resize: none
}

.mr0 {
	margin-right: 0
}

.chChk {
	vertical-align: bottom;
	margin-left: 5px;
	display: block;
	margin-top: 3px
}

#cqSubmitBtn {
	color: #fff;
	padding: 10px 20px;
	background: #11A1ED;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 2px;
	border: 0
}

#cqCancel {
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase
}

#cqLayer_lightBox input[type=checkbox],
#cqLayer_lightBox input[type=radio] {
	border: 0;
	padding: 0;
	height: auto;
	margin: 0 10px 0 20px;
	vertical-align: middle;
	opacity: 1;
	position: static
}

.cqLayer_body em {
	font-style: normal
}

#cqLayer_lightBox .cross {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block
}

#cqLayer_lightBox .cross::before {
	color: #333;
	font-size: 26px;
	line-height: 22px;
	content: "×";
	position: relative;
	z-index: 2;
	display: block
}

#cqLayer_lightBox .erLbl {
	font-size: 12px;
	color: #c00
}

#cqLayer_lightBox .err input,
#cqLayer_lightBox .err textarea {
	border-color: #c00
}

#cqLayer_lightBox .row {
	margin-left: 20px
}

#cqLayer_lightBox .err .counter,
#cqLayer_lightBox .err .qt-MM .ques-txt,
#cqLayer_lightBox .err .qt-MS .ques-txt,
#cqLayer_lightBox .err .qt-YN .ques-txt {
	color: #c00
}

#cqLayer_lightBox {
	direction: ltr !important
}

#cqLayer_lightBox .ans,
#cqLayer_lightBox .ques-txt {
	text-align: left
}

@media only screen and (max-width:769px) {
	#cqLayer_lightBox .ans {
		margin: 10px 0 20px 25px
	}

	.cqLayer_body .txtArea {
		width: 180px
	}

	#cqLayer_lightBox .cqLayer_body {
		padding-left: 15px !important;
		padding-right: 15px
	}
}