@charset "UTF-8";
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.ttf);
}
/* Mixin 檔 */
@media (max-width: 768px) {
  .web {
    display: none;
  }
  .tp-bgimg.defaultimg {
    background-image: url(../images/logo/banner.jpg) !important;
  }
  .about_top {
    background-color: #fcf9f2;
    background-image: url(../images/about/about-top.png);
    background-repeat: no-repeat;
    background-position: 5% bottom;
    background-size: 150%;
    min-height: 540px;
  }
  .m-w-100 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .about_top {
    background-color: #fcf9f2;
    background-image: url(../images/about/about-top.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 800px;
  }
  .w-30-100 {
    width: 32%;
  }
}
.pt-2 {
  padding-top: 2rem;
}

.card-title {
  font-size: 18px;
  line-height: 30px;
  -webkit-box-orient: vertical;
  background: #f5f5f5;
  padding: 12px;
}

p.ii {
  font-style: italic;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  position: relative;
}

html,
body {
  font-family: Inter, open sans, microsoft jhenghei, sans-serif;
  position: relative;
  font-size: 10px;
  color: #444;
  -webkit-text-size-adjust: 100%;
}

main {
  margin-top: 100px;
}

p.break {
  word-break: break-all;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s;
  color: #444;
}

figure {
  margin: 0;
  padding: 0;
}

.unreset {
  font-size: 15px;
  line-height: 26px;
}

.unreset img {
  max-width: 100%;
  aspect-ratio: 1.6666666667;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

.clearfloat {
  clear: both;
}

header .desktop {
  height: 100px;
  display: flex;
  align-items: center;
  transition: 0.8s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

header .desktop .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .desktop .logo {
  width: 100px;
}

header .desktop .logo p a {
  display: block;
  width: 100%;
  height: 59px;
  font-size: 0;
  background: url(../images/logo/logo.webp) no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
}

header .desktop.fixed {
  box-shadow: 0 2px 2px #aaa;
}

header .desktop:after {
  content: "";
  display: block;
  clear: both;
}

header .phone {
  display: none;
  padding: 21px 0;
  width: 100%;
  height: auto;
  background: #fff;
  transition: 0.8s;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .phone.open {
  padding: 21px 0 0;
}

header .phone .logo {
  width: 100%;
  float: none;
}
header .phone .logo p {
  display: flex;
  align-items: center;
  padding: 0 28px;
}
header .phone .logo p a {
  display: block;
  width: 100px;
  height: 58px;
  font-size: 0;
  background: url(../images/logo/logo.webp) no-repeat center;
  background-size: contain;
}

header .phone .main-nav-block {
  display: none;
  float: none;
  height: auto;
  line-height: normal;
  width: 100%;
  margin-top: 25px;
}

header .phone .main-nav-block .main-nav {
  border-top: 1px solid #eee;
}

header .phone .main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

header .phone .main-nav-block .main-nav li {
  display: block;
  margin-left: 0;
  text-align: center;
  height: auto;
}

header .phone .main-nav-block .main-nav li a {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

header .phone .main-nav-block .main-nav li:hover a {
  background: #36bd85;
  color: #fff;
}

header .phone .main-nav-block .main-nav li:hover:before {
  margin-top: 0;
}

header .phone .main-nav-block .main-nav li:before {
  display: none;
}

header .phone.fixed {
  padding: 15px 0;
  box-shadow: 0 2px 2px #aaa;
}
header .phone.fixed.open {
  padding: 15px 0 0 0;
}

.main-nav-block {
  line-height: 30px;
}

.main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

.main-nav-block .main-nav li {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 30px;
}

.main-nav-block .main-nav li:first-child {
  margin-left: 0;
}

.main-nav-block .main-nav li.cost-link {
  height: auto;
}

.main-nav-block .main-nav li.cost-link:before {
  display: none;
}

.main-nav-block .main-nav li.cost-link a {
  border-radius: 25px;
  color: #444;
  padding: 7px 20px;
  border: 1px solid #d0d0d0;
}

.main-nav-block .main-nav li.cost-link a:hover {
  border: 1px solid #36bd85;
  background: #36bd85;
  color: #fff;
}

.main-nav-block .main-nav li a {
  font-size: 20px;
  color: #36bd85;
  display: block;
}

.main-nav-block .main-nav li:before {
  content: attr(data-title);
  width: 100%;
  font-size: 20px;
  display: block;
  color: #000;
  transition: 0.3s;
}

.main-nav-block .main-nav li:hover:before,
.main-nav-block .main-nav li.active:before {
  margin-top: -30px;
}

.phone-main-nav-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/nav-icon.png) no-repeat center/contain;
  position: absolute;
  right: 28px;
  top: 34px;
  cursor: pointer;
  display: none;
}

.sns-link-side {
  position: fixed;
  right: 24px;
  bottom: 15px;
}
.sns-link-side a {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 12px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.sns-link-side a .line-link {
  width: 60px;
  height: 60px;
}
.sns-link-side a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.loading {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  background-color: #fff;
  font-family: roboto, sans-serif;
  font-size: 100%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  z-index: 9999999;
}

.loading > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.loading > div > div {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #36bd85;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-b {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-c {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-d {
  0% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading > span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  color: #36bd85;
  font-size: 12px;
  text-align: center;
}

.breadCrumb {
  margin: 10px 0;
  text-align: right;
}

.breadCrumb li {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.breadCrumb li a {
  color: #000;
  font-size: 14px;
}

.breadCrumb li a:hover {
  color: #ff8400;
}

.breadCrumb li:after {
  content: ">";
  color: #ff8400;
  font-weight: 700;
  margin: 0 7px;
}

.breadCrumb li:last-child:after {
  display: none;
}

.gogotop {
  transition: all 0.8s;
}

.gogotop {
  background: #49a984;
  width: 80px;
  height: 38px;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: -100%;
  z-index: 9999;
  border: 5px solid #eee;
  border-right: 0;
  border-radius: 50px 0 0 50px;
}

.gogotop a {
  color: #fff;
  display: block;
  line-height: 28px;
  font-size: 14px;
}

.gogotop:hover {
  background: #49a984;
}

.search {
  text-align: right;
  float: right;
}

.search input {
  border: 0;
  background: 0;
  border-bottom: 4px solid #444;
  width: 250px;
  height: 35px;
  padding: 0 40px 0 10px;
  font-size: 15px;
}

.search button {
  border: 0;
  background: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.search button i {
  font-size: 17px;
}

.box-content .inlineblock {
  display: inline-block;
}

.box_404 {
  margin-top: 100px;
  margin-bottom: 100px;
  background: url(../images/404_bg.png) no-repeat;
  background-position: center center;
}

.box_404.no-bg {
  background: 0;
}

.box_404 .img_404 {
  text-align: center;
}

.box_404 .img_404 img {
  max-width: 100%;
}

.box_404 .data {
  text-align: center;
}

.box_404 .data > img {
  margin: 0 auto;
  max-width: 100%;
}

.box_404 .data > p {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 30px;
  color: #444;
}

.box_404 .data .back_home > a {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  max-width: 90px;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.box_404 .data .back_home > a:hover {
  background-color: #49a984;
}

.sitemap {
  background: url(../images/sitemap-bg.png) no-repeat;
  background-position: center top;
}

.sitemap .btn_home {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}

.sitemap .btn_home > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #444;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  display: inline-block;
}

.sitemap .btn_home > a:hover {
  background-color: #49a984;
}

.sitemap .sitemap_content > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.sitemap .sitemap_content > ul .title {
  padding-top: 40px;
}

.sitemap .sitemap_content > ul .title > i {
  color: #6fdaae;
  font-size: 23px;
  vertical-align: middle;
}

.sitemap .sitemap_content > ul .title span {
  color: #444;
  font-size: 15px;
  vertical-align: middle;
  padding-left: 8px;
}

.sitemap .sitemap_content > ul .title:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: solid 1px #444;
  position: absolute;
  top: 0;
  left: 10px;
}

.sitemap .sitemap_content > ul .sub_sitemap {
  padding-top: 70px;
  margin-bottom: 20px;
}

.sitemap .sitemap_content > ul .sub_sitemap:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: dotted 1px #444;
  position: absolute;
  top: 30px;
  left: 10px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li {
  margin-bottom: 15px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li > i,
.sitemap .sitemap_content > ul .sub_sitemap > li a {
  color: #444;
  font-size: 15px;
  vertical-align: middle;
}

.sitemap .sitemap_content > ul .sub_sitemap > li a {
  padding-left: 8px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li a:hover {
  color: #49a984;
  text-decoration: underline;
}

.sitemap .sitemap_content > ul .sub_sitemap > li > i {
  font-size: 23px;
}

@media (max-width: 960px) {
  header .desktop {
    display: none;
  }
  header .phone {
    display: block;
  }
  header .phone .phone-main-nav-btn {
    display: block;
  }
  header .phone .main-nav-block {
    background: rgb(140, 3, 3);
  }
  header .phone .main-nav-block .main-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: none;
    padding: 20px;
    margin: 0;
  }
  header .phone .main-nav-block .main-nav li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-bottom: none;
  }
  header .phone.open .phone-main-nav-btn {
    background: url(../images/nav-close.png) no-repeat center/contain;
  }
  .page-content {
    padding-top: 40px;
  }
  .search2 {
    margin-bottom: 20px;
  }
  .sitemap .sitemap_content > ul > li {
    min-width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .box_404 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: contain;
  }
  .box_404 .data > img {
    max-width: 60%;
  }
  .box_404 .data > p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .box_404 .data .back_home > a {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  .sitemap .sitemap_content > ul > li {
    min-width: 50%;
  }
}
@media (max-width: 480px) {
  .sns-link-side a {
    width: 44px;
    height: 44px;
  }
  .search2,
  .search {
    text-align: center;
  }
  .search2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    float: none;
    display: block;
  }
  .sitemap {
    background-position: 12.5% top;
  }
  .sitemap .sitemap_content > ul > li {
    min-width: 100%;
  }
  .sitemap .sitemap_content > ul > li .title:before,
  .sitemap .sitemap_content > ul > li .sub_sitemap:before {
    display: none;
  }
  .sitemap .sitemap_content > ul > li .title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    cursor: pointer;
  }
  .sitemap .sitemap_content > ul > li:first-child .title {
    border-top: dotted 1px #ccc;
  }
  .sitemap .sitemap_content > ul > li .sub_sitemap {
    padding-top: 20px;
    margin-bottom: 0;
    display: none;
  }
}
@media (max-width: 375px) {
  .search.search2 {
    margin-bottom: 40px;
  }
}
.top-aside {
  padding-top: 65px;
  padding-bottom: 50px;
}

.top-aside ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}

.top-aside ul li {
  margin: 10px;
}

.top-aside ul li.active a {
  border-color: #444;
}

.top-aside ul a {
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  display: block;
  font-size: 17px;
  line-height: 17px;
  padding: 15px 20px;
}

.top-aside ul a:hover {
  background: #49a984;
  border-color: #49a984 !important;
  color: #fff;
}

.back-to-list {
  background: #444;
  color: #fff !important;
  display: block;
  font-size: 16px;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 1px;
  margin: 50px auto 0;
  width: 150px;
}

.back-to-list:hover {
  background: #81dca5;
  color: #444 !important;
}

@media (max-width: 1200px) {
  .top-aside {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .top-aside ul {
    margin: -5px;
  }
  .top-aside ul li {
    margin: 5px;
  }
  .top-aside ul a {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 15px;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .breadcrumb {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .top-aside {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .back-to-list {
    margin-top: 30px;
  }
}
.top-btn {
  position: absolute;
  bottom: 220px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #81dca5;
  border-radius: 50%;
  display: block;
  background: url(../images/top-btn.png) no-repeat center/contain;
}
@media (max-width: 480px) {
  .top-btn {
    bottom: 185px;
    right: 24px;
    width: 44px;
    height: 44px;
  }
}

.id-banner {
  background: #fff !important;
}
.id-banner img {
  width: 100%;
}

.id-banner #idx-banner {
  background: #ffdd87 !important;
}
.id-banner #idx-banner .tp-title {
  color: #bf0404;
  font-size: 32px !important;
  font-weight: 600 !important;
  position: relative;
}
@media (max-width: 480px) {
  .id-banner #idx-banner .tp-title {
    font-size: 28px !important;
    width: 88vw;
    display: inline-block;
    white-space: normal;
    line-height: 34px !important;
    margin: 40px auto 0 auto !important;
    text-align: center;
  }
}
.id-banner #idx-banner .tp-title:before {
  position: absolute;
  content: "";
  top: 60px;
  left: -136px;
  transform: rotate(118.41deg);
  width: 111.41px;
  height: 0;
  border: 2px solid #bf0404;
}
@media (max-width: 480px) {
  .id-banner #idx-banner .tp-title:before {
    width: 50px;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.id-banner #idx-banner .tp-title:after {
  position: absolute;
  content: "";
  top: 50px;
  right: -136px;
  transform: rotate(118.41deg);
  width: 111.41px;
  height: 0;
  border: 2px solid #bf0404;
}
@media (max-width: 480px) {
  .id-banner #idx-banner .tp-title:after {
    width: 50px;
    top: initial;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.id-banner #idx-banner .tp-subtitle {
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #bf0404;
  line-height: 34px !important;
}
@media (max-width: 480px) {
  .id-banner #idx-banner .tp-subtitle {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 20px !important;
    display: inline-block;
  }
}

.id-banner * {
  position: static;
}

#p-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#p-scene .p-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p-scene .p-img img {
  display: block;
}

.p-img-1 {
  position: absolute;
  top: 30%;
  left: 6%;
}

.p-img-2 {
  position: absolute;
  top: 45%;
  right: 10%;
}

.p-img-3 {
  position: absolute;
  top: 45%;
  right: 22%;
}

.p-img-4 {
  position: absolute;
  top: 55%;
  left: 10%;
}

.p-img-5 {
  position: absolute;
  top: 10%;
  left: 20%;
}

.p-img-6 {
  position: absolute;
  top: 10%;
  right: 20%;
}

.hot-section {
  width: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .hot-section {
    padding: 30px 0;
  }
}
.hot-section .section-title {
  color: #d59900;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  height: 45px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .hot-section .section-title {
    font-size: 26px;
    font-weight: 400;
  }
}
.hot-section .section-title span:first-child {
  position: relative;
  padding-right: 55px;
  font-style: normal;
}
.hot-section .section-title span:first-child::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 45px;
  background: url(../images/vector-arrow.png) no-repeat center/contain;
}
.hot-section .section-list {
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 2%;
}
@media (max-width: 1024px) {
  .hot-section .section-list {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .hot-section .section-list {
    width: 90%;
  }
}
.hot-section .section-list .section-item {
  flex: 0 0 18%;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (max-width: 480px) {
  .hot-section .section-list .section-item {
    flex: 0 0 48%;
    padding: 10px;
  }
}
.hot-section .section-list .section-item .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 480px) {
  .hot-section .section-list .section-item .item-title {
    font-size: 16px;
  }
}
.hot-section .section-list .section-item .item-amount {
  font-size: 20px;
  font-weight: 500;
  color: red;
}
@media (max-width: 480px) {
  .hot-section .section-list .section-item .item-amount {
    font-size: 16px;
  }
}
.hot-section .section-list .section-item .item-count {
  font-size: 18px;
  font-weight: 500;
  color: red;
}
@media (max-width: 480px) {
  .hot-section .section-list .section-item .item-count {
    font-size: 14px;
  }
}
.hot-section .section-list .section-item .item-img {
  width: 103px;
}
@media (max-width: 480px) {
  .hot-section .section-list .section-item .item-img {
    width: 70px;
  }
}
.hot-section .section-list .section-item .item-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .feature-section {
    padding: 30px 0;
  }
}
.feature-section .section-logo img {
  width: 200px;
}
@media (max-width: 480px) {
  .feature-section .section-logo img {
    width: 150px;
  }
}
.feature-section .feature-list {
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px 40px;
}
@media (max-width: 1024px) {
  .feature-section .feature-list {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .feature-section .feature-list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .feature-section .feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.feature-section .feature-list .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 50px;
}
@media (max-width: 480px) {
  .feature-section .feature-list .feature-item {
    padding: 30px 20px;
  }
}
.feature-section .feature-list .feature-item .feature-title {
  color: #bf0404;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .feature-section .feature-list .feature-item .feature-title {
    font-size: 20px;
  }
}
.feature-section .feature-list .feature-item .feature-info {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 480px) {
  .feature-section .feature-list .feature-item .feature-info {
    font-size: 16px;
    line-height: 19px;
  }
}

