@charset "utf-8";

/* 모든 컨텐츠 넘치지 않도록 ------------------------- */
#wrap {
    overflow: hidden;
}
header {
    z-index: 1000;
}

/* 메인슬라이드 스타일------------------------------- */
.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, .sw1_btn_3 {
    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;
}


/* 날씨 경고 ------------------------------------- */
.warning {
    position: relative;
}
.w_txt {
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
}
.w_txt ul {
    position: relative;
    width: 100%;
    height: 40px;
}
.w_txt ul li {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
}
.w_txt ul li:first-child {
    top: 0;
}
.w_txt ul li a {
    color: #f00;
}
.w_txt ul li a img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
.w_txt ul li a span {
    display: inline-block;
    margin-left: 5px;
}
/* 이전 다음 버튼 ----------------------------------- */
.prev, .next {
    position: absolute;
    z-index: 10;
    right: 2%;
    cursor: pointer;
    transform: scale(1.2);
}
.prev {
    top: 0%;
}
.next {
    top: 45%;
}


/* 예약 탭 스타일 --------------------------------- */
#container {
    margin: 0 10px;
}
ul.tab {
    display: flex;
}
ul.tab li {
    width: 25%;
}
ul.tab li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #051766;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0;
    box-sizing: border-box;
}
ul.tab li.selected a {
    background: #fff;
    color: #051766;
    border: 1px solid #eee;
    border-bottom: none;
}
.tab_body {
    margin-bottom: 100px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 4px #ccc;
    height: 235px;
}
.tab_body > form {
    display: none;
}
.tab_body > form:first-child {
    display: block;
}

/* 예약 폼태그 ------------------------------------ */
#airform fieldset, #schform fieldset {
    border: none;
    padding: 10px 0 30px;
}
.goto_1, .goto_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goto_left {
    display: flex;
    justify-content: start;
    flex-grow: 1;
    align-items: center;
}
.reser_mile {
    display: flex;
    width: 240px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 20px 40px;
}
.reser_mile span {
    line-height: 50px;
    font-size: 17px;
    font-weight: 500;
    color: #474747;
    cursor: pointer;
}
.reser_mile span.active {
    display: block;
    width: 100px;
    color: #fff;
    background: #051766;
    border-radius: 25px;
    text-align: center;
}
.reser_mile span.mile {
    width: 50%;
    text-align: center;
}
.retour ul {
    display: flex;
    margin-left: 10px;
}
.retour ul li {
    color: #9e9e9e;
    font-size: 18px;
    font-weight: 500;
    margin-right: 75px;
}
.retour ul li a img, .near_date a img {
    width: 15px;
    height: 15px;
    vertical-align: center;
}
.retour ul li input {
    display: none;
}
.retour ul li label {
    cursor: pointer;
}
.retour ul li input:checked + label {
    background-position-y: 2px;
    color: #000;
    text-decoration: underline 3px solid #f00;
    text-underline-offset: 5px;
}
.near_date {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.near_date input {
    margin: 0 5px;
}
.near_date label {
    color: #474747;
    margin-right: 5px;
}
.depart_arrival {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 40px;
}
.depart_arrival a {
    display: block;
    color: #000;
}
.depart strong, .arrival strong {
    font-size: 25px;
}
.depart p, .arrival p {
    font-size: 18px;
}
.arrival strong, .arrival p {
    color: #636363;
}
.depart_arrival a img {
    width: 40px;
    height: 40px;
    padding: 10px;
}
.reser_form {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
.sch_check_form {
    display: block;
    width: 45%;
}
.reser_form dl {
    width: 23%;
}
.reser_form dt, .num_form dt, .name_form dt, .sch_check_form dt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.reser_form dd, .num_form dd, .name_form dd, .sch_check_form dd {
    border-bottom: 1px solid #474747;
}
#depart_date, #depart_date2, #arrival_date, #person_num, #seat, #re_num, #re_num2, #dep_date, #check_date, #name_first, #name_first2, #name_full, #name_full2 {
    border: none;
    outline: none;
    color: #474747;
    width: 100%;
    font: 14px "Noto Sans KR", sans-serif;
}
#check_date {
    color: #000;
    font-weight: 600;
}
.check_date_txt {
    color: #636363;
    font-weight: 400;
    font-size: 13px;
}

.reser_btn, .look_btn, .sch_btn {
    padding: 8px 6%;
    background: #051766;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 3%;
}
.look_btn {
    height: 30px;
    margin: 0px 2%;
    width: 53px;
    text-align: center;
}
.reser_btn:hover, .look_btn:hover .sch_btn:hover {
    background:#082399;
}

