@charset "UTF-8";

.fmbox input, #tab02 .pricebox input[type="radio"], #tab03 .fmbox input, #tab04 .fmbox input, #tab05 .otherbox input[type="radio"] {
	display: none;
}
.combtn input[type="submit"] {
    display: block;
    color: #0071bb;
    padding: 15px 0;
    font-size: 18px;
    border: 2px solid #0071bb;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    width: 280px;
}
.combtn input[type="submit"].on{
	background: #da0a16;
	color: #fff;
	border: 2px solid #da0a16;
	transition: 1s;
}
#fixedtab01 .fmbox input, #fixedtab02 .pricebox input[type="radio"], #fixedtab03 .fmbox input, #fixedtab04 .fmbox input, #fixedtab05 .otherbox input[type="radio"] {
	display: none;
}

@media screen and (max-width: 750px) {
	.combtn input[type="submit"]{
		width: 180px;
	}
}
.comsearch .confirmbtn .combtn input[type="submit"]{
    width: 90%;
    margin: 0;
    margin-right: 15px;
}
.comsearch .confirmbtn .combtn input:hover{
	background: #da0a16;
	color: #fff;
	border: 2px solid #da0a16;
	transition: 1s;
}
.none {
	text-align:center;
	font-size:20px;
	margin-top:30px;
}
.bookmarks .off {
	background-color: #dbdbdb;
}


.phpthanks {
	background:rgba(89,158,229,0.6);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:99;
	display:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thankspanel {
	display:flex;
	justify-content:center;
	align-items: center;
	width:100%;
	height:100%;
}
.thanksmain {
	background:#fff;
	display:flex;
	justify-content:center;
	align-items: center;
	height:90vh;
}
.thanksmain .img {
	text-align:center;
	margin: 0 auto;
	width: 30%;
}
.thanksmain .tit {
	text-align:center;
	color:#0071bb;
	font-size:48px;
	font-weight:bold;
	margin:40px 0 30px;
}
.thanksmain .txt {
	font-size:14px;
	color:#606060;
	text-align:center;
}
.thanksmain .txt span {
	display:inline-block;
	text-align: left;
}
.thanksmain .combtn {
	margin-top:50px;
}
.combtn a {
	display: block;
    padding: 16px 0px;
    font-size: 16px;
    border: 1px solid #0071bb;
    margin-bottom: 10px;
	color: #0071bb;
	text-align: center;
    text-decoration: none;
	border-radius: 35px;
}
@media screen and (max-width: 767px) {
.thanksmain {
	height:50vh;
	padding:50px 10px;
}
.thanksmain .img img {
	width:40%;
}
.thanksmain .tit {
	font-size:24px;
	margin:20px 0 ;
}
.thanksmain .txt {
	font-size:13px;
}
.thanksmain .combtn {
	margin-top:25px;
}
    .combtn {
        width: 200px;
        margin: 10px auto 0;
    }
}
