/**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* @font-face {
    font-family: 'NanumBarunpen';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* 
GamtanRoad Batang Thin
font-family: "gamtanroad-batang", sans-serif;
font-weight: 100;
font-style: normal;
GamtanRoad Batang Regular
font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
GamtanRoad Batang Bold
font-family: "gamtanroad-batang", sans-serif;
font-weight: 600;
font-style: normal; */



/* @font-face {
    font-family: 'Uiyeun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105@1.1/Uiyeun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body {
    margin: 0px !important;
}

#event_body {
    --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-b: 8rem;
    }
}


@media (max-width: 991px) {
    .container {
        padding: 0 20px;
    }
}

.s_b {
    margin-bottom: var(--m-b);
    line-height: 1.8;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.w_u {
    display: inline-block;
    line-height: 1.1;
    position: relative;
}
.w_u:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 13px;
    background-image: url(/common/event/images/withmom_eu/wave_underline_bg.png);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-size: contain;
}

.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;
}

.s_b p,
ul li,
ol li {
    font-size: 14px;
}
@media (min-width: 992px) {
    .s_b p,
    ul li,
    ol li {
        font-size: 16px;
    }
}


#event_header {
    background-color: #e5da5999;
    background-color: #a6c5ff99;
}





#s_0 {
    position: relative;
    height: 100svh;
    background: url('/common/event/images/withmom_eu/main_m.webp') no-repeat 50% 100%;
    background-size: cover;
    max-width: 2500px;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 0; */
}


#main_txts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 50svh;
    z-index: 10;
    padding-top: 60px;

}
#main_txts .main_area {
    position: relative;
    /* flex: 0 0 auto;
    width: 100%; */
    height: auto;
}
#main_txt_1 {
    margin: 0 20px 20px 0;
}
#main_txt_1 img {
    display: block;
    margin: 0 0 15px 0;
    width: 100px;
}
#main_txt_1 .txt_w {
    padding: 0 0 0 15px;
    border-left: 3px solid #fff;
    line-height: 1.3;
}
#main_txt_1 .txt_w div {
    font-family: "gamtanroad-batang", sans-serif;
    font-size: 1.65rem;
    font-weight: 100;
    color: #fff;
}
#main_txt_1 .txt_w div .b4 {
    font-weight: 400;
}
#main_txt_1 .txt_w div .b6 {
    font-weight: 600;
    font-size: 1.1em;
}

#main_txt_2 {

}
#main_txt_2 .txt_w {
    line-height: 1.07;
}
#main_txt_2 .txt_w .char_block {
    color: #fff;
    font-family: "gamtanroad-batang", sans-serif;
    font-weight: 400;
    font-size: 5rem;
}
#main_txt_2 .txt_w .char_block .sub_CN {
    font-size: .4em;
    margin-left: 8px;
    font-family: 'Noto Sans KR';
    font-weight: 200;
}
#main_txt_2 .txt_w .char_block .sub_word {
    font-size: .6em;
    margin-left: 10px;
}




#main_logo {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    width: 100px;
}

/* 작은 화면 */
/* @media (max-height: 700px) {
    #main_txts {
        top: 8vh;
        left: 50px;
        transform: none;
    }
} */



