/*color-set*/
@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Sans+TC:wght@100..900&display=swap&family=Noto+Serif+TC:wght@200..900&display=swap");
/*url*/
/*style set*/
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.hide {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.for-d {
  display: block;
}
@media (max-width: 830px) {
  .for-d {
    display: none;
  }
}

.for-dd {
  display: block;
  /*<1280*/
}
@media (max-width: 1279px) {
  .for-dd {
    display: none;
  }
}

.for-dm {
  display: none;
  /*<1280*/
}
@media (max-width: 1279px) {
  .for-dm {
    display: block;
  }
}

.for-m {
  display: none;
}
@media (max-width: 830px) {
  .for-m {
    display: block;
  }
}

.transp {
  opacity: 0;
}

.alcenter, .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.br-s {
  border-radius: 16px !important;
}

/*color-set*/
@font-face {
  font-family: "Syne Extrabold";
  src: local("Syne Extrabold"), url("../fonts/syne-extrabold.ttf");
}
@font-face {
  font-family: "MantouSans";
  src: local("MantouSans"), url("../fonts/MantouSans-Regular.ttf");
}
.f-en {
  font-family: "Syne Extrabold", sans-serif;
  font-style: normal;
}

.f-cn {
  font-family: "MantouSans", sans-serif;
  font-style: normal;
}

html {
  font-family: "Noto Sans TC", "Syne Extrabold", sans-serif;
}

.f-30 {
  font-size: 30px;
  line-height: 160%;
}

.f-34 {
  font-size: 34px;
  line-height: 160%;
}

.f-36-title {
  font-size: 36px;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  padding: 100px;
  letter-spacing: 1px;
}

.f-48-title {
  font-size: 48px;
  line-height: 160%;
  font-weight: 700;
}

.f-24-title, #news .slide-news .news-item .content .title {
  font-size: clamp(20px, 1.25vw, 1.25vw);
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
}

.p-21 {
  font-size: 21px;
  line-height: 160%;
}

.p-18 {
  font-size: 18px;
  line-height: 160%;
  /*<1280*/
}
@media (max-width: 1279px) {
  .p-18 {
    font-size: 16px;
  }
}

.f-17 {
  font-size: 17px;
  line-height: 140%;
}

.f-15 {
  font-size: 15px;
  line-height: 140%;
}

.f-12 {
  font-size: 12px;
  line-height: 140%;
}

