@media only screen and (min-width : 300px) and (max-width : 850px) {
    .intro_tour .tour_title {
        text-align: center;
        margin-top: 4.6154rem;
    }
    
    .intro_tour .tour_title h3 {
        font-size: 1.0769rem;
        color: #757575;
        line-height: 1.1538rem;
        font-family: "Noto Sans KR";
    }
    
    .intro_tour .tour_title h1 {
        font-family: "SUIT";
        font-weight: bold;
        font-size: 1.7692rem;
        line-height: 2.3846rem;
        color: #252525;
        margin-top: 1.1538rem;
    }
    
    .intro_tour .tour_title p {
        margin-top: 1.3462rem;
        font-family: "Noto Sans KR";
        font-size: 1.0769rem;
        line-height: 1.5385rem;
        color: #666666;
    }
    
    .intro_tour .tour_content {
        margin-top: 3.4615rem;
        position: relative;
        display: flex;
        justify-content: center;
        z-index: 1;
        margin-bottom: 5.7692rem;
    }
    
    .tour_content .tour_slider {
        width: 100%;
    }
    
    .tour_content .tour_slider .slider_box img {
        height: 13.1923rem;
    }
    
    .intro_tour .tour_content .tour_des {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding: 2.3077rem 0.9615rem;
        background-color: #fff;
        z-index: 999;
    }
    
    .tour_content .tour_des .note .note_cat {
        font-family: "Noto Sans KR";
        font-size: 1.0769rem;
        line-height: 1rem;
        color: #454545;
    }
    
    .tour_content .tour_des .note .note_ttl {
        font-family: "SUIT";
        font-size: 1.3077rem;
        font-weight: bold;
        line-height: 1.6923rem;
        color: #252525;
        margin-top: 1.1538rem;
    }
    
    .tour_content .tour_des .note p {
        font-family: "Noto Sans KR";
        font-size: 1rem;
        line-height: 1.4615rem;
        color: #666666;
    }
    
    .tour_content .tour_des .note .note_des {
        margin: 1.1538rem 0 1.9231rem;
    }
    
    .intro_tour .tour_content .slider-btn {
        position: absolute;
        right: 1.0385rem;
        top: 15rem;
        z-index: 3;
    }

    .intro_tour .tour_content .slider-btn {
        display: flex;
        flex-direction: row;
    }
    
    .intro_tour .tour_content .slider-btn .main-prev {
        background-image: url(../assets/img/sub/intro_slider_prev.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.7308rem 1.0385rem;
        background-color: #00336a;
        border-right: 2px solid #003065;
        padding: 0.9615rem 0.9615rem;
        box-shadow: 0px 0.6923rem 0.9231rem 0px rgba(0, 51, 106, 0.26);
    }
    
    .intro_tour .tour_content .slider-btn .main-next {
        background-image: url(../assets/img/sub/intro_slider_next.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.7308rem 1.0385rem;
        background-color: #00336a;
        padding: 0.9615rem 0.9615rem;
        box-shadow: 0px 0.6923rem 0.9231rem 0px rgba(0, 51, 106, 0.26);
    }
}