.rerefit_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-family: 'Pretendard', sans-serif;
  background-color: #fff;
}

/*---------------------------- section01 ----------------------------*/
.rerefit_wrap .section01 {
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
}

.rerefit_wrap .section01 .inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 50px;
}

.rerefit_wrap .section01 .model_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74%;
  z-index: 1;
}

.rerefit_wrap .section01 .model_area img {
  width: 100%;
  display: block;
}

.rerefit_wrap .section01 .text_area {
  position: relative;
  z-index: 2;
  text-align: right;
  color: #fff;
}

.rerefit_wrap .section01 .top_slogan {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-style: italic;
  margin-bottom: 20px;
}

.rerefit_wrap .section01 .sub_title {
  font-size: 57px;
  font-weight: 600;
  margin-bottom: 5px;
}

.rerefit_wrap .section01 .rerefit_main_title {
  font-size: 57px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.rerefit_wrap .section01 .bottom_desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.rerefit_wrap .section01 .bottom_desc strong {
  font-weight: 600;
}

.rerefit_wrap .question_bar {
  padding: 30px 0;
  text-align: center;
}

.rerefit_wrap .question_bar p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section01 {
    height: auto;
    padding: 0;
  }

  .rerefit_wrap .section01 .inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .rerefit_wrap .section01 .model_area {
    position: static;
    width: 100%;
    order: 1;
  }

  .rerefit_wrap .section01 .model_area img {
    width: 100%;
    display: block;
  }

  .rerefit_wrap .section01 .text_area {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 40px 20px 60px;
    box-sizing: border-box;
  }

  .rerefit_wrap .section01 .top_slogan {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .rerefit_wrap .section01 .sub_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .rerefit_wrap .section01 .rerefit_main_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }

  .rerefit_wrap .section01 .bottom_desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .rerefit_wrap .question_bar {
    padding: 50px 20px;
  }

  .rerefit_wrap .question_bar p {
    font-size: 20px;
    line-height: 1.5;
    word-break: keep-all;
  }
}

/*---------------------------- section02 ----------------------------*/
.rerefit_wrap .section02 {
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.rerefit_wrap .section02 .inner {
  flex-direction: column;
  align-items: center;
}

.rerefit_wrap .section02 .bg_text {
  position: absolute;
  font-family: 'Nanum Brush Script', cursive;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  font-style: italic;
}
.rerefit_wrap .section02 .bg_text.left {
  left: 4%;
  top: 50%;
}
.rerefit_wrap .section02 .bg_text.right {
  right: 11.5%;
  top: 8%;
}

.rerefit_wrap .section02 .title_area h2 {
  font-size: 44px;
  font-weight: 500;
  color: #222;
  margin-bottom: 60px;
  letter-spacing: -0.05em;
}
.rerefit_wrap .section02 .title_area h2 strong {
  font-weight: 700;
}

.rerefit_wrap .section02 .main_visual {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 50px;
  z-index: 2;
}

.rerefit_wrap .section02 .desc_area p {
  font-size: 26px;
  line-height: 1.6;
  color: #444;
}

.rerefit_wrap .section02 .desc_area strong {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section02 {
    padding: 80px 0;
  }

  .rerefit_wrap .section02 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .rerefit_wrap .section02 .bg_text {
    display: none;
  }

  .rerefit_wrap .section02 .title_area h2 {
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: -1px;
  }

  .rerefit_wrap .section02 .main_visual {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
    order: 1;
  }

  .rerefit_wrap .section02 .desc_area {
    order: 2;
  }

  .rerefit_wrap .section02 .desc_area p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
  }

  .rerefit_wrap .section02 .desc_area strong {
    font-weight: 700;
    color: #516b61;
  }
}
/*---------------------------- section03 ----------------------------*/
.rerefit_wrap .section03 .inner {
  max-width: 100%;
}

.rerefit_wrap .section03 .solution_list {
  display: flex;
}

.rerefit_wrap .section03 .sol_card {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

.rerefit_wrap .section03 .card_header {
  text-align: center;
}

.rerefit_wrap .section03 .card_header h3 {
  font-size: 36px;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}

.rerefit_wrap .section03 .card_header h3 span {
  color: #ea7600;
  font-weight: 700;
  font-size: 50px;
}

.rerefit_wrap .section03 .card_img {
  width: 100%;
  overflow: hidden;
}

.rerefit_wrap .section03 .card_img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.rerefit_wrap .section03 .card_txt {
  padding: 30px 50px;
  text-align: left;
  flex-grow: 1;
}

.rerefit_wrap .section03 .card_txt h4 {
  font-size: 25px;
  font-weight: 700;
  color: #222;
}

.rerefit_wrap .section03 .card_txt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #444;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section03 {
    padding: 80px 0;
  }

  .rerefit_wrap .section03 .inner {
    display: block;
  }

  .rerefit_wrap .section03 .solution_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .rerefit_wrap .section03 .sol_card {
    width: 90%;
    max-width: 500px;
    text-align: center;
  }

  .rerefit_wrap .section03 .card_header h3 {
    font-size: 28px;
  }

  .rerefit_wrap .section03 .card_txt {
    padding: 25px 20px;
  }

  .rerefit_wrap .section03 .card_txt h4 {
    font-size: 18px;
  }

  .rerefit_wrap .section03 .card_txt p {
    font-size: 15px;
  }
}

