#wrap{width: 100%; overflow: hidden; position: relative;}

.status01 {
    background-color: #91b8e7;;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
}
.status02 {
    background-color: #ff6b95;;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
}
.status03 {
    background-color: #ffa16b;;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
}

.title {
    font-family: 'esamanruOTF';
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
}
.sub_title {
    font-family: Pretendard;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px;
}
.nav .qna {
    width: 200px; height: 50px;
    font-family: 'esamanruOTF';
    background-color: #ee6565;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.nav .qna img {
    margin-left: 10px;
}
#visual_main .visual_main  {
    width: 100%;
    background-image: url(../img/visual_01.png);
    height: 1255px;
    background-size: cover;
}  
#visual_main {
    position: relative;
}
.visual_main .visual_title {
    position: absolute;
    top: 15%; left: 0;
    font-family: 'esamanruOTF';
    text-align: center;
    font-size: 70px;
    width: 100%;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.visual_main .visual_title02 {
    display: none;
}
.visual_main .visual_sub_title {
    font-family: Pretendard;
    background-color: #ee6565;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    top: 35%; left: 50%;
    margin-left: -270px;
    width: 540px;
    font-size: 25px;
}
.call_box {
    width: 440px; height: 220px;
    margin: 20px 0 0;
    padding: 40px 56px 59px 40px;
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(to bottom, #fff 93%, #ebe7e0);
    position: absolute;
    bottom: 0; right: 150px;
}
.call_box .call_txt01 {
    font-family: 'esamanruOTF';
    font-size: 25px;
}
.call_box .call_txt02 {
    font-family: 'GmarketSansBold';
    font-size: 35px;
    color: #ee6565;
    margin: 15px 0;
}
.call_box .call_txt03 {
    font-family: Pretendard;
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #666;
}
.call_box_img {
    position: absolute;
    bottom: 160px; right:350px;
}
.metapo {
    margin-top: 120px;
}
.metapo_scroll {
    display: flex;
    justify-content: space-between;
}

.metapo_box img {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
}
.metapo_box p {
    text-align: center;
    margin-top: 15px;
    font-family: 'esamanruOTF';
    font-size: 20px;
}
.bar {
    display: block;
    width: 100%; height: 1px;
    background-color: #e6e6e6;
    margin: 120px 0;
}
.bus {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
}
.bus> div {
    width: 49%;
}
.bus img{
    border-radius: 20px;
    overflow: hidden;
}
.bus .con_tit {
    font-family: 'esamanruOTF';
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
}
.bus .con_txt {
    font-family: Pretendard;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
}
.bus .swiper-button-next01::after, .bus .swiper-button-next02::after {
    display: none;
}
.bus .swiper-button-prev01::after, .bus .swiper-button-prev02::after {
    display: none;
}
.bus .swiper-button-prev01,.bus .swiper-button-prev02  {
    background-image: url(../img/btn_prev_w.png);
    background-size: cover;
    width: 40px; height: 40px;
    position: absolute;
    top: 40%; left: 5%;
}
.bus .swiper-button-next01, .bus .swiper-button-next02 {
    background-image: url(../img/btn_next_w.png);
    background-size: cover;
    width: 40px; height: 40px;
    position: absolute;
    top: 40%; right: 5%;
}
.now {
    padding: 120px 0;
    background-color: #faf8f5;
    width: 100%;
}
.now table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.now table th {
    font-family: 'esamanruOTF';
    font-size: 18px;
    text-align: center;
    border: none;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 100;
    padding: 20px 0;
}
.now tr {
    border-collapse: collapse;
    border-spacing: 0;
}
.now table td {
    font-size: 16px;
    font-family: 'esamanruOTF';
    font-weight: 200;
    text-align: center;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    line-height: 30px;
}
.now table td:last-child {
    color: #fff;
}
.now table tr:nth-child(2n) {
    background-color: #fff;
}
.now .pagination ul {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
}
.now .pagination ul li {
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.now .pagination ul li.active {
    width: 40px; height: 40px;
    border-radius: 100%;
    background-color: #000;
}
.now .pagination ul li.active a {
    color: #fff;
}
.price_box {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.price_box > div {
    width: 49%; height: 220px;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #fff;
}
.price_box .box_left {
    width: 70%;
}
.price_box .txt01 {
    font-family: 'esamanruOTF';
    font-size: 25px;
    margin-bottom: 10px;
}
.price_box .txt02 {
    font-size: 16px;
}
.price_box .txt03 {
    font-family: 'GmarketSansBold';
    font-size: 22px;
    margin-top: 20px;
}
.price_box .txt04 {
    font-family: Pretendard;
    font-size: 16px;
    margin-top: 15px;
}
.price_box .txt05 {
    font-family: 'esamanruOTF';
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 20px;
    color: #ee6565;
    width: 190px;
    font-size: 18px;
    margin-top: 80px;
}
.price_box .txt05 img {
    margin-left: 10px;
}
.price_box .box_right {
    margin-top: 60px;
}
.popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}
.popup-btn {
    color: #ee6565;
}
.popup-view {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 880px;
    height: 2050px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1000;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
} 
.popup-close {
    display: inline-block;
    position: absolute;
    top: 20px; right: 20px;
}
.popup-view .inner {
    padding: 50px 40px;
}
.popup-view .bar {
    display: block;
    width: 100%; height: 2px;
    background-color: #000;
    margin: 20px 0;
}
.qna_wr ul {
    width: 100%;
    padding: 10px 0;
    display: flex;
}
.qna_wr .qna_box {
    padding: 30px 0;
}
.qna_wr i {
    font-size: 8px;
}
.qna_wr ul .title {
    width: 120px;
    font-size: 18px;
    margin-right: 20px;
    line-height: 50px;
    font-family: 'esamanruOTF';
    color: #000;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}
.qna_wr ul .title02 {
    font-size: 18px;
    line-height: 50px;
    font-family: 'esamanruOTF';
    color: #000;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.qna_wr .box01 {
    width: 616px;
}
.qna_wr .box02 {
    width: 200px;
}
.qna_wr ul .wr_box {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0px 14px;
}
.qna_wr ul textarea.wr_box {
    padding: 14px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    font-family: pretendard;
}
.qna_wr ul #radio {
    width: 50%;
}

/* .qna_wr ul  input[type="text"] {
    border: 1px solid #000;
    width: 300px;
    height: 30px;
    font-family: prentendard;
} */
.qna_wr .qna_txt {
    padding: 30px 0 30px;
    border-top: 1px solid #000;
    border-bottom: 4px solid #000;
    font-size: 16px;
}
.qna_wr .qna_txt p:last-child {
    margin-bottom: 20px;
}
.qna_wr .qna_txt .check {
    color: #000;
    font-size: 18px;
    font-family: 'esamanruOTF';
}
.qna_wr .qna_txt input {
    float: left;
    margin: 5px 10px 0 0;
}
.qna_wr .qna_txt a {
    font-family: 'esamanruOTF';
    color: #000;
    float: right;
}
.qna_wr .qna_txt img {
    width: 14px;
}
.qna_wr label {
    font-size: 18px;
    line-height: 2rem;
    margin-right: 15px;
    font-family: 'esamanruOTF';
    color: #000;
}
.hidden {
    display: none;
}
.qna_wr .travel, .qna_wr .car {
    color: #000;
    width: 200px; height: 50px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    font-family: pretendard;
}
.qna_wr .car {
    margin-right: 20px;
    font-family: pretendard;
}
.qna_wr .number, .qna_wr .time, .qna_wr .city  {
    color: #000;
    width: 100px; height: 50px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    margin-right: 40px;
    font-family: pretendard;
} 
.qna_wr .city {
    margin-right: 20px;
}
.qna_wr .box03 {
    display: flex;
}
.qna_wr .box03 textarea {
    margin-right: 10px;
    width: 100px;
}
.qna_wr .box04 {
    width: 496px;
}
.qna_wr .box05 {
    width: 616px;
}
.qna_wr ul .wr_box02 {
    width: 100%;
    height: 200px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0px 14px;
    font-family: pretendard;
}
.qna_wr ul textarea.wr_box02 {
    padding: 14px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.qna_wr .box06 {
    position: relative;
    color: #000;
    font-size: 18px;
    padding: 0px;
    background-color: #fff;
    border-radius: 0;
    margin-right: 20px;
}
.qna_wr .box06 > img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(calc(-50% - 5px));
}

[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    margin-right: 10px;
    color: #000;
}
[type="radio"]:checked {
    border: 0.4em solid #000;
}
.qna_wr .txt {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    line-height: 50px;
}
.qna_wr .wr_btn_box {
    width: 100%;
    text-align: center;
}
.qna_wr .wr_btn {
    width:160px; height: 50px;
    background-color: #000;
    border-radius: 25px;
    color: white;  
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 0 auto;
    font-family: 'esamanruOTF';
    outline: 0;
    border: 0;
    margin-bottom: 100px;
}
.qna_wr .wr_btn p {
    margin-right: 5px;
}
.qna_wr .wr_btn  img{
    width: 14px; height: 11px;
}
.qna_txt .qna_txt_tit {
    font-size: 18px;
    margin-right: 20px;
    line-height: 50px;
    font-family: 'esamanruOTF';
    color: #000;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}
.ui-widget-header { border: 0px solid #dddddd; background: #fff; } 

 .ui-datepicker-calendar>thead>tr>th { font-size: 14px !important; } 

 .ui-datepicker .ui-datepicker-header { position: relative; padding: 10px 0; } 

 .ui-state-default,
 .ui-widget-content .ui-state-default,
 .ui-widget-header .ui-state-default,
 .ui-button,
 html .ui-button.ui-state-disabled:hover,
 html .ui-button.ui-state-disabled:active { border: 0px solid #c5c5c5; background-color: transparent; font-weight: normal; color: #454545; text-align: center; } 

 .ui-datepicker .ui-datepicker-title { margin: 0 0em; line-height: 16px; text-align: center; font-size: 14px; padding: 0px; font-weight: bold; } 

 .ui-datepicker { display: none; background-color: #fff; border-radius: 4px; margin-top: 10px; margin-left: 0px; margin-right: 0px; padding: 20px; padding-bottom: 10px; width: 300px; box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1); } 

 .ui-widget.ui-widget-content { border: 1px solid #eee; } 

 #datepicker:focus>.ui-datepicker { display: block; } 

 .ui-datepicker-prev,
 .ui-datepicker-next { cursor: pointer; } 

 .ui-datepicker-next { float: right; } 

 .ui-state-disabled { cursor: auto; color: hsla(0, 0%, 80%, 1); } 

 .ui-datepicker-title { text-align: center; padding: 10px; font-weight: 100; font-size: 20px; } 

 .ui-datepicker-calendar { width: 100%; } 

 .ui-datepicker-calendar>thead>tr>th { padding: 5px; font-size: 20px; font-weight: 400; } 

 .ui-datepicker-calendar>tbody>tr>td>a { color: #000; font-size: 12px !important; font-weight: bold !important; text-decoration: none;}

 .ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover { cursor: auto; background-color: #fff; } 

 .ui-datepicker-calendar>tbody>tr>td { border-radius: 100%; width: 44px; height: 30px; cursor: pointer; padding: 5px; font-weight: 100; text-align: center; font-size: 12px; } 

 .ui-datepicker-calendar>tbody>tr>td:hover { background-color: transparent; opacity: 0.6; } 

 .ui-state-hover,
 .ui-widget-content .ui-state-hover,
 .ui-widget-header .ui-state-hover,
 .ui-state-focus,
 .ui-widget-content .ui-state-focus,
 .ui-widget-header .ui-state-focus,
 .ui-button:hover,
 .ui-button:focus { border: 0px solid #cccccc; background-color: transparent; font-weight: normal; color: #2b2b2b; } 

 .ui-widget-header .ui-icon { background-image: url('../img/btns.png'); } 

 .ui-icon-circle-triangle-e { background-position: -20px 0px; background-size: 36px; } 

 .ui-icon-circle-triangle-w { background-position: -0px -0px; background-size: 36px; } 

 .ui-datepicker-calendar>tbody>tr>td:first-child a { color: red !important; } 

 .ui-datepicker-calendar>tbody>tr>td:last-child a { color: #0099ff !important; } 

 .ui-datepicker-calendar>thead>tr>th:first-child { color: red !important; } 

 .ui-datepicker-calendar>thead>tr>th:last-child { color: #0099ff !important; } 

 .ui-state-highlight,
 .ui-widget-content .ui-state-highlight,
 .ui-widget-header .ui-state-highlight { border: 0px; background: #f1f1f1; border-radius: 50%; padding-top: 10px; padding-bottom: 10px; } 

 .inp { padding: 10px 10px; background-color: #f1f1f1; border-radius: 4px; border: 0px; } 

 .inp:focus { outline: none; background-color: #eee; } 
@media (max-width:1440px) {
    #visual_main .visual_main {
        height: 900px;
    }
    .visual_main .visual_title {
        font-size: 50px;
    }
    .visual_main .visual_sub_title {
        font-size: 20px;
        top: 32%;
        width: 435px;
        margin-left: -217.5px;
    }
    
}

@media (max-width:1024px) {
    #visual_main .visual_main {
        height: 600px;
    }
    .nav  {
        padding: 20px 40px;
    }
    .nav .logo {
        width: 150px;
    }
    .nav .qna {
        width: 150px; height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .visual_main .visual_title {
        font-size: 35px;
    }
    .visual_main .visual_sub_title {
        font-size: 18px;
        top: 34%;
        padding: 7px 12px;
        width: 380px;
        margin-left: -190px;
    }
    .call_box {
        width: 350px;
        height: 180px;
        right: 100px;
        padding: 30px;
    }
    .call_box .call_txt02 {
        font-size: 30px;
    }
    .call_box .call_txt03 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .call_box_img {
        right: 250px;
        bottom: 140px;
    }
    .call_box_img img {
        width: 60px;
    }

    .title {
        font-size: 40px;
    }
    .sub_title {
        font-size: 18px;
    }
    .metapo_box img  {
        padding: 20px;
    }
    .bus img {
        width: 100%;
    }
    .bus .bus01 {
        margin-right: 20px;
    }
    .bus .con_tit {
        font-size: 25px;
    }
    .bus .con_txt {
        font-size: 18px;
    }
    .price_box > div {
        padding: 30px;
    }
    .price_box .box_left {
        width: 80%;
    }
    
    .popup-view {
        width: 700px;
        height: 2000px;
    } 

    .popup-view .inner {
        padding: 50px 30px;
    }

    .qna_wr ul .title {
        width: 90px;
        margin-right: 10px;
    }

    .qna_wr .box01 {
        width: 505px;
    }
    .qna_wr .box02 {
        width: 200px;
    }

    .qna_wr ul #radio {
        width: 50%;
    }

    .qna_wr .travel, .qna_wr .car {
        color: #000;
        width: 200px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 18px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
    }
    .qna_wr .car {
        margin-right: 10px;
    }
    .qna_wr .number, .qna_wr .time, .qna_wr .city  {
        color: #000;
        width: 100px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 18px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
        margin-right: 20px;
    } 
    .qna_wr .city {
        margin-right: 10px;
    }
    .qna_wr .box03 {
        width: 50px;
    }
    .qna_wr .box04 {
        width: 395px;
    }
    .qna_wr .box05 {
        width: 505px;
    }
    .qna_wr ul .wr_box02 {
        width: 100%;
        height: 200px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        padding: 0px 14px;
    }
    .qna_wr ul textarea.wr_box02 {
        padding: 14px;
        font-size: 16px;
        color: #000;
        overflow: hidden;
    }
    .qna_wr .box06 {
        color: #000;
        width: 300px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 18px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
        margin-right: 10px;
    }
    [type="radio"] {
        vertical-align: middle;
        appearance: none;
        border: 1px solid #e6e6e6;
        border-radius: 50%;
        width: 1.25em;
        height: 1.25em;
        margin-right: 10px;
        color: #000;
    }
    [type="radio"]:checked {
        border: 0.4em solid #000;
    }
    .qna_wr .txt {
        font-size: 18px;
        color: #000;
        margin-left: 10px;
        line-height: 50px;
    }
    .qna_wr .wr_btn_box {
        width: 100%;
        text-align: center;
    }
    .qna_wr .wr_btn {
        width:160px; height: 50px;
        background-color: #000;
        border-radius: 25px;
        color: white;  
        font-weight: 200;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin: 30px auto 0 auto;
        font-family: 'esamanruOTF';
        outline: 0;
        border: 0;
        margin-bottom: 100px;
    }
    .qna_wr .wr_btn p {
        margin-right: 5px;
    }
    .qna_wr .wr_btn  img{
        width: 14px; height: 11px;
    }
    .qna_txt .qna_txt_tit {
        font-size: 18px;
        margin-right: 20px;
        line-height: 50px;
        font-family: 'esamanruOTF';
        color: #000;
        font-weight: bold;
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
    }

}
@media (max-width:768px) {

    .title {
        font-size: 30px;
    }
    .sub_title {
        font-size: 16px;
    }

    #visual_main .visual_main  {
        height: 400px;
    }
    .visual_main .visual_title {
        font-size: 20px;
        top: 20%;
    }
    .visual_main .visual_sub_title {
        font-size: 16px;
        top: 36%;
        margin-left: -175px;
        width: 350px;
        text-align: center;
    }
    .nav .logo {
        width: 150px;
    }
    .nav .logo img {
        width: 100%;
    }
    .nav .qna {
        font-size: 16px;
    }
    .call_box {
        width: 270px;
        height: 120px;
        right: 60px;
        padding: 15px;
    }
    .call_box .call_txt01 {
        font-size: 20px;
    }
    .call_box .call_txt02 {
        font-size: 20px;
        margin: 10px 0;
    }
    .call_box .call_txt03 {
        font-size: 14px;
    }
    .call_box_img {
        right: 160px;
        bottom: 90px;
    }
    .metapo_box img {
        padding: 20px;
        width: 90%;
    }
    .metapo_box p {
        font-size: 16px;
    }
    .bus .con_tit {
        font-size: 20px;
    }
    .bus .con_txt {
        font-size: 16px;
    }
    .price_box .txt01 {
        font-size: 20px;
    }
    .price_box .txt02 {
        font-size: 14px;
    }
    .price_box .txt03 {
        font-size: 20px;
    }
    .price_box .box_right img {
        width: 80%;
        margin-left: 20%;
    }

    .popup-view {
        width: 600px;
    } 
    
    .popup-view .inner {
        padding: 50px 20px;
    }
    
    .qna_wr ul .title {
        width: 90px;
        margin-right: 10px;
    }
    .qna_wr .box01 {
        width: 430px;
    }
    .qna_wr .box02 {
        width: 200px;
    }
    
    .qna_wr ul #radio {
        width: 50%;
    }
    
    .qna_wr .travel, .qna_wr .car {
        color: #000;
        width: 150px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 16px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
    }
    .qna_wr .car {
        margin-right: 10px;
        font-size: 16px;
    } 
    .qna_wr .number {
        width: 70px;
        font-size: 16px;
    }
    .qna_wr .time {
        width: 120px;
        margin-right: 0;
        font-size: 16px;
    }
    .qna_wr .city  {
        width: 100px; 
        margin-right: 10px;
        font-size: 16px;
    } 
    .qna_wr .box03 {
        width: 50px;
    }
    .qna_wr .box04 {
        width: 320px;
    }
    .qna_wr .box05 {
        width: 430px;
    }
    .qna_wr .box06 {
        color: #000;
        width: 300px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 18px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
        margin-right: 10px;
    }
    .qna_txt p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media (max-width:601px) {
    
    .popup-view {
        width: 95%;
        height:500px;
        top: 50%;
        position: fixed;
    } 
    
    .popup-view .inner {
        padding: 30px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 500px;
    }
    
    .qna_wr ul .title {
        width: 70px;
        margin-right: 5px;
        font-size: 14px;
        font-weight: normal;
    }

    .qna_wr ul .title02 {
        font-size: 14px;
    }
    .qna_wr .box01 {
        width: 240px;
    }
    .qna_wr .box02 {
        width: 240px;
    }
    .qna_wr .flex-none {
        display: block;
    }
    .qna_wr ul #radio {
        margin-top: 8px;
    }
    .qna_wr label {
        font-size: 14px;
    }
    .qna_wr .travel, .qna_wr .car {
        color: #000;
        width: 140px; height: 50px;
        border: 1px solid #e6e6e6;
        font-size: 16px;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
    }
    .qna_wr .car {
        margin-right: 0;
        font-size: 14px;
        width: 100%;
    } 
    .qna_wr .number {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
    }
    .qna_wr .time {
        width: 70px;
        font-size: 14px;
    }
    .qna_wr .city  {
        width: 80px; 
        margin-right: 10px;
        font-size: 16px;
    } 
    .qna_wr .box03 {
        width: 100%;
    }
    .qna_wr .box04 {
        width: 150px;
    }
    .qna_wr .box05 {
        width: 240px;
    }
    .qna_wr .box06 {
        width: 160px; 
        font-size: 14px;
    }
    .qna_txt .qna_txt_tit {
        font-size: 14px;
    }
    .qna_txt p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .qna_wr .qna_txt {
        border-bottom: 2px solid #000;
    }
    .qna_wr .qna_txt .check {
        font-size: 14px;
    }
    .qna_wr .wr_btn {
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        font-size: 14px;
    }

    .bus .swiper-button-prev01,.bus .swiper-button-prev02  {
        width: 20px; height: 20px;
    }
    .bus .swiper-button-next01, .bus .swiper-button-next02 {
        width: 20px; height: 20px;
    }
}
@media (max-width:500px) {

    .title {
        font-size: 25px;
    }
    .sub_title {
        font-size: 14px;
    }
    .bar {
        margin: 80px 0;
    }

    #visual_main .visual_main {
        background-image: url(../img/visual_01_m_.png);
        height: 760px;
    }
    .nav .qna {
        display: none;
    }
    .nav .logo {
        margin: 0 auto;
    }
    .visual_main .visual_title {
        display: none;
    }
    .visual_main .visual_title02 {
        display: block;
        position: absolute;
        top: 15%; left: 0;
        font-family: 'esamanruOTF';
        text-align: center;
        font-size: 30px;
        width: 100%;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .visual_main .visual_sub_title {
        font-size: 14px;
        width: 300px;
        top: 32%;
        margin-left: -150px;
    }
    .call_box {
        width: 90%;
        height: 150px;
        right: 5%;
        padding: 30px;
    }
    .call_box .call_txt02 {
        font-size: 30px;
    }
    .call_box .call_txt03 {
        letter-spacing: 0;
    }
    .call_box_img {
        right: 210px;
        bottom: 110px;
    }
    .metapo {
        margin-top: 80px;
    }
    .metapo_box {
        overflow-x: scroll;
        width: 100%;
    }
    .metapo_scroll {
        width: 160%;
    }
    .metapo_scroll>div {
        width: 20%;
    }
    .bus {
        margin-bottom: 80px;
    }
    .bus .bus01 {
        margin-right: 0;
    }
    .bus img {
        border-radius: 15px;
    }
    .bus .con_tit {
        font-size: 18px;
    }
    .bus .swiper-button-prev01,.bus .swiper-button-prev02  {
        top: 33%;
    }
    .bus .swiper-button-next01, .bus .swiper-button-next02 {
        top: 33%;
    }
    .now {
        padding: 80px 0;
    }
    .price_box {
        display: block;
        margin-top: 80px;
    }
    .price_box>div {
        width: 100%;
        height: 190px;
    }
    .price_box .box_left {
        width: 90%;
    }
    .price_box .txt05 {
        margin-top: 60px;
    }
    .price_box>div:first-child {
        margin-bottom: 20px;
    }

    .now_con {
        width: 100%;
        overflow-x: scroll;
    }
    .now .now_scroll {
        width: 140%;
    }
    .now table th {
        font-size: 16px;
    }
    .now table td {
        font-size: 14px;
    }
}