@media (max-width: 1200px) {

  /*https://uniess.atlassian.net/browse/VK2025-224 : 앱퍼블리싱 수정*/

  /*2025/04/18-앱퍼블리싱수정 3p 일어*/
  .header__hamburger__bottom__btns {justify-content: center;}
  .header__hamburger__bottom__btns .header__hamburger__bottom__link > span.txt { font-size: 14px; }
  .header__hamburger__bottom__btns { padding: 0 10px; }

  /*2025/04/18-앱퍼블리싱수정 6p AB 일어*/
  .search__result__section .search__result__form__keywords .swiper-button-next, .search__result__form__keywords .swiper-button-prev { display: none;}
  .search__result__section .keywordsBox2 .search__result__form__keywords{   max-width: inherit;  width: 95%; }
  .search__result__section .search__result__form__keywords .swiper.searches { width: 100%; }
  .search__result__section .closes { position: static; margin-bottom: 2.5px; }
  .search__result__section .search__result__form__keywords .swiper.searches { width: calc(100% - 20px); }
  .search__result__section .search__result__form__keywords .swiper-slide{ display: flex; align-items: center; }
  .search__result__section .search__result__form__keywords .swiper-slide a { line-height: inherit;}
  .search__result__section .search__result__form__keywords .swiper-slide .delete { top: 10px;}

  /*2025/04/18-앱퍼블리싱수정 6p CD 일어*/
  .header__search__section .keywordsBox {  flex-direction: column-reverse; padding-top: 0; }
  .header__search__section .recent_search { margin-top: 20px;}
  .header__search__section .mark { padding: 7px 20px 7px 20px; display:  flex;  justify-content: space-between; align-items: center;}
  .header__search__section .markBox .mark::after { position: static; margin-left: 10px; }
  .header__search__section .recent_search ul li a { margin-bottom: 0px;}
  .header__search__section .rankingBox { width: 100%; }
  .header__search__section .recent_search ul li{ margin-right: 10px; }

  /*2025/07/09-앱퍼블리싱수정 3p 일어*/
  .subMain__travelBasics__info__group .position .desc { text-align: left; font-size: 3.20vw; }
  .subMain__travelBasics__info__group .position .desc::after { flex-shrink: 0; }

}