@import url("/common/fonts/Pretendard/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&display=swap');
/* @font-face {
    font-family: 'Tenada';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */
/* @import url('//fonts.googleapis.com/earlyaccess/jejugothic.css'); */
@font-face {
    font-family: 'TheJamsil';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/LOTTE/TheJamsil2Light.woff2') format('woff2');
    font-weight: 300;
    font-style: light;
}
@font-face {
    font-family: 'TheJamsil';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/LOTTE/TheJamsil4Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/LOTTE/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}
/* @font-face {
    font-family: 'LeferiPoint-WhiteObliqueA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/LeferiPoint-WhiteObliqueA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
:root {
    --b24-blue: #13469b;
    --b24-blue1: #051227;
    --b24-blue2: #081F44;
    --b24-blue3: #0C2C61;
    --b24-blue4: #0F3A7E;
    --b24-blue5: #1654B9;
    --b24-blue6: #1A62D6;

    --b24-blue-80: #3561a9;
    --b24-blue-60: #6788be;
    --b24-blue-40: #9ab0d4;
    --b24-blue-20: #ccd7e9;

    --b-mwidth: 1320px;
    --swiper-theme-color: var(--b24-blue);
    --title-font: 'TheJamsil';
}


/* body.mobile {
    margin: 0;
    overflow-x: hidden;
}
#event_header {
    background-color: #00448d80;
}
#event_header nav a img {
    padding: 11px 10px;
    height: 40px;
} */
#event_honeymoon_santorini {
    /* max-width: 3000px; */
    margin: 0 auto;
    overflow: hidden;
}


/* 
.s_b {
    margin: 0 auto;
    padding: 60px 0;
} */
.s_b p {
    margin: 0 0 1rem 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Pretendard';
    color: #000;
    line-height: 1.6;
}
.s_b h2,
.s_b h4,
.s_b h5,
.s_b h6 {
    color: #000;
    /* font-family: 'Pretendard'; */
}
.highlight {
    display: inline-block;
    background: linear-gradient(to top, #a8faff 40%, #ffffff57 50%);
    font-weight: 700;
}
/* .s_b strong {
    font-size: 1.2em;
    color: var(--b24-blue);
    font-weight: 500;
} */

@media (min-width: 992px) {
    /* .s_b {
        margin: 0;
        padding: 8rem 0;
    } */
    .s_b h1 {
        font-size: 3.1rem;
    }
    .s_b h3 {
        font-size: 2rem;
    }
    .s_b p {
        font-size: 18px;
    }
}


.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;
}



.img_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 7rem; */
}
.img_logo img {
    display: inline-block;
    margin: 0 2rem;
    /* padding: 11px 10px 8px 10px; */
    height: 22px;
    background-color: #fff;
    /* border-radius: 4px; */
}


.img_hr_logo_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 7rem; */
}
.img_hr_logo_right img {
    display: inline-block;
    /* margin: 0 2rem; */
    /* padding: 11px 10px 8px 10px; */
    height: 30px;
    background-color: #fff;
    /* border-radius: 4px; */
}
.img_hr_logo_right::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: -1;
    height: 0;
    width: 100%;
    border-top: 4px solid #13469b;
}













#section_1 {
    display: flex;
    align-items: start;
    position: relative;
    height: 100vh;
    background: url('/common/event/images/honeymoon_santorini/s1_bg_1.webp') no-repeat center center;
    background-size: cover;
}
#event_main {
    display: flex;
    /* margin-top: 16vh; */
    text-align: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 78vh;
}
#event_main img {
    display: none;
}
#event_main h4 {
    margin: 0 0 4px 0;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: 'TheJamsil';
}
#event_main h3 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 100%;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -3px;
    font-family: 'TheJamsil';
    font-size: 21px;
}
#event_main h1 {
    margin: 0;
    line-height: 100%;
    color: #15d8fe;
    margin-top: -15px;
    font-family: "East Sea Dokdo", serif;
    font-weight: 400;
    font-size: 7rem;
}
#event_main h5 {
    display: inline-block;
    padding: 7px 10px 5px 10px;
    margin: -35px 0 0 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'East Sea Dokdo';
    font-size: 40px;
}

#event_main h5 .strong {
    /* color: #ffcece; */
    font-weight: 700;
}


@media (min-width: 992px) {
    #section_1 {
        align-items: center;
    }
    #event_main {
        margin-top: 0;
        text-align: right;
        align-items: flex-end;
    }
    #event_main img {
        display: block;
        height: 150px;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    #event_main h3 {
        font-size: 2.5rem;
    }
    #event_main h4 {
        font-size: 1.5rem;
        color: #ffffff;
    }
    #event_main h1 {
        margin-top: -30px;
        font-size: 9rem;
    }
    #event_main h5 {
        margin: -32px 0 0 0px;
        font-size: 52px;
    }
}
















