@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

html {
    scroll-behavior: smooth;
}

html * {
    word-break: keep-all !important;
}

body {

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    background-color: #d5c9ac;
    color: #353535;
    padding: 0px;
    margin: 0px;
    letter-spacing: -0.25rem;
}

/********************************** popup start ******************************************/
.popup-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.565);
}

.popup-festa {
    position: absolute;
    width: 61.3rem;
    height: 42.7rem;
    margin-left: -30.5rem;
    margin-top: -21rem;
    top: 50%;
    left: 50%;
    padding: 0.5rem 0.5rem 0.4rem;
    background: radial-gradient(#ffd400, #c3535300);
    background-color: #000;
    border: 1px solid #ffef9a;
}

.popup-festa #festamv {
    width: 47rem;
    height: auto;
}

.popup-festa .content-box {
    position: relative;
    text-align: center;
}

.popup-festa  .invitation-box {
    width: 60rem;
    height: 40rem;
    position: absolute;
    overflow: hidden;
}

.popup-festa  .thumbnail-box {
    width: 60rem;
    height: 40rem;
    position: absolute;
    overflow: hidden;
}

.popup-festa  .bigphoto-box {
    width: 60rem;
    height: 40rem;
    position: absolute;
    overflow: hidden;
}

.popup-festa .festa_invite {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup-festa .view-detail-map {
    position: absolute;
    top: calc(100% - 5.9rem);
    left: calc(100% - 14rem);
    width: 7rem;
    height: 2.5rem;
    background-color: #00000080;
    border-radius: 4rem;
    color: #fff;
    font-size: 1rem;
    padding: 0.4rem 1.3rem;
    letter-spacing: 0rem;
    cursor: pointer;
}

.popup-festa .btn-box {
    text-align: right;
}

.popup-festa .close-btn {
    margin-top: -0.7rem;
    width: 1.3rem;
    fill: #777;
    cursor: pointer;
}

.popup-festa .expand-btn {
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid #858585;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -0.2rem;
    right: 1.0rem;
}

.popup-festa .popup-bg-expand {
    width: calc(100vw - 19px);
    height: 100vh;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.popup-festa .festars {
    position: absolute;
}

.popup-festa .thumbnail1 {
    width: 10.4rem;
    height: auto;
    z-index: 10;
    top: 12rem;
    left: 35.6rem;
    cursor: zoom-in;
}

.popup-festa .thumbnail2 {
    width: 11rem;
    height: auto;
    z-index: 10;
    top: 12rem;
    left: 46.2rem;
    cursor: zoom-in;
}

.popup-festa .thumbnail3 {
    width: 10.4rem;
    height: auto;
    z-index: 10;
    top: 20.2rem;
    left: 35.6rem;
    cursor: zoom-in;
}

.popup-festa .thumbnail4 {
    width: 11.0rem;
    height: auto;
    z-index: 10;
    top: 18.5rem;
    left: 46.2rem;
    cursor: zoom-in;
}

.popup-festa .thumbnail5 {
    width: 21.7rem;
    height: auto;
    z-index: 10;
    top: 26.0rem;
    left: 35.5rem;
    cursor: zoom-in;
}

.popup-festa .photo1 {
    display: none;
    width: auto;
    height: 100%;
    top: 0rem;
    left: -7rem;
    z-index: 20;
    cursor: zoom-out;
}

.popup-festa .photo2 {
    display: none;
    width: auto;
    height: 100%;
    top: 0rem;
    left: -5.5rem;
    z-index: 20;
    cursor: zoom-out;
}

.popup-festa .photo3 {
    display: none;
    width: auto;
    height: 100%;
    top: 0rem;
    left: -7rem;
    z-index: 20;
    cursor: zoom-out;
}

.popup-festa .photo4 {
    display: none;
    width: auto;
    height: 100%;
    top: 0rem;
    left: -1rem;
    z-index: 20;
    cursor: zoom-out;
}

.popup-festa .photo5 {
    display: none;
    width: auto;
    height: 100%;
    top: 0rem;
    left: -9rem;
    z-index: 20;
    cursor: zoom-out;
}

.popup-festa .expandmsg {
    position: absolute;
    top: 32.0rem;
    left: 38rem;
    letter-spacing: -0.07rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: underline;
    color: #1c1507;
}

/********************************** popup end ******************************************/


/********************************* Spinner start *****************************************/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/********************************* Spinner end *******************************************/


/****************************** mobile vs none mobile start ******************************/
.mobile {
    display: none;
}

.not-mobile {
    display: block;
}

nav.not-mobile {
    display: flex;
}
/****************************** mobile vs none mobile end *******************************/


/****************************** menu select start ************************************/
.navbar-container .menu-active {
    text-decoration: overline;
    text-decoration-thickness: 0.2rem;
    text-decoration-color: #c2b17b;
}
/****************************** menu select end ************************************/

/******************************* nav bar start *******************************************/
.navbar-hidden {
    top: -500px;
    transition: top 0.7s;
}

.navbar-visible {
    top: 0;
    transition: top 0.7s;
}

.navbar {
    position: fixed;
    width: 100%;
    height: 10rem;
    z-index: 1000;
    background-color: #00000050;
}

.navbar-nav {
    margin-left: 10px;
}

li.nav-item {
    margin-left: 30px;
}

.navbar .navbar-logo {
    width: 10rem;
    height: auto;
    margin-left: 4rem;
}

.navbar .nav-link {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0rem;
}

.navbar-container #myLinks {
    display: none;
}

.navbar-container a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.navbar-container a.icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

#scroll-top {
    display: none;
}

/* .navbar-container a:hover {
    background-color: #ddd;
    color: black;
} */

/* .active {
    background-color: #04AA6D;
    color: white;
} */

/******************************** nav bar end *******************************************/


/******************************** sansam illust image start **********************************/
.tosan-wildginseng-img-container .top-cover-img {
    height: 39vw;
    background-size: contain;
}

.tosan-wildginseng-img-container .tosan-wildginseng-img-box {
    padding: 10rem 0rem 0rem;
}

.tosan-wildginseng-img-container .tosan-wildginseng-top-title-box {
    text-align: center;
}

.tosan-wildginseng-img-container .top-title1 {
    font-size: 5rem;
    font-weight: 800;
}

.tosan-wildginseng-img-container .top-title2 {
    font-size: 6.0rem;
    font-weight: 800;
    margin-top: -2rem;
}

.tosan-wildginseng-img-container .title-bg-line {
    margin-top: -5.5rem;
}

.tosan-wildginseng-img-container .sansam-illust-img {
    border: 0rem solid #b51600;
    border-radius: 47rem;
    width: max-content;
    height: max-content;
    text-align: center;
}

.tosan-wildginseng-img-container .sansam-illust-img img {
    margin-top: 4rem;
    width: 30rem;
    height: auto;
}

/******************************** sansam illust image end **********************************/


/******************************** footer start ***********************************************/
.sns-container.not-mobile {
    display: block;
}

.sns-container.mobile {
    display: none;
}

footer > section {
    height: 10rem;
    background-color: #43371d;
    padding-top: 4rem;
}

.footer-container {
    display: flex;
    justify-content: space-evenly;
}

.footer-container .copyright {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
}

.footer-container .naver-blog {
    width: 48px;
    height: auto;
    cursor: pointer;
}
/******************************** footer end ***********************************************/