/*----------------------------*/
.footer {
  width: 85%;
  margin: 15vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5vh;
}

@media all and (max-width: 480px) {
  .footer {
    width: 90%;
    margin-top: 8vh;
  }
}

.footer .gotop {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid rgb(82, 82, 82);
  padding-right: .5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1vh;
}

@media all and (max-width: 480px) {
  .footer .gotop {
    margin-bottom: 1.5vh;
    padding-right: 3vw;
  }
}

.footer .gotop a {
  display: inline-block;
  color: rgb(0, 0, 0);
  padding: .5vw 1.5vw .5vw 1vw;
  font-size: 1vw;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 480px) {
  .footer .gotop a {
    padding: 1.5vw 4.5vw;
    font-size: 4vw;
  }
}

.footer .gotop a:hover {
  text-decoration: none;
}

.footer .gotop a:after {
  content: "";
  width: .8vw;
  height: .8vw;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  position: absolute;
  right: 0;
  bottom: .5vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 480px) {
  .footer .gotop a:after {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 2vw;
  }
}

.footer .language {
  width: 50%;
  font-size: 1vw;
}

@media all and (max-width: 480px) {
  .footer .language {
    width: 100%;
    font-size: 4.5vw;
    margin-bottom: 1.5vh;
    padding-left: 2vw;
  }
}

.footer .language a {
  color: #000;
}

.footer .language a:hover {
  color: #0077ff;
  text-decoration: none;
}

.footer .language a img {
  width: 1.5vw;
  height: 1.5vw;
  margin-left: .5vw;
}

@media all and (max-width: 480px) {
  .footer .language a img {
    width: 5vw;
    height: 5vw;
  }
}

.footer .social {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #fff;
  font-size: 1vw;
}

@media all and (max-width: 480px) {
  .footer .social {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 4.5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 1.5vh;
    padding-left: 2vw;
  }
}

.footer .social a {
  color: #000;
}

.footer .social a:hover {
  text-decoration: none;
}

.footer .social .terms-privacy {
  padding: 0 1vw;
}

.footer .social .terms-privacy:first-of-type {
  position: relative;
}

.footer .social .terms-privacy:first-of-type::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 480px) {
  .footer .social .terms-privacy:first-of-type::after {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .footer .social .terms-privacy {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5vh;
  }
}

.footer .social .terms-privacy:hover {
  color: #0077ff;
}

.footer .social .social-icon {
  width: 1.8vw;
  height: 1.8vw;
  background-color: #fff;
  border-radius: 5px;
  margin-left: .5vw;
  -webkit-transition: .3s;
  transition: .3s;
}

@media all and (max-width: 480px) {
  .footer .social .social-icon {
    width: 8.5vw;
    height: 8.5vw;
    margin-left: 2vw;
  }
  .footer .social .social-icon:last-of-type {
    margin-right: 2vw;
  }
}

.footer .social .social-icon:hover {
  background-color: #acacac;
}

.footer .social .social-icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer .copyright {
  color: #000;
  font-size: .8vw;
}

@media all and (max-width: 480px) {
  .footer .copyright {
    font-size: 3vw;
    padding-left: 2vw;
  }
}

[dir='rtl'] .gotop {
  text-align: left;
}

[dir='rtl'] .language {
  text-align: right;
}

@media all and (max-width: 480px) {
  [dir='rtl'] .language {
    padding-right: 3vw !important;
  }
}

@media all and (max-width: 480px) {
  [dir='rtl'] .social {
    padding-right: 3vw;
  }
}

[dir='rtl'] .social .terms-privacy:first-of-type::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 80%;
  top: 50%;
  left: 0;
  right: unset !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 480px) {
  [dir='rtl'] .social .terms-privacy:first-of-type::after {
    display: none;
  }
}

@media all and (max-width: 480px) {
  [dir='rtl'] .social .terms-privacy {
    text-align: right;
  }
}

@media all and (max-width: 480px) {
  [dir='rtl'] .social .social-icon:last-of-type {
    margin-right: 0 !important;
  }
}

[dir='rtl'] .copyright {
  text-align: right;
}

@media all and (max-width: 480px) {
  [dir='rtl'] .copyright {
    padding-right: 3vw;
  }
}

/*---------------*/
/*----------------------------*/
#nav {
  width: 100%;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 100;
}

