main {
  width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.back_page img {
  width: 4.5rem;
}
#main_wrap {
  height: 3640px;
  background: url("../img/carrot_main.png") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#main_wrap .main-btn {
  width: 720px;
  height: 140px;
  position: absolute;
  top: 840px;
}
#main_wrap .sub-btn {
  width: 720px;
  height: 140px;
  position: absolute;
  top: 2853px;
}
#main_wrap .main_text {
  position: absolute;
  top: 193px;
  left: 0;
  animation: mainTextAnimation 8s ease infinite;
  animation-delay: 0.5s;
}

@keyframes mainTextAnimation {
  0% {
    opacity: 1;
  }
  9.09% {
    opacity: 1;
  }
  18.18% {
    opacity: 1;
  }
  27.27% {
    opacity: 0;
  }
  36.36% {
    opacity: 0;
  }
  45.45% {
    opacity: 0;
  }
  54.55% {
    opacity: 0;
  }
  63.64% {
    opacity: 0;
  }
  72.73% {
    opacity: 0;
  }
  81.82% {
    opacity: 1;
  }
  90.91% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#insurance_info_wrap {
  width: 720px;
  height: 1725px;
  margin: 0 auto;
  background: url("../img/carrot_sub_1.png") top center no-repeat;
  z-index: 999;
  position: relative;
}

.with {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -1px;
  color: #333;
  white-space: nowrap;
  z-index: 99;
  width: 720px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 62px;
  box-sizing: border-box;
  background: #eee;
}

.notScroll {
  height: 100%;
  overflow: hidden;
}

#insurance_info_wrap a { position: absolute;}
#insurance_info_wrap .page-main-btn{ width: 66.6rem; height: 40rem; top: 27rem;}
#insurance_info_wrap .page-btn01 { left: 3rem;}
#insurance_info_wrap .page-btn02 { left: 37.5rem;}
#insurance_info_wrap .page-sub-btn{ width: 64rem; height: 19rem; left: 4rem;}
#insurance_info_wrap .page-btn03 { top: 72rem;}
#insurance_info_wrap .page-btn04 { top: 91.5rem;}
#insurance_info_wrap .page-btn05 { top: 111.5rem;}
#insurance_info_wrap .page-btn06 { top: 131.5rem;}
#insurance_info_wrap .page-btn07 { top: 151rem;}

.home-btn {
  position: absolute;
  width: 340px;
  height: 70px;
  top: 15px;
  left: 18px;
}

    
#info01_wrap {
  width: 720px;
  height: 3450px;
  margin: 0 auto;
  background: url("../img/carrot_sub_2-1.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#info01_wrap #footer {
  position: absolute;
    bottom: 0;
    left: 0;
}
#info01_wrap .back-btn{
  position: absolute;
  width: 50px;
  height: 40px;
  top:30px;
  left:30px;
}
/* 탭 메뉴 영역 */
#info01_wrap .tab_wrap {
  width: 100%;
  position: absolute;
  top: 565px;
  padding: 0 4rem;
  margin: 0 auto;
}

#info01_wrap .tab_menu {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 6rem;
}

#info01_wrap .tab_menu li {
  flex: 1;
  text-align: center;
}

#info01_wrap .tab_menu li a {
  display: block;
  padding: 1.6rem 0;
  font-size: 3.2rem;
  font-weight: 600;
  color: #b2b2b2;
  position: relative;
  letter-spacing: -0.048rem;
}

#info01_wrap .tab_menu li.active a {
  color: #FF4600;
}

#info01_wrap .tab_menu li.active a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #FF4600;
}

/* 탭 컨텐츠 박스 */
#info01_wrap .content_box {
  position: relative;
  width: 100%;
}

#info01_wrap .tab_box {
  display: none;
  flex-direction: column;
  gap: 5rem;
}

#info01_wrap .tab_box.active {
  display: flex;
}

#info01_wrap .tab_box li {
  width: 100%;
  background: #F2F4F9;
  border-radius: 2.4rem;
  padding: 3.6rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  gap: 2.4rem;
}

#info01_wrap .tab_box li .box {
  display: flex;
  gap: 5rem;
  align-items: center;
}

#info01_wrap .tab_box li .box > img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}

#info01_wrap .tab_box li .box .text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

#info01_wrap .tab_box li .box .text span {
  display: inline-block;
  background: #FF4600;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  border-radius: 0.8rem;
  width: fit-content;
  letter-spacing: -0.1rem;
}

#info01_wrap .tab_box li .box .text h4 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.1rem;
  line-height: 1.3;
}