/* 예약조회 폼태그 ---------------------------- */
#lookform fieldset, #checkform fieldset {
    border: none;
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goto_3, .goto_4 {
    margin: 20px 2%;
}
.num_form, .name_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.num_form dl, .name_form dl {
    width: 48%;
    margin-top: 10px;
}
.mine, .mine2 {
    color: #474747;
    font-weight: 500;
    margin: 10px 0;
}
.kor_name {
    color: #636363;
    margin: 10px 0;
}
/* 이벤트 ------------------------------------ */
#main_event {
    background: linear-gradient(to bottom, #fff 0%,#fff 38%,#d0e7f6 38%,#d0e7f6 83%,#fff 83%, #fff 100%);
    margin-bottom: 80px;
}
.ev_title, .pop_title {
    display: flex;
    align-items: center;
}
.ev_title strong, .pop_title strong {
    flex-grow: 1;
    width: 50%;
    font-size: 25px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-left: 60px;
    margin-bottom: 30px;
    text-align: center;
    color: #051766;
}
.ev_title a, .pop_title a {
    margin-right: 10px;
    color: #474747;
}
.ev_title a:hover, .pop_title a:hover {
    text-decoration: underline;
}

/* 이벤트 슬라이드 스타일------------------------------- */
.swiper2 {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    position: relative;
    padding-bottom: 40px;
}
.swiper2 img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 4px #ccc;
    transition: 0.3s;
}
.ev_slide_1 a img {
    width: 100%;
    transform:scale(0.95) translateX(10%);
}
.ev_slide_2 a img {
    width: 100%;
    transform:scale(0.95) translate(-10%, 40px);

}

/* 인기항공편 스타일------------------------------- */
#popular {
    margin-bottom: 80px;
}
.place ul {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
}
.place ul li {
    width: 24%;
}
.place ul li figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
}
.place ul li a figure > img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 10px;

    transition: 0.3s;
}
.flag {
    transform: rotate(-35deg) translate(-30px, -190px);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0 30px;
    transition: 0.3s;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.flag img {
    transform: rotate(35deg) translate(25px, 80px);
}
.place ul li a p {
    color: #474747;
    margin: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* 공지사항고객센터 스타일------------------------------- */
#customer {
    padding: 60px 0;
    background: #d0e7f6;
    margin-bottom: 80px;
}
.cu_contents {
    display: flex;
    justify-content: space-between;
}
.notice, .faq, .question {
    margin: 0 10px;
    width: 32%;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    align-items: center;
    overflow: hidden;
    box-shadow: 2px 2px 4px #ccc;
}
.notice .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.notice .more {
    display: inline-block;
    padding: 5px;
    color: #636363;
}
.notice ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.notice ul li a {
    display: flex;
    justify-content: space-between;
    color: #474747;
}
.notice ul li a strong {
    color:#474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice ul li a time {
    color:#636363;
    font-size: 13px;
    font-weight: 300;
}
.faq a, .question a {
    display: flex;
    color: #000;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.faq img, .question img {
    padding-top: 10px;
    vertical-align: top;
}
.bntxt {
    text-align: right;
    margin-left: 10px;
}
.bntxt strong {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}
.bntxt p {
    color: #474747;
}
.bntxt span {
    display: inline-block;
    margin: 10px 0;
    padding: 7px 15px;
    background: #051766;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}
.bntxt span:hover {
    background: #082399;
}

/* 여행가이드 스타일------------------------------- */
.gu_title strong, .al_title strong  {
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #051766;
}
.gu_contents {
    margin-bottom: 80px;
}
.gu_contents > li {
    height: auto;
    border-radius: 15px;
    box-shadow: 2px 2px 3px #999;
    text-align: center;
    overflow: hidden;
}
.gu_contents > li {
    color: #222;
    position: relative;
    cursor: pointer;
}
.gu_contents > li >  figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.gu_contents > li > figure > img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gu_contents > li > span.gu_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    font-size: 40px;
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    background: #05176680;
    border-radius: 10px;
}
.gu_contents > li > strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    color: #000;
}
.gu_contents > li >  span {    
    display: block;
    font-size: 16px;
    color: #636363;
    padding: 0 30px;
    margin-bottom: 20px;
}
.sw1_btn_3 {
    display: none;
}

/* 가이드 마우스오버 메뉴------------------------------- */
.gu_contents > li > figure {
    position: relative;
}
.gu_hv_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%; /* 닫힘:-100% */
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}
.gu_hv_bg > ul {
    margin: 10px 0;
    right: -100%; /* 닫힘:-100% */
    z-index: 1001;
    overflow-y: auto;
}
.gu_hv_bg > ul > li {
    text-align: right;
    line-height: 30px;
    margin: 5px 0;
}
.gu_hv_bg > ul > li > a {
    display: inline-block;
    color: #fff;
    background: #01051a;
    padding: 0 25px;
    border-radius: 20px 0 0 20px;
    font-weight: 300;
}
.hv_close {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}
.hv_close span {
    color: #fff;
    font-size: 35px;
}

