@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    overflow-x :  hidden;
 }



html > body {
    overflow-x : hidden;
    max-width: 100vw;
    background-color: black;
    font-family: 'GmarketSansMedium';

}






body, ul, li {

    margin: 0;
    padding: 0px;
    list-style: none;

}

a{
    color: inherit;
    text-decoration: none;


}


.con{
    width: 1080px;
    margin-left: auto;
    margin-right: auto;

}


.flex{
    display: flex;

}

.flex-grow{

    flex-grow: 1;
}


.items-center{
    align-items: center;
}

.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}


.h-full{

    height: 100%;
}

.top-bar{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background-color: transparent;
    
    z-index: 9999;
  

}

.top-bar.slidedown{
    position: fixed;
    background-color: black;
   
    animation: slidedown .3s forwards;
}

@keyframes slidedown{
    from{
        top: -250px;
    }
    to{
        top: 0;
        
    }
}





.top-bar > .con {

    
    width: 100%;
   
   
}

.top-bar > .con > .logo{

    padding: 0 50px;
    
}

.top-bar> .con > .menu-1 {


    padding: 0 30px;
}



.top-bar> .con > .menu-1 > li > a{

    color: white;
    font-size: 13px;
    transition: .3s;
    font-weight: 500;
}

.top-bar> .con > .menu-1 > li > a:hover{

    color: rgb(255, 0, 0);
    font-weight: 600;
}

#menu-icon {
    color: white;
    font-size: 30px;
    z-index: 10000;
    cursor: pointer;
    padding: 0 50px;
    display: none;

}






.video_bg {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
   
}
.video_bg iframe {
    
    position: absolute;
    top: -60px;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    border: none;

   
}
.video_bg::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.seal {

    width: 100vw;

}

.logoseal{

    width: 100vw;

}





@media all and (min-width:768px) and (max-width:1199px) {
 
    .video_bg {
        
        overflow: hidden;
        position: relative;
        width: 1200px;
        padding-bottom: 675px;
        left: 50%;
        transform: translateX(-50%);
   
    }


    .video_bg iframe {
        
        width: 1200px;
        height: 1200px;    
        border: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        
       
    }

    .seal {

        width: 1200px;
    
    }
    
    .logoseal{
    
        width: 1200px;
    
    }
    







  } 

  .nonew {
    background-color: black;
    width: 100%;
    height: 1500px;
  }
  
  /* 모바일 (해상도 360px ~ 767px)*/ 
  @media all and (min-width:360px) and (max-width:767px) {


    .video_bg {
        overflow: hidden;
        position: relative;
        width: 1200px;
        padding-bottom: 675px;
        left: 50%;
        transform: translateX(-50%);
      
    }
    .video_bg iframe {
        
        width: 1200px;
        height: 1200px;    
         border: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        
       
    }


    .top-bar > .con > .logo{

        padding: 0 20px;
        
    }
    
    #menu-icon {
        padding: 0 20px;
        display: flex;
        align-items: center;
    
    }

    .top-bar> .con > .menu-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 40vw;
        height: 20vh;
        opacity: 0;
        background: black;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .5s ease;
        
    }

    .top-bar> .con > .menu-1 a{
        
        display: block;
        margin: 1.5vh 0;
        margin-left: 0;


    }
    .top-bar> .con > .menu-1.open{
       
        opacity: 1;
       right: 0;
       

    }

    .seal {

        width: 768px;
    
    }
    
    .logoseal{
    
        width: 768px;
    
    }




  }


