@charset "utf-8";
@import url('/common/fonts/Pretendard/pretendard.css');
/* @font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
} */

/* body {
    font-size: 15px;
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }
} */

/* #event_header {
    background-color: #085716;
} */

#event_body {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    font-family: 'Pretendard';
    line-height: 170%;
}

@media (min-width: 992px) {
    #event_body {
        /* padding: 40px 0 0 0; */
        font-size: 18px;
    }
}

.container-xxl {
    padding: 0 1.2rem;
}
/* .s_b {
    margin: 0 0 4rem 0;
} */
.s_b p:last-child {
    margin-bottom: 0;
}

/* @media (min-width: 992px) {
    .s_b {
        margin: 0 0 6rem 0;
    }
} */
.bluecolor{
    color: #13469b;
}



.gray {
    padding: 4rem 0;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
@media (min-width: 992px) {
    .gray {
        padding: 7rem 0;
    }
}




.img_hr_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 7rem; */
}
.img_hr_logo img {
    display: inline-block;
    margin: 0 2rem;
    /* padding: 11px 10px 8px 10px; */
    height: 30px;
    background-color: #fff;
    /* border-radius: 4px; */
}
.img_hr_logo::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: -1;
    height: 0;
    width: 100%;
    border-top: 4px solid #13469b;
}


/* 

#shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 1000;
    height: 34px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #085716;
    color: #fff;
    padding: 5px 10px;
    color: #fff;
    line-height: 1;
}
#shotcut_consulting .text {
    display: block;
    color: #fff;
} */



.s_b h1 {
    font-size: 2rem;
}
.s_b h1 .sub {
    font-size: .8em;
}
.s_b h1 .accent {
    font-weight: bold;
}
@media (min-width: 992px) {
    .s_b h1 {
        font-size: 2.8rem;
    }
}




#section_1 {
    position: relative;
    /* height: calc(100svh - 40px); */
    height: 100svh;
    background: url('/common/event/images/dolomiti/s1_m.webp') 50% 0% no-repeat;
    background-size: cover;
}

#section_1 .txt_c {
    position: absolute;
    top: 48%;
    left: 0%;
    color: #fff;
    width: 100%;
    text-align: center;
}

#section_1 .txt_c h4 {
    margin: 0 0 .5rem 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 100;
}
#section_1 .txt_c h1 {
    margin-bottom: 1rem;
    /* font-weight: 700; */
}
#section_1 .txt_c h1 .ln1 {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-family: "rixstarlight-pro", sans-serif;
    font-weight: bold;
    font-size: 2.3rem;
}
#section_1 .txt_c h1 .ln2 {
    display: block;
    font-size: 6rem;
    color: #00d9ff;
    font-family: "rixstarlight-pro", sans-serif;
    font-weight: bold;
}
#section_1 .txt_c .keywords {}
#section_1 .txt_c .keywords .tag_line {
    /* color: #b7edff; */
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 300;
}
#section_1 .txt_c .keywords .tag_line .divide {}
#section_1 .txt_c .keywords .tag_line .divide:after {
    display: inline-block;
    content: '|';
    padding: 0 5px;
    color: #bdbdbd;
    font-weight: 100;
}

@media (min-width: 992px) {
    #section_1 {
        /* height: 100svh; */
        /* height: calc(100svh - 40px); */
        background: url('/common/event/images/dolomiti/s1_1.webp') 50% 0% no-repeat;
        background-size: cover;
    }
    
    #section_1 .txt_c {
        top: 54%;
        left: 58%;
        width: inherit;
    }
    #section_1 .txt_c h4 {
        margin: 0 0 5px 0;
        font-size: 1.7rem;
    }
    #section_1 .txt_c h1 .ln1 {
        font-size: 4.1rem;
    }
    #section_1 .txt_c h1 .ln2 {
        font-size: 9.7rem;
    }
    #section_1 .txt_c .keywords .tag_line {
        font-size: 17px;
    }
}




