  .m-navi-container {
    display: none;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 90;
    overflow-y: scroll;
    transition: transform 0.1s ease-out;
    transform: translateY(-100%);
  }


@media (min-width: 1580px) {
  .itineraryMap { position:absolute !important; }
}

@media (max-width: 1580px) {
.itineraryMap { position:absolute !important; }
  .ai-contDetail {
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: 7rem;
  }

  .ai-contDetail .right-cont {
    width: 100%;
  }


}

@media (max-width: 1500px) {

  .innerWrap {
    width: 100%;
    padding: 0 20px;
  }




  .subMain {
    width: 100%;
    padding: 0;
  }

  .header-innerWrap {
    width: 100%;
    padding: 0 20px;
  }

  .featuredTours-section {
    padding-top: 40px;
  }

  .region-section,
  .artfairs-section,
  .event-section {
    width: 100%;
    padding: 0 20px;
  }

  .detail-section {
    padding: 0 20px;
  }

  .detail-contBox .right-cont {
    padding: 0 0 0 15px;
  }

  .mission-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mission-list > li {
    width: 280px;
  }

  .sub-text-wrap {
    padding-top: 40px;
  }

  .sub-text-wrap > div .big-tit {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {

  .detail-contBox {
    padding: 0;
  }

  .cont-info .left-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .cont-info .right-box {
    width: 100%;
  }

  .bottom-contBox {
    margin-top: 1rem;
  }

  .schedule-text-wrap {
    padding-top: 20px;
  }

  .ai-contBox {
    margin-top: 2rem;
  }

  .airplaneAnimation {
    width: 200px;
    height: 200px;
  }

  .plane {
    left: -73px;
    top: -13px;
  }

  .cloudThree {
    top: 122px;
  }

  .cont-info {
    margin-bottom: 60px;
  }
}

@media (max-width: 1250px) {

  .promotion-section {
    height: 265px;
    margin-top: 50px;
  }

  .promotion-section .txt-wrap {
    width: 100%;
  }

  .promotion-section .txt-wrap h2 {
    font-size: 35px;
  }

  .ai-title {
    padding-top: 4rem;
  }

  .ai-section {
    width: 100%;
  }

  .aicounty-section {
    margin-top: 4rem !important;
    padding: 20px;
  }

  .ai-contBox .right-cont .img-thumb img {
    height: 100%;
  }

  .ai-schedule_detail .detail_wrap .detail_area {
    padding-left: 39px;
  }

  .ai-schedule_detail .detail_wrap:before {
    left: 4px;
  }

  .stepbox > li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }

  .stepbox:before {
    display: none;
  }

  .nation-list {
    height: 100%;
  }

  .nation-list > li {
    width: calc(50% - 13px);
  }

  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next
  {
      width: 30px;
      height: 30px;
      top: 40%;
      /* right: -18px; */
       line-height:30px;

  }

  .no-data .swiper-button-prev,
  .no-data .swiper-button-next {
    display: none !important;
  }

  #footer .copy-box .copy-rightBox {
    margin-bottom: 30px;
    float: none;
  }

  #footer .copy-box .copy-leftBox {
    float: none;
  }

  #footer .copy-box {
    padding: 30px 20px;
  }
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  margin: 20px auto 0;
  justify-content: start; /* 왼쪽 정렬 */
}

.image-item {
  text-align: center;
  max-height: 300px; /* 높이 제한 */
  overflow: hidden;
}

.image-item img {
  width: 100%;
  height: 200px; /* 고정 높이 */
  object-fit: cover;
  border-radius: 8px;
}

.image-item p {
  margin-top: 8px;
  font-size: 14px;
  color: #444;
}

/* PC: 1024px 이상일 때 6개까지 한 줄 */
@media (min-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(6, 1fr); /* 6칸 고정 */
  }
}

/* 모바일: 3개씩 */
@media (max-width: 1023px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }


  #itineraryMapLayer.map-fixed {
      width:100%;
      top:0;
      position: relative;
  }

}