@media (min-width: 992px) {
    #s_0 {
        background: url('/common/event/images/withmom_eu/main.webp') no-repeat 50% 50%;
        background-size: cover;
    }

    #main_logo {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 50px;
        bottom: 50px;
        width: 150px;
    }

    #main_txts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        height: 100svh;
        z-index: 10;
        padding-top: 0;
    }
    #main_txts .main_area {
        flex: 0 0 auto;
        width: 50%;
        height: 100%;
        position: relative;
    }
    #main_txt_1 {
        position: absolute;
        right: 35%;
        top: 15vh;
        z-index: 100;
    }
    #main_txt_1 img {
        display: block;
        margin: 0 0 15px 0;
        width: 190px;
    }
    #main_txt_1 .txt_w {
        padding: 0 0 0 15px;
        border-left: 6px solid #fff;
        line-height: 1.2;
    }
    #main_txt_1 .txt_w div {
        font-family: "gamtanroad-batang", sans-serif;
        font-size: 2.2rem;
        font-weight: 100;
        color: #fff;
    }
    #main_txt_1 .txt_w div .b4 {
        font-weight: 400;
    }
    #main_txt_1 .txt_w div .b6 {
        font-weight: 600;
        font-size: 1.1em;
    }

    #main_txt_2 {
        position: absolute;
        right: 50px;
        top: 15svh;
        z-index: 100;
    }
    #main_txt_2 .txt_w {
        line-height: 1.1;
    }
    #main_txt_2 .txt_w .char_block {
        color: #fff;
        font-family: "gamtanroad-batang", sans-serif;
        font-weight: 400;
        font-size: 7.5rem;
    }
    #main_txt_2 .txt_w .char_block .sub_CN {
        font-size: .4em;
        margin-left: 10px;
    }
    #main_txt_2 .txt_w .char_block .sub_word {
        font-size: .6em;
        margin-left: 20px;
    }
}











@media (min-width: 1400px) {
    #main_txts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        height: 100svh;
        z-index: 10;
    }
    #main_txts .main_area {
        flex: 0 0 auto;
        width: 50%;
        position: relative;
    }
    #main_txt_1 {
        position: absolute;
        right: 35%;
        top: 14vh;
        z-index: 100;
    }
    #main_txt_1 img {
        display: block;
        margin: 0 0 15px 0;
        width: 190px;
    }
    #main_txt_1 .txt_w {
        padding: 0 0 0 15px;
        border-left: 6px solid #fff;
        line-height: 1.2;
    }
    #main_txt_1 .txt_w div {
        font-family: "gamtanroad-batang", sans-serif;
        font-size: 2.9rem;
        font-weight: 100;
        color: #fff;
    }
    #main_txt_1 .txt_w div .b4 {
        font-weight: 400;
    }
    #main_txt_1 .txt_w div .b6 {
        font-weight: 600;
        font-size: 1.1em;
    }

    #main_txt_2 {
        position: absolute;
        left: 41%;
        top: 19%;
        z-index: 100;
    }
    #main_txt_2 .txt_w {
        line-height: 1.1;
    }
    #main_txt_2 .txt_w .char_block {
        color: #fff;
        font-family: "gamtanroad-batang", sans-serif;
        font-weight: 400;
        font-size: 9rem;
    }
    #main_txt_2 .txt_w .char_block .sub_CN {
        font-size: .4em;
        margin-left: 10px;
    }
    #main_txt_2 .txt_w .char_block .sub_word {
        font-size: .6em;
        margin-left: 20px;
    }
}




@media (min-width: 1900px) {
    #main_txts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        height: 100svh;
        z-index: 10;
    }
    #main_txts .main_area {
        flex: 0 0 auto;
        width: 50%;
        position: relative;
    }
    #main_txt_1 {
        position: absolute;
        right: 35%;
        top: 12vh;
        z-index: 100;
    }
    #main_txt_1 img {
        display: block;
        margin: 0 0 15px 0;
        width: 190px;
    }
    #main_txt_1 .txt_w {
        padding: 0 0 0 15px;
        border-left: 8px solid #fff;
        line-height: 1.2;
    }
    #main_txt_1 .txt_w div {
        font-family: "gamtanroad-batang", sans-serif;
        font-size: 3.6rem;
        font-weight: 100;
        color: #fff;
    }
    #main_txt_1 .txt_w div .b4 {
        font-weight: 400;
    }
    #main_txt_1 .txt_w div .b6 {
        font-weight: 600;
        font-size: 1.1em;
    }

    #main_txt_2 {
        position: absolute;
        left: 41%;
        top: 16%;
        z-index: 100;
    }
    #main_txt_2 .txt_w {
        line-height: 1.1;
    }
    #main_txt_2 .txt_w .char_block {
        color: #fff;
        font-family: "gamtanroad-batang", sans-serif;
        font-weight: 400;
        font-size: 12.5rem;
    }
    #main_txt_2 .txt_w .char_block .sub_CN {
        font-size: .4em;
        margin-left: 10px;
    }
    #main_txt_2 .txt_w .char_block .sub_word {
        font-size: .6em;
        margin-left: 20px;
    }
}