.banner-section {
  width: 100%;
  height: 631px;
  background: url(../images/banner-section.webp) no-repeat center/1920px 631px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .banner-section {
    height: 551px;
    background: url(../images/banner-section-m.jpg) no-repeat center/cover;
  }
}
.banner-section .banner-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.banner-section .banner-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 47px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .banner-section .banner-info {
    gap: 78px;
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-info {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .banner-section .banner-info {
    width: 90%;
  }
}
.banner-section .banner-info .banner-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 68px 0 0;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
}
.banner-section .banner-info .banner-item:first-child {
  padding: 0 0 0 245px;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item:first-child {
    padding: 0;
    justify-content: center;
  }
}
.banner-section .banner-info .banner-item .item-num {
  color: #d59900;
  font-size: 120px;
  font-weight: 900;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item .item-num {
    font-size: 87.17px;
    line-height: 105px;
  }
}
.banner-section .banner-info .banner-item .item-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 10px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item .item-info {
    align-items: center;
    gap: 5px;
  }
}
.banner-section .banner-info .banner-item .item-info .info-text {
  font-size: 28px;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item .item-info .info-text {
    font-size: 20px;
  }
}
.banner-section .banner-info .banner-item .item-info .info-title {
  font-size: 42px;
}
@media (max-width: 480px) {
  .banner-section .banner-info .banner-item .item-info .info-title {
    font-size: 30px;
  }
}

