@charset "utf-8";

/* 메인 시작
------------------------------------------------------ */
.mComTit01 { 
	margin:0 0 16px;
	font-weight: 300;
	font-size: 18px;
	color: #1565C0;
}
.mComTit02 { 
	margin:0 0 21px;
	font-weight: 700;
	font-size: 28px;
	color: #212121;
}
.mBnrWr {
	padding:337px 16px 392px;
	background:url(/Form/_guest/basic/images/mBnrBg01.png) no-repeat center / cover;
	text-align: center;
}
.mBnrWr .tit01,
.mBnrWr .txt01 { 
	text-shadow:0 2px 0 rgba(0,0,0,.25);
	color: #FFF;
}
.mBnrWr .tit01 {	
	margin:0 0 19px;
	font-weight: 700;
	font-size: 42px;	
}
.mBnrWr .txt01 { 
	font-weight: 500;
	font-size: 27px;
	line-height: 1.4;
}
.mIntroWr { 
	padding:100px 0;
	overflow: hidden;
}
.mIntroWr .introBox { 
	display:flex;
}
.mIntroWr .introBox .imgBox { 
	flex-shrink:0;
	font-size: 0;
}
.mIntroWr .introBox .imgBox img { 
	max-width: 100%;
}
.mIntroWr .introBox .txtBox {
	flex-grow:1;
	display:flex;
	align-items:center;
	min-width: 0;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
}
.mIntroWr .introBox .txt01 { 
	font-size: 16px;
	line-height: 1.4;
	color: #424242;
}
.mIntroWr .introBox:nth-child(odd) { 
	flex-direction:row-reverse;
}
.mIntroWr .introBox:nth-child(odd) .txtBox {
	padding:0 80px 0 0;
}
.mIntroWr .introBox:nth-child(even) .txtBox {
	padding:0 0 0 80px;
}
.mIntroWr .introBox + .introBox { 
	margin-top:100px;
}
.mEstimateWr { 
	padding:97px 0 100px;
	background: #FAFAFA;
	text-align: center;
	overflow: hidden;
}
.mEstimateWr .txt01 { 
	margin:0 0 40px;
	font-size: 18px;
	line-height: 1.4;
	color: #424242;
}
.mEstimateWr .lnk01 { 
	position:relative; 
	display:inline-block;
	margin:0 0 40px;
	padding:10px 54px 9px 24px;
	background: #212121;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
}
.mEstimateWr .lnk01 .lnkIco { 
	position:absolute; 
	display:block; 
	top: 15px;
	right: 26px;
	font-size: 0;
	transition:all .3s ease;
}
.mEstimateWr .lnk01 .lnkIco img { 
	max-width: 100%;
}
.mEstimateWr .lnk01:focus .lnkIco,
.mEstimateWr .lnk01:hover .lnkIco { 
	right: 20px;
}
.mEstimateWr .lst01 { 
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
}
.mEstimateWr .lst01 li { 
	width: 25%;
	padding:31px 8px;
	border-right:1px solid #F0F0F0;
}
.mEstimateWr .lst01 li:last-child { 
	border-right:none;
}
.mEstimateWr .lst01 .lstImgBox {
	max-width: 100%;
	margin:0 0 20px;
	font-size: 0;
}
.mEstimateWr .lst01 .lstImgBox img { 
	max-width: 100%;
}
.mEstimateWr .lst01 .lstTit01 { 
	margin:0 0 22px;
	font-weight: 700;
	font-size: 20px;
	color: #212121;
}
.mEstimateWr .lst01 .lstTit01 span { 
	color: #1565C0;
}
.mEstimateWr .lst01 .lstTxt01 { 
	font-size: 15px;
	line-height: 1.4;
	color: #666;
}
@media all and (max-width:999px){
	.mComTit01 { 
		margin:0 0 8px;
		font-size: 14px;
	}
	.mComTit02 { 
		margin:0 0 12px;
		font-size: 18px;
	}
	.mBnrWr {
		padding:120px 16px;
	}
	.mBnrWr .tit01 {	
		margin:0 0 12px;
		font-size: 24px;	
	}
	.mBnrWr .txt01 {
		font-size: 16px;
		line-height: 1.3;
	}
	.mIntroWr {
		padding:36px 0;
	}
	.mIntroWr .introBox { 
		flex-wrap:wrap;
	}
	.mIntroWr .introBox .imgBox { 
		width: 100%;
	}
	.mIntroWr .introBox .txtBox {
		width: 100%;
		justify-content:center;
		border-top-width:0;
		text-align: center;
	}
	.mIntroWr .introBox .txt01 { 
		font-size: 14px;
		line-height: 1.3;
	}
	.mIntroWr .introBox:nth-child(odd) { 
		flex-direction:row;
	}
	.mIntroWr .introBox:nth-child(odd) .txtBox,
	.mIntroWr .introBox:nth-child(even) .txtBox {
		padding:24px 0;
	}
	.mIntroWr .introBox + .introBox { 
		margin-top:36px;
	}
	.mEstimateWr { 
		padding:36px 0;
	}
	.mEstimateWr .txt01 { 
		margin:0 0 16px;
		font-size: 14px;
		line-height: 1.3;
	}
	.mEstimateWr .lnk01 {
		margin:0 0 16px;
		padding:7px 30px 6px 15px;
		font-size: 13px;
	}
	.mEstimateWr .lnk01 .lnkIco {
		width: 12px;
		top: 11px;
		right: 11px;
	}
	.mEstimateWr .lnk01:focus .lnkIco,
	.mEstimateWr .lnk01:hover .lnkIco { 
		right: 8px;
	}
	.mEstimateWr .lst01 li { 
		width: 50%;
		padding:16px 8px;
	}
	.mEstimateWr .lst01 li:nth-child(2n) { 
		border-right:none;
	}
	.mEstimateWr .lst01 .lstImgBox {
		width: 100px;
		margin:0 auto 8px;
	}
	.mEstimateWr .lst01 .lstTit01 { 
		margin:0 0 8px;
		font-size: 14px;
	}
	.mEstimateWr .lst01 .lstTxt01 { 
		font-size: 13px;
		line-height: 1.3;
	}
	.mEstimateWr .lst01 .lstTxt01 br { 
		display:none;
	}
}
/* 메인 끝
------------------------------------------------------ */
/* 연혁 시작
------------------------------------------------------ */
.historyWr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/historyBnr01.png);
}
.historyWr .inner { 
	display:flex;
	align-items:flex-start;
	gap:90px;
	padding:95px 0;
}
.historyWr .txtBox01 { 
	flex-shrink:0;
	position:sticky;
	top: 90px;
	left: 0;
	margin:5px 0 0;
	padding:29px 50px 33px 36px;
	background: #1565C0;
}
.historyWr .txtBox01 .tit01 { 
	margin:0 0 21px;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
}
.historyWr .txtBox01 .tit02 { 
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	color: #FFF;
}
.historyWr .lst01 { 
	flex-grow:0;
	min-width: 0;
}
.historyWr .lst01 > li { 
	position:relative;
	padding:0 0 72px 25px;
}
.historyWr .lst01 > li:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 100%;
	left: 0;
	bottom: -8px;
	background: #F0F0F0;
}
.historyWr .lst01 > li:last-child { 
	padding-bottom:0;
}
.historyWr .lst01 > li:last-child:before { 
	bottom: 0;
}
.historyWr .lst01 .circle { 
	position:absolute;
	display:block; 
	width: 20px;
	height: 20px;
	top: 9px;
	left: -10px;
	background:radial-gradient(circle, #A4CFFF, #F6FAFF);
	border-radius: 50%;
}
.historyWr .lst01 .circle:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	background: #FFF;
	border:1px solid #1565C0;
	border-radius: 50%;
}
.historyWr .lst01 .date01 { 
	margin:0 0 19px;
	font-weight: 700;
	font-size: 28px;
	color: #212121;
}
.historyWr .lst01 .sLst01 li { 
	position:relative;
	margin:0 0 19px;
	padding:0 0 0 15px;
	font-size: 16px;
	color: #424242;
}
.historyWr .lst01 .sLst01 li:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 2px;
	height: 2px;
	top: 9px;
	left: 6px;
	background: #424242;
	border-radius: 50%;
}
.historyWr .lst01 .sLst01 li:last-child { 
	margin:0;
}
@media all and (max-width:999px){
	.historyWr .inner { 
		flex-wrap:wrap;
		gap:16px;
		padding:36px 0;
	}
	.historyWr .txtBox01 {
		position:relative;
		width: 100%;
		top: auto;
		left: auto;
		margin:0;
		padding:16px;
	}
	.historyWr .txtBox01 .tit01 { 
		margin:0 0 10px;
		font-size: 14px;
	}
	.historyWr .txtBox01 .tit02 {
		font-size: 18px;
		line-height: 1.3;
	}
	.historyWr .lst01 { 
		width: 100%;
	}
	.historyWr .lst01 > li {
		padding:0 0 16px 16px;
	}
	.historyWr .lst01 .circle {
		width: 16px;
		height: 16px;
		top: 3px;
		left: -7px;
	}
	.historyWr .lst01 .circle:before {
		width: 10px;
		height: 10px;
	}
	.historyWr .lst01 .date01 { 
		margin:0 0 10px;
		font-size: 18px;
	}
	.historyWr .lst01 .sLst01 li {
		margin:0 0 5px;
		padding:0 0 0 12px;
		font-size: 13px;
	}
	.historyWr .lst01 .sLst01 li:before {
		top: 6px;
		left: 4px;
	}
}
/* 연혁 끝
------------------------------------------------------ */
/* 로그인, 회원가입, 계정 찾기 시작
------------------------------------------------------ */
.comMbrWr {
	display:flex;
	align-items:center;
	min-height: calc(80vh - 72px);
	padding:100px 0;
}
.comMbrBox01 {
	width: 100%;
	max-width: 380px;
	margin:0 auto;
}
.comMbrBox01 .mbrTit01 { 
	margin:0 0 20px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -.22px;
	text-align: center;
	color: #212121;
}
.comMbrBox01 .iptTit01 { 
	display:block;
	margin:0 0 8px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -.22px;
	color: #424242;
}
.comMbrBox01 *:not(.mbrTit01, .cateBox01) + .iptTit01 { 
	margin-top:10px;
}
.comMbrBox01 .ipt { 
	padding:14px 11px 13px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: -.22px;
	color: #424242;
}
.comMbrBox01 .ipt::placeholder { 
	color: #999;
}
.comMbrBox01 .ipt.fullWid { 
	width: 100%;
}
.comMbrBox01 .btnBox01 { 
	margin:24px 0 0;
}
.comMbrBox01 .btnBox01 .btn {
	display:block; 
	width: 100%;
	margin:0 0 12px;
	padding:14px 13px 13px;
	border:1px solid #1565C0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -.22px;
	text-align: center;
}
.comMbrBox01 .btnBox01 .btn.st01 { 
	background: #1565C0;
	color: #FFF;
}
.comMbrBox01 .btnBox01 .btn.st02 {
	color: #1565C0;
}
.comMbrBox01 .btnBox01 .btn:last-child { 
	margin:0;
}
.comMbrBox01 .findLnkBox01 { 
	display:flex;
	margin:23px 0 0;
}
.comMbrBox01 .findLnkBox01 .lnk { 
	position:relative;
	display:block; 
	width: 50%;
	font-size: 14px;
	letter-spacing: -.22px;
	text-align: center;
	color: #999;
	transition:all .3s ease;
}
.comMbrBox01 .findLnkBox01 .lnk:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 13px;
	top: 3px;
	right: 0;
	background: #CDCDCD;
}
.comMbrBox01 .findLnkBox01 .lnk:nth-child(2n):after { 
	display:none;
}
.comMbrBox01 .findLnkBox01 .lnk:focus,
.comMbrBox01 .findLnkBox01 .lnk:hover { 
	color: #1565C0;
}
.comMbrBox01 .cateBox01 { 
	display:flex;
	margin:0 0 38px;
}
.comMbrBox01 .cateBox01 .btnCate { 
	display:block;
	width: 50%;
	padding:15px;
	border-bottom:2px solid #DBDBDB;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -.5px;
	color: #797979;
	text-align: center;
}
.comMbrBox01 .cateBox01 .btnCate.on { 
	border-bottom-color:#1565C0;
	color: #1565C0;
}
.comMbrBox01 .iptBtnBox01 .btn { 
	display:block;
	padding:14px;
	border:1px solid #1565C0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -.22px;
	text-align: center;
}
.comMbrBox01 .iptBtnBox01 .btn.st01 { 
	color: #1565C0;
}
.comMbrBox01 .iptBtnBox01 .btn.fullWid { 
	width: 100%;
}
.comMbrBox01 .resultBox01 { 
	padding:20px;
	background: #F7F7F7;
	text-align: center;
}
.comMbrBox01 .resultBox01 .btnCopy { 
	position:relative; 
	display:inline-block;
	margin:0 0 15px;
	padding:0 23px 0 0;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -.22px;
	color: #1565C0;
}
.comMbrBox01 .resultBox01 .btnCopy:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 2px;
	right: 0;
	background:url(/Form/_guest/basic/images/comMbrCopy01.svg) no-repeat center / cover;
}
.comMbrBox01 .resultBox01 .txt01 { 
	font-weight: 500;
	font-size: 14px;
	color: #797979;
}
@media all and (max-width:999px){
	.comMbrWr {
		min-height: calc(70vh - 56px);
		padding:36px 0;
	}
	.comMbrBox01 .mbrTit01 {
		margin:0 0 12px;
		font-size: 16px;
	}
	.comMbrBox01 .iptTit01 { 
		margin:0 0 5px;
		font-size: 13px;
	}
	.comMbrBox01 *:not(.mbrTit01, .cateBox01) + .iptTit01 { 
		margin-top:8px;
	}
	.comMbrBox01 .ipt { 
		padding:10px 10px 9px;
		font-size: 13px;
	}
	.comMbrBox01 .btnBox01 { 
		margin:16px 0 0;
	}
	.comMbrBox01 .btnBox01 .btn { 
		margin:0 0 8px;
		padding:10px 10px 9px;
		font-size: 13px;
	}
	.comMbrBox01 .findLnkBox01 .lnk { 
		font-size: 13px;
	}
	.comMbrBox01 .cateBox01 {
		margin:0 0 12px;
	}
	.comMbrBox01 .cateBox01 .btnCate {
		padding:8px;
		border-bottom-width:1px;
		font-size: 14px;
	}
	.comMbrBox01 .iptBtnBox01 .btn {
		padding:10px 10px 9px;
		font-size: 13px;
	}
	.comMbrBox01 .resultBox01 { 
		padding:10px;
	}
	.comMbrBox01 .resultBox01 .btnCopy {
		margin:0 0 3px;
		padding:0 16px 0 0;
		font-size: 14px;
	}
	.comMbrBox01 .resultBox01 .btnCopy:after {
		width: 10px;
		height: 10px;
		top: 2px;
	}
	.comMbrBox01 .resultBox01 .txt01 {
		font-size: 13px;
	}
}
/* 로그인, 회원가입, 계정 찾기 끝
------------------------------------------------------ */
/* 비교견적 시작
------------------------------------------------------ */
.estimate01Wr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/estimate_Bnr01.png);
}
.estimate02Wr .subBnrBox01,
.estimate02formWr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/estimate_Bnr02.png);
}
.estimate03Wr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/estimate_Bnr03.png);
}
.estimate04Wr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/estimate_Bnr04.png);
}
.estimate05Wr .subBnrBox01 { 
	background-image: url(/Form/_guest/basic/images/estimate_Bnr05.png);
}
.estimateWr { 
	padding:42px 0 100px;
}
.estimateWr .infoTblBox01 table {
	text-align: center;
	font-size: 14px;
	color: #212121;
}
.estimateWr .infoTblBox01 thead { 
	background: #F7F7F7;
	border-bottom:2px solid #424242;
}
.estimateWr .infoTblBox01 thead th { 
	padding:11px 8px;
	font-weight: 500;
}
.estimateWr .infoTblBox01 thead th .gTxt01 { 
	color: #797979;
}
.estimateWr .infoTblBox01 tbody tr { 
	border-bottom:1px solid #F0F0F0;
	cursor:pointer;
}
.estimateWr .infoTblBox01 tbody tr > * { 
	padding:13px 8px;
}
.estimateWr .infoTblBox01 tbody tr > *.noPad { 
	padding:0;
}
.estimateWr .infoTblBox01 tbody tr.selected { 
	background: #E8F0FE;
}
.estimateWr .infoTblBox01 .td_btn01 {
	display:inline-block; 
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 13px;
}
.estimateWr .infoTblBox01 .td_btn01.st01 {
	background: #3182F6;
	color: #FFF;
}
.estimateWr .infoTblBox01 .td_btn01.st02 {
	background: #E0E0E0;
	color: #999;
}
.estimateWr .infoTblBox01 .td_btn01.btn-disabled { 
	cursor: not-allowed;
}
.estimateWr .infoTblBox01 .mbTit01 { 
	display:none;
}
.estimateWr .estiTopBox01 { 
	margin:0 0 31px;
}
.estimateWr .estiTopBox01 .topBox01 { 
	padding:0 0 36px;
	border-bottom:1px solid #F0F0F0;
}
.estimateWr .estiTopBox01 .topBox01 .titBox01 { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:12px;
	margin:0 0 36px;
}
.estimateWr .estiTopBox01 .topBox01 .tit01 { 
	margin:0 0 12px;
	font-weight: 700;
	font-size: 28px;
	color: #212121;
}
.estimateWr .estiTopBox01 .topBox01 .infoTxt01 { 
	position:relative;
	padding:0 0 0 28px;
	font-size: 16px;
	color: #EB3535;
}
.estimateWr .estiTopBox01 .topBox01 .infoTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
	background:url(/Form/_guest/basic/images/estimateInfo01.svg) no-repeat center / cover;
}
.estimateWr .estiTopBox01 .topBox01 .lnk01 {
	flex-shrink:0;
	display:block;
	padding:9px 23px 8px;
	border:1px solid #1565C0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #1565C0;
	text-align: center;
	transition:all .3s ease;
}
.estimateWr .estiTopBox01 .topBox01 .lnk01:focus,
.estimateWr .estiTopBox01 .topBox01 .lnk01:hover { 
	background: #1565C0;
	color: #FFF;
}
.estimateWr .estiTopBox01 .topBox01 .txt01 { 
	font-size: 14px;
	line-height: 1.4;
	color: #424242;
}
.estimateWr .estiTopBox01 .topBox01 .txt01 span { 
	color: #EB3535;
}
.estimateWr .estiTopBox01 .crsLst01 {
	display:flex;
	flex-wrap:wrap;
	gap:24px;
	padding:33px 0 0;
	border-top:7px solid #F5F5F5;
}
.estimateWr .estiTopBox01 .crsLst01 li {
	width: calc((100% - 96px)/5);
}
.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 {
	position:relative;
	display:flex;
	align-items:flex-end;
	gap:12px;
	width: 100%;
	padding:0 0 8px;
	border-bottom:2px solid #DBDBDB;
}
.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 .lnkNum01 {
	font-size: 15px;
	color: #999;
}
.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 .lnkTxt01 {
	font-weight: 500;
	font-size: 18px;
	color: #797979;
}
.estimateWr .estiTopBox01 .crsLst01 li.on .lstLnk01 {
	border-bottom-color:#1565C0;
}
.estimateWr .estiTopBox01 .crsLst01 li.on .lstLnk01:after {
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	top: 100%;
	left: 50%;
	margin:0 0 0 -4px;
	border-top:6px solid #1565C0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}
.estimateWr .estiTopBox01 .crsLst01 li.on .lstLnk01 .lnkNum01 {
	color: #1565C0;
}
.estimateWr .estiTopBox01 .crsLst01 li.on .lstLnk01 .lnkTxt01 {
	color: #212121;
}
.estimateWr .estiConBox01 { 
	padding:0 0 36px;
	border-bottom:1px solid #F0F0F0;
}
.estimateWr .estiConBox01 .tit01 { 
	margin:0 0 14px;
	font-weight: 500;
	font-size: 24px;
	color: #212121;
}
.estimateWr .estiConBox01 * + .tit01 { 
	margin-top:31px;
}
.estimateWr .estiConBox01 .tit02 { 
	position:relative;
	margin:0 0 13px;
	padding:0 0 0 28px;
	font-weight: 500;
	font-size: 16px;
	color: #424242;
}
.estimateWr .estiConBox01 .tit02:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 2px;
	top: 9px;
	left: 0;
	background: #1565C0;
}
.estimateWr .estiConBox01 *:not(.tit01) + .tit02 { 
	margin-top:34px;
}
.estimateWr .estiConBox01 .scrollBox {
	padding:15px;
	background: #FAFAFA;
	border:1px solid #F0F0F0;
	border-radius: 5px;
}
.estimateWr .estiConBox01 .scrollBox .txt01 { 
	max-height: 60px;
	font-size: 14px;
	line-height: 1.4;
	word-break:break-all;
	overflow-y:auto;
}
.estimateWr .estiConBox01 .chkLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:28px;
}
.estimateWr .estiConBox01 .chkLst01 li { 
	position:relative;
}
.estimateWr .estiConBox01 .chkLst01 li.halfWid { 
	width: calc((100% - 28px)/2);
}
.estimateWr .estiConBox01 .chkLst01 li.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 .chkLst01 .chkIpt { 
	position:absolute; 
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.estimateWr .estiConBox01 .chkLst01 .chkLbl { 
	position:relative; 
	display:block;
	padding:0 0 0 27px;
	font-weight: 500;
	font-size: 15px;
	color: #797979;
}
.estimateWr .estiConBox01 .chkLst01 .chkLbl .circle { 
	position:absolute; 
	display:block;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
	border:2px solid #CDCDCD;
	border-radius: 50%;
}
.estimateWr .estiConBox01 .chkLst01 .chkIpt:checked + .chkLbl { 
	color: #424242;
}
.estimateWr .estiConBox01 .chkLst01 .chkIpt:checked + .chkLbl .circle { 
	border-color:#1565C0;
}
.estimateWr .estiConBox01 .chkLst01 .chkIpt:checked + .chkLbl .circle:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	background: #1565C0;
	border-radius: 50%;
}
.estimateWr .estiConBox01 .chkLst01.stOff { 
	display:none;
}
.estimateWr .estiConBox01 .rConBox .chkLst01 { 
	gap:14px;
}
.estimateWr .estiConBox01 .rConBox .chkLst01 li.halfWid {
	width: calc((100% - 14px)/2);
}
.estimateWr .estiConBox01 .selectRow {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.estimateWr .estiConBox01 .selectRow:last-child {
	margin-bottom: 0;
}
.estimateWr .estiConBox01 .selectLabel {
	flex-shrink: 0;
	width: 80px;
	font-weight: 500;
	font-size: 15px;
	color: #424242;
}
.estimateWr .estiConBox01 .selectBox01 {
	flex-grow: 1;
}
.estimateWr .estiConBox01 .selectStyle01 {
	width: 100%;
	max-width: 320px;
	height: 48px;
	padding: 0 40px 0 16px;
	font-size: 15px;
	color: #424242;
	border: 1px solid #CDCDCD;
	border-radius: 8px;
	background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23797979' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 16px center;
	background-size: 12px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: border-color 0.2s;
}
.estimateWr .estiConBox01 .selectStyle01:hover,
.estimateWr .estiConBox01 .selectStyle01:focus {
	border-color: #1565C0;
	outline: none;
}
.estimateWr .estiConBox01 .chkBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
.estimateWr .estiConBox01 .chkBox01 dl { 
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:26px;
}
.estimateWr .estiConBox01 .chkBox01 dt { 
	font-weight: 500;
	font-size: 15px;
	color: #424242;
}
.estimateWr .estiConBox01 * + .chkLst01,
.estimateWr .estiConBox01 * + .chkBox01 { 
	margin-top:16px;
}
.estimateWr .estiConBox01 .infoBox01 { 
	padding:35px 0 0;
	border-top:1px solid #F0F0F0;
}
.estimateWr .estiConBox01 * + .infoBox01 { 
	margin-top:36px;
}
.estimateWr .estiConBox01 .infoTxt01 {
	position:relative;
	padding:0 0 0 28px;
	font-size: 14px;
}
.estimateWr .estiConBox01 .infoTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
	background:url(/Form/_guest/basic/images/estimateInfo02.svg) no-repeat center / cover;
}
.estimateWr .estiConBox01 .infoTxt01.stClr01 { 
	color: #424242;
}
.estimateWr .estiConBox01 .infoTxt01.stClr02 { 
	color: #666;
}
.estimateWr .estiConBox01 * + .infoTxt01 { 
	margin-top:37px;
}
.estimateWr .estiConBox01 .infoTxt02 { 
	font-size: 14px;
	color: #797979;
}
.estimateWr .estiConBox01 .midBtnBox01 { 
	display:flex;
	justify-content:center;
	gap:16px;
	margin:36px 0 0;
	text-align: center;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn {
	display:inline-flex;
	align-items:center; 
	justify-content:center;
	gap:15px;
	min-width: 160px;
	padding:14px 20px 13px;
	border-radius: 5px;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn span { 
	display:block; 
}
.estimateWr .estiConBox01 .midBtnBox01 .btn .btnIco { 
	font-size: 0;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn .btnIco img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn .btnTxt {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn.st01 { 
	background: #1565C0;	
}
.estimateWr .estiConBox01 .midBtnBox01 .btn.st01 .btnTxt { 
	color: #FFF;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn.st02 { 
	background: #EDEDED;
}
.estimateWr .estiConBox01 .midBtnBox01 .btn.st02 .btnTxt { 
	color: #666;
}
.estimateWr .estiConBox01 .certifyBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:36px;
}
.estimateWr .estiConBox01 .certifyBox01 .btn { 
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	width: calc((100% - 36px)/2);
	padding:12px;
	background: #FAFAFA;
	border:1px solid #FAFAFA;
	border-radius: 5px;
}
.estimateWr .estiConBox01 .certifyBox01 .btn span { 
	display:block;
}
.estimateWr .estiConBox01 .certifyBox01 .btn .btnIco { 
	font-size: 0;
}
.estimateWr .estiConBox01 .certifyBox01 .btn .btnIco img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .certifyBox01 .btn .btnTxt { 
	font-weight: 700;
	font-size: 16px;
	color: #666;
}
.estimateWr .estiConBox01 .certifyBox01 .btn.on { 
	background:#E9F3FF;
	border-color:#1565C0;
}
.estimateWr .estiConBox01 .iptBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.estimateWr .estiConBox01 .iptBox01 .iptTit01 { 
	display:block;
	margin:0 0 9px;
	font-weight: 500;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .iptBox01 .ipt {
	padding:11px 16px 9px;
	border:1px solid #F0F0F0;
	border-radius: 10px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .iptBox01 .ipt::placeholder { 
	color: #999;
}
.estimateWr .estiConBox01 .iptBox01 select.ipt {
	padding-right:40px;
	appearance: none;
	background-image: url(/Form/_guest/basic/images/estiComSel01.svg);
	background-repeat:no-repeat;
	background-position:center right 15px;
}
.estimateWr .estiConBox01 .iptBox01 .ipt.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 .iptBox01 .numBox01 { 
	display:flex;
	align-items:center;
	gap:12px;
}
.estimateWr .estiConBox01 .iptBox01 .numBox01 .ipt { 
	width: calc((100% - 28px)/2);
}
.estimateWr .estiConBox01 .iptBox01 .numBox01 .midBar { 
	flex-shrink:0;
	display:block; 
	width: 4px;
	height: 1px;
	background: #999;
}
.estimateWr .estiConBox01 .iptBox01.has2 .iptSec01 { 
	width: calc((100% - 24px)/2);
}
.estimateWr .estiConBox01 * + .iptBox01 { 
	margin-top:23px;
}
.estimateWr .estiConBox01 .btnBox01 { 
	display:flex;
	flex-wrap:wrap;
	justify-content:center; 
	gap:24px;
	margin:36px 0 0;
}
.estimateWr .estiConBox01 .btnBox01 .btn { 
	display:block;
	min-width: 160px;
	padding:10px 10px 9px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.estimateWr .estiConBox01 .btnBox01 .btn.st01 { 
	background: #797979;
	color: #FFF;
}
.estimateWr .estiConBox01 .btnBox01 .btn.st02 { 
	background: #1565C0;
	color: #FFF;
}
.estimateWr .estiConBox01 .contractViewBox01 { 
	display:none;
}
.estimateWr .estiConBox01 .contractLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:36px;
	margin:0 0 38px;
}
.estimateWr .estiConBox01 .contractLst01 > li { 
	width: calc((100% - 36px)/2);
	padding:23px 24px 63px;
	border:1px solid #F0F0F0;
	border-radius: 10px;
}
.estimateWr .estiConBox01 .contractLst01 .lstImgBox { 
	max-width: 100%;
	margin:0 0 7px;
	text-align: center;
	font-size: 0;
}
.estimateWr .estiConBox01 .contractLst01 .lstImgBox img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .contractLst01 .lstTit01 { 
	margin:0 0 8px;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #212121;
}
.estimateWr .estiConBox01 .contractLst01 .lstTxt01 { 
	font-size: 15px;
	text-align: center;
	color: #424242;
}
.estimateWr .estiConBox01 .contractLst01 .sLst01 li { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	margin:0 0 16px;
	padding:14px 16px;
	background: #FFF;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .contractLst01 .sLst01 li:last-child { 
	margin:0;
}
.estimateWr .estiConBox01 .contractLst01 .sLst01 .txt01 { 
	font-size: 15px;
	color: #424242;
}
.estimateWr .estiConBox01 .contractLst01 .sLst01 .txt01 span { 
	font-weight: 500;
	color: #1565C0;
}
.estimateWr .estiConBox01 .contractLst01 .lstTxt01 + .sLst01 {
	margin-top:77px;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd { 
	position:relative; 
	display:block; 
	width: 50px;
	height: 50px;
	margin:0 auto;
	background: #FAFAFA;
	border:1px solid #F0F0F0;
	border-radius: 50%;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:before,
.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	top: 50%;
	left: 50%;
	background: #111827;
	border-radius: 4px;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:before { 
	width: 18px;
	height: 2px;
	margin:-1px 0 0 -9px;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:after { 
	width: 2px;
	height: 18px;
	margin:-9px 0 0 -1px;
}
.estimateWr .estiConBox01 .contractLst01 * + .lstBtnAdd { 
	margin-top:37px;
}
.estimateWr .estiConBox01 .contractLst01 .stAfter { 
	display:none;
}
.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 { 
	display:none;
	gap:16px;
	margin:34px 0 0;
}
.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .iptBox { 
	width: calc((100% - 16px)/2);
}
.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .iptTit01 { 
	margin:0 0 11px;
	font-weight: 500;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .ipt { 
	width: 100%;
	padding:10px 40px 9px 15px;
	appearance: none;
	background:#FFF url(/Form/_guest/basic/images/estimateCalendar01.svg) no-repeat center right 16px;
	border:1px solid #F0F0F0;
	border-radius: 10px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .ipt::placeholder { 
	color: #999;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 { 
	display:none;
	flex-wrap:wrap;
	gap:16px;
	margin:35px 0 0;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btn { 
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:6px;
	width: calc((100% - 16px)/2);
	padding:8px;
	border-radius: 5px;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btn span { 
	display:block;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btn.st01 { 
	background: #212121;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btn.st02 { 
	background: #1565C0;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btnIco { 
	font-size: 0;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btnIco img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btnTxt { 
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
}
.estimateWr .estiConBox01 .contractLst01 > li.on { 
	background: #E9F3FF;
	border-color:#1565C0;
}
.estimateWr .estiConBox01 .contractLst01 > li.on .stBefore,
.estimateWr .estiConBox01 .contractLst01 > li.on .lstBtnAdd { 
	display:none;
}
.estimateWr .estiConBox01 .contractLst01 > li.on .stAfter { 
	display:block;
}
.estimateWr .estiConBox01 .contractLst01 > li.on .lstIptBox01,
.estimateWr .estiConBox01 .contractLst01 > li.on .lstBtnBox01 { 
	display:flex;
}
.estimateWr .estiConBox01 .estiTxt01 {
	font-size: 16px;
	color: #424242;
}
.estimateWr .estiConBox01 .carInfoBox01 { 
	display:flex;
	align-items:flex-start;
	gap:36px;
	margin:31px 0 0;
}
.estimateWr .estiConBox01 .carInfoBox01 .lBox { 
	flex-grow:1;
	min-width: 0;
}
.estimateWr .estiConBox01 .carInfoBox01 .rBox { 
	flex-shrink:0;
	position:sticky;
	width: 334px;
	top: 90px;
	right: 0;
	padding:23px;
	border:1px solid #F0F0F0;
	border-radius: 10px;
}
.estimateWr .estiConBox01 .carInfoBox01 .rBox dl { 
	display:flex;
	align-items:flex-start;
	gap:16px;
}
.estimateWr .estiConBox01 .carInfoBox01 .rBox dl + dl { 
	margin-top:16px;
}
.estimateWr .estiConBox01 .carInfoBox01 .rBox dt { 
	flex-shrink:0;
	min-width: 75px;
	padding:6px;
	background: #212121;
	border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.estimateWr .estiConBox01 .carInfoBox01 .rBox dd { 
	flex-grow:1;
	min-width: 0;
	padding:5px 0 0;
	font-size: 15px;
	color: #424242;
	word-break:break-all;
}
.estimateWr .estiConBox01 .carInfoLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.estimateWr .estiConBox01 .carInfoLst01 li { 
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	width: calc((100% - 72px)/4);
	padding:13px 15px 12px;
	border:1px solid #F0F0F0;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .carInfoLst01 dl { 
	flex-grow:1;
	min-width: 0;
	font-size: 14px;
}
.estimateWr .estiConBox01 .carInfoLst01 dt { 
	margin:0 0 12px;
	color: #797979;
}
.estimateWr .estiConBox01 .carInfoLst01 dd { 
	color: #424242;
	word-break:break-all;
}
.estimateWr .estiConBox01 .carInfoLst01 .lstImgBox { 
	flex-shrink:0;
	font-size: 0;
}
.estimateWr .estiConBox01 .carInfoLst01 .lstImgBox img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .joinInfoBox01 { 
	display:flex;
	gap:24px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .lBox { 
	flex-grow:1;
	min-width: 0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rBox { 
	flex-shrink:0;
	width: 420px;
	border:1px solid #F0F0F0;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .lst01 li { 
	border-bottom:1px solid #F0F0F0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn { 
	position:relative;
	display:flex;
	align-items:center;
	gap:10px;
	width: 100%;
	padding:16px 40px 15px 16px;
	text-align: left;
	transition:all .3s ease;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01 { 
	flex-shrink:0;
	position:relative;
	display:block;
	width: 165px;
	padding:0 0 0 28px;
	font-weight: 500;
	font-size: 16px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 2px;
	top: 9px;
	left: 0;
	background: #1565C0;
}
.estimate04Wr .estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01 { 
	width: 185px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnHidOn { 
	flex-shrink:0;
	position:relative;
	display:block;
	font-size: 0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnHidOn img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnHidTxt { 
	position:absolute; 
	display:none;
	width: 323px;
	bottom: calc(100% + 7px);
	left: 0;
	padding:11px 16px 12px;
	background: #FFFAEA;
	border:1px solid #F8EDCA;
	border-radius: 5px 5px 5px 0;
	font-size: 12px;
	letter-spacing: 0;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnHidOn:hover .btnHidTxt { 
	display:block;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTxt01 {
	flex-grow:1; 
	display:block;
	min-width: 0;
	padding:0 0 0 14px;
	font-size: 15px;
	color: #424242;
	word-break:break-all;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTxt01 .pnt01 { 
	color: #EB3535;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnArrow { 
	position:absolute; 
	display:block;
	width: 18px;
	height: 18px;
	top: 17px;
	right: 22px;
	opacity: 0;
	transition:all .3s ease;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnArrow:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	top: 5px;
	right: 6px;
	transform:rotate(45deg);
	border-top:2px solid #212121;
	border-right:2px solid #212121;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn.on,
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn:focus,
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn:hover { 
	background: #E9F3FF;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn.on .btnTxt01 { 
	font-weight: 500;
	color: #1565C0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn.on .btnArrow { 
	right: 17px;
	opacity: 1;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox { 
	display:none; 
	flex-direction:column;
	gap:24px;
	min-height: 100%;
	padding:13px 15px 15px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .conBox { 
	flex-grow:1;
	min-height: 0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .conBox > * { 
	margin:0 0 15px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .conBox > *:last-child { 
	margin:0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox { 
	flex-shrink:0;
	display:flex;
	justify-content:center;
	gap:24px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox .btn { 
	display:block;
	min-width: 78px;
	padding:10px 10px 9px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox .btn.st01 { 
	background: #DBDBDB;
	color: #797979;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox .btn.st02 { 
	background: #1565C0;
	color: #FFF;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rConBox.on { 
	display:flex;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTit01 {
	padding:0 0 12px;
	border-bottom:1px solid #F0F0F0;
	font-weight: 700;
	font-size: 16px;
	color: #1565C0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dl { 
	display:flex;
	align-items:flex-start;
	gap:16px;
	font-size: 14px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dl + dl { 
	margin-top:16px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dt { 
	flex-shrink:0;
	width: 100px;
	padding:6px;
	background: #F7F7F7;
	border-radius: 5px;
	color: #666;
	text-align: center;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dd { 
	flex-grow:1;
	min-width: 0;
	padding:6px 0 0;
	color: #424242;
	word-break:break-all;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoLst01 li { 
	margin:0 0 15px;
	font-size: 14px;
	line-height: 1.4;
	color: #797979;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoLst01 li.clr01 { 
	color: #EB3535;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rInfoLst01 li:last-child { 
	margin:0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .hasBtnBox01 + .rInfoLst01 { 
	margin-top:10px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 { 
	display:flex;
	flex-wrap:wrap;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 li { 
	position:relative; 
	width: 33.333%;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 .chkIpt { 
	position:absolute; 
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 .chkLbl { 
	display:block; 
	width: 100%;
	padding:11px 8px 8px;
	border-bottom:2px solid #EDEDED;
	font-size: 15px;
	text-align: center;
	color: #8A8D92;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 .chkIpt:checked + .chkLbl { 
	background: #E9F3FF;
	border-bottom-color:#1565C0;
	font-weight: 500;
	color: #1565C0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnRange { 
	display:block; 
	width: calc((100% - 36px)/4);
	text-align: center;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnRange span { 
	display:block;	
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnImgBox { 
	position:relative;
	width: 100%;
	margin:0 0 7px;
	padding:72.73% 0 0;
	border:1px solid #F0F0F0;
	border-radius: 5px;
	font-size: 0;
	overflow: hidden;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnImgBox img { 
	position:absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnTxt01 { 
	font-size: 13px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnRange.on .btnImgBox { 
	background: #E9F3FF;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dl { 
	width: calc((100% - 8px)/2);
}
.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dl.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dt { 
	position:relative;
	margin:0 0 13px;
	padding:0 0 0 28px;
	font-weight: 500;
	font-size: 16px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dt:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 2px;
	top: 9px;
	left: 0;
	background: #1565C0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptTit01 { 
	display:block;
	margin:0 0 10px;
	font-weight: 500;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt { 
	padding:10px 15px;
	border:1px solid #F0F0F0;
	border-radius: 10px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt::placeholder { 
	color: #999;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 select.rIpt,
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt.date_input { 
	padding-right:40px;
	appearance: none;	
	background-repeat:no-repeat;
	background-position:center right 15px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 select.rIpt { 
	background-image: url(/Form/_guest/basic/images/estiComSel01.svg);
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt.date_input { 
	background-image: url(/Form/_guest/basic/images/estiComDate01.svg);
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01,
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01 .rIptFlex { 
	display:flex;
	align-items:center;
	gap:12px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01 .rIptFlex .rIpt { 
	flex-grow:1;
	min-width: 0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01 .rIptFlex .txt01 { 
	flex-shrink:0;
	font-size: 14px;
	color: #212121;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01.has2 .rIptFlex {
	width: calc((100% - 12px)/2);	
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 { 
	display:flex;
	gap:12px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .rIpt { 
	flex-grow:1;
	text-align: right;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .rIpt::placeholder { 
	color: #1565C0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .btn { 
	flex-shrink:0;
	display:block;
	padding:8px 14px;
	border-width:1px;
	border-style:solid;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .btn.st01 { 
	background: #212121;
	border-color:#F0F0F0;
	color: #FFF;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 { 
	overflow-x:auto;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 table { 
	min-width: 300px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 tbody tr { 
	border-bottom:1px solid #F0F0F0;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 tbody tr * { 
	padding:13px 12px;
}
.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 tbody th { 
	padding:13px 12px;
	background: #F7F7F7;
	font-weight: 500;
	text-align: center;
}
.estimateWr .estiConBox01 .rstBox01 { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:12px;
	margin:0 0 31px;
	padding:36px 40px 37px 193px;
	background:#1565C0 url(/Form/_guest/basic/images/estiRstBg01.png) no-repeat bottom 0 left 0;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .rstBox01 .rstTxtBox {
	flex-grow:1;
	min-width: 0;
}
.estimateWr .estiConBox01 .rstBox01 .rstTit01 { 
	margin:0 0 12px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}
.estimateWr .estiConBox01 .rstBox01 .rstDl01 { 
	flex-shrink:0;
	text-align: right;
}
.estimateWr .estiConBox01 .rstBox01 .rstDl01 dt { 
	margin:0 0 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
}
.estimateWr .estiConBox01 .rstBox01 .rstDl01 dd { 
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.estimateWr .estiConBox01 .rstBox01 .rstDl01 .btnRstCate { 
	display:flex;
	align-items:center; 
	justify-content:center; 
	width: 32px;
	height: 32px;
	background: #FFF;
	border-radius: 50%;
	font-weight: 500;
	font-size: 16px;
	color: #797979;
	text-align: center;
	line-height: 1;
}
.estimateWr .estiConBox01 .rstBox01 .rstDl01 .btnRstCate.on { 
	background: #212121;
	font-weight: 700;
	color: #FFF;
}
.estimateWr .estiConBox01 .rstBox01 .rstLst01 li { 
	margin:0 0 12px;
	font-size: 14px;
	color: #FFF;
}
.estimateWr .estiConBox01 .rstBox01 .rstLst01 li:last-child { 
	margin:0;
}
.estimateWr .estiConBox01 .iptLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.estimateWr .estiConBox01 .iptLst01 li { 
	width: calc((100% - 48px)/3);
	padding:13px 15px 15px;
	background: #F8FAFD;
	border:1px solid #F0F0F0;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .iptLst01 .lstTopBox { 
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:18px;
	margin:0 0 14px;
}
.estimateWr .estiConBox01 .iptLst01 .lstTit01 { 
	display:block;
	font-weight: 500;
	font-size: 15px;
	color: #1565C0;
}
.estimateWr .estiConBox01 .iptLst01 .lstTit01.stOff { 
	font-weight: 400;
	color: #797979;	
}
.estimateWr .estiConBox01 .iptLst01 .ipt { 
	padding:8px 11px 9px;
	background: #FFF;
	border:1px solid #F0F0F0;
	border-radius: 10px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .iptLst01 select.ipt { 
	padding-right:40px;
	appearance: none;
	background-image: url(/Form/_guest/basic/images/estiComSel01.svg);
	background-repeat:no-repeat;
	background-position:center right 15px;
}
.estimateWr .estiConBox01 .iptLst01 .ipt[readonly] { 
	background: #E5E7EA;
}
.estimateWr .estiConBox01 .iptLst01 .ipt.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 * + .iptLst01 {
	margin-top:36px;
}
.estimateWr .estiConBox01 .iptLst02 li {
	margin:0 0 24px;
	padding:17px 15px 16px;
	background: #F8FAFD;
	border:1px solid #F0F0F0;
	border-radius: 6px;
}
.estimateWr .estiConBox01 .iptLst02 li:last-child { 
	margin:0;
}
.estimateWr .estiConBox01 .iptLst02 dl { 
	display:flex;
	align-items:center;
	gap:24px;
}
.estimateWr .estiConBox01 .iptLst02 dt { 
	flex-shrink:0;
	width: 112px;
	font-weight: 500;
	font-size: 15px;
	color: #1565C0;
}
.estimateWr .estiConBox01 .iptLst02 dd { 
	flex-grow:1;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:24px;
	min-width: 0;
}
.estimateWr .estiConBox01 .iptLst02 .ipt { 
	min-width: 0;
	padding:8px 11px 9px;
	background: #FFF;
	border:1px solid #F0F0F0;
	border-radius: 10px;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiConBox01 .iptLst02 select.ipt { 
	padding-right:40px;
	appearance: none;
	background-image: url(/Form/_guest/basic/images/estiComSel01.svg);
	background-repeat:no-repeat;
	background-position:center right 15px;
}
.estimateWr .estiConBox01 .iptLst02 dd > .ipt { 
	min-width: 160px;
}
.estimateWr .estiConBox01 .iptLst02 .ipt[readonly] { 
	background: #E5E7EA;
}
.estimateWr .estiConBox01 .iptLst02 .ipt.fullWid { 
	width: 100%;
}
.estimateWr .estiConBox01 .iptLst02 .hasTxtBox01 { 
	display:flex;
	align-items:center;
	gap:16px;
}
.estimateWr .estiConBox01 .iptLst02 .hasTxtBox01 .lstTxt01 { 
	flex-shrink:0;
	min-width: 112px;
	font-size: 14px;
	color: #47505D;
}
.estimateWr .estiConBox01 .estiToggleTit01 { 
	position:relative; 
	display:block;
	width: 100%;
	margin:0 0 36px;
	padding:0 25px 11px 0;
	border-bottom:2px solid #424242;
	font-weight: 500;
	font-size: 24px;
	color: #212121;
	text-align: left;		
}
.estimateWr .estiConBox01 .estiToggleTit01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 12px;
	height: 12px;
	top: 11px;
	right: 9px;
	transform:rotate(45deg);
	border-top:2px solid #999;
	border-right:2px solid #999;
	transition:all .3s ease;
}
.estimateWr .estiConBox01 * + .estiToggleTit01 { 
	margin-top:31px;
}
.estimateWr .estiConBox01 .estiToggleTit01.stOff:after { 
	transform:rotate(135deg);
}
.estimateWr .estiConBox01 .icoLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.estimateWr .estiConBox01 .icoLst01 li { 
	position:relative;
	width: calc((100% - 30px)/2);
	padding:0 0 0 72px;
}
.estimateWr .estiConBox01 .icoLst01 .lstIco { 
	position:absolute; 
	display:block; 
	width: 56px;
	height: 56px;
	top: 50%;
	left: 0;
	margin:-28px 0 0;
	border:1px solid #F0F0F0;
	border-radius: 50%;
	font-size: 0;
	overflow: hidden;
}
.estimateWr .estiConBox01 .icoLst01 .lstIco img { 
	position:absolute; 
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
.estimateWr .estiConBox01 .icoLst01 .lstTit01 { 
	position:relative; 
	margin:0 0 13px;
	padding:0 0 0 28px;
	font-weight: 500;
	font-size: 15px;
	color: #424242;
}
.estimateWr .estiConBox01 .icoLst01 .lstTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 2px;
	top: 9px;
	left: 0;
	background: #1565C0;
}
.estimateWr .estiConBox01 .icoLst01 .lstTxt01 { 
	font-size: 13px;
	line-height: 1.4;
	color: #797979;
}
.estimateWr .estiConBox01 .authTabBox { 
	display:flex;
	gap:36px;
	margin:0 0 24px;
}
.estimateWr .estiConBox01 .authTabBox .authTabBtn {
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:10px;
	width: calc((100% - 36px)/2);
	padding:12px 12px 11px;
	background: #FAFAFA;
	border:1px solid #F0F0F0;
	border-radius: 5px;
	transition:all .3s ease;
}
.estimateWr .estiConBox01 .authTabBox .authTabBtn span { 
	display:block;
}
.estimateWr .estiConBox01 .authTabBox .btnIco { 
	font-size: 0;
}
.estimateWr .estiConBox01 .authTabBox .btnIco img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .authTabBox .btnTxt { 
	font-weight: 500;
	font-size: 16px;
	color: #666;
}
.estimateWr .estiConBox01 .authTabBox .authTabBtn.active { 
	background: #E9F3FF;
	border-color:#1565C0;
}
.estimateWr .estiConBox01 .authTabBox .authTabBtn.active .btnTxt { 
	color: #212121;
}
.estimateWr .estiConBox01 .authMethodBox01 { 
	display:flex;
	gap:12px;
}
.estimateWr .estiConBox01 .authMethodBox01 .authMethodBtn { 
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:10px;
	width: calc((100% - 60px)/6);
	padding:13px 10px 11px;
	border:1px solid #F0F0F0;
	border-radius: 5px;
	transition:all .3 ease;
}
.estimateWr .estiConBox01 .authMethodBox01 .authMethodBtn span { 
	display:block;
}
.estimateWr .estiConBox01 .authMethodBox01 .btnIco { 
	font-size: 0;
}
.estimateWr .estiConBox01 .authMethodBox01 .btnIco img { 
	max-width: 100%;
}
.estimateWr .estiConBox01 .authMethodBox01 .btnTxt { 
	font-size: 15px;
	color: #424244;
}
.estimateWr .estiConBox01 .authMethodBox01 .authMethodBtn.active { 
	background: #E9F3FF;
	border-color:#1565C0;
}
.estimateWr .estiConBox01 .authMethodBox01 .authMethodBtn.active .btnTxt {
	color: #1565C0;
}
.estimateWr .estiBtmBox01 { 
	padding:36px 0 0;
	border-top:7px solid #F5F5F5;
}
.estimateWr .estiBtmBox01 .topBox { 
	display:flex;
	align-items:center; 
	justify-content:space-between; 
	gap:8px;
	margin:0 0 13px;
}
.estimateWr .estiBtmBox01 * + .topBox { 
	margin-top:36px;
}
.estimateWr .estiBtmBox01 .tit01 { 
	position:relative;
	padding:0 0 0 26px;
	font-weight: 400;
	font-size: 16px;
	color: #EB3535;
}
.estimateWr .estiBtmBox01 .tit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
	background:url(/Form/_guest/basic/images/estimateInfo01.svg) no-repeat center / cover;
}
.estimateWr .estiBtmBox01 .btmToggle { 
	flex-shrink:0;
	position:relative; 
	display:block; 
	width: 20px;
	height: 20px;
}
.estimateWr .estiBtmBox01 .btmToggle:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin:-7px 0 0 -5px;
	transform:rotate(45deg);
	border-bottom:2px solid #797979;
	border-right:2px solid #797979;
	transition:all .3s ease;
}
.estimateWr .estiBtmBox01 .btmToggle.on:before { 
	margin:-2px 0 0 -5px;
	transform:rotate(225deg);
}
.estimateWr .estiBtmBox01 .hidBox {
	display: block
}
.estimateWr .estiBtmBox01 .txt01 { 
	font-weight: 500;
	font-size: 15px;
	color: #424242;
}
.estimateWr .estiBtmBox01 * + .txt01 { 
	margin-top:18px;
}
.estimateWr .estiBtmBox01 .txt02 { 
	font-weight: 500;
	font-size: 14px;
	color: #424242;
}
.estimateWr .estiBtmBox01 * + .txt02 { 
	margin-top:15px;
}
.estimateWr .estiBtmBox01 .lst01 {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.estimateWr .estiBtmBox01 * + .lst01 { 
	margin-top:13px;
}
.estimateWr .estiBtmBox01 .cateBox01 { 
	display:flex;
	gap:24px;
	margin:0 0 36px;
}
.estimateWr .estiBtmBox01 .cateBox01 .btnCate { 
	position:relative;
	display:block;
	width: calc((100% - 24px)/2);
	padding:13px 13px 14px;
	background: #E9F3FF;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #797979;
}
.estimateWr .estiBtmBox01 .cateBox01 .btnCate.on { 
	background: #1565C0;
	font-weight: 700;
	color: #FFF;
}
.estimateWr .estiBtmBox01 .cateBox01 .btnCate.on:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	top: 100%;
	left: 50%;
	margin:0 0 0 -4px;
	border-top:6px solid #1565C0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}
.estimateWr .estiBtmBox01 .infoTxt01 { 
	position:relative;
	padding:17px 17px 17px 48px;
	background: #FAFAFA;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}
.estimateWr .estiBtmBox01 .infoTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 18px;
	left: 18px;
	background:url(/Form/_guest/basic/images/estiBtmInfo01.svg) no-repeat center / cover;
}
@media all and (min-width:1000px){
	.estimateWr .estiConBox01 .scrollBox { 
		display:block !important
	}
}
@media all and (max-width:999px){
	.estimateWr { 
		padding:36px 0;
	}
	.estimateWr .infoTblBox01 thead { 
		display:none;
	}
	.estimateWr .infoTblBox01 tbody tr { 
		display:block;
	}
	.estimateWr .infoTblBox01 tbody tr {
		margin:0 0 16px;
		padding:13px 15px 12px;
		border:1px solid #F0F0F0;
		border-radius: 6px;
	}
	.estimateWr .infoTblBox01 tbody tr > * { 
		margin:0 0 11px;
		padding:0;
	}
	.estimateWr .infoTblBox01 tbody tr > *:last-child { 
		margin:0;
	}
	.estimateWr .infoTblBox01 tbody tr:last-child { 
		margin:0;
	}
	.estimateWr .infoTblBox01 tbody td { 
		display:flex;
		flex-wrap:wrap;
		gap:5px;
		font-size: 13px;
		text-align: left;
	}
	.estimateWr .infoTblBox01 tbody td.td_num01 { 
		display:none;
	}
	.estimateWr .infoTblBox01 tbody td.td_tit01 { 
		font-weight: 500;
		font-size: 15px;
		color: #1565C0;
	}
	.estimateWr .infoTblBox01 .td_btn01 { 
		width: 100%;
	}
	.estimateWr .infoTblBox01 .mbTit01 {
		display:block;
		width: 100%;
		color: #797979;
	}
	.estimateWr .infoTblBox01 .mbTxt01 {
		display:block; 
		width: 100%;
	}
	.estimateWr .infoTblBox01 .errorTxt01 { 
		color:#E53935;
	}
	.estimateWr .infoTblBox01 .errorTxt01 .gTxt01 { 
		font-size: 12px;
		color: #888;
	}
	.estimateWr .infoTblBox01 .tblIcoBox01 {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	.estimateWr .infoTblBox01 .tblIcoBox01 .btn {
		display:flex;
		align-items:center; 
		justify-content:center; 
		width: 30px;
		height: 30px;
		background: #FAFAFA;
		border:1px solid #F0F0F0;
		border-radius: 50%;
		font-size: 0;
	}
	.estimateWr .infoTblBox01 .tblIcoBox01 .btn img { 
		max-width: 100%;
	}
	.estimateWr .estiTopBox01 { 
		margin:0 0 16px;
	}
	.estimateWr .estiTopBox01 .topBox01 { 
		padding:0 0 16px;
	}
	.estimateWr .estiTopBox01 .topBox01 .titBox01 { 
		flex-wrap:wrap;
		margin:0 0 16px;
	}
	.estimateWr .estiTopBox01 .topBox01 .tit01 { 
		margin:0 0 3px;
		font-size: 18px;
	}
	.estimateWr .estiTopBox01 .topBox01 .infoTxt01 { 
		padding:0 0 0 20px;
		font-size: 13px;
	}
	.estimateWr .estiTopBox01 .topBox01 .infoTxt01:before { 
		width: 14px;
		height: 14px;
		top: 0;
	}
	.estimateWr .estiTopBox01 .topBox01 .lnk01 { 
		width: 100%;
		padding:7px 7px 6px;
		font-size: 13px;
	}
	.estimateWr .estiTopBox01 .topBox01 .txt01 { 
		font-size: 13px;
		line-height: 1.3;
	}
	.estimateWr .estiTopBox01 .crsLst01 { 
		gap:10px;
		padding:16px 0 0;
		border-top-width:4px;
	}
	.estimateWr .estiTopBox01 .crsLst01 li {
		width: calc((100% - 40px)/5);
	}
	.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 { 
		flex-wrap:wrap;
		gap:5px;
		padding:0 0 8px;
		text-align: center;
	}
	.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 .lnkNum01 { 
		width: 100%;
		font-size: 11px;
	}
	.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 .lnkTxt01 { 
		width: 100%;
		font-size: 13px;
	}
	.estimateWr .estiTopBox01 .crsLst01 .lstLnk01 .lnkTxt01 .hidTxt,
	.estimateWr .estiTopBox01 .crsLst01 li.on .lstLnk01:after { 
		display:none;
	}
	.estimateWr .estiConBox01 { 
		padding:0 0 16px;
	}
	.estimateWr .estiConBox01 .tit01 { 
		margin:0 0 10px;
		font-size: 16px;
	}
	.estimateWr .estiConBox01 * + .tit01 { 
		margin-top:16px;
	}
	.estimateWr .estiConBox01 .tit02 {
		margin:0 0 10px;
		padding:0 20px 0 22px;
		font-size: 14px;
		cursor:pointer;
	}
	.estimateWr .estiConBox01 .tit02:before {
		width: 10px;
		top: 8px;
	}
	.estimateWr .estiConBox01 .tit02:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 10px;
		height: 10px;
		top: 1px;
		right: 3px;
		transform:rotate(45deg);
		border-top:2px solid #CDCDCD;
		border-right:2px solid #CDCDCD;
		transition:all .3s ease;
	}
	.estimateWr .estiConBox01 *:not(.tit01) + .tit02 { 
		margin-top:10px;
	}
	.estimateWr .estiConBox01 .tit02.on:after { 
		transform:rotate(135deg);
	}
	.estimateWr .estiConBox01 .scrollBox {
		display:none;
		padding:10px;
	}
	.estimateWr .estiConBox01 .scrollBox .txt01 {
		max-height: 100px;
		font-size: 12px;
	}
	.estimateWr .estiConBox01 .chkLst01,
	.estimateWr .estiConBox01 .rConBox .chkLst01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .chkLst01 li.halfWid,
	.estimateWr .estiConBox01 .rConBox .chkLst01 li.halfWid { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .chkLst01 .chkLbl {
		padding:0 0 0 20px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .chkLst01 .chkLbl .circle {
		width: 12px;
		height: 12px;
		top: 2px;
		border-width:1px;
	}
	.estimateWr .estiConBox01 .chkLst01 .chkIpt:checked + .chkLbl .circle:before {
		width: 6px;
		height: 6px;
	}
	.estimateWr .estiConBox01 .chkBox01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .chkBox01 dl {
		justify-content:space-between;
		width: 100%;
		gap:8px;
	}
	.estimateWr .estiConBox01 .chkBox01 dt { 
		font-weight: 400;
		font-size: 14px;
		color: #424242;
	}
	.estimateWr .estiConBox01 * + .chkLst01,
	.estimateWr .estiConBox01 * + .chkBox01 {
		margin-top:8px;
	}
	.estimateWr .estiConBox01 .selectRow {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 16px;
	}
	.estimateWr .estiConBox01 .selectLabel {
		width: auto;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .selectBox01 {
		width: 100%;
	}
	.estimateWr .estiConBox01 .selectStyle01 {
		max-width: 100%;
		height: 40px;
		padding: 0 32px 0 12px;
		font-size: 13px;
		border-radius: 5px;
		background-position: right 12px center;
		background-size: 10px 6px;
	}
	.estimateWr .estiConBox01 .infoBox01 { 
		padding:16px 15px;
		background: #FAFAFA;
		border:1px solid #F0F0F0;
		border-radius: 6px;
	}
	.estimateWr .estiConBox01 * + .infoBox01 { 
		margin-top:16px;
	}
	.estimateWr .estiConBox01 .infoTxt01 {
		padding:0;
		font-size: 12px;
	}
	.estimateWr .estiConBox01 .infoTxt01:before {
		display:none;
	}
	.estimateWr .estiConBox01 .infoTxt01.stClr01 { 
		color: #797979;
	}
	.estimateWr .estiConBox01 * + .infoTxt01 { 
		margin-top:12px;
	}
	.estimateWr .estiConBox01 .infoTxt02 { 
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .midBtnBox01 { 
		gap:10px;
		margin:19px 0 0;
	}
	.estimateWr .estiConBox01 .midBtnBox01 .btn {
		gap:8px;
		width: calc((100% - 10px)/2);
		min-width:0;
		padding:13px 10px 12px;
	}
	.estimateWr .estiConBox01 .midBtnBox01 .btn .btnTxt {
		font-weight: 500;
		font-size: 15px;
	}
	.estimateWr .estiConBox01 .certifyBox01 {
		gap:10px;
	}
	.estimateWr .estiConBox01 .certifyBox01 .btn {
		gap:8px;
		width: 100%;
		padding:8px;
	}
	.estimateWr .estiConBox01 .certifyBox01 .btn .btnIco { 
		width: 16px;
	}
	.estimateWr .estiConBox01 .certifyBox01 .btn .btnTxt {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptBox01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .iptBox01 .iptTit01 {
		margin:0 0 6px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptBox01 .ipt { 
		padding:8px 8px 7px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptBox01 select.ipt { 
		padding-right:30px;
		background-size: 15px auto;
		background-position:center right 10px;
	}
	.estimateWr .estiConBox01 .iptBox01 .numBox01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .iptBox01 .numBox01 .ipt { 
		width: calc((100% - 20px)/2);
	}
	.estimateWr .estiConBox01 .iptBox01.has2 .iptSec01 { 
		width: 100%;
	}
	.estimateWr .estiConBox01 * + .iptBox01 { 
		margin-top:18px;
	}
	.estimateWr .estiConBox01 .btnBox01 {
		gap:8px;
		margin:16px 0 0;
	}
	.estimateWr .estiConBox01 .btnBox01 .btn { 
		width: calc((100% - 8px)/2);
		min-width: 0;
		padding:8px 8px 7px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .contractViewBox01 { 
		display:flex;
		gap:10px;
	}
	.estimateWr .estiConBox01 .btnCate { 
		display:block; 
		width: calc((100% - 10px)/2);
		padding:9px;
		border:1px solid #F0F0F0;
		border-radius: 5px;
		font-weight: 500;
		font-size: 15px;
		color: #424242;
		text-align: center;
	}
	.estimateWr .estiConBox01 .btnCate.on { 
		background: #E9F3FF;
		border-color:#1565C0;
		color: #1565C0;
	}	
	.estimateWr .estiConBox01 .contractLst01 {
		gap:12px;
		margin:0 0 16px;
	}
	.estimateWr .estiConBox01 .contractLst01 > li { 
		display:none;
		width: 100%;
		padding:0;
		border:none;
		border-radius: 0;
	}
	.estimateWr .estiConBox01 .contractLst01 > li.on { 
		display:block;
		background: transparent;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstImgBox { 
		width: 80px;
		margin:0 auto 5px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstTit01 { 
		margin:0 0 5px;
		font-size: 16px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstTxt01 { 
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .contractLst01 .sLst01 li {
		margin:0 0 10px;
		padding:14px 16px;
		background: #E9F3FF;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .contractLst01 .sLst01 .txt01 { 
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstTxt01 + .sLst01 {
		margin-top:24px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd {
		width: 40px;
		height: 40px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:before { 
		width: 16px;
		margin:-1px 0 0 -8px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnAdd:after {
		height: 16px;
		margin:-8px 0 0 -1px;
	}
	.estimateWr .estiConBox01 .contractLst01 * + .lstBtnAdd { 
		margin-top:16px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 {
		gap:8px;
		margin:16px 0 0;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .iptBox { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .iptTit01 { 
		margin:0 0 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstIptBox01 .ipt {
		padding:8px 27px 7px 8px;
		background-size:14px auto;
		background-position:center right 8px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 {
		gap:8px;
		margin:16px 0 0;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btn {
		gap:3px;
		width: 100%;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btnIco { 
		width: 16px;
	}
	.estimateWr .estiConBox01 .contractLst01 .lstBtnBox01 .btnTxt {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .estiTxt01 {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .carInfoBox01 {
		flex-wrap:wrap;
		gap:8px;
		margin:16px 0 0;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .lBox { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .rBox { 
		position:relative;
		width: 100%;
		top: auto;
		right: auto;
		padding:12px;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .rBox dl { 
		flex-wrap:wrap;
		gap:3px;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .rBox dl + dl { 
		margin-top:8px;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .rBox dt {
		min-width: 65px;
		padding:3px 3px 2px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .carInfoBox01 .rBox dd { 
		width: 100%;
		padding:0;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .carInfoLst01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .carInfoLst01 li {
		width: 100%;
		padding:10px 10px 9px;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .carInfoLst01 dt { 
		margin:0 0 5px;
		font-size: 12px;
		color: #797979;
	}
	.estimateWr .estiConBox01 .carInfoLst01 dd { 
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .carInfoLst01 .lstImgBox { 
		display:none;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 { 
		flex-wrap:wrap; 
		gap:8px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .lBox { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rBox {
		width: 100%;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn {
		flex-wrap:wrap;
		gap:5px;
		padding:10px 30px 9px 10px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01 {
		width: 100%;
		padding:0 0 0 16px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01:before {
		width: 10px;
		top: 7px;
	}
	.estimate04Wr .estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTit01 { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnHidTxt {
		width: 200px;
		padding:10px 10px 9px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnTxt01 {
		padding:0;
		max-width: calc(100% - 25px);
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnArrow {
		top: 50%;
		right: 15px;
		margin:-9px 0 0;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn .btnArrow:before { 
		width: 8px;
		height: 8px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .btnJoinBtn.on .btnArrow { 
		right: 10px;
	}	
	.estimateWr .estiConBox01 .joinInfoBox01 .rConBox {
		gap:16px;
		min-height: 0;
		padding:10px 10px 9px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .conBox > * { 
		margin:0 0 10px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox {
		gap:8px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rConBox .btmBox .btn {
		min-width: 60px;
		padding:8px 8px 7px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rTit01 { 
		padding:0 0 8px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dl {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dl + dl { 
		margin-top:10px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dt { 
		width: 80px;
		background: #212121;
		color: #FFF;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rInfoBox01 dd { 
		width: 100%;
		padding:6px 0 0;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rInfoLst01 li {
		margin:0 0 8px;
		font-size: 13px;
		line-height: 1.3;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .hasBtnBox01 + .rInfoLst01 { 
		margin-top:5px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 li { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rCateLst01 .chkLbl {
		padding:8px 8px 7px;
		border-bottom-width:1px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnRange {
		width: calc((100% - 8px)/2);
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rRangeBox01 .btnImgBox {
		margin:0 0 5px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dl { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dt {
		margin:0 0 5px;
		padding:0 0 0 16px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rChkBox01 dt:before {
		width: 10px;
		top: 7px;
	}	
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptTit01 {
		margin:0 0 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt { 
		padding:8px 8px 7px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 select.rIpt,
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIpt.date_input { 
		padding-right:30px;
		background-size: 15px auto;
		background-position:center right 10px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01,
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01 .rIptFlex { 
		flex-wrap:wrap;
		gap:8px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01 .rIptFlex .txt01 {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .rIptFlex01.has2 .rIptFlex {
		width: 100%;	
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 {
		flex-wrap:wrap;
		gap:5px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .rIpt { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rIptBox01 .hasBtnBox01 .btn {
		width: 100%;
		padding:8px 8px 7px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 table {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .joinInfoBox01 .rTblBox01 tbody tr * { 
		padding:8px;
	}
	.estimateWr .estiConBox01 .rstBox01 { 
		flex-wrap:wrap;
		margin:0 0 16px;
		padding:16px 16px 14px;
		background-image:none;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstTxtBox {
		width: 100%;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstTit01 {
		margin:0 0 5px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstDl01 {
		width: 100%;
		text-align: left;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstDl01 dt {
		margin:0 0 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstDl01 dd {
		gap:8px;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstDl01 .btnRstCate {
		width: 26px;
		height: 26px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .rstBox01 .rstLst01 li { 
		margin:0 0 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptLst01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .iptLst01 li { 
		width: 100%;
		padding:10px 10px 9px;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .iptLst01 .lstTopBox {
		gap:5px;
		margin:0 0 8px;
	}
	.estimateWr .estiConBox01 .iptLst01 .lstTit01 {
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptLst01 .ipt { 
		padding:8px 8px 7px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptLst01 select.ipt { 
		padding-right:30px;
		background-size: 15px auto;
		background-position:center right 10px;
	}
	.estimateWr .estiConBox01 * + .iptLst01 { 
		margin-top:16px;
	}
	.estimateWr .estiConBox01 .iptLst02 li {
		margin:0 0 10px;
		padding:10px 10px 9px;
		border-radius: 5px;
	}
	.estimateWr .estiConBox01 .iptLst02 dl { 
		flex-wrap:wrap;
		gap:5px;
	}
	.estimateWr .estiConBox01 .iptLst02 dt {
		width: 100%;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptLst02 dd { 
		width: 100%;
		gap:5px;
	}
	.estimateWr .estiConBox01 .iptLst02 .ipt {
		padding:8px 8px 7px;
		border-radius: 5px;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .iptLst02 select.ipt { 
		padding-right:30px;
		background-size: 15px auto;
		background-position:center right 10px;
	}
	.estimateWr .estiConBox01 .iptLst02 dd > .ipt { 
		width: 100%;
		min-width: 0;
	}
	.estimateWr .estiConBox01 .iptLst02 .hasTxtBox01 { 
		flex-wrap:wrap;
		gap:5px;
		width: 100%;
	}
	.estimateWr .estiConBox01 .iptLst02 .hasTxtBox01 .ipt { 
		width: 100%;
	}
	.estimateWr .estiConBox01 .iptLst02 .hasTxtBox01 .lstTxt01 {
		width: 100%;
		min-width: 0;
		font-size: 13px;
	}
	.estimateWr .estiConBox01 .estiToggleTit01 {
		margin:0 0 12px;
		padding:0 20px 5px 0;
		border-bottom-width:1px;
		font-size: 16px;	
	}
	.estimateWr .estiConBox01 .estiToggleTit01:after {
		width: 8px;
		height: 8px;
		top: 7px;
		right: 7px;
	}
	.estimateWr .estiConBox01 * + .estiToggleTit01 { 
		margin-top:16px;
	}
	.estimateWr .estiConBox01 .icoLst01 {
		gap:8px;
	}
	.estimateWr .estiConBox01 .icoLst01 li {
		width: 100%;
		padding:15px 0 0;
	}
	.estimateWr .estiConBox01 .icoLst01 .lstIco {
		width: 48px;
		height: 48px;
		top: 0;
		left: 0;	
		margin:0;
	}
	.estimateWr .estiConBox01 .icoLst01 .lstTit01 {
		margin:0 0 5px;
		padding:0 0 0 78px;
		font-size: 14px;
	}
	.estimateWr .estiConBox01 .icoLst01 .lstTit01:before {
		width: 10px;
		top: 7px;
		left: 64px;
	}
	.estimateWr .estiConBox01 .icoLst01 .lstTxt01 {
		margin:26px 0 0;
		font-size: 12px;
	}
	.estimateWr .estiConBox01 .authTabBox {
		gap:10px;
		margin:0 0 20px;
	}
	.estimateWr .estiConBox01 .authTabBox .authTabBtn {
		width: calc((100% - 10px)/2);
	}
	.estimateWr .estiConBox01 .authTabBox .btnIco { 
		width: 20px;
	}
	.estimateWr .estiConBox01 .authTabBox .btnTxt {
		font-size: 15px;
	}
	.estimateWr .estiConBox01 .authMethodBox01 {
		flex-wrap:wrap;
	}
	.estimateWr .estiConBox01 .authMethodBox01 .authMethodBtn {
		justify-content:flex-start;
		gap:10px;
		width: calc((100% - 12px)/2);
		padding:9px 10px 10px 23px;
	}
	.estimateWr .estiConBox01 .authMethodBox01 .btnTxt { 
		line-height: 1;
	}
	.estimateWr .estiBtmBox01 { 
		padding:16px 0 0;
	}
	.estimateWr .estiBtmBox01 .topBox {
		margin:0 0 8px;
	}
	.estimateWr .estiBtmBox01 * + .topBox { 
		margin-top:16px;
	}
	.estimateWr .estiBtmBox01 .tit01 {
		padding:0 0 0 20px;
		font-size: 13px;
	}
	.estimateWr .estiBtmBox01 .tit01:before {
		width: 14px;
		height: 14px;
		top: 0;
	}
	.estimateWr .estiBtmBox01 .txt01,
	.estimateWr .estiBtmBox01 .txt02 { 
		font-size: 13px;
	}
	.estimateWr .estiBtmBox01 .lst01 { 
		font-size: 13px;
		line-height: 1.3;
	}
	.estimateWr .estiBtmBox01 * + .txt01,
	.estimateWr .estiBtmBox01 * + .txt02,
	.estimateWr .estiBtmBox01 * + .lst01 { 
		margin-top:8px;
	}
	.estimateWr .estiBtmBox01 .cateBox01 {
		gap:0;
		margin:0 0 16px;
	}
	.estimateWr .estiBtmBox01 .cateBox01 .btnCate {
		width: 50%;
		padding:8px 8px 7px;
		font-size: 14px;
	}
	.estimateWr .estiBtmBox01 .cateBox01 .btnCate.on:after {
		margin:0 0 0 -2px;
		border-top-width:4px;
		border-right-width:2px;
		border-left-width:2px;
	}
	.estimateWr .estiBtmBox01 .infoTxt01 {
		padding:12px 12px 12px 30px;
		font-size: 13px;
	}
	.estimateWr .estiBtmBox01 .infoTxt01:before {
		width: 14px;
		height: 14px;
		top: 10px;
		left: 10px;
	}
}
/* 비교견적 끝
------------------------------------------------------ */
/* 자동차보험이란? 시작
------------------------------------------------------ */
.aboutInsuranceWr .inner {
	padding:42px 0 100px;
}
.aboutInsuranceWr .tit01 { 
	margin:0 0 32px;
	font-weight: 700;
	font-size: 28px;		
	color: #212121;
}
.aboutInsuranceWr .lst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.aboutInsuranceWr .lst01 li { 
	position:relative;
	width: calc((100% - 48px)/3);
	padding:0 24px 0 0;
}
.aboutInsuranceWr .lst01 li:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 238px;	
	top: 26px;
	right: 0;
	background: #F0F0F0;
}
.aboutInsuranceWr .lst01 li:nth-child(3n):after { 
	display:none;
}
.aboutInsuranceWr .lst01 .lstImgBox { 
	max-width: 100%;
	margin:0 0 29px;
	font-size: 0;
	text-align: center;
}
.aboutInsuranceWr .lst01 .lstImgBox img { 
	max-width: 100%;
}
.aboutInsuranceWr .lst01 .lstTit01 { 
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:13px;
	min-height: 30px;
	margin:0 0 16px;
	padding:0 0 0 29px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #424242;
}
.aboutInsuranceWr .lst01 .lstTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 2px;
	top: 14px;
	left: 0;
	background: #1565C0;
}
.aboutInsuranceWr .lst01 .lstTit01 .clr01 { 
	display:block;
	padding:8px 12px;
	background: #E9F3FF;
	border-radius: 1000px;
	font-size: 14px;
	color: #1565C0;
}
.aboutInsuranceWr .lst01 .lstTxt01 { 
	font-size: 14px;
	line-height: 1.4;
	color: #424242;
}
.aboutInsuranceWr .btnBox { 
	margin:16px 0 0;
	text-align: center;
}
.aboutInsuranceWr .btnBox .btn { 
	display:inline-block;
	padding:9px 22px;
	background: #1565C0;
	border:1px solid #1565C0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	transition:all .3s ease;
}
.aboutInsuranceWr .btnBox .btn:focus,
.aboutInsuranceWr .btnBox .btn:hover { 
	background: #FFF;
	color: #1565C0;
}
@media all and (max-width:999px){
	.aboutInsuranceWr .inner { 
		padding:36px 0;
	}
	.aboutInsuranceWr .tit01 { 
		margin:0 0 16px;
		font-size: 18px;
	}
	.aboutInsuranceWr .lst01 { 
		gap:0;
	}
	.aboutInsuranceWr .lst01 li { 
		display:flex;
		align-items:center;
		flex-direction:column;
		width: 100%;
		padding:0 0 12px;
		border-bottom:1px solid #F0F0F0;
	}
	.aboutInsuranceWr .lst01 li:after { 
		display:none;
	}
	.aboutInsuranceWr .lst01 .lstImgBox { 
		width: 80px;
		margin:0 auto 8px;
	}
	.aboutInsuranceWr .lst01 .lstTit01 { 
		gap:6px;
		margin:0 0 5px;
		padding:0 0 0 20px;
		font-size: 13px;
	}
	.aboutInsuranceWr .lst01 .lstTit01:before { 
		width: 12px;
	}
	.aboutInsuranceWr .lst01 .lstTit01 .clr01 { 
		font-size: 13px;
	}
	.aboutInsuranceWr .lst01 .lstTxt01 { 
		font-size: 13px;
		line-height: 1.3;
		text-align: center;
	}
	.aboutInsuranceWr .btnBox .btn { 
		padding:7px 16px;
		font-size: 13px;
	}
}
/* 자동차보험이란? 끝
------------------------------------------------------ */
/* 이벤트 시작
------------------------------------------------------ */
.eventWr .eventBox01 {
	max-width: 1200px;
	margin:0 auto;
	padding:40px 0;
	background:linear-gradient(to bottom, #E9F3FF, #A4CEFF);
	text-align: center;
}
.eventWr .eventBox01 .sTit01 {
	display:inline-block;
	margin:0 0 23px;
	padding:3px 20px 4px;
	background: #002D70;
	font-size: 18px;
	color: #FFF;
}
.eventWr .eventBox01 .tit01 {
	margin:0 0 41px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	color: #212121;
}
.eventWr .eventBox01 .tit01 span { 
	color: #1565C0;
}
.eventWr .eventBox01 .imgBox { 
	max-width: 100%;
	margin: 0 0 39px;
	font-size: 0;
}
.eventWr .eventBox01 .imgBox img { 
	max-width: 100%;
}
.eventWr .eventBox01 .lnk01 { 
	display:inline-flex;
	align-items:center; 
	justify-content:center;
	gap:18px;
	margin:0 0 40px;
	padding:18px 69px 19px;
	background: #212121;
	border-radius: 5px;
}
.eventWr .eventBox01 .lnk01 span { 
	display:block;
}
.eventWr .eventBox01 .lnk01 .lnkTxt01 { 
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}
.eventWr .eventBox01 .lnk01 .lnkIco { 
	font-size: 0;
}
.eventWr .eventBox01 .lnk01 .lnkIco img { 
	max-width: 100%;
}
.eventWr .eventBox01 .infoDl01 { 
	width: 522px;
	margin:0 auto;
	padding:26px 22px 28px;
	background: #FFF;
	border-radius: 10px;
	box-shadow:2px 4px 4px 0 #8CAFDA;
	text-align: left;
}
.eventWr .eventBox01 .infoDl01 dt { 
	margin:0 0 21px;
	font-weight: 700;
	font-size: 16px;
	color: #212121;
}
.eventWr .eventBox01 .lst01 li {
	position:relative;
	margin:0 0 11px;
	padding:0 0 0 41px;
	font-size: 14px;
	line-height: 1.4;
	color: #212121;
}
.eventWr .eventBox01 .lst01 li:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 14px;
	height: 11px;
	top: 5px;
	left: 0;
	background:url(/Form/_guest/basic/images/eventChk01.svg) no-repeat center / cover;
}
.eventWr .eventBox01 .lst01 li span { 
	font-weight: 500;
}
.eventWr .eventBox01 .lst01 li:last-child { 
	margin:0;
}
.eventWr .eventNoteBox01 {
	max-width: 1200px;
	margin:0 auto;
	padding:38px 40px 40px;
	background: #2B3B4E;
}
.eventWr .eventNoteBox01 .tit01 { 
	margin:0 0 22px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
}
.eventWr .eventNoteBox01 .lst01 li { 
	position:relative;
	margin:0 0 3px;
	padding:0 0 0 8px;
	font-size: 14px;
	color: #EDEDED;
}
.eventWr .eventNoteBox01 .lst01 li:before {
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 4px;
	height: 1px;
	top: 8px;
	left: 0;
	background: #EDEDED;
}
.eventWr .eventNoteBox01 .lst01 li:last-child { 
	margin:0;
}
@media all and (max-width:999px){
	.eventWr .eventBox01 .eventBox01 {
		padding:36px 16px;
	}
	.eventWr .eventBox01 .sTit01 {
		margin:0 0 12px;
		padding:3px 16px 4px;
		font-size: 13px;
	}
	.eventWr .eventBox01 .tit01 {
		margin:0 0 24px;
		font-size: 16px;
	}
	.eventWr .eventBox01 .imgBox {
		width: 160px;
		margin: 0 auto 16px;
	}
	.eventWr .eventBox01 .lnk01 {
		gap:8px;
		margin:0 0 16px;
		padding:10px 20px 9px;
	}
	.eventWr .eventBox01 .lnk01 .lnkTxt01 {
		font-size: 14px;
	}
	.eventWr .eventBox01 .lnk01 .lnkIco { 
		width: 12px;
	}
	.eventWr .eventBox01 .infoDl01 { 
		width: 100%;
		padding:16px 16px 14px;
		border-radius: 5px;
	}
	.eventWr .eventBox01 .infoDl01 dt { 
		margin:0 0 10px;
		font-size: 14px;
	}
	.eventWr .eventBox01 .lst01 li {
		margin:0 0 8px;
		padding:0 0 0 24px;
		font-size: 13px;
	}
	.eventWr .eventBox01 .lst01 li:before {
		width: 11px;
		height: 9px;
		top: 4px;
	}
	.eventWr .eventNoteBox01 {
		padding:36px 16px;
	}
	.eventWr .eventNoteBox01 .tit01 { 
		margin:0 0 10px;
		font-size: 14px;
	}
	.eventWr .eventNoteBox01 .lst01 li {
		font-size: 13px;
	}
	.eventWr .eventNoteBox01 .lst01 li:before {
		top: 7px;
	}
}
/* 이벤트 끝
------------------------------------------------------ */