:root{
  --main-color: #003cdc;
}
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;
}



/* common */
#wrap > .container { display: flex; }
.inner { padding: 0 30px;}
main { flex-shrink: 0; width: 761px; position: relative; overflow: hidden;background: linear-gradient(180deg, #2B66F6 0%, #ffffff 16%);}
.form-area { flex: 1; min-width: 0;}


.color { color: #4568ff;}

section {padding: 40px 0;}
section .sc-title { margin-bottom: 30px;}
section .sc-title .sub-title { font-size: 22px; font-weight: 500; text-align: center; line-height: 1.2; margin-bottom: 20px;}
section .sc-title .title { font-size: 40px; text-align: center; line-height: 1.2; font-weight: 500;color: #fff;}
section .sc-title .title span{background: #fff;color:#2B66F6;font-weight: 900;padding: 6px;display: inline-block;margin-bottom: 10px;font-size: 50px;}

/* section sc1 */
section.sc1{padding-top: 0;}
section.sc1 .sc-tm{font-size: 12px;color: #fff;margin-bottom: 80px;margin-top: 40px;}
section.sc1 .sc-title .sub-title { color: #fff;font-size: 36px;font-weight: bold;}
section.sc1 .sc-con .con-topBox p { font-size: 22px; font-weight: 700; text-align: center;}
section.sc1 .sc-con .con-textBox {display: flex; gap: 10px; margin-top: 30px;justify-content: center;}
section.sc1 .sc-con .con-textBox .text_item { display: flex; align-items: center;  gap: 20px;flex-direction: column;background: #fff;border-radius: 20px;width: 173px;height: 186px;justify-content: center;}
section.sc1 .sc-con .con-textBox .text_item span{font-size: 18px;color: #2B66F6;font-weight: 600;background: #dae1ff;border-radius: 10px;padding: 0 10px;line-height: 36px;}
section.sc1 .sc-con .con-textBox .text_item p { font-size: 24px; font-weight: 600; color: #000000; line-height: 1.4;text-align: center;}

/* section sc2*/
section.sc2 .sc-title {color: #fff;}
section.sc2 .sc-con { display: flex; flex-direction: column; align-items: center;}
section.sc2 .sc-con .con-topBox { margin-bottom: 30px;}
section.sc2 .sc-con .con-topBox button { border-radius: 100px; border: 1px solid #fff; padding: 10px 20px; display: inline-block; color: #fff; }
section.sc2 .sc-con .con-listBox { display: flex; flex-direction: column; gap: 20px; width: 100%;}
section.sc2 .sc-con .con-listBox .list_item {display: flex;flex-direction: column;align-items: center;}
section.sc2 .sc-con .con-listBox .list_item .text_box { flex: 1; min-width: 0;display: flex;flex-direction: column;align-items: center;gap: 20px;}
section.sc2 .sc-con .con-listBox .list_item .text_box span { background-color: #dae1ff; color: #2B66F6; display: inline-block; padding: 8px 16px; border-radius: 10px;font-size: 14px;font-weight: 700;}
section.sc2 .sc-con .con-listBox .list_item .text_box h3 { font-size: 32px; font-weight: 700; line-height: 1.3;text-align: center;line-height: 1.5;}
section.sc2 .sc-con .con-listBox .list_item .text_box p { margin-top: 10px; font-size: 23px; color: #858585; font-weight: 600;line-height: 1.4;text-align: center;}
section.sc2 .sc-con .con-listBox .list_item .img_box { flex-shrink: 0;margin: 60px 0;}
section.sc2 .sc-con .con-listBox .list_item .img_box img { width: 165px;}

section.sc2 .sc-con .con-listBox ul{margin: 0 auto;}
section.sc2 .sc-con .con-listBox ul li{background: #f2f4f7;margin-bottom: 10px;width: 540px;border-radius: 15px;padding: 25px;text-align: center;}
section.sc2 .sc-con .con-listBox ul li h4{font-size: 24px;font-weight: 500;}
section.sc2 .sc-con .con-listBox ul li strong{font-size: 30px;font-weight: 700;display: inline-block;margin: 15px 0;}
section.sc2 .sc-con .con-listBox ul li p{font-size: 24px;font-weight: 500;color: #858585;line-height: 1.3;}
section.sc2 .sc-con .con-listBox ul li .notice p{font-size: 20px;font-weight: 500;color:#474747;line-height: 1.4;margin-bottom: 10px;}
section.sc2 .sc-con .con-listBox ul li .notice p:last-child{margin-bottom: 0;}

section.sc2 .sc-con .con-listBox .list_item2{background: #EFF6FF;padding-top: 100px;padding-bottom: 50px;margin-top: 50px;}
section.sc2 .sc-con .con-listBox .list_item2 .img_box{margin: 40px 0;}

section.sc2 .sc-con .con-listBox .list_item3{padding-top: 100px;}
section.sc2 .sc-con .con-listBox .list_item3 .img_box{display: flex;gap: 10px;margin-bottom: 0;}
section.sc2 .sc-con .con-listBox .list_item3 .img_box figure{background: #2B66F6;border-radius: 15px;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 231px;height: 273px;}
section.sc2 .sc-con .con-listBox .list_item3 .img_box figure img{width: 100px;}
section.sc2 .sc-con .con-listBox .list_item3 .img_box figure p{color: #fff;font-size: 22px;font-weight: 600;width: 225px;text-align: center;line-height: 1.3;}


/* form-area */
.form-area { min-height: 100vh; position: relative; background-color: #fff; overflow: visible;}
.form-area .form_container { position: sticky; top: 50px; left: 0; box-sizing: border-box;padding-top: 40px;}
.form-area form { display: flex; flex-direction: column; }
.form-area .title_box { flex-shrink: 0;}
.form-area .title_box h2 { font-size: 28px; font-weight: 700; line-height: 1.3;}
.form-area .title_box p { font-size: 18px; color: #999; margin-top: 10px;}
.form-area .form_list { margin-top: 30px; display: flex; flex-direction: column; gap: 37px; flex: 1; min-height: 0; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;}
.form-area .form_list:-webkit-scrollbar { display: none;}
.form-area .form_item { display: flex; flex-direction: column; gap: 10px;}
.form-area .form_item .form_title { font-size: 14px; color: #666;font-weight: 600;}
.form-area .form_item input,
.form-area .form_item .sex_cover label {width: 100%; border: none;border-bottom: 1px solid #ddd; font-size: 24px;height: 47px; box-sizing: border-box; display: block; outline: none; display: flex; align-items: center; justify-content: center;}
.form-area .form_item input::placeholder{font-weight: bold;letter-spacing: 0px;font-family: 'pretendard';}
.form-area .form_item input:focus{border-bottom: 1px solid #4568ff;}
.form-area .form_item span{font-size: 16px;color: #999;display: block;margin-top: 8px;}
.form-area .form_item .sex_cover { display: flex; align-items: center; justify-content: space-between; gap: 10px;}
.form-area .form_item .sex_cover input { display: none;}
.form-area .form_item .sex_cover label { text-align: center; cursor:pointer; color: #666;border:1px solid #ddd;border-radius: 15px;font-size: 18px;font-weight: 600;}
.form-area .form_item .sex_cover input:checked + label { color: #4568ff; border: 1px solid #4568ff;}
.form-area .confirm_wrap { margin-top: 110px; display: flex; align-items: center; gap: 10px;}
.form-area .confirm_wrap button { flex: 1; min-width: 0; font-size: 24px; font-weight: 500; text-align: center; display: flex; align-items: center; justify-content: center; height: 65px;border-radius: 15px;}
.form-area .confirm_wrap button.btn_submit { color: #fff; background-color: #4568ff;font-size: 22px;font-weight: 600;display: flex;flex-direction: column;}
.form-area .form_item .form_title.active {color: #4568ff;}


#bohum_send_price { background: #dae1ff;color: #4568ff;}
#bohum_send_price span{display: block;font-size: 16px;}


/* 공통 모달 디자인 */
  .modal_wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 99; display: none; }
  .modal_inner { position: fixed; left: 50%; top: calc(50% + 45px); transform: translate(-50%, -50%); width: 560px; max-width: 100%; height: 560px; background: #fff; overflow-x: hidden; padding: 30px 20px; box-sizing: border-box; display: flex; flex-direction: column; }
  .modal_inner .modal_header { display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px; flex-shrink: 0; }
  .modal_inner .modal_header img { width: 60px; }
  .modal_inner .modal_header h3 { font-size: 24px; font-weight: 700; letter-spacing: -2px; }
  .modal_txt { flex: 1; min-height: 0; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 40px;}
  .modal_txt::-webkit-scrollbar { display: none; }
  .modal_inner .close_wrap { padding-top: 20px; flex-shrink: 0; position: relative; }
  .modal_inner .close_wrap::before { content: ""; position: absolute; bottom: 100%; left: 0; width: 100%; height: 60px; background: linear-gradient(to bottom, transparent, #fff); pointer-events: none; }
  .modal_close { width: 100%; background: #4568ff; text-align: center; color: #fff; padding: 15px 0; font-size: 18px; border-radius: 10px; border: none; cursor: pointer; }

/* 보험료 갱신일 */
.sc1 .date_wrap {
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 30px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

section.sc1 .dot {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #e22323;
  border-radius: 50%;
  margin-right: 12px;
  animation: blink 1s linear infinite;
}

section.sc1 .date_wrap .text,
section.sc1 .date_wrap .date {
  font-size: 12px;
  letter-spacing: -1px;
  color:#fff;
}

section.sc1 .date_wrap .text {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #bbb;
}



.select_010{position: relative;}
.select_010::after {
    content: '';
    position: absolute;
    left: 47px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../Img/chevron_down.png');
    background-size: contain;
    pointer-events: none; 
}

.con-topBox{display: flex;justify-content: center;margin-top: 50px;}
.con-topBox button{display: flex;padding: 15px;align-items: center;justify-content: center;font-size: 19px;background: #f2f4f7;gap: 10px;border-radius: 20px;width: 200px;}
.con-topBox button img{width: 8px;}