.adata-group {
  width: 100%;
  background-color: #1a1a1a;
}

@media all and (max-width: 820px) {
  .adata-group {
    display: none;
  }
}

.adata-group ul {
  width: 85%;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media all and (max-width: 1024px) {
  .adata-group ul {
    width: 90%;
  }
}

.adata-group ul li {
  color: #fff;
  margin-left: 1vw;
  padding: .5vw;
}

.adata-group ul li img {
  width: auto;
  height: 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media all and (max-width: 1024px) {
  .adata-group ul li img {
    height: 20px;
  }
}

.adata-group ul li img:hover {
  opacity: .7;
}

.adata-group ul li .adata {
  height: 15px;
}

.main-nav {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  .main-nav {
    padding: 0 5%;
  }
}

@media all and (max-width: 820px) {
  .main-nav {
    display: none;
  }
}

.main-nav .logo {
  padding: .8vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-nav .logo img {
  width: auto;
  max-height: 40px;
  height: 4vh;
}

@media all and (max-width: 1024px) {
  .main-nav .logo img {
    max-height: 30px;
    height: 3vh;
  }
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul a {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.main-nav .first-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav .first-nav > li {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 0 1.5vw;
  padding: 0 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main-nav .first-nav > li:hover > .second-nav {
  display: block;
}

.main-nav .first-nav > li > a {
  display: inline-block;
  font-size: 1.2vw;
  padding-top: 1.2vw;
}

.main-nav .first-nav > li .second-nav {
  display: none;
  position: absolute;
  left: 0;
  background-color: #000;
  padding-bottom: 1vw;
  z-index: 100;
}

.main-nav .first-nav > li .second-nav > li {
  position: relative;
}

.main-nav .first-nav > li .second-nav > li:hover {
  background-color: #2f2f2f;
}

.main-nav .first-nav > li .second-nav > li:hover > .third-nav {
  display: block;
}

.main-nav .first-nav > li .second-nav > li > a {
  display: block;
  font-size: 1.1vw;
  padding: .8vw 1.8vw;
}

.main-nav .first-nav > li .second-nav > li .third-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0b0b0b;
  padding-bottom: 1vw;
}

.main-nav .first-nav > li .second-nav > li .third-nav li:hover {
  background-color: #252525;
}

.main-nav .first-nav > li .second-nav > li .third-nav li a {
  display: block;
  font-size: 1.1vw;
  padding: .8vw 1.8vw;
}

[dir='rtl'] .adata-group ul li {
  margin-left: 0 !important;
  margin-right: 1vw;
}

[dir='rtl'] .first-nav > li {
  margin: 0 1.5vw 0 0;
}

[dir='rtl'] .first-nav .second-nav {
  right: 0;
  left: unset !important;
}

[dir='rtl'] .first-nav .second-nav > li > a {
  text-align: right;
}

[dir='rtl'] .first-nav .second-nav > li .third-nav {
  top: 0;
  right: 100%;
  left: unset !important;
}

[dir='rtl'] .first-nav .second-nav > li .third-nav li a {
  text-align: right;
}

/*--------------------------------------------------------------------------sp*/
.nav-sp {
  display: none;
}

@media all and (max-width: 820px) {
  .nav-sp {
    width: 100%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2vh;
  }
  .nav-sp .sp-nav-btn {
    border: none;
    margin: 1.5vh 5vw 0;
    width: 5vw;
    padding: 0;
    background-color: transparent;
  }
}

@media all and (max-width: 820px) and (max-width: 480px) {
  .nav-sp .sp-nav-btn {
    width: 8vw;
  }
}

@media all and (max-width: 820px) {
  .nav-sp .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    background-color: #fff;
  }
  .nav-sp .sp-nav-btn span::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 3px;
    background-color: #fff;
    left: 0;
    top: -9px;
  }
}

@media all and (max-width: 820px) and (max-width: 480px) {
  .nav-sp .sp-nav-btn span::before {
    width: 8vw;
  }
}

@media all and (max-width: 820px) {
  .nav-sp .sp-nav-btn span::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 3px;
    background-color: #fff;
    left: 0;
    top: 9px;
  }
}

@media all and (max-width: 820px) and (max-width: 480px) {
  .nav-sp .sp-nav-btn span::after {
    width: 8vw;
  }
}

@media all and (max-width: 820px) {
  .nav-sp .sp-nav-transform {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .nav-sp .logo {
    position: absolute;
    padding: 1.5vh 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav-sp .logo img {
    width: auto;
    height: 3.5vh;
  }
  .nav-sp .sp-nav-shop {
    margin: 2vh 5vw 0 0;
    min-height: 25px;
  }
  .nav-sp .sp-nav-shop ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .nav-sp .sp-nav-shop ul li {
    margin-left: 3vw;
  }
  .nav-sp .sp-nav-shop ul li img {
    width: auto;
    height: 25px;
  }
  .nav-sp .sp-first-nav {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
  .nav-sp .sp-first-nav .sp-nav-close {
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: fixed;
    border: none;
    top: 2vh;
    right: 5vw;
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 50% 30%, 80% 0%, 100% 0%, 100% 20%, 70% 50%, 100% 80%, 100% 100%, 80% 100%, 50% 70%, 20% 100%, 0% 100%, 0% 80%, 30% 50%, 0% 20%);
            clip-path: polygon(0% 0%, 20% 0%, 50% 30%, 80% 0%, 100% 0%, 100% 20%, 70% 50%, 100% 80%, 100% 100%, 80% 100%, 50% 70%, 20% 100%, 0% 100%, 0% 80%, 30% 50%, 0% 20%);
  }
}

@media all and (max-width: 820px) and (max-width: 480px) {
  .nav-sp .sp-first-nav .sp-nav-close {
    -webkit-clip-path: polygon(0% 0%, 10% 0%, 50% 40%, 90% 0%, 100% 0%, 100% 10%, 60% 50%, 100% 90%, 100% 100%, 90% 100%, 50% 60%, 10% 100%, 0% 100%, 0% 90%, 40% 50%, 0% 10%);
            clip-path: polygon(0% 0%, 10% 0%, 50% 40%, 90% 0%, 100% 0%, 100% 10%, 60% 50%, 100% 90%, 100% 100%, 90% 100%, 50% 60%, 10% 100%, 0% 100%, 0% 90%, 40% 50%, 0% 10%);
  }
}

@media all and (max-width: 820px) {
  .nav-sp .sp-first-nav .sp-member {
    padding: 2vh 5vw 0;
  }
  .nav-sp .sp-first-nav .sp-member img {
    width: auto;
    height: 25px;
  }
  .nav-sp .sp-first-nav > ul {
    list-style: none;
    padding: 2vh 0;
    border-bottom: 1px solid #fff;
  }
  .nav-sp .sp-first-nav > ul > li {
    font-size: 6vw;
    padding: 1vh 5vw;
    position: relative;
    line-height: 1;
    margin-bottom: 2vh;
  }
  .nav-sp .sp-first-nav > ul > li a {
    color: #fff;
  }
  .nav-sp .sp-first-nav > ul > li a:hover {
    text-decoration: none;
  }
  .nav-sp .sp-first-nav > ul > li::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 8vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .nav-sp .sp-first-nav > ul > li .sp-first-item:focus + .sp-second-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-sp .sp-first-nav .sp-adata-gp {
    padding-left: 5vw;
  }
  .nav-sp .sp-first-nav .sp-adata-gp img {
    width: 30vw;
    height: auto;
  }
  .nav-sp .sp-first-nav .sp-second-nav {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    position: fixed;
    background-color: #1a1a1a;
    top: 7vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 55;
    list-style: none;
    padding: 1vh 0;
  }
  .nav-sp .sp-first-nav .sp-second-nav > a {
    display: block;
    font-size: 6vw;
    padding: 1vh 5vw;
    position: relative;
    line-height: 1;
    margin-bottom: 2vh;
    color: #fff;
  }
}

[dir='rtl'] .sp-first-nav > ul > li {
  text-align: right;
}

[dir='rtl'] .sp-first-nav > ul > li::after {
  top: 50%;
  left: 8vw;
  right: unset;
  -webkit-transform: rotate(225deg) translateY(50%);
          transform: rotate(225deg) translateY(50%);
}

[dir='rtl'] .sp-first-nav .sp-adata-gp {
  text-align: right;
  padding-right: 5vw;
}

[dir='rtl'] .sp-first-nav .sp-second-nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*----------------------------*/
/*
.hp-topbn {
  width: 100%;
  background-color: #fd0c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 9vh;
}

@media all and (max-width: 820px) {
  .hp-topbn {
    padding-top: 0;
  }
}

@media all and (max-width: 480px) {
  .hp-topbn {
    position: relative;
    padding-bottom: 30vh;
  }
}

.hp-topbn .hp-tbn-deco {
  width: 100%;
  background-color: #de0a16;
  height: 6vh;
  margin: 0;
}

@media all and (max-width: 1024px) {
  .hp-topbn .hp-tbn-deco {
    height: 2vh;
  }
}

@media all and (max-width: 820px) {
  .hp-topbn .hp-tbn-deco {
    height: 3vh;
  }
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-deco {
    height: 1vh;
  }
}

.hp-topbn .hp-tbn-text {
  width: 50%;
  padding: 22vh 6vw 10vh 5.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

@media all and (max-width: 1024px) {
  .hp-topbn .hp-tbn-text {
    padding: 10vh 6vw;
  }
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3vh 5.5vw 6vh;
    background-color: #fd0c1c;
  }
}

.hp-topbn .hp-tbn-text h2 {
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-text h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}

.hp-topbn .hp-tbn-text h3 {
  font-size: 1.3vw;
  line-height: 1.2;
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-text h3 {
    font-size: 3.5vw;
  }
}

.hp-topbn .hp-tbn-text h4 {
  font-size: 1.5vw;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1.5vw;
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-text h4 {
    font-size: 5vw;
  }
}

.hp-topbn .hp-tbn-img {
  width: 50%;
  background: url("/?originalUrl=https%3A%2F%2Fwebapi.adata.com%2Fimages%2Fhp-tbn-img-bg.svg") no-repeat top center;
  background-size: cover;
  text-align: center;
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-img {
    width: 100%;
    background-size: cover;
  }
}

.hp-topbn .hp-tbn-img img {
  max-width: 35vw;
}

@media all and (max-width: 1024px) {
  .hp-topbn .hp-tbn-img img {
    max-width: 40vw;
  }
}

@media all and (max-width: 820px) {
  .hp-topbn .hp-tbn-img img {
    width: 100%;
    height: auto;
    max-width: 50vw;
  }
}

@media all and (max-width: 480px) {
  .hp-topbn .hp-tbn-img img {
    width: 100%;
    height: auto;
    max-width: 90vw;
  }
}

[dir='rtl'] .hp-tbn-text {
  text-align: right;
}*/

/*--------------------------------------------------slide banner--*/
/*
.hp-slide-bn {
  width: 70%;
  margin: 10vh auto 20vh;
}

@media all and (max-width: 1024px) {
  .hp-slide-bn {
    margin: 5vh auto 10vh;
  }
}

@media all and (max-width: 820px) {
  .hp-slide-bn {
    width: 80%;
  }
}

@media all and (max-width: 480px) {
  .hp-slide-bn {
    width: 100%;
    margin: 0 auto 5vh;
  }
}

.hp-slide-bn .slide-bn {
  border: 1px solid #fd0d1b;
  margin: 0;
  padding: 0;
}

.hp-slide-bn .slide-bn > div {
  line-height: 1;
}

.hp-slide-bn .slide-bn .slide-bn-item {
  position: relative;
}

.hp-slide-bn .slide-bn .slide-bn-item img {
  display: block;
}

.hp-slide-bn .slide-bn .slide-bn-item .slide-bn-text {
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 15%;
  left: 5%;
  text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
  max-width: 50%;
}

.hp-slide-bn .slide-bn .slide-bn-item .slide-bn-text h2 {
  font-size: 2.8vw;
  line-height: 1;
  font-weight: bold;
}

.hp-slide-bn .slide-bn .slide-bn-item .slide-bn-text p {
  font-size: 1.2vw;
  line-height: 1.2;
  margin-bottom: 0;
}
*/
/*--------------------------------------------------product category--*/
/*
.hp-pd-area {
  width: 70%;
  margin: 10vh auto;
}

@media all and (max-width: 480px) {
  .hp-pd-area {
    width: 95%;
    margin: 8vh auto 10vh;
  }
}

.hp-pd-area h3 {
  color: #fff;
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 5vh;
}

@media all and (max-width: 1024px) {
  .hp-pd-area h3 {
    font-size: 4vw;
    margin-bottom: 3vh;
  }
}

@media all and (max-width: 480px) {
  .hp-pd-area h3 {
    font-size: 7vw;
  }
}

.hp-pd-area .hp-pd {
  padding: 1vw;
}

@media all and (max-width: 820px) {
  .hp-pd-area .hp-pd {
    display: none;
  }
}

.hp-pd-area .hp-pd .hp-pd-c-item {
  border: 1px solid #fd0d1b;
  width: 95% !important;
  margin: 0 2.5%;
  padding: 10% 10% 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.hp-pd-area .hp-pd .hp-pd-c-item:hover {
  background-color: #fd0d1b;
  border: none;
}

.hp-pd-area .hp-pd .hp-pd-c-item h4 {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 5%;
  width: 80%;
  font-size: .9vw;
  font-weight: normal;
}

.hp-pd-area .hp-pd-sp {
  display: none;
}

@media all and (max-width: 820px) {
  .hp-pd-area .hp-pd-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hp-pd-area .hp-pd-sp .hp-pd-c-item {
    border: 1px solid #fd0d1b;
    width: 45%;
    margin: 0 2.5% 2vh;
    padding: 2% 5% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .hp-pd-area .hp-pd-sp .hp-pd-c-item h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 5%;
    width: 100%;
    left: 0%;
    font-size: 2vw;
    font-weight: normal;
  }
}

@media all and (max-width: 820px) and (max-width: 480px) {
  .hp-pd-area .hp-pd-sp .hp-pd-c-item h4 {
    font-size: 3.5vw;
  }
}*/

/*--------------------------------------------------Community Collaboration--*/
/*
.hp-Community {
  width: 100%;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f0305), color-stop(70%, #f30d1a));
  background-image: linear-gradient(to bottom, #7f0305 0%, #f30d1a 70%);
  padding: 10vh 0 15vh;
}

@media all and (max-width: 1024px) {
  .hp-Community {
    padding: 5vh 0 10vh;
  }
}

@media all and (max-width: 480px) {
  .hp-Community {
    padding: 8vh 0 10vh;
  }
}

.hp-Community h3 {
  color: #fff;
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 7vh;
  line-height: 1;
  padding: 0;
}

@media all and (max-width: 1024px) {
  .hp-Community h3 {
    font-size: 4vw;
    margin-bottom: 5vh;
  }
}

@media all and (max-width: 820px) {
  .hp-Community h3 {
    margin-bottom: 3.5vh;
  }
}

@media all and (max-width: 480px) {
  .hp-Community h3 {
    font-size: 7vw;
    margin-bottom: 5vh;
  }
}

.hp-Community .community-area {
  width: 70%;
  margin: 0 auto;
}

@media all and (max-width: 820px) {
  .hp-Community .community-area {
    width: 80%;
  }
}

@media all and (max-width: 480px) {
  .hp-Community .community-area {
    width: 95%;
  }
}

.hp-Community .community-area .community-item {
  width: 90% !important;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.hp-Community .community-area .community-item:hover {
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
}

.hp-Community .community-area .community-item:hover .community-text {
  opacity: 1;
}

.hp-Community .community-area .community-item .community-text {
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  padding: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

@media all and (max-width: 820px) {
  .hp-Community .community-area .community-item .community-text {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media all and (max-width: 480px) {
  .hp-Community .community-area .community-item .community-text {
    font-size: 7vw;
  }
}

[dir='rtl'] .community-text {
  top: 0;
  right: 0;
  text-align: right;
}*/

/*--------------------------------------------------video--*/
/*
.hp-video {
  width: 70%;
  margin: 10vh auto;
  border: 1px solid #fd0d1b;
  cursor: pointer;
}

@media all and (max-width: 1024px) {
  .hp-video {
    margin: 5vh auto;
  }
}

@media all and (max-width: 820px) {
  .hp-video {
    width: 80%;
  }
}

@media all and (max-width: 480px) {
  .hp-video {
    width: 95%;
    margin: 5vh auto;
  }
}

.hp-video img {
  width: 100%;
  height: auto;
}

#hp-video .modal-content {
  background-color: transparent;
}*/

/*---------------*/
/*----------------------------------------------*/

body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 820px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

#footer {
  width: 100%;
}
/*# sourceMappingURL=xpg.css.map */


.btn-blue {
  color: #fff;
  background-color: #2ab6e2;;
  border-color: #2ab6e2;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0089b3;;
  border-color: #0089b3;
}