.section-title-red {
  color: #8c0303;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  height: 45px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .section-title-red {
    font-size: 26px;
  }
}
.section-title-red span:first-child {
  position: relative;
  padding-right: 55px;
  font-style: normal;
}
.section-title-red span:first-child::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 45px;
  background: url(../images/vector-arrow2.png) no-repeat center/contain;
}

.advantage-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .advantage-section {
    padding: 30px 0;
  }
}
.advantage-section .advantage-list {
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .advantage-section .advantage-list {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .advantage-section .advantage-list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .advantage-section .advantage-list {
    margin-top: 20px;
  }
}
.advantage-section .advantage-list .list-item {
  max-width: 830px;
  box-sizing: border-box;
  border: 2px solid rgb(191, 4, 4);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .advantage-section .advantage-list .list-item {
    max-width: 100% !important;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.advantage-section .advantage-list .list-item:nth-child(even) {
  align-self: flex-end;
}
.advantage-section .advantage-list .list-item:nth-child(2) {
  max-width: 887px;
}
.advantage-section .advantage-list .list-item:nth-child(3) {
  max-width: 1045px;
}
.advantage-section .advantage-list .list-item:nth-child(4) {
  max-width: 1040px;
}
.advantage-section .advantage-list .list-item .item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .advantage-section .advantage-list .list-item .item-info {
    position: relative;
    font-size: 18px;
  }
}
.advantage-section .advantage-list .list-item .item-info .item-title {
  color: #bf0404;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .advantage-section .advantage-list .list-item .item-info .item-title {
    font-size: 20px;
    line-height: 70px;
  }
}
.advantage-section .advantage-list .list-item .item-info .item-q {
  color: #f57100;
}
@media (max-width: 480px) {
  .advantage-section .advantage-list .list-item .item-img {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.advantage-section .advantage-list .list-item .item-img img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .advantage-section .advantage-list .list-item .item-img img {
    width: 60px;
  }
}

.case-section {
  padding: 50px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .case-section {
    padding: 50px 0 30px 0;
  }
}
.case-section .case-list {
  margin-top: 20px;
  width: 100%;
  width: 100%;
  max-width: 1200px;
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 30px;
}
@media (max-width: 1024px) {
  .case-section .case-list {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .case-section .case-list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .case-section .case-list {
    display: flex;
    flex-direction: column;
  }
}
.case-section .case-list .case-item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 228, 159);
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
@media (max-width: 480px) {
  .case-section .case-list .case-item {
    font-size: 16px;
  }
}
.case-section .case-list .case-item .item-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-section .case-list .case-item .item-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  gap: 10px;
}
@media (max-width: 480px) {
  .case-section .case-list .case-item .item-footer {
    gap: 5px;
  }
}

.blog-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 588px;
  background: url(../images/section-blog-bg.webp) no-repeat center/1920px 588px;
  justify-content: center;
}
@media (max-width: 480px) {
  .blog-section {
    background: url(../images/section-blog-bg-m.jpg) no-repeat center/cover;
  }
}

