body {
  padding-top: 120px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-bottom: 1px solid #ddd;
  z-index: 600;
}
.header .top {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.header .top .container {
  position: relative;
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .top .container .noti-nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.header .top .container .noti-nav > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: black;
}
.header .top .container .right {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 50px;
}
.header .top .container .common-search-form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 35px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 500px;
}
.header .top .container .common-search-form > input {
  min-width: 50px;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1;
  color: black;
  border: none;
  outline: none;
}
.header .top .container .common-search-form > button {
  background: transparent;
  border: none;
  outline: none;
  width: auto;
  height: 80%;
}
.header .top .container .common-search-form > button > svg {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  fill: black;
}
.header .bot {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .bot .container {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .bot .container .h-logo {
  display: block;
}
.header .bot .container .h-logo > strong {
  font-size: 38px;
  line-height: 1;
  color: #AF4949;
}
.header .bot .container .h-global-nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 80px;
}
.header .bot .container .h-global-nav .depth1 {
  position: relative;
}
.header .bot .container .h-global-nav .depth1 > a {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
}
.header .bot .container .mb-nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.header .bot .container .mb-nav > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #818181;
}
.header .bot .container .m-menu-open {
  display: none;
}
.header .bot .container .join-bonus > a {
  padding: 12px 25px;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #BE594E;
}

@media (max-width: 1720px) {
  .header .top .container {
    padding: 0 16px;
  }
  .header .bot .container {
    padding: 0 16px;
  }
  .header .bot .container .h-global-nav {
    grid-gap: 40px;
  }
  .header .bot .container .mb-nav {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
  .header .top {
    height: 35px;
  }
  .header .top .container .noti-nav {
    grid-gap: 14px;
  }
  .header .top .container .noti-nav > a {
    font-size: 12px;
  }
  .header .top .container .common-search-form {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 200px;
    height: 25px;
    padding: 0 12px;
  }
  .header .top .container .common-search-form > input {
    font-size: 12px;
  }
  .header .bot {
    height: 45px;
  }
  .header .bot .container .h-logo > strong {
    font-size: 30px;
  }
  .header .bot .container .h-global-nav, .header .bot .container .mb-nav {
    display: none;
  }
  .header .bot .container .m-menu-open {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .header .bot .container .m-menu-open > svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .header .top .container .common-search-form {
    width: 180px;
  }
}
.footer {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: black;
}
.footer .container {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .container .left {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.footer .container .left .f-logo {
  display: inline-block;
  margin-bottom: 35px;
}
.footer .container .left .f-logo > strong {
  font-size: 35px;
  line-height: 1;
  color: white;
}
.footer .container .left .f-global-nav {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.footer .container .left .f-global-nav > a {
  font-size: 16px;
  line-height: 1;
  color: white;
}
.footer .container .left .f-infos {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 14px 0;
}
.footer .container .left .f-infos .f-info-item {
  padding-right: 8px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #aaa;
  border-right: 1px solid #818181;
}
.footer .container .left .copyright {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #aaa;
}
.footer .container .cs-center {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 25px;
}
.footer .container .cs-center > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #EBB41F;
}
.footer .container .cs-center > strong {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: white;
}
.footer .container .cs-center > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #aaa;
  text-align: end;
}

@media (max-width: 1720px) {
  .footer {
    padding: 50px 0;
  }
  .footer .container {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .footer .container {
    grid-gap: 50px;
  }
  .footer .container .left {
    flex: 1 1 auto;
  }
  .footer .container .cs-center {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
  }
  .footer .container .left .f-logo {
    margin-bottom: 25px;
    align-self: flex-start;
  }
  .footer .container .left .f-logo > strong {
    font-size: 28px;
  }
  .footer .container .left .f-global-nav {
    margin-bottom: 35px;
    grid-gap: 24px;
  }
  .footer .container .left .f-global-nav > a {
    font-size: 14px;
  }
  .footer .container .left .f-infos {
    margin-bottom: 25px;
    grid-gap: 10px 0;
  }
  .footer .container .left .f-infos .f-info-item {
    font-size: 12px;
  }
  .footer .container .left .copyright {
    font-size: 12px;
  }
  .footer .container .cs-center {
    align-self: flex-start;
    align-items: flex-start;
    grid-gap: 16px;
  }
  .footer .container .cs-center > span {
    font-size: 14px;
  }
  .footer .container .cs-center > strong {
    font-size: 22px;
  }
  .footer .container .cs-center > p {
    font-size: 14px;
    text-align: left;
  }
}/*# sourceMappingURL=common.css.map */