@import url("../Font/pretendard/pretendard.css");

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 a {padding: 12px 0; color: #333; font-size: 20px; display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -1px;}


/* section1 */
.section1 {background: #f7eee8; padding: 35px 0 60px;}
.section1 .container {}

.section1 .title_wrap {display: flex; align-items: center; justify-content: space-between;}
.section1 .title_wrap h1 {font-size: 65px; font-family: 'JalnanGothic'; line-height: 1.2; letter-spacing: -1px; margin-bottom: 20px;}
.section1 .title_wrap h1 b {font-size: inherit; font-family: inherit; font-weight: inherit; color: #ef6b11;}
.section1 .title_wrap p {font-size: 30px;}

.section1 .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; background: #fff; box-sizing: border-box; width: 52%; border-right: 1px solid #ccc;}
.section1 .form_wrap form {width: 100%;}
.section1 .form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px; width: 530px;}
.section1 .form_wrap ul li, .section1 .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.section1 .form_wrap ul li:first-child {flex-direction: row;}
.section1 .form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 6px; margin-left: 7px;}
.section1 .form_wrap label {font-size: 20px; font-weight: 500; min-width: 100px;}
.section1 .form_wrap input[type="radio"] {display: none;}
.section1 .form_wrap input[type="text"], .section1 .form_wrap input[type="tel"] {border: 0; font-size: 20px; padding: 12px; outline: none; width: 170px; font-family: inherit; background: #f2f2f2; width: 100%; border-radius: 6px;}
.section1 .form_wrap .tel_cover {display: flex; width: 100%;}
.section1 .form_wrap select {font-size: 20px; padding-left: 12px; padding-right: 28px; appearance: none; background: #f2f2f2 url("./arrow_tel.png") no-repeat 85% 50% !important; border: 0; margin-right: 8px; border-radius: 6px;}
.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: #ef6b11;}
.section1 .form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 20px; cursor: pointer; background: #ccc; min-width: auto; display: flex; justify-content: center; align-items: center; height: 48px; width: 48px; color: #fff; border-radius: 6px;}
.section1 .privacy_wrap {display: flex; align-items: center; gap: 7px; margin: 5px 0 25px; margin-left: 100px !important;}
.section1 .privacy_wrap:nth-of-type(1) {margin: 5px 0 8px;}
.section1 .privacy_wrap input[type="checkbox"] {width: 18px; height: 18px; margin: 0; cursor: pointer;}
.section1 .privacy_wrap label {font-size: 18px; margin-bottom: 0; cursor: pointer;}
.section1 .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 18px; cursor: pointer;}
.btn_submit {background: none; border: 0; font-family: inherit; font-size: 26px; font-weight: 600; background: #ef6b11; color: #fff; padding: 17px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 12px; justify-content: center; border-radius: 6px;}

.section1 .bottom_wrap {display: flex; align-items: center; background: #fff; padding: 45px 50px; padding-right: 0; box-sizing: border-box; border-radius: 20px; border: 1px solid #ccc;}
.section1 .bottom_wrap .rolling_wrap {width: 48%;}
.section1 .bottom_wrap .rolling_wrap h2 {font-size: 24px; font-weight: 600; text-align: center; margin-bottom: 35px;}
.section1 .bottom_wrap .rolling_wrap ul li {white-space: nowrap; display: flex; align-items: center; gap: 40px; justify-content: center;}
.section1 .bottom_wrap .rolling_wrap span {display: inline-block;}
.section1 .bottom_wrap .rolling_wrap .name {font-size: 20px; font-weight: 500;}
.section1 .bottom_wrap .rolling_wrap .age {font-size: 20px; padding: 12px 50px; border-radius: 25px; box-sizing: border-box; background: #f2f2f2; color: #666;}
.section1 .bottom_wrap .rolling_wrap .time {font-size: 16px; color: #666;}



/* section2 */
.section2 {background: #262626; padding: 35px 0;}
.section2 ul {display: flex; justify-content: space-around;}
.section2 ul li {display: flex; align-items: center;}
.section2 ul li p {color: #fff; font-size: 22px; line-height: 1.3; margin-left: 15px;}


/* section3 */
.section3 {padding: 110px 0;}
.section3 h1 {text-align: center; font-size: 36px; font-weight: 600; margin-bottom: 45px;}
.section3 ul li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; padding: 35px 20px; padding-right: 40px; box-sizing: border-box; border-radius: 10px;}
.section3 ul li:not(:last-child) {margin-bottom: 20px;}
.section3 ul li .left_wrap {display: flex; align-items: center; gap: 70px;}
.section3 ul li .left_wrap img {width: 200px;}
.section3 ul li .left_wrap h4 {font-size: 24px; font-weight: 600;}
.section3 ul li .right_wrap {display: flex; flex-direction: column; gap: 20px; border-left: 1px solid #ddd; padding-left: 50px;}
.section3 ul li .right_wrap .fee_wrap {display: flex; align-items: center; justify-content: space-between; padding: 0 5px;}
.section3 ul li .right_wrap .fee_wrap p {font-size: 20px; color: #999;}
.section3 ul li .right_wrap .fee_wrap span {font-size: 20px;}
.section3 ul li .right_wrap .fee_wrap span b {color: #e0210e;}
.section3 ul li .right_wrap .btn_wrap {display: flex; align-items: center; gap: 10px;}
.section3 ul li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 9px 0; font-size: 19px; color: #fff; border-radius: 7px; width: 160px;}
.section3 ul li .right_wrap .btn_wrap .check_btn {background: #ef6b11;}
.section3 ul li .right_wrap .btn_wrap .apply_btn {background: #262626;}


/* bottom_form */
.bottom_form_wrap {background: #f7eee8; padding: 40px 0;}
.bottom_form_wrap form {display: flex; align-items: center; gap: 0 50px;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 45px; width: 80%;}
.bottom_form_wrap ul li {display: flex; align-items: center;}
.bottom_form_wrap ul li .input_wrap {display: flex; align-items: center; gap: 5px;}
.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: 10px; box-sizing: border-box; font-size: 20px; outline: none; border: 1px solid #ddd; width: 100%; border-radius: 5px;}
.bottom_form_wrap ul li .gender_wrap {display: flex; align-items: center; gap: 5px;}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {display: none;}
.bottom_form_wrap ul li .gender_wrap label {font-size: 22px; border: 1px solid #ddd; height: 43px; width: 43px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 5px; cursor: pointer;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #ef6b11; color: #fff;}
.bottom_form_wrap ul li select {padding: 10px; padding-right: 30px; box-sizing: border-box; outline: none; border: 1px solid #ddd; font-size: 20px; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; height: 45px; border-radius: 5px;}
.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: 20px; height: 20px;}
.bottom_form_wrap .privacy_wrap {display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 5px;}
.bottom_form_wrap .privacy_wrap label {display: inline-block; font-size: 18px; margin: 0 6px 0 10px;}
.bottom_form_wrap .privacy_wrap button {font-size: 18px; position: relative; top: -2px;}
.bottom_form_wrap .btn_submit__btm {background: #ef6b11 url("./arrow_icon.png") no-repeat calc(100% - 45px) 50%; color: #fff; font-size: 24px; font-weight: 500; text-align: left; padding: 30px 45px; width: 20%; border-radius: 8px;}
.bottom_form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center;}



/* section5 */
.section5 {background: #f9f9f9;color:#333; padding: 50px 0;width:100%;}
.section5 h3 {margin-bottom: 30px;font-size: 25px; font-weight: 700;}
.section5 ul {margin-bottom:15px}
.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; }

#sampleTable {width:100%; margin:0 auto; vertical-align:middle; position:relative; z-index:9; background:#fff;}
.bh_name { display:flex; align-items:center; width:202px; max-width:20%;}
.product { vertical-align:middle; font-size:20px; font-weight:bold; max-width:55%; width:550px; word-break:keep-all;
white-space: pre-wrap; /* CSS3*/
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
line-height: 1.4;
}
.price { vertical-align:middle; font-size:18px; text-align:center; width:165px; max-width:20%;}
.bh_number { font-size:14px; color:#999; display: block; margin-top: 5px;}
#sampleTbody { border:none; border-collapse: separate; border-spacing: 0; background-clip: padding-box;}
.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:40px; justify-content:center; align-items:center; background:#ef6b11; color:#fff; cursor:pointer;}
.wonbg.on { display:none;}
.jasehi { border:1px solid #333; margin:5px 0; color:#000;}
.price > div, .price > a { margin:5px 0; cursor:pointer; width:160px; height:40px; display:flex; align-items:center; justify-content:center;}
.gaip { background:#333; color:#fff;}
#sampleTable tr { display:flex; justify-content:space-between; align-items:center; padding:25px; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 10px; box-sizing: border-box;}
.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;}