a { color: #333; text-decoration: none; } 
.container { width: 1200px; margin: 0 auto; position: relative; } 
.notScroll { overflow: hidden; width: 100%; height: 100vh; touch-action: none; } 
#wrap { overflow: hidden; } 

/* Select box 스타일 초기화 */ 
select {padding: 0 10px 0 4px;background: #fff url('arrow_tel.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 { background-color: #f5f7f6; } 
header .container { display: flex; align-items: center; } 
header a { display: inline-block; padding: 40px 0 30px; } 
header a img { width: 230px; } 
header .today_box { display: flex; align-items: center; background-color: #fff; width: fit-content; gap:10px; font-size: 20px; } 
header .today_box img { width: 17px; } 
header .today_box .today_txt { color:#0ab481; font-weight: 500; letter-spacing: -.1px; } 

/* section1 */
.section1 { background-color: #f5f7f6; padding-bottom: 132px; } 
.section1 .container { position: relative; } 

.section1 .title_container { display: flex; justify-content: space-between; } 
.section1 .title_container .text_wrap { white-space: nowrap; padding-top: 75px; } 
.section1 .title_container .text_wrap span { width: fit-content; font-size: 20px; font-weight: 500; border: 1px solid #c4c4c4; padding: 10px 20px; background: #fff; display: flex; align-items: center; gap: 5px; border-radius: 40px; letter-spacing: -1px; } 
.section1 .title_container .text_wrap span i { display: block; width: 5px; height: 5px; background: #ea1111; border-radius: 100%; animation: flicker 1s infinite linear; } 
.section1 .title_container .text_wrap h2 { font-size: 70px; letter-spacing: -4px; font-weight: 700; line-height: 1.2; margin: 20px 0 30px; position: relative; z-index: 2; } 
.section1 .title_container .text_wrap h2 b { color: #04a563; } 
.section1 .title_container .text_wrap p { font-size: 27px; font-weight: 500; color: #2c2c2c; letter-spacing: -1px; line-height: 1.4; } 
.section1 .title_container .img_wrap { position: absolute; top: -50px; left: 600px; } 
.section1 .title_container .img_wrap p { position: absolute; top: 202px; left: 227px; font-size: 18px; font-weight: 600; letter-spacing: -1px; width: 163px; text-align: center; color: #222; } 
.section1 .title_container .img_wrap img { width: 665px; } 

.section_form { position: relative; top: -55px; } 
.section_form .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; } 
.section_form .form_wrap { width: 55%; border: 1px solid #c4c4c4; padding: 98px 90px; box-sizing: border-box; background: #fff; border-radius: 15px; } 
.section_form .form_wrap ul { display: flex; flex-direction: column; gap: 15px; } 
.section_form .form_wrap input[type="text"],
.section_form .form_wrap input[type="tel"],
.section_form .form_wrap select { width: 100%; height: 65px; font-size: 24px; font-weight: 500; letter-spacing: -1px; border: 1px solid #c4c4c4; border-radius: 10px; padding: 0 24px; outline: none; box-sizing: border-box; } 

.section_form .form_wrap .privacy_wrap { display: flex; flex-direction: column; justify-content: center; gap: 10px; margin-top: 25px; margin-left: 110px; position: relative; cursor: pointer; } 
.section_form .form_wrap .privacy_wrap .box { position: relative; display: flex; gap: 8px; align-items: center; } 


.section_form .form_wrap .name_wrap { display: flex; align-items: center; gap: 10px; } 
.section_form .form_wrap .name_wrap .gender_wrap { display: flex; align-items: center; gap: 10px; } 
.section_form .form_wrap .name_wrap .gender_wrap input[type="radio"] { display: none; } 
.section_form .form_wrap .name_wrap .gender_wrap label { width: 90px; height: 65px; display: flex; align-items: center; font-size: 24px; font-weight: 500; letter-spacing: -1px; border: 1px solid #c4c4c4; border-radius: 10px; box-sizing: border-box; justify-content: center; cursor: pointer; } 
.section_form .form_wrap .name_wrap .gender_wrap input[type="radio"]:checked + label { background: #04a563; color: #fff; } 

.section_form .form_wrap .tel_wrap { display: flex; align-items: center; gap: 10px; } 
.section_form .form_wrap select { max-width: 115px; background: url("../Img/arrow_tel.png") no-repeat 75% 50% / 20px !important; } 

.section_form .form_wrap .privacy_wrap { margin: 25px 0; } 
.section_form .form_wrap .privacy_wrap .privacy_box { display: flex; align-items: center; justify-content: center; gap: 8px; } 
.section_form .form_wrap .privacy_wrap input[type="checkbox"] { width: 22px; height: 22px; accent-color: #444; margin: 0; } 
.section_form .form_wrap .privacy_wrap label { font-size: 21px; letter-spacing: -1px; color: #383838; cursor: pointer; } 
.section_form .form_wrap .privacy_wrap button { font-size: 20px; letter-spacing: -1px; color: #383838; } 
.section_form .form_wrap .btn_submit { width: 100%; font-size: 32px; font-weight: 600; color: #fff; background: #04a563; text-align: center; padding: 20px 0; border-radius: 10px; letter-spacing: -1px; margin-top: 20px;} 

.section_form .slide_wrap { width: 45%; border: 1px solid #c4c4c4; padding: 63px 55px; box-sizing: border-box; background: #fff; border-radius: 15px; } 
.section_form .slide_wrap ul li { display: flex; align-items: center; justify-content: space-between; } 
.section_form .slide_wrap ul li .dot { width: 10px; height: 10px; background: #04a563; border-radius: 100%; } 
.section_form .slide_wrap ul li .client_wrap { display: flex; align-items: center; background: #efefef; padding: 15px 30px; border-radius: 30px; box-sizing: border-box; white-space: nowrap; } 
.section_form .slide_wrap ul li .client_wrap p { font-size: 24px; letter-spacing: -1px; color: #111; padding-right: 20px; border-right: 2px solid #333; } 
.section_form .slide_wrap ul li .client_wrap span { font-size: 24px; letter-spacing: -1px; color: #757575; font-weight: 500; padding-left: 20px; } 
.section_form .slide_wrap ul li .time { font-size: 20px; color: #757575; font-weight: 500; letter-spacing: -1px; } 


/* section2 */
.section2 { padding: 140px 0; } 
.section2 .container { display: flex; align-items: center; justify-content: space-between; } 
.section2 .title_wrap h3 { font-size: 55px; font-weight: 700; letter-spacing: -2px; line-height: 1.3; color: #303030; margin-bottom: 25px; } 
.section2 .title_wrap h3 b { color: #04a563; } 
.section2 .title_wrap p { font-size: 26px; letter-spacing: -2px; line-height: 1.3; color: #7b7b7b; } 
.section2 .img_wrap { width: 50%; display: flex; align-items: center; justify-content: center; } 
.section2 .img_wrap img { width: 390px; } 


/* section3 */
.section3 { padding: 120px 0; } 
.section3 .container { display: flex; align-items: center; justify-content: space-between; } 
.section3 .title_wrap h3 { font-size: 55px; font-weight: 700; letter-spacing: -2px; line-height: 1.3; color: #303030; margin-bottom: 25px; } 
.section3 .title_wrap h3 b { color: #04a563; } 
.section3 .title_wrap p { font-size: 26px; letter-spacing: -2px; line-height: 1.3; color: #7b7b7b; } 
.section3 .img_wrap { position: relative; top: -10px; } 
.section3 .img_wrap ul { display: grid; grid-template-columns: repeat(3, 1fr); } 
.section3 .img_wrap ul li { background: rgb(239, 249, 245, 0.8); border-radius: 100%; width: 200px; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; } 
.section3 .img_wrap ul li img { width: 65px; } 
.section3 .img_wrap ul li p { font-size: 22px; font-weight: 600; letter-spacing: -1px; color: #2f2f2f; line-height: 1.3; text-align: center; } 

.section3 .img_wrap ul li:nth-child(1),
.section3 .img_wrap ul li:nth-child(4) { right: -40px; } 
.section3 .img_wrap ul li:nth-child(2),
.section3 .img_wrap ul li:nth-child(5) { right: -20px; } 
.section3 .img_wrap ul li:nth-child(1),
.section3 .img_wrap ul li:nth-child(2),
.section3 .img_wrap ul li:nth-child(3) { top: 20px; } 


/* bottom_form */
.bottom_form_wrap { padding: 80px 0; } 
.bottom_form_wrap .container { display: flex; gap: 80px; align-items: center; } 
.bottom_form_wrap .container .bottom_img { width: 580px; } 
.bottom_form_wrap h2 { font-size: 50px; font-weight: 700; line-height: 1.3; letter-spacing: -2px; text-align: center; margin-bottom: 90px; } 
.bottom_form_wrap form { display: flex; align-items: center; border-radius: 15px; justify-content: space-between; background-color: #fff; flex-direction: column; padding: 60px 45px; border: 1px solid #c4c4c4; } 
.bottom_form_wrap ul { display: grid; grid-template-columns: repeat(1, 1fr); gap: 17px 45px; width: 100%; border-radius: 15px; box-sizing: border-box; } 
.bottom_form_wrap ul li { display: flex; align-items: center; } 
.bottom_form_wrap ul li label { color: #383838; } 
.bottom_form_wrap ul li .input_wrap { display: flex; align-items: center; gap: 10px; } 
.bottom_form_wrap ul li:not(:last-child) > label { font-size: 22px; font-weight: 600; 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: 24px; font-weight: 500; outline: none; border: 1px solid #ddd; width: 100%; border-radius: 10px; height: 70px; padding-left: 22px; letter-spacing: -1px; } 
.bottom_form_wrap ul li .gender_wrap { display: flex; align-items: center; gap: 10px; } 
.bottom_form_wrap ul li .gender_wrap input[type="radio"] { display: none; } 
.bottom_form_wrap ul li .gender_wrap label { font-size: 24px; font-weight: 500; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; cursor: pointer; color: #000; border: 1px solid #ddd; height: 70px; width: 90px; box-sizing: border-box; } 
.bottom_form_wrap ul li .gender_wrap input:checked + label { background: #04a563; color: #fff; border: 1px solid #04a563; } 
.bottom_form_wrap ul li select { min-width: 115px; outline: none; border: 1px solid #ddd; font-size: 24px; background: #fff url("./arrow_tel.png") no-repeat 75% 50% / 20px !important; border-radius: 10px; color: #333; height: 70px; font-weight: 500; padding: 0 24px; } 
.bottom_form_wrap ul li .mobile_wrap { display: flex; align-items: center; width: 100%; gap: 8px; } 
.bottom_form_wrap .privacy_wrap { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 25px 0; } 
.bottom_form_wrap .privacy_wrap input[type="checkbox"] { margin: 0; width: 22px; height: 22px; accent-color: #444; } 
.bottom_form_wrap .privacy_wrap label { font-size: 22px; letter-spacing: -1px; color: #383838; cursor: pointer; } 
.bottom_form_wrap .privacy_wrap button { font-size: 22px; letter-spacing: -1px; color: #383838; } 
.bottom_form_wrap .btn_submit__btm { width: 100%; background: #04a563; color: #fff; font-size: 32px; font-weight: 600; padding: 20px 0; border-radius: 10px; letter-spacing: -1; } 
/* section_insu */
.section_insu { background: #f9f9f9; padding: 120px 0; } 

.section_insu h3 b { color: #04a563; } 
.section_insu .list_wrap ul li { padding: 55px 40px; border-radius: 30px; border: 1px solid #ddd; background: #fff; } 
.section_insu .list_wrap .title_box { padding-left: 20px; } 
.section_insu .list_wrap .title_box .bohum_logo { width: 250px; margin-bottom: 30px; } 
.section_insu .list_wrap .title_box img.logo_large { width: 200px; } 
.section_insu .list_wrap .title_box img.logo_small { width: 260px; } 
.section_insu .list_wrap .title_box p { font-size: 20px; color: #494949; font-weight: 500; letter-spacing: -1px; } 
.section_insu .list_wrap .title_box .row button { display: flex; justify-content: center; align-items: center; gap: 15px; background: #04a563; border-radius: 8px; padding: 15px 30px; font-size: 24px; font-weight: 500; letter-spacing: -1px; color: #fff; height: fit-content; } 
.section_insu .list_wrap .title_box .row { display: flex; justify-content: space-between; } 
.section_insu .list_wrap .title_box .row:nth-of-type(2) { align-items: center; } 
.section_insu .list_wrap .title_box .row button > img { width: 35px; } 
.section_insu .list_wrap .title_box h4 { font-size: 30px; letter-spacing: -1px; font-weight: 600; color: #1a1a1a; line-height: 1.3; } 
.section_insu .list_wrap .desc_box { border-radius: 10px; background: #F7F7F7; padding: 30px 30px; margin-top: 40px; display: flex; justify-content: space-between; gap: 50px; } 
.section_insu .list_wrap .desc_box .desc_list { flex: 1; display: flex; flex-direction: column; gap: 10px; } 
.section_insu .list_wrap .desc_box p { font-size: 18px; color: #494949; font-weight: 500; letter-spacing: -1px; line-height: 1.4; position: relative; padding-left: 15px; } 
.section_insu .list_wrap .desc_box p::before { content: "•"; display: block; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); } 
.section_insu .list_wrap .desc_box p b { color: #ee4435; } 
.section_insu .list_wrap .desc_box p span { color:#676767; } 
.section_insu .list_wrap .desc_box p pre { color:#676767; } 
.section_insu .list_wrap ul { display: flex; flex-direction: column; gap: 40px; } 

/* section5 */
.section5 { background: #fff; color:#1c1c1c; padding: 50px 0; } 
.section5 h3 { margin-bottom: 30px; font-size: 25px; font-weight: 700; letter-spacing: -1px; } 
.section5 ul { margin-bottom:15px } 
.section5 ul li { color:#666; position:relative; padding-left:15px; font-size: 15px; line-height: 1.5; margin-bottom: 10px; letter-spacing: -.5px; } 
.section5 ul li:last-child { margin-bottom: 0; } 
.section5 ul li::before { position:absolute; left:0; content:'-'; } 
.section5 p { font-size: 15px; line-height: 1.5; color: #666; letter-spacing: -.5px; margin-top: 25px; } 

/* 푸터 */
.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; } 


@keyframes flicker { 
 0% { opacity: 1; } 
 50% { opacity: 0; } 
 100% { opacity: 1; } 
}