:root {
  --main-color: #2461f2;
}

a { color: #333;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}

/* Select box 스타일 초기화 */ 
select {
	padding: 0 10px 0 4px;
	background: #fff url('arrow.png') no-repeat 100% 50% !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color: inherit;
  font-family: inherit;
}

select option { 
	color: #000;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { display: none; }

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* placeholder 초기화 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
input::placeholder { font-weight: 400; color:#aaa; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}


/* alert 버튼 */
.btn-box2 { top: 2764px; left: 737px; width: 264px; height: 56px; position:absolute; cursor:pointer; }
.btn-box1 { top: 1630px; left: 29px; width: 196px; height: 42px; position:absolute; cursor:pointer; }

/* header */
header { height: 80px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); background: #fff; position: relative; z-index: 99;}
header .container {display:flex; align-items:center;justify-content: space-between; height: 100%;}
header a {display: inline-block; padding: 12px 0; width: 160px;}
header a img {width: 100%;}
header .today_wrap {display:flex ; gap:10px;background: #edf4fa;padding: 10px 15px; border-radius: 50px;color:#858788}
.today_txt {border-left: 1px solid #7f8081;padding-left: 10px;color: #14aadc;}

/* section1 */
.section1 {position: relative; background-color: #2a70f3; padding: 90px 0;}
.section1 .title_wrap {margin-bottom: 50px;}
.section1 .title_wrap .text_wrap {color: #fff; letter-spacing: -0.46; position: relative;}
.section1 .title_wrap .text_wrap .title {width: 62%; text-align: center;}
.section1 .title_wrap .text_wrap img {position: absolute; top: 0; right: 150px; width: 320px;}

.section1 .title_wrap h2{ font-size: 64px; line-height: 1.3; font-weight: 500; letter-spacing: -1px;}
.section1 .title_wrap h2 b { color: #ffdc3f; font-weight: 600;}
.section1 .title_wrap span { font-size: 34px; display: block; margin-bottom: 10px; font-weight: 500; letter-spacing: -1px;}

.section1 .form_wrap {display: flex; align-items: stretch; background: #fff; box-sizing: border-box;width: 90%; border-radius: 30px; padding: 60px 40px ; border-radius: 80px; box-shadow: 4px 2px 15px rgba(0, 0, 0, 0.4);}
.section1 .form_wrap form {flex-shrink: 0; position: relative; padding: 0 40px; width: 40%;}
.section1 .form_wrap form::after {content: ''; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); width: 1px; height: 80%; background-color: #8b8b8b;}
.section1 .form_wrap form h2 {font-size:30px ; letter-spacing:-1px;text-align:center; font-weight:600; margin-bottom: 25px;}
.section1 .form_wrap form ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px; width: 100%;margin:0 auto}
.section1 .form_wrap form ul li, .section1 .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.section1 .form_wrap form ul li:first-child {flex-direction: row;}
.section1 .form_wrap form ul li .sex_cover {display: flex; justify-content: center; margin-left: 7px; border: 1px solid #8b8b8b; border-radius: 15px; overflow: hidden; flex-shrink: 0;}
.section1 .form_wrap form label {font-size: 20px; font-weight: 500; min-width: 110px;}
.section1 .form_wrap form input[type="radio"] {display: none;}
.section1 .form_wrap form input[type="text"], .section1 .form_wrap form input[type="tel"] {border: 1px solid #8b8b8b; font-size: 21px; padding: 0 12px; outline: none; height: 55px; font-family: inherit; width: 100%; border-radius: 15px;padding-left:20px; text-align: center; font-weight: 500; letter-spacing: -1px;}
.section1 .form_wrap .tel_cover {display: flex; width: 100%;}
.section1 .form_wrap select {font-size: 21px; border: 1px solid #8b8b8b; padding-left: 21px; padding-right: 44px; appearance: none; background: url("./arrow_tel.png") no-repeat 80% 50% !important;  margin-right: 8px; border-radius: 15px; font-weight: 500; outline: none;}
.section1 .form_wrap input[type="radio"] {width: 18px; height: 18px; border-radius: 100%; border: 1px solid #bbb; margin: 0; margin-right: 8px; appearance: none; position: relative; cursor: pointer;}
.section1 .form_wrap input[type="radio"]:checked + label {background: #e4e4e4; color: inherit;}
.section1 .form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 20px; cursor: pointer; min-width: auto; display: flex; justify-content: center; align-items: center; width: 55px; aspect-ratio: 1/1; color: #8b8b8b; font-weight: 500;}
.section1 .privacy_wrap {display: flex; align-items: center; gap: 7px; margin: 12px 0 30px; justify-content: center;}
.section1 .privacy_wrap input[type="checkbox"] {width: 22px; height: 22px; margin: 0; cursor: pointer;}
.section1 .privacy_wrap label {font-size: 20px; margin-bottom: 0; cursor: pointer; letter-spacing: -1px;}
.section1 .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 20px; cursor: pointer; letter-spacing: -1px;}
.btn_submit {border: 0; font-family: inherit; font-size: 26px; font-weight: 600; color: #fff; padding:20px 80px; cursor: pointer; display: flex; align-items: center; gap: 12px; border-radius: 100px; position: relative; margin: 0 auto; background: url(./Rectangle_57.png) no-repeat center / 100%;}
.btn_submit::after {content:""; position: absolute; bottom: 20px; right: 55px; transform: translate(100%, 100%); width: 59px; aspect-ratio: 59/68; background: url(./img2.png) no-repeat center / contain;}

.section1 .result_wrap { flex: 1; min-width: 0; padding: 0 40px; display: flex; flex-direction: column; align-self: stretch; }
.section1 .result_wrap h3 { font-size: 30px; font-weight: 600; margin-bottom: 36px; text-align: center; letter-spacing: -1px; flex-shrink: 0;}
.section1 .result_wrap .result_swiper { flex: 1; min-height: 0; width: 100%; padding: 20px 60px; border-radius: 20px; border: 1px solid #b4b4b4;  box-sizing: border-box;  min-height: 250px; max-height: 320px;}
/* .section1 .result_wrap .result_list { height: 100%;} */
.section1 .result_wrap .result_item {display: flex; align-items: center; justify-content: space-between;}
.section1 .result_wrap .result_item .img_box {width: 124px; display: flex; align-items: center; justify-content: center;}
.section1 .result_wrap .result_item .bohum_result p { font-size: 26px; font-weight: 600; }
.section1 .result_wrap .result_item .bohum_result p span { color: #e60012; }

/* section2*/
.section2 { background-color: #fafafa; padding: 120px 0 100px;}
.section2 h2 {font-size: 45px; font-weight: 700;line-height:1.3; letter-spacing:-3px; text-align: center; margin-bottom: 50px;}
.section2 #bohumList { border-radius: 80px; background-color: #fff; border: 6px solid #dedede; padding: 30px 35px;}
.section2 #bohumList li { border-bottom: 1px solid #f2f2f2; display: flex;}
.section2 #bohumList li .btn_wrap { display: flex; gap: 22px;}
.section2 #bohumList li .left_wrap { border-right: 1px solid #f2f2f2; padding: 30px 60px 40px 50px; flex-shrink: 0; width: 200px; display: flex; flex-direction: column; align-items: flex-end;}
.section2 #bohumList li .left_wrap .fee_wrap { text-align: right; margin-top: 20px; font-size: 32px; font-weight: 700; letter-spacing: -1px; width: 100%;}
.section2 #bohumList li .left_wrap .fee_wrap b { color: #e60012;}
.section2 #bohumList li .right_wrap { padding: 50px 80px; display: flex; align-items: center; justify-content: center; flex: 1; min-width: 0;}
.section2 #bohumList li .right_wrap button { font-size: 30px; font-weight: 600; letter-spacing: -1px; color:#fff; padding: 20px 60px; border-radius: 100px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);} 
.section2 #bohumList li .right_wrap button.check_btn { background-color: var(--main-color);}
.section2 #bohumList li .right_wrap button.apply_btn { background-color: #3a3a3a;}
.section2 #bohumList li:last-child { border-bottom: 0;}




/* section3 */
.section3 {background: #f7f7f7; padding: 100px 0;}
.section3 h2 {font-size: 45px; font-weight: 700;line-height:1.3; letter-spacing:-2px;}
.section3 .container > p { font-size: 28px; margin-bottom: 50px; margin-top: 10px; letter-spacing: -1px;}

.section3 ul {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap:50px}
.section3 ul li {display: flex; align-items: center; justify-content: space-between; width: calc(50% - 25px); border-radius: 50px; box-sizing: border-box; padding: 60px 38px; background: #fff;}
.sec3_txt_wrap {display: flex;flex-direction: column;padding-left: 52px; padding-right: 20px;}
.sec3_txt_wrap p {font-size: 30px; letter-spacing: -1px;color: var(--main-color);margin-bottom:20px; font-weight:600}
.sec3_txt_wrap span {letter-spacing: -0.5px;font-size: 24px; line-height: 1.6; font-weight: 500;}


 
/* bottom_form */
.bottom_form_wrap {background: #d8e9ff; padding: 80px 0;}
.bottom_form_wrap .container { max-width: 800px;}
.bottom_form_wrap form {display: flex; align-items: center; flex-direction: column; gap: 0 50px;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(1, 1fr); gap: 18px 30px; width: 100%;}
.bottom_form_wrap ul li {display: flex; align-items: center; flex-direction: column; gap: 15px;}
.bottom_form_wrap ul li .input_wrap {display: flex; align-items: center; gap: 10px; width: 100%;}
.bottom_form_wrap ul li:not(:last-child) > label {font-size: 22px; font-weight: 500; min-width: 100px;}
.bottom_form_wrap ul li input[type="text"], .bottom_form_wrap ul li input[type="tel"] {font-family: inherit; padding: 20px; box-sizing: border-box; font-size: 26px; outline: none;  width: 100%; border-radius: 100px; text-align: center; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border:none; font-weight: 500; letter-spacing: -1px;}
.bottom_form_wrap ul li .gender_wrap {display: flex; align-items: center; border-radius: 100px; background-color: #fff; overflow: hidden; flex-shrink: 0; padding: 4px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {display: none;}
.bottom_form_wrap ul li .gender_wrap label {font-size: 26px; flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer;color:#111; border-radius: 100%; padding: 20px; font-weight: 500;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #d8e9ff;}
.bottom_form_wrap ul li select {padding: 20px 40px; padding-right: 50px; box-sizing: border-box; outline: none; font-size: 26px; background: #fff url("./arrow_tel.png") no-repeat 80% 50% !important; border-radius: 100px; color:#111; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border: none; font-weight: 500; letter-spacing: -1px;}
.bottom_form_wrap ul li .mobile_wrap {display: flex; align-items: center; width: 100%; gap: 8px;}
.bottom_form_wrap ul li input[type="checkbox"] {margin: 0; width: 25px; height: 25px;}
.bottom_form_wrap .privacy_wrap {margin-top: 20px;}
.bottom_form_wrap .privacy_wrap label {display: inline-block; font-size: 22px; margin: 0 6px 0 10px; font-weight: 600;}
.bottom_form_wrap .privacy_wrap button {font-size: 20px; position: relative; font-weight: 500;}
.bottom_form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center; color: #3a3a3a;}
.bottom_form_wrap .btn_submit__btm {background:var(--main-color) ;color: #fff;font-size: 27px;font-weight: 500; text-align: left; padding: 20px 180px; border-radius: 100px; margin-top: 40px;}




/* section5 */
.section5 {background: #f9f9f9;color:#333; padding: 50px 0;width:100%;}
.section5 h3 {margin-bottom: 30px;font-size: 25px; font-weight: 700;}
.section5 ul li {color:#666; position:relative;font-size: 18px;line-height: 1.4;margin-bottom: 10px; }
.section5 p{font-size: 16px;line-height: 1.5;color: #666;}



/* 푸터 */
.footer { background: #fff; box-sizing: border-box; padding: 50px 0;width:100%;}
.footer .f-cont { color: #333; overflow: hidden; }
.footer .f-cont>div p { margin-bottom: 10px; font-size: 15px; }
.footer .f-copy { margin-top: 20px;	color: #333; font-size: 15px; text-align: right;}
.footer .f-copy p {	margin-bottom: 15px; }
.footer .mt { margin-top: 20px; }
.footer .f-logo { position: absolute; top: -15px; right: 0; text-align: right;}
.footer a { color: #999; margin-bottom: 10px; display: inline-block; margin-top: 21px;}


#ajax_loding { position:fixed;z-index:999; top:0; left:0; width:100%; height:100vh; display:flex; background:rgba(0,0,0,0.7); color:#fff; font-size:30px; justify-content:center; align-items:center; flex-direction:column; display:none;}
.round { width:300px; height:300px; border-radius:50%; display:flex; align-items:center; justify-content:center; }

#sampleList_ul li:first-child .price_blind { display:none;}
#sampleList_ul li:first-child .price_num { display:inline;}
#sampleList_ul li .price_blind { display:inline;}
#sampleList_ul li .price_num { display:none;}

#sampleTable {width:100%; margin:0 auto; vertical-align:middle; position:relative; z-index:9;}
.bh_name { display:flex; align-items:center; width:202px; max-width:20%; border-right: 1px solid #f2f2f2; justify-content: center;}
.product { vertical-align:middle; font-size:20px; font-weight:bold; max-width:55%; width:550px; word-break:keep-all;
white-space: pre-wrap; 
white-space: -moz-pre-wrap;
white-space: -pre-wrap; 
white-space: -o-pre-wrap;
line-height: 1.4;
flex: 1;
min-width: 0;
display: flex;
padding: 0 40px;
flex-direction: column;
justify-content: center;
}
.price { vertical-align:middle; font-size:18px; text-align:center; width:165px; max-width:20%; padding: 15px 20px;}
.bh_number { font-size:14px; color:#999; display: block; margin-top: 5px;}
#sampleTbody { flex-direction: column; border-radius: 80px; background-color: #fff; border: 6px solid #dedede; padding: 30px 35px; display: none;}

.price_num { font-size:20px; color:#f44; font-weight:bold; cursor:inherit !important; position:relative;}
#sampleTable tr:first-child .wonbg { display:none;}
.wonbg { position:absolute; top:0; left:0; display:flex; width:160px; height:50px; justify-content:center; align-items:center; background:var(--main-color); color:#fff; cursor:pointer; border-radius: 100px; font-weight: 600;}
.wonbg.on { display:none;}
.jasehi {  margin:5px 0; color:#fff; border-radius: 100px; background-color: #3a3a3a; font-weight: 600; margin-top: 12px !important;}
.price > div, .price > a { margin:5px 0; cursor:pointer; width:160px; height:50px; display:flex; align-items:center; justify-content:center;}
.gaip { background:#333; color:#fff;}
#sampleTable tr { border-bottom: 1px solid #f2f2f2; display: flex; width: 100%; justify-content: space-between;}
#sampleTable tr:last-child {border-bottom: 0;}
.insuTitle { width:1100px; margin:0 auto; text-align:center; font-size:45px; font-weight:900; background:#ff4600; color:#fff; padding:30px 0; border-radius:20px 20px 0 0; border:2px solid #333; border-bottom:0;  box-shadow:5px 5px #999; position:relative; z-index:8; display:none;}
.info2 div .i2_bg { position:absolute; top:-4px; left:0; background:#ff4600; color:#fff; display:flex; width:133px; height:38px; justify-content:center; align-items:center; color:#fff; cursor:pointer; border-radius:5px; padding:0;}
.info2 div .i2_bg.on { display:none;}
.i2_price { position:relative; width: 133px; text-align: center;}
.info2 div:first-child .i2_bg { display:none;}