section {display: none;}
.inner {max-width: 680px; margin: 0 auto;}

/* 메인 페이지 */
.main_container {display: block; background: #f6f8fa;}
.main_container h1 {font-size: 22px; font-weight: 700; line-height: 1.5; padding: 30px 20px; margin-bottom: 30px;}
.main_container .car_wrap {background: #fff; text-align: center; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,.05); border-radius: 12px; position: relative; height: 188px; display: flex; flex-direction: column; margin-bottom: 26px;}
.main_container .car_wrap .slide_wrap {position: absolute; top: -55px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 250px; overflow: hidden;}
.main_container .car_wrap .slide_wrap ul li p {opacity: 0; font-size: 16px; color: #767678; line-height: 1.5; letter-spacing: -.5px; transition: opacity 0.3s}
.main_container .car_wrap .slide_wrap ul li img {width: 250px;}
.main_container .car_wrap .slide_wrap .swiper-slide:first-child p {opacity: 1;}
.main_container .car_wrap .price_wrap {margin-top: auto;}
.main_container .car_wrap .price_wrap .price {font-size: 20px; font-weight: 700;}
.main_container .car_wrap .price_wrap .find_btn {display: block; width: 100%; font-size: 16px; color: #fff; background: linear-gradient(112.37deg, #0dc56c 2.34%, #09aa9e); padding: 12px; border-radius: 6px; margin-top: 12px; font-weight: 700;}

.main_container .bohum_list_wrap {background: #fff; padding: 0 20px 20px; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,.05);}
.main_container .bohum_list_wrap ul li:not(:last-child) {border-bottom: 1px solid #edeff2;}
.main_container .bohum_list_wrap ul li a {display: flex; padding: 20px 0;}
.main_container .bohum_list_wrap ul li a .left_wrap {display: flex; align-items: center;}
.main_container .bohum_list_wrap ul li a .img_wrap {width: 42px; height: 42px; border-radius: 100%; border: 2px solid #f6f6f6; overflow: hidden;}
.main_container .bohum_list_wrap ul li a .img_wrap img {width: 100%;}
.main_container .bohum_list_wrap ul li a .name_wrap {margin-left: 12px;}
.main_container .bohum_list_wrap ul li a .name_wrap span {display: inline-block; font-size: 17px; font-weight: 700; line-height: 1.3; color: #404048; margin-bottom: 4px;}
.main_container .bohum_list_wrap ul li a .name_wrap p {font-size: 14px; color: #1e1e23; font-weight: 400; line-height: 1.2;}
.main_container .bohum_list_wrap ul li a .price {font-size: 18px; margin-left: auto; color: #929294; white-space: nowrap; line-height: 1.2; font-weight: 700;}
.main_container .bohum_list_wrap .find_btn {display: block; width: 100%; font-size: 16px; font-weight: 600; color: #09aa5c; background: #eef9f3; text-align: center; padding: 12px;}


/* 보험료 확인 입력 페이지 */
.find_container {background: #fff;}
.find_container .form_wrap h1 {font-size: 40px; font-weight: 700; line-height: 1.2; color: #111; text-align: center; margin-bottom: 25px;}
.find_container .form_wrap .container {border: 1px solid #ddd; border-radius: 8px; padding: 30px; margin: 35px 0 15px;}
.find_container .form_wrap .input_wrap {display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px;}
.find_container .form_wrap .input_wrap input {background: #f6f6f6; height: 70px; padding: 0 20px; border-radius: 5px; font-size: 24px; line-height: 1.2; font-family: inherit;}
.find_container .form_wrap .input_wrap input::placeholder {color: #bcbcbc;}

.find_container .form_wrap .privacy_wrap {display: flex; align-items: center;}
.find_container .form_wrap .privacy_wrap input[type="checkbox"] {width: 20px; height: 20px; appearance: none; border: 2px solid #0bb885; border-radius: 4px; margin-right: 8px;}
.find_container .form_wrap .privacy_wrap input[type="checkbox"]:checked {background: url("./check_on.png") no-repeat center / cover; border: 0;}
.find_container .form_wrap .privacy_wrap .show_privacy {margin-left: auto; background: #949494; padding: 4px 8px; font-size: 12px; cursor: pointer; color: #fff;}

.find_container .form_wrap .btn_wrap {display: flex; flex-direction: column; gap: 10px; margin-top: 10px;}
.find_container .form_wrap .btn_wrap .confirm_btn {display: block; width: 100%; height: 70px; background: #0bb689; font-size: 24px; font-weight: 600; color: #fff; border-radius: 5px;}
.find_container .form_wrap .btn_wrap .cancel_btn {display: block; width: 100%; height: 70px; background: #fff; font-size: 24px; font-weight: 600; color: #0dc56c; border-radius: 5px; border: 1px solid #0dc56c}


/* 보험료 확인 결과 페이지 */
.result_container {background: #f6f8fa;}
.result_container .banner_wrap {display: flex; align-items: center; gap: 20px; padding: 50px 0;}
.result_container .banner_wrap .event_box {width: 50%; background: #fff; box-shadow: rgba(150, 150, 150, 0.2) 0px 2px 6px 0px; overflow: hidden; padding: 60px 0; text-align: center; border-radius: 10px;}
.result_container .banner_wrap .event_box h3 {font-size: 32px; font-weight: 700; color: #0c6bb1; margin-bottom: 25px;}
.result_container .banner_wrap .event_box p {font-size: 24px; line-height: 1.35; font-weight: 500; margin-bottom: 25px;}
.result_container .banner_wrap .event_box p b {font-weight: 700;}

.result_container .bohum_list_wrap ul li {display: flex; flex-direction: column; align-items: center; justify-content: space-between; background: #fff; margin-bottom: 35px; border-radius: 8px; box-shadow: rgba(150, 150, 150, 0.2) 0px 2px 6px 0px;}
.result_container .bohum_list_wrap ul li .logo_wrap {display: flex; align-items: center; justify-content: space-between; width: 100%; border-bottom: 1px solid #f0f0f0; padding: 35px;}
.result_container .bohum_list_wrap ul li .logo_wrap .img_wrap {width: 250px; text-align: center;}
.result_container .bohum_list_wrap ul li .logo_wrap p {font-size: 22px; font-weight: 500; color: #999; width: 285px; text-align: center;}
.result_container .bohum_list_wrap ul li .result_wrap {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 30px 35px; gap: 20px;}
.result_container .bohum_list_wrap ul li .result_wrap .fee_wrap {background: #f2f2f2; padding: 27px 10px; text-align: center; border-radius: 8px; width: 250px;}
.result_container .bohum_list_wrap ul li .result_wrap .fee_wrap p {font-size: 18px; margin-bottom: 20px;}
.result_container .bohum_list_wrap ul li .result_wrap .fee_wrap span {display: block; font-size: 24px; font-weight: 600;}
.result_container .bohum_list_wrap ul li .result_wrap .fee_wrap span b {color: #ff4141;}
.result_container .bohum_list_wrap ul li .result_wrap .btn_wrap {display: flex; flex-direction: column; width: 285px; text-align: center; gap: 12px;}
.result_container .bohum_list_wrap ul li .result_wrap .btn_wrap .direct_btn {background: #0bb689; color: #fff; padding: 15px; font-size: 20px; white-space: nowrap; line-height: 86px}
.result_container .bohum_list_wrap ul li .result_wrap .btn_wrap .tel_btn {background: #0f6cb2; color: #fff; padding: 15px; font-size: 20px; white-space: nowrap; display: none;}
.result_container .bohum_list_wrap .contact {display: block; width: 100%; height: 70px; background: linear-gradient(to right, #0dc56c, #09aa9d); font-size: 24px; font-weight: 600; color: #fff; border-radius: 5px;}


/* FOOTER */
.footer_wrap .notice_wrap {padding: 40px 0 30px; border-bottom: 1px solid #ddd;}
.footer_wrap .notice_wrap h2 {font-size: 20px; font-weight: 700; color: #767678; margin-bottom: 20px;}
.footer_wrap .notice_wrap ul li {font-size: 14px; line-height: 1.5; color: #767678; padding-left: 8px; position: relative;}
.footer_wrap .notice_wrap ul li::before {content: '·'; position: absolute; top: -1px; left: 0; color: #000;}
.footer_wrap .notice_wrap ul li:not(:last-child) {margin-bottom: 10px;}

.footer_wrap .info_wrap {padding: 20px 0 80px;}
.footer_wrap .info_wrap h2 {font-size: 30px; font-weight: 700; color: #aaaaac; margin-bottom: 30px;}
.footer_wrap .info_wrap button {display: flex; align-items: center; gap: 5px; font-size: 14px; color: #000;}
.footer_wrap .info_wrap button img {transform: rotate(180deg);}
.footer_wrap .info_wrap button.close img {transform: rotate(0deg);}

.footer_wrap .info_wrap button.close + .company_info_wrap {display: block;}
.footer_wrap .info_wrap .company_info_wrap {margin-top: 17px; display: none;}
.footer_wrap .info_wrap .company_info_wrap ul li {display: flex; align-items: center; margin-bottom: 13px;}
.footer_wrap .info_wrap .company_info_wrap ul li p {font-size: 13px; color: #929294; min-width: 92px;}
.footer_wrap .info_wrap .company_info_wrap ul li span {font-size: 13px; color: #929294; line-height: 1.4;}
.footer_wrap .info_wrap .copyright {display: block; font-size: 12px; line-height: 1.2; margin-top: 10px; color: #929294;}


@media screen and (max-width: 690px) {
  .find_container h1 {font-size: 30px;}
  
  .find_container .form_wrap {padding: 0 20px;}
  .find_container .form_wrap h1 {font-size: 28px;}
  .find_container .form_wrap .container {padding: 30px 20px; margin: 25px 0 15px;}
  .find_container .form_wrap .input_wrap {gap: 8px;}
  .find_container .form_wrap .input_wrap input {height: 45px; font-size: 14px;}
  .find_container .form_wrap .btn_wrap .confirm_btn {height: 45px; font-size: 18px;}
  .find_container .form_wrap .btn_wrap .cancel_btn {height: 45px; font-size: 18px;}

  .result_container .banner_wrap {padding: 50px 20px;}
  .result_container .banner_wrap .event_box h3 {font-size: 28px;}
  .result_container .banner_wrap .event_box p {font-size: 20px;}
  .result_container .banner_wrap .event_box img {max-width: 180px; width: 180px;}
  .result_container .bohum_list_wrap {padding: 0 20px;}
  .result_container .bohum_list_wrap ul li {margin-bottom: 20px;}
  .result_container .bohum_list_wrap .contact {height: 45px; font-size: 18px;}

  .footer_wrap .notice_wrap {padding: 40px 20px 30px;}
  .footer_wrap .info_wrap {padding: 20px 20px 80px;}
}

@media screen and (max-width: 530px) {
  .result_container .banner_wrap {flex-direction: column;}
  .result_container .banner_wrap .event_box {width: 100%; padding: 35px 0;}
  .result_container .banner_wrap .event_box h3 {font-size: 25px;}
  .result_container .banner_wrap .event_box p {font-size: 19px;}
  .result_container .banner_wrap .event_box img {width: auto;}
}

@media screen and (max-width: 500px) {
  .find_container .form_wrap h1 {font-size: 20px;}

  .result_container .banner_wrap {padding: 30px 20px 20px;}
  .result_container .bohum_list_wrap ul li .logo_wrap {padding: 25px;}
  .result_container .bohum_list_wrap ul li .logo_wrap img {width: 140px;}
  .result_container .bohum_list_wrap ul li .logo_wrap img.db {width: 180px;}
  .result_container .bohum_list_wrap ul li .logo_wrap img.ca {width: 100px;}
  .result_container .bohum_list_wrap ul li .logo_wrap p {display: none;}
  .result_container .bohum_list_wrap ul li .logo_wrap .img_wrap {width: 100%;}
  .result_container .bohum_list_wrap ul li .result_wrap {flex-direction: column; padding: 30px;}
  .result_container .bohum_list_wrap ul li .result_wrap .fee_wrap {width: 100%;}
  .result_container .bohum_list_wrap ul li .result_wrap .btn_wrap {width: 100%;}
  .result_container .bohum_list_wrap ul li .result_wrap .btn_wrap .tel_btn {height: auto;}
  .result_container .bohum_list_wrap ul li .result_wrap .btn_wrap .direct_btn {line-height: 1; font-size: 18px; font-weight: 600; letter-spacing: -.5px;}
}
