@charset "utf-8";
/* @import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css'); */
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* font-family: "Montserrat", sans-serif; */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'ABC Favorit';
    src: url('../fonts/ABCFavorit-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Favorit';
    src: url('../fonts/ABCFavorit-Medium.otf') format('opentype');
    font-weight: 500; 
    font-style: normal;
}

@font-face {
    font-family: 'ABC Favorit';
    src: url('../font/ABCFavorit-Regular.otf') format('opentype');
    font-weight: 400; 
    font-style: normal;
}

@font-face {
    font-family: 'ABC Favorit';
    src: url('../fonts/ABCFavorit-Bold.otf') format('opentype');
    font-weight: 700; 
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    /* font-family: 'Spoqa Han Sans Neo', sans-serif; */
    font-family: 'Pretendard', sans-serif ;
    box-sizing: border-box;
}
ol, ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
}
.tag-hover-ui-root{
    z-index: 20;
    position: absolute;
    min-width: 160px;
    padding: 0px 30px;
    min-height: 50px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: background-color 0.3s;
    color:white;
    text-transform: uppercase;
}

.tag-hover-ui-root > span{
    font-family: 'Pretendard';
}



body, html {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    height: 100%;
    overflow: hidden;
}
#guestWrapper::-webkit-scrollbar{
    width: 12px;
	background-color: #F5F5F5;
}
#guestWrapper::-webkit-scrollbar-thumb{
    border-radius: 10px;
	background-color: #555;
}
#guestWrapper::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
}
button {
	font-family:'Pretendard', sans-serif !important;
}

#mask{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0);
    z-index: 111;
    display: none;
}
#mask.active{
    display: block;
}
#userGuide{
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
    display: none;
}
#mission{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display:none;
}
#mission.active{
    display:block;
}
#mission p{
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    text-align: center;
    display: block;
    padding: 4px 10px;
    /* background-color: #121212; */
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}
#mission h3{
    word-break: keep-all;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 0 5px;
    /* background-color: #121212; */
    color: #fff;
    margin-top: 4px;
    animation: blink 1s 10 forwards; 
    text-align: center;
}
@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .blinking-text {
    /* 1초 간격으로 무한 반복 */
  }
/* 하단 메뉴바 */
#bottomBar{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 99;
    /* display: none; */
}
#bottomBar .icon_container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
#bottomBar .icon_con{
    width: 52px;
    cursor: pointer;
}
#bottomBar .iconbox{
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255);
    border: 1px solid #FFFFFF;
    /* border-radius: 8px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#bottomBar .iconbox .icon{
    width: 32px;
    height: 32px;
}
#bottomBar .menu p{
    text-align: center;
    font-family: 'Pretendard';
    margin-top: 10px;
    color: #484848;
    display: none;
}
#bottomBar .icon_con:hover .iconbox{
    background: rgba(255, 255, 255);
}
/* E 하단메뉴바 */

#floorBtn{
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 99;
}
#floorBtn .inner{}
#floorBtn .inner > div{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(239, 231, 221, 0.9) 100%);
    backdrop-filter: blur(5px) saturate(0.5);
    -webkit-backdrop-filter: blur(5px) saturate(0.5);
    width: 104px;
    height: 65px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 16px;
    transition: 0.5s all;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#floorBtn .inner > div:last-child{
    margin-bottom: 0;
}
#floorBtn .inner > div#bgMusic{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(239, 231, 221, 0.6) 100%);

}
#floorBtn .inner > div:hover,
#floorBtn .inner > div#bgMusic:hover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(239, 231, 221, 1) 100%);
}
#bgMusic > div{
    width: 36px;
    height: 36px;
}
#bgMusic .off{

}
#bgMusic .on{
    display: none;
}
#floorBtn .floor{}
#floorBtn .floor p{
    font-size: 24px;
    color: #181818;
}


