@charset "utf-8";


.main_navi > ul > li:nth-child(2) > a {
    display: inline-block;
    border-bottom: 3px solid #051766;
    color: #222;
    font-weight: 700;
    box-sizing: border-box;
}

.s_tab ul li:nth-child(3) a {
    display: block;
    border-bottom: 3px solid #051766;
    color: #051766;
    font-weight: 700;
    box-sizing: border-box;
}
.s_tab ul li {
    margin-bottom: 0;
}
.d_title {
    display: none;
}
/* main_visual //////////////////// */

.swiper1 {
    width: 100%;
    /* max-width:1920px; */
    margin: 0 auto;
    z-index: 0;
}
.swiper-slide img{
    width: 100%;
    height: auto;
} 
.sw_mb_1 {
    display: none;
}

/* 메인 이전/다음 버튼 ----------------------------------- */
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    /* transform: translateY(-50px); */
    cursor: pointer;
    opacity: 0.5;
    width: 25px;
    height: 55px;
    text-indent: -9999px;
}
.swiper-button-prev {
    left: 1%;
    background: url(../img/main/main_prev.png) no-repeat 0 0;
}
.swiper-button-next {
    right: 1%;
    background: url(../img/main/main_next.png) no-repeat 0 0;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

/* 블릿버튼 스타일 변경 */
.swiper-pagination-bullet {
    background: rgba(196, 196, 196, 0.7);
    opacity: 1;
    width: 30px;
    height: 5px;
    border-radius: 3px;
}
.swiper-pagination-bullet-active {
    background: #051766;
    box-shadow: 0 0 5px #ffffffd7;
}

/* 메인,이벤트 블릿 버튼 ------------------------------------- */
.sw1_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.sw1_btn_2 {
    position: absolute;
    left: 6%;
    bottom: 13px;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.swiper-pagination {
    position: static;
    text-align: left;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}
/* 메인,이벤트 재생/정지 버튼 */
.sw_btn {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../img/main/slide_stop.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-left: 7px;
    margin-top: 7px;
}
.sw_btn.on {
    background: url(../img/main/slide_play.png) no-repeat 0 0;
}


/* p_title //////////////////// */
#p_title h2 {
    margin: 40px 10px 10px;
    font-size: 25px;
    font-weight: 700;
}
#p_title p {
    margin: 0 10px;
    color: #474747;
    font-size: 16px;
    font-weight: 500;
}

/* p_select //////////////////// */
#p_select h3 {
    margin: 120px 10px 15px;
    font-size: 20px;
    font-weight: 700;
}
#p_select .price {
    margin: 10px;
}
#p_select .price h2{
    font-size: 35px;
    font-weight: 700;
    padding: 10px 30px;
    background: #D0E7F6;
    border-radius: 15px 15px 0 0;
}
#p_select .price span {
    color: #051766;
}

#airform fieldset {
    border: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 4px #ccc;
    padding: 10px 0 30px;
}
.goto_1 {
    width: 100%;
}
.goto_1 ul {
    display: flex;
    margin: 25px 15px;
}
.goto_1 ul li {
    padding-right: 30px;
}
#air, #seat, #person_num {
    border: none;
    font-size: 16px;
    color: #474747;
    width: 100px;
    height: 30px;
    text-indent: 10px;
    border-bottom: 1px solid #474747;
}
.goto_2 {
    display: flex;
    align-items: center;
    width: 100%;
}
.goto_2 dl {
    margin: 10px 15px;
}
.goto_2 dt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.goto_2 dd {
    border-bottom: 1px solid #474747;
}
.goto_2 dd img {
    vertical-align: center;
}
.date_group {
    display: flex;
}
.del {
    vertical-align: center;
    transform: scale(0.8);
}
#depart, #arrival {
    border: none;
    outline: none;
    text-indent: 5px;
    color: #474747;
    width: calc(100% - 40px);
    font-size: 15px;
    cursor: pointer;
}
#depart_date, #arrival_date {
    border: none;
    outline: none;
    color: #474747;
    width: 100%;
    /* border-bottom: 1px solid #474747; */
    font: 15px "Noto Sans KR", sans-serif;
    cursor: pointer;
}
.goto_2 .btn {
    width: 30%;
    padding: 10px 10px;
    text-align: center;
    background: #051766;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    margin: 17px;
}
.goto_2 .btn:hover {
    background:#082399;
}



/* p_month //////////////////// */
#p_month h3 {
    margin: 120px 10px 15px;
    font-size: 20px;
    font-weight: 700;
}
.month{
    overflow: visible;
}
.month_aa {
    position: relative;
}
.month_bb {
    margin: 0 auto;
    width: calc(100% - 50px);
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    }
.month ul li {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    border: 1px solid #efefef;
    padding: 20px 30px;
    color: #474747;
    box-sizing: border-box;
    cursor: pointer;
}
.month ul li.active {
    background: #051766;
    color: #fff;
    cursor: pointer;
}
.month ul li span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.month ul li.active span {
    color: #fff;
}
.month ul li strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
#p_month figure {
    text-align: center;
    margin: 30px 10px 10px;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 15px;
}
#p_month figure img {
    max-width: 100%;
}
#p_month .comment p {
    margin: 0 10px;
    color: #474747;
}
#p_month .comment {
    margin: 10px 0;
}

