a { color: #333;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}

.main-wrap{background: #f7f7f7;}

/* 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{background: #f7f7f7;}
header .container{display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
header a {display: inline-block; padding: px 0;}
header a img {width: 100%;}
header .today_wrap{display: flex;align-items: center;gap: 10px;color: #777;}
header .today_wrap .tday_w_box{display: flex; align-items: center; gap: 10px; background: #e6e6e6; padding: 10px 20px; border-radius: 100px; letter-spacing: -.5;}
header .today_wrap .tday_w_box p{font-size: 19px; color: #999; letter-spacing: .7; font-family: 'pretendard', sans-serif; font-weight: 500;}
header .today_wrap .today_txt{color: #ff590b; font-size: 26px; font-weight: 500; letter-spacing: -.5;}

/* section1 */
.section1 {position: relative; overflow-x: hidden;}
.main-bg {position: absolute; top: -70px; width: 100%; height: 1000px;}
.section1 .title{display: flex; justify-content: center; width: 1200px; margin: 0 auto;}
.section1 .title_wrap {display: flex; flex-direction: column; justify-content: center;transform: translate(180px, -20px); gap: 20px; white-space: nowrap;}
.section1 .title_wrap >h1 {display: block; color: #ff590b; font-size: 48px; letter-spacing: -0.4rem; font-weight: 500; font-family: 'ONE-Mobile-Title';}
.section1 .title_wrap >p {text-align: left; color: #222; font-size: 66px; margin-bottom: 25px; line-height: 1.25; position: relative; font-family: 'ONE-Mobile-Title';}
.section1 .title_wrap >p::after{position: absolute; display: block; content: ''; width: 40px; height: 3px; background: #222; bottom: -50px;}
.section1 .title_wrap >h2{margin-top: 50px; font-size: 32px; color: #555; line-height: 1.3;font-family: 'ONE-Mobile-Regular';}
.section1 .today_wrap {display: flex; align-items: center; padding: 8px 20px; margin-top: 10px; background: #fff; gap: 10px; border-radius: 20px; font-size: 18px; font-weight: 600; letter-spacing: -0.05em;}
.section1 .today_wrap .today_txt {color: #039358;}
.section1 .today_wrap p{font-weight: 600;}
.title_img img{transform: translateX(175px);}

.section1 .rolling_wrap ul li {white-space: nowrap; display: flex; align-items: center; justify-content: space-between; background: #ffffff49; box-sizing: border-box; padding: 12px 15px; padding-right: 25px; border-radius: 40px; width: calc(1200px / 3 - 20px) !important;}
.section1 .rolling_wrap .bx-wrapper {max-width: unset !important; margin: 0 !important;}
.section1 .rolling_wrap span {display: inline-block;}
.section1 .rolling_wrap .name {font-size: 18px; font-weight: 600; background: #fff; padding: 6px 14px; border-radius: 40px; box-sizing: border-box; color: #142e6c;}
.section1 .rolling_wrap .age {font-size: 18px; color: #fff;}
.section1 .rolling_wrap .time {font-size: 15px; color: #fff;}


.section1 .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; box-sizing: border-box; padding: 25px 0px; }
.form_wrap form {width: 100%; display: flex; align-items: center; gap: 45px;}
.form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); box-sizing: border-box; gap: 15px 30px; }
.form_wrap ul li, .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.form_wrap ul li:first-child {flex-direction: row;}
.form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 6px; margin-left: 7px;}
.form_wrap label {font-size: 24px; font-weight: 500; min-width: 110px; color: #fff;}
.form_wrap input[type="radio"] {display: none;}
.form_wrap input[type="text"], .form_wrap input[type="tel"] {border: none; font-size: 20px; padding: 12px 18px; outline: none; font-family: inherit; background: #fff; width: 100%; border-radius: 6px;}
.form_wrap input[type="text"]::placeholder, .form_wrap input[type="tel"]::placeholder {color:#777}
.form_wrap .tel_cover {display: flex; width: 100%;}
.form_wrap select {font-size: 20px; padding-left: 15px; padding-right: 33px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; border: none; margin-right: 8px; border-radius: 6px;}
.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;}
.form_wrap input[type="radio"]:checked + label {background: #323232;}
.form_wrap input[type="radio"]:not(:checked) + label {color:#777;background-color: #fff;box-sizing: border-box;}
.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;}
.privacy_wrap {display: flex; align-items: center; gap: 10px;}
.privacy_wrap input[type="checkbox"] {width: 23px; height: 23px; margin: 0; cursor: pointer; accent-color: #fff;}
.privacy_wrap label {font-size: 20px; margin-bottom: 0; cursor: pointer;}
.privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 20px; cursor: pointer; color: #fff;}
.btn_submit {border: 0; font-size: 23px; font-weight: 600; background: #323232; color: #fff; padding: 35px 25px; width: 200px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 15px; justify-content: center; margin-right: 30px;  border-radius: 20px;}

.color_wrap{background: #ff590b;}

/* section2 */
.section2{background: #fff;}
.section2 .container {padding: 90px 0px;box-sizing: border-box; z-index: 2;}
.section2 .container h1{display: flex; justify-content: center; font-size: 46px; font-weight: 500; margin-bottom: 100px; font-family: 'ONE-Mobile-Regular';}
.section2 ul {display: flex; align-items: start; justify-content: space-between;}
.section2 ul li {box-sizing: border-box; border-radius: 15px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; position: relative;}
.section2 ul li em {display: inline-block; font-size: 30px; font-weight: 400; background: #ff590b; border-radius: 40px; width: 45px; height: 45px; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; z-index: 2;}
.section2 ul li:not(:last-child)::before{background: url(../Img/arrow_icon_1.png) no-repeat 0px 0px;content: "";display: inline-block;height: 22px;width: 22px; position: absolute; top: 12px; right: 0;}
.section2 ul li::after{display: block; content: ''; width: 100%; border-bottom: 1px dashed #b3b3b3; position: absolute; top: 22px;}
.section2 ul li h4 {font-size: 36px; font-weight: 600; color: #666; line-height: 1.2; letter-spacing: -.5;font-family: 'ONE-Mobile-Regular';}
.section2 ul li span {display: block; font-size: 30px; color: #999; line-height: 1.4; font-weight: 500;font-family: 'ONE-Mobile-Regular';}



/* section3 */
.section3 {background: #fff;}
.section3 .container {background-color: #fff; padding: 90px 0; box-sizing: border-box; border-bottom-left-radius: 70px; border-bottom-right-radius: 70px;}
.section3 .headline-wrap {text-align: center; margin-bottom: 70px;}
.section3 .headline-wrap p {font-size: 28px; font-weight: 500; font-family: 'pretendard', sans-serif; color: #b3b3b3; margin-bottom: 15px; letter-spacing: -.5;}
.section3 h1 {font-size: 46px; font-weight: 500; color: #222; font-family: 'ONE-Mobile-Regular';}

.section3 #bohumListSample li {display: flex; align-items: center; justify-content: space-between; border: 2px solid #ddd; padding:50px; padding-right: 40px; box-sizing: border-box; border-radius: 20px;background:#fff}
.section3 #bohumListSample li:not(:last-child) {margin-bottom: 20px;}
.section3 #bohumListSample li .left_wrap {display: flex; align-items: center; gap: 70px;}
.section3 #bohumListSample li .left_wrap img {width: 130px;}
.section3 #bohumListSample li .left_wrap h4 {font-size: 27px; font-weight: 600;}
.section3 #bohumListSample li .right_wrap {display: flex; gap: 20px; }
.section3 #bohumListSample li .right_wrap .fee_wrap {display: flex; align-items: center; justify-content: space-between; background: #f2f2f2;padding: 30px ;border-radius: 10px;}
.section3 #bohumListSample li .right_wrap .fee_wrap p {font-size: 20px; color: #999;}
.section3 #bohumListSample li .right_wrap .fee_wrap span {font-size: 25px;display: flex;gap: 10px;}
.section3 #bohumListSample li .right_wrap .fee_wrap span b {color: #e0210e;}
.section3 #bohumListSample li .right_wrap .btn_wrap {display: flex;align-items: center;gap: 10px;flex-direction: column;}
.section3 #bohumListSample li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 17px 0; font-size: 19px; color: #fff; border-radius: 7px; width: 200px;}
.section3 #bohumListSample li .right_wrap .btn_wrap .check_btn {background: #ff590b;}
.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; background: #fff;}
.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: #ff590b;}
.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: #ff590b; 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: url(./img_pc.png); padding-top: 120px;}
.section4 .container{display: flex;justify-content: space-between;  padding: 35px 0px 0; box-sizing: border-box; border-radius: 70px; position: relative; transform: translateY(40%); z-index: 5;}
.section4 .container > div:first-of-type{background-color: #f5f6f8; color: #222;}
.section4 .container > div{background-color: #ff590b; width: 100%; color: #fff; display: flex; align-items: center; justify-content: center; padding: 50px 0; gap: 20px;}
.section4 .container > div:last-of-type{background-color: #262626;}
.section4 .container > div p{font-size: 30px; line-height: 1.2; font-weight: 500;}
.section4 > h1{font-size: 44px; font-weight: 500; line-height: 1.2; letter-spacing: -1; color: #fff; text-align: center; margin-bottom: 20px; font-family: 'ONE-Mobile-Regular';}
.section4 > p{color: #9a9b9d;font-size: 40px;font-weight: 500; letter-spacing: -0.03em; text-align: center;  font-family: 'Pretendard';}



/* bottom_form */
.bottom_form_wrap {background: #fff; padding-top: 250px; padding-bottom: 150px;}
.bottom_form_wrap .container {box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}
.bottom_form_wrap .container > div h1{font-size: 44px; font-weight: 500; line-height: 1.2; position: relative; padding-bottom: 40px;font-family: 'ONE-Mobile-Regular';}
.bottom_form_wrap .container > div h1::after{position: absolute; content: ''; display: block; width: 40px; height: 2px; background: #fe590b; bottom: 0;}
.bottom_form_wrap .container > div p{display: flex; align-items: center; font-size: 30px; color: #ff590b; font-weight: 600; gap: 10px; margin-top: 40px;   font-family: 'ONE-Mobile-Regular';}
.btn_submit__btm{border: 0; font-size: 24px; font-weight: 500; background: #ff590b; color: #fff; padding: 15px 17px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius: 5px; box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;}
#pure-form__btm{width: fit-content;}
#pure-form__btm > ul{display: flex; flex-direction: column;}
#pure-form__btm > ul > li label{color: #111;}
#pure-form__btm > ul > li select{border: 1px solid #e8e8e8;}
#pure-form__btm > ul > li input{border: 1px solid #e8e8e8;}
#pure-form__btm input[type="radio"]:not(:checked) + label{border: 1px solid #e8e8e8;}
#pure-form__btm input[type="radio"]:checked + label {background: #ff590b; color: #fff;}
#pure-form__btm .privacy_wrap button {color: #111;}
#pure-form__btm .privacy_wrap input[type="checkbox"] {accent-color: #ff590b;}

/* section5 */
.section5 {background: #f7f7f7;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: 15px;line-height: 1.4;margin-bottom: 10px; }
.section5 ul li:last-child {margin-bottom: 0;}
.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;}