.blog-list {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .blog-list {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .blog-list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .blog-list {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-list .blog-item {
  margin: 0 15px;
  flex: 1;
  max-width: 380px;
  padding: 20px;
  background: rgb(203, 203, 203);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .blog-list .blog-item {
    padding: 10px 15px;
    margin: 0;
    max-width: 100%;
  }
}
.blog-list .blog-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-list .blog-item .content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.blog-list .blog-item .content .blog-title {
  color: rgb(17, 89, 35);
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .blog-list .blog-item .content .blog-title {
    font-size: 18px;
  }
}
.blog-list .blog-item .content .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 480px) {
  .blog-list .blog-item .content .des {
    font-size: 16px;
    line-height: 19px;
  }
}
.blog-list .blog-item .content .more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
}
@media (max-width: 480px) {
  .blog-list .blog-item .content .more {
    font-size: 14px;
    gap: 5px;
  }
}

.footer-wrapper {
  color: #000;
  background: rgb(246, 246, 246);
}
.footer-wrapper .container.footer-top {
  width: 95%;
  max-width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .footer-wrapper .container.footer-top {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .footer-wrapper .container.footer-top {
    padding: 50px 0;
  }
}
.footer-wrapper .container.footer-bottom {
  max-width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 221, 135);
}
@media (max-width: 480px) {
  .footer-wrapper .container.footer-bottom {
    padding: 50px 0;
  }
}
.footer-wrapper .container.footer-bottom .bottom-title {
  color: rgb(140, 3, 3);
  font-size: 24px;
  font-weight: 600;
}
.footer-wrapper .container.footer-bottom .outer-link {
  margin-top: 10px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .footer-wrapper .container.footer-bottom .outer-link {
    max-width: 90%;
  }
}
.footer-wrapper .container.footer-bottom .outer-link li {
  position: relative;
}
.footer-wrapper .container.footer-bottom .outer-link li::before {
  content: "/";
}
.footer-wrapper .container.footer-bottom .outer-link li a {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .footer-wrapper .container.footer-bottom .outer-link li a {
    padding: 0;
  }
}
.footer-wrapper .container.footer-bottom .outer-link li:last-child::after {
  content: "/";
}
.footer-wrapper .container.footer-bottom .copyright {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer-wrapper .container.footer-bottom .copyright {
    max-width: 70%;
    text-align: center;
  }
}
.footer-wrapper .contact-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-wrapper .contact-item {
    align-items: center;
  }
}
.footer-wrapper .contact-item .item-img img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-wrapper .contact-item .contact-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 20px;
  font-weight: 400;
}
.footer-wrapper .contact-item .contact-list .item-info {
  padding-left: 40px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}
