@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 */
#wrap > header{margin-top: 10px;}
header a {display: inline-block; padding: 12px 0;}

/* section1 */
.section1 {background: linear-gradient(#fff, #c5dce5); padding: 50px 0 160px;}
.section1 .container {position: relative;}

.section1 .title_wrap {display: flex; align-items: center; justify-content: space-between;}
.section1 .title_wrap h1 {font-size: 65px; font-family: 'NanumSquare'; line-height: 1.2; letter-spacing: -1px; margin-bottom: 20px;margin-top: 20px;font-weight: 800;}
.section1 .title_wrap h1 b {font-size: inherit; font-family: inherit; font-weight: inherit; color: #314790;}
.section1 .title_wrap p {font-size: 31px;font-weight: 600; font-family: 'NanumSquare';}

.section1 .form_wrap {display: flex;flex-direction: column; justify-content: center; box-sizing: border-box; width: 57%;}
.section1 .form_wrap .today_box{display: flex;align-items: center; background-color: #fff;width: fit-content; padding: 20px 40px 10px; border-radius: 15px 15px 0 0; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; gap:10px; font-size: 20px;}
.section1 .form_wrap .today_box img{width: 17px;}
.section1 .form_wrap .today_box .today_txt{color:#4f88ff;}
.section1 .form_wrap form {background-color: #fff; width: fit-content; display: flex; padding: 29px 40px; border-radius: 0 15px 15px 15px; box-shadow: 10px 9px 10px -4px rgba(0,0,0,0.09), -8px 9px 10px -4px rgba(0,0,0,0.09); gap:15px;}
.section1 .form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 10px; width: 450px;}
.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: 22px; font-weight: 600; 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: 18px; padding: 12px; outline: none; width: 170px; font-family: inherit; width: 100%; border-radius: 6px; border: 1px solid #ccc;}
.section1 .form_wrap .tel_cover {display: flex; width: 100%;}
.section1 .form_wrap select {font-size: 18px; padding-left: 12px; padding-right: 28px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; border: 0; margin-right: 8px; border-radius: 6px; border: 1px solid #ccc;}
.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: #324891; color: #fff; border: 0;}
.section1 .form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 20px; cursor: pointer; background: #fff; min-width: auto; display: flex; justify-content: center; align-items: center; height: 45px; width: 45px; color: #777; border-radius: 6px; border: 1px solid #ccc; box-sizing: border-box;}
.section1 .privacy_wrap {display: flex; align-items: center; gap: 7px; justify-content: center;}
.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: 24px; font-weight: 500; background: #324891; color: #fff; padding: 17px; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; flex-direction: column; width: 140px;}

.section1 .bottom_wrap {display: flex; align-items: flex-end; padding-right: 0; box-sizing: border-box; border-radius: 20px; position: absolute; width: 100%;}
.section1 .bottom_wrap .rolling_wrap {width: 43%; background: #324891; margin-left: 20px; border-radius: 15px;padding: 52px 0;}
.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: 60px; justify-content: center;}
.section1 .bottom_wrap .rolling_wrap span {display: inline-block;}
.section1 .bottom_wrap .rolling_wrap .name {font-size: 20px; font-weight: 500; color: #fff; width: 37px;}
.section1 .bottom_wrap .rolling_wrap .age {font-size: 20px; box-sizing: border-box; color: #fff; width: 115px;}
.section1 .bottom_wrap .rolling_wrap .time {font-size: 16px; color: #fff; border-radius: 25px; padding: 10px 20px; background-color: #707fb2; max-width: 83px;}


#pure-form > ul > div{margin-top: 5px;}


/* section2 */
.section2 {padding: 35px 0; margin-top: 220px;}
.section2 .container > div{display: flex;align-items: center;justify-content: center;}
.section2 .container .floating_txtbox{position: absolute; color: #fff;}
.section2 .container .floating_txtbox h1{font-size: 45px; font-family: 'NanumSquare'; font-weight: 700; text-align: center;}
.section2 .container .floating_txtbox .dash{height: 1px; background-color: #fff; display: block;margin: 30px auto;width: 30px;}
.section2 .container .floating_txtbox p{font-family: 'NanumSquare';line-height: 1.5em;font-size: 30px;text-align: center;}
.section2 .container .floating_txtbox p span{background-color: #4f88ff;}
.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 80px;}
.section3 h1 {font-size: 45px; font-weight: 600; margin-bottom: 45px;line-height: 1.3em;}
.section3 #bohumListSample li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; padding-left: 40px; box-sizing: border-box; border-radius: 10px;}
.section3 #bohumListSample li:not(:last-child) {margin-bottom: 20px;}
.section3 #bohumListSample li .left_wrap {display: flex; align-items: center; gap: 70px;padding: 35px 20px 35px 0; justify-content: space-between; width: 100%;}
.section3 #bohumListSample li .left_wrap .fee_wrap{display: flex; flex-direction: column; align-items: center; gap: 15px; transform: translateY(-9px);}
.section3 #bohumListSample li .left_wrap img {width: 200px;}
.section3 #bohumListSample li .left_wrap span{font-size: 22px;}
.section3 #bohumListSample li .left_wrap p{margin-bottom: 15px; color: #4f88ff; font-size: 20px;}
.section3 #bohumListSample li .left_wrap h4 {font-size: 25px; font-weight: 600;}
.section3 #bohumListSample li .right_wrap {display: flex; flex-direction: column; gap: 20px; border-left: 1px solid #ddd; padding: 35px 25px;}
.section3 #bohumListSample li .right_wrap .btn_wrap {display: flex; align-items: center; gap: 15px; flex-direction: column;}
.section3 #bohumListSample li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 12px 0; font-size: 20px; color: #fff; width: 190px;}
.section3 #bohumListSample li .right_wrap .btn_wrap .check_btn {background: #3d86e0;}
.section3 #bohumListSample li .right_wrap .btn_wrap .apply_btn {background: #262626;}

.section3 #bohumList {display: none;}
.section3 #bohumList li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; box-sizing: border-box; border-radius: 10px; padding: 30px; padding-left: 40px;}
.section3 #bohumList li:not(:last-child) {margin-bottom: 20px;}
.section3 #bohumList li .img_wrap {width: 200px;}
.section3 #bohumList li .img_wrap img {height: 100%; max-width: 165px; max-height: 45px;}
.section3 #bohumList li .name_wrap {width: 600px;}
.section3 #bohumList li .name_wrap h4 {font-size: 22px; font-weight: 600; margin-bottom: 8px; line-height: 1.4;}
.section3 #bohumList li .name_wrap p {font-size: 15px; letter-spacing: -.5px; color: #999;}
.section3 #bohumList li .btn_wrap {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px;}
.section3 #bohumList li .btn_wrap a, .section3 #bohumList li .btn_wrap .fee {display: block; width: 180px; box-sizing: border-box; padding: 12px 10px; font-size: 19px; font-weight: 600; text-align: center; white-space: nowrap; letter-spacing: -.5px; color: #fff;}
.section3 #bohumList li .btn_wrap .fee {position: relative; cursor: pointer;}
.section3 #bohumList li .btn_wrap .fee.on {color: #3d86e0;}
.section3 #bohumList li .btn_wrap .fee.on::after {display: none;}
.section3 #bohumList li .btn_wrap .fee::after {content: "보험료 확인하기"; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #3d86e0; display: flex; align-items: center; justify-content: center;}
.section3 #bohumList li .btn_wrap .btn_notice {background: #333;}
.section3 #bohumList li .btn_wrap .btn_more {border: 1px solid #333; color: #333; background: #fff;}


/* section4 */
.section4{background: #f7f7f7;padding: 80px 0;}
.section4 .container > div > h1{font-size: 45px; line-height: 1.2em; font-weight: 600;}
.section4 .container > div .sec4_grid{display: grid; grid-template-columns: repeat(4, 1fr);margin-top: 30px; gap:15px;}
.section4 .container > div .sec4_grid > div{border-radius: 25px; border: 1px solid #ccc; padding: 40px 30px; background-color: #fff;}
.section4 .container > div .sec4_grid > div h1{font-size: 30px; font-weight: 600;}
.section4 .container > div .sec4_grid > div p{margin-top: 22px;line-height: 1.3em; font-size: 20px;}
.section4 .container > div .sec4_grid > div img{margin-top: 50px;margin-left: auto;display: block;}


/* bottom_form */
.bottom_form_wrap {padding: 40px 0;}
.bottom_form_wrap form {display: flex; align-items: center; gap: 0 50px;background-color: #324891;padding: 30px; border-radius: 15px;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 45px; width: 80%; color: #fff;}
.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; height: 45px; width: 45px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 5px; cursor: pointer;color: #999;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #3d86e0; 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; color: #333;}
.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 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: #3d86e0; color: #fff; font-size: 24px; font-weight: 500; text-align: left; padding: 30px 45px; border-radius: 8px;text-align: 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: 16px;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: #222; margin-bottom: 10px; display: inline-block; margin-top: 21px;}


#ajax_loading { position:fixed;z-index:9999999; top:0; left:0; width:100%; height:100%; 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; }