@media (max-width: 1024px) {

.itineraryMap { position:relative !important; }
.mv-slide {
    height: 370px;
    overflow: hidden;
}

.mv-slide li .mv-img {
    width: 100%;
    height: 370px;
    background: #666;
    background-size: cover!important
}

.ai-contDetail .right-cont ul {
  display:block;
  gap:10px;
}

.ai-contDetail .right-cont ul li {
  width:100%;
}


.mv-slide-box .txt-wrap h2 {
    font-size: 28px
}

.main-banner .txt-wrap p {
    font-size: 13px
}

.mv-slide li .mv-img.vis02 {

    background: url(/imgs/main/mainSlide_01_small.jpg)no-repeat center
}

.mv-slide li .mv-img.vis01 {
    background: url(/imgs/main/mainSlide_02_small.jpg)no-repeat center
}



  .globalWr {
    display: none;
  }
  .globalWr.show {
    display: block; /* show 클래스가 있을 때만 보여줌 */
  }


  .m-naviBtn-Box {
    display: block;
  }

  .m-lang {
    display: block;
    position: absolute;
    right: 60px;
    top: 32px;
  }

  .m-lang > ul {
    display: flex;
    align-items: center;
  }

  .m-lang > ul li {
    position: relative;
    width: 55px;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
  }

  .m-lang > ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
  }

  .m-lang > ul li:first-child:before {
    display: none;
  }

  .m-lang > ul li:first-child {
    margin-left: 0;
  }

  header .m-naviBtn-Box .m-naviBtn,
  header .m-naviBtn-Box .m-naviBtn > span {
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
  }

  header .m-naviBtn-Box .m-naviBtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 20;
  }

  header .m-naviBtn-Box .m-naviBtn > span {
    width: 20px;
    height: 2px;
    background: var(--gray03);
    text-indent: -99999px;
    margin-left: auto;
    position: relative;
    font-size: 0;
  }

  header .m-naviBtn-Box .m-naviBtn > span:after,
  header .m-naviBtn-Box .m-naviBtn > span:before {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--gray03);
    position: absolute;
    top: 10px;
    right: 0;
  }

  header .m-naviBtn-Box .m-naviBtn > span:after {
    width: 14px;
    top: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
  }

  header .m-naviBtn-Box .m-naviBtn.active {
    width: 25px;
    height: 25px;
    transform: translateY(-75%);
  }

  header .m-naviBtn-Box .m-naviBtn.active span {
    width: 100%;
    -webkit-transform: translateY(19px) rotate(45deg);
    -ms-transform: translateY(19px) rotate(45deg);
    -o-transform: translateY(19px) rotate(45deg);
    transform: translateY(19px) rotate(45deg);
  }

  header .m-naviBtn-Box .m-naviBtn.active span:before {
    opacity: 0;
  }

  header .m-naviBtn-Box .m-naviBtn.active span:after {
    width: 100%;
    -webkit-transform: translateY(-20px) rotate(-90deg);
    -ms-transform: translateY(-20px) rotate(-90deg);
    -o-transform: translateY(-20px) rotate(-90deg);
    transform: translateY(-20px) rotate(-90deg);
  }

  header.active .m-naviBtn-Box .m-naviBtn > span,
  header.active .m-naviBtn-Box .m-naviBtn > span:after,
  header.active .m-naviBtn-Box .m-naviBtn > span:before,
  header.mn-active .m-naviBtn-Box .m-naviBtn > span,
  header.mn-active .m-naviBtn-Box .m-naviBtn > span:after,
  header.mn-active .m-naviBtn-Box .m-naviBtn > span:before {
    background: #000;
  }

  header .m-naviBtn-Box .m-naviBtn.active span,
  header .m-naviBtn-Box .m-naviBtn.active span:after {
    background: #000 !important;
  }

  .m-navi-container {
    display: block;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 90;
    overflow-y: scroll;
    transition: transform 0.3s ease-out;
    transform: translateY(-100%);
  }

  .m-navi-container.show {
    transform: translateY(0);
  }

  .m-navi-box,
  .m-navi-container,
  .m-navi-container .rel-box {
    width: 100%;
    height: 100%;
  }

  .m-navi-box {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 700px;
    background: #fff;
    padding: 90px 20px 30px;
    box-sizing: border-box;
  }

  .m-navi-container .m-navi-box .m-navi-menu {
    padding-top: 40px;
  }

  .m-navi-box .m-navi-closed-box {
    position: absolute;
    top: -35px;
    right: 0;
  }

  .m-navi-box .m-navi-closed-box a {
    display: block;
  }

  .m-navi-box .member-box:after {
    content: "";
    display: block;
    clear: both;
  }

  .m-navi-box .member-box li {
    width: 100%;
    margin-top: 21px;
  }

  .m-navi-box .member-box li:first-child {
    margin-top: 0;
  }

  .m-navi-box .member-box li .sortation {
    font-size: 16px;
    font-style: normal;
  }

  .m-navi-box .member-box .mem-btn {
    display: inline-block;
  }

  .m-navi-box .member-box .mem-btn span {
    width: 100%;
    font-size: 16px;
    display: block;
    color: #000;
  }

  .m-navi-box .member-box .mem-btn.cart-ty span i {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #ef7d00;
  }

  .m-navi-box .m-navi-menu {
    width: 100%;
    height: calc(100% - 145px);
    box-sizing: border-box;
  }

  .m-navi-box .m-navi-menu li a {
    height: 50px;
    display: inline-block;
    position: relative;
  }

  .m-navi-box .m-navi-menu li a span {
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .m-navi-box .m-navi-menu li:last-child a span {
    color: var(--primaryDark);
  }

  .header-wrap {
    height: 90px;
    padding: 15px 0;
  }

  header .right-box {
    display: none;
  }

  .top-manu {
    display: none;
  }

  .main-banner .banner-wrap {
    height: 370px;
  }

  .main-banner .banner-wrap .img-wrap {
    height: 400px;
  }

  .main-banner .txt-wrap h2 {
    font-size: 28px;
  }

  .main-banner .txt-wrap p {
    font-size: 13px;
  }

  .main-banner .pagination {
    left: 15px;
  }

  .main-banner .pagination .paging_txt .active {
    font-size: 18px;
  }

  .main-banner .swiper-pagination-bullet {
    width: 50px;
  }

  .tit-eng {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .titBox .tit {
    font-size: 23px;
  }

  .featuredTours-section {
    padding-top: 40px;
  }
  .featuredtour-list {
    height: 470px;
  }
  .featuredtour-list li {
    margin-bottom: 40px;
  }

  .featuredtour-list li a .img {
    height: 209px;
  }

  .featuredtour-list li img {
    height: 209px;
  }

  .featuredtour-list li .txt-wrap {
    padding-bottom: 40px;
  }

  .artfairs-list > div .img {
    height: 209px;
  }

  .artfairs-list > div .img img {
    height: 209px;
  }

  .promotion-section .txt-wrap h2 {
    font-size: 22px;
  }

  .promotion-section .txt-wrap .btn-more {
    margin-top: 20px;
  }

  .promotion-section .txt-wrap p {
    font-size: 13px;
  }

  .contact-section,
  .peace-section,
  .journey-section,
  .award-section,
  .explanation-section,
  .nation-section,
  .event-section {
    margin-top: 45px;
  }

  .artfairs-section,
  .operators-section,
  .explanation-section,
  .journey-section {
    margin-top: 45px;
  }

  .sub-artfair-section {
    margin-top: 30px;
  }

  .nation-list {
    flex-wrap: wrap;
  }

  .nation-list > li h3 {
    font-size: 16px;
  }

  .nation-list > li:last-child {
    padding-bottom: 0;
  }

  .nation-list > li div:first-child {
    height: 209px;
  }

  .nation-list li img {
    height: 209px;
  }

  .operators-list {
    flex-wrap: wrap;
  }

  .operators-list li {
    width: calc(50% - 13px);
    padding-bottom: 40px;
  }

  .operators-list li:last-child {
    padding-bottom: 0;
  }

  .region-section {
    margin-top: 45px !important;
  }

  .explanation-list li {
    width: 33.3%;
  }

  .journey-list li {
    width: 50%;
  }

  .subMain {
    height: 280px !important;
  }

  .sub-text-wrap {
    margin-top: 20px;
    padding: 0 20px;
  }

  .sub-text-wrap .sub_tit {
    padding-bottom: 0;
    height: 105px;
  }

  .sub-text-wrap > div .btn {
    padding: 0 12px;
    font-size: 12px;
  }

  .mainSType1 > div .img {
    height: 209px;
  }

  .mainSType1 > div .img img {
    height: 209px;
  }

  .operators-list li .img {
    height: 209px;
  }

  .operators-list li img {
    height: 209px;
  }

  .detail-contBox {
    display: block;
  }

  .detail-contBox .left-cont {
    width: 100%;
  }

  .detail-contBox .right-cont {
    width: 100%;
    margin-top:1rem;
    padding: 0;
  }

  .detail-contBox .right-cont .top-cont .Btn span {
    width: 100%;
  }

  .cont-info {
    margin-bottom: 0;
  }

  .bottom-contBox {
    width: 100%;
    margin-top: 3rem;
  }

  .contBox {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .contBox .schedule-wrap .tit_left strong {
    padding: 1.5rem 0 0;
  }

  .contBox .schedule-wrap .schedule_header {
    padding: 1.5rem 2.6rem;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .contBox .schedule-wrap .schedule_header p {
    margin: 0 0 0 5rem;
    font-size: 13px;
  }

  .aicon-list {
    flex-wrap: wrap;
  }

  .introduce-wrap {
    display: block;
    text-align: center;
  }

  .guide-section {
    margin-top: 4rem;
  }

  .introduce-wrap .img {
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .introduce-wrap .text-wrap {
    width: 100%;
    text-align: left;
  }

  .footer {
    padding: 20px;
  }

  .sub-contBox {
    margin-top: 20px;
  }

  .news-list {
    flex-wrap: wrap;
  }

  .event-list li {
    width: calc(50% - 13px);
    padding-bottom: 40px;
  }

  .artfairs-list_2 li {
    width: calc(50% - 13px);
    padding-bottom: 40px;
  }

  .schedule-text-wrap {
    padding-left: 20px;
  }

  .mobile-innerWrap {
    padding: 0 20px;
  }

  .recommend-container {
      flex-direction: column; /* 모바일에서는 세로로 */
    }

    .recommend-nlp {
      border-right: none;
      border-bottom: 1px solid #cce0ff;
    }

.itinerary-unit {
    flex-direction: column;
  }

  .summary-images {
    flex-direction: column;
  }

  .summary-images img {
    max-width: 100%;
  }

.ai-card {
  max-width: 95%;
}


}

@media (max-width: 768px) {
.mv-slide-box .txt-wrap h2 {
    font-size: 28px
}

.main-banner .txt-wrap p {
    font-size: 13px
}

.mv-slide li .mv-img {
    width: 100%;
    height: 370px;
    background: #666;
    background-size: cover!important
}


.mv-slide li .mv-img.vis02 {
    background: url(/imgs/main/mainSlide_01_small.jpg)no-repeat center
}

.mv-slide li .mv-img.vis01 {
    background: url(/imgs/main/mainSlide_02_small.jpg)no-repeat center
}


  body {
    margin-top: 55px !important;
  }

  .m-tit-eng {
    display: none;
  }

  .nation-list > li {
    width: calc(50% - 10px);
  }

  .nation-list > li div:first-child {
    height: 140px;
  }

  .nation-list li img {
    height: 140px;
  }

  .featuredtour-list {
    display: block;
    padding-top: 20px;
    height: 100%;
  }

  .artfairs-section .dec,
  .operators-section .dec,
  .peace-section .dec,
  .journey-section .dec,
  .award-section .dec {
    display: none;
  }

  .operators-list li {
    width: calc(50% - 13px);
    padding-bottom: 0;
  }

  .operators-list li .img {
    height: 140px;
  }

  .operators-list li img {
    height: 140px;
  }

  .explanation-list {
    display: block;
  }

  .explanation-list li {
    width: 100%;
  }

  .contact-top li {
    width: 100%;
  }

  .contact-top li dd {
    padding-left: 74px;
  }

  .contact-top .b-tit {
    padding-top: 0;
  }

  .contact-list ul li {
    width: 50%;
  }

  .journey-list {
    display: block;
  }

  .journey-list li {
    width: 100%;
    padding: 20px;
  }

  .journey-list li dd {
    padding-left: 61px;
  }

  .artfairs-list_2 {
    display: block;
  }

  .artfairs-list_2 li {
    padding-bottom: 40px;
  }

  .artfairs-list_2 li .img {
    height: 209px;
  }

  .artfairs-list_2 li img {
    height: 209px;
  }

  .artfairs-list_2 li:last-child {
    padding-bottom: 0;
  }

  .event-section {
    padding-top: 0;
  }

  .news-list {
    display: block;
  }

  .event-list li {
    width: 100%;
    padding-bottom: 40px;
  }

  .event-list li .img {
    height: 209px;
  }

  .event-list li img {
    height: 209px;
  }

  .event-list li:last-child {
    padding-bottom: 0;
  }

  .detail-section {
    margin-top: 7rem;
  }

  .detail-section .tit-eng {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .contBox .schedule-wrap .schedule_header .tit_left {
    height: 100%;
    padding-left: 20px;
  }

  .img-wrap img {
    height: 209px;
  }

  .text-wrap h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .expand-btn {
    padding-right: 20px;
  }

  .trip-titBox .trip-tit-eng {
    font-size: 1.2rem;
  }

  .trip-titBox .expand-btn {
    padding-right: 0;
  }

  .schedule-text-wrap {
    padding: 0 20px;
  }

  .noData {
    padding: 0 20px;
  }

  .contBox .schedule-wrap .schedule_header .tit_left {
    background: none;
    color: var(--gray01);
  }

  .contBox .schedule-wrap .tit_left strong {
    color: var(--gray01);
  }

  .contBox .schedule-wrap .schedule_header {
    background: none;
    display: block;
    height: auto;
    min-height: 90px;
    box-sizing: border-box;
  }

  .contBox .schedule-wrap:last-child .schedule_header {
    margin-bottom: 0;
  }

  .cont-info .right-box {
    width: 100%;
  }

  .cont-info .right-box div p:first-child {
    width: 100%;
  }

  .cont-info .right-box div p:last-child {
    width: 100%;
  }

  .cont-info .right-box > div {
    display: block;
  }

  .schedule_detail .detail_wrap {
    padding-left: 9px;
  }
  .schedule_detail .detail_wrap .detail_area {
    padding-right: 20px;
  }

  .schedule_detail .detail_wrap:before {
    left: 25px;
  }

  .card_mngr .card_unit {
    padding: 12px;
  }

  .card_mngr .thumb .img_list {
    width: 100%;
    height: 150px;
  }

  .card_mngr .title strong {
    margin-right: 0;
  }

  .card_mngr .txt_conts {
    font-size: 13px;
  }

  .ai-card_mngr .card_unit .sub-dec {
    font-size: 13px;
  }

  .route_wrap .route:first-child:last-child {
    width: 80%;
  }

  .availability-date li {
    width: calc(33.3% - 5px);
  }

  .availability-list li {
    padding: 15px;
  }

  .availability-list li > div .txt .year {
    display: none;
  }

  .availability-list li > div {
    width: 25%;
  }

  .availability-list li > div:last-child {
    width: 100%;
  }

  .availability-list li .btn .txt {
    width: 100%;
  }

  .availability-list li > div .label {
    font-size: 12px;
  }

  .availability-list li > div .txt {
    font-size: 13px;
  }

  .list-section {
    margin-top: 8rem;
  }

  .list-section .filter-tit {
    display: none;
  }

  .list-section .list-container {
    display: block;
  }

  .list-section .list-filter-contBox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 320px;
    background: #fff;
    z-index: 101;
    overflow-y: scroll;
    margin-top: 0;
    z-index: 9999;
    padding: 30px 20px;
  }

  .list-section .list-filter-contBox.active {
    display: block;
    padding: 20px;
  }

  .list-section .list-contBox {
    margin-top: 20px;
    width: 100%;
  }

  .list-section .list-contBox .list-cont .img-thumb {
    width: 100%;
    height: 250px;
  }

  .list-section .list-contBox .list-cont .dec {
    width: 100%;
    font-size: 14px;
  }

  .list-section .list-contBox .list-cont .price {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid var(--gray07);
  }

  .list-filter-cont {
    margin-top: 2rem;
  }

  .list-section .list-filter-contBox .m-close-button {
    display: block;
    text-align: right;
    cursor: pointer;
  }

  .list-section .list-filter-contBox .m-close-button svg {
    height: 1.4rem;
  }

  .list-section .list-contBox .list-cont .dec .text-wrap {
    font-size: 14px;
  }

  .sub-selBox select,
  .sub-selBox select option {
    font-size: 13px;
  }

  .m-filterBtn {
    display: block;
    cursor: pointer;
    position: relative;
    width: 95px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    height: 30px;
    border-radius: 15px;
    padding: 0 23px;
    margin-top: 12px;
    background-color: #000;
  }

  .m-filterBtn span,
  .m-filterBtn svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .m-filterBtn span {
    color: #fff;
    font-size: 13px;
    line-height: 0;
    left: 40px;
  }

  .ai-contBox {
    display: block;
    padding: 20px;
  }

  .ai-contBox .left-cont {
    width: 100%;
  }

  .ai-contBox .left-cont .file-upload {
    height: 250px;
  }

  .ai-contBox .left-cont .preview img {
    max-width: 100%;
    height: 200px;
  }

  .ai-contBox .left-cont .close-button {
    right: -3px;
  }

  .ai-contBox .right-cont {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }

  .ai-contBox .right-cont > ul > li {
    display: block;
  }

  .ai-contDetail .right-cont .img-thumb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--gray07);
    margin-bottom: 15px;
    overflow: hidden;
  }

  .ai-contDetail .right-cont .dec {
    width: 100%;
  }

  .ai-contBox .detail-wrap {
    margin-top: 50px;
  }

  .ai-contBox .detail-cont {
    display: block;
  }

  .ai-contBox .detail-cont li {
    width: 100%;
    height: 440px;
    padding-bottom: 55px;
  }

  .ai-contBox .detail-cont li .txt-wrap span {
    bottom: 75px;
  }

  .ai-contBox .detail-cont > li::after {
    top: 92%;
    right: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .ai-contBox .detail-wrap .button {
    margin-top: 40px;
  }

  .ai-contDetail {
    width: 100%;
    display: block;
  }

  .ai-contDetail .right-cont {
    width: 100%;
  }

  .aicon-list > li {
    width: calc(50% - 10px);
    height: 130px;
  }

  .ai-contBox .left-cont .preview img {
    width: 290px;
    height: 200px;
  }

  .login-box {
    height: 100%;
    padding: 75px 25px;
  }

  .pop-cont-box {
    height: 100%;
    padding: 75px 25px;
  }

  .pop-cont-box .close-button {
    display: none;
  }

  .schedule_detail .route_wrap .route .air_info.arr:before {
    right: 24px;
  }

  .promotion-section .txt-wrap {
    padding: 0 20px;
  }

  .contBox .schedule-wrap .sub-dec span {
    font-size: 13px;
  }

  .ai-contBox .right-cont .img-thumb img {
    height: 209px;
  }

  .login-box .close-button {
    display: none;
  }

  .m-back-btn {
    display: block;
    cursor:pointer;
  }

  .contact-list {
    margin-top: 15px;
  }

  .peace-section ul li {
    width: 100%;
  }

  .peace-section ul li .img {
    width: 135px;
    text-align: center;
    position: relative;
    top: -8px;
    left: 0px;
    margin: 0 auto;
  }

  .peace-section ul li .right {
    padding: 20px;
  }

  .award-list li {
    width: 50%;
  }

  .promotion-section {
    margin-top: 0;
  }

  .page-login {
    padding: 8rem 20px 1rem;
    min-height: calc(100vh - 362px);
  }

  .page-login .login_box_wrap {
    padding: 20px;
  }

  .page-login .login_box_wrap h2.login_box_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-login .input_wrap dl dt,
  .page-login .input_wrap dl dd {
    width: 100%;
  }

  .booking-section h2 {
    font-size: 18px;
    padding-top: 0;
  }

  .booking-section .small_tit {
    padding-top: 30px;
  }

  .booking-section .contBox {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .booking-section .contBox .form-row {
    display: block;
    padding: 0;
  }

  .booking-section .contBox .form-group {
    padding-top: 10px;
  }

  .booking-section .contBox .form-row .person-form {
    padding-top: 20px;
  }

  .booking-section .contBox .submitBtn {
    width: 100%;
  }

  .bottom-contBox {
    margin-top: 0;
  }

  .stepbox > li {
    width: 100%;
  }

  .input_type.line > li {
    border-bottom: none;
    padding: 0;
  }

  .input_type li dl dt {
    padding-bottom: 10px;
  }

  .input_type li dl {
    display: block;
  }

  .card_mngr .thumb .img_list img {
    height: 100%;
  }

  .ai-card_mngr .thumb .img_list {
    width: 100%;
  }

  .swiper-container {
    width: 100% !important;
  }

  .subMain .intro-text {
    padding: 20px;
  }

  .mission-list {
    gap: 50px;
  }

  .subMain .intro-text h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .subMain .intro-text h3::before,
  .subMain .intro-text h3::after {
    width: 30px;
    height: 30px;
  }

  .subMain .intro-text h3::before {
    top: -20px;
  }

  .subMain .intro-text h3::after {
    bottom: -20px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer p {
    font-size: 13px;
  }

  .footer .copy-List li {
    margin-top: 8px;
  }

  .sub-text-wrap .sub_tit {
    height: auto;
  }
  .artfairs-box,
  .event-box {
    min-height: 330px;
    overflow:hidden;
  }

  .region-box {
    min-height: 355px;
    overflow:hidden;
  }

  #footer .copy-box .copy-korBox .copy-topList {margin-top:0 !important;}
  #footer .copy-box .copy-korBox .address {margin-top:0;}

  #footer .copy-box .copy-korBox .copy-topList li {
    float: none;
    padding: 0;
    margin: 0;
  }

  #footer .copy-box .copy-korBox .copy-topList li:before {
    display: none;
  }



  #footer .copy-box .copy-rightBox .copy-right-list li {
    float: none;
    margin-left: 0px;
    line-height: 2;
  }

  .footer-kakao {
    text-align: left;
  }

  #footer .copy-box .copy-leftBox .copyright {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
.mv-slide-box .txt-wrap h2 {
    font-size: 28px
}

.main-banner .txt-wrap p {
    font-size: 13px
}

.mv-slide li .mv-img {
    width: 100%;
    height: 370px;
    background: #666;
    background-size: cover!important
}


.mv-slide li .mv-img.vis02 {
    background: url(/imgs/main/mainSlide_01_small.jpg)no-repeat center
}

.mv-slide li .mv-img.vis01 {
    background: url(/imgs/main/mainSlide_02_small.jpg)no-repeat center
}


  .sub-text-wrap > div .big-tit {
    font-size: 20px;
  }

  .operators-list li .item-position {
    font-size: 13px;
  }
}
