@charset "utf-8";

/* 모바일 */
.hamburger {
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 35%;
    right: 20px;
    display: none;
}

.hamburger.active {
    top: 42%;
}

.hamburger span {
    display: block;
    height: 6px;
    background-color: #fff;
    border-radius: 20px;
    transition: all.5s;
}

.hamburger span+span {
    margin-top: 6px;
}

/* 모바일 메뉴 */
.mobile-menu {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: #313F4F;
    padding: 20px 0;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-item>a {
    display: block;
    padding: 15px 20px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.mobile-dropdown-menu {
    background-color: #2a3646;
    display: none;
}

.mobile-dropdown-item a {
    display: block;
    padding: 12px 30px;
    color: #ddd;
    font-size: 14px;
}

.mobile-dropdown-item a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* 햄버거 버튼 애니메이션 */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(-1px, 3px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    transform-origin: 0 0;
}

/* 모바일 배경 영역 */

.mobile-bg {
    position: relative;
    display: none;
    width: 100%;
    height: 20vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../imges/main.gif') no-repeat;
    background-size: 100%;
    top: 110px;
}

/* 모바일 퀵 메뉴 영역 */

.mb_box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mb_quick_menu {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 110px;
    width: 100vw;
    height: 350px;
    border-radius: 0 0 20px 20px;
    background-color: white;
    box-shadow: 1px 2px 30px rgba(0, 0, 0, .6);
}

.mb_quick_menu_nav {
    position: relative;
    display: flex;
    height: 50px;
    top: -50px;
    left: 0;
    cursor: pointer;
}

.mb_quick_menu_nav li.active {
    background-color: white;
    z-index: 2;
    transition: all 0.3s ease;
}

.mb_quick_menu_nav li.active a {
    color: #313F4F;
    font-weight: 800;
}

.mb_quick_menu_nav li:not(.active) {
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

.mb_quick_menu_nav li:not(.active) a {
    color: white;
    font-weight: 400;
}

.mb_box1 {
    position: relative;
    width: 25%;
    background-color: white;
    height: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    z-index: 1;
}

.mb_box1 a {
    position: relative;
    color: #313F4F;
    text-decoration: none;
    font-weight: 800;
    top: 15px;
}

.mb_box2 {
    position: relative;
    width: 25%;
    background-color: rgba(0, 0, 0, .4);
    height: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    z-index: -1;
}

.mb_box2 a {
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    top: 15px;
}

.mb_box3 {
    position: relative;
    width: 25%;
    background-color: rgba(0, 0, 0, .4);
    height: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    z-index: -1;
}

.mb_box3 a {
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    top: 15px;
}

.mb_box4 {
    position: relative;
    width: 25%;
    background-color: rgba(0, 0, 0, .4);
    height: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    z-index: -1;
}

.mb_box4 a {
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    top: 15px;
}

.mb_tab-content {
    display: none;
    padding: 40px;
}

.mb_tab-content.active {
    display: block;
}

.mb_reservation-search,
.mb_checkin-content {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    bottom: 35px;
}

.mb_schedule-content {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    bottom: 70px;
}

.mb_input-group {
    margin-bottom: 10px;
}

.mb_input-group label {
    display: block;
    margin-bottom: 8px;
}

.mb_input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.mb_search-btn,
.mb_checkin-btn {
    position: relative;
    top: 15px;
    left: calc(63%);
    background-color: #313F4F;
    color: white;
    border: none;
    width: 129px;
    height: 27px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    border: #313F4F;
    line-height: 2px;
}

.mb_schedule-btn {
    background-color: #313F4F;
    top: 15px;
    border: #313F4F;
    color: white;
    height: 27px;
    border-radius: 50px;
    width: 129px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    left: calc(63%);
    line-height: 2px;
}

.mb_search-btn:hover,
.mb_checkin-btn:hover,
.mb_schedule-btn:hover {
    background-color: #4e6e92;
    transition: 0.3s;
}

/* 왕복, 편도, 경유 */


.mb_tab-menu {
    display: flex;
    position: relative;
    bottom: 80px;
    right: 30px;
}

.mb_tab-item {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mb_tab-item::after {
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #313F4F;
    transition: width ease;
}

input[type="radio"]:checked+.mb_tab-item {
    font-weight: bold;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label::after {
    width: 50%;
    position: absolute;
    left: 25%;
}

.mb_tab-item p {
    text-decoration: none;
    font-size: 16px;
    color: #313F4F;
}

/* 날짜 */

.mb_toggle-text p {
    font-size: 12px;
}

.mb_toggle-date {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    left: 235px;
    bottom: 105px;
    background-color: #313F4F;
    border-radius: 30px;
    height: 20px;
    width: 130px;
}

.mb_toggle-checkbox {
    display: none;
}

.mb_toggle-label {
    position: relative;
    width: 30px;
    height: 50px;
    cursor: pointer;
}

.mb_toggle-label:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: white;
    top: 36.2%;
    left: 15%;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0);
}

.mb_toggle-checkbox:checked+.mb_toggle-label:before {
    opacity: 1;
    transform: scale(1);
}

.mb_toggle-text {
    color: white;
    position: relative;
    right: 10px;
    bottom: 2px;
}

/* 출발 */

.mb_input-group_1 {
    position: absolute;
    display: flex;
    bottom: 240px;
    left: 20px;
}

.mb_input-group_1 .mb_start-label {
    text-align: center;
    color: #313F4F;
}

.mb_input-group_1 .mb_start-input {
    border: none;
    border-bottom: 3px solid #313F4F;
    font-size: 20px;
    font-family: 'NPS';
    outline: none;
    transition: 0.3s;
    width: 20%;
}

.mb_input-group_1 .mb_start-input:focus {
    border-bottom-color: #313F4F;
    width: 20%;
}

.mb_input-group_1 .mb_start-input::placeholder {
    font-size: 20px;
    color: #313F4F;
    text-align: center;
}

/* 도착 */

.mb_input-group_2 {
    position: absolute;
    display: flex;
    bottom: 240px;
    left: 150px;
    z-index: 1;
}

.mb_input-group_2 .mb_start-label {
    color: #313F4F;
}

.mb_input-group_2 .mb_start-input {
    border: none;
    border-bottom: 3px solid #ddd;
    font-size: 20px;
    font-family: 'NPS';
    outline: none;
    transition: 0.3s;
    width: 20%;
}

.mb-input-group_2 .mb_start-input:focus {
    border-bottom-color: #313F4F;
    width: 20%;
}

.mb_input-group_2 .mb_start-input::placeholder {
    font-size: 20px;
    color: #ddd;
    text-align: center;
}

/* 탑승정보 */

.mb_input-group_3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 120px;
    left: 20px;
    width: 40%;
    z-index: 1;
}

.mb_custom-label {
    font-size: 16px;
    color: #333;
    position: relative;
    bottom: 20px;
}

.mb_custom-input {
    border: none;
    border-bottom: 2px solid #ddd;
    font-size: 1.1rem;
    outline: none;
    transition: 0.3s;
}

.mb_custom-input:focus {
    border-bottom-color: #313F4F;
    width: 100%;
}

.mb_custom-input::placeholder {
    /* font-size: 1rem; */
    color: #aaa;
}

.mb_input-group_4 {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 120px;
    left: 210px;
    width: 20%;
}

.mb_input-group_5 {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 120px;
    left: 320px;
    width: 20%;
}

/* 최저가, 검색 버튼 */

.mb_button {
    position: absolute;
    width: 270px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.mb_cyan {
    background-color: #33cccc;
    border-radius: 20px;
    border: #33cccc;
    width: 129px;
    height: 27px;
    color: white;
    font-size: 18px;
    line-height: 2px;
    cursor: pointer;
}

.mb_navy {
    background-color: #313F4F;
    border: #313F4F;
    border-radius: 20px;
    width: 129px;
    height: 27px;
    color: white;
    font-size: 18px;
    line-height: 2px;
    cursor: pointer;
}

.mb_navy:hover {
    background-color: #4e6e92;
    transition: 0.3s;
}

.mb_cyan:hover {
    background-color: #ddd;
    color: black;
    transition: 0.3s;
}

/* 출-도 버튼 */

.mb_bt_1 {
    background: url('../imges/mb_quick_button.png')no-repeat;
    width: 100px;
    height: 65px;
    position: relative;
    bottom: 70px;
    left: 50px;
}

@media (max-width:1440px) {
    .quick_menu {
        top: 930px !important;
        width: 1350px !important;
    }

    .toggle-date {
        transform: translateX(-80%);
    }

    .button {
        transform: translateX(-50%);
    }

    .input-group_4 {
        width: 30% !important;
    }

    .input-group_5 {
        width: 20% !important;
        left: 1130px !important;
    }

    .most {
        display: none !important;
    }

    .box {
        width: 1400px !important;
    }
}

@media (max-width: 1024px) {

    .most {
        display: none !important;
    }

    .nav-item {
        display: none;
    }

    .quick_menu {
        top: 930px !important;
        width: 1000px !important;
    }

    .toggle-date {
        transform: translateX(-265%);
    }

    .input-group_3 {
        width: 30% !important;
    }

    .input-group_4 {
        width: 20% !important;
        transform: translateX(-160%);
    }

    .input-group_5 {
        width: 20% !important;
        transform: translateX(-230%);
    }

    .button {
        transform: translateX(-200%);
    }
}

@media (max-width: 768px) {

    .bg_text {
        display: none;
    }

    .mb_quick_menu {
        display: block;
        left: 1px;
    }

    #mainHeader {
        width: 100vw !important;
    }

    .hamburger {
        display: block;
    }

    #mainHeader {
        background-color: #313F4F !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
        height: 110px !important;
    }

    #mainHeader h1 {
        top: 32% !important;
        right: 3%;
    }

    .nav-item {
        display: none;
    }

    #mainHeader .btn_menu {
        display: none;

    }

    #mainHeader::after {
        display: none;
    }

    .container>.bg {
        display: none;
    }

    .mobile-bg {
        display: block;
    }

    .quick_menu {
        display: none;
    }

    .mb_toggle-date {
        left: 70%;
    }

    .mb_input-group_4 {
        left: 49%;
    }

    .mb_input-group_5 {
        left: 73%;
    }
}