/* 제휴 메뉴 스타일 ------------------------------- */
#alliance {
    background: #d0e7f6;
    padding-top: 65px;
    padding-bottom: 60px;
}
#alliance_mb {
    display: none;
}
.al_list {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.al_list > li > .al_img {
    margin: 0 10px;
    width: 130px;
    height: 130px;
    background: #fff url(../img/main/resort_img.png) no-repeat 0 0;
    border-radius: 15px;
}
.al_list > li:nth-child(2) > .al_img {
    background-position-x: -130px;
}
.al_list > li:nth-child(3) > .al_img {
    background-position-x: -260px;
}
.al_list > li:nth-child(4) > .al_img {
    background-position-x: -390px;
}
.al_list > li:nth-child(5) > .al_img {
    background-position-x: -520px;
}
.al_list > li:nth-child(6) > .al_img {
    background-position-x: -650px;
}

.al_list > li {
    position: relative;
    padding-bottom: 40px;
}
.al_list li p {
    text-align: center;
    font-size: 16px;
    color: #474747;
    font-weight: 600;
    margin: 10px 0;
}
.affiliate {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    margin: 10px 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.affiliate .triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    left: calc(50% - 8px);
    top: -15px;
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.affiliate ul {
    border-radius: 10px;
    display: flex;
    background: #fff;
    overflow: hidden;
}
.affiliate ul li {
    position: relative;
    padding: 5px 10px;
}
.affiliate ul li::after {
    content: '';
    position: absolute;
    height: 20px;
    border-right: 1px solid #9e9e9e;
    right: 0px;
    top: 10px;
}
.affiliate ul li:last-child::after {border-right: none;}

.affiliate ul li a {
    display: block;
    color: #474747;
    font-weight: 600;
    text-align: center;
}
.affiliate ul li a img {
    vertical-align: top;
    transform: scale(0.8);
    transition: 0.3s;
}

.affiliate ul li a span {
    display: inline-block;
    width: 100px;
}



@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: 20px;
    }
    
    /* 이벤트 블릿 -----------------*/
    .swiper-pagination3 {
        text-align: center;
    }
    /* 제휴예약 모바일용 ---------------- */
    #alliance {
        display: none;
    }
    #alliance_mb {
        display: block;
        background: #d0e7f6;
        padding-top: 65px;
        padding-bottom: 60px;
    }
    .all_mb_navi > ul {
        padding: 0 20px
    }
    .all_mb_navi > ul > li {
        padding-bottom: 20px;
    }
    .all_mb_img {
        background: #ffffffa6;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
    }
    .all_mb_img.on {
        background: #fff;
        border-radius: 10px 10px 0 0;
    }
    .all_mb_img img {
        padding: 10px 20px;
    }
    .all_mb_img strong {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        cursor: pointer;
    }
    .all_mb_img span {
        flex-grow: 1;
        text-indent: -9999px;
        display: block;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
        background: url(../img/main/up_down.png) no-repeat 100% -15%;
    }
    .all_mb_img.on span {
        background-position-y: -50px;
    }
    .all_s_navi {
        display: none;
    }
    .all_s_navi ul {
        display: flex;
        border-top: 1px dashed #9e9e9e;
        background: #fff;
        border-radius: 0 0 10px 10px;
    }
    .all_s_navi ul li {
        position: relative;
        padding: 10px 2px;
    }
    .all_s_navi ul li::after {
        content: '';
        position: absolute;
        height: 20px;
        border-right: 1px solid #9e9e9e;
        right: 0px;
        top: 15px;
    }
    .all_s_navi ul li:last-child::after {border-right: none;}
    .all_s_navi ul li:last-child span {
        padding-left: 10px;
    }
    .all_s_navi ul li a {
        display: block;
        padding: 0px;
        color: #474747;
    }

} /* 모바일,태블릿: 0부터 960까지 */