.footer-wrapper .contact-item .contact-list .item-info.phone::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/footer-phone.webp) no-repeat center/contain;
  left: 0;
}
.footer-wrapper .contact-item .contact-list .item-info.line::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/side-line.png) no-repeat center/contain;
  left: 0;
}
.footer-wrapper .contact-item .contact-list .item-info.fb::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/footer-facebook.webp) no-repeat center/contain;
  left: 0;
}
.footer-wrapper .contact-item .contact-list .item-info.address::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/footer-address.png) no-repeat center/contain;
  left: 0;
}
.footer-wrapper .footer-feature .feature-top {
  display: flex;
  gap: 50px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-feature .feature-top {
    flex-wrap: wrap;
    margin: 0 60px;
  }
}
.footer-wrapper .footer-feature .feature-top .top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-feature .feature-top .top-item {
    flex-wrap: wrap;
  }
}
.footer-wrapper .footer-feature .feature-top .top-item img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-wrapper .footer-feature .feature-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-wrapper .footer-feature .feature-bottom img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-feature .feature-bottom img {
    width: 100%;
  }
}
.footer-wrapper .footer-nav ul {
  border-left: 5px solid rgb(245, 113, 0);
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer-wrapper .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
}
.footer-wrapper .footer-nav ul li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer-wrapper .footer-nav ul li {
    margin-bottom: 0;
  }
}

