@font-face { font-family: 'BMJUA'; src: url('../../fonts/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	outline: none;
	margin: 0;
    user-select: none;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #EBEBFF;
    overflow: hidden;
    font-family: sans-serif;
    background-size: 100% 100%;
    background-position: 100% 0%;
}

#container {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.rightBack {
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0px;
    background: #7C7CF3;
}

#backgl {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 80%;
    height: 92%;
    border-radius: 40px;
    background: #EBEBFF;
}

#webgl1 {
    position: absolute;
    top: 130px;
    /* left: 130px; */
    left: 50%;
    width: 1090px;
    height: 687px;
    z-index: 3;
    transform: translateX(-50%);
}

.floorBox {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.floor {
    width: 96px;
    height: 60px;
    font-size: 28px;
    color: #7A7A7A;
    font-family: 'S-COREDREAM-6BOLD';
    text-align: center;
    background: #DBDBDB;
    border-radius: 10px;
    padding: 2px 5px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    display: none;
    line-height: 60px;
}

.floor.on {
    background: #8976DC;
    color: #ffffff;
}

.right {
    position: absolute;
    right: 0px;
    width: initial;
    height: 100%;
}

.logoBox {
    background: #7C7CF3;
    padding: 20px 8px;
    border-radius: 0 0 0 25px;
    margin-top: 0px;
    position: relative;
    z-index: 3;
}

.logoBack {
    background: #7C7CF3;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 102px;
}

.logoBack2 {
    position: absolute;
    top: 185px;
    width: 240px;
    height: 702px;
    background: #EBEBFF;
    border-radius: 0 40px 40px 0;
}

.logo {
    width: 323px;
    cursor: pointer;
    margin: 35px 10px 5px 8px;
}

.r_title {
    font-family: 'S-CoreDream-6Bold';
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.retryBox {
    position: absolute;
    top: 885px;
    left: 0px;
    width: 330px;
    height: 200px;
    cursor: pointer;
    z-index: 3;
    background: #7C7CF3;
    border-radius: 25px 0 0 0;
}

.retry {
    /* position: absolute;
    width: 320px;
    height: auto;
    cursor: pointer;
    z-index: 3;
    top: 65px;
    left: 25px; */
}

.top_btnBox {
    position: absolute;
    top: 55px;
    z-index: 3;
}

.bottom_btnBox {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.top_btnBox .btn {
    width: 130px;
    cursor: pointer;
}

#removeBtn {
    margin-left: 20px;
}

.bottom_btnBox .btn {
    width: 150px;
    cursor: pointer;
}

.addTool {    
    position: absolute;
    top: 135px;
    left: -26px;
    width: 180px;
    display: none;
}

.removeTool {    
    position: absolute;
    top: 135px;
    left: 129px;
    width: 180px;
    display: none;
}

.resetTool {    
    position: absolute;
    top: 130px;
    left: 50%;
    width: 172px;
    display: none;
    transform: translateX(-50%);
}

.rotateTool1 {    
    position: absolute;
    top: 545px;
    right: 18.9%;
    width: 172px;
    display: none;
}
.rotateTool2 {    
    position: absolute;
    top: 545px;
    left: 18.9%;
    width: 172px;
    display: none;
}

.right_btnBox {
    position: absolute;
    top: 390px;
    left: 0px;
    width: 250px;
}

.right_btnBox .btn {
    width: 100px;
    cursor: pointer;
    margin-right: 30px;
}

.main_btn {
    width: 80px;
    cursor: pointer;

}

.main_btn#reset {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.main_btn#rotate1 {
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
}
.main_btn#rotate2 {
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translateY(-50%);
}

#zoombox {
    position: absolute;
    right: 155px;
    top: 248px;
    width: 63px;
    height: 567px;
    background-color: transparent;
}

#zoombox .track {
    position: absolute;
    background-color: #D1D1D1;
    width:16px;
    height: 454px;
    margin:auto;
    left: 0px; right:0px;
    top:55px;
    border-radius: 16px;
}

#zoombox .thumb {
    position: absolute;
    background-color: #7c7cf3;
    width:30px;
    height:200px;
    margin:auto;
    left: -9px; right:-9px;
    border-radius: 26px;
    cursor: pointer;
    top:0px;
}

#zoombox .btn_plus,
#zoombox .btn_minus {
    position: absolute;
    background-color: transparent;
    color: #B2B2B2;
    width:63px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 65px;
    left: 0;
    cursor: pointer;
    /* font-family: 'BMJUA', sans-serif; */
    font-family: 'Jalnan';
}

/* #zoombox .btn_plus:hover,
#zoombox .btn_minus:hover {
    color: #289cff;
} */

#zoombox .btn_plus {
    top:0;
}

#zoombox .btn_minus {
    bottom: 0;
}

.guide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/guide.png) no-repeat;
    background-size: 100%;
    z-index: 15;
    display: none;
}


.guide .never {
    position: absolute;
    bottom: 26px;
    left: 30px;
    width: 280px;
    height: 45px;
    cursor: pointer;
    background: transparent;
}

.guide .close {
    position: absolute;
    top: 15px;
    left: 1845px;
    width: 60px;
    height: 60px;
    background: url(../images/smart_close.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

#b_front {
    position: absolute;
    top: 850px;
    left: 650px;
    background: #FFD06F;
    color: #845842;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
}

#b_side {
    position: absolute;
    top: 680px;
    left: 1300px;
    background: #FEC5C5;
    color: #8C5757;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
}

#b_top {    
    position: absolute;
    top: 200px;
    left: 1020px;
    background: #7BCDFF;
    color: #3E647B;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
}

#a_front {    
    position: absolute;
    top: 689px;
    left: 877px;
    background: #FFD06F;
    color: #845842;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
    display: none;
}

#a_side {    
    position: absolute;
    top: 689px;
    left: 877px;
    background: #FEC5C5;
    color: #8C5757;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
    display: none;
}

#a_top {
    position: absolute;
    top: 185px;
    left: 875px;
    background: #7BCDFF;
    color: #3E647B;
    font-family: '노토산스';
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 19px;
    display: none;
}