@media screen and (max-width: 991px){
	.empty_space{height: 70px;}
  .empty_space_2{height: 50px;}
  .content_space{height: 50px;}
  .content_space.h_30{height: 30px;}
  
  #hd_wrapper_inner{padding: 0 10px;height: 48px;}
  .mo_menu_btn{display: flex;}
  #logo a{font-size: 18px;}
  .pc_gnb{display: none;}
  .header_link{
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #aca092;
    background: #fff;
  }
  .header_link:hover{
    color: #fff;
    background: #aca092;
  }

  #ft {padding: 30px 15px;}
  #ft_wr {
    max-width:1250px;
    margin:0 auto;
    display: block;
    font-size: 14px;
  }
  #ft_wr > div:nth-of-type(1){
    line-height: 22px;
    margin-bottom: 20px;
  }
  #ft_wr > div:nth-of-type(2){
    margin-bottom: 20px;
  }
  #ft_wr > div:nth-of-type(3){
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  #ft_wr > div:nth-of-type(3) div{width: 100%;}
  .ft_num_2{
    font-size: 20px;
    margin: 10px 0;
  }
  #top_btn{display: none;}

  .visual_box{
    height: 498px;
    padding-top: 48px;
  }
  .visual_title{font-size: 36px;}
  .visual_sub{font-size: 16px;}
  .mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 20px;
  }
  .mySwiper .swiper-pagination {
    text-align: center;
  }
  
  .main_sec_1_title{
    font-size: 36px;
    margin-bottom: 10px;
  }
  .main_sec_1_sub{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main_sec_1_sub span{
    display: block;
  }
  .main_sec_1_content{
    flex-direction: column;
  }
  .main_sec_1_content_col{
    width: 100%;
    padding: 10px 0 20px;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .main_sec_1_content_img_wrap{
    gap: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .main_sec_1_content_col img{width: 54px;}
  .main_sec_1_content_txt{font-size: 14px;}

  .main_section_2_row{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main_section_2_row.reverse{
    flex-direction: column;
    overflow: hidden;
  }
  .main_section_2_img{
    width: 100%
  }
  .main_section_2_txt_box{
    padding: 0 40px;
    width: 100%;
  }
  .main_section_2_num{
    width: 50px;
    height: 50px;
    margin-left: -26px;
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .main_section_2_num span{
    font-size: 26px;
    bottom: 14px;
    left: -10px;
  }

  .main_section_2_txt_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main_section_2_txt{
    font-size: 15px;
    word-break: break-all;
  }


  .main_section_3_title{
    margin-bottom: 30px;
    text-align: center;
  }
  .main_section_3_title > div:first-of-type{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_section_3_title > div:last-of-type{
    font-size: 30px;
  }
  .main_section_3_content{
    flex-direction: column;
    margin-top: 10px;
    gap: 40px;
  }
  .main_section_3_content > div{
    width: 100%;
  }
  .main_section_3_content > div:last-of-type{
    padding-left: 0;
  }
  .main_section_3_content_title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main_section_3_content_txt_wrap{margin-bottom: 20px;}
  .main_section_3_content_txt{
    font-size: 15px;
    padding-left: 16px;
  }
  .main_section_3_content_txt::before{
    top:6px;
  }

  #map{height: 280px;}

  .content_inner {
    padding-top: 48px;
  }
  .content_visual{
    height: 192px;
    gap: 10px;
  }
  .content_visual_sub{
    font-size: 16px;
  }
  .content_visual_title{
    font-size: 30px;
  }

  .content_menu_inner{
    gap: 15px;
  }
  .content_menu_inner a{
    width: auto;
    font-size: 14px;
    padding: 13px 0;
  }
  .content_menu_inner.content_menu_2 a{
    width: auto;
  }

  .about_section{flex-wrap: wrap; gap: 25px;}
  .about_txt{
    width: 100%;
    line-height: 1.5;
    font-size: 15px;
  }
  .about_txt_row span{
    display: inline;
  }
  .about_img{width: 100%;}

  .price_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .price_title:before {
    width: 60px;
    height: 60px;
    bottom: 0;
    left: -10px;
  }
  .price_info {
    margin-bottom: 20px;
  }
  .price_info_row {
    font-size: 15px;
    padding-left: 15px;
    line-height: 30px;
  }
  .price_pop_table_wrap{
    max-height: calc(100dvh - 220px);
  }
  .price_table{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .price_pop {
    padding: 25px 15px;
  }
  .price_pop_title{font-size: 16px; margin-bottom: 19px;}
  .price_pop_table{font-size: 14px; text-align: left; line-height: 24px;}
  .price_pop_table thead{display: none;}
  .price_pop_table tbody tr{
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .price_pop_table tbody tr th, .price_pop_table tbody tr td{
    display: block;
  }
  .price_pop_table_info{font-size: 13px;}

  .gallery_title_wrap{margin-bottom: 15px;}
  .gallery_title{
    width: 80px;
    font-size: 16px;
    line-height: 40px;
  }
  .gallery_title_line{
    width: calc(50% - 40px);
    height: 1px;
    background: #f2f2f2;
  }
  .gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gallery a{width: calc(50% - 5px);}
  .gallery a img{width: 100%; aspect-ratio: 4/3; object-fit: cover;}
  .gallery_alt{padding: 10px 0; text-align: center; color: #212121; line-height: 1.5; font-weight: 300;}

  .program_info{
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    color: #aca092;
    line-height: 48px;
  }
}