.header {
  width: 100%;
  height: 80px;
  background: #485CC7;
  background: linear-gradient(180deg, rgb(72, 92, 199) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.3s;
}
.header.scrollDown {
  background: #485CC7;
}
@media (max-width: 830px) {
  .header {
    height: 70px;
  }
}

a.logo {
  display: flex;
  width: 217px;
  height: 100%;
  align-items: center;
}
a.logo .logo-icon {
  width: 100%;
}
a.logo .logo-icon img {
  display: block;
  width: 100%;
}
@media (max-width: 830px) {
  a.logo {
    width: 160px;
  }
}

.menu {
  height: 100%;
}
.menu .nav {
  display: flex;
  height: 100%;
  gap: 42px;
}
.menu .nav a.nav-btn {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 830px) {
  .menu {
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -50vw;
    background: #485cc7;
    transition: 0.5s;
  }
  .menu .nav {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding-top: 116px;
    box-sizing: border-box;
    gap: 0;
  }
  .menu .nav a.nav-btn {
    height: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 20px;
  }
  .menu .nav a.nav-btn:hover {
    color: #fe8f1d;
  }
  .menu.active {
    right: 0;
  }
}

.ham {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 10px;
  display: none;
}
.ham .ham--line {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  border-radius: 9999px;
}
.ham .ham--line:nth-child(1) {
  top: 15px;
  left: 8px;
  transition: 0.3s;
}
.ham .ham--line:nth-child(2) {
  top: 24px;
  left: 8px;
  opacity: 1;
  transition: 0.3s;
}
.ham .ham--line:nth-child(3) {
  top: 33px;
  left: 8px;
  transition: 0.3s;
}
.ham.active .ham--line:nth-child(1) {
  top: 25px;
  left: 8px;
  transform-origin: center;
  rotate: 45deg;
  transition: 0.3s;
}
.ham.active .ham--line:nth-child(2) {
  top: 29px;
  left: 14px;
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.3s;
}
.ham.active .ham--line:nth-child(3) {
  top: 25px;
  left: 8px;
  transform-origin: center;
  rotate: -45deg;
  transition: 0.3s;
}
@media (max-width: 830px) {
  .ham {
    display: block;
  }
}

.footer {
  padding: 100px 0 80px;
}
.footer--brandDS .brand-dp--main {
  font-size: 8.8vw;
  text-align: center;
  color: #485cc7;
}
.footer--brandDS .brand-dp--sub {
  font-size: 1.8vw;
  text-align: center;
  color: #485cc7;
  line-height: 160%;
}
.footer--brandDS p {
  font-size: clamp(18px, 1.56vw, 1.56vw);
  color: #485cc7;
  text-align: center;
  letter-spacing: 1.2vw;
}
.footer--info {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  box-sizing: border-box;
}
.footer--info--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4.6vw;
}
.footer--info--inner .company {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
}
.footer--info--inner .company span {
  font-size: clamp(14px, 0.83vw, 1vw);
  color: #485cc7;
}
.footer--info--inner .address {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
}
.footer--info--inner .address span {
  font-size: clamp(14px, 0.83vw, 1vw);
  color: #485cc7;
}
.footer--info--inner .copyright {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 2vw;
}
.footer--info--inner .copyright span {
  font-size: clamp(10px, 0.83vw, 1vw);
  color: #485cc7;
}
.footer--info--social {
  display: flex;
  gap: 12px;
}
.footer--info--social a {
  width: 46px;
  height: 46px;
}
@media (max-width: 830px) {
  .footer {
    padding: 24px 0 24px 0;
  }
  .footer--info {
    flex-direction: column;
    margin-top: 24px;
    gap: 32px;
  }
  .footer--info--inner {
    text-align: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px !important;
  }
  .footer--info--inner .address {
    width: 100%;
  }
  .footer--info--inner .address span {
    display: block;
    line-height: 150%;
  }
  .footer--info--social {
    order: -1;
  }
}

.btn-main {
  display: inline-flex;
  padding: 10px 88px;
  border: solid 5px #485cc7;
  border-radius: 9999px;
  color: #485cc7;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
}
.btn-main:hover {
  background: #485cc7;
  color: #fff;
}
@media (max-width: 830px) {
  .btn-main {
    font-size: 15px;
    border: solid 2px #fff;
    padding: 8px 48px;
  }
}
@media (max-width: 414px) {
  .btn-main {
    font-size: 15px;
    border: solid 2px #fff;
    padding: 8px 32px;
  }
}

