html, body {
    height: 100%;

}

a { text-decoration: none; color: #222222;}

body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    min-width: 300px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000000;
    -webkit-tap-highlight-color: transparent;

}
.vid-back{ width: 100%; height: 100%; overflow: hidden; position: fixed; z-index: 50;}

.vid-back video { object-fit: cover; height: 100%; width: 100%;}

#message_box {
    border-radius: 10px;
    position: absolute;
    bottom: 5px; right: 5px;
    z-index: 25;
    /* //background:#ffc; */
    padding-right:25px;
    padding-left:25px;
    padding-top:0px;
    padding-bottom:0px;
    color:white;
    /* //border:1px solid #CCCCCC; */
    text-align:center;
    vertical-align:middle;
    /* //font-weight:bold; */
    width:auto;
    height:auto;
    cursor:pointer;
    background: radial-gradient(circle, hsla(323, 70%, 30%, 0.9) 80%, hsla(6, 77%, 85%, 1) 100%);
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 40%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

hr
{
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}

nav ul {
    height: 600px;
    width:  85%;
}

nav ul {
   overflow:   hidden;
   overflow-y: scroll;
}

.swal-modal {
    height: 800px;
    overflow: scroll;
}

.div-intro-page {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    color: #ffffff
}

.div-intro-logo {
    width: 40vw;
    position: absolute;
    left: 30vw;
    top: 50%;
}

.load_text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 58%;
    height: 30px;
}

.div-intro-logo img {
    width: 100%;
}

.div-menu {
    width: 90%;
    margin-left: 10%;
    margin-top: 1vh;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    font-size: 14px;
    color: #444444;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.div-menu:first-child {
    margin-top: 10vh;
}

.div-menu img {
    width: 100%;
}

.div-main-logo {
    position: absolute;
    width: 64%;
    top: 18.3%;
    left: 18%;
}

.div-main-logo img:hover{
    filter: drop-shadow(10px 10px 10px #780b4c); 
       transition: all ease-in-out 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all ease-in-out 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); 

}

.div-main-wall:hover{
    filter: drop-shadow(10px 10px 10px  #000); 
       transition: all ease-in-out 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all ease-in-out 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); 

    background-color:rgba(255,255,255,0.3);


}



.div-main-back {
    width: 100vw;
    height: 100%;
    position: relative;
}

.div-main-top {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 10;
}

.div-main-top img {
    width: 100%;
}

