@charset "UTF-8";
main, .header .header-language__item, .footer .footer-snsArea__title, .footer .footer-bannerArea__note-text, .footer .footer-bannerArea__link-text, .footer .footer-linkArea__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.footer .footer-snsArea__title--kr, .footer .footer-bannerArea__note-text--kr, .footer .footer-linkArea__link-text--kr, .footer .footer-copyright__text--kr {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.header .header-nav__link, .header .header-nav__link--en, .header .header-nav__newLink, .header .header-nav__newLink--en, .header .header-nav__sub-link {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.header .header-nav__link--kr, .header .header-nav__newLink--kr {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
}

.header .header-nav__link--cht, .header .header-nav__newLink--cht {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
}

.header .header-nav__link--cn, .header .header-nav__newLink--cn {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifTC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifTC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansTC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansTC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifSC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansSC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifKR-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansKR-Bold.woff") format("woff");
}
/*********************************/
/*           共通パーツ           */
/*********************************/
html {
  line-height: normal;
}

body {
  margin: 0;
  height: auto;
  width: 100%;
}

main {
  width: 100%;
}

p {
  line-height: 1.3;
  letter-spacing: 0.15em;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  letter-spacing: 0.2em;
}

picture {
  display: block;
  width: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

a {
  display: block;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
  background-color: #c4611e;
  padding-top: 11.7647058824vw;
  position: relative;
}

.dp-sp {
  display: block;
}

.dp-pc {
  display: none;
}

/*********************************/
/*            Header             */
/*********************************/
.header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 11.7647058824vw;
  width: 100%;
  z-index: 90;
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
  /*========= レイアウトのためのCSS ===============*/
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
.header .header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 88%;
}
.header .header-contents__left {
  width: 60%;
}
.header .header-contents__right {
  width: 35%;
}
.header .header-navArea {
  background: #9b1f24;
  height: 100%;
  width: 12%;
}
.header .header-logo {
  padding: 1.8vw;
  width: 100%;
}
.header .header-language {
  position: relative;
  width: 100%;
}
.header .header-language__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 19.1176470588vw;
}
.header .header-language__list {
  background-color: #000;
  display: none;
  padding-bottom: 3vw;
  position: absolute;
  top: 7vw;
  right: 0;
  z-index: 90;
}
.header .header-language__item {
  color: #fff;
  font-size: 3.2352941176vw;
  text-align: center;
  padding: 1.4705882353vw 0;
  width: 26.1764705882vw;
}
.header .header-nav {
  background: rgba(155, 31, 35, 0.7);
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  height: 100vh; /*ナビの高さ*/
  width: 100%;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 98;
}
.header .header-nav.panelactive {
  right: 0;
}
.header .header-nav__list {
  padding: 16.9117647059vw 0;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}
.header .header-nav__item {
  list-style: none;
  text-align: center;
  width: 100%;
}
.header .header-nav__sub-link, .header .header-nav__link--cn, .header .header-nav__link--cht, .header .header-nav__link--kr, .header .header-nav__link--en, .header .header-nav__link {
  color: #fff;
  display: inline-block;
  font-size: 6.7647058824vw;
  font-weight: bold;
  padding: 1.7647058824vw 0;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: auto;
}
.header .header-nav__newLink--cn, .header .header-nav__newLink--cht, .header .header-nav__newLink--kr, .header .header-nav__newLink--en, .header .header-nav__newLink {
  color: #fff;
  display: inline-block;
  font-size: 6.7647058824vw;
  font-weight: bold;
  padding: 1.7647058824vw 0;
  position: relative;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: auto;
}
.header .header-nav__newLink--cn::before, .header .header-nav__newLink--cht::before, .header .header-nav__newLink--kr::before, .header .header-nav__newLink--en::before, .header .header-nav__newLink::before {
  content: "";
  background-size: cover;
  background-image: url("../img/common/icon_new.png");
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  left: -12vw;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  height: 2.9411764706vw;
  width: 10.2941176471vw;
}
.header .header-nav__link--en {
  letter-spacing: 0.05em !important;
}
.header .header-nav__newLink--en {
  letter-spacing: 0.05em !important;
}
.header .header-nav__sub-list {
  overflow: auto;
  width: 100%;
}
.header .header-nav__sub-item {
  border-top: 2px solid #fff;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.header .header-nav__sub-item:last-of-type {
  border-bottom: 2px solid #fff;
}
.header .header-nav__sub-link {
  font-size: 4.4117647059vw !important;
  position: relative;
}
.header .header-nav__sub-link::before {
  content: "";
  border-top: 2px solid #f5ce34;
  border-right: 2px solid #f5ce34;
  position: absolute;
  top: 50%;
  left: -5vw;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  height: 2.2058823529vw;
  width: 2.2058823529vw;
}
.header .header-nav__button {
  cursor: pointer;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  height: 11.7647058824vw;
  width: 11.7647058824vw;
  z-index: 99; /*ボタンを最前面に*/
}
.header .header-nav__button.active {
  opacity: 0.7;
}
.header .header-nav__button span {
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 1.4vw;
  height: 1.2vw;
  width: 75%;
}
.header .header-nav__button span:nth-of-type(1) {
  top: 2.0588235294vw;
}
.header .header-nav__button span:nth-of-type(2) {
  top: 5vw;
  height: 1.3vw;
}
.header .header-nav__button span:nth-of-type(3) {
  top: 7.9411764706vw;
}
.header .header-nav__button.active span:nth-of-type(1) {
  top: 30%;
  left: 15%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 75%;
}
.header .header-nav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.header .header-nav__button.active span:nth-of-type(3) {
  top: 56%;
  left: 15%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 75%;
}

/*********************************/
/*            Footer             */
/*********************************/
.footer {
  background-color: #000;
  padding-bottom: 2.9411764706vw;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.footer .footer-snsArea {
  margin-bottom: 5.8823529412vw;
  width: 100%;
}
.footer .footer-snsArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.footer .footer-snsArea__item {
  color: #fff;
  margin-right: 4vw;
  text-align: center;
  width: 7.3529411765vw;
}
.footer .footer-snsArea__item:last-of-type {
  margin-right: 0;
}
.footer .footer-snsArea .footer-snsArea__title--kr, .footer .footer-snsArea .footer-snsArea__title {
  color: #fff;
  font-size: 2.6470588235vw;
  text-align: center;
}
.footer .footer-btnArea {
  background-color: #2c050a;
  padding: 4.4117647059vw 0;
  margin: 0 auto 6vw;
  width: 100%;
}
.footer .footer-btnArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.footer .footer-btnArea__list.kr-list {
  width: 100%;
}
.footer .footer-btnArea__list.jp-list, .footer .footer-btnArea__list.en-list, .footer .footer-btnArea__list.cht-list, .footer .footer-btnArea__list.cn-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-btnArea__item {
  margin-bottom: 4vw;
  width: 45%;
}
.footer .footer-btnArea__item.no-marginBotoom {
  margin-bottom: 0;
}
.footer .footer-bannerArea {
  margin: 0 auto 6vw;
  width: 94%;
}
.footer .footer-bannerArea .footer-bannerArea__note-text--kr, .footer .footer-bannerArea .footer-bannerArea__note-text {
  color: #fff;
  font-size: 2.9411764706vw;
  margin-bottom: 2.9411764706vw;
  text-align: center;
}
.footer .footer-bannerArea__link-text {
  color: #fff;
  font-size: 2.6470588235vw;
  line-height: 3;
  text-align: center;
}
.footer .footer-linkArea {
  border-top: 1px solid #524f4f;
  border-bottom: 1px solid #524f4f;
  margin: 0 auto 5vw;
  width: 94%;
}
.footer .footer-linkArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4705882353vw 0;
  width: 100%;
}
.footer .footer-linkArea__item {
  border-left: 1px solid #fff;
  margin-right: 3%;
  padding-left: 1.4705882353vw;
  width: 40%;
}
.footer .footer-linkArea .footer-linkArea__link-text--kr, .footer .footer-linkArea .footer-linkArea__link-text {
  color: #fff;
  display: inline-block;
  font-size: 2.6470588235vw;
  width: auto;
}
.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 94%;
}
.footer .footer-copyright__logo {
  margin: 0 auto 5vw;
  width: 40%;
}
.footer .footer-copyright .footer-copyright__text--kr, .footer .footer-copyright .footer-copyright__text {
  color: #fff;
  font-size: 2.6470588235vw;
  list-style: 2;
  text-align: center;
}
/*********************************/
/*          BuyerGuide           */
/*********************************/
.buyerGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  right: 0;
  top: 22vw;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(84%);
          transform: translateX(84%);
  height: 43.5vw;
  z-index: 300;
}
.buyerGuide.multiLang {
  height: 43vw;
}
.buyerGuide.enGuide {
  height: 33vw;
}
.buyerGuide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2058823529vw 0;
}
.buyerGuide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.buyerGuide__item {
  border-top: 2px solid #fff;
  padding: 1.4705882353vw 0;
  width: 100%;
}
.buyerGuide__item:nth-of-type(4) {
  border-top: none;
}
.buyerGuide__img {
  display: block;
}
.buyerGuide .buyerGuide-arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7b1a1e;
  position: relative;
  height: 100%;
  width: 5.8823529412vw;
}
.buyerGuide .buyerGuide-arrow::after {
  content: "";
  background-image: url("../img/common/icon_arrowL.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 25%;
  height: 3.8235294118vw;
  width: 2.5vw;
}
.buyerGuide .buyerGuide-contents {
  background-color: rgba(0, 0, 0, 0.7);
  border-top: #7b1a1e 2px solid;
  border-bottom: #7b1a1e 2px solid;
  padding: 0 1.4705882353vw;
  height: 100%;
  width: 29.4117647059vw;
}
.buyerGuide.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.buyerGuide.open .buyerGuide-arrow::after {
  content: "";
  background-image: url("../img/common/icon_arrowR.png");
}

/*********************************/
/*            PageTop            */
/*********************************/
.pageTop {
  display: none;
  position: fixed;
  right: 2.2058823529vw;
  bottom: 18vw;
  height: auto;
  width: 12.5vw;
  z-index: 80;
}

/*********************************/
/*           LightBox2           */
/*********************************/
.lightbox {
  position: absolute;
}

/*********************************/
/*          Animate関連          */
/*********************************/
.animated {
  visibility: hidden;
}

/*********************************/
/*   Skew(刀で切り開かれる要素)   */
/*********************************/
.skew-outer {
  position: relative;
}
.skew-outer:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: skewY(-12.5deg);
          transform: skewY(-12.5deg);
  z-index: 80;
}
.skew-outer:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: skewY(-12.5deg);
          transform: skewY(-12.5deg);
  z-index: 80;
}
.skew-outer.active:before, .skew-outer.active:after {
  height: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.96, 0.65);
          transition-timing-function: cubic-bezier(1, 0, 0.96, 0.65);
}
.skew-outer.active .skew:after {
  width: 0;
}

