@media (max-width: 768px){
  *{box-sizing: border-box;}
  header .info{display: none;}
  header  .header_wrap{top: 0; border: none;background-color: white;}
  .logo a:nth-child(1) img{display: none;}
  .logo a:nth-child(2) img{display: block; width: 70%; object-fit: contain;}
  .main_menu{display: none;}
  .search{display: none;}
  .toggle{display: block;color: #111; font-size: 35px;}
  .accordion_content{display: none;}
  .accordion_content.active{display: block;}
  .accordion_title{
  background-color: white;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 1.5rem;
  line-height: 80px;
  cursor: pointer;
  height: 80px;
  }
  .accordion_title.active{
    color: #0b488d;
    font-weight: bold;
  }
  .accordion_content{display: none; border-bottom: 1px solid #d2d2d2;}
  .accordion_content h3{padding: 1.5rem;cursor: pointer;}
  .accordion_content ul.ac_subcontent{display: none;}
  .accordion_content ul.active{display: block;}
  .accordion_content ul li a{display: block;padding: 1.5rem;}
  .accordion_content ul li{background-color: white; position: relative; z-index: 1;}
  .accordion_search{
  position: absolute;
  font-size: 25px;
  top: 23px; right: 80px;
  cursor: pointer;
  display: block;
  }
  .accordion_search_input{
  width: 50%;
  position: absolute;
  height: 150px;width: 100%;
  top: 100%; background-color: white; display: none;
  }
  .accordion_search_input::after{
  content: ''; 
  width: 50%; height: 3px; border-bottom: 3px solid black;
  position: absolute; top: 80px; left: 120px;
  }
  .accordion_search_input input{
  width: 50%; height: 40px; position: relative;
  top: 40px; left: 130px; font-size: 20px; border: none;
  }
  .accordion_search_input input:focus{
  outline: none;
  }
  .accordion_search_input.active{
  display: block;
  }
  .search_toggle{
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #d2d2d2;
  }
  .accordion_info a{position: relative;margin-right: 10px; line-height: 80px;}
  .accordion_info a:nth-child(1):after, 
  .accordion_info a:nth-child(2):after{
  content: '|';
  position: absolute;
  height: 100%;
  margin: 0 5px;
  }
  .ac_subtitle{position: relative;width: 300px;}
  .ac_subtitle::after{
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0; transition: .3s;
  }
  .ft_icon.rotated::after {
  transform: rotate(180deg);
  }
  .main_text{top: 50%; left: 50px; right: 50px;text-align: center;}
  .main_text .title{font-size: 30px;}
  .main_text .disc{font-size: 20px;}
  /* section01 */
  .news_inner{ width: 100%; margin: auto;}
  .news_inner::before{display: none;}
  .news_info .title{text-align: center; width: 300px; margin: 50px auto 80px auto;}
  .news_info .title::after{display: none;}
  .swiper-pagination{display: none;}
  .news_wrapper{padding: 0; height: 100%; width: 80%; margin: 0 auto;}
  .news_swiper .swiper{height: 100vh; padding: 0 65px;}
  .news_swiper{padding: 20px;}
  .news_swiper .swiper-slide.highlight img{object-fit: cover; border-radius: 0;}
  .news_swiper .swiper-slide.highlight .slide_title{width: 80%;}
  .news_swiper .swiper-slide.highlight .slide_text{width: 80%; margin-top: 30px;}
  .news_swiper .swiper-slide.highlight .slide_date{width: 80%; position: absolute; bottom: 30px;}
  .custom_navigation{display: none;}
  .news_swiper .swiper-wrapper .swiper-slide.highlight{width: 100%; height: 500px; margin: 0 auto; border: 1px solid var(--border-color); transform: scale(1.0);}
  .news_swiper .swiper-wrapper .swiper-slide.highlight img{object-fit: cover; width: 100%; height: 50%;}
  /* section02 */
  .notic_inner{width: 90%; margin: 10px auto; height: 100%;}
  .notic_inner .title{text-align: center; width: 200px; margin: 0 auto; margin-top: 100px; margin-bottom: 50px; font-size: 40px;}
  .notic_card{flex-direction: column;}
  .notic_card li{height: 120px; margin-bottom: 20px; margin-right: 10px;}
  .notic_card li .li_title{writing-mode: horizontal-tb; line-height: 25px;}
  .notic_card li .btn_more{transform: translateX(400%);}
  .notic_card li .li_card {height: 0; transition: height 0.5s ease, opacity 0.5s ease; 
    z-index: 2;
  }
  .card_title .content_title{height: 60px; width: 120px; line-height: 40px;}
  .notic_card li.active .li_card {height: 700px; opacity: 1; width: 400px;}
  .inner_card .card p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  /* active */
  .notic_card li.active{width: 94%; height: 100%;}
  .notic_card li.active .li_card{width: 100%; height: 100%;}
  .notic_card li:nth-child(1).active{width: 94%; height: 100%;}
  .notic_card li:nth-child(1).active .li_card {width: 100%;}
  /* section03 */
  .archieve_info {width: 100%;}
  .archieve_inner{width:100%; height: 100%;}
  .archieve_inner .swiper{width: 90%;}
  .archieve_info .title{font-size: 40px; text-align: center; width: 300px; margin: 50px auto;}
  .archieve_info .title::after{display: none;}
  .swiper-pagination{display: none;}
  .swiper-wrapper{}
  .archieve_inner .swiper-slide{flex-direction: column; margin: 0; margin-bottom: 50px;}
  .archieve_inner .swiper-slide img{
    width: 500px; height: 250px; object-fit: contain; margin-top: 100px;
  }
  .text_area h2{}
  .text_area .more{height: 50px; width: 210px;}
  .custom_navigation03{display: none;}
  .archieve_inner .swiper-slide img{margin: auto; object-fit: cover;}
  .archieve_inner .text_area{width: 80%; height: 400px; margin: auto; position: relative;}
  .archieve_inner .text_area h2{margin-top: 30px; font-size: 30px;}
  .archieve_inner .text_area p{font-size: 16px; -webkit-line-clamp: 4;}
  .text_area .more{position: absolute; bottom: 30px;}
  /* section04 */
  .coverage_inner{width: 90%; height: 100%;}
  .coverage_inner .title{font-size: 40px; text-align: center; width: 300px; margin: 50px auto 80px auto;}
  .title::after{display: none;}
  .coverage_card{flex-direction: column;
    width: 100%;}
  .coverage_img{height: 380px;}
  .coverage_img img{width: 100%; height: 100%;}
  .coverage_text{width: 100%;}
  .text_wrap{margin-right: 40px;}
  .text_wrap h3{font-size: 20px !important;}
  .coverage_btn{display: none;}
  /* section05 */
  .service_inner{width: 90%; height: 100%;}
  .service_inner .title{text-align: center; width: 300px; margin: 0 auto; margin-top: 100px;}
  .service_inner .title::after{display: none;}
  .quick_menu h3{text-align: center; margin: 100px 0 10px 0;}
  .quick_inner{flex-direction: column; height: 500px;}
  .quick_box{flex-direction: column; width: 90%;}
  .quick_circle{border: none; width: 100%; height: 100px;border-radius: 0;
  text-align: left;}
  .quick_circle img{width: 35px; height: 35px; left: 40px; top: 50%; transform: translateY(-50%);}
  .quick_circle p{left: 100px; top: 50%; transform: translateY(-50%); text-align: left; width: 200px; height: 30px; font-size: 20px;}
  .quick_circle:hover{background-color: inherit;
    color: inherit;box-shadow: none;}
  .quick_circle:hover img{object-position: 0;}
  .tab{flex-direction: row; justify-content: space-around;}
  .tab a{font-size: 20px; text-align: center; margin: 0;}
  .service_under{flex-direction: column;}
  .sns{width: 90%; margin: auto;}
  .sns h3{text-align: center; margin-top: 100px; margin-bottom: 0px;}
  .sns_swiper .swiper-wrapper .swiper-slide{
    width: 100%; margin: 0 auto; margin-bottom: 20px;}
  .sns_swiper .swiper-wrapper .swiper-slide img{object-fit: contain; width: 100%;}
  .custom_navigation05, .custom_navigation04{display: none;}
  .sns_box_wrap{width: 100%; height: 350px; margin: 0 auto; overflow: hidden; transform: inherit; margin-top: -80px;}
  .sns_box{width: 90%; margin: 0 auto; margin-bottom: 10px; height: 55px;}
  .sns_box:hover i.fa-solid{display: none;}
  .pop{width: 90%; margin: auto;}
  .pop h3{margin-top: 100px; text-align: center; margin-bottom: 30px;}
  .pop_swiper .swiper-wrapper .swiper-slide{margin: 0 auto; width: 100%;}
  .pop_swiper .swiper-wrapper .swiper-slide img{
    object-fit: contain; width: 100%;
  }
  /* footer */
  footer{width: 100%; height: 100% !important; margin-top: 100px;}
  .footermenu_wrap{}
  .footermenu_wrap .footer_menu{padding: 0px; margin-bottom: 10px; font-size: 14px;}
  .footermenu_wrap .footer_menu::after{}
  .company_wrap{padding-bottom: 80px;}
  .company_wrap a{font-size: 14px;}
  .com_content{display: flex;}
  .com_content .com{width: 100px;}
  .com_content a{width: 520px; font-size: 11px; margin-bottom: 10px;}
  .symbol{justify-content: space-between; width: 90%; margin: 0 auto;}
  .symbol .logo img{width: 200px; height: 20px; object-fit: contain; margin-bottom: 10px;}
  .symbol .wa img{display: none;}
}