@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/* reset style [start] */

*{margin:0; padding:0;}

a:link{ text-decoration:none;}
a:hover{ text-decoration:none;}
a{ color:inherit; }


/* html5 block */
header,footer,section,article,aside,nav,hgroup,details,figure,figcaption {display:block;}


/* 헤더 폰트 사이즈 초기화 */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* 리스트의 스타일 제거 */
dl, ol, ul, li {list-style: none;}

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, strong, th, var,i {font-style:normal;} /* font-weight:normal */


/* 테이블 스타일 초기화 */
/* table {width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;} */ /* border-collapse: collapse; ff에서 border="0" 인 경우 문제 발생 */
/* tbody, tfoot, thead, tr, th, td {word-break:break-all;} */
/* caption {visibility:hidden;width:0;height:0;font-size:0;line-height:0;position:static;left:0;top:-999999px;} */


/*이미지 초기화 */
img{vertical-align:middle; border:0;}

/* 인용구 표시 초기화 */
q:before, q:after {content:' ';}
blockquote, q {quotes: none;}


/* 웹 접근성 지침 Web Content Accessibility TTS(Text To Speech) Code */
.tts{position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}
.hidden{clear:both;position:absolute;visibility:hidden;overflow:hidden;left:0;top:0;width:0;height:0;margin:0;padding:0;background:none;font-size:0;line-height:0;text-indent:-99999px}
.none{display:none;} 


.container { *zoom:1; }   /*IE 6~7 브라우저에서만 작용*/ 
.container:after { content: ""; clear: both; display: block; }  /*IE 6~7 브라우저에서만 작용*/ 
.clear { clear: both }

/*부트스트랩 에서 사용*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear:both; }


/*etc*/
address,em,i{font-style:normal;}
strong {font-weight:normal;}
hr{display:none;}


/* fieldset */
fieldset	{border:none; margin:0;padding:0;}
legend	{visibility:hidden;width:0;height:0;font-size:0;line-height:0;position:absolute;left:0;top:-999999px;}



/* form */
input, button, select, textarea {vertical-align:middle; border:0;}
textarea{resize:none;}