.div-main-booth {
    width: 600px;
    position: absolute;
    left: calc((100% - 600px) / 2);
    bottom: 10vh;
    z-index: 10;

    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all ease-in-out 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.div-main-booth img {
    width: 100%;
}

.div-main-table {
    width: 250px;
    position: absolute;
    left: 25%;
    bottom: 2vh;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.div-main-table img {
    width: 100%;
}

.div-main-cover {
    width: 100%;
    height: 100%;
    background-color: bisque;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    display: none;
}

.div-main-title {
    width: 50%;
    position: relative;
    margin: auto;
    top: 30%;
}

.div-main-title img {
    width: 100%;
    position: absolute;
}

.div-main-title img:hover {
    width: 110%;
    position: absolute;
}

.div-main-banner {
    width: 50%;
    float: left;
    margin-top: 5%;
    position: relative;
    cursor: pointer
}

.div-main-banner img {
    width: 70%;
    margin-left: 15%;
    position: absolute;
}

.div-main-banner img:hover {
    width: 80%;
    margin-left: 15%;
    position: absolute;
}

.div-table-banner01 {
    width: 50%;
    float: left;
    margin-top: 40%;
    position: relative;
}

.div-table-banner01 img {
    width: 70%;
    left: 20%;
    position: absolute;
}

.div-table-banner01 img:hover {
    width: 80%;
    left: 20%;
}

.div-table-banner02 {
    width: 50%;
    float: left;
    margin-top: 40%;
    position: relative;
}

.div-table-banner02 img {
    width: 70%;
    position: absolute;
}

.div-table-banner02 img:hover {
    width: 80%;
}

.div-table-banner03 {
    width: 100%;
    float: left;
    top: 30%;
    position: relative;
}

.div-table-banner03 img {
    width: 60%;
    margin-left: 15%;
}

.div-main-vid {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.div-main-book {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.wrap {
    width: 60%;
    position: fixed;
    top: 10%;
    left: 20%;
    z-index: 70;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.wrap img {
    width: 100%;
    display: block;
}

.div-clear-fix {
    width: 100%;
    clear: both;
}

.div-main-table-wall {
    width: 85%;
    height: 65%;
    top: 25%;
    left: 3%;
    position: absolute;
    border-radius: 5%;
}



.div-main-table-wall:hover {
filter: drop-shadow(10px 10px 10px #000); 
    transition: all ease-in-out 0.3s;
 transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 -webkit-transition: all ease-in-out 0.3s;
 -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); 
 background-color: rgba(255,255,255,0.5);
}

.mybook-wrap {
    position: absolute;
    left: 20%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.mybook-wrap img {
    width: 100%
}

.div-main-table-wall img {
    width: 100%;
}

.div-main-table-wall img:hover {
    filter: drop-shadow(2px 2px 2px #000); 
    transition: all ease-in-out 0.3s;
 transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 -webkit-transition: all ease-in-out 0.3s;
 -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); 

}
.div-main-menu {
    width: 20%;
    position: fixed;
    z-index: 30;
    top: 0px;
    right: 0px;
    background-color:rgba(222, 224, 224, 0.6);
    display: none;
    text-align: right;
    border-bottom: 1px solid #cccccc;
    height: 100vh;
}


.div-btn-menu {
    font-family: 'Oswald', sans-serif;
    width: 35px;
    height: 35px;
    background-color: #cccccc;
    margin: auto;
    position: absolute;
    z-index: 40;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    top: 6vh;
    color: #222222;
    right: 6vh;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
}

.magnifier {
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
    display: none;
}

.div-main-wall {
    width: 64%;
    height: 62.8%;
    position: absolute;
    top: 30%;
    left: 18%;
    cursor: pointer;
    overflow: hidden;
 
   
}
.div-main-wall img{ width: 100%; display: block;}
.div-player-wrap {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.div-vid-close {
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 50;
    right: -10px;
    top: -10px;
    font-size: 30px;
    color: #862623;
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    line-height: 0px;
    cursor: pointer;
}

.div-book-close {
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 50;
    top: 20px;
    left: calc((100% - 28px) / 2);
    font-size: 30px;
    color: #862623;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    line-height: 0px;
    z-index: 80;
    cursor: pointer;
}

.div-book-next {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc((100% - 30px) / 2);
    border-radius: 50%;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.div-book-prv {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: calc((100% - 30px) / 2);
    border-radius: 50%;
    border: 1px solid #cccccc;
    cursor: pointer;

}

.div-main-pic {
    width: 80%;
    top: 10%;
    position: absolute;
    right: 5%;
    cursor: pointer;
}

.div-main-pic-left {
    width: 28%;
    top: 0px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.div-main-pic-left img {
    width: 100%;
}

.div-main-pic-left img:hover {
    width: 110%;
}

.div-main-pic img {
    width: 100%;
}

.div-main-pic img:hover {
    width: 110%;
}

.div-ref {
    position: absolute;
    width: 100%;
    top:86%;
    z-index:-10
}

.loader {
    position: absolute;
    left: calc((100vw - 70px) /2);
    top: calc((100vh - 70px) /2);
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.circle-ripple {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    right: 20%;
    position: absolute;
    z-index: 60;
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0.3em rgba(255, 255, 255, 0.3), 0 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.2em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
    }
}

@media screen and (max-width: 1200px) {

    .div-main-menu {
        width: 50%;
    }
}



@media screen and (max-width: 900px) {

    .div-main-menu {
        width: 80%;
    }
}


@media screen and (min-width: 500px) and (max-width: 600px) {
    .div-main-booth {
        width: 480px;
        position: absolute;
        left: calc((100% - 480px) / 2);
        bottom: 15vh;
        z-index: 10;
    }
    .div-main-table {
        width: 233px;
        position: absolute;
        left: calc((100% - 233px) / 2);
        bottom: 8vh;
        z-index: 20
    }

 

}

@media screen and (min-width: 450px) and (max-width: 500px) {
    .div-main-booth {
        width: 430px;
        position: absolute;
        left: calc((100% - 430px) / 2);
        bottom: 15vh;
        z-index: 10;
    }
    .div-main-table {
        width: 219px;
        position: absolute;
        left: calc((100% - 219px) / 2);
        bottom: 8vh;
        z-index: 20
    }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
    .div-main-booth {
        width: 380px;
        position: absolute;
        left: calc((100% - 380px) / 2);
        bottom: 15vh;
        z-index: 10;
    }
    .div-main-table {
        width: 195px;
        position: absolute;
        left: calc((100% - 195px) / 2);
        bottom: 8vh;
        z-index: 20
    }
}

@media screen and (max-width: 400px) {
    .div-main-back {
        width: 100%;
        height: 100%;
        background-image: url('/assets/images/main_back.png');
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .div-main-booth {
        width: 90%;
        position: absolute;
        left: 5%;
        bottom: 0px;
        z-index: 10;
        bottom: 15%;
    }
    .div-main-table {
        width: 40%;
        position: absolute;
        left: 30%;
        bottom: 7%;
        z-index: 20
    }
}

@media screen and (orientation: landscape) {

    .div-main-booth {
        width: 75vh;
        position: absolute;
        left: calc((100vw - 75vh) / 2);
        bottom: 10vh;
        z-index: 10;
    }
    .div-main-table {
        width: 30vh;
        position: absolute;
        left: calc((100vw - 80vh) / 4);
        bottom: 5vh;
        z-index: 20;
    }
    .div-player-wrap {
        width: 60%;
        position: absolute;
        left: 20%;
        top: 50%;
        transform: translateY(-50%);
    }


}

.div-page-wrap { width: 100%; height: 100%; overflow: hidden; position: relative;    background-image: url('/assets/images/main_back.png');

        background-position: bottom;
        background-size: cover;

     
    
} 

.xcode {
    font-size: 6px;
    text-align: right;
    font-color: grey;
    margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* 스크롤 바 */

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

/* 스크롤 바 밑의 배경 */

::-webkit-scrollbar-thumb {
    background: #444444;
}

/* 실질적 스크롤 바 */

::-webkit-scrollbar-thumb:hover {
    background: #8d0f2a;
}

/* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */

::-webkit-scrollbar-thumb:active {
    background: #8d0f2a;
}

/* 실질적 스크롤 바를 클릭할 때 */

::-webkit-scrollbar-button {
    display: none;
}

/* 스크롤 바 상 하단 버튼 */

* {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* transition: all ease-in-out 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all ease-in-out 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); */
}