#section_2 {
    /* margin-top: 100px; */
}

#why_santorini {
    text-align: center;
}
#why_santorini h1 {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    margin-top: -50%;
    background-color: #fff;
    color: #15d8fe;
    font-family: "East Sea Dokdo", serif;
    font-weight: 400;
    font-size: 4rem;
    border-radius: 10px;
    letter-spacing: -6px;
}
#why_santorini h1 span {
    font-size: .6em;
    color: #2c5a95;
}
#why_santorini img.main {
    width: 100%;
}
#why_santorini img.ico_heart {
    display: inline-block;
    height: 10px;
    margin: 0 0 0 3px;
}
#why_santorini img.ico {
    display: block;
    width: 150px;
    margin: 0 auto 2rem auto;
}
#why_santorini .intro1 {
    max-width: 450px;
    margin: 2rem auto 4rem auto;
    padding: 0 0 4rem 0;
    border-bottom: 1px solid #d2f2ff;
}
#why_santorini .intro2 {
    font-weight: 300;
    font-size: 19px;
    font-family: 'TheJamsil';
}
#why_santorini .intro2 strong {
    display: inline-flex;
    color: var(--b24-blue);
    align-items: center;
    font-size: 1.2em;
}
/* #why_santorini h4 {
    line-height: 1.8;
    font-family: var(--title-font);
} */
#why_santorini h4 strong {
    color: var(--b24-blue);
}

@media (min-width: 992px) {

    #section_2 {
        /* margin-top: 8rem; */
    }

    #why_santorini h1 {
        padding: 0 50px;
        font-size: 6rem;
    }

    #why_santorini .intro2 {
        font-size: 22px;
    }
}




#section_2_1 {
    margin-top: 0;
}

/* @media (min-width: 992px) {
    #section_2_1 {
        margin-top: 8rem;
    }
} */


.why_santorini_reason {}
.why_santorini_reason p {
    margin: 1.5rem 1.5rem 2rem 2.4rem;
}
.why_santorini_reason h3 {
    display: flex;
    margin-bottom: 0;
    font-family: var(--title-font);
    color: #0b2c65;
}
.why_santorini_reason h3 .num {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 7px 10px 5px 10px;
    /* background-color: #15d8fe; */
    background-color: #fea530;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    height: 30px;
}

.why_santorini_reason p:last-child   {
    margin-bottom: 0;
}
.why_santorini_reason p .ico {
    height: 9px;
    width: auto;
    display: inline-block;
    margin: 0 0 0 5px;
}
.why_santorini_reason img {
    display: block;
    width: 100%;
}

.s_b_gray {
    background-color: #f9f9f9;
    /* padding: 3.5rem 0 1rem 0; */
}

@media (min-width: 992px) {
    /* .s_b_gray {
        padding: 6rem 0;
    } */
    .why_santorini_reason h3 {
        margin-bottom: 1.1rem;
    }
    .why_santorini_reason p {
        margin: 2.2rem 0;
    }
    .why_santorini_reason p:last-child {
        margin-bottom: 2.2rem;
    }
}




/* #section_2_2,
#section_2_4 {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #section_2_2,
    #section_2_4 {
        margin-bottom: 8rem;
    }
} */
#section_2_5 {
    margin: 0;
    border-bottom: 1px dashed #b8d2ff;
}



#section_3 {
    padding: 3rem 0;
    margin: 0;
    /* background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); */
    background-image: linear-gradient(to bottom, #fff1eb 0%, #ace0f9 100%);
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
}
/* #section_3 h1 {
    text-align: center;
    font-family: "East Sea Dokdo", serif;
    font-weight: 400;
    font-size: 4rem;
    color: #15d8fe;
    margin: 0 0 4rem 0;
} */
/* #section_3 .text img {
    display: block;
    width: 100%;
    margin: 0 auto;
} */


.santorini_promotion .ico {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.santorini_promotion .title_wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem 0;
}
.santorini_promotion .title_wrap .title_deco {
    display: none;
    height: 60px;
}
.santorini_promotion .title_wrap .lft {
    margin-right: 3rem;
}
.santorini_promotion .title_wrap .rgt {
    margin-left: 3rem;
}

.santorini_promotion .text {
    padding: 2rem;
}