.damoa{width:94%; margin:-1px 3.1% 5% 2.7%; border:1px solid #333; background-color:#ffffff;}

/*폰트 설정*/
html { font-size: 10px; }

@media (max-width: 1400px) {
  html { font-size: 9.5px; }
}

@media (max-width: 1200px) {
  html { font-size: 9px; }
}

@media (max-width: 768px) {
  html { font-size: 7.5px; }
}

@media (max-width: 480px) {
  html { font-size: 6.5px; }
}



.fog_request {
	position:absolute;
	background-color:#111;
	opacity:0;
}

.request_center_layer {
	position:absolute;
	display:none;
}

.result_center_layer {
	position:absolute;
	display:none;
}

.fog_request2 {
	position:absolute;
	background-color:#111;
	opacity:0;
}

.bohum_view_layer {
	position:absolute;
	display:none;
}

.target {
 /* 한 줄 자르기 */
 display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
 /* 여러 줄 자르기 추가 스타일 */
 white-space: normal; line-height: 1.2; height: 2.4em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;

}

.gradient {
    background: blue; /* 그라데이션 지원하지 않는 브라우저 */
    background: -webkit-linear-gradient(left top, blue, white);
    background: -moz-linear-gradient(right bottom, blue, white);
    background: -o-linear-gradient(right bottom, blue, white);
    background: linear-gradient(to right bottom, blue, white);  /* 표준 */      
}


.txt{width: 25%; font-size: 20px; letter-spacing: -1.5px; text-align: center; float: left;}

.w1200{width: 1200px; margin:0 auto;}







/*공통 생상*/
.bg_v{background-color: #7669BC;}

.color_y{color: #f8f13a;}
.color_v{color:#7669BC;}
/*배경이미지*/

/*폰트*/
.f_60{font-size: 6rem;}

/*넓이*/
.w1200{ width: 1200px; margin: 0 auto;}









/*상단*/
.top{ padding:10px 40px;  overflow: hidden; font-family: 'S-CoreDream-3Light'; font-weight: 800; font-size: 25px; line-height: 50px; letter-spacing: -1px;  min-height: 50px;  width: 100% !important;
      display:flex; align-items:flex-end; justify-content:space-between; box-sizing: border-box; max-width: 1200px;}

.logo{ width: 20%;  float: left; line-height: 1.3; margin: 0 0 8px;}

.bt_tel{ float: none; margin:0 0 8px; width: 80%; font-size: 28px;}

h1.logo a {white-space: nowrap;}

.logo_sub {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  margin: 0;
}

.logo_main {
  font-size: 32px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.bt_icons { float: none; display:flex; align-items:center; justify-content:flex-end; gap:8px; }
.bt_kakao { display: none; }

/* 서브메뉴: PC는 bt_icons 위, 768px 이하는 햄버거로 전환 */
.top_right{ float: none; display:flex; flex-direction:column; align-items:flex-end; }
.nav_menu{ display:flex; justify-content:flex-end; gap:22px; list-style:none; padding:0; margin: 0 6px;}
.nav_menu li a{ font-size:15px; font-weight:600; color:#333; letter-spacing:-0.5px; }
.nav_menu li a:hover{ color:#584BA2; }

.bt_hamburger{ display:none; }
.top_menu{ display:none; }
.top_menu_close{ display:none; }
.mob_menu_overlay{ display:none; }

@media screen and (min-width: 769px) {
  .top_menu_close, .mob_menu_overlay, .bt_hamburger { display: none !important; }
}


/*메인부분*/
.main_box{ background: linear-gradient(#47487a,#222b47); height: 330px;  font-family: 'S-CoreDream-3Light'; color: #ffffff;}
.main_visual{ background-image: url(/images/main_visual.png); background-position: right 30px; background-repeat: no-repeat; height: 330px; background-size: 21%; }
.main_text1{font-weight: 400; font-size: 3.6rem; line-height: 1.8;   padding-left:8rem; padding-top: 3rem;letter-spacing: -2px; }		
.main_text2{font-weight: 900; font-size: 5rem; line-height: 1.2; letter-spacing: -2.5px; padding-left:8rem;}	
.main_text3{font-weight: 400; font-size: 1.8rem; line-height: 2;   padding-left: 8rem; }

/*입력폼	*/
.main_content{ }
.main_content_title{font-family: 'S-CoreDream-3Light'; font-weight: 900; font-size: 23px; line-height: 50px; letter-spacing: -1.5px; color: #000000; text-align: center; width:360px; height: 50px; border-radius: 40px 40px 0 0 ; background-color: #ffffff; margin: 0 auto; margin-top: -45px; }
.main_content_txt{font-family: 'S-CoreDream-3Light'; font-weight: 600; font-size:22px; line-height: 50px; line-height: 50px; letter-spacing: -1px;color: #000000;text-align: center; padding-bottom: 5px;}

.main_form{ padding: 20px;}

.select_button{height: 40px;  font-family: 'S-CoreDream-3Light'; text-align: center; font-size: 18px; line-height: 37px; overflow: hidden; width: 600px; margin: 0 auto;}
.select_bt_box{width: 270px; float: left; }
.select_bt_box_{width: 270px; float: right; }
.select_bt {font-size: 16px !important; background-color: #f0f0f0; box-sizing: border-box; border-radius: 20px; border: 2px solid #f0f0f0; height: 100%;color: #888888;font-weight: 400;}
.select_bt_on {font-size: 16px !important; background-color: #584BA2; box-sizing: border-box; border-radius: 20px; border: 2px solid #584BA2; height: 100%; color: #ffffff; font-weight: 700;}
.select_bt a{display: block;}
.select_bt_on a{display: block; font-weight: 700;}
.main_content_txt_1{font-family: 'S-CoreDream-3Light'; font-weight: 600; font-size:18px; line-height: 80px; letter-spacing: -1px;color: #000000;  text-align: center; }
.form_check{ padding: 0 15px; font-size: 13px;}
.form_line{ overflow: hidden;  ; width: 1100px; margin: 0 auto; margin-bottom: 30px;}
.form_box{float: left; height: 40px; margin-right: 3%; width: 32%; display: flex; align-items: center;}
.form_box2{overflow: hidden; float: left; height: 40px; width: 24%; text-align: center; display:flex; align-items:center;}
.checkform2 {width: 32%;}
.box_boder1{border-bottom: 1px solid #c5c5c5; font-size: 18px; padding-left: 2%; width: 98%; line-height: 40px; height: 40px;}
.box_boder2{border-bottom: 1px solid #c5c5c5; font-size: 18px; width: 20%; line-height: 40px; height: 40px; box-sizing: border-box;}
.box_boder3{border-bottom: 1px solid #c5c5c5; font-size: 16px; padding-left: 2%; width: 54%; line-height: 40px; height: 40px;box-sizing: border-box;}
.box_boder4{border-bottom: 1px solid #c5c5c5; font-size: 16px; padding-left: 2%; width: 50%; line-height: 40px; height: 40px;box-sizing: border-box;}
.select_bt_box2{width: 48%; float: left; height: 40px; line-height: 40px; padding-right: 10px;}
.select_bt_box2_{width: 48%; float: right;height: 40px;  line-height: 40px;}
.check_bt_on{ padding: 4px 18px; background-color: #584BA2; border-radius: 25px; font-family:'Dotum'; font-weight: 400; font-size: 13px; color: #ffffff;text-align: center; width: auto; white-space: nowrap; }	
.check_bt{padding: 10px 23px; background-color: #6d6d6d; border-radius: 25px; font-family:'Dotum'; font-weight: 400; font-size: 13px; line-height: 40px;color: #ffffff;text-align: center;}	
.box_num .check_bt_on {padding: 7px 20px; background-color: #584BA2; border-radius: 25px; font-family:'Dotum'; font-weight: 400; font-size: 13px; color: #ffffff;text-align: center; white-space: nowrap; margin: 0 4px;}
.box_num .check_bt{padding: 2px 17px; background-color: #f0f0f0; border-radius: 25px; font-family:'Dotum'; font-weight: 400; font-size: 13px; line-height: 34px;color: #888;text-align: center; white-space: nowrap;}	

.box_boder5{font-size: 14px; padding: 0 5px;  line-height: 40px; height: 40px; letter-spacing: -0.5px; }
.check_bt2{padding: 4px 12px ; background-color: #6d6d6d; border-radius: 25px; font-family:'Dotum'; font-weight: 400; font-size: 11px; color: #ffffff;text-align: center; letter-spacing: -1px; width: auto; white-space: nowrap;}

.result_bt{ background-color: #584BA2; border-radius: 30px; font-family: 'S-CoreDream-3Light'; font-weight: 600; font-size: 25px; line-height: 60px; color: #ffffff;text-align: center; height: 60px; width: 400px; margin: 0 auto; margin-top: 40px;}  
.result_bt a{display: block; letter-spacing: -1px;}


/* PC 기본 - 텍스트 옆에 인라인으로 */
.q_button_wrap {
  display: inline-flex;
  gap: 8px;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.q_button_wrap input[type="radio"] {
  /* PC에서는 라디오버튼 그대로 노출 */
}

.q_button_wrap label {
  font-size: 13px;
  cursor: pointer;
}


/*계산 결과값*/
.p_list{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding: 0; }
.p_list li{ border: 1px solid #c5c5c5; border-radius: 15px; margin-bottom: 0; box-sizing: border-box; padding: 15px; flex: 0 0 calc(25% - 6px); min-width: 0; display: flex; flex-direction: column; align-items: center; }
.p_logo{ width: 100%; text-align: center; padding-top: 10px; display: flex; align-items: center; justify-content: center; min-height: 60px; }
.p_logo img {height: auto; display: block; }
.p_txt{ height: 30px; text-align: center; line-height: 30px; font-size: 18px; font-family:'S-CoreDream-3Light';font-weight: 600;}
.p_txt2{ padding: 10px 0 5px 0; text-align: center; font-size: 14px; font-family:'S-CoreDream-3Light';font-weight: 600;}
.p_result{ padding: 0 15px; font-size: 20px;}

.grid--4.media-grid {display: grid; grid-template-columns: repeat(4, 1fr);gap: 14px;}
.media-link figure.media img {display: block; width: 72px; height: 72px; object-fit: contain; margin: 0 auto 14px; flex-shrink: 0;}

/* 마우스 오버 색상 변경 */
@media (hover: hover) and (pointer: fine) {
  #showcase .media:hover {
    border-color: #584BA2 !important;
  }
}

#showcase {padding: 64px 0 0 0 !important;}
#showcase .section-head h2 { font-size: clamp(23px, 2.2vw + .3rem, 38px) !important;}

/* 잠깐! 섹션 wrap */
.info_card_box {margin: 64px 0 0 0;}
.info_card_wrap {width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; text-align: center;}
.info_card_grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px;}
.info_card { text-decoration: none; overflow: hidden; border: 1px solid #c5c5c5; border-radius: 20px; padding: 20px;}
/* 이미지 */
.info_card img {width: 100%; height: auto; display: block; object-fit: cover; border-radius: 24px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s;}
.info_card:hover img {box-shadow: 0 6px 20px rgba(26, 31, 54, 0.18);transform: translateY(-3px);}
/* 텍스트 */
.info_text1{font-weight: 700; font-size: clamp(23px, 2.2vw + .3rem, 38px); line-height: 1.8; letter-spacing: -2px; text-align: center;}		
.info_card span {display: block; padding: 12px 8px;font-size: 22px;font-weight: 500;color: #1a1a1a; text-align: center;word-break: keep-all;}


	/* 게시판 news_board */
.news_board {width: unset !important; clear: both; padding: 60px 0; margin-bottom: 0 !important; max-width: 1200px;}
.car_board_title {margin: 0 0 24px; color: #202020 !important; text-align: center; font-size: clamp(23px, 2.2vw + .3rem, 38px) !important; font-weight: 700 !important; letter-spacing: -2px; font-family:'pretendard' !important; white-space: nowrap;}
.car_board_content { margin: 0 auto; border-top: 2px solid #584BA2; background: #fff;}
.car_board_content p, .car_board_content a {font-family: 'Pretendard' !important;}
.car_board_content ul {margin: 0; padding: 0; list-style: none;}
.car_board_content li {display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid #e5e7ec; height: auto !important;}
.car_board_content_title {background: #f3f2fa; font-weight: 700; font-size: 18px !important;}
.car_board_list_ti {flex: 0 0 90px; margin: 0; text-align: center; color: #333;}
.car_board_list_con,
.car_board_list_con_ {flex: 1 1 auto; min-width: 0; margin: 0; padding: 0 18px; color: #222; text-align: left; height: auto !important;}
.car_board_list_con_ a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;color: #222;text-decoration: none;}
.car_board_list_con_ a:hover {color: #584BA2;}
.empty_list {justify-content: center;padding: 20px; color: #777;}
.qna_btn {display: inline-block; padding: 6px 14px; border: 1px solid #584BA2; color: #584BA2; font-size: 13px; text-decoration: none; border-radius: 4px;}
.qna_btn:hover {background: #584BA2; color: #fff;}
.car_board_content_list {height: auto !important; font-size: 20px !important;}


/* 푸터 */
.f_info_box_ { margin: 20px 0; }
.f_info_box { padding: 20px; background-color: #f7f6f6; border: 1px solid #d7d7d7; box-sizing: border-box; text-align: left; width: 100%; max-width: 1200px; margin: 0 auto; }
.f_info_box_title { font-size: 16px; font-weight: bold; line-height: 30px; padding: 0 10px;}
.f_info_box_content { font-size: 16px; line-height: 26px; letter-spacing: -0.5px; padding: 0 10px;}

.f_info_box2 { clear: both; width: 100%; max-width: 1200px !important; margin: 0 auto; padding: 10px 15px; background-color: #fff; box-sizing: border-box; text-align: left; }
.f_info_box2::after { content: ""; display: block; clear: both; }
.f_info_box2_title { margin: 0; padding: 10px 0; font-size: 16px; font-weight: bold; line-height: 15px; }
.f_info_box2_content { float: left; margin: 0 10px; color: #000; font-size: 16px; line-height: 25px; letter-spacing: -1px; }
.f_info_box2_content a { color: #333; text-decoration: none; cursor: pointer; }
.f_info_box2_content2 { float: none; width: 100%; height: 60px; }

.footer_info { width: 100%; border-top: 1px solid #c5c5c5; background-color: #333333; margin: 24px auto !important; padding: 0 !important; max-width: 1200px !important;}
.f_info { width: 100%; max-width: 100%; margin: 0; padding: 25px 40px; font-size: 14px; line-height: 1.8; box-sizing: border-box; color: #d9d9d9; text-align: left; word-break: keep-all; }
.f_info span { color: #ffffff; }

/* 서브페이지 */
.page_content_txt{font-size: 18px; }
.p_img {margin: 32px 0;}
.p_img img {width: 100%;}
.sc_board .headline_area {margin: 0 0 24px; color: #202020 !important;}
.sc_board .headline_area .headline {text-align: center; font-size: clamp(23px, 2.2vw + .3rem, 38px) !important; font-weight: 700 !important; letter-spacing: -2px; font-family:'pretendard' !important;}
.sc_board .board_item .title {font-size: 2rem !important;}
.sc_board .board_item a:hover {background-color: #F2F2F9;}
.car_board_title {line-height: 1.4 !important;}
.article-ai__figure {width: 100% !important;}
.insurance-wrap .summary-list li {font-size: 15px;}

/* 태블릿 이하 (1024px 이하) */
@media screen and (max-width: 1024px) {
  .w1200 {
    width: 100% !important;
    /*box-sizing: border-box;*/
  }

  .main_visual {
    background-position: right 30px;
    background-size: 28%;
  }

  .main_form{
    padding: 0 20px;

  }

  #showcase .container{
    padding: 0 20px;
  }

  #showcase {
    padding: 48px 0 0 0 !important;
  }

  .form_line {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .result_bt {
    width: 80%;
    max-width: 400px;
  }

  .select_button {
    width: 90%;
    max-width: 600px;
  }

  .p_list {
    padding: 0 20px;
  }

  .p_list li {
    flex: 0 0 calc(50% - 4px);
  }

  #showcase .media{
    padding: 10px 14px !important;
  }

  #showcase .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px;
  }

  #showcase .media img {
        max-width: 100px !important;
        height: 100px !important;
  }

  #showcase .media-title {
      font-size: 20px !important;
  }

#showcase .media figcaption{
  min-height: auto !important;
}

.info_card_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.info_card_wrap {
  padding: 0 20px;
}

.news_board {
  padding: 60px 20px 40px;
}

.page_content_txt {
  padding: 30px 80px !important;
}

.page {
  width: 100% !important;
}

.p_img img {
  width: 70%;
}

.box_num {
  width: 43%;
}

.f_info_box_, .footer .footer_info {
  padding: 0 20px;
}



}


/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {

  /* 헤더 */
  .top.w1200 {
    width: 100%;
    padding: 8px 12px;
    height: auto;
    font-size: 18px;
    line-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top .logo_main {
    width: auto;
    float: none;
    font-size: 24px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .top .logo_sub{
    font-size: 14px;
    line-height: 1.4;
  }


  /* 서브메뉴: 768px 이하에서는 PC용 가로메뉴 숨기고 햄버거로 전환 */
  .top_right { float: none; flex-direction: row; align-items: center; }
  .nav_menu { display: none; }

  .bt_hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .bt_hamburger img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
  }

  /* top_menu: 768px 이하에서만 우측 슬라이드 패널 */
  .top_menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 280px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.18);
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    box-sizing: border-box;
    padding: 0;
  }
  .top_menu.is_open {
    display: block;
    transform: translateX(0);
  }
  .top_menu ul.top_menu_list {
    width: 100% !important;
    display: block !important;
    padding: 8px 0;
  }
  .top_menu ul li {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    border-bottom: 1px solid #efefef;
  }
  .top_menu ul li a {
    display: block;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 16px 24px;
    color: #2d2d2d;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .top_menu ul li a:active { background: #f5f5f5; }

  /* 딤처리 오버레이 */
  .mob_menu_overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
  }
  .mob_menu_overlay.is_open { display: block; }

  /* 사이드 메뉴 닫기 버튼 */
  .top_menu_close {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    border: none;
    background: #fff;
    text-align: right;
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
  }
  .top_menu_close img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
  }

  /* 메인 비주얼 */
  .main_box {
    height: auto;
    min-height: unset;
  }

  .main_visual {
    height: auto;
    padding-bottom: 88px;
    background-position: right 16px;
    background-size: 45%;
  }

  .main_text1 {
    font-size: 16px;
    padding: 24px 0 4px 20px;
    line-height: 1.6;
    letter-spacing: -1px;
  }

  .main_text2 {
    font-size: 28px;
    padding-left: 20px;
    line-height: 1.3;
    letter-spacing: -1.5px;
    word-break: keep-all;
  }

  #showcase .section-head{
    margin-bottom: 20px !important;
  }

  .color_y {
    display: block;
  }

  .main_text2 br {
    display: none;
  }
  
  .f_60 {
    font-size: 28px;
  }

  .main_text3 {
    font-size: 16px;
    padding: 8px 0 0 20px;
    line-height: 1.8;
  }

  .main_content_title {
    width: 90%;
    font-size: 22px;
    box-sizing: border-box;
  }

  .main_content_txt {
    font-size: 16px;
    line-height: 40px;
  }

  /* 폼 영역 */
  .form_line {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }

  .form_box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
    height: auto;
  }

  .form_box2 {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 8px;
    justify-content: center;
  }

  .box_boder1, .box_boder2, .box_boder3,{
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
  }

  .box_boder4{
    width: 67%;
  }

  .main_content_txt_1{
    margin: 10px 0 0 0;
    line-height: 32px;
    font-size: 2rem;
    word-break: keep-all;
  }

  /* 특약 */
  .q_button_wrap {
    display: flex;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    gap: 10px;
    margin: 0;
  }

  .q_button_wrap input[type="radio"] {
    display: none;
  }

  .q_button_wrap label {
    flex: 1;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    font-size: 16px !important;
    font-family: 'S-CoreDream-3Light';
    box-sizing: border-box;
    border: 2px solid #f0f0f0;
    color: #888;
    font-weight: 400;
    background: #f0f0f0;
  }


  .q_button_wrap input[type="radio"]:checked + label {
    background-color: #584BA2;
    border-color: #584BA2;
    color: #ffffff;
    font-weight: 700;
  }


  /* 성별 선택 버튼 */
  .select_button {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }

  .select_bt_box {
    width: 48%;
  }

  .select_bt_box_ {
    width: 48%;
  }

  .select_bt_box2 {
    width: 48%;
  }

  .select_bt_box2_ {
    width: 48%;
  }

  /* 결과 버튼 */
  .result_bt {
    width: 100%;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    margin-top: 20px;
    max-width: 100%;
  }

  .p_list {
    flex: 0 0 100%;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
  }

  .p_list li {
    flex: 0 0 100%;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    min-height: 140px;
  }

  .p_list li:nth-child(4n),
  .p_list li:nth-child(2n) {
    margin-right: 0;
  }

  .p_logo {
    min-height: auto;
    width: 70px;
    flex-shrink: 0;
    padding-top: 0;
  }

  .p_logo img {
    width: 180px;
  }

  .p_txt {
    font-size: 18px;
    height: auto;
    line-height: 1.6;
    padding-top: 4px;
  }

  .p_txt2 {
    font-size: 13px;
    padding: 4px 0;
  }

  .p_result {
    font-size: 16px;
    padding: 0 4px;
  }

  #showcase .media-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 18px;
  }

  .info_card_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .info_card span {
    font-size: 20px;
    padding: 10px 8px;
  }

 .info_text1 {
    line-height: 1.6;
    letter-spacing: -1px;
  }

  /* 보험료 계산 결과 레이어 */
  .result_center_layer {
    width: 95% !important;
    left: 2.5% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  .result_center_layer iframe {
    width: 100% !important;
  }

  /* 일반 이미지 반응형 */
  img {
    height: auto;
  }

  /* 텍스트 공통 */
  .txt {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
  }
  
  .info_card_box {
    margin: 48px 0 0 0;
  }


/* 게시판 */
  .news_board { padding: 42px 12px; }
  .car_board_title {white-space:normal !important; }
  
  .car_board_content li {
    min-height: auto;
    align-items: center;
    padding: 6px 0;
  }
  .car_board_list_ti { flex-basis: 56px; font-size: 18px; }
  .car_board_list_con,
  .car_board_list_con_ { padding: 0 10px; font-size: 18px; }

  .car_board_list_con_ a {
  white-space: nowrap; 
  word-break: keep-all;
  line-height: 1.5;
  padding: 8px 0;
  text-overflow: ellipsis;
  width: 100%;
  }

  .ck-content h1 {
    margin: 0 0 10px 0 !important;
  }
  .img-wrap{
    display: none;
  }

  .ck-content img {
    display: none !important;
  }

  .car_board_list_ti {
    display: none;
  }
  .car_board_list_con {
    text-align: center;
  }

  .sc_board .board_item .title {
    font-size: 18px !important;
  }

  .sc_board .headline_area .headline{
    text-align: center;
    width: 100%;
  }

  .page_content_txt {
    padding: 30px 20px !important;
  }

  .p_img img {
    width: 100%;
  }

  header.hero {
    margin: 0 0 16px 0 !important;
  }
 
  .footer_info { height: auto; }
  .f_info_box_, .f_info_box2 { margin: 16px 12px; }
  .f_info_box, .f_info_box2 { width: auto; max-width: none; }
  .f_info_box_title, .f_info_box2_title { font-size: 15px; line-height: 1.5; }
  .f_info_box_content { line-height: 1.65; }
  .f_info_box2_content { float: none; display: inline-block; margin: 0 8px 3px 0; line-height: 1.5; }
  .f_info_box2_content2 { display: none; }
  .f_info { width: 100%; max-width: 100%; height: auto; padding: 22px 14px 34px; line-height: 1.5; }
  .f_info p { float: none !important; padding: 0 0 12px 0 !important; }

.f_info_box_{
  padding: 0;
}

  .bt_icons {
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
  }

  .bt_kakao {
    display: block;
    width: 36px;
  }

  .bt_kakao img {
    width: 100%;
  }

  .bt_tel {
    font-size: 0 !important;
    width: 36px;
    margin: 0;
  }

  .bt_tel img {
    width: 100% !important;
  }

}


/* ===========================
   조재필 추가 2026-05-29
=========================== */
/* 배경 */
#layer_bg {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

/* 팝업 */
#result_popup {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    background: #fff;
    border-radius: 4px;
    z-index: 9999;
    overflow: hidden;
}

/* 헤더 */
.layer_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.layer_title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.layer_close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

/* 본문 */
.layer_body {
    padding: 0;
    overflow-y: auto;
    max-height: calc(90vh - 50px);
}

/* iframe */
#layer_iframe {
    width: 100%;
    height: 70vh;
    border: none;
    display: block;
}

/* 모바일 */
@media (max-width: 480px) {
    #result_popup {
        width: 95%;
    }
    #layer_iframe {
        height: 60vh;
    }
}