@charset "UTF-8";

form#mailform {
	padding: 5px;
}

div#mfp_hidden{
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
	}

div#mfp_loading_screen,
div#mfp_overlay_background{
	display:none;
	}

table.mailform {
	width: 100%;
	border-collapse: separate;
	}

table.mailform tr th, table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	width:489px;
	position: relative;
	}

table.mailform tr td {
	padding-left:24px;
	box-sizing:border-box;
	}


table.mailform tr td.tdhead{
	border-bottom: none;
	margin:10px;
	}

table.mailform tr th {
	width: 196px;
	position:relative;
	vertical-align: baseline;
	padding-top:15px;
	}

table.mailform tr:nth-of-type(3) th,
table.mailform tr:nth-of-type(4) th{
	padding-top:36px;
	}

table.mailform tr:nth-of-type(10) th,
table.mailform tr:nth-of-type(11) th{
	padding-top:0;
	}

table.mailform tr th span {
	color: #111;
	background:#FDD000;
	font-size: 14px;
	border-radius:3px;
	padding:2px 17px;
	margin-top:-3px;
	position:absolute;
	right:0;
	}

table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #999999;
	}

table.mailform input{
	font-size:14px;
	}

table.mailform [type="text"]:focus,
table.mailform textarea:focus{
	background:#FFF8D7;
	outline: 0;
	}

input{
	border:solid 1px #A3A3A3;
	margin: 0;
	margin-bottom:45px;
	line-height:1.2rem;
	padding-left:10px;
	}

.full_1line{
	width:100%;
	height:45px;

	}

.half_1line{
	width:236px;
	height:45px;
	}

::-webkit-input-placeholder{
	line-height:1.2rem;
	padding-left:10px;
	}

::-moz-placeholder {
	line-height:1.2rem;
	padding-left:10px;
	}

:-ms-input-placeholder {
	line-height:1.2rem;
	padding-left:10px;
	}


input[type=radio],
input[type=checkbox] {
	display: none;
	}

.Labels {
	position: relative;
	padding: 0 10px 0 20px;
	}

.Labels:hover:after{
	border-color: #A3A3A3;
	}

.Labels:after, .Labels:before{
	position: absolute;	
	content: "";
	display: block;
	top: 50%; 
	}

.Labels:after{
	left: 0;
	margin-top: -7px;	
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;	
	border-radius: 14px;
	box-sizing:border-box;
	}

.Labels.PP:after{
	border-radius:0;
	left: auto;
	right:-10px;

	}

.Labels:before {
	left: 0;
	margin-top: -7px;	
	width: 14px;
	height: 14px;
	background:#FDD000;	
	border-radius: 14px;
	opacity: 0;
	}

.Labels.PP:before{
	border-radius:0;
	left: auto;
	right:-10px;
	background:#FDD000;	
	}


input[type=radio]:checked + .Labels:before{
	opacity:1;
	}

input[type=checkbox]:checked + .Labels:before {
	opacity: 1;
	}

input[type=hidden]:checked + .Labels:before {
	opacity: 1;
	}

table.mailform tr td.submitTxt{
	text-align:center;
	font-size:16px;
	}
table.mailform tr td.submitTxt div{
	display:flex; justify-content: space-between;
	}

.BtnPP{
	font-family:Raleway;
	font-weight:bold;
	color:#FDD000;
	}

.BtnPP:hover{
	opacity: .5;
	}


.mfp_ok{
	position:absolute;
	top: 10px;
	right: 0px;
	}

.mfp_err{
	display: block;
	color: #CE201B;
	font-size: 14px;
	position: absolute;
	margin-top: -30px;
	}
#errormsg_PrivacyPolicy.mfp_err{
	margin-top:0;
	}

textarea{
	width: 100%;
	height: 180px;
	margin-bottom: 45px;
	}

.Radio{
	margin-bottom: 30px;
	}

.check{
	margin-bottom: 10px;
	}

.inquiryContent{
	height: 70px;
	}

#errormsg_PrivacyPolicy{
	text-align: center;
	width: 100%;
	}

/*************       Biuttons     *****************/


.mfp_buttons {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row-reverse;
	}

.resetBTN, .sendBTN,
#mfp_button_send,
#mfp_button_cancel{
	width:316px;
	height:65px;
	border:none;
	margin-top:30px;
	font-size:16px!important;
	position:relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.sendBTN::after,
.resetBTN::after,
#mfp_button_send::after,
#mfp_button_cancel::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.resetBTN,
.sendBTN,
#mfp_button_send,
#mfp_button_cancel,
.resetBTN::after,
.sendBTN::after,
#mfp_button_send::after,
#mfp_button_cancel::after{
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.resetBTN::after,
.sendBTN::after,
#mfp_button_send::after,
#mfp_button_cancel::after{
	top:0px;
	left: -100%;
	width: 100%;
	height: 100%;
	}

.sendBTN,
#mfp_button_send{
	background:#FDD000;
	color:#111;
	}

.resetBTN,
#mfp_button_cancel{
	background:#CACACA;
	color:#111;
	}


.sendBTN:hover,
.resetBTN:hover,
#mfp_button_send:hover,
#mfp_button_cancel:hover{	color:#FFF;	}

.sendBTN:hover::after,
#mfp_button_send:hover::after{
	left: 0;
	background-color: #282F78;
	}

.resetBTN:hover::after,
#mfp_button_cancel:hover::after{
	left: 0;
	background-color: #111;
	}

.prefcodeResult{
	border: solid 1px #ccc;
	background: #FFF;
	padding: 6px 2px;
	margin: -39px 0 5px 0px;
	max-height: 130px;
	width: 100%;
	box-sizing:border-box;
	overflow-y: scroll;
	display:none;
	transition: all .3s ease-out;
	}

.prefcodeResult div{
	border-bottom:solid 1px #CCC;
	padding:3px;
	color:#111;
	}

.prefcodeResult div:hover{
	background:#FDD000;
	}



/*************       confirm window     *****************/

#mfp_overlay_background{
	background:rgba(100, 100, 100, .5);
	height:100vh;
	width: 100vw;
	position:absolute;
	z-index:10;
	display:none;
	}

#mfp_overlay{
	position: fixed;
	z-index:10;
	text-align:center;
	height:90vh;
	top: 10%!important;
	display:none;
	overflow:scroll;
	}

#mfp_overlay_inner{
	margin:0 auto;
	width:60%;
	text-align:left;
	background:#FFF;
	padding:10px 20px;
	}

#mfp_confirm_table{
	width:90%;
	margin:0 auto;
	}

#mfp_confirm_table th,
#mfp_confirm_table td{
	font-weight:normal;
	font-size:16px;
	padding:10px 0;
	}

.mfp_buttons{
	text-align: center;
	margin:20px 0;
	}