@media screen and (max-width:768px) {
    /* 예약란 반응형-------------- */
    #container {
        margin: 30px 10px;
    }
    ul.tab li a {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .tab_body {
        height: auto;
    }
    .goto_1, .goto_2 {
        display: flex;
        flex-direction: column;
    }
    .goto_left {
        display: flex;
        flex-direction: column;
    }
    .retour ul li {
        margin: 0 20px;
        margin-bottom: 20px;
    }
    .near_date {
        margin-right: 0;
    }
    .depart, .arrival {
        transform: scale(1.1);
        padding: 20px;
    }
    .reser_form {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
    }
    .sch_check_form {
        width: 90%;
    }
    .reser_form dl {
        width: 45%;
        padding-bottom: 40px;
    }
    .sch_check_form dl {
        margin-left: 0px;
        padding-bottom: 40px;
    }

    .reser_btn, .look_btn, .sch_btn {
        padding: 8px 120px;
        margin: 0 20px;
    }
    /* 예약조회 폼태그--------------- */
    #lookform fieldset, #checkform fieldset {
        flex-direction: column;
        padding: 30px 0 30px;
    }
    .goto_3, .goto_4 {
        width: 90%;
    }
    .num_form, .name_form {
        flex-direction: column;
    }
    .num_form dl, .name_form dl {
        width: 98%;
        margin-top: 10px;
    }
    

    /* 이벤트 반응형------------------ */
    #guide {
        padding: 0 0 30px;
    }
    .sw_btn {
        margin-top: 2px;
    }
    .sw1_btn_2, .sw1_btn_3 {
        width: 100%;
        left: 0;
    }
    .sw1_btn_3 {
        bottom: -40px;
    }
    .swiper2 {
        max-width: 90%;
        overflow: visible;
    }
    .ev_slide_1 a img {
        transform: none;
    }
    .ev_slide_2 a img {
        transform: none;
    }
    /* 인기항공편 2개 노출 조절-------- */
    #popular {
        margin-bottom: 50px;
    }
    .place ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .place ul li {
        width: 45%;
        margin-bottom: 30px;
    }
    .place ul li .flag {
        transform: rotate(-35deg) scale(0.8) translate(-25px, -180px);
    }    
    /* 고객센터 반응형-------------- */
    #customer {
        padding: 40px 0;
    }
    .cu_contents {
        display: flex;
        flex-direction: column;
    }
    .notice, .faq, .question {
        width: 95%;
        margin: 10px 10px;
    }
    /* 가이드 반응형-------------- */
    .swiper3 {
        max-width: 350px;
        overflow: visible;
    }
    .sw1_btn_3 {
        display: block;
    }
    
} /* 모바일: 0부터 768px까지 */

@media screen and (max-width:500px) {
    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border-radius: 8px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .sw1_btn .sw_btn {
        display: none;
    }
    .warning {
        display: none;
    }
} /* 최소모바일: 0부터 500까지 */

@media screen and (min-width:769px) and (max-width:1100px) {
    /* 예약조회 폼태그--------------- */
    #lookform fieldset, #checkform fieldset {
        padding: 10px 0 30px;
    }
    .goto_3, .goto_4 {
        margin: 20px 10px 10px 20px;
    }
    .num_form, .name_form {
        flex-direction: column;
    }
    .num_form dl, .name_form dl {
        width: 98%;
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    /* 예약란 반응형(중간크기)-------------- */
    ul.tab li a {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0px;
    }
    .depart_arrival {
        margin: 20px 25px;
    }
    .reser_mile {
        margin: 20px 25px;
    }
    .retour ul li {
        margin-right: 25px;
    }
    .reser_btn, .sch_btn {
        margin: 0px 20px;
    }
    /* 고객센터 반응형-------------- */
    #customer {
        padding: 40px 0;
    }
    .cu_contents {
        display: flex;
        flex-wrap: wrap;
    }
    .notice {
        width: 100%;
        margin: 10px 10px;
    }
    .faq, .question {
        width: 47%;
        margin: 10px 10px;
    }
} /* 중간: 769부터 960까지 */


@media screen and (min-width:769px) {
    /* 이벤트 마우스오버-------------- */
    .ev_slide_1 a:hover img {
        transform: scale(1) translateX(10%);
    }
    .ev_slide_2 a:hover img {
        transform: scale(1) translate(-10%, 40px);
    }
    /* 인기항공편 마우스오버-------------- */
    .place ul li:hover a figure > img {
        transform: scale(1.1);
    }
    .place ul li:hover .flag {
        transform: rotate(-35deg) translate(-10px, -130px);
    }
    .place ul li:hover a p {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    /* 공지사항 마우스오버---------------- */
    .notice ul li a:hover strong {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    /* 가이드 마우스오버---------------- */
    .gu_contents > li > span.gu_icon:hover {
        background: #051766;
    }
    .gu_hv_bg > ul > li > a:hover {
        color: #051766;
        background: #81C4EA;
        font-size: 15px;
        font-weight: 700;
    }
    /* 제휴 마우스오버----------------- */
    .al_list > li:hover > .al_img {
        background-color: #051766;
        background-position-y: -130px;
    }
    .affiliate ul li:hover img {
        transform: scale(1);
    }
    .al_list li:hover p, .affiliate ul li a:hover span {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .al_list > li:hover > .affiliate {
        display: flex;
    }
} /* 마우스오버 활성화: 769부터 */
