/**/
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

body {
    margin: 0px !important;
    /* height: 100vh;
    height: -webkit-fill-available;
    height: fill-available; */
}

#event_body {
    --m-h1: 3rem;
    --m-h3: 1.8rem;
    --m-p: 1rem;
    --ch-red: #ab1f27;

    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #ab1f27;
    --swiper-theme-color: #F3F900;
}

.s_b {
    margin-bottom: 4rem;
}
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.bold {
    font-weight: 700;
}
.sub {
    font-size: .7em;
}




#event_header {
    background-color: #3b7d2b5e;
}


@media (min-width: 992px) {
    .s_b {
        margin-bottom: 6rem;
    }
    #event_body {
        --m-h1: 4.4rem;
    }
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    #event_picnic_switzerland {
        max-width: 2000px;
        margin-left: auto;
        margin-right: auto;
        background: url('/common/event/images/picnic_switzerland/box_line_bg.png') no-repeat 50% 100vh;
        background-size: contain;
    }
}


#s_0 {
    position: relative;
    height: 100vh;
    background: url('/common/event/images/picnic_switzerland/s0_bg.webp') no-repeat 57% 20%;
    background-size: cover;
    color: #fff;
}
#s_0 .container-xxl {
    position: relative;
    height: 100%;
}
#s_0 .text_area {
    /* position: absolute;
    top: 10%;
    left: 5vw; */
    width: 94%;
    margin: 0 auto;
    padding: 11vh 0 0 0;
    text-align: left;
    font-family: 'Paperlogy';
    /* width: calc(100% - 20px); */
    /* right: auto; */
    /* transform: translate(-50%, 0%); */
    /* width: 100%; */
    /* backdrop-filter: blur(5px); */
}
#s_0 .main_tit h1 {
    margin: 0;
    text-align: right;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;

}
#s_0 .main_tit h1 .bold {
    font-size: 1.8em;
}
/* #s_0 .main_tit h1 .sub_line {
    display: inline-block;
    font-size: .7em;
    text-align: right;
} */
#s_0 .main_tit h3 {
    text-align: right;
    font-size: 17px;
    font-weight: 300;
}
#s_0 .main_tit h3 .bold {
    font-size: 1.8em;
    font-weight: 500;
}
#s_0 .main_txt {
    margin-top: 30px;
    text-align: left;
    /* backdrop-filter: blur(5px); */
}
#s_0 .main_txt h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
}
#s_0 .main_txt h4 .in_ch {
    display: flex;
    margin-top: 8px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}
#logo_ch_tourism {
    display: inline-flex;
    width: 192px;
    margin-left: 7px;
    margin-bottom: 3px;
}
#logo_ch_tourism img {
    width: 100%;
}

#s_0 .main_txt .travel_recomm {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 3px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 400;
}
#s_0 .main_txt .travel_recomm li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#s_0 .main_txt .travel_recomm li:after {
    display: inline-block;
    content: '\7c';
    padding: 0 9px;
    font-family: var(--font-awesome);
    font-weight: 300;
    font-size: .7em;
    color: #d7d7d7;
}
#s_0 .main_txt .travel_recomm li:last-child:after {
    display: none;
}
.travel_recomm_logo {
    display: flex;
    flex-direction: row;
    margin: 2rem 0 0 0;
    align-items: flex-start;
}
.travel_recomm_logo li:after {
    display: inline-block;
    content: '';
    padding: 0 9px;
    border-right: 1px solid transparent;
}
#mountain_logo_rigi {width: 54px;}
#mountain_logo_titlis {width: 80px;}
#mountain_logo_pilatus {width: 93px;}




#blue_switzerland_logo {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
#blue_switzerland_logo img {
    width: 150px;
}