.page-breadcrumb {
  display: flex;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .page-breadcrumb {
    padding: 20px 0;
  }
}
.page-breadcrumb .road {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-breadcrumb .road:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon-breadcrumb.webp) no-repeat center/contain;
  margin-right: 10px;
}
.page-breadcrumb a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.page-breadcrumb a:hover {
  text-decoration: underline;
}
.page-breadcrumb a:not(:last-child) {
  position: relative;
}
.page-breadcrumb a:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}
.page-breadcrumb a.article {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-banner {
  width: 100%;
  height: 341px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .page-banner {
    height: 450px;
  }
}
.page-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .page-wrapper {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .page-wrapper {
    width: 90%;
  }
}

.about-page {
  padding-bottom: 70px;
}
.about-page .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 480px) {
  .about-page .content-wrapper {
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
  }
}
.about-page .content-wrapper .item-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 480px) {
  .about-page .content-wrapper .item-info {
    font-size: 18px;
  }
}
.about-page .content-wrapper .item-info h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 39px;
}
@media (max-width: 480px) {
  .about-page .content-wrapper .item-info h3 {
    font-size: 38px;
    line-height: 34px;
  }
}
.about-page .content-wrapper .item-info h5 {
  color: rgb(140, 3, 3);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .about-page .content-wrapper .item-info h5 {
    font-size: 20px;
  }
}
.about-page .content-wrapper .item-img img {
  width: 274px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-page .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .service-page .content-wrapper {
    padding: 30px 0;
  }
}
.service-page .content-wrapper h3 {
  margin-top: 5px;
  color: rgb(140, 3, 3);
  font-size: 32px;
  font-weight: 900;
  line-height: 39px;
}
@media (max-width: 480px) {
  .service-page .content-wrapper h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.service-page .content-wrapper h5 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 480px) {
  .service-page .content-wrapper h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
.service-page .content-wrapper .content-list {
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 20px;
}
@media (max-width: 480px) {
  .service-page .content-wrapper .content-list {
    margin-top: 30px;
  }
}
.service-page .content-wrapper .content-list .list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .service-page .content-wrapper .content-list .list-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.service-page .content-wrapper .content-list .list-item .item-icon {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .service-page .content-wrapper .content-list .list-item .item-icon {
    width: 150px;
  }
}
.service-page .content-wrapper .content-list .list-item .item-icon img {
  width: 100%;
}
.service-page .content-wrapper .content-list .list-item .item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
@media (max-width: 480px) {
  .service-page .content-wrapper .content-list .list-item .item-info {
    font-size: 18px;
    line-height: 22px;
  }
}
.service-page .content-wrapper .content-list .list-item .item-info h1 {
  color: rgb(191, 4, 4);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
@media (max-width: 480px) {
  .service-page .content-wrapper .content-list .list-item .item-info h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.process-page .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .process-page .content-wrapper {
    padding: 30px 0;
  }
}
.process-page .content-wrapper h3 {
  margin-top: 5px;
  color: rgb(140, 3, 3);
  font-size: 32px;
  font-weight: 900;
  line-height: 39px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.process-page .content-wrapper h5 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
.process-page .content-wrapper .content-list {
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list {
    margin-top: 30px;
  }
}
.process-page .content-wrapper .content-list .list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 30px 50px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item {
    gap: 10px 20px;
  }
}
.process-page .content-wrapper .content-list .list-item:not(:last-child):after {
  content: "";
  flex: 0 0 100%;
  height: 49px;
  background: url(../images/process/process-arrow.webp) no-repeat left center/contain;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item:not(:last-child):after {
    margin-bottom: 10px;
  }
}
.process-page .content-wrapper .content-list .list-item .item-icon {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item .item-icon {
    width: 78px;
  }
}
.process-page .content-wrapper .content-list .list-item .item-icon img {
  width: 100%;
}
.process-page .content-wrapper .content-list .list-item .item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item .item-info {
    font-size: 18px;
    line-height: 22px;
    flex: 1;
  }
}
.process-page .content-wrapper .content-list .list-item .item-info .item-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item .item-info .item-title {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.process-page .content-wrapper .content-list .list-item .item-info .item-title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item .item-info .item-title h2 {
    font-size: 20px;
  }
}
.process-page .content-wrapper .content-list .list-item .item-info .item-title .subtitle {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .process-page .content-wrapper .content-list .list-item .item-info .item-title .subtitle {
    font-size: 20px;
  }
}
.process-page .content-wrapper .content-list .list-item .item-info ul {
  margin: 0 0 0 20px;
}
.process-page .content-wrapper .content-list .list-item .item-info ul li {
  list-style-type: disc;
}

.blogs-page .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .blogs-page .content-wrapper {
    padding: 30px 0;
  }
}
.blogs-page .content-wrapper h3 {
  margin-top: 5px;
  color: rgb(140, 3, 3);
  font-size: 32px;
  font-weight: 900;
  line-height: 39px;
}
@media (max-width: 480px) {
  .blogs-page .content-wrapper h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.blogs-page .content-wrapper h5 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 480px) {
  .blogs-page .content-wrapper h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 480px) {
  .blogs-page .blog-list {
    width: 100%;
  }
}

