/**/
@import url('https://fonts.googleapis.com/css2?family=Asta+Sans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Maru+Gothic&display=swap');
/* @import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css'); */
/* @import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap'); */
/* @font-face {
    font-family: 'FlightSans-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
} */
/* .josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
} */
/* @font-face {
    font-family: 'SANGJUDajungdagam';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/SANGJUDajungdagam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* body {
    margin: 0px !important;
} */

#event_body {
    /* --m-h1: 3rem;
    --m-h3: 1.8rem;
    --m-p: 1rem; */
    --bluecolor: #13469b;
    --m-b: 6rem;

    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #ed1c24;
    --swiper-theme-color: #F3F900;
}
#event_footer {
    margin: 0;
    padding: 30px 0;
}
@media (min-width: 992px) {
    #event_body {
        /* --m-h1: 3rem; */
        /* --m-h3: 1.8rem; */
        /* --m-p: 1rem; */
        --m-b: 8rem;
    }
}


@media (max-width: 991px) {
    .container {
        padding: 0 24px;
    }
}

.s_b {
    margin-bottom: var(--m-b);
    line-height: 1.8;
}
.s_b.gray {
    padding: var(--m-b) 0;
    background-color: #f5f5f5;
}
.s_b.bg {
    padding: var(--m-b) 0;
}

.bold {
    font-weight: 700;
}
.sub {
    font-size: .7em;
}
.large {
    font-size: 1.3em;
}
.u {
    display: inline-block;
    line-height: 1.1;
    border-bottom: 1px solid #333;
}
.b {
    display: inline-block;
    font-weight: bold;
}
.blue {
    display: inline-block;
    color: #13469b;
    font-weight: bold;
    font-size: 1.4em;
    vertical-align: middle;
    margin-right: 5px;
}






#event_header {
    /* background-color: #edb126c2; */
    background-color: #183c587a;
}





#s_0 {
    position: relative;
    height: 100svh;
    background: url('/common/event/images/family_travel/main_t4_m.webp') no-repeat 50% 100%;
    background-size: cover;
    max-width: 2500px;
    margin-right: auto;
    margin-left: auto;
}

#s_0 .main_txt {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    margin: 65px 0 0 0;
    max-width: 400px;
    width: 90%;
}
.family_travel_logo {
    margin: 0 0 9em 0;
}
.family_travel_logo img {
    display: block;
    margin: 0 auto;
    max-width: 278px;
    width: 100%;
}

#s_0 .t_sub {
    /* font-family: rixseoulstation-pro, sans-serif; */
    font-family: "Asta Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 10px 0 62px 60px;
}
#s_0 .t_sub h2 {
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-family: "Asta Sans", sans-serif;
    font-weight: 800;
}
#s_0 .t_sub h2 .sub_en {
    font-size: 0.7em;
    font-weight: 300;
    padding-left: 8px;
    color: #ffffff;
}
#s_0 .t_sub h4 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 139%;
    font-family: "Asta Sans", sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
}
#s_0 .t_sub h4 span {
    display: block;
}
#s_0 .t_sub h4 span.tx3 {
    font-weight: 700;
}



#main_logo {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    width: 100px;
}

@media (max-height: 700px) {
    #s_0 .main_txt {
        margin: 55px 0 0 0;
    }
    #s_0 .t_sub {
        margin: 10px 0 18px 45px;
    }
    .family_travel_logo {
        margin: 0 0 7em 0;
    }
    #s_0 .t_sub h2 {
        font-size: 2rem;
    }
    #s_0 .t_sub h4 {
        font-size: 1.5rem;
    }
}
/* @media (max-height: 890px) {
    .family_travel_logo {
        margin: 0 0 15em 0;
    }
} */

@media (min-width: 992px) {
    #s_0 {
        background: url('/common/event/images/family_travel/main_t4.webp') no-repeat 50% 80%;
        background-size: cover;
    }

    #s_0 .main_txt {
        flex-direction: column;
        left: 50%;
        top: 65%;
        transform: none;
        margin: 0 0 0 90px;
    }
    .family_travel_logo {
        margin: 0;
    }
    .family_travel_logo img {
        display: block;
        margin: 0;
        width: 100%;
        max-width: 400px;
    }
    #s_0 .t_sub {
        margin: 10px 0 0 4px;
    }
    
    #s_0 .t_sub h2 {
        color: #2c4573;
        display: inline-block;
        border-bottom: 2px solid #385363;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    #s_0 .t_sub h2 .sub_en {
        color: #000;
    }

    #s_0 .t_sub h4 {
        font-size: 1.9rem;
        color: #1c4555;
    }

    #main_logo {
        position: absolute;
        z-index: 10;
        left: 50px;
        /* right: 50px; */
        bottom: 50px;
        width: 180px;
    }
}
@media (min-width: 1200px) {
    #s_0 .main_txt {
        left: 50%;
        top: 57%;
        transform: none;
        margin: 0 0 0 200px;
    }
}
@media (min-width: 1400px) {
    #s_0 .main_txt {
        top: 60%;
        margin: 0 0 0 300px;
    }
}
@media (min-width: 1600px) {
    #s_0 .main_txt {
        top: 55%;
    }
}
@media (min-width: 1800px) {
    #s_0 .main_txt {
        top: 50%;
        margin: 0 0 0 350px;
    }
}




