@media screen and (max-width: 850px) {
  html {
    font-size: 3.6111vw;
  }
  .board_sec .inquiry_board {
    width: 100%;
    padding: 0 6px 30px;
  }
  .board_sec .inquiry_board .title {
    font-size: 20px;
    font-weight: 400;
    color: #252525;
  }
  .board_sec .inquiry_board .board_list li .date {
    font-size: 1rem;
    color: #757575;
    white-space: nowrap;
    margin-left: 0rem;
  }
  .board_sec .inquiry_board .board_list li .subject span {
    display: inline-block;
    max-width: calc(100% - 0.9231rem);
    font-size: 1.0769rem;
    font-weight: 400;
    color: #454545;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .board_sec .inquiry_board .board_list li .subject .new_ico {
    width: 1rem;
    height: 1rem;
    font-size: 0.7692rem;
  }
  .benefit_sec .benefit_list {
    padding: unset;
  }
  .main_slider .slider_nav_wrap {
    bottom: -7.889%;
    left: 9.6154rem;
    transform: none;
    width: auto;
    height: auto;
    border: none;
    background: none;
  }
  .category_sec .category_list {
    margin-top: 2rem;
  }
  #header .header_menu_mo li {
    display: inline-block;
    width: 32%;
  }
  .main_banner01 .slider_box {
    margin: unset;
  }
  .main_banner01 .title {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    margin-bottom: 2.3077rem;
  }
  .main_banner01 .slider_item .banner_txt {
    margin-top: 0.7692rem;
    font-weight: 700;
    color: #000;
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
  }
  .main_banner01 .slider_item img {
    display: block;
    width: 100%;
    height: 17rem;
    object-fit: cover;
  }
  .main_slider .slider_box .slick-dots {
    display: flex;
    position: absolute;
    /* left: 94%; */
    bottom: 1.5385rem;
    transform: translateX(-50%);
    gap: 0.3846rem;
  }
}
@media screen and (max-width: 400px) {
  .review_sec .review_sec_list li {
    width: 100%;
    margin-top: 0.3846rem;
    margin-right: 0rem;
  }
}
