<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar{position:relative;min-height:70px; }
.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
.navbar-custom {
  top: 0;
  text-transform: uppercase;
  background-color: #ffffff;
  position: fixed;
}
.nreserNS{ width: 160px; height: 71px; background-color: #282f47; color: #fff; position: absolute; right: 30px; top:20px; z-index: 999; display: inline; overflow: hidden; text-align: center;
  -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
  transition: all .5s ease-in-out,padding .5s ease-in-out;}
.nreserNS li{display: inline-block; letter-spacing: -0.1pt; font-size: 15px; vertical-align: middle; line-height: 75px; padding: 0 2px;}
.nreserNS li:last-child{ margin-top: -6px;}
.nreserNS li i{font-size: 22px;}
.nreserNS.fix{ top:0; right:0;}

.NSlogo1{position: absolute; left: 50px; top: 62px; z-index: 901;}
.NSlogo2{position: absolute; left: 20px; top: 46px;  z-index: 901;}

.sns{position: absolute; right: 50px; top: 45%; z-index: 9999;}
.sns a{margin-left: 15px;}

.login{position:absolute; right: 50px; top: 22%; z-index: 99999;}
.login a{font-size: 14px;}
.login a.mana::after,
.login a.log_i::after,
.login a.log_o::after{content: ''; display: inline-block; width: 1px; height: 10px; background: #000; margin: 0 4px 0 7px;}
.login a:last-child{color:#fff; background: #800000; padding: 5px 12px; border-radius: 20px; }
@media screen and (max-width: 1240px) {
  .NSlogo1{display: none !important;}
  .NSlogo2{display: block !important; width: 200px; height: auto; top: 22px;}
  .nreserNS{ width: 120px; height: 70px; top:0; right:60px;}
  .nreserNS li{font-size: 13px;}
  .nreserNS li:last-child{ margin-top: -5px;}
  .nreserNS li i{font-size: 18px;}
  .nreserNS.fix{ top:0; right:60px;}

    .sns{right: 80px; top: 50%; transform: translateY(-50%);}
    
    .login{right: 350px; top: 50%; transform: translateY(-50%);}
}
@media screen and (max-width: 768px) {
  .NSlogo2{ top:18px !important;}
  .navbar{ min-height: 60px;}
  .nreserNS{ height: 60px;}
  .nreserNS li{ line-height: 60px; padding-top: 5px;}
    
    .sns{right: 10px; top: 190px; display: flex; flex-direction: column;}
    .sns a{margin-bottom: 10px;}
    .login{right: 80px;}
}
@media screen and (max-width: 575px) {
  .NSlogo2{ left: 10px; transform: translateX(0);}
}
@media screen and (max-width: 400px) {
  .NSlogo2{ width: 150px; top:24px !important}
}

@media(min-width:1241px) {
  .navbar-custom {
    padding: 25px 30px;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse{
    padding: 0;
    background: #ffffff;
  }
}

/* nav-core */
.nav-lock-scroll {
  overflow: hidden;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav ul {
  display: block;
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
/*  background-color: rgba(255,255,255,0.9);*/
}

.nav li a,
.nav li a:hover,
.nav li a:active,
.nav li a:visited {
  display: block;
  position: relative;
}

@media only screen and (min-width: 1241px) {
  .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
  }
  .nav li {
    position: relative;
    white-space: nowrap;
  }
  .nav &gt; ul &gt; li {
    display: inline-block;
  }
  .nav ul {
    display: block;
  }
  .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 901;
  }
  .nav ul ul ul {
    top: 5px;
    left: 95%;
    z-index: 902;
  }

  .nav ul ul ul ul {
    z-index: 903;
  }

  .nav ul ul ul ul ul {
    z-index: 904;
  }

  .nav ul ul li.nav-left &gt; ul {
    left: auto;
    right: 95%;
  }

  .nav-no-js .nav li:hover &gt; ul {
    display: block;
  }

}

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

  .nav-no-js .nav-button:hover + .nav,
  .nav-no-js .nav:hover,
  .nav-no-js .nav-button:hover + .nav + .nav-close,
  .nav-no-js .nav:hover + .nav-close {
    display: block;
  }

}


/* nav-layout */
.nav-button,
.nav-close {
  position: fixed;
  top: 0;
  text-align: center;
  width: 60px;
  height: 4.4rem;
  overflow: hidden;
  z-index: 902;
  cursor: pointer;
  text-decoration: none;
  line-height: 4.4rem;
  background: #292929;
  color: #ffffff;
  font-size: 18px !important;
}

.nav-button:before,
.nav-close:before {
  display: block;
  text-align: center;
}

.nav-button {
  display: block;
  right: 0;
  font-size: 1.7rem;
}

/*.nav-button:before {*/
/*content: "\E003";*/
/*}*/

.nav-close {
  display: none;
  right: 4rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px){
  .nav-button, .nav-close{ height: 60px; line-height: 60px;}
}
/*.nav-close:before {*/
/*content: "\E002";*/
/*}*/
.nav {
  /*margin-top: 70px;*/
  line-height: 100px;
  background: transparent;
}

.nav ul {
  text-align: center;
    padding-top: 20px;
}
.nav &gt; ul &gt; li{display: inline-block;}
.nav ul ul {
  padding: 5px 0;
  background: rgba(0,0,0,0.6);
  box-shadow: none !important;
}
.nav ul ul li{
  line-height: 45px !important;
}

.nav &gt; ul &gt; li &gt; ul &gt; li &gt; a{
  font-size: 16px;
  color: #d0d0d0 !important;
  text-shadow: none;
}
.nav &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
  color: #ffffff !important;
}

