.bg-imger {
  background-position: center !important;
  background-size: cover !important;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

.sub-menu-text i {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2vw;
  background-color: rgba(215, 177, 94, 1);
  display: block;
  width: 100%;
}

.sub-menu {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 1);
  height: 3vw;
  width: 100vw;
}

.sub-menu-section {
  width: 81.25vw;
  height: 3vw;
  margin: 0 0 0 9.37vw;
  align-items: center;
  justify-content: space-between;
}
.sub-menu-section section:last-child{
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.sub-menu-text {
  width: auto;
  height: 3vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.8vw;
  font-family: PingFang-SC-Medium;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 3vw;
  margin-left: 2.5vw;
  position: relative;
  line-height: 3vw;
  text-decoration: none;
  display: inline-block;
}

.sub-menu-text:first-child {
  margin-left: 0;
}

.sub-menu-text:hover,
.sub-menu-text.active {
  width: auto;
  overflow-wrap: break-word;
  color: rgba(215, 177, 94, 1);
  font-size: 0.8vw;
  font-family: PingFang-SC-Bold;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.sub-menu-text.active::after {
  background-color: rgba(215, 177, 94, 1);
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100px;
}
.thumbnail_2 {
  margin: 0;
  height: 1vw;
}

.text_15 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.8vw;
  font-family: PingFang-SC-Heavy;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1vw;
  vertical-align: top;
}

.text_15 a {
  text-decoration: none;
  color: rgba(102, 102, 102, 1);
}
.h5-only {
  display: none;
}
.pc-only {
  display: block;
}
.head_block_1.pc-only {
  display: flex !important;
}
.box_2{
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1000px) {
  .page {
    min-height: 100vh;
    width: calc(100vw - 8px);
    overflow-x: hidden;
  }
  /* WebKit ä¯ÀÀÆ÷£¨Chrome, Safari£© */
  ::-webkit-scrollbar {
    width: 8px; /* ¹ö¶¯Ìõ¿í¶È */
    height: 8px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* ¹ìµÀ±³¾°ÑÕÉ« */
  }

  ::-webkit-scrollbar-thumb {
    background: #888; /* »¬¿éÑÕÉ« */
    border-radius: 5px; /* »¬¿éÔ²½Ç */
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* »¬¿éÐüÍ£Ê±µÄÑÕÉ« */
  }

  /* Firefox ä¯ÀÀÆ÷ */
}
@media only screen and (max-width: 1000px) {
  .pc-only {
    display: none !important;
  }
  .h5-only {
    display: block !important;
  }
}
<!--0.00013494491577148-->