#section_1_1 {
    text-align: center;
}
#section_1_1 h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4rem;
    /* font-family: 'TheJamsil5Bold'; */
}
#section_1_1 h1 .sub {
    margin: 2px 0 0 0;
    font-weight: 100;
    font-size: 0.38em;
    font-family: 'Pretendard';
}
.expl {
    margin: 0 auto;
    max-width: 650px;
    text-align: justify;
}
.expl .intro {
    margin: 0 0 2em 0;
}
.expl .desc {
    margin: 0 0 1em 0;
}
.expl .desc .tit {
    display: inline-block;
    margin: 30px 0 12px 0;
    font-weight: 800;
    font-size: 1.1em;
    border-bottom: 1px solid #000;
}
.expl .desc .txt {

}
@media (min-width: 992px) {
    #section_1_1 h1 {
        font-size: 5rem;
        /* margin-bottom: 15px; */
    }
    #section_1_1 h1 .sub {
        /* font-size: 2.2rem; */
    }
}









#section_2 {
    margin: 4rem 0;
}
.section_header_highlight {
    text-align: center;
    margin: 0 0 4rem 0;
}

.s2_gallery {
    margin: 0 0 4rem 0;
}

.section_header_highlight p {
    /* font-size: 1.2rem; */
    line-height: 1.4;
    margin: 0 0 1.4rem 0;
}
.section_header_highlight p:last-child {
    margin: 0;
}
.section_header_highlight p b {
    /* font-family: "rixstarlight-pro", sans-serif; */
    font-weight: bold;
}
.section_header_highlight i {
    margin: 0 8px;
    color: #cc0000;
}
.u {
    display: inline-block;
    border-bottom: 1px solid #007bff;
}

.s2_header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.s2_bg {
    display: block;
    margin: 0 auto 4rem auto;
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
}
@media (min-width: 992px) {
    #section_2 {
        margin: 6rem 0;
    }
    .section_header_highlight {
        margin: 0 0 6rem 0;
    }
    .s2_gallery {
        margin: 0 0 6rem 0;
    }
}







#section_3 h1 {
    color: #00adcb;
    font-family: "rixstarlight-pro", sans-serif;
}
.dolomiti_city h3 {
    color: #00849b;
    font-size: 2rem;
    font-family: "rixstarlight-pro", sans-serif;
}
.dolomiti_city h6 {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 0 6px 0;
    background-color: #d1170c;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: "rixstarlight-pro", sans-serif;
    letter-spacing: 0px;
}
.dolomiti_city i {
    font-size: 2rem;
}
.dolomiti_city .expl {
    margin: 0 0 1rem 0
}
.dolomiti_city .spot_tit {
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 2px 8px;
    font-weight: bold;
}
.dolomiti_city .spots {
    padding-left: 20px;
    list-style: disc;
}
.dolomiti_city .spots li {}

@media (min-width: 992px) {
    .dolomiti_city .expl {
        margin: 0 0 2rem 0
    }
}




#section_4 h1 {
    color: #00adcb;
    font-family: "rixstarlight-pro", sans-serif;
}
#section_4 h1 span {
    display: block;
    font-size: .7em;
    color: #000000;
    font-family: 'Pretendard';
}
#section_4 i {
    margin: 0 0 2rem 0;
    padding: 10px;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    background-color: #261e97;
    color: #fff;
    border-radius: 50%;
}
#section_4 p {
    line-height: 1.4;
    margin: 1.3rem 0;
}
@media (min-width: 992px) {
    #section_4 i {
        width: 4rem;
        height: 4rem;
        font-size: 3rem;
    }
}












#section_5 h1 {
    color: #00adcb;
    font-family: "rixstarlight-pro", sans-serif;
}
#section_5 h1 span {
    display: block;
    font-size: .7em;
    color: #000000;
    font-family: 'Pretendard';
}

#section_5 i {
    margin: 0 0 2rem 0;
    padding: 10px;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    background-color: #261e97;
    color: #fff;
    border-radius: 50%;
}
#section_5 p {
    line-height: 1.4;
    margin: 1.3rem 0;
}
@media (min-width: 992px) {
    #section_5 i {
        width: 4rem;
        height: 4rem;
        font-size: 3rem;
    }
    #section_5 p {
        margin: 1.3rem 0 1.3rem 1.3rem;
    }
}