#s_1 {
    /* padding: calc(var(--m-b) / 2) 0; */
    padding: 0;
}

#letter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0px 0px 7px 0px #5f5f5f8a;
    font-family: "gamtanroad-batang", sans-serif;
    font-weight: 400;

}
#letter img {
    display: block;
    object-fit: contain;
    width: 100%;
    z-index: 9;
}
#letter_left {
    position: absolute;
    z-index: 10;
    left: 23px;
    line-height: 1.6;
}
#letter i {
    display: none;
}
#letter p {
    font-size: 1.2rem;
    font-weight: 100;
}
#letter .tit {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#letter .tit .accent {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.15em;
    color: #13469b;
    font-weight: 600;
}
@media (min-width: 992px) {
    #letter {

    }
    #letter_left {
        left: 60px;
        line-height: 1.93;
    }
    #letter i {
        display: block;
        color: #e74c3c;
        font-weight: 900;
        font-size: 41px;
    }
    #letter p {
        font-size: 1.8rem;
    }
    #letter .tit {
        font-size: 2.6rem;
    }
}






#flower_decoration {
    font-family: "gamtanroad-batang", sans-serif;
    font-weight: 100;
    margin: 0 auto;
    padding-bottom: 180px;
    background: url('/common/event/images/withmom_eu/flower_decoration_b.png') 50% 100% no-repeat;
    background-size: contain;
}

/* .flower_decoration_top {
    background: url('/common/event/images/withmom_eu/flower_decoration_top2.png') 50% 0% no-repeat;
    background-size: contain;
    height: 100px;
}*/
.flower_decoration_top img {display: block; width: 100%}

/*.flower_decoration_bottom {
    background: url('/common/event/images/withmom_eu/flower_decoration_bottom2.png') 50% 100% no-repeat;
    background-size: contain;
    height: 100px;
} */
.flower_decoration_bottom img {display: block; width: 100%}

.flower_decoration_letter {
    padding: 0 0 1.7rem 3rem;
    line-height: 1.7;
    font-weight: 400;
    
}
.flower_decoration_letter i {
    display: block;
    color: #256511;
    font-weight: 900;
    margin: 1rem 0;
    font-size: 2.3rem;
}
.flower_decoration_letter p {
    font-size: 18px;
}
/* .flower_decoration_letter p span {
    display: inline-block;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 0px 0;
    margin: 0 0 6px 0;
} */
.flower_decoration_letter .tit {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flower_decoration_letter .tit .accent {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.15em;
    color: #13469b;
    font-weight: 600;
}
@media (max-height: 700px) {
    .flower_decoration_letter {
        padding: 0 0 1.5rem 1.5rem;
    }
}
@media (min-width: 992px) {
    #flower_decoration {
        padding-bottom: 400px;
    }
    .flower_decoration_letter {
        padding: 0 0 0rem 28rem;
        font-weight: 100;
    }
    .flower_decoration_letter i {
        display: block;
        font-weight: 900;
        font-size: 41px;
    }
    .flower_decoration_letter p {
        font-size: 1.8rem;
    }
    .flower_decoration_letter .tit {
        font-size: 2.6rem;
    }
}






.img_hr_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: var(--m-b);
}
.img_hr_logo img {
    display: inline-block;
    margin: 0 2rem;
    height: 23px;
    background-color: #fff;
}
.img_hr_logo::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
    height: 0;
    width: 100%;
    border-top: 3px solid #13469b;
}




#s_2 {}
.points {}
.points .el {
    margin: 0 0 4rem 0;
}
.points .el:last-child {
    margin-bottom: 0;
}
.points .el h2 {
    margin: 0;
    display: inline-block;
    padding-right: 1rem;
}
.points .el h2 .bullet {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px 0 0;
    /* background-color: #f76d9b; */
    color: #fff;
}
.point_desc {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-left: 1px solid #f76d9b;
}