@media (max-width: 425px) {
    .mb_toggle-date {
        left: 68%;
    }

    .mb_input-group_4 {
        left: 49%;
    }

    .mb_input-group_5 {
        left: 73%;
    }

    /* .mb_box {
        position: absolute;
        bottom: 90%;
    } */
}

@media (max-width: 375px) {

    .mb_toggle-date {
        left: 60%;
    }

    .mb_input-group_4 {
        left: 50%;
    }

    .mb_input-group_5 {
        left: 75%;
    }

    .mb_box1 a {
        font-size: 14px;
    }

    .mb_box2 a {
        font-size: 14px;
    }

    .mb_box3 a {
        font-size: 14px;
    }

    .mb_box4 a {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .mb_toggle-text p {
        position: relative;
        font-size: 12px;
        top: 1px;
    }

    .mb_toggle-date {
        left: 55%;
    }

    .mb_bt_1 {
        left: 16%;
    }

    .mb_input-group_1 {
        left: 20px;
    }

    .mb_input-group_2 {
        left: 130px;
    }

    .mb_input-group_4 {
        left: 50%;
    }

    .mb_input-group_5 {
        left: 75%;
    }

    .mb_box {
        position: absolute;
        bottom: 83%;
    }

    .mb_box1 a {
        font-size: 14px;
    }

    .mb_box2 a {
        font-size: 14px;
    }

    .mb_box3 a {
        font-size: 14px;
    }

    .mb_box4 a {
        font-size: 14px;
    }
}

/* 반응형 */

/* 1650 */
@media screen and (max-width: 1650px) {

    .box_1 {
        height: 750px;
        display: flex;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 200px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: 15%;
    }

    .slider2 {
        position: absolute;
        right: 47%;
    }

    .slider3 {
        position: absolute;
        right: 80%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 480px;
        width: 350px;
        object-fit: cover;
        border-radius: 30px;
    }
}



/* 1024 */

@media screen and (max-width: 1024px) {

    .box_1 {
        height: 750px;
        display: flex;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider3 {
        animation: slidedown 20s linear infinite forwards;
    }

    .slider2 {
        animation: slideup 20s linear infinite forwards;
    }

    .slider1 {
        position: absolute;
        right: 3%;
    }

    .slider2 {
        position: absolute;
        right: 25%;
    }

    .slider3 {
        position: absolute;
        right: 47%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 280px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    /* .section0 .ms1 h1 {
        position: relative;
        left: 20%;
        top: 20%;
    } */

    .mainslide2 {
        width: 100%;
        height: 400px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 50%;
        height: 400px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        font-size: 34px;
    }

    .krw {
        font-size: 20px;
    }

    .money {
        font-size: 30px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 33%;
        left: 10%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 33%;
        right: 10%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 40px;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 46%;

    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 20px 20px;
    }

    .tag-content {
        position: absolute;
        top: 5%;
    }
}

/* 768 */

@media screen and (max-width: 768px) {
    .bottom {
        top: 800px;
    }

    .box_1 {
        height: 750px;
        display: flex;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 200px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: 3%;
    }

    .slider2 {
        position: absolute;
        right: 36%;
    }

    .slider3 {
        position: absolute;
        right: 70%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 280px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    section h1,
    section h1 span {
        font-size: 3.5rem;
        margin: 0 auto;
    }

    /* .section0 .ms1 h1 {
        position: relative;
        left: 7%;
        top: 20%;
    } */

    .mainslide2 {
        width: 100%;
        height: 400px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 50%;
        height: 400px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        font-size: 34px;
    }

    .krw {
        font-size: 20px;
    }

    .money {
        font-size: 30px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 30%;
        left: 8%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 30%;
        right: 8%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 40px;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 46.9%;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 35px 35px;
    }

    .tag-content {
        position: absolute;
        top: 10%;
    }
}


/* 500 */

@media screen and (max-width: 500px) {
    .bottom {
        top: 800px;
    }

    .box_1 {
        height: 750px;
        display: flex;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 150px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: 3%;
    }

    .slider2 {
        position: absolute;
        right: 36%;
    }

    .slider3 {
        position: absolute;
        right: 70%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    section h1,
    section h1 span {
        font-size: 2.5rem;
        margin: 0 auto;
    }

    .mainslide2 {
        width: 100%;
        height: 400px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 50%;
        height: 400px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        font-size: 30px;
    }

    .krw {
        font-size: 15px;
    }

    .money {
        margin-top: 5px;
        font-size: 25px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 30%;
        left: 8%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 30%;
        right: 8%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 40px;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 47.5%;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 45px 45px;
    }

    .tag-content {
        position: absolute;
        top: 10%;
    }
}

/* 480 */

@media screen and (max-width: 480px) {
    .bottom {
        top: 800px;
    }

    .box_1 {
        height: 750px;
        display: flex;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 140px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: 3%;
    }

    .slider2 {
        position: absolute;
        right: 36%;
    }

    .slider3 {
        position: absolute;
        right: 70%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 240px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    section h1,
    section h1 span {
        font-size: 2rem;
        margin: 0 auto;
    }

    .mainslide2 {
        width: 100%;
        height: 400px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 50%;
        height: 400px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        font-size: 30px;
    }

    .krw {
        font-size: 15px;
    }

    .money {
        margin-top: 5px;
        font-size: 25px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 30%;
        left: 8%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 30%;
        right: 8%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 40px;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 47.5%;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 45px 45px;
    }

    .tag-content {
        position: absolute;
        top: 10%;
    }
}

/* 425 */

/* 425 */

@media screen and (max-width: 425px) {
    .box_1 {
        height: 200px;
        display: flex;
        width: 100%;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .ms2 {
        height: 450px;
    }

    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 110px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: 4%;
    }

    .slider2 {
        position: absolute;
        right: 33%;
    }

    .slider3 {
        position: absolute;
        right: 62%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 170px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }


    section h1,
    section h1 span {
        font-size: 2rem;
        margin: 0 auto;
    }


    .section0 .ms1 h1 {
        position: relative;
        left: 7%;
        top: 20%;
    }

    .mainslide2 {
        width: 100%;
        height: 300px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 50%;
        height: 300px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        font-size: 25px;
    }

    .krw {
        font-size: 15px;
    }

    .money {
        margin-top: 6px;
        font-size: 20px;
    }


    .swiper-button-prev {
        position: absolute;
        top: 50%;
        left: 5%;
    }

    .swiper-button-next {
        position: absolute;
        top: 50%;
        right: 5%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;

    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 30%;
        border-radius: 0 0 40px 40px;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 30px 30px;
    }

    .tag-content {
        position: absolute;
        top: 15%;
    }
}

/* 375 */
@media screen and (max-width: 375px) {

    .box_1 {
        height: 390px;
        display: flex;
        width: 100%;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 200px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: -30%;
    }

    .slider2 {
        position: absolute;
        right: 2.5%;
    }

    .slider3 {
        position: absolute;
        right: 35%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 180px;
        width: 45%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    section h1,
    section h1 span {
        font-size: 2rem;
        margin: 0 auto;
    }


    /* .section0 .ms1 h1 {
        position: relative;
        left: 7%;
        top: 20%;
    } */


    .mainslide2 {
        width: 100%;
        height: 200px;
        position: relative;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 100%;
        height: 200px;
        border-radius: 30px;
        object-fit: cover;
    }

    .city {
        margin-top: 5px;
        font-size: 20px;
    }

    .krw {
        font-size: 12px;
    }

    .money {
        margin-top: 5px;
        font-size: 20px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 40%;
        left: 5%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 40%;
        right: 4%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 50%;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 20%;
        top: 13.25%;
        border-radius: 0 0 40px 40px;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 30px 30px;
    }

    .tag-content {
        position: absolute;
        top: 25%;
    }
}

/* 325 */
@media screen and (max-width: 325px) {

    .box_1 {
        height: 390px;
        display: flex;
        width: 100%;
        gap: 16px;
        min-height: 500px;
        padding: 20px 0;
    }


    .slider1,
    .slider2,
    .slider3 {
        margin: 0 auto;
        width: 180px;
        animation-iteration-count: infinite;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        /* animation-direction: alternate; */
    }

    .slider1 {
        position: absolute;
        right: -40%;
    }

    .slider2 {
        position: absolute;
        right: -4%;
    }

    .slider3 {
        position: absolute;
        right: 32%;
    }

    .slide {
        margin-bottom: 16px;
        height: auto;
    }

    .box_1 img {
        height: 160px;
        width: 45%;
        object-fit: cover;
        border-radius: 30px;
    }

    .most {
        display: none;
    }

    section h1,
    section h1 span {
        font-size: 2rem;
        margin: 0 auto;
    }


    /* .section0 .ms1 h1 {
        position: relative;
        left: 7%;
        top: 20%;
    } */


    .mainslide2 {
        width: 100%;
        height: 200px;
        position: relative;
        margin: 0 auto;
        border-radius: 0 10px;
        overflow: hidden;
    }

    .mainslide2 .swiper-slide img {
        width: 100%;
        height: 200px;
        border-radius: 30px;
        object-fit: cover;
        display: flex;
        justify-content: space-around;
    }

    .city {
        margin-top: 5px;
        font-size: 18px;
    }

    .krw {
        font-size: 10px;
    }

    .money {
        margin-top: 10px;
        font-size: 15px;
    }


    .swiper-button-prev {
        position: absolute;
        font-size: 40px;
        top: 40%;
        left: 2%;
    }

    .swiper-button-next {
        position: absolute;
        font-size: 40px;
        top: 40%;
        right: 2%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 50%;
    }

    .swiper-slide .tag {
        position: absolute;
        height: 15%;
        top: 18.25%;
    }

    .swiper-slide.swiper-slide-active .tag {
        border-radius: 0 0 30px 30px;
    }

    .tag-content {
        position: absolute;
        top: 8%;
    }
}


/* -----------uo반응형------------- */
/* 1055------------------------------------------------------------------------------------------------1055------------- */
@media (max-width : 1055px) {
    .section2 .event img {
        width: 100%;
        border-radius: 0px;
    }

    .section2 .event img:nth-child(1) {
        top: 25%;
        left: 0%;
    }

    .section2 .event img:nth-child(2) {
        top: 60%;
        left: 0%;
    }

    .notice p {
        font-size: 1.2rem;
        margin-left: 5%;
    }

    .service-container {
        flex-wrap: wrap;
    }

    .service-container .service {
        width: 40%;
        margin-bottom: 5%;
    }

    .service p {
        margin-top: 75%;
        font-weight: 600;
        font-size: 1.2rem;
        text-align: center;
        font-family: 'NPS';
    }

    .service span {
        font-size: 2.5rem;
        color: #33cccc;
        font-family: 'NPS';
    }

    footer p {
        font-size: 1.5rem;
    }

    .footer-wrap {
        width: 50%;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-top: 10%;
    }

    .footer-left {
        margin-bottom: 10%;
    }

    .footer-right {
        margin-bottom: 10%;
    }

    footer .copy {
        font-size: 1rem;
        width: 50%;
        margin: 0 auto;
    }
}

/* 500----------------------------------------------------------------------------------500-------- */
@media (max-width : 500px) {
    .section2 {
        height: 300px;
    }

    .section2 .event img {
        width: 100%;
        border-radius: 10px;
        margin-top: -50px;
    }

    .section2 .event img:nth-child(2) {
        display: none;
    }


    /* 섹션3 공지사항 */
    .section3 {
        padding-bottom: 20%;
    }

    .notice>img {
        display: none;
    }

    .notice {
        flex-wrap: wrap;
    }

    .notice p {
        font-size: 0.7rem;
    }

    /* 섹션4 */
    .section4 {
        padding-bottom: 20%;
    }

    .service-container {
        flex-wrap: wrap;
    }

    .service-container .service {
        width: 48%;
        border-radius: 10px;
    }

    .service p {
        font-size: 0.6rem;
        margin-bottom: 10%;
    }

    .service span {
        font-size: 1rem;
    }

    /* 푸터 */

    footer p {
        margin-bottom: 3%;
        font-size: 0.7rem;
    }

    .footer-left {
        margin-bottom: 15%;
        padding: 0;
    }

    .footer-right {
        padding: 5% 0;
    }

    /* 푸터아이콘 */

    footer .icon-sns {
        margin-top: 5%;
        scale: 0.6;
    }

    footer .copy {
        font-size: 0.5rem;
        margin: 0 auto;
    }

    footer .footer-logo {
        display: block;
    }
}