#section_6bg {
    position: relative;
    height: 50svh;
    margin: 0;
    padding: 0;
    background: url('/common/event/images/dolomiti/s6_bg.webp') 50% 50% no-repeat;
    background-size: cover;
}







#section_6 h1 {
    margin-bottom: 1rem;
    text-align: center;
}
#section_6 h1 .ln1 {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 1.5rem;
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-family: "rixstarlight-pro", sans-serif;
    font-weight: bold;
}
#section_6 h1 .ln2 {
    display: block;
    font-size: 4.5rem;
    color: #000;
    font-family: "rixstarlight-pro", sans-serif;
}

#section_6 h3 {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 4rem 0;
}

.event_gift {
    margin: 0 0 2rem 0;
}
.event_gift .tit {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 4px 10px;
    background-color: #1c3965;
    font-size: 1rem;
    color: #fff;
}
.event_gift .ctt {
    padding-left: 1rem;
    border-left: 1px solid #1c3965;
}
.event_gift .ctt .sub {
    display: block;
    color: #8f8f8f;
    font-size: .9em;
}
.event_gift i {
    margin: 1rem 0 0 1.2rem;
    font-size: 3rem;
    color: #b1b1b1;
}

.ref {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 1rem;
}
.ref .tit {
    font-weight: bold;
}
.ref ul {
    list-style: disc;
    padding-left: 20px;
}
.ref ul li {}
@media (min-width: 992px) {
    #section_6 h1 .ln1 {
        font-size: 2.3rem;
    }
    #section_6 h1 .ln2 {
        font-size: 6rem;
    }
    #section_6 h3 {
        font-size: 1.6rem;
        margin: 0 0 6rem 0;
    }
}







#section_7 {
    margin-bottom: 0;
}
#section_7 h1 {
    margin: 0 0 2rem 0;
    color: #00849b;
    font-family: "rixstarlight-pro", sans-serif;
}


#section_7 h1 .sub {
    font-size: .8em;
}
#section_7 h1 .accent {
    font-weight: bold;
}



.w100 {
    width: 100%;
}

.goods-list li .goods-list-el a .goodsCnt {
    background-color: #fff;
}


/* HTML marker styles */
.map_marker {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.map_marker::after {
content: "";
position: absolute;
left: 50%;
top: 100%;
transform: translate(-50%, 0);
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #4285F4;
}




#section_consulting_bar {
    margin-top: 0;
    text-align: center;
    background-color: #13469b;
}
#section_consulting_bar img {
    max-height: 35px;
}
.consult_btn {
    display: block;
    margin: 1.4rem auto 0 auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #3d001d;
    text-align: center;
    background-color: var(--consult);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media (min-width: 992px) {
    #section_consulting_bar img {
        height: 50px;
    }
}



.customer_consult {
    margin: 0em auto 0 auto;
    padding: 2em 0em;
    /* background-color: #228be6; */
}

.customer_consult .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0 1rem 0;
}
.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;
    text-align: center;
}

.customer_consult a {
    display: block;
    padding: 10px 0px;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border: 1px solid var(--consult-border);
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 1rem auto 0 auto;
}

@media (min-width: 992px) {
    #section_consulting_bar {
        padding: 3rem 0;
    }
    .customer_consult {
        padding: 0;
    }
    .customer_consult p {
        margin-top: 0;
    }
    .customer_consult a {
        max-width: 340px;
        padding: 12px 0px;
    }
}

/*
@media (min-width: 992px) {}
@media (min-width: 992px) {}
@media (min-width: 992px) {}
*/


/*
YoonA YoonChe Medium
font-family: "yoon-a-yoonche", sans-serif;
font-weight: 400;
font-style: normal;
YoonA YoonChe Bold
font-family: "yoon-a-yoonche", sans-serif;
font-weight: 500;
font-style: normal;


RixStarlight_Pro Light
font-family: "rixstarlight-pro", sans-serif;
font-weight: 300;
font-style: normal;
*/