#info01_wrap .tab_box li .box .text p {
  font-size: 2.8rem;
  color: #666;
  line-height: 1.5;
  letter-spacing: -0.1rem;
}

#info01_wrap .tab_box li > p {
  font-size: 2.4rem;
  color: #999;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

/* 배너 영역 */
#info01_wrap .banner_wrap a{
  width: 100%;
  margin-top: 4.8rem;
  background: linear-gradient(135deg, #FF6B35 0%, #FF4600 100%);
  border-radius: 2.4rem;
  padding: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#info01_wrap .banner_wrap .left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

#info01_wrap .banner_wrap .left img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}

#info01_wrap .banner_wrap .banner_text h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: -0.054rem;
}

#info01_wrap .banner_wrap .banner_text p {
  font-size: 2.6rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  letter-spacing: -0.039rem;
}

#info01_wrap .banner_wrap .arrow {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}


#info02_wrap {
  width: 720px;
  height: 5100px;
  margin: 0 auto;
  background: url("../img/carrot_sub_3.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#info03_wrap {
  width: 720px;
  height: 2980px;
  margin: 0 auto;
  background: url("../img/carrot_sub_4.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#info04_wrap {
  width: 720px;
  height: 1630px;
  margin: 0 auto;
  background: url("../img/carrot_sub_5.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#info05_wrap {
  width: 720px;
  height: 2230px;
  margin: 0 auto;
  background: url("../img/carrot_sub_6.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#info06_wrap {
  width: 720px;
  height: 2130px;
  margin: 0 auto;
  background: url("../img/carrot_sub_7.png") top center no-repeat;
  z-index: 999;
  position: relative;
}
#emergency_wrap {
  width: 720px;
  height: 2820px;
  margin: 0 auto;
  background: url("../img/carrot_sub_8.png") top center no-repeat;
  z-index: 999;
  position: relative;
}

.faq_wrap { padding-top: 80px; padding-bottom: 60px; flex: 1;}

.inner { padding: 0 30px;}
.faq_wrap h2{ font-size: 42px; font-weight: 700; letter-spacing: -2px;}
.faq_wrap form {display: flex; padding: 0 20px 20px; border-bottom: 1px solid #bec2c6; margin-top: 50px; margin-bottom: 80px;}
.faq_wrap input {border: 0; outline: none; flex: 1; min-width: 0; font-size: 32px; letter-spacing: -1px; font-family: inherit;}
.faq_wrap input::placeholder { color: #9da0a3;}
.faq_wrap input button {flex-direction: column; width: 34px; aspect-ratio: 34/36;}
.faq_wrap input button img { width: 100%;}
.faq_wrap .con_area h4{ font-size: 28px; color: #656768; font-weight: 500;}
/* .faq_wrap .con_area .faq_item { margin-top: 48px;} */
.faq_wrap .con_area .faq_item .faq_title{ display: flex; align-items: center; gap: 16px; padding: 30px 10px 30px; border-bottom: 1px solid #d8dbe0; cursor: pointer;}
.faq_wrap .con_area .faq_item .faq_title h5{ flex: 1; min-width: 0; font-size: 29px; line-height: 1.4; font-weight: 500; letter-spacing: -1px; word-break: keep-all;}
.faq_wrap .con_area .faq_item .faq_title h5 span {font-weight: 700; color: #FF4600;}
.faq_wrap .con_area .faq_item .faq_title img {
  width: 3rem;
}
.faq_wrap .con_area .faq_item .faq_con { background-color: #f2f4f9; padding: 40px; display: none; margin-bottom: 20px;}
.faq_wrap .con_area .faq_item .faq_con p { font-size: 27px; color: #848484; line-height: 1.4; letter-spacing: -1px;}

.is_empty { display: flex; align-items: center; flex-direction: column; justify-content: center; height: max-content; gap: 10px; min-height: 600px;}
.is_empty h5 { font-size: 34px; color: #656768; font-weight: 500;}
.is_empty p { font-size: 28px; color: #aaa; font-weight: 500;}

#faq_wrap {max-width: 720px; margin: 0 auto; overflow: hidden; min-height: 100dvh; display: flex; flex-direction: column;}

#faq_main header {
  justify-content: flex-start;
}
#faq_main header img {
  width: 14rem;
}
.search_btn  img{
  width: 4rem;
}

#emergency_wrap .tel-btn {
  position: absolute;
  top: 40rem;
  left: 17rem;
  width: 38rem;
  height: 36rem;
  border-radius: 50%;
}