/* 월별용 이전/다음 버튼 ----------------------------------- */
.s_next, .s_prev {
    /* margin: 0 10px; */
    position: absolute;
    z-index: 10;
    top: 55%;
    /* transform: translateY(-50px); */
    cursor: pointer;
    width: 10px;
    height: 23px;
    text-indent: -9999px;
    opacity: 1;
}
.s_prev {
    left: 1%;
    background: url(../img/sub_02/Shape_slim01.png) no-repeat 0 0;
}
.s_next {
    right: 1%;
    background: url(../img/sub_02/Shape_slim02.png) no-repeat 0 0;
}

/* p_tip //////////////////// */
#p_tip ul {
    display: flex;
    justify-content: space-between;
    margin: 100px 10px;
}
#p_tip ul li {
    width: 48.5%;
    border: 10px solid #D0E7F6;
    border-radius: 15px;
    box-shadow: 2px 2px 3px #999;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;  
}
#p_tip ul li a {
    color: #000;
}
#p_tip ul li figure img {
    height: 100%;
    vertical-align: bottom;
}
#p_tip .more {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    margin-top: 20px;
    color: #474747;
}
#p_tip strong {
    padding: 0 20px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
#p_tip p {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}

@media screen and (max-width:960px) {
    /* 메인슬라이드 반응형---------- */
    .sw_pc_1 {
        display: none;
    }
    .sw_mb_1 {
        display: block;
    }
    .sw1_btn {
        transform: scale(0.8);
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
    }
    /* 가격조회 반응형 ------------- */
    .goto_1 ul {
        display: flex;
        margin: 25px 5%;
        width: 90%;
    }
    .goto_1 ul li {
        padding-right: 10px;
    }
    #air, #seat, #person_num {
        font-size: 14px;
        width: 70px;
    }
    .goto_2 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .goto_2 dl {
        width: 90%;
    }
    .date_group {
        display: flex;
        width: 95%;
    }
    #depart, #arrival {
        font-size: 14px;
    }
    .goto_2 .btn {
        width: 90%;
        text-align: center;
    }
    /* 여행팁 반응형 -------------- */
    #p_tip ul {
        display: flex;
        flex-direction: column;
        margin: 50px 10px;
    }
    #p_tip ul li {
        width: 100%;
        margin-bottom: 20px;
    }
} /* 모바일,태블릿: 0부터 960까지 */


@media screen and (max-width:768px) {
    #p_select h3 {
        margin-top: 60px;
    }
    /* 가격조회 문안-------------- */
    #p_select .price h2 {
        font-size: 25px;
    }
    #p_month figure {
        display: none;
    }
    /* 월별 가격표 -------------- */
    .swiper2 {
        max-width: 350px;
        overflow: visible;
    }
} /* 최소용_모바일: 0부터 768px까지 */

@media screen and (max-width:500px) {
    /* 최상단 탭메뉴 안보이게 */
    .s_tab ul li a, .s_tab ul li:nth-child(3) a {
        display: none;
    }
    /* p_title //////////////////// */
    #p_title h2 {
        margin: 20px 10px 10px;
        font-size: 20px;
    }
    #p_title p {
        font-size: 14px;
    }
    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border-radius: 8px;
    }
    .sw1_btn .sw_btn, .swiper-button-next, .swiper-button-prev  {
        display: none;
    }
    /* 모바일용 d_title----------------- */
    .d_title {
        display: block;
    }
    .d_title h4 {
        margin-left: 10px;
        font-size: 20px;
        color: #636363;
    }
    .d_title h2 {
        margin-left: 5px;
        font-size: 35px;
        font-weight: 700;
        color: #051766;
        margin-bottom: 20px;
    }
    /* 가격조회 문안-------------- */
    #p_select .price h2 {
        font-size: 20px;
    }
    /* 여행팁 반응형 -------------- */

    #p_tip ul li figure {
        width: 50%;
        overflow: hidden;
    }
} /* 모바일: 0부터 500까지 */

@media screen and (min-width:769px) {
    .month ul li:hover {
        background: #082399;
        color: #fff;
        cursor: pointer;
    }
    .month ul li:hover span{
        color: #fff;
    }
    #p_tip ul li:hover {
        border: 10px solid #addeff;
    }
    #p_tip ul li:hover .more {
        color: #051766;
        font-weight: 700;
    }
} /* 마우스오버 활성화: 769부터 */