@charset "euc-kr";

form.jqtransformdone label{
	margin-top:0px;
	margin-right:5px;
	/*height:30px;
	line-height:30px;*/
	display:inline-block;
	/*float:left;*/
	position:relative;
	top:-1px;
}

@media screen and (max-width:340px) {
	.prvcy_label{letter-spacing:-1px !important;}
}

form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:inline-block;
	/*float:left;*/
	height:20px;
}
a.jqTransformCheckbox {
	background: transparent url(img/checkbox.png) no-repeat center top;
	background-size:20px;
	vertical-align:middle;
	height:20px;
	width:20px;
	/*background-color:#00CC66;*/
	display:inline-block;/*display: -moz-inline-block;*/
}

.fortune_area a.jqTransformCheckbox {
	background: transparent url(/event/img/bg_chk.png) no-repeat center top;
	background-size:20px;
	vertical-align:middle;
	height:20px;
	width:20px;
	/*background-color:#00CC66;*/
	display:inline-block;/*display: -moz-inline-block;*/
}

.cont_event .jqTransformCheckbox {
	background: transparent url(/gy_img_renw/kakao/bg_checkbox2.png) no-repeat center top;
	background-size:20px;
	vertical-align:middle;
	height:20px;
	width:20px;
	/*background-color:#00CC66;*/
	display:inline-block;/*display: -moz-inline-block;*/
}

.cont_event.brown .jqTransformCheckbox{
	background: transparent url(/sk/images/common/bg_chk_green.png) no-repeat center top;
	background-size:20px;
	vertical-align:middle;
	height:20px;
	width:20px;
	/*background-color:#00CC66;*/
	display:inline-block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {padding-bottom:1px; background-position: center -22px;}
.fortune_area a.jqTransformChecked { background-position: center -20px;}
.cont_event.brown a.jqTransformChecked { background-position: center -20px;}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
	display:inline-block;
	margin:0px 4px 0;
	/*height:20px*/
}
.jqTransformRadio {
	background: transparent url(img/radio.png) no-repeat center top;
	background-size:20px;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	display:inline-block;/*display: -moz-inline-block;*/
}

.tbl_fortune .jqTransformRadio {
	background: transparent url(/event/img/bg_radio.png) no-repeat center top;
	background-size:20px;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	display:inline-block;display: -moz-inline-block;
}


.cont_event .jqTransformRadioWrapper {
	display:inline-block;
	margin:0px 4px 0;
	/*height:20px*/
}
.cont_event .jqTransformRadio {
	background: transparent url(/gy_img_renw/kakao/bg_radio.png) no-repeat center top;
	background-size:20px;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	display:inline-block;/*display: -moz-inline-block;*/
}

.cont_event.brown .jqTransformRadio {
	background: transparent url(/sk/images/common/bg_radio_brown.png) no-repeat center top;
	background-size:20px;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	display:inline-block;/*display: -moz-inline-block;*/
}

.cont_event .evnet_quiz .jqTransformRadio{
	background: transparent url(/gy_img_renw/kakao/bg_radio3.png) no-repeat center top;
}

.cont_event a.jqTransformChecked { background-position: center -20px;}
.cont_event.brown a.jqTransformChecked { background-position: center -20px;}
.cont_event .evnet_quiz a.jqTransformChecked {background-position: center -20px;}



/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}