@charset "UTF-8";

/*보험료 산출 텍스트 css*/
	.cost_popup_wrap {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 440px;
		padding: 30px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 20px;
		line-height: 1.45;
		z-index: 9999999;
		display: none;
	}

	.cost_popup_wrap2 {
		position: fixed;		
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 500px;
		box-sizing: border-box;
		background: #fff;
		line-height: 30px;
		z-index: 9999999;
		display: none;
	}

	.cost_popup_wrap p {
		font-size: 24px;
		text-align: center;
		margin-bottom: 50px;
	}

	.cust_name_2 {
		font-family: 'Pretendard'; 
		font-size: 24px; 
		text-decoration: underline; 
		text-underline-position: under; 
		font-weight: bold;
		position: relative;
		left: 0;
		top: 0;
	}
	
	.cust_money_2{ 
		font-family: 'Pretendard'; 
		font-size: 24px; 
		text-decoration: underline; 
		text-underline-position: under; 
		color: #000;
	}

	#cost_background { 
		width: 100%; 
		height: 100%; 
		background: rgba(0,0,0,0.5); 
		position: fixed;
		left: 0; 
		top:0; 
		z-index: 999999; 
		display: none;
	}

	.cost_btn {
		cursor: pointer;
		background: var(--main-color);
		color: #fff;
		font-size: 20px;
		margin: 0 auto;
		width: 194px;
		height: 44px;
		line-height: 46px;
		text-align: center;
		margin-top: 20px;
	}

	.cost_popup_wrap > .close {
		position: absolute;
		width: 36px;
		height: 36px;
		top: 24px;
		right: 24px;
		cursor: pointer;
	}

	.cost_popup_wrap >.close > div {
		width: 3px;
		height: 28px;
		background: #060B11;
		position: absolute;
		top: 4px;
		left: 16px;
	}

	.cost_popup_wrap2 > .close { 
		position: absolute; 
		width: 35px;
		height: 35px;
		top: 12px; 
		right: 15px;
		cursor: pointer; 
	}

	.cost_popup_wrap2 >.close > div { 
		width: 3px; 
		height: 30px;
		background: #fff;
		position: absolute; 
		top: 3px; 
		left: 16px; 
	}

	.cost_popup_wrap > .close > div:nth-child(1) { 
		transform: rotate(45deg); 
	}

	.cost_popup_wrap > .close > div:nth-child(2) {
		transform: rotate(-45deg); 
	}

	.cost_popup_wrap2 > .close > div:nth-child(1) { 
		transform: rotate(45deg); 
	}

	.cost_popup_wrap2 > .close > div:nth-child(2) {
		transform: rotate(-45deg); 
	}

	.notScroll {
		overflow: hidden;
		width: 100%;
		height: 100vh;
		touch-action:none;
	}

	/*아래부터 보험 산출 클릭 시 나오는 모달창에 대한 css*/
	#inputform_2{width: auto;}
	.form-set .inputform_2_inner{margin: 0; border: none; display: flex; flex-direction: column; gap: 30px;}
	.form-set .inputform_2_space{margin: 0; border: none; display: block;}

	.cost_popup_wrap_title{font-family: 'Pretendard'; font-weight: 700; font-size: 24px; line-height: 1.25; letter-spacing: -0.02em; color: #060B11; margin: 0;}
	.inputform_2_title{font-family: 'Pretendard'; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.01em; color: #555D65; margin: 8px 0 30px;}

	.form-set .phone_num{display: block; font-family: 'Pretendard'; font-weight: 700; font-size: 18px; line-height: 20px; letter-spacing: -0.01em; color: #060B11; margin-bottom: 4px;}
	.form-set .phone_num_sub{display: block; font-family: 'Pretendard'; font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.02em; color: #555D65; margin-bottom: 10px;}

	.num_check{border: none !important; display: flex; align-items: center; gap: 10px;}

	.form-set #cellverify_auth_code,
	.form-set #mobile2_num_check{flex: 1 1 auto; min-width: 0; height: 40px; box-sizing: border-box; padding: 0 10px; border: none; border-bottom: 2px solid #CED4DA; background: none; outline: none; border-radius: 0; font-family: 'Pretendard'; font-weight: 500; font-size: 18px; letter-spacing: -0.01em; color: #060B11;}
	input#cellverify_auth_code{font-size: 18px;}

	.form-set .send_data,
	#re_send_date{flex: 0 0 auto; width: 80px; height: 40px; border: none; border-radius: 0; cursor: pointer; color: #fff; font-family: 'Pretendard'; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; box-sizing: border-box;}
	.form-set .send_data{background: #30B566;}
	#re_send_date{background: #0A1C30;}

	.cost_popup_wrap_title2 {width: 100%; background: var(--main-color); text-align: center; padding: 17px 0 10px 0; color: #fff; font-weight: bold; font-size: 22px; font-family: 'GmarketSans';}
	.cost_popup_wrap_inner{padding: 50px; padding-bottom: 0;}
	.cost_popup_after_all{display: flex; justify-content: space-between; align-items: center;}

	.cost_popup_after_money{font-weight: 600; border-bottom: 1px solid #000; padding-bottom: 10px; font-size: 19px; margin-bottom: 40px;}
	.cost_popup_orange{color: #ff5100;}
	.cost_popup_after_name{font-size: 17px; color:#514e4f; font-weight: 0; margin-bottom: 15px;}
	.cost_popup_after_date{font-size: 17px; color:#514e4f; font-weight: 0; margin-bottom: 15px;}
	.cost_popup_after_bohumtype{font-size: 17px; color:#514e4f; font-weight: 0; border-bottom: 1px solid #000; padding-bottom: 40px;}
	.modal_check_btn{display: block; width: 200px; margin: 0 auto; background: #222; text-align: center; margin: 20px auto; padding: 10px 0; color: #fff; font-size: 20px;}
