@charset "UTF-8";

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

    body {
        background-color:black;
        width: 100vw;


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

        opacity: 0;
        transition-duration: 0.5s;


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

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

        overscroll-behavior-y:contain ;

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

    body.loaded {
        opacity: 1;
        background-color:black;
    }

 

    .titles{
        position: fixed;
        width: 100vw;
        height: 100vh;

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

        will-change: transform, filter;
    }

   .titles img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;

        z-index: 0;

        -webkit-user-drag: none; /* 드래그 방지 (크롬/사파리) */
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        
        


   }

   .title-background-svgcontainer {
        width:500px;
        height:500px;

    }

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

        -webkit-touch-callout: none; /* iOS Safari: 꾹 눌러 메뉴 뜨는 것 방지 */
        -webkit-user-select: none;   /* 드래그/텍스트 선택 방지 */
        user-select: none;

        -webkit-touch-callout: none;
    }


    .title-background {
        position: absolute;
        

        z-index: 1;

        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;
    }


    .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{
        
        top:100vh;
        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: -12vw;
        width: 100vw;
        height: 12vw;
        
        display: block;
        background-size: cover;
    }



    .char.animate {
        animation: numsil;
        animation-duration: 0.45s;
    }

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

.why-numsil-main-background {


    width: 100vw;
    height: auto;
    background:#FFF9D0;

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


}

.why-numsil-main.title.Right{

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

    position: relative;
    z-index: 5;
    margin-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: clip;
}





.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{
    width: fit-content;
    height: fit;
    flex-shrink: 0;

    opacity: 0;
    transition-duration: 0.2s;
}

.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{

    display: flex;
    flex-direction: column;

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

    width: fit-content;
    margin-top:-6vh;
    margin-bottom: 4vh;

}

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

    opacity: 0;
    transition-duration: 0.4s;

    line-height: 1;
}
.why.visible{
    opacity: 1;
    transition-duration: 0.4s;
}

.intro-borderline{

    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 50%;

    
}
.borderline {
    width: 40%;
    border: solid black 1.2px;
}
.dot {
    width:5%;
    border: solid black 1.2px;
    margin:0 7.5% 0 7.5%;
  
}

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

    width:60%;

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

    margin: 0 0 15vh 0;

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