#s_1 {}
#s_1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#s_1 i {
    display: block;
    font-size: 3rem;
    color: #e5e5e5;
}
#s_1 h3 {
    margin: 2rem 0 0 0;
    line-height: 1.4;
    /* font-family: "SANGJUDajungdagam"; */
    font-size: 1.8rem;
    color: #003d57;
}
/* #s_1 h3:last-child {
    border-bottom: 1px solid #eee;
    padding-bottom: var(--m-b);
} */

#s_1_1 {
    background-color: #f1f1f1;
    padding: var(--m-b) 0;
    /* background: #f1f1f1 url(https://cdn.bluetravel.co.kr/common/images/logo2024/logo2024_white.svg) 100% 100% no-repeat; */
    /* background-size: contain; */
}
#s_1_1 h3 {
    margin: 0 auto;
    max-width: 640px;
    line-height: 1.5;
}
#s_1_1 h3 .ln1 {
    margin: 0 0 7px 0;
}
#s_1_1 h3 .ln2 {margin-top: -2px;}
#s_1_1 h3 .ln3 {margin-top: 5px;}



@media (max-height: 700px) {
    #s_1 h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    #s_1 .container {
        flex-direction: row;
    }
    #s_1 i {
        margin-right: 40px;
    }
    #s_1 h3 {
        margin: 0;
        padding-left: 40px;
        border-left: 1px solid #ddd;
        font-size: 2rem;
    }
    #s_1_1 h3 .ln1 {
        margin: 0;
    }
}

@media (min-width: 1900px) {
    #s_0 {
        background: url('/common/event/images/family_travel/main_t4.webp') no-repeat 50% 100%;
        background-size: cover;
    }
}







.special_features {}
.special_features li {
    margin-bottom: 4rem;
}
.special_features li .tit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    /* color: var(--bluecolor); */
    color: #e3a10a;
    font-size: 1.7rem;
}
.special_features li .tit .number {
    color: #ffbc24;
    margin-right: 5px;
}

.special_features li .txt {}
.special_features li .imgs {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 2rem 0 0 0;
}
.special_features li .imgs img {
    display: inline-block;
}

@media (min-width: 992px) {
    .special_features li .imgs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
        margin: 2rem 0 0 0;
    }
    .special_features li .imgs img {
        width: 33%;
    }
}




#s_3 {
    /* margin: 0; */
    /* padding-bottom: 40px; */
    background: url('/common/event/images/family_travel/s_3_bg_m.webp') no-repeat 50% 100%;
    background-size: cover;
}
#s_3 .container {
    position: relative;
}
#s_3 .title {
    color: #fff;
    margin: 0 0 4rem 0;
}
#s_3 .title h4 {}
#s_3 .title h1 {
    font-size: 2.3rem;
}
#s_3 .title h1 .bg {
    position: relative;
    z-index: 2;
}
#s_3 .title h1 .bg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 20px;
    /* background-color: var(--bluecolor); */
    background-color: #0193ff69;
}
.benefit_blue {

}
.benefit_blue li {
    margin-bottom: 3rem;
}
.benefit_blue li .tit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
}
.benefit_blue li .tit .number {
    color: var(--bluecolor);
}
.benefit_blue li .txt {}




.number {
    display: inline-block;
    width: 20px;
    font-size: 1.7em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}
.first {
    padding-left: 7px;
}
.txt {
    font-size: 14px;
}

@media (min-width: 992px) {
    #s_3 {
        background: url('/common/event/images/family_travel/s_3_bg.webp') no-repeat 50% 100%;
    }
    .number {
        width: 30px;
    }
    .txt {
        font-size: 16px;
    }
}




.event_btns {
    display: flex;
    gap: 10px;
    max-width: 500px;
    margin: 2rem 0;
    margin-bottom: 700px;
    margin-top: 80px;
}
.event_btns a {
    display: flex;
    width: 50%;
    /* background-color: aliceblue; */
    text-align: center;
    padding: 12px 0 10px 0;
    font-size: 1.2rem;
    font-weight: 300;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.event_btns a .large {
    font-weight: 500;
}
.event_btns a.link_consult {
    border: 1px solid var(--bluecolor);
    color: var(--bluecolor);
}
.event_btns a.link_consult:hover {
    background-color: var(--bluecolor);
    color: #fff;
}
.event_btns a.link_visit {
    border: 1px solid #000;
    color: #000;
}
.event_btns a.link_visit:hover {
    background-color: #000;
    color: #fff;
}





.lb_logo {
    /* position: absolute;
    left: 20px;
    bottom: 20px; */
    display: block;
    margin: 0 auto;
    width: 150px;
}


@media (min-width: 992px) {
    .event_btns a {
        gap: 5px;
        flex-direction: row;
    }
}



/* #shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
    background-color: var(--consult);
    color: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#shotcut_consulting .text {
    display: block;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #fff;
}
@media (min-width: 992px) {
    #shotcut_consulting {
        bottom: 50px;
        left: 50%;
        right: auto;
        margin-left: 550px;
        border-radius: 8px;
        border-bottom: 1px solid #fff;
    }
    #shotcut_consulting .text {
        padding: 13px 15px;
    }
} */



/*
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
*/



/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap'); */

/* @font-face {
    font-family: 'OTEnjoystoriesBA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: 'Ownglyph_noocar-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405-2@1.0/Ownglyph_noocar-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */

/* .zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
} */

/* .nanum-brush-script-regular {
    font-family: "Nanum Brush Script", cursive;
    font-weight: 400;
    font-style: normal;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap'); */
/* .rampart-one-regular {
    font-family: "Rampart One", sans-serif;
    font-weight: 400;
    font-style: normal;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap'); */
/* 
.kaisei-decol-regular {
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
} */