.skew {
  width: 100%;
  height: 20rem;
  -webkit-transform: skewY(-12.5deg);
          transform: skewY(-12.5deg);
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.skew:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.96, 0.65);
          transition-timing-function: cubic-bezier(1, 0, 0.96, 0.65);
}
.skew.reverse {
  background-image: url("../img/top/banad_bg04__sp.png");
  background-position: left top;
  background-size: 100% 100%;
}

.skew img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: skewY(12.5deg) translateX(-50%);
          transform: skewY(12.5deg) translateX(-50%);
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wrapper {
    padding-top: 55px;
  }
  .dp-sp {
    display: none;
  }
  .dp-pc {
    display: block;
  }
  .header {
    height: 55px;
  }
  .header__inner {
    display: block;
    position: relative;
    height: 55px;
  }
  .header .header-contents__left {
    margin-left: 30px;
    width: 820px;
  }
  .header .header-contents__right {
    width: 170px;
  }
  .header .header-contents {
    margin: 0 auto;
    width: 1080px;
  }
  .header .header-navArea {
    background-color: transparent;
    position: absolute;
    left: 0;
    height: auto;
    width: 100%;
  }
  .header .header-logo {
    padding: 10px 0 10px;
  }
  .header .header-language {
    margin: 0 auto;
    width: 150px;
  }
  .header .header-language__button {
    cursor: pointer;
    width: 110px;
  }
  .header .header-language__list {
    top: 38px;
    padding-bottom: 10px;
    z-index: 100;
  }
  .header .header-language__item {
    font-size: 18px;
    padding: 8px 0;
    width: 150px;
  }
  .header .header-nav {
    position: relative;
    right: 0;
    height: auto;
  }
  .header .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    padding: 15px 0;
  }
  .header .header-nav__item {
    border: none;
    margin: 0 45px;
    width: auto;
  }
  .header .header-nav__sub-link, .header .header-nav__link--cn, .header .header-nav__link--cht, .header .header-nav__link--kr, .header .header-nav__link--en, .header .header-nav__link {
    font-size: 28px;
    letter-spacing: 0;
    padding: 0;
  }
  .header .header-nav__sub-link:hover, .header .header-nav__link--cn:hover, .header .header-nav__link--cht:hover, .header .header-nav__link--kr:hover, .header .header-nav__link--en:hover, .header .header-nav__link:hover {
    color: #f4bb25;
    opacity: 1;
  }
  .header .active.header-nav__sub-link, .header .active.header-nav__link--cn, .header .active.header-nav__link--cht, .header .active.header-nav__link--kr, .header .active.header-nav__link--en, .header .active.header-nav__link {
    color: #f4bb25;
  }
  .header .header-nav__newLink--cn, .header .header-nav__newLink--cht, .header .header-nav__newLink--kr, .header .header-nav__newLink--en, .header .header-nav__newLink {
    font-size: 28px;
    letter-spacing: 0;
    padding: 0;
  }
  .header .header-nav__newLink--cn:hover, .header .header-nav__newLink--cht:hover, .header .header-nav__newLink--kr:hover, .header .header-nav__newLink--en:hover, .header .header-nav__newLink:hover {
    color: #f4bb25;
    opacity: 1;
  }
  .header .active.header-nav__newLink--cn, .header .active.header-nav__newLink--cht, .header .active.header-nav__newLink--kr, .header .active.header-nav__newLink--en, .header .active.header-nav__newLink {
    color: #f4bb25;
  }
  .header .header-nav__newLink--cn::before, .header .header-nav__newLink--cht::before, .header .header-nav__newLink--kr::before, .header .header-nav__newLink--en::before, .header .header-nav__newLink::before {
    left: -55px;
    height: 15px;
    width: 50px;
  }
  .header .header-nav__sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  .header .header-nav__sub-item {
    border: none;
    margin: 0 30px;
    width: auto;
  }
  .header .header-nav__button {
    display: none;
  }
  .footer {
    padding-bottom: 15px;
  }
  .footer .footer-snsArea {
    margin-bottom: 25px;
  }
  .footer .footer-snsArea__item {
    margin-right: 40px;
    width: 45px;
  }
  .footer .footer-snsArea .footer-snsArea__title--kr, .footer .footer-snsArea .footer-snsArea__title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .footer .footer-btnArea {
    padding: 20px 0;
    margin: 0 auto 25px;
  }
  .footer .footer-btnArea__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 900px;
  }
  .footer .footer-btnArea__list.kr-list {
    width: 600px;
  }
  .footer .footer-btnArea__item {
    margin-bottom: 0;
    width: 280px;
  }
  .footer .footer-bannerArea {
    margin: 0 auto 25px;
    width: 650px;
  }
  .footer .footer-bannerArea .footer-bannerArea__note-text--kr, .footer .footer-bannerArea .footer-bannerArea__note-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer .footer-bannerArea__link-text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .footer .footer-linkArea {
    margin: 0 auto 20px;
    width: 1080px;
  }
  .footer .footer-linkArea__list {
    padding: 15px 0;
  }
  .footer .footer-linkArea__item {
    border-left: 2px solid #fff;
    line-height: 1;
    padding-left: 10px;
    width: auto;
  }
  .footer .footer-linkArea .footer-linkArea__link-text--kr, .footer .footer-linkArea .footer-linkArea__link-text {
    font-size: 18px;
  }
  .footer .footer-copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1080px;
  }
  .footer .footer-copyright__logo {
    margin: 0 auto 15px;
    width: 150px;
  }
  .footer .footer-copyright .footer-copyright__text--kr, .footer .footer-copyright .footer-copyright__text {
    font-size: 12px;
    letter-spacing: 0.05em;
    width: 720px;
  }
  .buyerGuide {
    top: 215px;
    height: 340px;
    width: 310px;
  }
  .buyerGuide.multiLang {
    height: 345px;
  }
  .buyerGuide.enGuide {
    height: 250px;
  }
  .buyerGuide__title {
    padding: 15px 0;
  }
  .buyerGuide__item {
    padding: 10px 0;
  }
  .buyerGuide .buyerGuide-arrow {
    width: 50px;
  }
  .buyerGuide .buyerGuide-arrow::after {
    height: 33px;
    width: 20px;
  }
  .buyerGuide .buyerGuide-contents {
    padding: 0 10px;
    width: 260px;
  }
  .pageTop {
    bottom: 35px;
    right: 45px;
    width: 65px;
  }
  .skew.reverse {
    background-image: url("../img/top/banad_bg04__pc.png");
  }
}
/*# sourceMappingURL=common.css.map */