.lastwords-container{
    opacity: 1;
    position: relative;
    /* border: red 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100vw;
    height: 200vh;

    

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



    background-color: #F3F2EC;
    width: 100vw;
    height: 100vh;

    word-break: keep-all;

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

    font-weight: 800;

    z-index: 100;
    margin: 0;
    

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.lastwords.textcontent {
    height: initial;
    background-color: initial;

}



.lastwords.sticky {
    position: fixed;
    top:0;
    left:0;
    
}

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


    background-color: #F3F2EC;
    width: 100vw;
    height: 100vh;

    word-break: keep-all;

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

    font-weight: 800;

    


    
}

.fakesticky.shadow{
    
    opacity: 0;

}


.snsclick{

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

    top:0;
    left:0;


    background-color: black;
    width: 100vw;
    height: auto;

    z-index: 500;
    transition-duration: 0.5s;

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

.snsbuttons-container{

    width: 60vw;


    /* border: 1px red solid; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding-top: 100px;
    padding-bottom: 100px;

    min-width: 1000px;

}

.snsmap{

    display: flex;
    flex-direction: row;
  
   
}


.mapdescription{
    

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

}

.mapdescription-text{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 1.3rem;
    color: #F3F2EC;

    opacity: 0;
    text-align: left;

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

    transition-duration: 0.5s;
}
.snsbuttons-group{
    

    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;

    transition-duration: 0.5s;
}

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

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


.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: 12vw;
    width:100vw;
    

}

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

}
.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: 1s;

    will-change: height;

    overflow-y: clip;
}
.sticky-blankbox{
    width: 100vw;
    height: 100vh;
    background-color: black;

    z-index: 1000;

}

.sticky-cover-cover{
    position:relative;


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

    
}


.underphoto-layout {

    
    position: absolute;
    width: 70vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    margin-top: 16vh;
    opacity: 0;

    transition-duration: 0.3s;
    

}
.underphoto-layout.visible {
    opacity: 1;
}

.mainarticle-underphoto-firstfloor {
    display: flex;
    align-items: flex-start;
}
.mainarticle-underphoto-secondfloor {
    display: flex;
    align-items: flex-start;
    margin-top: 10vh;
}
 #underphoto-secondArticle{
    width:50%;
    padding: 0 0 0 3vw;
}
.mainarticle-underphoto {


    color:#F3F2EC;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 2.1;

    font-weight: 100;

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

    padding: 0 3vw 0 0;

    z-index: 1000;

    
}




.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;

    padding-bottom: 10px;
}

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


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

    justify-content: flex-end;
    align-items: flex-start;

    

  
}
.mainclick{

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

}

.numsil-firstfloor{
    margin-bottom: 20vh;
}
.numsil-secondfloor{

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


.thoughts{
    margin-top: 10vh;
    width: 60vw;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    min-width: 1000px;

    z-index:2000;

}
.thoughtclick {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    cursor: pointer;

    transition-duration: 0.4s;

    opacity: 0;
}
.serviceclick {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    cursor: pointer;

    transition-duration: 0.4s;

    opacity:0;
}

.visible{
    opacity: 1;
}



#underphoto-firstPhoto {
    background-color: none;
    width:40%;
    height: 100%;
}
#underphoto-secondPhoto {
    background-color: none;
    width:50%;
    height: 100%;
}
.studio-layoutphoto img{
    width:100%;
    height: 100%;
    object-fit: cover;

    -webkit-user-drag: none; /* 드래그 방지 (크롬/사파리) */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    -webkit-touch-callout: none;

}


.mainarticle.visible {
    opacity: 1;

}




.studio-introphoto img {
    width: 100vw;
    height: 30vh;
    object-fit: cover;

    -webkit-user-drag: none; /* 드래그 방지 (크롬/사파리) */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    -webkit-touch-callout: none;

}

.underphoto-services {
    color: #F3F2EC;

    position:absolute;

    width: 70vw;

    opacity:0;

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

    padding-top: 16vh;
    /* margin-bottom: 10vh; */

    transition-duration: 0.4s;

    will-change: height;

}


.underphoto-services.visible{
    opacity: 1;
}

.first-service{
    display: flex;

    justify-content: space-between;
    height: 15vw;
}


.service-article {
    font-size: 1rem;
    font-weight: 100;
    line-height: 2;
    text-align: left;

    display: flex;
    align-items: center;

    width:70%;
    height: 15vw;
    padding-right: 10px;
}
.service-index {
    font-size: 2.5rem;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#service-index-2{
    text-align: right;
}
.underphoto-imgcontainer {
    width: 70vw;
    display: flex;
    flex-direction: column;
    height: 100%;

    justify-content: space-between;
    align-items: center;

}
.underphoto-imgcontainer:nth-child(2):nth-child(1){
    padding-top: 15vw;
}

.scrollbutton-container{
    
    z-index: 3000;
    width: 70vw;
    height: 50px;
    border-radius: 0px 0px 40px 40px;
    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;
   

    
   
    
}
.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);


}

.service-img {
    width: 70vw;
    height: 150vh;

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

}

.service-img:nth-of-type(even) {
    margin-top: 15vw;
    margin-bottom: 4vh;
}
.service-img:nth-of-type(odd) {
    margin-top: 4vh;
}



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

    -webkit-user-drag: none; /* 드래그 방지 (크롬/사파리) */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    -webkit-touch-callout: none;


}

