#header {
  background: #262626;
  position: sticky;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
#header .header_top {
  padding-top: 25px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1920px) {
  #header .header_top {
    padding-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .header_top {
    padding-bottom: 0.625vw;
  }
}
#header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}
@media screen and (max-width: 1920px) {
  #header .header_wrap {
    padding: 0vw 2.0833333333vw;
  }
}
#header .header_logo .logo_img {
  width: 175px;
}
@media screen and (max-width: 1920px) {
  #header .header_logo .logo_img {
    width: 9.1145833333vw;
  }
}
#header .nav_wrap {
  display: flex;
  align-items: center;
}
#header .nav_list {
  display: flex;
  align-items: center;
}
#header .nav_item {
  margin-right: 38px;
}
@media screen and (max-width: 1920px) {
  #header .nav_item {
    margin-right: 1.9791666667vw;
  }
}
#header .nav_item::last-child {
  margin-right: 0;
}
#header .nav_item .section_name {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1920px) {
  #header .nav_item .section_name {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .nav_item .section_name {
    line-height: 1.25vw;
  }
}
#header .nav_item .section_name:hover {
  cursor: pointer;
}
#header .nav_copyright {
  margin-right: 20px;
  font-size: 14px;
  color: #B3B3B3;
}
@media screen and (max-width: 1920px) {
  #header .nav_copyright {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .nav_copyright {
    font-size: 0.7291666667vw;
  }
}
#header .toggle_switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
  vertical-align: middle;
  border: 1px solid #707070;
  border-radius: 13px;
}
@media screen and (max-width: 1920px) {
  #header .toggle_switch {
    width: 2.7083333333vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .toggle_switch {
    height: 1.3541666667vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .toggle_switch {
    border: 0.0520833333vw solid #707070;
  }
}
@media screen and (max-width: 1920px) {
  #header .toggle_switch {
    border-radius: 0.6770833333vw;
  }
}
#header .toggle_switch input {
  display: none;
}
#header .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/header/toggle_bg.png") no-repeat center/cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header .slider::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1920px) {
  #header .slider::before {
    width: 0.9375vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .slider::before {
    height: 0.9375vw;
  }
}
@media screen and (max-width: 1920px) {
  #header .slider::before {
    left: 0.2083333333vw;
  }
}
#header input:checked + .slider:before {
  left: initial;
  transform: translate(151%, -50%);
}
#header .slider.round {
  border-radius: 50%;
}
#header .slider.round::before {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #header .header_top {
    padding: 38px 0px;
    padding: 5.2777777778vw 0vw;
  }
  #header .header_wrap {
    padding: 0px 40px;
    padding: 0vw 5.5555555556vw;
  }
  #header .header_logo .logo_img {
    width: 256px;
    width: 35.5555555556vw;
  }
  #header .header_menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    gap: 1.1111111111vw;
  }
  #header .header_menu_bar {
    display: inline-block;
    width: 60px;
    width: 8.3333333333vw;
    height: 6px;
    height: 0.8333333333vw;
    border-radius: 3px;
    border-radius: 0.4166666667vw;
    background-color: #fff;
  }
  #header .nav_wrap {
    z-index: 3;
    flex-flow: column nowrap;
    gap: 80px;
    gap: 11.1111111111vw;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    width: 55.5555555556vw;
    height: 100vh;
    padding-top: 110px;
    padding-top: 15.2777777778vw;
    transform: translateX(100%);
    background-color: #E6E4E0;
    transition: all 0.3s;
  }
  #header .nav_wrap.menuing {
    transform: translateX(0);
  }
  #header .nav_list {
    flex-flow: column nowrap;
    gap: 70px;
    gap: 9.7222222222vw;
  }
  #header .nav_item {
    margin-right: 0;
  }
  #header .nav_item .section_name {
    font-size: 38px;
    font-size: 5.2777777778vw;
    font-weight: 700;
    line-height: 47px;
    line-height: 6.5277777778vw;
    color: #000;
  }
  #header .nav_copyright {
    position: absolute;
    bottom: 50px;
    bottom: 6.9444444444vw;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    font-size: 18px;
    font-size: 2.5vw;
    color: #444;
  }
  #header .toggle_switch {
    width: 104px;
    width: 14.4444444444vw;
    height: 52px;
    height: 7.2222222222vw;
    border: none;
    border-radius: 26px;
    border-radius: 3.6111111111vw;
  }
  #header .toggle_switch input {
    display: none;
  }
  #header .toggle_switch input:checked + .slider:before {
    transform: translate(170%, -50%);
  }
  #header .slider {
    background: url("../img/header/toggle_bg_mo.png") no-repeat center/cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header .slider::before {
    width: 36px;
    width: 5vw;
    height: 36px;
    height: 5vw;
    left: 8px;
    left: 1.1111111111vw;
  }
  #header .slider.round {
    border-radius: 26px;
    border-radius: 3.6111111111vw;
  }
  #adstorm.dark #header .nav_wrap {
    background-color: #1E1E1E;
  }
  #adstorm.dark #header .section_name {
    color: #ffffff;
  }
  #adstorm.dark #header .nav_copyright {
    color: #B3B3B3;
  }
}

/*# sourceMappingURL=header.css.map */
