.header_wrap {
  width: 100%;
  height: 100px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.header {
  width: var(--wrap);
  height: 100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  transition: 0.3s;
}

.logo {
  position: absolute;
  width: 130px;
  height: 80px;
  bottom: 10px;
  transition: 0.3s;
  background: url(../img/logo_dyson_white.png) no-repeat;
  background-size: contain;
  background-position: 0 30px;
  transition: 0.3s;
}

.logo h1 {
  width: contain;
  height: 80px;
}

nav {
  position: absolute;
  bottom: 18px;
  right: 210px;
  transition: 0.3s;
}
nav ul {
  display: flex;
  width: 600px;
  justify-content: space-between;
}

nav ul li {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 300;
}

nav ul li:nth-child(3) {
  color: var(--dyson_green);
}
.header_icon_wrap {
  display: flex;
  width: 140px;
  justify-content: space-between;
  position: absolute;
  bottom: 24px;
  right: 0;
  transition: 0.2s;
}

.header_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  transition: 0.3s;
}

.header_icon:hover {
  font-size: 24px;
  color: var(--dyson_green);
}

.header_wrap.scroll_header {
  height: 80px;
}

.scroll_header .header {
  height: 80px;
}

.scroll_header .logo {
  margin-top: 55px;
  background-size: 80px;
  background-position: 0 40px;
}

.scroll_header_2 {
  background-color: #fff;
}

.scroll_header_2 .logo {
  background: url(../img/logo_black.png) no-repeat;
  background-size: 80px;
  background-position: 0 40px;
}

.scroll_header_2 nav ul li {
  color: #222;
}

.scroll_header_2 nav ul li:nth-child(3) {
  color: var(--dyson_green);
}

.scroll_header_2 .header_icon {
  color: #222;
}

.footer_wrap {
  width: 100%;
  height: 478px;
  background-color: #333;
}

footer {
  position: relative;
  width: var(--wrap);
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  margin-top: 40px;
}

.sitemap {
  margin-top: 40px;
  position: relative;
}

.sitemap::after {
  display: block;
  content: '';
  position: absolute;
  width: 820px;
  height: 1px;
  background-color: #707070;
  left: 0;
  bottom: -16px;
}

.sitemap ul {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e1e1e1;
}

.sitemap ul li:nth-child(3) {
  color: var(--dyson_green);
}
.sitemap ul li a {
  padding: 0 30px;
}

.sitemap ul li a:first-child {
  padding-left: 0;
}

.site_info {
  margin-top: 30px;
}

.site_info ul {
  display: flex;
}

.site_info ul li {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}

.site_info ul li a {
  padding: 0 30px;
}

.site_info ul li a:first-child {
  padding-left: 0;
}

.footer_text {
  margin-top: 110px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 16px;
}

.footer_right {
  margin-top: 40px;
}

.language {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language_logo {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: url(../img/korean_flag.png) no-repeat;
  background-size: contain;
  background-position: 0 6px;
}

.language p {
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