.type_r h2 {color: #e52c18; border-bottom: 1px solid #e52c18;}
.type_r .bullet {background-color: #e52c18;}
.type_r .point_desc {border-left: 1px solid #e52c18;}
.type_b h2 {color: #13469b; border-bottom: 1px solid #13469b;}
.type_b .bullet {background-color: #13469b;}
.type_b .point_desc {border-left: 1px solid #13469b;}


.point_desc p {}
.point_desc p:last-child {
    margin: 0
}
.point_photo {}
.point_photo img {
    width: 100%;
}
@media (min-width: 992px) {

}













#s_3 {
    margin-bottom: 0;
}

.special_reasons {
    background-color: #fff;
}
.special_reasons img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.special_reasons_wrap {
    padding: 2rem 2rem 2rem 1rem;
}
.special_reasons h2 {
    color: #13469b;
    font-weight: 600;
    font-size: 2rem;
}
.special_reasons ol {
    margin-left: 0;
    list-style: none;
}
.special_reasons ol li {
    margin: 2rem 0;
}
.special_reasons ol li:last-child {
    margin-bottom: 0;
}
.special_reasons ol li .marker {
    display: block;
    width: 24px;
    line-height: 1;
    color: #2872ff;
    font-weight: 800;
    font-size: 1.6rem;
}
.special_reasons ol li .tit{
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #13469b;
    font-weight: bold;
    font-size: 1.6rem;
}
.special_reasons ol li .txt{}

@media (min-width: 992px) {
    .special_reasons ol li .marker {
        display: inline-block;
    }
}














#s_4 {
    margin-bottom: 0;
}
#s_4 h2 {
    position: relative;
    margin: 0 ;
    padding: var(--m-b) 0;
    text-align: center;
    background-color: #13469b;
    color: #fff;
    font-size: 2rem;
}
#s_4 h2 img {
    display: inline-block;
    height: 20px;
    margin: 0rem auto 0rem auto;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}
.travel_types {
    margin: 0;
    /* margin-bottom: var(--m-b); */
    /* border-bottom: 1px solid #e1e1e1; */
}
.travel_types h2 {
    margin: 0 0 4rem 0;
    text-align: center;
}

.travel_types .type_desc {
    margin: 5rem 0 3rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
}
.travel_types .type_desc:last-child {}

.type_list {}
.type_list .el {margin-bottom: 2rem;}
.type_list .el img {width: 100%;}
.type_list .el .type_txt {
    margin: 0;
    font-size: 1.3rem;
    padding: 1rem 0 1rem 1rem;
    line-height: 1.4;
}
.type_list .el .type_txt .accent {
    font-size: 1.2em;
    font-weight: bold;
}
.type_list .el_type_1 img {border-left: 2px solid #6abf10;}
.type_list .el_type_1 .type_txt {border-left: 2px solid #6abf10;border-top: 2px solid #6abf10;}
.type_list .el_type_1 .type_txt .accent {color: #4e8117;}

.type_list .el_type_2 img {border-left: 2px solid #ff926c;}
.type_list .el_type_2 .type_txt {border-left: 2px solid #ff926c;border-top: 2px solid #ff926c;}
.type_list .el_type_2 .type_txt .accent {color: #bb451c;}

.type_list .el_type_3 img {border-left: 2px solid #72b4c5;}
.type_list .el_type_3 .type_txt {border-left: 2px solid #72b4c5;border-top: 2px solid #72b4c5;}
.type_list .el_type_3 .type_txt .accent {color: #16a9cf;}
.type_list .el .type_area {
    list-style: none;
    margin: 0 0 0 1rem;
}
.type_list .el .type_area li {}
.type_list .el .type_area li i {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}




.travel_types .flower {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 6rem auto 5rem auto;
}
@media (min-width: 992px) {
    .type_list .el {margin-bottom: 0;}
    .travel_types .flower {
        
    }
}









.event_btns {
    display: flex;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 0;
    border-top: 1px solid #ffd8d7;
}
.event_btns a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: relative;
    width: 50%;
    /* background-color: aliceblue; */
    text-align: center;
    padding: 12px 0 10px 0;
    font-size: 1.2rem;
    font-weight: 300;
}
.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;
}

.event_btns a .pin {
    position: absolute;
    left: 10px;
    top: -25px;
}

.lb_logo {

    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;
    }
} */