.user-icon img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .user-icon img {
    width: 42px;
  }
}

.post-content-list {
  align-self: center;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
  margin-top: 30px;
  gap: 0 2%;
}
.post-content-list .post-item {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .post-content-list .post-item {
    flex: 0 0 100%;
  }
}
.post-content-list .post-item .post-info {
  flex: 1;
  box-sizing: border-box;
  border: 3px solid rgb(255, 228, 159);
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 480px) {
  .post-content-list .post-item .post-info {
    padding: 26px;
  }
}
.post-content-list .post-item .post-info .post-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}
@media (max-width: 480px) {
  .post-content-list .post-item .post-info .post-top {
    margin-bottom: 17px;
  }
}
.post-content-list .post-item .post-info .post-top h5 {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 480px) {
  .post-content-list .post-item .post-info .post-top h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.post-content-list .post-item .post-info .post-bottom {
  padding-top: 20px;
  border-top: 2px solid rgb(81, 81, 81);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 480px) {
  .post-content-list .post-item .post-info .post-bottom {
    padding-top: 17px;
    font-size: 16px;
    line-height: 25px;
  }
}
.post-content-list .post-item .post-time {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(255, 228, 159);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
}

.qas-page .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .qas-page .content-wrapper {
    padding: 30px 0;
  }
}
.qas-page .content-wrapper h3 {
  margin-top: 5px;
  color: rgb(140, 3, 3);
  font-size: 32px;
  font-weight: 900;
  line-height: 39px;
}
@media (max-width: 480px) {
  .qas-page .content-wrapper h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.qas-page .content-wrapper h5 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 480px) {
  .qas-page .content-wrapper h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
.qas-page .content-wrapper .content-list {
  margin-top: 30px;
}
.qas-page .content-wrapper .content-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.qas-page .content-wrapper .content-list ul li {
  flex: 0 0 48%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid rgb(255, 228, 159);
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 480px) {
  .qas-page .content-wrapper .content-list ul li {
    flex: 0 0 100%;
    padding: 10px;
    font-size: 18px;
  }
}

.article-page {
  color: rgb(0, 0, 0);
  line-height: 30px;
  font-weight: 400;
}
.article-page .content-wrapper {
  display: flex;
  gap: 100px;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .article-page .content-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .article-page .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.article-page .content-wrapper .left-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-page .content-wrapper .left-wrapper .info-top {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .left-wrapper .info-top {
    font-size: 12px;
    gap: 10px;
  }
}
.article-page .content-wrapper .left-wrapper h2 {
  background: rgb(255, 228, 159);
  font-size: 28px;
  font-weight: 400;
  padding: 10px;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .left-wrapper h2 {
    font-size: 24px;
  }
}
.article-page .content-wrapper .left-wrapper .info-detail {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .left-wrapper .info-detail {
    font-size: 18px;
  }
}
.article-page .content-wrapper .left-wrapper .info-detail ol li {
  margin: 10px;
}
.article-page .content-wrapper .right-wrapper {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  line-height: 30px;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .right-wrapper {
    max-width: initial;
  }
}
.article-page .content-wrapper .right-wrapper .right-title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .right-wrapper .right-title {
    font-size: 20px;
  }
}
.article-page .content-wrapper .right-wrapper .tag-wrapper {
  margin-top: 10px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.article-page .content-wrapper .right-wrapper .tag-wrapper .tag-item {
  background: rgb(255, 228, 159);
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .article-page .content-wrapper .right-wrapper .tag-wrapper .tag-item {
    font-size: 16px;
  }
}
.article-page .content-wrapper .right-wrapper .advertise-img {
  margin: 30px auto 0;
}
.article-page .content-wrapper .right-wrapper .advertise-img img {
  width: 100%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=layout.css.map */