/*---------------------------- section04 ----------------------------*/
.rerefit_wrap .section04 {
  padding: 120px 0;
  text-align: center;
}

.rerefit_wrap .section04 .inner {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.rerefit_wrap .section04 .title_area h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
  letter-spacing: -0.05em;
  margin-bottom: 60px;
}

.rerefit_wrap .section04 .title_area h3 strong {
  font-weight: 700;
  font-size: 45px;
}

.rerefit_wrap .section04 .reason_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 70px;
}

.rerefit_wrap .section04 .reason_item {
  background: #fff;
  padding: 50px 20px;
  border-radius: 15px;
  width: calc(33.333% - 14px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.rerefit_wrap .section04 .reason_item .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #ea7600;
  color: #fff;
  border-radius: 50%;
  line-height: 25px;
  font-weight: bold;
}

.rerefit_wrap .section04 .reason_item p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
}

.rerefit_wrap .section04 .bottom_summary {
  display: inline-block;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  color: #222;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section04 {
    padding: 80px 20px;
  }

  .rerefit_wrap .section04 .title_area h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .rerefit_wrap .section04 .reason_list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
  }

  .rerefit_wrap .section04 .reason_item {
    width: 100%;
    max-width: 500px;
    padding: 40px 20px;
  }

  .rerefit_wrap .section04 .reason_item p {
    font-size: 18px;
  }

  .rerefit_wrap .section04 .bottom_summary {
    font-size: 17px;
    width: auto;
    line-height: 1.5;
  }
}

/*---------------------------- section_point ----------------------------*/
.rerefit_wrap .section_point {
  padding: 40px 0;
  color: #fff;
}

.rerefit_wrap .section_point .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rerefit_wrap .section_point .point_title h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  padding-right: 40px;
  margin-right: 40px;
  text-align: center;
}

.rerefit_wrap .section_point .point_title h3 strong {
  font-size: 32px;
  font-weight: 700;
}

.rerefit_wrap .section_point .point_list {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.rerefit_wrap .section_point .item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.rerefit_wrap .section_point .rerefit_num {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.8;
}

.rerefit_wrap .section_point .txt p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section_point {
    padding: 50px 20px;
  }

  .rerefit_wrap .section_point .inner {
    flex-direction: column;
    text-align: center;
  }

  .rerefit_wrap .section_point .point_title h3 {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    width: 100%;
  }

  .rerefit_wrap .section_point .point_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    width: 100%;
  }

  .rerefit_wrap .section_point .item {
    flex-direction: column;
    align-items: center;
  }

  .rerefit_wrap .section_point .rerefit_num {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .rerefit_wrap .section_point .txt p {
    border-left: none;
    padding-left: 0;
    font-size: 16px;
  }
}

/*---------------------------- guide_list ----------------------------*/

