body {
  max-width: 2560px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}
*{ box-sizing: border-box;}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-full {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 162px;
  cursor: pointer;
}

.text-sm {
  font-size: 0.75rem;
}
.text-m {
  font-size: 0.875rem;
}
.text-mp {
  font-size: 0.9375rem;
}
.text-x {
  font-size: 1.125rem;
}
.p-6 {
  padding-left: 6%;
  padding-right: 6%;
}
.p-12 {
  padding-left: 12%;
  padding-right: 12%;
}
.flex-1 {
  flex: 1;
}
.sd-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}
.sd-row-reverse {
  flex-direction: row-reverse;
}
[class*="sd-col-"] {
  box-sizing: border-box;
}
.sd-col-5 {
  max-width: 20.8333333333%;
  flex: 0 0 20.8333333333%;
}
.sd-col-7 {
  max-width: 29.1666666666%;
  flex: 0 0 29.1666666666%;
}
.sd-col-8 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.sd-col-9 {
  max-width: 37.5%;
  flex: 0 0 37.5%;
}
.sd-col-10 {
  max-width: 41.6666666666%;
  flex: 0 0 41.6666666666%;
}
.sd-col-11 {
  max-width: 45.8333333333%;
  flex: 0 0 45.8333333333%;
}
.sd-col-12 {
  max-width: 50%;
  flex: 0 0 50%;
}
.sd-col-13 {
  max-width: 54.1666666667%;
  flex: 0 0 54.1666666667%;
}
@media only screen and (max-width: 768px) {
  .hide-xs{ display: none; }
  .sd-col-xs-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sd-col-xs-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .sd-col-xs-0 {
    display: none !important;
  }
}

.close-btn {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.close-btn::before {
  transform: rotate(-45deg);
}
.close-btn::after {
  transform: rotate(45deg);
}
.close-btn::before,
.close-btn::after {
  position: absolute;
  height: 16px;
  width: 1px;
  content: "";
  background-color: #000;
}

@media screen and (max-width: 965px) {
  :root {
    font-size: 14px;
  }
}
