.marketoForm{

}
.marketoForm, input, textarea, select, button{

}
.marketoForm .field{
	display: block;
	padding-bottom: 16px;
	width: 50%;
	float: left;
}
.marketoForm label{
	display: block;
	padding-bottom: 6px;
}
.marketoForm input[type=text], .marketoForm select, .marketoForm textarea{
	width: 90%;
	text-indent: 4px;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	width: 95% !important
}
.marketoForm  input[type="text"]{
	text-indent: 8px !important;
}
.marketoForm textarea{
   min-height: 100px;
}

/*=============================================
=            CHECKBOX            =
=============================================*/
.wp-gateway li.wp-menu-checkbox {
	display: block;
	margin-bottom: 8px;
	margin-left: 21px;
}

input[type=checkbox] + label {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28571429;
	color: #000;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	padding-top: 2px;
	position: relative;
}

input[type=checkbox] + label::before {
	border: 1px solid #000;
	border-radius: 2px;
	content: "";
	height: 18px;
	width: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	background: #fff;
	box-sizing: border-box;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
	margin: 0;
	filter: unset !important;
}

input[type=checkbox]:focus + label::after {
	height: 20px;
	width: 20px;
	border-color: #5f60ff;
	top: -1px;
	left: -3px;
}

input[type=checkbox]:hover + label::after {
	border-color: #5f60ff;
}

input[type=checkbox]:active + label::after {
	border-color: #2BC275;
}

input[type=checkbox]:hover + label::after,
input[type=checkbox]:focus + label::after {
	opacity: 0.2;
}

input[type=checkbox]:focus + label::before {
	outline: 0;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

input[type=checkbox]:checked + label::before {
	background: #000;
}

input[type=checkbox]:disabled + label {
	cursor: default;
}

input[type=checkbox]:disabled + label::before {
	border-color: #999;
}

input[type=checkbox][disabled]:checked + label::before {
	background-color: #999;
}

input[type=checkbox] + label::after {
	content: "";
	height: 18px;
	width: 18px;
	border: 2px solid transparent;
	position: absolute;
	box-sizing: content-box;
	top: 0px;
	left: -2px;
	opacity: 1 !important;
	display: block;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: center;
}

input[type=checkbox]:checked + label::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='6.15' id='small-checkmark'><path fill='%23ffffff' d='M3.52 6.15a.65.65 0 01-.43-.17L0 3.11l.86-.93L3.5 4.64 8.1 0l.9.89-5.03 5.07c-.12.13-.28.19-.45.19z'></path></svg>");
}

input[type=checkbox]:disabled + label::after {
	border-color: transparent;
}

/*=====  End of CHECKBOX  ======*/

.marketoForm .noFloatQuestion{
	float: none;
	width: 100%;
	clear: both;
}
.marketoForm .noFloatQuestion input[type=text], .marketoForm .noFloatQuestion select{
	width: 95%;
}
.marketoForm .preferenceLabel{
	padding-left: 30px;
}
.marketoForm input[type=text]{

}
.marketoForm select{

}
@media only screen and (max-width : 420px){
	.marketoForm .field{ float: none; width:100%; }
	#korea-notice-2{
		width:100%;
	}
}
.marketoForm #korea-notice-1{
	display:none;
	padding:20px;
	margin-top:20px;
	margin-bottom:10px;
	background-color: #FBFBFB;
	border: 1px #CCCCCC solid;
}
.marketoForm #korea-notice-2{
	display:none;
	padding:20px;
	margin-top:20px;
	margin-bottom:10px;
	background-color: #FBFBFB;
	border: 1px #CCCCCC solid;
}
.marketoForm #korea-notice-2 p{
	text-align:left;
}
.marketoForm #korea-notice-2 th:first-child{
	width:70%;
}
.marketoForm #korea-notice-2 th{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px #CCCCCC solid;
}
.marketoForm #korea-notice-2 td{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px #CCCCCC solid;
}
.marketoForm .submit_error{
	display:none;
	margin:0;
	color:#F00;
}
.marketoForm .error_all{
	display:none;
}
.marketoForm  #field_privacycb{
	text-transform: none !important;
}
.marketoForm #submitbt{

}
.marketoForm #submitbt:hover{

}
.marketoForm #submitbt div span:first-child{

}
.marketoForm #submitbt span:last-child{

}

.grecaptcha-badge { visibility: hidden; }