@media (min-width: 400px) {
    #s_0 .main_txt {margin-top: 30px;}
    #s_0 .main_tit h1 {font-size: 25px;}
    #s_0 .main_tit h3 {font-size: 20px;}
}
@media (min-width: 576px) {
    #s_0 .main_txt {margin-top: 40px;}
    #s_0 .main_tit h1 {font-size: 30px;}
    #s_0 .main_tit h3 {font-size: 23px;}
}
@media (min-width: 768px) {
    #s_0 .text_area {width: 80%;}
    #s_0 .main_txt {margin-top: 44px;}
    #s_0 .main_tit h1 {font-size: 34px;}
    #s_0 .main_tit h3 {font-size: 27px;}
    #s_0 .main_txt h4 {font-size: 26px;}
}
@media (min-width: 992px) {
    #s_0 .text_area {width: 70%;}
    #s_0 .main_tit h1 {font-size: 40px;text-align: left;}
    #s_0 .main_tit h3 {font-size: 32px;text-align: left;}
    #s_0 .main_txt h4 {font-size: 30px;}
    #s_0 .main_txt .travel_recomm {font-size: 17px}
    #mountain_logo_rigi {width: 64px;}
    #mountain_logo_titlis {width: 96px;}
    #mountain_logo_pilatus {width: 116px;}
}
@media (min-width: 1200px) {
    #s_0 .main_txt {padding-left: 40px;}
    #s_0 .text_area {
        width: 100%;
        max-width: 700px;
        margin-left: 0;
        margin-right: 0;
    }
    /* #s_0 .main_txt {margin-top: 44px;} */
    #s_0 .main_tit h1 {font-size: 50px;text-align: right;}
    #s_0 .main_tit h3 {font-size: 40px;text-align: right;}
    #s_0 .main_txt h4 {font-size: 34px;}
    #logo_ch_tourism {
        width: 300px;
        margin-left: 13px;
        margin-bottom: 9px;
    }

}
@media (min-width: 1400px) {
    #s_0 {
        margin-bottom: 8rem;
    }
}














/* body {
    position: relative;
    background: url('/common/event/images/picnic_switzerland/box_line_bg.png') no-repeat 50% 0%;
    background-size: cover;
} */


.bg_c {

}


.event_content {
    max-width: 740px;
    margin: 0 auto;
}
.event_content h1 {
    margin: 0 0 var(--m-h1) 0;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    font-family: 'Paperlogy';
    letter-spacing: 0;
}
.event_content h1 .ln1 {}
.event_content h1 .ln2 {
    font-weight: 700;
    letter-spacing: -1.5px;
    color: var(--ch-red);
}
@media (min-width: 992px) {
    .event_content h1 {
        font-size: 2.5rem;
    }
}


.event_content h3 {
    margin: 0 0 var(--m-h3) 0;
    font-family: 'Paperlogy';
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2rem;
}
.event_content .p {
    margin: 0 0 var(--m-p) 0;
}
.event_content .outlink {
    display: inline-block;
    margin: 5px 0 var(--m-h3) 0;
    border: 1px solid var(--blue);
    padding: 4px 7px 2px 7px;
    color: var(--blue);
}
.event_content .outlink i {
    display: inline-block;
    margin: 0 0 0 3px;
}











.ecobag_image {
    margin: 0 0 3rem 0;
    background-color: #f2e4cb;
    padding: 2rem 0;
    /* margin: 10px; */
    background: #f2e4cb;
    /* color: #fff; */
    /* font-size: 21px; */
    /* font-weight: bold; */
    /* line-height: 1.3em; */
    border: 2px dashed #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #f2e4cb, 0px 0px 4px 2px rgb(10 10 0 / 28%);
    /* text-shadow: -1px -1px #aa3030; */
    /* font-weight: normal; */
}
.ecobag_image .ecobag_sketch {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 300px;
}

.ecobag_image .ecobag_image_desc {
    /* padding-bottom: var(--m-h3); */
    text-align: center;
    font-weight: 400;
    font-size: 1.4em;
}
.ecobag_image .ecobag_image_desc strong {
    color: #3c698f;
    font-weight: 600;
}
@media (min-width: 1400px) {
    .ecobag_image {
        margin: 0 0 6rem 0;
    }
}








.ecobag_introduction {
    margin: 0 0 var(--m-h1) 0;
    font-size: 1.2rem;
    list-style: decimal;
    padding-left: 1.5em;
}
.ecobag_introduction li {

}
.ecobag_introduction li b {
    font-weight: 700;
}
.ecobag_introduction li::marker {
    width: 20px;
    text-align: left;
}