.santorini_promotion .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.santorini_promotion h2 {
    display: inline-block;
    padding: 6px 0 0 0;
    margin: 0;
    /* background-color: #15d8fe; */
    color: #fff;
    text-align: center;
    font-family: var(--title-font);
    color: #15d8fe;
    /* width: 250px; */
    font-weight: 300;
    border-top: 3px solid #2d8ccc;
    font-size: 1.8rem;
}
/* .santorini_promotion h2 span {
    font-family: "East Sea Dokdo", serif;
    font-size: 8rem;
} */
.santorini_promotion h1 {
    color: #0b2c65;
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}

.santorini_promotion h5 {
    font-weight: 400;
}
.santorini_promotion h3 {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ffffff;
    color: #0b2c65;
    font-family: var(--title-font);
}
.santorini_promotion h3 .ico {
    width: auto;
    height: 10px;
}
.santorini_promotion h3 span {
    color: #a3a3a3;
    font-size: .7em;
}
.santorini_promotion p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000101;
    margin: 0;
}
.santorini_promotion p span {
    background-color: #cdc1ff;
    color: #031f61;
    padding: 0px 0px;
}
.santorini_promotion p span.sub {
    display: block;
    font-size: .8em;
    background-color: #cdc1ff;
    color: #031f61;
    padding: 0px 0px;
    width: 40px;
    text-align: center;
}
.santorini_promotion i {
    margin: 2rem 0 0 0;
    font-size: 3rem;
    color: #74acc5;
}
.santorini_promotion i.fa-sailboat {
    color: #b275c0;
}

.santorini_promotion .promotion_photo {
    width: 100%;
}
@media (min-width: 992px) {
    #section_3 {
        padding: 6rem 0;
    }
    #section_3 .reverse {
        flex-direction: row-reverse;
    }
    .santorini_promotion .title_wrap {
        margin-bottom: 3rem;
    }
    .santorini_promotion .title_wrap .title_deco {
        display: block;
    }
    .santorini_promotion h2 {
        font-size: 2.2rem;
    }
    .santorini_promotion h1 {
        font-size: 3rem;
    }
    .santorini_promotion .text {
        padding: 3rem;
    }
    .santorini_promotion p span.sub {
        display: inline-block;
    }
}





#section_goods {
    margin: 4rem 0 0 0;
    padding: 0 0 5rem 0;
    border: 0;
}
#section_goods h1 {
    margin: 0 0 2rem 0;
    color: #0b2c65;
    font-size: 2rem;
}
#section_goods .more {
    display: block;
    margin: 1rem auto 0 auto;
    width: 100%;
    text-align: right;
}
#section_goods .more a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #0b2c65;
    font-size: 1rem;
    font-weight: 500;
    color: #0b2c65;
}
#section_goods .more a:hover {
    background-color: #000141;
    color: #fff;
}

@media (min-width: 992px) {
    #section_goods h1 {
        font-size: 2.5rem;
    }
}







#section_consulting_bar {
    text-align: center;
}
#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: 1.5em 1em;
    max-width: 1000px;
    /* box-shadow: 3px 3px #d9d9d9; */
    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 2.5rem 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;
}

.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 0 0 0;
}

@media (min-width: 992px) {
    #section_consulting_bar {
        background-color: #13469b;
        padding: 3rem 0;
    }
    .customer_consult .icon {
        margin: 0;
    }
    a.customer_consult p {
        margin-top: 0;
    }
}

/* #shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 1000;

    height: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;

    background-color: var(--b24-blue);
    color: #fff;

    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;

}
#shotcut_consulting img {
    display: block;
    width: 50px;
    height: 50px;
}
#shotcut_consulting .text {
    display: block;
    width: 120px;
    margin-right: -120px;
    padding: 5px 10px 5px 0;
    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;
}
#shotcut_consulting:hover .text {
    margin-right: 0;
} */



/* @import url("/common/fonts/SpoqaHanSanNeo/SpoqaHanSansNeo.css"); */
/* @import url("/common/fonts/Freesentation/stylesheet.css"); */
/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400&family=Gowun+Batang&family=IBM+Plex+Sans+KR:wght@300;400&family=Nanum+Gothic&family=Noto+Sans+KR:wght@100..900&display=swap'); */
/* 
.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.nanum-gothic-regular {
    font-family: "Nanum Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
.gothic-a1-light {
  font-family: "Gothic A1", serif;
  font-weight: 300;
  font-style: normal;
}

.gothic-a1-regular {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
}
.ibm-plex-sans-kr-light {
  font-family: "IBM Plex Sans KR", serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-kr-regular {
  font-family: "IBM Plex Sans KR", serif;
  font-weight: 400;
  font-style: normal;
}
.gowun-batang-regular {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
} */

/*
@font-face {
    font-family: 'GothicA1-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GothicA1-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
*/
/* @font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
} */
/*
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
} */

