/**/
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');

/* body {
    margin: 0px !important;
    background-color: #000;
    font-size: 16px;
    letter-spacing: 0;
} */

#event_body {
    --bluecolor: #13469b;
    --m-b: 6rem;

    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #ed1c24;
    --swiper-theme-color: #F3F900;

    /* --light-blue: #3ab5ff; */
    --light-blue: #0c83cb;
}
#event_footer {
    margin: 0;
    padding: 30px 0;
    background-color: #000;
}
@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;
    /* background-color: #000; */
    color: #fff;
}
.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.4; */
    position: relative;
}
.w_u:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
}

.b {
    display: inline-block;
    font-weight: bold;
}
.blue {
    display: inline-block;
    color: #13469b;
    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: #a6c5ff99;
    background-color: #00000070;
}

#event_footer {
    border-top: 1px solid #292929;
    color: #e4e4e4;
}



#event_laroute {
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    font-family: "kakao-big-sans", sans-serif;
    background-color: #000;
}
#event_footer .footer_c .b2 .ln2 .contact {
    color: #e4e4e4;
}
#event_footer a {
    color: #e4e4e4;
}


.light_blue {
    color: var(--light-blue);
    font-size: 1.3em;
}



















#s_0 {
    position: relative;
    height: 100svh;
    background: url('/common/event/images/laroute/main_m.webp') no-repeat 90% 0%;
    background-size: cover;
    max-width: 2500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.logo_m {
    display: block;
    width: 130px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.logo_pc {
    display: none;
}
#main_txts {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    line-height: 1.25;
    font-family: "kakao-big-sans", sans-serif;
    font-size: 2.4rem;
    color: #fff;
    width: 100%;
    /* background-color: #00000069;
    padding: 30px 0; */
}
#main_txts .txt1 {}
#main_txts .txt1 .block_w {
    display: flex;
    flex-direction: column;
}
#main_txts .txt1 .block_t {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: -1.4em;
    font-size: .7em;
}
#main_txts .txt1 .block_b {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
}
#main_txts .txt1 .block_b .t1 {
    line-height: 1;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: -3px;
    flex: none;
}
#main_txts .txt1 .block_b .t2 {
    margin-left: 1rem;
    flex: none;
}

#main_txts .txt1 #main_logo{}
#main_txts .separator {
    width: 100%;
    height: 0;
    margin: 1rem 0;
    padding: 0;
    border-top: 1px solid #fff;
    max-width: 80%;
}
#main_txts .txt3 {
    font-size: 2.5rem;
    text-shadow: 0 0 20px #00000045;
}

@media (min-width: 992px) {
    #s_0 {
        background: url('/common/event/images/laroute/main.webp') no-repeat 50% 100%;
        background-size: cover;
    }
    .logo_pc {
        display: block;
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        top: 200px;
    }
    .logo_m {
        display: none;
    }
    #main_txts {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        position: absolute;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 50px;

        top: auto;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, 0);


        line-height: 1.25;
        font-family: "kakao-big-sans", sans-serif;
        font-size: 2.4rem;
        color: #fff;
        /* 
        background-image: linear-gradient(to top, #000000 0%, #ffffff00 100%);
        padding: 0px 0 5svh 0;
        */
    }
    #main_txts .txt1 {}
    #main_txts .txt1 .block_w {
        display: flex;
        flex-direction: column;
    }
    #main_txts .txt1 .block_t {
        display: flex;
        flex-direction: row-reverse;
    }
    #main_txts .txt1 .block_b {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        text-shadow: 0 0 20px #00000045;
    }
    #main_txts .txt1 .block_b .t1 {
        line-height: 1;
        font-size: 2.2em;
    }
    #main_txts .txt1 .block_b .t2 {
        margin-left: 1rem;
    }

    #main_txts .txt1 #main_logo{}
    #main_txts .separator {
        width: 0;
        height: 2.8em;
        margin: 0 1.5rem;
        padding: 0;
        border-top: 0;
        border-left: 1px solid #fff;
    }
    #main_txts .txt3 {
        font-size: 2.8rem;
    }
}
@media (min-width: 1920px) {
    .logo_pc {
        top: 50px;
    }
}
@media (min-width: 2560px) {
    .logo_pc {
        top: 120px;
    }
}










#s_1 {
    color: #fff;
    padding: var(--m-b) 0 0 0;
    /* height: 55svh;
    background: #000 url('/common/event/images/laroute/signboard.webp') 50% 100% no-repeat;
    background-size: contain; */
    margin-bottom: 0;
}
#s_1 .container {
    position: relative;
}
#s_1 .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}
#s_1 .text h3 {
    margin: 0;
    line-height: 1.4;
    text-align: right;
}
#s_1 .text h3 .light_blue {
    color: var(--light-blue);
    font-size: 1.2em;
}
#s_1 .text h1 {
    display: flex;
    align-items: baseline;
    margin: 0 0 5px 0;
    font-weight: 400;
    border-top: 1px solid #636363;
    padding-top: 1rem;
    margin-top: 1.4rem;
}
#s_1 .text h1 .title {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.5em;
}
#s_1 .text .logo {
    display: block;
    width: 130px;
}
#s_1 .bg {
    display: block;
    width: 100%;
    margin-top: -4em;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    #s_1 .bg {
        margin-top: -10em;
    }
}


















#s_2 {
    background-color: #1a1a1a;
    padding: var(--m-b) 0;
    margin-bottom: 0;
}
.story .img_block_bg {
    height: 100%;
    background: #000 url('/common/event/images/laroute/p1.jpg') 50% 100% no-repeat;
    background-size: cover;
}

.story h4 {
    line-height: 1.4;
    font-size: 2rem;
}
.story .txt {
    margin: 2rem 0;
}

