@font-face {
  font-family: Inter;
  src: url(../assets/Inter.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../assets/Inter.ttf);
  font-weight: 500;
  font-style: normal;
}
.header-nav .header__home-link-wrapper, .header-nav .header__home-link-wrapper .a-home-link, .header-nav .header__site-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.d-none-laptop {
  display: none !important;
}
.d-none-phone {
  display: block !important;
}
@media (max-width: 1024px) {
  .d-none-phone {
    display: none !important;
  }
  .d-none-laptop {
    display: block !important;
  }
}
.header {
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;
}
.header .brand-logo {
  display: block;
  height: 36px;
  width: 36px;
}
.header_inner {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 110000;
  border-bottom: 2px solid #011d26;
  background-color: #fff;
  width: 100%;
}
.header_inner .header__home-link-wrapper {
  -webkit-box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-order: 1;
  order: 2;
}
.header .header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 16px;
  position: relative;
  z-index: 998;
  max-width: 1280px;
}
.header .header_setting-inner {
  gap: 32px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header .header_setting-inner {
    display: flex !important;
  }
}
.header .header__site-nav-link {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  flex: 1 0 30px;
  -webkit-justify-content: center;
  justify-content: center;
}
.header .header__site-nav-link_button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.header .header__site-nav-link_button .setting {
  width: 24px;
  height: 22px;
}
.header .header__site-nav-link_button .menu {
  width: 20px;
  height: 20px;
}
.header .header__site-nav-link_button .dropdown {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .header .brand-logo {
    width: 54px;
    height: 54px;
  }
  .header_inner .header__home-link-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 0;
    order: 0;
  }
  .header .header-nav {
    padding: 0 24px;
    gap: 32px;
    height: 74px;
  }
}
@media (max-width: 1024px) {
  .header .header__site-nav-link {
    flex: none;
  }
  .header .nav-link-lang {
    order: 1 !important;
  }
  .header .nav-link-setting {
    order: 3 !important;
  }
}
.bottom-bar {
  -ms-flex-pack: distribute;
  background-color: #fff;
  border-bottom: 6px solid #00a7e3;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  inset-inline-start: 0;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  width: 100%;
  z-index: 110000;
}
.bottom-bar .bottom-bar__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 60px;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom-bar .bottom-bar__item .bottom-bar-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #011d26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 42px;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 30px;
}
.bottom-bar .bottom-bar__item .bottom-bar-link--active {
  font-weight: 900 !important;
}
.bottom-bar-link__svg {
  display: none;
  height: 16px;
  width: 16px;
}
.bottom-bar-link__svg.svg__show {
  display: block;
}
@media (min-width: 1024px) {
  .bottom-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-bottom: none;
    bottom: auto;
    height: 72px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 650px;
    gap: 32px;
    -webkit-transform: unset;
    transform: unset;
    width: auto;
    gap: 32px;
    inset-inline-start: 118px;
    -webkit-transform: unset;
    transform: unset;
    width: auto;
  }
  .bottom-bar .bottom-bar__item .bottom-bar-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #011d26;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.42;
    text-transform: uppercase;
  }
  .bottom-bar .bottom-bar-link__svg {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  .bottom-bar-link__svg {
    display: block;
  }
}
@media (min-width: 1280px) {
  .bottom-bar {
    inset-inline-start: calc(50% - 522px);
  }
}
.tag-list-wrapper {
  left: 0;
  position: fixed;
  top: 54px;
  z-index: 110000;
  background-color: #fff;
  border-bottom: 2px solid #011d26;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.tag-list-wrapper-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 44px;
  display: flex;
  gap: 56px;
  height: 48px;
  align-items: center;
}
.tag-list-wrapper .tag-item {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.tag-list-wrapper .tag-item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #80d5ff;
}
@media (min-width: 1024px) {
  .tag-list-wrapper {
    top: 76px;
  }
}
@media (max-width: 1024px) {
  .tag-list-wrapper-in {
    box-sizing: content-box;
    overflow: scroll;
    height: unset;
    min-height: 17px;
    padding: 12px 30px;
    gap: 46px;
    scrollbar-width: none;
  }
  .tag-list-wrapper-in .tag-item {
    font-size: 12px;
    text-wrap: nowrap;
  }
  .tag-list-wrapper-in .tag-item::before {
    left: -15px;
    top: 3px;
  }
}