.rerefit_wrap .guide_inner {
  display: block !important;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.rerefit_wrap .top_area {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.rerefit_wrap .guide_list {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #333;
  padding-left: 8px;
  text-align: left;
}

.rerefit_wrap .guide_list li {
  font-size: 16px;
  color: #a0a0a0;
  list-style: none;
  cursor: pointer;
}

.rerefit_wrap .guide_list li strong {
  font-weight: 800;
  margin-right: 10px;
}

.rerefit_wrap .guide_list li.active {
  color: #222;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .guide_list {
    display: none;
  }
}
/*---------------------------- section05 ----------------------------*/
.rerefit_wrap .section05 {
  padding: 120px 0;
  background-color: #fff;
}
.rerefit_wrap .section05 h2 {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  color: #222;
  letter-spacing: -0.05em;
  margin: 0;
}
.rerefit_wrap .section05 .effect_container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 60px auto;
  gap: 0;
}
.rerefit_wrap .section05 .side_txt {
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  z-index: 5;
}
.rerefit_wrap .section05 .rerefit_forehead {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.rerefit_wrap .section05 .side_txt.left {
  text-align: left;
  margin-right: -10px;
}
.rerefit_wrap .section05 .side_txt.left .rerefit_forehead {
  align-items: flex-start;
}
.rerefit_wrap .section05 .side_txt.right {
  text-align: right;
  margin-left: -10px;
}
.rerefit_wrap .section05 .side_txt.right .rerefit_forehead {
  align-items: flex-end;
}
.rerefit_wrap .section05 .rerefit_forehead strong,
.rerefit_wrap .section05 .rerefit_forehead p {
  font-size: 20px;
  font-weight: 500;
  color: #b3b3b3;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.rerefit_wrap .section05 .rerefit_forehead strong {
  margin-bottom: 2px;
}
.rerefit_wrap .section05 .rerefit_forehead strong span {
  font-size: 14px;
  font-weight: 400;
}
.rerefit_wrap .section05 .rerefit_forehead::after {
  content: '';
  display: block;
  width: 310px;
  height: 2px;
  background-color: #b3b3b3;
  margin-top: 10px;
  transition: background-color 0.3s;
}
.rerefit_wrap .section05 .center_img {
  width: 400px;
  flex-shrink: 0;
  z-index: 10;
  position: relative;
}
.rerefit_wrap .section05 #img_forehead {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
.rerefit_wrap .section05 .rerefit_forehead.active strong,
.rerefit_wrap .section05 .rerefit_forehead.active p {
  color: #ff7e00 !important;
}
.rerefit_wrap .section05 .rerefit_forehead.active::after {
  background-color: #9b9b9b;
  height: 2px;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section05 {
    padding: 80px 20px;
  }

  .rerefit_wrap .section05 .top_area {
    margin-bottom: 40px;
    display: block;
  }
  .rerefit_wrap .section05 .section05 h2 {
    font-size: 28px;
  }
  .rerefit_wrap .section05 .effect_container {
    flex-direction: column;
    margin: 30px auto;
    padding: 0 20px;
    gap: 0;
  }

  .rerefit_wrap .section05 .side_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 !important;
    text-align: center;
    align-items: center;
  }

  .rerefit_wrap .section05 .rerefit_forehead {
    align-items: center !important;
    width: 100%;
    padding-bottom: 0;
  }
  .rerefit_wrap .section05 .side_txt.left,
  .rerefit_wrap .section05 .side_txt.right {
    text-align: center;
    align-items: center;
  }
  .rerefit_wrap .section05 .rerefit_forehead::after {
    display: none !important;
  }
  .rerefit_wrap .section05 .rerefit_forehead strong,
  .rerefit_wrap .section05 .rerefit_forehead p {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    word-break: keep-all;
    line-height: 1.5;
  }

  .rerefit_wrap .section05 .rerefit_forehead strong {
    margin-bottom: 5px;
  }

  .rerefit_wrap .section05 .center_img {
    width: 80%;
    order: -1;
    margin: 0 0 30px 0;
  }

  .rerefit_wrap .section05 #img_forehead {
    width: 100%;
    display: block;
  }

  .rerefit_wrap .section05 .side_txt.right {
    margin-top: 30px !important;
  }
}

/*---------------------------- section06 ----------------------------*/
.rerefit_wrap .section06 {
  padding: 120px 0;
  background-color: #f1f1f2;
  position: relative;
}

.rerefit_wrap .section06 .title_area {
  text-align: center;
  margin-bottom: 10px;
}

.rerefit_wrap .section06 .title_area h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
  letter-spacing: -0.05em;
}

.rerefit_wrap .section06 .title_area .sub_title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.rerefit_wrap .section06 .ba_box {
  display: flex;
  max-width: 900px;
  margin: 0 auto 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.rerefit_wrap .section06 .ba_img {
  width: 50%;
  background-color: #e0d8ce;
}

.rerefit_wrap .section06 .ba_img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.rerefit_wrap .section06 .ba_login {
  width: 50%;
  background-color: #2e2621;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  text-align: center;
}

.rerefit_wrap .section06 .ba_login p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.rerefit_wrap .section06 .ba_login span {
  color: #ea7600;
}

.rerefit_wrap .section06 .btn_login {
  display: inline-block;
  background-color: #fff;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 50px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rerefit_wrap .section06 .btn_login:hover {
  background-color: #ea7600;
  color: #fff;
}

.rerefit_wrap .section06 .bottom_desc {
  text-align: center;
}

.rerefit_wrap .section06 .bottom_desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section06 {
    padding: 80px 20px;
  }

  .rerefit_wrap .section06 .title_area h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .rerefit_wrap .section06 .title_area .sub_title {
    font-size: 16px;
    word-break: keep-all;
  }

  .rerefit_wrap .section06 .ba_box {
    flex-direction: column;
    max-width: 500px;
  }

  .rerefit_wrap .section06 .ba_img,
  .rerefit_wrap .section06 .ba_login {
    width: 100%;
  }

  .rerefit_wrap .section06 .ba_login {
    padding: 50px 20px;
  }

  .rerefit_wrap .section06 .bottom_desc p {
    font-size: 15px;
  }
}