.slick-arrow {
  width: 3.3vw;
  height: auto;
  aspect-ratio: 100/178;
  text-indent: -5000px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
  background: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  background: url(../images/icon/icon-arrow-prev.svg) center center no-repeat;
  background-size: contain;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  background: url(../images/icon/icon-arrow-next.svg) center center no-repeat;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
@media (max-width: 1024px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.pd-b .slick-arrow.slick-prev:before {
  background: url(../images/icon/icon-arrow-2-prev.svg) center center no-repeat;
  background-size: contain;
}
.pd-b .slick-arrow.slick-next {
  right: 0;
}
.pd-b .slick-arrow.slick-next:before {
  background: url(../images/icon/icon-arrow-2-next.svg) center center no-repeat;
  background-size: contain;
}

.pd-c .slick-arrow.slick-prev:before {
  background: url(../images/icon/icon-arrow-3-prev.svg) center center no-repeat;
  background-size: contain;
}
.pd-c .slick-arrow.slick-next {
  right: 0;
}
.pd-c .slick-arrow.slick-next:before {
  background: url(../images/icon/icon-arrow-3-next.svg) center center no-repeat;
  background-size: contain;
}

.slick-dots {
  margin: 48px 0;
  padding: 0;
  list-style-type: none;
  display: flex !important;
  justify-content: center;
}
.slick-dots > li {
  width: 30px !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border: none !important;
}
.slick-dots > li button {
  display: block;
  text-indent: -5000px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: solid 1px #6F6F6F;
  background: #fff;
  transition: 0.3s !important;
  padding: 0;
}
.slick-dots > li:hover button, .slick-dots > li.slick-active button {
  border-color: #fe8f1d;
  background: #fe8f1d;
}
@media (max-width: 830px) {
  .slick-dots {
    margin: 24px 0;
  }
}

body a {
  text-decoration: none;
}

html.noscroll {
  overflow: hidden;
}
html.noscroll body {
  overflow: hidden;
}

.for-d {
  display: block !important;
}
@media (max-width: 830px) {
  .for-d {
    display: none !important;
  }
}

.for-m {
  display: none !important;
}
@media (max-width: 830px) {
  .for-m {
    display: block !important;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero img {
  display: block;
  width: 100%;
}
.hero--morebtn {
  position: absolute;
  right: 5vw;
  bottom: 50px;
  z-index: 2;
}
.hero--morebtn.active {
  background: none;
  border-color: #fff;
  color: #fff;
}
.hero--morebtn.active:hover {
  background: #fff;
  color: #485cc7;
}
.hero--info {
  background: #485CC7;
  background: linear-gradient(0deg, rgb(19, 35, 142) 40%, rgba(19, 35, 142, 0) 100%);
  width: 100%;
  padding: 50px 200px 50px 50px;
  box-sizing: border-box;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: 1;
  font-size: 3.125vw;
  font-weight: 900;
  color: #fff;
  transition: 0.5s;
}
.hero--info.active {
  bottom: 0;
}
@media (max-width: 830px) {
  .hero img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .hero--morebtn {
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    right: inherit;
    bottom: 32px;
  }
  .hero--info {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    padding: 10vh 10% 97px 10%;
  }
  .hero--info span {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 150%;
  }
}

#product .slidebox .slide-item {
  width: 100vw;
}
#product .slidebox .slide-item .inner {
  position: relative;
}
#product .slidebox .slide-item .inner .bgimg {
  display: block;
  width: 100%;
}
#product .slidebox .slide-item .inner .pd-info {
  position: absolute;
  width: 66.66%;
  height: 50%;
  top: 0;
  left: 0;
  display: flex;
}
#product .slidebox .slide-item .inner .pd-info .col-box {
  width: 50%;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-1 {
  display: flex;
  background: #7a6855;
  align-items: center;
  padding: 0 16px 0 9%;
  box-sizing: border-box;
  gap: 14%;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-1 .info {
  flex-grow: 1;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-1 .info .title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-1 .info p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 180%;
  font-weight: 300;
  margin-top: 16px;
  color: #fff;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-1 .a-pd {
  flex-shrink: 0;
  display: block;
  width: 34%;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  gap: 10%;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .a-pd {
  flex-shrink: 0;
  display: block;
  width: 27.5%;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox .data {
  border: solid 1px #7a6855;
  border-radius: 16px;
  padding: 12px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox .data span {
  color: #7a6855;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox .data p {
  margin: 0;
  color: #7a6855;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox .data .f-l {
  font-size: 42px;
  color: #7a6855;
}
#product .slidebox .slide-item .inner .pd-info .col-box.col-box-2 .databox .data .f-m {
  font-size: 21px;
  color: #7a6855;
}

.pd-info-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #7a6855;
  color: #fff;
}
.pd-info-m .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
  padding-top: 16px;
}
.pd-info-m p.sub {
  padding: 0 32px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 140%;
}
.pd-info-m .pd-img {
  width: 42%;
}
.pd-info-m .databox {
  display: flex;
  width: 90%;
  margin: 22px auto;
  gap: 12px;
}
.pd-info-m .databox .data {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #fff;
  padding: 8px;
  border-radius: 8px;
}
.pd-info-m .databox .data-a > p {
  margin: 0;
}
.pd-info-m .databox .data-b > p {
  margin: 0;
}
.pd-info-m .databox .data-c > p {
  margin: 0;
}
.pd-info-m .databox .data-c > p .expos {
  position: relative;
  transform: translateY(-50%);
  top: -11%;
}
.pd-info-m .databox .data-c .pt {
  margin-top: -4px;
}
.pd-info-m.for-dm {
  display: none;
  /*<1280*/
}
@media (max-width: 1279px) {
  .pd-info-m.for-dm {
    display: flex;
  }
}

.pd-a .slide-item .inner .pd-a-deco-word {
  position: absolute;
  width: 32%;
  left: 12.5%;
  bottom: 17.6%;
}
.pd-a .slide-item .inner .pd-a-deco-pd {
  position: absolute;
  width: 33%;
  left: 34%;
  bottom: 10%;
}
.pd-a {
  /*<1280*/
}
@media (max-width: 1279px) {
  .pd-a .slide-item .inner .pd-a-deco-word {
    width: 50%;
    left: 5.5%;
    bottom: 9.6%;
  }
  .pd-a .slide-item .inner .pd-a-deco-pd {
    width: 74%;
    left: 13%;
    bottom: -7%;
  }
}

.pd-b .slide-item .inner .pd-a-deco-word {
  position: absolute;
  width: 25%;
  left: 60.5%;
  bottom: 76%;
}
.pd-b .slide-item .inner .pd-a-deco-pd {
  position: absolute;
  width: 23%;
  left: 37%;
  bottom: 10%;
}
.pd-b .slide-item .inner .col-box-1 {
  background: #fe8f1d !important;
}
.pd-b .slide-item .inner .col-box-2 .databox .data > * {
  color: #fe8f1d !important;
}
.pd-b .slide-item .inner .col-box-2 .databox .data > * span {
  color: #fe8f1d !important;
}
.pd-b .slide-item .inner .col-box-2 .databox .data {
  border-color: #fe8f1d !important;
}
.pd-b {
  /*<1280*/
}
@media (max-width: 1279px) {
  .pd-b .slide-item .inner .pd-a-deco-word {
    width: 31%;
    left: 58.5%;
    bottom: 9%;
  }
  .pd-b .slide-item .inner .pd-a-deco-pd {
    width: 58%;
    left: 18%;
    bottom: 0%;
  }
}
.pd-b.pd-info-m {
  background: #fe8f1d;
}

.pd-c .slide-item .inner .pd-a-deco-word {
  position: absolute;
  width: 27.5%;
  left: 62%;
  bottom: 3.8%;
}
.pd-c .slide-item .inner .pd-a-deco-pd {
  position: absolute;
  width: 31.5%;
  left: 34%;
  bottom: 10%;
}
.pd-c .slide-item .inner .col-box-1 {
  background: #00ab8e !important;
}
.pd-c .slide-item .inner .col-box-2 .databox .data > * {
  color: #00ab8e !important;
}
.pd-c .slide-item .inner .col-box-2 .databox .data > * span {
  color: #00ab8e !important;
}
.pd-c .slide-item .inner .col-box-2 .databox .data {
  border-color: #00ab8e !important;
}
.pd-c {
  /*<1280*/
}
@media (max-width: 1279px) {
  .pd-c .slide-item .inner .pd-a-deco-word {
    width: 32.5%;
    left: 7%;
    bottom: 6.8%;
  }
  .pd-c .slide-item .inner .pd-a-deco-pd {
    width: 74.5%;
    left: 13%;
    bottom: -7%;
  }
}
.pd-c.pd-info-m {
  background: #00ab8e;
}

#sale .sec-title {
  color: #485cc7;
}