.sticky-underbox{
    width: 100vw;
    height: 20vw;
    background-color: black;
    z-index: 100;
    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: 80vh;

    position:relative;

    transition-duration: 0.5s;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;  
    z-index: 2500;
    
}
.placewave{
 
        width: 100vw;
        height: 12vw;
        
        display: block;
        background-size: cover;

        z-index: 2500;


}
.placecontenttop{

    opacity: 0;
    transition-duration: 0.5s;

    display: flex;
    justify-content: space-between;
    width: 60vw;
    align-items: stretch;

    min-width: 1000px;


}
.placecontenttop.visible{

    opacity: 1;

}


.vibe{
    width: 40vw;
    line-height: 1;
  
    font-size: 13rem;
    font-weight: 800;
    color: #F3F2EC;
}

.placemainarticle{
    position: relative;
    width: 60%;
    
    margin-top: 5vw;
    font-size: 1.3rem;
    color: #F3F2EC;

    text-align: right;

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


    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity top;

    padding-right:-10px;

    min-width:1000px;

    will-change: transform;

}
.placemainarticle.visible {
    opacity: 1;
}

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

    word-spacing: -0.03rem;

    

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

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


.gearlisttext:hover {

    cursor: pointer;
}
.ratetext:hover {
 
    cursor: pointer;
}
.thoughttext:hover{
  
    cursor: pointer;
}
.servicetext:hover{
    
    cursor: pointer;
}

.scale {
    transform: scale(1.025);
}



.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;
}
.gearlistmenu{
    
    padding-top: 5vh;
    width:100vw;
    height: auto;
    
    position:absolute;
    top:0;
    left:0;
    font-size: 1rem;
    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: 2vh;
    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;
    padding-top: 5vh;

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

    font-size: 1rem;
    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: 1px solid #F3F2EC;
    border-collapse: collapse;
  
    width: 70%;
}

th, td {
  border: 1px solid #F3F2EC;
  padding: 2vh;
  text-align: center;

  font-weight: 300;

}
.table{

    

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

    padding-left: 3vw;
    padding-top: 1.5vh;
    width: 70vw;
    font-size: 0.8rem;
    text-align: left;

    line-height: 1.7;
}

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

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

.workwave{

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

    z-index: 3000;
}

.works{
    position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
    

    font-size: 13rem;
    font-weight: 800;
    color: #F3F2EC;

    opacity: 0;
    transition-duration: 0.7s;
}
.works.visible {
    opacity: 1;
}

.works-article {
    color:#F3F2EC;
    font-size: 1.3rem;
  
    line-height: 2;
    margin-top: 5vh;

    font-weight: 100;

    text-align: center;
    word-spacing: -0.05rem;
}

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

    margin-top: 5vh;
    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: 1vh;
    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: 10vh;
    margin-bottom: 30vh;

}
.disco{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: (100px, auto);

    grid-gap: 1rem;

    left: 50%;
    
    z-index: 3000;
   
}
.container{
    position: relative;
    width: 250px;
    height: 250px;

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


}
.img-container{

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

    transition-duration: 0.3s;

    -webkit-user-drag: none; /* 드래그 방지 (크롬/사파리) */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    -webkit-touch-callout: none;

}

.container img:hover{
    opacity: 5%;
}

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

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


    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    position: absolute;
    font-size: 1.3rem;
    font-weight: 100;
    word-break: keep-all;

    text-align: center;

    color:#F3F2EC;
}

small {
    
    font-size: 0.8rem;
    margin-top: 0.8rem;
}
p {
    margin: 0;
    margin-top: 0.3rem;
}

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

.disc-description small {
    font-size: 0.8rem;
    margin-top: 0.8rem;
    padding: 0 10px 20px 10px;
}
.disc-description p {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    padding: 0 10px 0 10px;

}




.footer{
    width: 100vw;

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

    z-index: 5000;
}

.footertext{
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    padding: 3vh;

    color:grey;

}


}
/* #1E93AB blue color */ 