/*---------------------------- section07 ----------------------------*/
.rerefit_wrap .section07 {
  padding: 0;
  background-color: #f1f1f2;
  padding-bottom: 100px;
}

.rerefit_wrap .section07 .tab_content_wrap {
  background-color: #fff;
  padding: 70px 50px 20px;
}

.rerefit_wrap .section07 .inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.rerefit_wrap .section07 .tab_menu {
  display: flex;
  gap: 7px;
  width: 90%;
  margin: 0 50px;
  list-style: none;
}

.rerefit_wrap .section07 .tab_menu li {
  flex: 1;
  background-color: #f5f4f4;
}
.rerefit_wrap .section07 .tab_menu .no_bg {
  background-color: transparent;
}

.rerefit_wrap .section07 .tab_menu li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: transparent;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.rerefit_wrap .section07 .tab_menu li.active a {
  background-color: #fff;
  color: #222;
  font-weight: 700;
}

.rerefit_wrap .section07 .tab_content_wrap {
  display: block;
  background-color: #fff;
  padding: 60px 40px;
}

.rerefit_wrap .section07 .tab_pane {
  display: none;
}

.rerefit_wrap .section07 .tab_pane.active {
  display: block;
}

.rerefit_wrap .section07 .pane_header {
  text-align: center;
  margin-bottom: 50px;
}

.rerefit_wrap .section07 .pane_header .tab_num {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #222;
  margin-bottom: 10px;
}

.rerefit_wrap .section07 .pane_header h3 {
  font-size: 40px;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.05em;
}

.rerefit_wrap .section07 .info_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rerefit_wrap .section07 .info_row .txt_area {
  width: 50%;
}

.rerefit_wrap .section07 .info_row .txt_area h4 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.rerefit_wrap .section07 .info_row .txt_area p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #555;
  margin-bottom: 50px;
  word-break: keep-all;
}

.rerefit_wrap .section07 .info_row .txt_area .bold_txt {
  color: #222;
}

.rerefit_wrap .section07 .info_row .img_area {
  width: 50%;
}

.rerefit_wrap .section07 .info_row .img_area img,
.rerefit_wrap .section07 .wide_img_area img {
  width: 100%;
  display: block;
}

.rerefit_wrap .section07 .title_area {
  margin-top: 50px;
  text-align: center;
}
.rerefit_wrap .section07 .title_area h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}