.nav ul ul ul {
  background: #382f29;
}

.nav ul ul ul ul {
  background: #40362f;
}

.nav ul ul ul ul ul {
  background: #493e36;
}

.nav li {
  cursor: pointer;
}

.nav li:hover &gt; a,
.nav li.nav-active &gt; a {
}

.nav .nav-submenu &gt; ul {
  /*margin-left: 10px;*/
}

.nav .nav-submenu &gt; li &gt; a {

}

.nav &gt; ul &gt; li &gt; a,
.nav &gt; ul &gt; li &gt; a:hover,
.nav &gt; ul &gt; li &gt; a:active,
.nav &gt; ul &gt; li &gt; a:visited {
  font-size: 20px;
  padding: 0 35px 1px;
  color: #323232;
  text-decoration: none;
  letter-spacing: -0.4pt;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
}
.navtm{color: #292929 !important; text-shadow: none !important;}

.nav .nav-submenu &gt; a:after {
  /*position: absolute;*/
  /*display: block;*/
  /*right: 50px;*/
  /*top: 1px;*/
  /*content: "\E005";*/
}

@media only screen and (min-width: 1241px) {

  .nav-button {
    display: none;
  }

  .nav {
    padding: 0 !important;
  }

  .nav &gt; ul &gt; li {
    border-top: none;
  }

  .nav li &gt; ul {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .nav ul ul ul {
    border-radius: 0 6px 6px 6px;
  }

  .nav ul ul ul li:first-child {
    border-top: none;
  }

  .nav .nav-left &gt; ul {
    border-radius: 6px 0 6px 6px;
  }

  .nav .nav-submenu li {
    min-width: 150px;
  }

  .nav .nav-submenu &gt; ul {
    margin-top: 5px;
  }

  .nav &gt; ul &gt; .nav-submenu &gt; a:after {
    /*content: "\E005";*/
  }

  .nav .nav-submenu &gt; a:after {
    /*content: "\E006";*/
  }
}
@media screen and (max-width: 1240px) {
  .nav{margin-top: 70px;}
  .nav &gt; ul{width: 100%; background: #ffffff;}
  .nav &gt; ul &gt;  li{width:90%; margin:0 auto; display: block !important; background: #ffffff !important; line-height: 50px !important; border-bottom: #ebebeb 1px solid;}
  .nav &gt; ul &gt;  li &gt; a{color: #292929 !important;  text-shadow: none !important; font-size: 14px !important;}
  .nav &gt; ul &gt;  li &gt; a:hover{text-decoration: none !important; font-size: 14px !important}
  .nav ul ul {background: #fcf9f0 !important;}
  .nav &gt; ul &gt; li &gt; ul &gt; li &gt; a{color: #292929 !important; font-size: 14px;}
  .nav &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{color: #292929 !important; text-decoration: underline;}
}
@media screen and (max-width: 768px) {
  .nav{margin-top: 60px;}
    .nav &gt; ul &gt; li &gt; ul &gt; li &gt; a{font-size: 14px;}
}
</pre></body></html>