.story .txt1 {
    margin: 0 0 4rem 0;
    font-family: "Gowun Batang", serif;
    font-size: 1.5rem;
}

@media (max-height: 700px) {
    .story .txt1 {
        font-size: 1.35rem;
    }
}

.story .txt2 {
    margin: 4rem 0;
    text-align: center;
}

.story .txt3 {
    margin: 4rem 0;
}
.story .txt3 h4{
    text-align: center;
    margin-right: 0;
    font-weight: 100;
    font-size: 2rem;
}


.story .txt p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
}
.story .txt p:last-child {
    margin-bottom: 0;
}



.story .img_block {}
.story .img_block img {
    width: 100%;
}


@media (min-width: 992px) {
    .story .txt1 {
        margin: 0 0 1rem 1rem;
    }
    .story .txt3 h4{
        text-align: right;
        padding-right: 3rem;
        border-right: 5px solid var(--light-blue);
    }
}



















#s_3 {
    padding: var(--m-b) 0;
    background: #000 url('/common/event/images/laroute/s_3_bg_m.jpg') 0% 0% no-repeat;
    background-size: contain;
}


#s_3 .section_title {
    margin: 30svh auto 5rem auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#s_3 .section_title h1 {
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    font-size: 2.8rem;
}
#s_3 .section_title p {
    margin: 0;
}

.service {}
.service .logo_w {
    margin-bottom: 14svh;
    text-align: center;
}
.service .logo {
    display: inline-block;
    width: 130px;
}
.service .tit {
    margin: 2rem 0 1rem 0;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.3;
}
.service .tit:first-child {
    margin-top: 0;
}
.service p{}
.service ul {
    list-style: disc;
    margin: 0 0 0 1.5rem;
    line-height: 1.5;
}
.service ul li {
    font-size: 1.4rem;
}


@media (min-width: 992px) {
    #s_3 {
        background: #000 url('/common/event/images/laroute/s_3_bg.webp') 50% 0% no-repeat;
        background-size: cover;
    }
    #s_3 .section_title {
        margin: 40svh auto 5rem auto;
    }
    .service .logo_w {
        margin-bottom: 7svh;
        margin-right: 20px;
        text-align: right;
    }
    .service .col-md-7 {
        margin-left: 20px;
    }
}















#s_4 {
    margin-bottom: 0;
    color: #141414;
}
#s_4 .section_title {
    margin: 0;
    padding: 0px;
    margin: 20px 0;
}

.img_box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.img_box .img {
    display: block;
    flex: 0 0 auto;
}
.img_box .img img {
    display: block;
    width: 100%;
}
.img_box .txt {
    flex: 0 0 auto;
    padding: 25px;
    background-color: #9b9b9b;
} 
.reservation {
    background-color: #b5b5b5;
    padding: 15px;
    margin: 0;
}
.reservation .tit {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    font-weight: 400;
}
.reservation ul {
    list-style: disc;
    margin: 0 0 0 1.5rem;
    line-height: 1.5;
}
.reservation ul li {
    font-size: 1.4rem;
}




@media (min-width: 992px) {
    .img_box {
        flex-direction: row;
    }
    .img_box .img {
        width: 50%;
    }
    .img_box .txt{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        width: 50%;
    }   

    #s_4 .section_title {
        margin: 0;
        padding: 30px 20px;
    }
    .reservation {
        margin: 0;
        padding: 20px;
    }
}












.event_btns {
    display: flex;
    margin: 0;
    padding: 10svh 0;
    /* background-color: #141414; */
    justify-content: center;
}
.event_btns a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 15px 0 13px 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
}
.event_btns a .large {
    font-weight: 500;
}
/* .event_btns a.link_home {
    border: 1px solid var(--light-blue);
    color: var(--light-blue);
}
.event_btns a.link_home:hover {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
}
.event_btns a.link_reservation {
    border: 1px solid #fff;
    color: #fff;
}
.event_btns a.link_reservation:hover {
    background-color: #fff;
    color: #13469b;
} */

.event_btns a i {
    position: absolute;
    left: 22px;
    top: 16px;
    font-size: 3rem;
}

.lb_logo {

    display: block;
    margin: 0 auto;
    width: 150px;
}

@media (min-width: 992px) {
    .event_btns a {
        gap: 5px;
        /* flex-direction: row; */
    }

}





.link_home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 18px;
    margin: 0 7px 0 0;
    color: #ffffff;
    border: 1px solid #635f5f;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
}

.link_home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #13469b 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease;
    z-index: 1;
}
.link_home:hover {
    border: 1px solid #13469b;
}
.link_home:hover .txt {
    /* position: relative; */
    z-index: 2;
    color: #fff;
}

.link_home:hover::before {
    background-position: 0 0;
}

@media (min-width: 992px) {
    .link_home {
        padding: 12px 26px;
    }
}







.link_reservation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 18px;
    margin: 0 7px 0 0;
    color: #ffffff;
    border: 1px solid #635f5f;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
}

.link_reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease;
    z-index: 1;
}

.link_reservation:hover .txt {
    /* position: relative; */
    z-index: 2;
    color: #000;
}

.link_reservation:hover::before {
    background-position: 0 0;
}

@media (min-width: 992px) {
    .link_reservation {
        padding: 12px 26px;
    }
}



/* Kakao Big Sans Regular
font-family: "kakao-big-sans", sans-serif;
font-weight: 400;
font-style: normal;
Kakao Big Sans Bold
font-family: "kakao-big-sans", sans-serif;
font-weight: 700;
font-style: normal;
카카오 큰글씨 ExtraBold
font-family: "kakao-big-sans", sans-serif;
font-weight: 800;
font-style: normal; */








/* 
@media (max-height: 700px) {} */