.rerefit_wrap .section07 .no_program_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.rerefit_wrap .section07 .no_item {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rerefit_wrap .section07 .no_item .circle_frame {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.rerefit_wrap .section07 .no_item .bottom_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}

.rerefit_wrap .section07 .no_item .bottom_bar strong {
  display: block;
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.rerefit_wrap .section07 .no_item .bottom_bar p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section07 .section07 {
    padding: 0 20px 80px;
  }

  .rerefit_wrap .section07 .no_program_list {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .rerefit_wrap .section07 .tab_menu {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    margin: 0;
  }
  .rerefit_wrap .section07 .tab_menu li {
    flex: 0 0 50%;
  }
  .rerefit_wrap .section07 .tab_menu li a {
    font-size: 15px;
    padding: 15px 0;
    border: none;
    background-color: #f9f9f9;
  }
  .rerefit_wrap .section07 .tab_menu li.active a {
    background-color: #fff;
    border-color: #222;
    z-index: 1;
    position: relative;
  }

  .rerefit_wrap .section07 .tab_content_wrap {
    padding: 40px 20px;
    border-top: none;
  }

  .rerefit_wrap .section07 .pane_header h3 {
    font-size: 26px;
  }

  .rerefit_wrap .section07 .info_row {
    flex-direction: column;
    gap: 30px;
  }
  .rerefit_wrap .section07 .info_row .txt_area,
  .rerefit_wrap .section07 .info_row .img_area {
    width: 100%;
  }
}

.rerefit_wrap .section07 .compare_imgs {
  display: flex;
  gap: 5px;
  margin-bottom: 40px;
  align-items: flex-end;
}

.rerefit_wrap .section07 .img_box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rerefit_wrap .section07 .img_box.short {
  flex: 1;
}

.rerefit_wrap .section07 .img_box.wide {
  flex: 1.8;
}

.rerefit_wrap .section07 .img_box img.equal_height {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border: 1px solid #eee;
  border-top: none;
  box-sizing: border-box;
}

.rerefit_wrap .section07 .img_box .tag {
  display: block;
  text-align: center;
  padding: 18px 0;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.rerefit_wrap .section07 .img_box img {
  width: 100%;
  display: block;
  border: 1px solid #eee;
  border-top: none;
}

.rerefit_wrap .section07 .compare_table_wrap {
  margin-top: -1px;
}

.rerefit_wrap .section07 .compare_table {
  display: flex;
  width: 100%;
  background-color: #fcfbf8;
}

.rerefit_wrap .section07 .compare_table .col {
  display: flex;
  flex-direction: column;
}

.rerefit_wrap .section07 .compare_table .col.basic {
  flex: 2;
}
.rerefit_wrap .section07 .compare_table .col.labels {
  flex: 0.7;
}
.rerefit_wrap .section07 .compare_table .col.point {
  flex: 3.5;
}

.rerefit_wrap .section07 .compare_table .th {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.rerefit_wrap .section07 .compare_table .th.transparent {
  background-color: transparent;
  color: #222;
}

.rerefit_wrap .section07 .compare_table .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #555;
  border-bottom: 1px dashed #ddd;
  word-break: keep-all;
  box-sizing: border-box;
}

.rerefit_wrap .section07 .compare_table .td:last-child {
  border-bottom: none;
}

.rerefit_wrap .section07 .compare_table .col.labels .td {
  font-weight: 700;
  color: #222;
  background-color: #f7f6f2;
  border-bottom: 1px solid #eee;
}

.rerefit_wrap .section07 .compare_table .col.point.highlight {
  position: relative;
  outline: 4px solid #f37321;
  outline-offset: -2px;
  background-color: #fff;
  z-index: 10;
  box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.5);
}

.rerefit_wrap .section07 .compare_table .col.point .td {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .rerefit_wrap .section07 .compare_imgs {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .rerefit_wrap .section07 .img_box {
    width: 100%;
    max-width: 400px;
  }
  .rerefit_wrap .section07 .img_box.short,
  .rerefit_wrap .section07 .img_box.wide {
    flex: none;
    width: 100%;
  }
  .rerefit_wrap .section07 .compare_table {
    flex-direction: column;
    background: none;
  }
  .rerefit_wrap .section07 .compare_table .col.labels {
    display: none;
  }
  .rerefit_wrap .section07 .compare_table .col {
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
  }
  .rerefit_wrap .section07 .compare_table .th {
    height: 50px;
    font-size: 20px;
  }
  .rerefit_wrap .section07 .compare_table .td {
    height: auto;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
  }
  .rerefit_wrap .section07 .compare_table .col.point .td {
    font-size: 16px;
  }
  .rerefit_wrap .section07 .compare_table .col.point.highlight {
    outline: 2px solid #f37321;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}

/*---------------------------- section08 ----------------------------*/
.rerefit_wrap .section8 {
  padding: 100px 0;
  box-sizing: border-box;
}
.rerefit_wrap .section8 .title_area {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
.rerefit_wrap .section8 .title_area h2 {
  font-size: 40px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin: 0;
}
.rerefit_wrap .section8 .content_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 50px;
}
.rerefit_wrap .section8 .txt_left,
.rerefit_wrap .section8 .txt_right {
  flex: 0.2;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.rerefit_wrap .section8 .txt_left p,
.rerefit_wrap .section8 .txt_right p {
  margin: 0 0 25px 0;
}
.rerefit_wrap .section8 .txt_left p:last-child,
.rerefit_wrap .section8 .txt_right p:last-child {
  margin-bottom: 0;
}
.rerefit_wrap .section8 .mint_txt.active {
  color: #fff;
  text-shadow:
    -2px -2px 0 #5fb098,
    2px -2px 0 #5fb098,
    -2px 2px 0 #5fb098,
    2px 2px 0 #5fb098,
    0px -2px 0 #5fb098,
    0px 2px 0 #5fb098,
    -2px 0px 0 #5fb098,
    2px 0px 0 #5fb098,
    0px 3px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
}
.rerefit_wrap .section8 .blue_txt.active {
  color: #fff;
  text-shadow:
    -2px -2px 0 #6978ff,
    2px -2px 0 #6978ff,
    -2px 2px 0 #6978ff,
    2px 2px 0 #6978ff,
    0px -2px 0 #6978ff,
    0px 2px 0 #6978ff,
    -2px 0px 0 #6978ff,
    2px 0px 0 #6978ff,
    0px 3px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
}
.rerefit_wrap .section8 .purple_txt.active {
  color: #fff;
  text-shadow:
    -2px -2px 0 #bf6fef,
    2px -2px 0 #bf6fef,
    -2px 2px 0 #bf6fef,
    2px 2px 0 #bf6fef,
    0px -2px 0 #bf6fef,
    0px 2px 0 #bf6fef,
    -2px 0px 0 #bf6fef,
    2px 0px 0 #bf6fef,
    0px 3px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
}
.rerefit_wrap .section8 .red_txt.active {
  color: #fff;
  text-shadow:
    -2px -2px 0 #ee5bb1,
    2px -2px 0 #ee5bb1,
    -2px 2px 0 #ee5bb1,
    2px 2px 0 #ee5bb1,
    0px -2px 0 #ee5bb1,
    0px 2px 0 #ee5bb1,
    -2px 0px 0 #ee5bb1,
    2px 0px 0 #ee5bb1,
    0px 3px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
}
.rerefit_treatment {
  cursor: pointer;
}
.rerefit_wrap .section8 .img_center {
  flex: 0 0 50%;
  width: 50%;
  height: auto;
  flex-shrink: 0;
}
.rerefit_wrap .section8 .img_center img {
  width: 100%;
  display: block;
}
.rerefit_wrap .section8 .bottom_txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.rerefit_wrap .section8 .bottom_txt p {
  margin: 0;
}
.rerefit_wrap .section8 .bottom_txt strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section8 .content_area {
    flex-direction: column;
    gap: 30px;
  }
  .rerefit_wrap .section8 .img_center {
    width: 90%;
  }
}

/*---------------------------- section09 ----------------------------*/
.rerefit_wrap .section9 {
  padding-bottom: 100px;
}
.rerefit_wrap .section9 .top_imgs {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.rerefit_wrap .section9 .top_imgs img {
  width: 50%;
  height: auto;
  display: block;
  object-fit: cover;
}
.rerefit_wrap .section9 .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.rerefit_wrap .section9 .detail_table {
  display: flex;
  width: 100%;
  background-color: #fff;
}
.rerefit_wrap .section9 .col {
  display: flex;
  flex-direction: column;
}
.rerefit_wrap .section9 .left_col {
  flex: 1;
}
.rerefit_wrap .section9 .center_col {
  width: 100px;
  background-color: #f6f5f3;
}
.rerefit_wrap .section9 .right_col {
  flex: 1;
}
.rerefit_wrap .section9 .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  border-bottom: 1px solid #e8e8e8;
  word-break: keep-all;
  box-sizing: border-box;
}
.rerefit_wrap .section9 .center_col .td.label {
  color: #948e83;
  font-weight: 500;
  font-size: 20px;
}
.rerefit_wrap .section9 .td.border_none {
  border-bottom: none;
}
.rerefit_wrap .section9 .right_col.highlight {
  position: relative;
  outline: 4px solid #f37321;
  outline-offset: -2px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section9 .top_imgs {
    flex-direction: column;
  }
  .rerefit_wrap .section9 .top_imgs img {
    width: 100%;
  }
  .rerefit_wrap .section9 .td {
    font-size: 13px;
    height: 85px;
    padding: 5px 10px;
  }
  .rerefit_wrap .section9 .center_col {
    width: 70px;
  }
}

/*---------------------------- section10 ----------------------------*/
.rerefit_wrap .section10 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.rerefit_wrap .section10 .title_area {
  text-align: center;
  margin-bottom: 50px;
}
.rerefit_wrap .section10 .title_area h2 {
  font-size: 42px;
  font-weight: 400;
  color: #222;
  font-family: 'Pretendard', sans-serif;
}
.rerefit_wrap .section10 .ba_container {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 60px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.rerefit_wrap .section10 .ba_row {
  margin-bottom: 60px;
}
.rerefit_wrap .section10 .ba_row:last-child {
  margin-bottom: 0;
}
.rerefit_wrap .section10 .ba_row h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}
.rerefit_wrap .section10 .img_flex {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.rerefit_wrap .section10 .img_item {
  flex: 1;
}
.rerefit_wrap .section10 .img_item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section10 .title_area h2 {
    font-size: 32px;
  }
  .rerefit_wrap .section10 .ba_container {
    padding: 30px 20px;
  }
  .rerefit_wrap .section10 .img_flex {
    gap: 8px;
  }
}
/*---------------------------- section11 ----------------------------*/
.rerefit_wrap .section11 {
  padding: 100px 0;
  background-color: #fff;
}
.rerefit_wrap .section11 .title_area {
  text-align: center;
  margin-bottom: 60px;
}
.rerefit_wrap .section11 .title_area h2 {
  font-size: 44px;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.05em;
  text-align: center;
}
.rerefit_wrap .section11 .benefit_box {
  display: flex;
  width: 100%;
  max-width: 950px;
  background-color: #f2f2f2;
  align-items: stretch;
  margin: 50px auto;
}
.rerefit_wrap .section11 .img_area {
  flex: 1.5;
  overflow: hidden;
}
.rerefit_wrap .section11 .img_area img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rerefit_wrap .section11 .txt_area {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rerefit_wrap .section11 .txt_area .summary {
  font-size: 20px;
  font-weight: 900;
  color: #969286;
  line-height: 1.4;
  margin-bottom: 35px;
  word-break: keep-all;
}
.rerefit_wrap .section11 .check_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rerefit_wrap .section11 .check_list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.rerefit_wrap .section11 .check_list li:last-child {
  margin-bottom: 0;
}
.rerefit_wrap .section11 .check_list i {
  color: #f37321;
  font-size: 22px;
}
.rerefit_wrap .v-icon {
  width: 25px;
  height: 25px;
  background: #ea7600;
  color: #fff;
  border-radius: 50%;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section11 {
    padding: 50px 0;
  }
  .rerefit_wrap .section11 .benefit_box {
    flex-direction: column;
  }
  .rerefit_wrap .section11 .txt_area {
    padding: 40px 25px;
  }
}

/*---------------------------- section12 ----------------------------*/
.rerefit_wrap .section12 {
  padding: 100px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.rerefit_wrap .section12 .title_area {
  text-align: center;
  margin-bottom: 60px;
}
.rerefit_wrap .section12 .title_area h2 {
  font-size: 44px;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.05em;
  text-align: center;
}
.rerefit_wrap .section12 .program_box {
  width: 100%;
  max-width: 950px;
  border-radius: 0;
  overflow: hidden;
  margin: 50px auto;
}
.rerefit_wrap .section12 .box_header {
  padding: 10px 0;
  text-align: center;
}
.rerefit_wrap .section12 .box_header h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.rerefit_wrap .section12 .box_body {
  padding: 60px 0 80px;
  text-align: center;
}
.rerefit_wrap .section12 .program_title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
}
.rerefit_wrap .section12 .pill_container {
  display: inline-flex;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 15px;
  gap: -15px;
  position: relative;
}
.rerefit_wrap .section12 .circle_item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: -30px;
  mix-blend-mode: multiply;
}
.rerefit_wrap .section12 .circle_item:first-child {
  margin-left: 0;
}
.rerefit_wrap .section12 .circle_item:nth-child(1) {
  z-index: 1;
}
.rerefit_wrap .section12 .circle_item:nth-child(2) {
  z-index: 2;
}
.rerefit_wrap .section12 .circle_item:nth-child(3) {
  z-index: 3;
}
.rerefit_wrap .section12 .circle_item:nth-child(4) {
  z-index: 4;
}
.rerefit_wrap .section12 .circle_item:nth-child(5) {
  z-index: 5;
}
.rerefit_wrap .section12 .circle_item p {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  margin: 0;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section12 {
    padding: 0;
  }
  .rerefit_wrap .section12 .title_area h2 {
    font-size: 32px;
  }
  .rerefit_wrap .section12 .program_title {
    font-size: 24px;
  }
  .rerefit_wrap .section12 .pill_container {
    padding: 10px 15px;
    transform: scale(0.9);
  }
  .rerefit_wrap .section12 .circle_item {
    width: 100px;
    height: 100px;
  }
  .rerefit_wrap .section12 .circle_item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rerefit_wrap .section12 .pill_container {
    flex-wrap: wrap;
    border-radius: 20px;
    justify-content: center;
    transform: none;
  }
}

/*---------------------------- section13 ----------------------------*/
.rerefit_wrap .section13 {
  padding: 100px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.rerefit_wrap .section13 .inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.rerefit_wrap .section13 .title_area {
  text-align: center;
  margin-bottom: 60px;
}
.rerefit_wrap .section13 .title_area h2 {
  font-size: 44px;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.05em;
}
.rerefit_wrap .section13 .content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.rerefit_wrap .section13 .img_wrap {
  flex: 1;
  max-width: 480px;
}
.rerefit_wrap .section13 .img_wrap img {
  width: 100%;
  display: block;
}
.rerefit_wrap .section13 .txt_wrap {
  flex: 1;
}
.rerefit_wrap .section13 .txt_wrap h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.rerefit_wrap .section13 .txt_wrap p {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.rerefit_wrap .section13 .doctor_name {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section13 .title_area h2 {
    font-size: 32px;
  }
  .rerefit_wrap .section13 .content_box {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .rerefit_wrap .section13 .txt_wrap h3 {
    font-size: 18px;
  }
  .rerefit_wrap .section13 .txt_wrap p {
    font-size: 14px;
  }
}

/*---------------------------- section14 ----------------------------*/
.rerefit_wrap .section14 {
  padding: 120px 0;
  background-color: #4a4a4a;
  box-sizing: border-box;
}
.rerefit_wrap .section14 .inner {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.rerefit_wrap .section14 .title_area h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05em;
  margin: 0;
}
.rerefit_wrap .section14 .separator {
  width: 100%;
  border: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 30px auto;
}
.rerefit_wrap .section14 .subtitle_area p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 100px;
  letter-spacing: -0.03em;
}
.rerefit_wrap .section14 .btn_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.rerefit_wrap .section14 .btn_white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 65px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.05em;
  transition: background-color 0.3s ease;
}
.rerefit_wrap .section14 .btn_white:hover {
  background-color: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .rerefit_wrap .section14 {
    padding: 80px 20px;
  }
  .rerefit_wrap .section14 .title_area h2 {
    font-size: 32px;
  }
  .rerefit_wrap .section14 .subtitle_area p {
    font-size: 16px;
  }
  .rerefit_wrap .section14 .btn_white {
    font-size: 17px;
    height: 55px;
  }
}

/*---------------------------- section15 ----------------------------*/
.rerefit_wrap .section15 {
  display: flex;
  width: 100%;
  height: 600px;
}
.rerefit_wrap .section15 .map_area {
  flex: 1.7;
  height: 100%;
  background-color: #eee;
}
.rerefit_wrap .section15 .info_area {
  flex: 1;
  background-color: #4a4a4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}
.rerefit_wrap .section15 .info_inner {
  width: 100%;
  max-width: 500px;
}
.rerefit_wrap .section15 .title {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -0.05em;
}
.rerefit_wrap .section15 .title::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #d19a5a;
  transform: rotate(20deg);
}
.rerefit_wrap .section15 .info_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.rerefit_wrap .section15 .info_list li {
  display: flex;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}
.rerefit_wrap .section15 .info_list li:last-child {
  margin-bottom: 0;
}
.rerefit_wrap .section15 .label {
  width: 120px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.rerefit_wrap .section15 .desc {
  color: #aaa;
}
.rerefit_wrap .section15 .desc .tel {
  display: block;
  font-size: 20px;
  color: #d19a5a;
  margin-bottom: 10px;
  font-family: Tahoma, sans-serif;
}
.rerefit_wrap .section15 .btn_online {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #7c6d54;
  color: #b0a082;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.rerefit_wrap .section15 .btn_online:hover {
  background-color: #7c6d54;
  color: #fff;
}

/*---------------------------- footer ----------------------------*/
.site_footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 50px 0;
  box-sizing: border-box;
}
.site_footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_footer .f_logo {
  flex-shrink: 0;
  margin-right: 60px;
}
.site_footer .f_logo img {
  height: 50px;
  width: auto;
  display: block;
}
.site_footer .f_right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.site_footer .f_top_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.site_footer .f_links a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.site_footer .f_links a:hover {
  text-decoration: underline;
}
.site_footer .bar {
  margin: 0 12px;
  color: #ddd;
  font-size: 12px;
}
.site_footer .f_sns {
  display: flex;
  gap: 12px;
}
.site_footer .f_sns img {
  width: 32px;
  height: 32px;
  display: block;
}
.site_footer .f_info {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.site_footer .f_info p {
  margin: 0 0 5px 0;
  word-break: keep-all;
}
.site_footer .f_info p.copyright {
  margin: 0;
  color: #a0a0a0;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .site_footer .footer_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .site_footer .f_logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .site_footer .f_right {
    width: 100%;
  }
  .site_footer .f_top_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .site_footer .f_info .bar {
    display: none;
  }
  .site_footer .f_info p {
    margin-bottom: 10px;
  }
}

/*---------------------------- section16 ----------------------------*/
.rerefit_wrap .section16 {
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.rerefit_wrap .section16 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.rerefit_wrap .section16 .recommend_box {
  background-color: #f1f1f1;
  margin: 80px 50px 100px;
  text-align: center;
}
.rerefit_wrap .section16 .recommend_box h2 {
  font-size: 44px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
.rerefit_wrap .section16 .recommend_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.rerefit_wrap .section16 .recommend_list li {
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .rerefit_wrap .section16 .recommend_box {
    margin: 50px 15px;
  }
  .rerefit_wrap .section16 .recommend_box h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .rerefit_wrap .section16 .recommend_list {
    gap: 10px;
  }
  .rerefit_wrap .section16 .recommend_list li {
    font-size: 15px;
    padding: 16px;
  }
}
