
.main {animation: transitionIn 1s;}
        @keyframes transitionIn { from {opacity: 0} to {opacity: 1} }

@font-face {
         font-family: 'Pretendard-Regular';
         src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Extra-Light.woff') format('woff');
          font-weight: 200;
          font-style: normal;
          }

          @font-face {
         font-family: 'Pretendard-Thin';
         src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
          font-weight: 100;
          font-style: normal;
          }
          
          @font-face {
         font-family: 'Pretendard-Black';
         src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Extra-Black.woff') format('woff');
          font-weight: 900;
          font-style: normal;
          }
@import url('https://fonts.cdnfonts.com/css/ds-digital');
         @font-face {
         font-family: 'DSDigital';
         src: url('assets/108/DS-DIGIB.TTF') format('woff');
          font-weight: 200;
          font-style: normal;
          }

                    @font-face {
    font-family: 'NEXEN_TIRE_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NEXEN_TIRE_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

        @font-face {
    font-family: 'MICEMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEMyungjo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JeonjuCraftMjB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/JeonjuCraftMjB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

          @font-face {
    font-family: 'HSBombaram21-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/HSBombaram21-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

        @font-face {
    font-family: 'MICEMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEMyungjo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body {background: black;word-break: keep-all;}
body.menu-open {overflow: hidden; position: fixed; width: 100%;}
.wrapper{
  background-color: rgb(0, 0, 0, 0.7);
  width: 100%;
  padding-bottom: 30px
}
.wrapper nav{
  display: block;
  max-width: calc(100% - 200px);
  margin: auto;
  height: 150px;

}
nav .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .content .links{
    margin-top: 39px;
  display: flex;
}
.content .links li a:hover,
.content .links li label:hover,
.language a:hover,
.grey:hover{
  color :rgb(124, 0, 0)
}
.content .logo {display: block;width: 400px;padding-top: 45px;}
.logo a img{
display: block;
width: 100%;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: white;
  font-family: 'Pretendard-Regular';
  font-size: 18px;
  font-weight: 500;
  padding: 9px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}

.wrapper .menu-icon{
  color: white;
  font-family: 'Pretendard-Regular';
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}

.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: black;
  top: 60px;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 111px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}



.sns {display: flex;  ;flex-wrap:wrap;justify-content:flex-start; margin-left:40px;margin-top: 30px;}
.sns #email a {transition:all 0.5s;font-size:18px;display:inline-block;color: white;}
.sns #email a:hover {color:rgb(124, 0, 0)}
.sns .social {display:flex;align-items: center;}
.sns .social a {display:block;width:30px;height:30px;}
.sns .social a + a {margin-left:20px}
.sns .social a img {display:block;width:100%;transition: 0.5s;}
.sns .social a img:hover {transform: scale(1.2);}

.language {display: flex;justify-content: center;margin: 30px auto;}
.language a {color: white;margin-right: 24px;transition: all 0.3s ease;  font-family: 'Pretendard-Regular'; font-size: 20px;}
.language a+a {margin: 0;}
.grey {color:#676767;transition: all 0.3s ease;}

/*main*/

footer {margin: 300px auto;width: 50%;}
footer img {width: 100%;display: block;}

html {scroll-behavior: smooth;}
.tothetop {position: fixed;width: 50px;height: 50px;bottom: 40px;right: 50px;z-index: 999998;}
.tothetop a img {display: block;width: 100%;}

/* ------------------------------------------------------------------------- */

.nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  cursor: pointer;
}
#show-menu:checked ~ .nav-backdrop {
  opacity: 1;
  visibility: visible;
}
.menu-icon {
  z-index: 999;
}

/* Responsive code start */


@media screen and (max-width: 5000px){
    .wrapper .menu-icon{
    display: block;
    font-size: 40px;
    z-index: 999000000;
  }
  #email {display: none;}

  .null {display: block;}
  .content .logo {display: block;width: 1200px;padding: 0;}
.content .links .logo {display: none;}

  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  .wrapper nav {height: 220px;padding: 0;  display: flex;justify-content: space-between;  align-items: center;  max-width: calc(100% - 200px);}
  nav .content .links{
    display: block;
    position: fixed;
    background: black;
    height: 100%;
    width: 100%;
    top:0;
    padding-top: 130px;
    margin-top: 0;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
    z-index: 9980;
  }
  nav .content .links + .links{
    top: 300px
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 1600px){
    .content .logo {display: block;width: 800px;padding: 0;}
}

@media screen and (max-width: 1000px){

  .wrapper .menu-icon{
    font-size: 18px;
  }
  .wrapper nav{
    padding: 0 10px;
    height: 120px;
 max-width: 100%
  }
  nav .content .links{
    padding-top:90px

  }
  .content .logo {display: block;width: 300px;padding: 0;}
  .language {margin: 20px auto;}


.tothetop {position: fixed;width: 30px;height: 30px;bottom: 15px;right: 15px;}

footer {width: 80%;margin: 150px auto;}
  .wrapper {padding-bottom:5px;}

}

@media screen and (max-width: 650px){
  .wrapper nav{
    padding: 0 10px;
    height: 100px;
  }
.content .logo {display: block;width: 200px;}
footer {width: 95%;margin: 70px auto;}
}


