@charset "UTF-8";

@media (max-width:1200px) {

    body {
        background-color:rgb(48, 47, 49);
        width: 100vw;


        margin-top: 0%;
        margin-left: 0%;
        padding: 0%;

        opacity: 0;
        transition-duration: 0.5s;


        overflow-x: hidden;
        font-size: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        overscroll-behavior-y:scroll ;

        user-select: none;       /* 표준 속성 */
        -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
        -moz-user-select: none;    /* 파이어폭스용 */
        -ms-user-select: none; 
        
    }

    body.loaded {
        opacity: 1;
        background-color:rgb(48, 47, 49);
    }

 

    .titles{
        position: fixed;
        width: 100vw;
        height: calc(var(--fixed-vh) * 100);

        background-color: rgb(48, 47, 49);

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

   .titles img {

        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;

        z-index: 0;

        user-select: none;       /* 표준 속성 */
        -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
        -moz-user-select: none;    /* 파이어폭스용 */
        -ms-user-select: none;

        -webkit-touch-callout: none;
   }

    .title-background {
        position: absolute;
        

        z-index: 100;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

        opacity:1;

    }

    .title-background.fadeout{
        opacity: 0;
        transition-duration: 0.7s;
    
    }
    .title-background.display {
        z-index: -10;
    }

    .title-background-svgcontainer {
        width:250px;
        height:250px;
        
    }

    .title-background-svgcontainer img {
        width:100%;
        height:100%;
        object-fit: contain;

        user-select: none;       /* 표준 속성 */
        -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
        -moz-user-select: none;    /* 파이어폭스용 */
        -ms-user-select: none; 

        -webkit-touch-callout: none;
    }
 

    .firstfloor {
        display: flex;
        align-items: center;
        justify-content: flex-start;

        margin-bottom: 80px;



    }
    .secondfloor {
        display: flex;
        align-items: center;
        justify-content: flex-start;


    }
    .thirdfloor {
        display: flex;
        align-items: center;
        justify-content: center;


    }
    

    .firstfloor > .char:nth-child(1){
        background-image: url('../svg/FF_S.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 179.91px;
        height: 254.86px;
    }
    .firstfloor > .char:nth-child(2){
        background-image: url('../svg/FF_T.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 171.03px;
        height: 254.86px;
    }
    .firstfloor > .char:nth-child(3){
        background-image: url('../svg/FF_U.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 211.76px;
        height: 254.86px;
    }
    .firstfloor > .char:nth-child(4){
        background-image: url('../svg/FF_D.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 205.52px;
        height: 254.86px;
    }
    .firstfloor > .char:nth-child(5){
        background-image: url('../svg/FF_I.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 90.88px;
        height: 254.86px;
    }
    .firstfloor > .char:nth-child(6){
        background-image: url('../svg/FF_O.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 176.95px;
        height: 254.86px;
    }




    .secondfloor > .char:nth-child(1){
        background-image: url('../svg/SF_N.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 284.2px;
        height: 206.68px;
    }
    .secondfloor > .char:nth-child(2){
        background-image: url('../svg/SF_U.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 290.07px;
        height: 206.68px;
    }
    .secondfloor > .char:nth-child(3){
        background-image: url('../svg/SF_M.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 365.4px;
        height: 206.68px;
    }
    .secondfloor > .char:nth-child(4){
        background-image: url('../svg/SF_S.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 266.1px;
        height: 206.68px;
    }
    .secondfloor > .char:nth-child(5){
        background-image: url('../svg/SF_I.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 136.47px;
        height: 206.68px;
    }
    .secondfloor > .char:nth-child(6){
        background-image: url('../svg/SF_L.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 180.99px;
        height: 206.68px;
    }



    .thirdfloor > .char:nth-child(1){
        background-image: url('../svg/TF_U.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 574.27px;
        height: 104.94px;
    }
    .thirdfloor > .char:nth-child(2){
        background-image: url('../svg/TF_Moto.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 767.97px;
        height: 104.94px;
    }
    .thirdfloor > .char:nth-child(3){
        background-image: url('../svg/TF_L.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 180.99px;
        height: 104.94px;
    }
    
   

    .fade-in {
        opacity: 1;
    }
   



    .studiomoto{
        width: 100vw;
        top:calc(var(--fixed-vh) * 100);
        position: relative;
        width: 100vw;
        
        background:#FFF9D0;
        margin-top: 12vw;
        

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        z-index: 0;
    }

    .introwave {
        position: absolute;
        top: -11vw;
        width: 100vw;
        height: 12vw;
        
        display: block;
        background-size: cover;
    }


    @keyframes numsil {
        0%{transform: translate3d(0,0,0);}
        47%{transform: translate3d(0,20px,0);
            fill:#FFF9D0;}
        90%{transform: translate3d(0,-5px,0);}
        100%{transform: translate3d(0,0,0);}
    }
    .char.animate {
        animation: numsil;
        animation-duration: 0.45s;
    }

    @keyframes introTitleAni {
        0%{
        opacity: 0;}
        100%{
        opacity: 1;}
    }



.why-numsil-main.title.Right{

    animation: FadeStrong 0.6s forwards;
    margin-left:0;

    position: relative;
    z-index: 5;
    top:70px;

    width: 258.09px;
    height: 210px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.why-numsil-main.title.Right.Topcover{

    margin-top: initial;

    position: absolute;
    background-color: #F3F2EC;
    
    top: 0;
    left: 0;

    animation: none;

    z-index: 1;
    width: 258.09px;
    height: 70px;

}
.why-numsil-main.title.Right.Midcover{

    margin-top: initial;

    top: 70px;
    left: 0px;

    position: absolute;
    width: 258.09px;
    height: 70px;
    opacity: 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.why-numsil-main.title.Right.Botcover{

    margin-top: initial;

    position: absolute;

    top: 140px;
    left: 0px;
    
    width: 258.09px;
    height: 70px;
    opacity: 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}



.why-numsil-main.title.Right.Top{

    margin-top: initial;

    position: absolute;

    top:0;
    left:0;

    height: 70px;

    z-index: 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}

.ani0{
    animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6)
}
.ani1{
    animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6)
}
.ani2{
    animation:none;
}
.ani3{
    animation:none;
}
.ani4{
    animation: mix_title_1 0.9s forwards 1.55s;
    animation-timing-function: cubic-bezier(.17,.62,.23,.99);
}
.ani5{
    animation: mix_title_1 0.6s forwards 2.6s;
}
.ani6{
    animation: mix_title_1 0.8s forwards 1.18s;
    animation-timing-function: ease;
}
.ani7{
    animation: mix_title_1 0.6s forwards 2.8s;
}
.ani8{
    animation: none;
}   
.ani9{
    animation: mix_title_1 0.6s forwards 1.1s;
}
.ani10{
    animation: mix_title_1 0.6s forwards 1.1s;
}
.ani11{
    animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6)
}
.ani12{
    animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6)
}
.ani13{
    animation: mix_title_1 0.6s forwards 0.7s;
    animation-timing-function: cubic-bezier(.26,.75,.71,.92)
}
.ani14{
    animation: mix_title_1 0.6s forwards 0.5s;
    animation-timing-function: cubic-bezier(.26,.75,.71,.92)
}
.ani15{
    animation: mix_title_U 0.4s forwards 1.2s;
    animation-timing-function: cubic-bezier(.19,.4,.56,.9);
}
.ani16{
    animation: mix_title_1 0.6s forwards 0.8s;
}
.ani17{
    animation: mix_title_1 0.6s forwards 0.8s;
}
.ani18{
    animation: mix_title_1 0.6s forwards 0.8s;
}
.ani19{
    animation: mix_title_I 0.4s forwards 1.2s;
    animation-timing-function: cubic-bezier(.19,.4,.56,.9);
}
.ani20{
    animation: mix_title_1 0.6s forwards 1.1s;
}
.ani21{
    animation: mix_title_1 0.6s forwards 1.1s;
}



.Right.Top > .Mix_T:nth-child(1){
    background-image: url(../svg/Mix_T-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 41.52px;
    height: 52.72px;

 /*    animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6) */
    
}
.Right.Top > .Mix_T:nth-child(2){
    background-image: url(../svg/Mix_T-02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.81px;
    height: 52.72px;

    /* animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6) */
    
}
.Right.Top > .Mix_T:nth-child(3){
    background-image: url(../svg/Mix_T-03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38.56px;
    height: 52.72px;
    
}
.Right.Top > .Mix_T:nth-child(4){
    background-image: url(../svg/Mix_T-04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.6px;
    height: 52.72px;
    
}
.Right.Top > .Mix_T:nth-child(5){
    background-image: url(../svg/Mix_T-05.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45.04px;
    height: 52.72px;

    /* animation: mix_title_1 0.9s forwards 1.55s;
    animation-timing-function: cubic-bezier(.17,.62,.23,.99); */
    
}
.Right.Top > .Mix_T:nth-child(6){
    background-image: url(../svg/Mix_T-06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.5px;
    height: 52.72px;

    /* animation: mix_title_1 0.6s forwards 2.6s; */
    
}
.Right.Top > .Mix_T:nth-child(7){
    background-image: url(../svg/Mix_T-07.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36.57px;
    height: 52.72px;

    /* animation: mix_title_1 0.8s forwards 1.18s;
    animation-timing-function: ease; */
    
}
.Right.Top > .Mix_T:nth-child(8){
    background-image: url(../svg/Mix_T-08.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.29px;
    height: 52.72px;

    /* animation: mix_title_1 0.6s forwards 2.8s; */
    
}
.Right.Top > .Mix_T:nth-child(9){
    background-image: url(../svg/Mix_T-09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.09px;
    height: 52.72px;
    
}
.Right.Top > .Mix_T:nth-child(10){
    background-image: url(../svg/Mix_T-10.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.88px;
    height: 52.72px;

    /* animation: mix_title_1 0.6s forwards 1.1s; */
    
}
.Right.Top > .Mix_T:nth-child(11){
    background-image: url(../svg/Mix_T-11.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30.23px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 1.1s; */
}








.why-numsil-main.title.Right.Mid{

    margin-top: initial;

    top: 70px;
    left: 0px;

    position: absolute;
    height: 70px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    overflow: hidden;
}





.Right.Mid > .Mix_T:nth-child(1){
    background-image: url(../svg/Mix_T-12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36.57px;
    height: 52.72px;
    
    /* animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6) */
}
.Right.Mid > .Mix_T:nth-child(2){
    background-image: url(../svg/Mix_T-13.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.03px;
    height: 52.72px;   

    /* animation: mix_title_1 0.8s forwards 1s;
    animation-timing-function: cubic-bezier(.55,-0.71,.44,1.6) */
}
.Right.Mid > .Mix_T:nth-child(3){
    background-image: url(../svg/Mix_T-14.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38.42px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 0.7s;
    animation-timing-function: cubic-bezier(.26,.75,.71,.92) */
}
.Right.Mid > .Mix_T:nth-child(4){
    background-image: url(../svg/Mix_T-15.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.33px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 0.5s;
    animation-timing-function: cubic-bezier(.26,.75,.71,.92) */
}
.Right.Mid > .Mix_T:nth-child(5){
    background-image: url(../svg/Mix_T-16.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38.56px;
    height: 52.72px;   

    /* animation: mix_title_U 0.4s forwards 1.2s;
    animation-timing-function: cubic-bezier(.19,.4,.56,.9); */
}
.Right.Mid > .Mix_T:nth-child(6){
    background-image: url(../svg/Mix_T-17.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.6px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 0.8s; */
}
.Right.Mid > .Mix_T:nth-child(7){
    background-image: url(../svg/Mix_T-18.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38.36px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 0.8s; */
}
.Right.Mid > .Mix_T:nth-child(8){
    background-image: url(../svg/Mix_T-19.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.33px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 0.8s; */
}
.Right.Mid > .Mix_T:nth-child(9){
    background-image: url(../svg/Mix_T-20.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.09px;
    height: 52.72px; 
    
    /* animation: mix_title_I 0.4s forwards 1.2s;
    animation-timing-function: cubic-bezier(.19,.4,.56,.9); */
}
.Right.Mid > .Mix_T:nth-child(10){
    background-image: url(../svg/Mix_T-21.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.19px;
    height: 52.72px;   

    /* animation: mix_title_1 0.6s forwards 1.1s; */
}
.Right.Mid > .Mix_T:nth-child(11){
    background-image: url(../svg/Mix_T-22.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 44.9px;
    height: 52.72px;  
    
    /* animation: mix_title_1 0.6s forwards 1.1s; */
}

.why-numsil-main.title.Right.Bot{

    margin-top: initial;
    top: 140px;
    left: 0px;

    position: absolute;
    height: 70px;


}


@keyframes mix_title_1 {
    0% {transform: translateY(0);}
    100% {transform:translateY(70px)}
}

@keyframes mix_title_U {
    0% {transform: translateX(0);}
    100% {transform:translateX(-32.02px)}
}

@keyframes mix_title_I {
    0% {transform: translateX(0);}
    100% {transform:translateX(19.69px)}
}


.Mix_T{
    display: block;
   
    opacity: 0;
    transition-duration: 0.2s;

    will-change: opacity, translate;
}

.Mix_T.visible {
    opacity: 1;
    transition-duration: 0.2s;
    
}



@keyframes numsil {
    0%{transform: translate3d(0,0,0);}
    47%{transform: translate3d(0,10px,0);
        fill:#FFF9D0;}
    90%{transform: translate3d(0,-2.5px,0);}
    100%{transform: translate3d(0,0,0);}
}

@keyframes FadeTitle {
    0% {opacity: 0;
        transform: translateY(-0.5vw);}
    100% {
        opacity: 1;
        transform: translateY(0);
    }

}
@keyframes FadeMain {
    0% {opacity: 0;
        transform: translateY(1.5vw);}
    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes FadeStrong {
    0% {opacity: 0;
        }
    100% {
        opacity: 1;
    }
}

@keyframes FadeBorder {
    0% {transform: rotateY(-90deg);
        }
    100% {
        transform: rotateY(0deg);
    }
}

.introcontent{
    
    width: 100vw;

    font-size: 20rem;
    font-weight: 800;
    color: black;

    position: relative;

    background-color:#F3F2EC;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    
}


.intercontenttop{

    margin-top:-98.4px;
    display: flex;
    flex-direction: column;

    justify-content: flex;
    align-items: center;

    width: 70vw;
    

}

.why{
    position: relative;
    font-size: 20rem;

    display: none;
    transition-duration: 0.4s;
}



.mainarticle {
    font-size: 1rem;
    word-break: none;
    text-align: left;

    width:300px;

    font-weight: 100;
    line-height: 200%;
    
    opacity: 0;
    
    transition-duration: 0.7s;

    margin: calc(var(--fixed-vh) * 10) 0 0 0;

}
.stickyscroll{
    position:relative;
    /* height: calc(var(--fixed-vh) * 500); */

    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.lastwords-container{
    background-color: #F3F2EC;

    position: relative;
    /* border: red 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100vw;
    height: calc(var(--fixed-vh) * 200);

}
.lastwords {
    opacity: 0;
    position:absolute;
    top:0;
    left:0;


    background-color: #F3F2EC;
    width: 100vw;
    height: calc(var(--fixed-vh) * 130);

    word-break: keep-all;

    font-size: 2rem;
    line-height: 220%;
    text-align: center;

    font-weight: 800;

    z-index: 100;
    margin: 0;

    transform: translateZ(0);


    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    will-change: background-color, transform;



}


.lastwords.sticky {
    position: fixed;
    top:0;
    left:0;
    opacity:1;

    

    
}

.lastwords.textcontent {
    height: initial;
    background-color: initial;
    opacity: 1;

    
}
.fakesticky{
    position:absolute;
    top:0;
    left:0;


    background-color: #F3F2EC;
    width: 100vw;
    height: calc(var(--fixed-vh) * 130);

    word-break: keep-all;

    font-size: 2rem;
    line-height: 220%;
    text-align: center;

    font-weight: 800;

    


    
}

.fakesticky.shadow{
    
    opacity: 0;

}


.snsclick{

    display: flex;
    justify-content: center;
    align-items: center;

   
    margin:0;

    overflow-y:scroll;


    background-color: black;
    width: 100%;


    padding-top: 50px;

    z-index: 500;

    transition-duration: 0.5s;

    
}

.snsbuttons-container{

    width: 60%;


    /* border: 1px red solid; */

    display: flex;
    flex-direction:column-reverse;
    justify-content: flex-end;
    align-items: center;

    margin-bottom: 100px;


}
/* .mapimg{
    height: 400px;
    border: 1px #F3F2EC solid;
} */

.snsmap{

    display: flex;
    flex-direction: row;
  
   
}


/* .mapdescription{
    

    border: 1px #F3F2EC solid;
    
    display: flex;

} */

.mapdescription-text{
    width: 100%;
    height: 100%;

    font-size: 1rem;
    color: #F3F2EC;

    text-align: center;
    word-break: keep-all;

    font-weight: 150;
    line-height: 200%;

    transition-duration: 0.5s;
    opacity: 0;

    will-change: tranform;
    transform: translateZ(0) translateY(0);
}
.snsbuttons-group{
    width: 100%;
    /* border: 1px green solid; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;

    transition-duration: 0.5s;

    opacity: 0;

    will-change: tranform;
    transform: translateZ(0) translateY(0);
}

.snsbuttons{
    width: 50px;
    height: 50px;
     /* border: purple 1px solid; */

    display: flex;
    justify-content: center;
    align-items: center;

    scale: 0.7;
}

/* .snsbuttons:nth-of-type(2){
    margin: 30px 0 20px 0;
} */


.snsbuttons svg{
    width: 100%;
    height: 100%;
    background-size: cover;
}

.snsbuttons img{
    width: 180%;
    height: 180%;
    object-fit: cover;

    filter:grayscale(100%)
}




.stickywave {
    position:absolute;

    display: block;
    background-size: cover;
    z-index: 1000;

    height: calc(var(--fixed-vh) * 12);
    width:100vw;
    

}
.stickywave-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sticky-blankbox{
    width: 100vw;
    height: calc(var(--fixed-vh) * 100);
    background-color: black;

    z-index: 1000;

}


.stickycover {
    position: relative;

    width: 100vw;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    background-color: black;
    /* transition-duration: 0.6s; */

    transform: translateZ(0);

    

    overflow-y: clip;
    will-change: height, transform;
}

.sticky-cover-cover{
    position:relative;


    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    
}
.underphoto-layout {
    
    
    position: absolute;
    width: 100%;


    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    margin-top: calc(var(--fixed-vh) * 4);
    
    opacity: 0;
    z-index: 1000;


    transition-duration: 0.3s;


}
.underphoto-layout.visible {

    transform: translateZ(0);
    opacity: 1;
}

.mainarticle-underphoto-firstfloor {
    position:relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.mainarticle-underphoto-secondfloor {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mainarticle-underphoto {
    position:relative;
    transition-duration: 0s;
    color:#F3F2EC;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;

    font-weight: 100;

    width: 85%;
    text-align: left;
    margin:0;
    word-break: break-all;


    margin-bottom: 5px;

    padding:0;
}



.mainarticle-underphoto strong{
    font-size: 2.2rem;
}

.underphoto-layout-button{

   

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-size: 3rem;
    font-weight: 150;
    color: #F3F2EC;
    width: 100vw;
}

.invisible{
    font-size: 8rem;
    line-height: 1;


    font-weight: 800;
    display: flex;
    flex-direction: column;

    justify-content: flex-end;
    align-items: first baseline;
}
.mainclick{
    display: flex;
    flex-direction: column;

    justify-content: flex-start;


    margin: calc(var(--fixed-vh) * 8) 0 calc(var(--fixed-vh) * 5) 0 ;

}

.numsil-firstfloor{
    margin-bottom: calc(var(--fixed-vh) * 13);
}
.numsil-secondfloor{

    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



.thoughts{
    margin-top: calc(var(--fixed-vh) * 10);
    width: 85vw;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.thoughtclick {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    cursor: pointer;

    opacity: 0;

    transition-duration: 0.5s;
    transform: translateZ(0);
    will-change: transform;
}
.serviceclick {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    cursor: pointer;
    opacity: 0;

    transition-duration: 0.5s;

    transform: translateZ(0);
    will-change: transform;
}
.visible{
    opacity: 1;
}



.studio-layoutphoto {
    width:85vw;
    height: calc(var(--fixed-vh) * 40);
    display: block;
    align-items: center;
    margin: calc(var(--fixed-vh) * 5) 0 calc(var(--fixed-vh) * 5) 0;

}
.studio-layoutphoto img{

    width:100%;
    height: 100%;
    object-fit: cover;
    
    user-select: none;       /* 표준 속성 */
    -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
    -moz-user-select: none;    /* 파이어폭스용 */
    -ms-user-select: none; 

    -webkit-touch-callout: none;

    
 
}


.mainarticle.visible {
    opacity: 1;

}




.studio-introphoto img {
    
    width: 100vw;
    height: calc(var(--fixed-vh) * 30);
    object-fit: cover;
    user-select: none;       /* 표준 속성 */
    -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
    -moz-user-select: none;    /* 파이어폭스용 */
    -ms-user-select: none; 

    -webkit-touch-callout: none;
     
}

.underphoto-services {
    color: #F3F2EC;

    position:absolute;

    width: 100%;

    opacity:0;
    
    transition-duration: 0.3s;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.underphoto-services.visible{
    transform: translateZ(0);
    opacity: 1;
    


}

.first-service{
    display: flex;
    margin-top: calc(var(--fixed-vh) * 5);
    margin-bottom: calc(var(--fixed-vh) * 5);

}



.service-article {

    font-size: 0.8rem;
    font-weight: 100;
    line-height: 2;
    text-align: left;

    
    margin-left: 6vw;
    margin-right: 6vw;
}
.service-index {
    height: 100%;

    margin-left: 6vw;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.service-index:nth-of-type(1){
    align-items: flex-start;
}

.underphoto-imgcontainer {
    width: 100vw;
    display: block;
}

.service-img {
    position: relative;
    display: flex;
    flex-direction: column;

    width: 100vw;
    height: calc(var(--fixed-vh) * 50);

    margin-top: 5px;
    margin-bottom: 5px;

}
.service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    display: block;
    user-select: none;       /* 표준 속성 */
    -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
    -moz-user-select: none;    /* 파이어폭스용 */
    -ms-user-select: none; 

    -webkit-touch-callout: none;
   

}

.scrollbutton-container{
    
    z-index: 3000;
    width: 100vw;
    height: 25px;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    justify-content: center;

     font-size: 1.3rem;
    font-weight: 600;
    opacity: 50%;
    background-color: #dcdcdc3a;
    cursor: pointer;
    transition-duration: 0.3s;
}

.scrollbutton-container:hover {
    opacity: 1;
}


.scrolltop-button{

    display: flex;
    justify-content: center;
    align-items: center;
    color:#f3f2ecb2;
    line-height: 1;
   
    scale: 0.5;
    
   
    
}
.line {
    width: 18px;
    height: 3px;
    background-color: #F3F2EC;
    border-radius: 3px;
}
.line:nth-of-type(1){
    transform:translateX(4.5px) rotateZ(-60deg);
    
}
.line:nth-of-type(2){
    transform:translateX(-4.5px) rotateZ(60deg);


}


.sticky-underbox{
    width: 100vw;
    height: 20vw;
    background-color: black;
    z-index: 500;

    margin-top: -2px;
    margin-bottom:-5px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.place-underbox{
    width: 100vw;
    height: 20vw;
    background-color: #050e61;
    z-index: 2000;

    margin-top: -2px;
    margin-bottom:-5px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}







.placecontent {

    background-color: #050e61;
    width: 100vw;
    /* height: calc(var(--fixed-vh)*100); */

    position:relative;

   /*  transition-duration: 0.5s; */

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;  
    z-index: 2700;

    overflow:clip;
}
.placewave{

        width: 100vw;
        height: 12vw;
        
        display: block;
        background-size: cover;

        z-index: 2700;


}
.placecontenttop{

    opacity: 0;
    transition-duration: 0.5s;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 60vw;
    align-items: center;

}
.placecontenttop.visible{

    opacity: 1;

}


.vibe{

   line-height: 16rem;
  
    font-size: 7rem;
    font-weight: 800;
    color: #F3F2EC;
}

.placemainarticle{
    position: relative;
    width: 80%;

    height: 350px;
    
    margin-top: 50px;
    

    font-size: 1rem;
    color: #F3F2EC;

    text-align: center;
    word-break: keep-all;

    font-weight: 150;
    line-height: 180%;
    transition-duration:0.5s;

    opacity: 0;


}
.placemainarticle.visible {
    opacity: 1;
}

.popupclick {
    z-index: 2000;
    font-size: 3rem;
    font-weight: 150;
    color: #F3F2EC;
    display: flex;
    flex-direction: column;

    

    justify-content: space-evenly;
    align-items: flex-end;
}


.gearlisttext:hover {
    scale:1.025;
    cursor: pointer;
}
.ratetext:hover {
    scale:1.025;
    cursor: pointer;
}


.gearlist {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.rate{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.popuppoint {
    width: 0.7rem;
    height: 0.7rem;

    border-radius: 0.05rem;
    background-color: #F3F2EC;
    margin-left:2rem;

    transition-duration: 0.4s;
}

.rotate{
    transform: scale(1.2) rotate(45deg);
}
.scale {
    transform: scale(1.025);
}


.gearlistmenu{
    
    width:100vw;
    height: auto;
    
    position:absolute;
    top:0;
    left:0;
    font-size: 0.7rem;
    color: #F3F2EC;

    line-height: 1.5;

    opacity: 0;
    transition-duration: 0.6s;
    transition-delay: 0s;
    z-index: 0;

}
.gearlistmenu.visible{
    opacity: 1;
    transition-duration: 0.6s;
    transition-delay: 0s;
}

.gearlistbutton {
    text-align: center;
}

.gearlistchild {
    padding-top: 10px;
    padding-left: 2vw;
    padding-right: 2vw;

    position: relative;

    position:initial;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;

    font-weight: 300;
}

.gearlistchild.left{
    width: 30vw;
}
.gearlistchild.middle{
    width: 30vw;
}

.gearlistchild.right{
    width: 30vw;
}

.ratemenu {
    position:absolute;


    top: 0;
    left: 0;
    width: 100vw;

    font-size: 0.8rem;
    color: #F3F2EC;

    transition-duration: 0.6s;
    transition-delay: 0s;

    line-height: 1.5;


    opacity: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

    font-weight: 300;
}

.ratemenu.visible{
    opacity: 1;
    transition-duration: 0.6s;
    transition-delay: 0s;
}

table {
  border-collapse: collapse;
  border: 1px solid #f3f2ec49;
  width: 85%;
  height: calc(var(--fixed-vh) * 40);
  margin: 0;
}

th, td {
  border: 1px solid #f3f2ec49;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  text-align: center;

  font-weight: 100;

}
.table{
    width: 100vw;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    word-break: keep-all;
}
.firstcol{
    width:40%;
}
.secondol {
    width: 30% 
}
.thirdcol {
    width: 30%
}

.firstrow {
    height: 21%;
}
.secondrow {
    height: 23%;
}
.thirdrow {
    height: 23%;
}
.fourthrow {
    height: 23%;
}



.ratenotification{

    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 3vw;
    padding-top: 10px;
    width:85vw;
    font-size: 0.6rem;
    text-align: left;

    line-height: 1.7;
}


.workcontent{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;


    width: 100vw;
    background-color: #084638;
    position:relative;

    z-index: 3500;
    
    
}

.workwave{

        width: 100vw;
        height: 12vw;
        
        display: block;
        background-size: cover;

    z-index: 3500;
}

.works{
    position: relative;
    font-size: 5rem;
    font-weight: 800;
    color: #F3F2EC;

    opacity: 0;
    transition-duration: 0.7s;
    line-height: 1;
    margin-top: 70px;
}
.works.visible {
    opacity: 1;
}

.works-article {
    color:#F3F2EC;
    font-size: 1rem;
    
  
    line-height: 180%;
    


    font-weight: 100;

     margin-top: calc(var(--fixed-vh) * 5);
    text-align: center;
    word-spacing: -0.05rem;
    word-break: keep-all;


}


.discocontent{
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: calc(var(--fixed-vh) * 5);
    opacity: 0;
    transition-duration: 0.5s;
    
}
.discocontent.visible {
    opacity: 1;
}

.firstcol{
    width:40%;
}
.secondol {
    width: 30% 
}
.thirdcol {
    width: 30%
}

.timetable{
    display: flex;
    flex-direction: row;

    justify-content: space-around;
    align-items: flex-start;
    

    width: 90vw;
  
    border-top: #F3F2EC 1px ridge;
    border-collapse: collapse;
}

.timeline:hover{
    opacity: 100%;
}

.timeline{
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: calc(var(--fixed-vh) * 1);
    opacity: 80%;

    font-size: 1.5rem;
    font-weight: 400;
    color:#F3F2EC;

    transition-duration: 0.3s;
    cursor: pointer;
}

.discography {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    /* margin-top: calc(var(--fixed-vh) * 5); */
    margin-bottom: calc(var(--fixed-vh) * 10);
}
.disco{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
   /*  grid-auto-rows: (100px, auto); */

    grid-gap: 10px;

    left: 50%;

    margin-bottom: 100px;
    z-index: 3000;
    margin-top: 100px;
    
   
}
.container{
    position: relative;
    width: 100px;
    height: 100px;

    box-shadow: 0px 4px 36px 0px rgba(0,0,0,0.1);

    display: flex;
    justify-content: center;
    align-items: center;

}
.img-container{

    display: flex;
    justify-content: center;
    align-items: center;


    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.img-container img{
    width: 100px;
    height: 100px;
    object-fit: cover;

    transition-duration: 0.3s;
    will-change: opacity;
    user-select: none;       /* 표준 속성 */
    -webkit-user-select: none; /* 크롬, 사파리 등 WebKit 브라우저용 */
    -moz-user-select: none;    /* 파이어폭스용 */
    -ms-user-select: none; 

    -webkit-touch-callout: none;
 
}

.img-container.dim img{
    opacity: 5%;
}

.disc-description{
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    word-break: keep-all;

    top:0;
    left:0;
    width: 100px;
    height: 100px;

    line-height: 1.3;
    position: absolute;
    
    font-weight: 100;

    text-align: center;

    color:#F3F2EC;
}

.disc-description strong {
    font-size: 0.7rem;
    padding: 10px 5px 0 5px;
}

.disc-description small {
    font-size: 0.4rem;
    margin-top: 0.8rem;
    padding: 0 5px 10px 5px;
}
.disc-description p {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 6pt;
    padding: 0 5px 0 5px;

}




.footer{
    width: 100vw;
    height: calc(var(--fixed-vh) * 20);

    height: auto;
    position: relative;
    background-color:#DCDCDC;

    z-index: 500;
}

.footertext{
    font-size: 0.7rem;
    text-align: left;
    line-height: 1.5;
    padding: calc(var(--fixed-vh) * 3);

    color:grey;

}

}

/* #1E93AB blue color */ 