.promotion_condition {
    margin: 0 0 var(--m-h1) 0;
    font-size: 1.2rem;
    list-style: disc;
    padding-left: 1.5em;
}
.promotion_condition li {}

.promotion_condition li .accent {
    color: var(--ch-red);
    font-weight: 700;
}
@media (min-width: 1400px) {
    #s_1 {
        margin-bottom: 8rem;
    }
    #s_1 h1 {
        margin-bottom: 6rem;
    }
}








/*
#s_2 {
    background: url('/common/event/images/picnic_switzerland/box_line_bg_2.png') no-repeat 50% 0;
    background-size: contain;
} */

#s_2 h3 {
    margin: var(--m-h3) 0;
}


.s_image {}
.s_image img {
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    #s_2 h1 {
        margin: 3rem 0;
    }
}

#s_2-1 p {
    margin-bottom: var(--m-h3);
}


#picnic_photos {
    width: 100%;
    max-width: 2000px;
    margin-top: 1.5rem;

  align-items: center; /* 이건 빼도 된다. */
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}

#picnic_photos .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* height: 300px; */
}

#picnic_photos .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    #picnic_photos .swiper-slide {
        /* height: 600px; */
    }
}










#s_3 {
    margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding: 4rem 0;
}
#s_3 .event_content {
    max-width: inherit;
}
#s_3 h1 {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    #s_3 {
        padding: 6rem 0;
    }
}



.picnic_spot_photos .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* margin-right:3px; */
    /* flex-shrink: 1; */
}

.picnic_spot_photos .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
}


.picnic_recomm_detail .tit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.picnic_recomm_detail h3 {}
.picnic_recomm_detail h4 {
    margin-left: 5px;
    font-size: 1rem;
}
.picnic_recomm_detail h3 span.accent {
    display: inline-block;
    margin-left: 5px;
    /* color: var(--ch-red); */
    color: #DA291C;
    font-size: .9em;
}
.picnic_recomm_detail h3 .sub {
    display: block;
    font-size: .8em;
    font-weight: 500;
    margin-left: 10px;
}
.picnic_recomm_detail .mountain_logo {
    display: block;
    /* height: 45px; */
    margin-top: 2rem;
    width: 120px;
}
.picnic_recomm_detail #mountain_logo_rigi2 {
    width: 80px;
}
.picnic_recomm_detail p {
    margin: 15px 0;
}
.picnic_recomm_detail .price {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #797979;
}
#picnic_recomm_detail_titlis {
    margin: 5rem 0;
}


@media (min-width: 992px) {
    #s_3 {
        padding: 4rem 0;
    }
    .picnic_recomm_detail {
        margin-top: 0;
    }
    .picnic_recomm_detail h3 .sub {
        margin-left: 0;
    }
    #picnic_recomm_detail_titlis {
        /* margin-top: var(--bs-gutter-y); */
        margin-top: 0;
        margin-bottom: 0;
    }
}



















.customer_consult {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0em auto 0 auto;
    padding: 3em 2em;
    background-color: #13469b;
}

.customer_consult .icon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0 2.5rem 0;
}
.customer_consult .icon img {
    display: block;
    height: 30px;
}
.customer_consult .icon i {
    color: #fff;
    font-size: 3em;
    font-family: var(--font-awesome) !important;
}

.customer_consult p {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.customer_consult a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border: 1px solid var(--consult-border);
    /* max-width: 300px; */
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 1rem auto 0 auto;
}

@media (min-width: 992px) {
    #section_consulting_bar {
        /* background-color: #13469b; */
        padding: 3rem 0;
    }
    .customer_consult {
        flex-direction: row;
    }
    .customer_consult .icon {
        margin: 0 5rem 0 0;
    }
    a.customer_consult p {
        margin-top: 0;
    }
    .customer_consult a {
        margin: 1rem 0 0 0;
    }
}

/*
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
*/










.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .9;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}


#event_footer {
    margin-top: 0;
}




/* 

#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: 650px;
        border-radius: 8px;
        border-bottom: 1px solid #fff;
    }
    #shotcut_consulting .text {
        padding: 13px 15px;
    }
} */