@import url(common/common.css);

.popup-close-btn {position: absolute;top: 7.7778vw;right: 5.5556vw;width: 5.5556vw;height: 5.5556vw;border: none;background: url(../images/icon/btn_close.svg) 50% 50% no-repeat;background-size: cover;}

/* 방문판매원 등 신원확인 */
.underwriter{
	padding: 21.1111vw 0;
}
.underwriter h1 {
	margin-bottom: 6.8889vw;
	font-weight: 700;
	font-size: 6.6667vw;
	line-height: 9.3333vw;
	color: black;
}
.underwriter .inner {
	margin: 0;
	color: #666;
}
.underwriter h2 {
	margin: 8.2222vw 0 2.2222vw 0;
	font-weight: 600;
	font-size: var(--basic-size);
	line-height: 6.2222vw;
}
.underwriter .inner b, sup, p, a {
	font-size:3.3333vw;
}
.underwriter .inner .notice {
	font-size:3.3333vw;
	margin: 2% 0 5% 0;
	line-height: 180%;
	padding: 3%;
	border: 1px solid #666;
}
.tbl{
	width: 100%;
}
.tbl th, .tbl td {
	font-size:3.3333vw;
  	padding: 1.7rem;
}
.tbl th {
	font-weight: 600;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #F6F8FF;
	vertical-align: middle;
}
.col-type tr {
	border-bottom: 1px solid rgba(209, 218, 233, 0.3);
}
input{
	width: 100%;
	height: 3.0rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	font-family: "SpoqaHanSansNeo", sans-serif;
	font-size: 3.3333vw;
}
.tbl-toolbar-group-end {
	position: relative;
	display: flex;
	align-items: center;
	height: 3.5rem;
	margin-bottom: 1rem;
	justify-content: flex-end;
}
.btn {
	height: 4rem;
	border-radius: 0.4rem;
	font-family: "SpoqaHanSansNeo", sans-serif;
	font-weight: 400;
	font-size: 3.444vw;
	width: 20%;
    margin: 8% 3% 0 0;
}
.btn.bg-primary {
	color: #fff;
	border: 1px solid #464646;
	background-color: #464646;
}
.result-equal, .result-not-equal{
	margin-top: 10%;
	line-height: 250%;
	padding: 3%;
	border: 1px solid #666;
}
.point {
	color: red;
}
.check-insurance {
	margin-top: 7%;
	line-height: 250%;
}
.check-insurance #msg {
	font-size: small;
}
.none{
	display:none;
}
.active{
	display:block;
}