#sale .sale-list {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 100px auto;
  display: flex;
  gap: 11%;
  justify-content: center;
}
#sale .sale-list .sale-channel {
  display: flex;
  align-items: center;
  width: 26%;
}
#sale .sale-list .sale-channel img {
  display: block;
  width: 100%;
}
@media (max-width: 830px) {
  #sale .sec-title {
    font-size: 24px;
    padding-top: 48px;
    padding-bottom: 32px;
  }
  #sale .sale-list {
    gap: 24px;
    justify-content: center;
    margin-bottom: 54px;
  }
}

#about {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("../images/bg-star.png") top center no-repeat;
  background-size: cover;
}
#about .sec-title {
  color: #fff;
}
#about .intro {
  width: 90%;
  margin: 0 auto 100px auto;
}
#about .intro p {
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  #about {
    background: url("../images/bg-start-m.png") top center no-repeat;
    background-size: contain;
    aspect-ratio: 786/1120;
  }
  #about .sec-title {
    font-size: 24px;
    padding-top: 42px;
    padding-bottom: 14px;
  }
  #about .intro .f-48-title {
    font-size: 17px;
    line-height: 140%;
    margin-top: 0;
  }
  #about .intro .p-21 {
    font-size: 12px;
    padding: 0 32px;
  }
}