@media screen and (max-width:768px) {
    #bottomBar {
        padding: 10px 45px;
        width: 100%;
        height: 100px;
        bottom: 0;
        background: #fff;
        border-radius: 8px 8px 0 0;
        z-index: 99;
    }
    #bottomBar .icon_con{
        width: calc(20% - 16px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #bottomBar .iconbox {
        width: 35px;
        height: 35px;
        background: rgba(255, 255, 255, 0.54);
        border: 1px solid #FFFFFF;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #bottomBar .menu p {
        text-align: center;
        font-family: 'Pretendard';
        font-size: 13px;
        margin-top: 10px;
        color: #484848;
        /* white-space: nowrap; */
    }
    #bottomBar .iconbox .icon {
        width: 35px;
        height: 35px;
    }
    #floorBtn{
        right: 15px;
    }
    #floorBtn .inner > div{
        width: 75px;
        height: 45px;
    }
    #floorBtn .floor p{
        font-size: 16px;
    }
    #bgMusic > div {
        width: 24px;
        height: 24px;
    }
    #mission h3{
        font-size: 14px;
    }
}
@media screen and (max-width:470px) {
    
    #bottomBar .icon_con:nth-child(2) .iconbox{
        margin-top: 5px;
    }
    #bottomBar .icon_con:nth-child(2) .iconbox .menu p{
        margin-top: 8px;
    }
}
@media screen and (max-width:350px) {
    #bottomBar {
        padding: 10px 20px;
    }
}









/* 

.intro-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../assets/images/hoyeonjae_intro_upscale.png') no-repeat center center;
    background-size: cover;
    filter: brightness(25%);
    transition: filter 0.2s ease;
    animation: backgroundScroll 120s linear infinite;
    z-index: 10;
}

@keyframes backgroundScroll {
    0%, 100% {
        background-position: right center;
    }
    50% {
        background-position: left center;
    }
}

.intro-text {
    position: absolute;
    top: 50px;
    left: 50px;
    color: white;
    transition: color 0.5s ease;
    z-index: 10;
}
.intro-text::before, .intro-text::after {
    content: '';
    position: absolute;
    background-color: white;
}
.intro-text::before {
    top: 200px;
    bottom: -650px;
    width: 2px;
}
.intro-text::after {
    left: 0;
    top: -20px;
    width: 100%;
    height: 2px;
}
.intro-text h1, .intro-text h2, .intro-text p {
    margin: 0;
    transition: color 0.5s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.intro-text h1 {
    font-size: 3em;
}
.intro-text h2 {
    font-size: 4.5em;
}
.intro-text p {
    margin: 10px 0 0;
    font-size: 1.5em;
}

.center-text {
    position: absolute;
    top: calc(80%);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    animation: blink 1.5s infinite;
    cursor: pointer;
    z-index: 10;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes colorCycle {
    0% {
        color: #c1ffc1;
    }
    50% {
        color: white;
    }
    100% {
        color: #c1ffc1;
    }
}

.intro-text h1, .intro-text h2, .intro-text p {
    margin: 0;
    transition: color 0.5s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.intro-text.cycling h1, .intro-text.cycling h2, .intro-text p {
    animation: colorCycle 2s infinite;
}

.img-tour {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../assets/images/img_tour_back.png') no-repeat center center;
    background-size: cover;
}
.img-tour-tag {
    position: absolute;
    top: 50%;
    left: 67.5%;
    width: 60px;
    cursor: pointer;
}

#img-tour-tag2 {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60px;
    cursor: pointer;
}

#hover-text2 {
    display: none;
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    cursor: pointer;
    background-color: #00b050;
    color: white;
    padding: 15px;
    border-radius: 70px;
    text-align: center;
    z-index: 10;
    font-size: 25px;
    font-weight:bold;
}
.img-tour-tag:hover + .hover-text {
    display: block;
}

.hover-text {
    display: none;
    position: absolute;
    top: 43%;
    right: 26%;
    width: auto;
    cursor: pointer;
    background-color: #00b050;
    color: white;
    padding: 15px;
    border-radius: 70px;
    text-align: center;
    z-index: 10;
    font-size: 25px;
    font-weight:bold;
}
.img-tour-guide {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.guide-img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    cursor: pointer;
    top: 20px;
}
.guide-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 3;
    background: #fff;
    padding: 20px 0px 70px;
    border-radius: 25px;
}
.guide-title {
    display: block;
    margin: 50px auto 50px;
    width: 65%;
}
.guide_contents {
    display: block;
    margin: auto;
    width: 85%;
}



#img-tour-tag2 {
	position: absolute;
    bottom: 0;
    left: 200px;
    width: 60px;
    cursor: pointer;
}






 */

