.about_taps .active{
    color: #3b2a1e;
    border-bottom: 1px solid #3b2a1e;
}
#eng{
    display: none
}
.partners img{
    mix-blend-mode: multiply;
}
/*센터팝업*/
.centerPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 1100;
    transition: .3s;
}
.centerPop.on{
    visibility: visible;
    opacity: 1;
}
.centerPop.on .dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.7);
    transition: .3s;
}
.centerPop .content{
    position: fixed;
    transform: translate(-50%,-50%);
    top: -100%;
    left: 50%;
    width: 80%;
    max-width: 640px;
    background: #fff;
    border: 1px solid #88522e;
    z-index: 1550;
    transition: .3s;
    margin: 0 auto;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
}
.centerPop#filter .content{
    height: 100vh;
}
.centerPop#filter .content footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.centerPop.on .content{
    top: 50%;
    transition: .3s;
}
.centerPop .content header{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    box-sizing: border-box;
}
.centerPop .content header .prev{
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 1em;
    z-index: 1000;
}
.centerPop .content header .h2{
    font-size: 24px;
    margin-bottom: 0.6em;
}
.centerPop .content header .popClose{
    border: none;
    position: absolute;
    right: -50px;
    top: -50px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #88522e;
    z-index: 1000;
}
.centerPop .content header .popClose i{
    color: #3b2a1e;
    font-size: 1.4em;
}
.centerPop .content content{
    display: block;
    position: relative;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}
.centerPop .content content p{
    font-size: 0.9em;
    line-height: 1.4;
    color: #3b2a1e;
}
.centerPop .content content h5{
    font-weight: 400;
}
/*센터팝업 끝*/
/*오른쪽 팝업*/
.rightPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 1100;
    transition: .3s;
}
.rightPop.on{
    visibility: visible;
    opacity: 1;
}
.rightPop.on .dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    transition: .3s;
}
.rightPop .content{
    position: fixed;
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    right: -100%;
    width: 70%;
    background: #fff;
    z-index: 1550;
    transition: .3s;
    margin: 0 auto;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0px;
}
.rightPop.on .content{
    right: -30%;
    transition: .3s;
}

.rightPop .content header{
    position: relative;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.rightPop .content header .prev{
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 1em;
    z-index: 1000;
}
.rightPop .content header h2{
    font-size: 18px;
    margin-bottom: 0.6em;
}
.rightPop .content header .popClose{
    border: none;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    z-index: 1000;
}
.rightPop .content content{
    display: block;
    position: relative;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}
.rightPop .content footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
}
.rightPop .content footer button{
    background: #b8c0d1;
    color: #fff;
}
/*오른쪽 팝업 끝*/
@keyframes hidePreloader {
    0% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 0;
        height: 0;
    }
}

body>div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.loaded)>div.preloader {
    opacity: 1;
}

body:not(.loaded) {
    overflow: hidden;
}

body.loaded>div.preloader {
    animation: hidePreloader .5s linear .5s forwards;
}
.navbar-expand-lg .navbar-brand img{
    height: 3.2rem;
}    
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.bg-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, .7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.scene01 .video{
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.scene01 .scene01_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.icon{
    border-radius: 50%;
    background: #f7ecda;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i{
    color: #88522e;
    font-size: 2em;
}
.thumbTitle{
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    width:100%;
    overflow:hidden;
}
.thumb{
    width: 350px;
    height: 350px;
    overflow: hidden;
}
.thumb img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.scene02{
    background: url(../img/dream/main02_back.jpg) top center no-repeat;
}
.scene04{
    background: url(../img/dream/main04_back.jpg) top center no-repeat;
    background-size: cover
}
.about_back{
    background: url(../img/dream/aboutus_back.jpg) top center no-repeat;
    background-size: cover
}
.customer_back{
    background: url(../img/dream/customer_back.jpg) top center no-repeat;
    background-size: cover
}
.aboutus_con04{
    background: url(../img/dream/aboutus_con04.png) top center no-repeat;
    background-size: cover
}
.btn-neutral{
    border:1px solid #fff;
}
.hover{
    opacity: 0;
}
.hover:hover{
    opacity: 1;
    transition: .3s;
}
.s_category .active{
    border-bottom: 1px solid #88522e;
    margin-bottom: -1px !important;
    border-radius: 0;
    color: #3b2a1e;
}
.modalPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: rgba(0,0,0,0.3);
}
.modalPop.show{
    visibility: visible;
    opacity: 1;
    transition: .3s;
    z-index: 1000;
}
.modalPop .card{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
}
.modalPop .card-body{
    overflow-x: hidden;
    overflow-y: auto;
}
.goTop{
    position: fixed;
    right: 20px;
    bottom: 10px;
    color: #000;
    z-index: 110;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 1.2em;
    border: 1px solid #88522e;
    background: rgba(255,255,255,.3);
    width: 34px;
    height: 34px;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand img{
        height: 2.6rem;
    }  
    .scene02{
        background-size: cover !important;
    }
    .thumb{
        width: 100% !important;
    }
    .centerPop .content{
        padding: 14px;
    }
    .centerPop .content header .popClose{
        right: -34px;
        top: -34px;
    }
    .hover h3 {
        font-size: 1em;
    }
    .hover h6 {
        font-size: 0.7em;
    }
}