#qa {
  background: #485cc7;
}
#qa .sec-title {
  color: #fff;
}
#qa {
  overflow: hidden;
}
@media (max-width: 830px) {
  #qa .sec-title {
    font-size: 24px;
    padding: 16px 0;
  }
}

.qabox {
  width: 80%;
  margin: 0 auto 100px auto;
  display: flex;
  gap: 32px;
}
@media (max-width: 830px) {
  .qabox {
    width: 84%;
    margin: 0 auto 24px auto;
    flex-direction: column;
    gap: 0;
  }
}

.list-qa {
  width: calc((100% - 32px) / 2);
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.list-qa li {
  width: 100%;
  cursor: pointer;
  border-radius: 40px;
  background: #fff;
  padding: 48px 24px 24px 56px;
  box-sizing: border-box;
}
.list-qa li .qa-content {
  flex-grow: 1;
}
.list-qa li .qa-content .title {
  line-height: 140%;
  transition: 0.3s;
  color: #485cc7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.list-qa li .qa-content .title span {
  display: block;
  width: calc(100% - 80px);
}
.list-qa li .qa-content .description {
  line-height: 180%;
  overflow: hidden;
  padding-top: 0;
  color: #7a6855;
  padding-right: 24px;
  box-sizing: border-box;
}
.list-qa li .qa-trigger {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7a6855;
  border-radius: 100%;
  transition: 0.3s;
}
.list-qa li .qa-trigger img {
  width: 32%;
  transition: 0.3s;
}
.list-qa li .qa-trigger img svg {
  width: 100%;
}
.list-qa li .qa-trigger.active {
  background: #fe8f1d;
}
.list-qa li .qa-trigger.active img {
  transform: rotate(45deg);
  transform-origin: center;
}
.list-qa {
  /*<1280*/
}
@media (max-width: 1279px) {
  .list-qa li {
    padding: 24px 24px 0px 24px;
  }
}
@media (max-width: 830px) {
  .list-qa {
    width: 100%;
    margin-top: 0;
    gap: 12px;
  }
  .list-qa li {
    border-radius: 16px;
    padding: 16px 20px 16px 16px;
  }
  .list-qa li .qa-content {
    margin-bottom: -12px;
  }
  .list-qa li .qa-content .title {
    font-size: 17px;
    gap: 8px;
    padding-bottom: 0;
  }
  .list-qa li .qa-content .title span {
    width: 100%;
    letter-spacing: 0;
  }
  .list-qa li .qa-content .title .qa-trigger {
    width: 22px;
    height: 22px;
  }
  .list-qa li .qa-content .description {
    font-size: 14px;
    margin-top: 12px;
  }
}

#news {
  background: #485cc7;
  padding-bottom: 100px;
}
#news .sec-title {
  color: #fff;
}
#news .slide-news .news-item {
  padding: 0 24px;
}
#news .slide-news .news-item .cover {
  width: 100%;
  aspect-ratio: 686/464;
}
#news .slide-news .news-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .slide-news .news-item .content {
  padding: 42px;
  background: #fff;
}
#news .slide-news .news-item .content .title {
  color: #485cc7;
  margin-bottom: 32px;
}
#news .slide-news .news-item .content p {
  margin: 0;
  color: #7a6855;
  line-height: 150%;
  font-size: 16px;
}
@media (max-width: 830px) {
  #news {
    padding-bottom: 24px;
  }
  #news .sec-title {
    font-size: 24px;
    padding: 16px;
  }
  #news .slide-news .news-item {
    padding: 0 8px;
  }
  #news .slide-news .news-item .content {
    padding: 22px;
  }
  #news .slide-news .news-item .content .title {
    margin-bottom: 8px;
  }
  #news .slide-news .news-item .content p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
