/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600&display=swap");
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;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", "STHeiti", "Microsoft YaHei", arial;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

main {
  overflow: hidden;
  padding-top: 140px;
}
@media all and (max-width: 1279px) {
  main {
    padding-top: 80px;
  }
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 30px;
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 375px;
  }
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

section {
  scroll-margin-top: 140px;
}
@media all and (max-width: 1279px) {
  section {
    scroll-margin-top: 80px;
  }
}
section .section-title {
  width: 100%;
  height: 125px;
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  line-height: 1;
  border-bottom: 0.2px solid #d8d8d8;
}
@media all and (max-width: 1600px) {
  section .section-title {
    height: 116px;
  }
}
@media all and (max-width: 768px) {
  section .section-title {
    height: 80px;
  }
}
section .section-title .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
section .section-title h1 {
  position: relative;
  font-size: 40px;
  color: transparent;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #00b4f0, #14b4b4);
  -webkit-background-clip: text;
          background-clip: text;
}
@media all and (max-width: 1600px) {
  section .section-title h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  section .section-title h1 {
    font-size: 18px;
  }
}
section .section-title h1::before, section .section-title h1::after {
  content: "";
  width: 0.075em;
  height: 0.25em;
  position: absolute;
  top: calc(50% - 0.45em);
  border-radius: 2px;
}
section .section-title h1::before {
  left: -0.55em;
  background: #00b4f0;
  box-shadow: 0.175em 0 0 #00b4f0;
}
section .section-title h1::after {
  right: -0.3em;
  background: #14b4b4;
  box-shadow: 0.175em 0 0 #14b4b4;
}
section .section-title .text-box {
  position: absolute;
  bottom: 25px;
}
section .section-title .text-box:first-child {
  left: 30px;
  font-family: Rubik, "Noto Sans TC";
}
section .section-title .text-box:last-child {
  right: 30px;
}
@media all and (max-width: 768px) {
  section .section-title .text-box {
    display: none;
  }
}
section .section-title-small {
  display: none;
}
@media all and (max-width: 768px) {
  section .section-title-small {
    display: block;
  }
}
section .section-title-small .container {
  max-width: 375px;
}
section .section-title-small .divider {
  height: 50px;
  border-left: 1px dashed #d8d8d8;
}
section .section-title-small h1 {
  margin: 0 38px;
  white-space: nowrap;
}
section .section-title-small .label-box {
  margin-left: 15px;
  width: 143px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  border-radius: 0 6px 6px 0;
}
section .section-title-small .label-box.blue {
  background-color: #00b4f0;
}
section .section-title-small .label-box.red {
  background-color: #dc143c;
}
section .section-title-small .label-box.green {
  background-color: #14b4b4;
}

.explore-button {
  box-sizing: border-box;
  position: relative;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 1;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  cursor: pointer;
  transition: color 0.5s, background 0.5s;
}
@media all and (max-width: 1600px) {
  .explore-button {
    border-radius: 0 6px 6px 0;
  }
}
.explore-button::before, .explore-button::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  transform: scaleX(-1);
  transition: transform 0.5s, opacity 0.5s;
}
@media all and (max-width: 768px) {
  .explore-button::before, .explore-button::after {
    right: 30px;
  }
}
.explore-button::before {
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.explore-button::after {
  background-image: url("../img/icons/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transform: translateX(-200%) scaleX(-1);
}
.explore-button:hover {
  color: white;
}
.explore-button:hover::before {
  opacity: 0;
  transform: translateX(300%) scaleX(-1);
}
.explore-button:hover::after {
  opacity: 1;
  transform: translateX(0%) scaleX(-1);
}

.explore-button-v {
  box-sizing: border-box;
  width: 150px;
  height: 50px;
  position: absolute;
  padding: 0 20px 0 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 1;
  border: 0.2px solid #d8d8d8;
  border-radius: 8px;
  font-family: Rubik;
  cursor: pointer;
  transform-origin: center;
  transform: rotate(90deg);
  transition: color 0.3s, background 0.3s;
}
.explore-button-v::before, .explore-button-v::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 19px;
  transform: rotate(180deg);
  transition: transform 0.3s, opacity 0.3s;
}
.explore-button-v::before {
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.explore-button-v::after {
  background-image: url("../img/icons/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transform: rotate(180deg) translateX(100%);
}
.explore-button-v:hover {
  color: #bebebe;
  border-color: white;
  background: white;
}
.explore-button-v:hover::before {
  opacity: 0;
  transform: rotate(180deg) translateX(-100%);
}
.explore-button-v:hover::after {
  opacity: 1;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: rotate(180deg) translateX(0%);
}
@media all and (max-width: 768px) {
  .explore-button-v {
    position: relative;
    width: 100px;
    height: 45px;
    padding: 0 15px;
    font-size: 10px;
    transform: none;
  }
  .explore-button-v::before, .explore-button-v::after {
    width: 8px;
    height: 8px;
    transform: rotate(270deg);
  }
  .explore-button-v::after {
    transform: rotate(270deg) translateX(100%);
  }
  .explore-button-v:hover::before {
    transform: rotate(270deg) translateX(-100%);
  }
  .explore-button-v:hover::after {
    transform: rotate(270deg) translateX(0%);
  }
}

.swiper-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 0;
  border-radius: 8px;
  border: 0.2px solid #d8d8d8;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s;
}
@media all and (max-width: 768px) {
  .swiper-button {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }
}
.swiper-button::before, .swiper-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  transition: transform 0.3s, opacity 0.3s;
}
@media all and (max-width: 768px) {
  .swiper-button::before, .swiper-button::after {
    width: 8px;
    height: 8px;
  }
}
.swiper-button::before {
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.swiper-button::after {
  background-image: url("../img/icons/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transform: translateX(100%);
}
.swiper-button:hover {
  border-color: white;
  background: white;
}
.swiper-button:hover::before {
  opacity: 0;
  transform: translateX(-100%);
}
.swiper-button:hover::after {
  opacity: 1;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translateX(0%);
}
.swiper-button.swiper-button-disabled {
  pointer-events: none;
  background: white;
  border-color: transparent;
}
.swiper-button.swiper-button-disabled::after {
  opacity: 0.25;
}
.swiper-button.next-button {
  transform: scaleX(-1);
}

.close-button {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: white;
  border-radius: 8px;
  border: 0.2px solid #d8d8d8;
  cursor: pointer;
  transition: 0.2s;
}
@media all and (max-width: 768px) {
  .close-button {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }
}
.close-button::before, .close-button::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  transform: rotate(-45deg);
  transition: transform 0.3s, opacity 0.3s;
}
.close-button::before {
  background-image: url("../img/icons/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.close-button::after {
  background-image: url("../img/icons/add-w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transform: translateX(-100%) rotate(-45deg);
}
.close-button:hover {
  border-color: #e8e8e8;
  background: #e8e8e8;
}
.close-button:hover::before {
  opacity: 0;
  transform: translateX(100%) rotate(-45deg);
}
.close-button:hover::after {
  opacity: 1;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translateX(0%) rotate(-45deg);
}

.zoom-button {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 6px;
  border: 0.2px solid #d8d8d8;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s;
}
.zoom-button::before, .zoom-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.zoom-button::before {
  transform: rotate(135deg);
  left: calc(50% + 0px);
  top: calc(50% - 8px);
}
.zoom-button::after {
  transform: rotate(315deg);
  left: calc(50% - 8px);
  top: calc(50% + 0px);
}

@keyframes loading-logo {
  from {
    filter: grayscale(1) brightness(3);
  }
  to {
    filter: grayscale(0) brightness(1);
  }
}
@keyframes color-to-black {
  to {
    color: black;
  }
}
.loading-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9999;
  transition: background-color 3s, -webkit-backdrop-filter 3s;
  transition: background-color 3s, backdrop-filter 3s;
  transition: background-color 3s, backdrop-filter 3s, -webkit-backdrop-filter 3s;
}
.loading-container .loading-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1820px;
  padding: 150px 100px 100px 100px;
  text-align: center;
  transition: opacity 3s, filter 3s;
}
@media all and (max-width: 768px) {
  .loading-container .loading-content {
    padding: 50px;
  }
}
.loading-container .loading-content .loading-logo {
  width: 258px;
  height: 300px;
  background-image: url("../img/common/logo-l.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 100px;
  min-height: 150px;
  animation: loading-logo 2s forwards;
}
@media all and (max-height: 1000px) {
  .loading-container .loading-content .loading-logo {
    margin-bottom: calc(15vh - 50px);
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-logo {
    width: 138px;
    height: 160px;
    margin-bottom: 30px;
    flex: 1;
    background-position: center bottom;
  }
}
@media all and (max-height: 1000px) {
  .loading-container .loading-content .logo-text-box {
    transform: scale(0.8);
  }
}
@media all and (max-height: 800px) {
  .loading-container .loading-content .logo-text-box {
    transform: scale(0.7);
  }
}
@media all and (max-height: 600px) {
  .loading-container .loading-content .logo-text-box {
    transform: scale(0.6);
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .logo-text-box {
    transform: scale(1);
  }
}
.loading-container .loading-content .logo-text-box .title {
  color: white;
  animation: color-to-black 2s 1.5s forwards;
}
.loading-container .loading-content .logo-text-box .slogan {
  color: white;
  animation: color-to-black 2s 2s forwards;
}
.loading-container .loading-content .loading-bar-area {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 120px;
}
@media all and (max-height: 1000px) {
  .loading-container .loading-content .loading-bar-area {
    margin-top: calc(17vh - 50px);
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-bar-area {
    margin-top: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.loading-container .loading-content .loading-bar-area .loading-bar-text-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 24px;
  color: black;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-bar-area .loading-bar-text-area {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-bar-area .loading-bar-text-area {
    font-size: 16px;
  }
}
@media all and (max-height: 800px) {
  .loading-container .loading-content .loading-bar-area .loading-bar-text-area {
    font-size: 20px;
  }
}
@media all and (max-height: 600px) {
  .loading-container .loading-content .loading-bar-area .loading-bar-text-area {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-bar-area .loading-bar-text-area {
    font-size: 8px;
  }
}
.loading-container .loading-content .loading-bar-area .loading-bar-text-area .percent {
  font-family: Rubik;
}
.loading-container .loading-content .loading-bar-area .loading-bar-text-area .loading-text {
  color: #bebebe;
  font-family: Rubik;
}
.loading-container .loading-content .loading-bar-area .loading-bar {
  width: 100%;
  height: 1px;
  position: relative;
  margin-top: 25px;
  background-image: linear-gradient(to right, black 95%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-size: 0%;
}
@media all and (max-height: 600px) {
  .loading-container .loading-content .loading-bar-area .loading-bar {
    margin-top: 16px;
  }
}
@media all and (max-width: 768px) {
  .loading-container .loading-content .loading-bar-area .loading-bar {
    margin-top: 10px;
  }
}
.loading-container.loaded {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background-color: transparent;
  pointer-events: none;
}
.loading-container.loaded .loading-content {
  filter: blur(15px);
  opacity: 0;
}

header {
  width: 100%;
  height: auto;
  position: relative;
  position: fixed;
  z-index: 1200;
}
header .header-top-area {
  width: 100%;
  height: 140px;
  position: relative;
  border-bottom: 0.2px solid #d8d8d8;
  background-color: rgba(245, 245, 245, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: height 0.5s;
}
@media all and (max-width: 1279px) {
  header .header-top-area {
    height: 80px;
  }
}
header .header-top-area .container {
  height: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  padding: 20px 100px;
}
@media all and (max-width: 1920px) {
  header .header-top-area .container {
    padding: 20px 100px 20px calc(50vw - 860px);
  }
}
@media all and (max-width: 1780px) {
  header .header-top-area .container {
    padding: 20px 100px 20px 30px;
  }
}
@media all and (max-width: 1600px) {
  header .header-top-area .container {
    max-width: 1440px;
    padding: 20px 120px;
  }
}
@media all and (max-width: 1440px) {
  header .header-top-area .container {
    padding: 20px 120px 20px calc(50vw - 600px);
  }
}
@media all and (max-width: 1279px) {
  header .header-top-area .container {
    padding: 15px;
  }
}
header .logo-area {
  position: relative;
  width: 50px;
  height: 68px;
  text-align: center;
}
@media all and (max-width: 1279px) {
  header .logo-area {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
  }
}
header .logo-area .logo {
  width: 50px;
  height: 59px;
  display: inline-block;
}
@media all and (max-width: 1279px) {
  header .logo-area .logo {
    width: 23px;
    height: 26px;
  }
}
header .logo-area .logo-text {
  width: 46px;
  height: 9px;
  display: inline-block;
  margin-top: 12px;
  transition: opacity 0.5s;
}
@media all and (max-width: 1279px) {
  header .logo-area .logo-text {
    width: 82px;
    height: 15px;
    margin-top: 0;
  }
}
header .divider {
  border-left: 0.2px solid #d8d8d8;
  min-height: 50px;
}
@media all and (max-width: 1279px) {
  header .divider.contact {
    display: none;
  }
}
header .header-box {
  width: 300px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 15px 41px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  background-image: linear-gradient(to right, white);
  background-repeat: no-repeat;
  background-position: -400px;
  transition: background-position 0.3s;
}
@media all and (max-width: 1600px) {
  header .header-box {
    border-radius: 0 6px 6px 0;
  }
}
header .header-box:hover, header .header-box.active {
  background-position: 0;
}
@media all and (max-width: 1600px) {
  header .header-box {
    width: 216px;
    padding: 15px 28px;
  }
}
@media all and (max-width: 1279px) {
  header .header-box {
    width: 100px;
    padding: 10px;
  }
}
header .header-box .text {
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 14px;
  transition: opacity 0.5s;
}
@media all and (max-width: 1279px) {
  header .header-box .text {
    display: none;
  }
}
header .header-box .label {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 18px;
  font-family: Rubik;
}
header .header-box .label::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  background-image: url("../img/icons/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 1s;
}
@media all and (max-width: 1279px) {
  header .header-box .label {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    font-size: 10px;
    line-height: 10px;
  }
  header .header-box .label::before {
    position: relative;
  }
}
header .header-box .label .mob-close {
  display: none;
}
@media all and (max-width: 1279px) {
  header .header-box.contact {
    display: none;
  }
}
header .header-box.active .label::before {
  transform: rotate(315deg);
}
@media all and (max-width: 1279px) {
  header .header-box.active .label .web {
    display: none;
  }
  header .header-box.active .label .mob-close {
    display: block;
  }
}
header .header-box.slogan {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  padding: 0;
  flex: 1 1 50%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  background-position: -1200px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: 14px;
  transition: background-position 0.5s;
}
header .header-box.slogan:hover {
  background-position: 0;
}
header .header-box.slogan p {
  padding: 7px 0;
}
@media all and (max-width: 1279px) {
  header .header-box.slogan {
    padding: 0 15px;
  }
  header .header-box.slogan .slogan-area {
    display: none;
  }
}
header .right-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.2s;
}
header .right-logo:hover {
  color: #14b4b4;
}
@media all and (max-width: 1279px) {
  header .right-logo {
    display: none;
  }
}
header .header-bottom-area {
  width: 100%;
  height: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
  background-color: rgba(245, 245, 245, 0.5);
  border-bottom: 0.2px dashed #d8d8d8;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  pointer-events: none;
}
@media all and (max-width: 1279px) {
  header .header-bottom-area {
    display: none;
  }
}
header .header-bottom-area .container {
  height: 100%;
}
header .header-bottom-area ul {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
}
header .header-bottom-area ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  font-size: 18px;
  color: #bebebe;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.5s;
}
@media all and (max-width: 1600px) {
  header .header-bottom-area ul li {
    font-size: 16px;
  }
}
header .header-bottom-area ul li::before {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  background-image: url("../img/icons/menu-dot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 5px);
  top: 7px;
  display: none;
}
header .header-bottom-area ul li:hover, header .header-bottom-area ul li.active {
  color: black;
}
header .header-bottom-area ul li:hover::before, header .header-bottom-area ul li.active::before {
  display: block;
}
@media all and (min-width: 1280px) {
  header.down:not(.on-footer) .header-top-area {
    height: 90px;
  }
  header.down:not(.on-footer) .logo-area {
    height: 59px;
  }
  header.down:not(.on-footer) .header-box .text {
    opacity: 0;
  }
  header.down:not(.on-footer) .header-box .logo-text {
    opacity: 0;
  }
  header.down:not(.on-footer) .header-bottom-area {
    height: 50px;
    opacity: 1;
    pointer-events: auto;
  }
}
header.inside {
  transition: transform 0.5s, opacity 0.5s;
}
header.inside.down {
  transform: translateY(-100%);
  opacity: 0;
}
header .details-menu-container {
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
  max-width: 1750px;
  max-height: 0;
  margin: auto;
  padding: 0 15px 0 15px;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s, padding 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 1279px) {
  header .details-menu-container {
    height: calc(100vh - 80px);
  }
}
header .details-menu-container .container {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  header .details-menu-container .container {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1279px) {
  header .details-menu-container .container {
    border-radius: 0;
  }
}
header .details-menu-container .details-menu-area {
  box-sizing: border-box;
  width: 100%;
  height: 610px;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 0 8px 8px 0;
  border: 0.2px solid #d8d8d8;
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu-area {
    height: 426px;
    padding: 14px;
  }
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu-area {
    display: block;
    height: auto;
    padding: 23px 15px 5px 15px;
  }
}
header .details-menu-container .details-menu-logo-area {
  position: relative;
  flex: 1;
}
header .details-menu-container .details-menu-logo-area .details-menu-text {
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 1;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s 0.1s, opacity 0.5s 0.1s;
  font-family: Rubik, "Noto Sans TC";
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu-logo-area .details-menu-text {
    font-size: 12px;
  }
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu-logo-area .details-menu-text {
    font-size: 8px;
  }
}
header .details-menu-container .details-menu-logo-area .details-menu-logo {
  width: 258px;
  height: 300px;
  position: absolute;
  background-image: url("../img/common/logo-l.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 129px);
  top: calc(50% - 150px);
  opacity: 0;
  transform: translateY(10%);
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu-logo-area .details-menu-logo {
    width: 180px;
    height: 210px;
    left: calc(50% - 90px);
    top: calc(50% - 105px);
  }
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu-logo-area .details-menu-logo {
    display: none;
  }
}
header .details-menu-container .details-menu {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 665px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  border-left: 0.2px dashed #d8d8d8;
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu {
    max-width: 100%;
    margin-top: 5px;
    padding-left: 0;
    border-left: none;
  }
}
header .details-menu-container .details-menu .row {
  position: relative;
  height: 80px;
  flex: 1;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.5s, opacity 0.5s;
}
header .details-menu-container .details-menu .row:not(:last-child) {
  border-bottom: 0.2px solid #d8d8d8;
}
header .details-menu-container .details-menu .row .details-menu-button {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 35px;
  padding-left: 35px;
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 1;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.4), rgba(232, 232, 232, 0.8));
  background-repeat: no-repeat;
  background-position: -700px;
  transition: background-position 0.5s;
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu .row .details-menu-button {
    border-radius: 0 6px 6px 0;
  }
}
header .details-menu-container .details-menu .row .details-menu-button::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu .row .details-menu-button::before {
    width: 10px;
    height: 10px;
  }
}
header .details-menu-container .details-menu .row .details-menu-button:hover {
  background-position: 0px;
}
@media all and (max-width: 1600px) {
  header .details-menu-container .details-menu .row .details-menu-button {
    padding-left: 15px;
    font-size: 16px;
    gap: 24px;
  }
}
@media all and (max-width: 1279px) {
  header .details-menu-container .details-menu .row .details-menu-button {
    height: 50px;
    font-size: 12px;
    background-position: 0px;
    gap: 10px;
  }
}
header .details-menu-container .details-menu .row .divider {
  width: 1px;
  height: 50px;
  border-left: 0.2px dashed #d8d8d8;
  border-left-width: 1px;
}
header .details-menu-container.active {
  max-height: 1000px;
  pointer-events: auto;
  padding-top: 25px;
}
@media all and (max-width: 1279px) {
  header .details-menu-container.active {
    padding-top: 15px;
  }
}
header .details-menu-container.active .details-menu-logo-area .details-menu-text {
  opacity: 1;
  transform: translateY(0%);
}
header .details-menu-container.active .details-menu-logo-area .details-menu-logo {
  opacity: 1;
  transform: translateY(0%);
}
header .details-menu-container.active .details-menu .row {
  opacity: 1;
  transform: translateY(0%);
}
header .details-menu-container.active .details-menu .row:nth-child(1) {
  transition-delay: 0.4s;
}
header .details-menu-container.active .details-menu .row:nth-child(2) {
  transition-delay: 0.5s;
}
header .details-menu-container.active .details-menu .row:nth-child(3) {
  transition-delay: 0.6s;
}
header .details-menu-container.active .details-menu .row:nth-child(4) {
  transition-delay: 0.7s;
}
header .details-menu-container.active .details-menu .row:nth-child(5) {
  transition-delay: 0.8s;
}

footer {
  width: 100%;
  height: auto;
  position: relative;
}
footer .container {
  padding: 50px 30px;
}
@media all and (max-width: 768px) {
  footer .container {
    padding: 20px 30px 30px 30px;
  }
}
footer .footer-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
  border-radius: 0 8px 8px 0;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
}
@media all and (max-width: 1600px) {
  footer .footer-area {
    border-radius: 0 6px 6px 0;
  }
}
footer .footer-area .footer-card {
  box-sizing: border-box;
  width: 100%;
  height: 370px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  border: 0.2px solid white;
}
@media all and (max-width: 1600px) {
  footer .footer-area .footer-card {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  footer .footer-area .footer-card {
    height: 258px;
  }
}
@media all and (max-width: 768px) {
  footer .footer-area .footer-card {
    height: 285px;
  }
}
footer .footer-area .footer-card .bg-line {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  background-image: linear-gradient(to bottom, transparent 14px, #e8e8e8 16px);
  background-size: 100% 15.4px;
  background-position: 0 0;
}
@media all and (max-width: 1600px) {
  footer .footer-area .footer-card .bg-line {
    background-image: linear-gradient(to bottom, transparent 10px, #e8e8e8 12px);
    background-size: 100% 11.4px;
  }
}
@media all and (max-width: 768px) {
  footer .footer-area .footer-card .bg-line {
    background-image: linear-gradient(to bottom, transparent 14px, #e8e8e8 16px);
    background-size: 100% 15.4px;
  }
}
footer .bottom-area {
  width: 100%;
  height: 175px;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
}
@media all and (max-width: 1600px) {
  footer .bottom-area {
    height: 122px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area {
    height: auto;
    flex-direction: column;
  }
}
footer .bottom-area .info-box {
  box-sizing: border-box;
  padding: 20px 0;
  flex: 1;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0 8px 8px 0;
  border: 0.2px solid #d8d8d8;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box {
    padding: 14px 0;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box {
    padding: 30px 15px;
    flex-direction: column;
  }
}
footer .bottom-area .info-box .text-box {
  flex: 1;
  padding: 30px 30px 0 50px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  border-right: 0.2px solid #d8d8d8;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box .text-box {
    padding: 20px 30px 0 35px;
    gap: 8px;
  }
}
@media all and (max-width: 1024px) {
  footer .bottom-area .info-box .text-box {
    padding: 10px 30px 0 35px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .text-box {
    padding: 0;
    border-right: none;
    border-bottom: 0.2px solid #d8d8d8;
    align-items: center;
    gap: 12px;
    padding-bottom: 30px;
    text-align: center;
  }
}
footer .bottom-area .info-box .text-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .text-box p {
    font-size: 10px;
  }
}
footer .bottom-area .info-box .text-box p span {
  font-family: Rubik;
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .text-box p .line {
    display: none;
  }
}
footer .bottom-area .info-box .text-box p br {
  display: none;
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .text-box p br {
    display: block;
  }
}
footer .bottom-area .info-box .text-box .logo {
  width: 109px;
  height: 20px;
  background-image: url("../img/common/logo-en.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box .text-box .logo {
    width: 76px;
    height: 14px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .text-box .logo {
    width: 66px;
    height: 12px;
  }
}
footer .bottom-area .info-box .text-box .copy-right {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  font-family: Rubik;
}
footer .bottom-area .info-box .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 50px;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box .link-box {
    padding: 0 35px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .link-box {
    padding: 30px 0 0 0;
    gap: 15px;
  }
}
footer .bottom-area .info-box .link-box .circle {
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border: 0.2px solid white;
  border-radius: 50%;
  font-size: 14px;
  color: #00b4f0;
  font-weight: 300;
  line-height: 1;
  font-family: Rubik;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .info-box .link-box .circle {
    width: 94px;
    height: 94px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .info-box .link-box .circle {
    width: 75px;
    height: 75px;
    font-size: 12px;
  }
}
footer .bottom-area .info-box .link-box .circle.blue {
  color: #00b4f0;
}
footer .bottom-area .info-box .link-box .circle.red {
  color: #dc143c;
}
footer .bottom-area .info-box .link-box .circle.green {
  color: #14b4b4;
}
footer .bottom-area .info-box .link-box .circle:hover {
  color: white;
  border-color: transparent;
}
footer .bottom-area .info-box .link-box .circle:hover.blue {
  background: #00b4f0;
}
footer .bottom-area .info-box .link-box .circle:hover.red {
  background: #dc143c;
}
footer .bottom-area .info-box .link-box .circle:hover.green {
  background: #14b4b4;
}
footer .bottom-area .top-button {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.5s;
}
@media all and (max-width: 1600px) {
  footer .bottom-area .top-button {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  footer .bottom-area .top-button {
    width: 90px;
  }
}
@media all and (max-width: 768px) {
  footer .bottom-area .top-button {
    width: 100%;
    height: 45px;
  }
}
footer .bottom-area .top-button .arrow {
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
  transition: background 0.5s;
}
@media all and (max-width: 768px) {
  footer .bottom-area .top-button .arrow {
    width: 8px;
    height: 8px;
  }
}
footer .bottom-area .top-button:hover {
  background: #dc143c;
}
footer .bottom-area .top-button:hover .arrow {
  background-image: url("../img/icons/arrow-w.svg");
}

@keyframes get-ani {
  0%, 100% {
    background: #14b4b4;
  }
  33% {
    background: #00b4f0;
  }
  66% {
    background: #dc143c;
  }
}
.get-area {
  width: 100%;
  height: 175px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  border-radius: 0 8px 8px 0;
  background: #14b4b4;
  animation: get-ani 10s infinite;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .get-area {
    border-radius: 0 6px 6px 0;
  }
}
.get-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, white, transparent);
}
@media all and (max-width: 1600px) {
  .get-area {
    height: 122px;
    gap: 24px;
  }
}
@media all and (max-width: 768px) {
  .get-area {
    height: 100px;
    gap: 14px;
  }
}
.get-area .text-box {
  font-size: 24px;
  color: white;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: Rubik;
  white-space: nowrap;
}
@media all and (max-width: 1600px) {
  .get-area .text-box {
    font-size: 16px;
  }
}
.get-area .line-box {
  flex: 1 1 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media all and (max-width: 1600px) {
  .get-area .line-box {
    gap: 21px;
  }
}
@media all and (max-width: 768px) {
  .get-area .line-box {
    gap: 10px;
  }
}
.get-area .line-box .line {
  width: 100%;
  height: 1px;
  background-color: white;
}
.get-area .line-box .line.short {
  width: 34%;
}
.get-area .line-box .arrow {
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: scaleX(-1);
}
@media all and (max-width: 768px) {
  .get-area .line-box .arrow {
    width: 8px;
    height: 8px;
  }
}

.logo-text-box {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.logo-text-box .title {
  padding-left: 0.24em;
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.24em;
  font-family: Rubik;
  text-align: center;
}
.logo-text-box .title br {
  display: none;
}
@media all and (max-width: 1600px) {
  .logo-text-box .title {
    font-size: 35px;
  }
}
@media all and (max-width: 768px) {
  .logo-text-box .title {
    font-size: 18px;
    line-height: 30px;
  }
  .logo-text-box .title br {
    display: block;
  }
}
.logo-text-box .slogan {
  margin: 46px 0 4px 0;
  font-size: 24px;
  color: black;
  font-weight: 300;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 63px;
}
@media all and (max-width: 1600px) {
  .logo-text-box .slogan {
    margin: 36px 0 10px 0;
    font-size: 17px;
    gap: 48px;
  }
}
@media all and (max-width: 768px) {
  .logo-text-box .slogan {
    margin: 0 0 8px 0;
    flex-direction: column;
    gap: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.logo-text-box .slogan .text-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 63px;
}
@media all and (max-width: 1600px) {
  .logo-text-box .slogan .text-group {
    gap: 48px;
  }
}
@media all and (max-width: 768px) {
  .logo-text-box .slogan .text-group {
    gap: 18px;
  }
}
.logo-text-box .slogan .dot-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 63px;
}
@media all and (max-width: 1600px) {
  .logo-text-box .slogan .dot-group {
    gap: 25px;
  }
}
@media all and (max-width: 768px) {
  .logo-text-box .slogan .dot-group {
    padding: 14px 1px 14px 0;
    order: -1;
    gap: 24px;
  }
}
.logo-text-box .slogan .dot {
  display: inline-block;
  width: 9px;
  height: 6px;
  border-radius: 0 4px 4px 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #00b4f0);
}
.logo-text-box .slogan .dot.red {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #dc143c);
}
.logo-text-box .slogan .dot.green {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #14b4b4);
}
@media all and (max-width: 768px) {
  .logo-text-box .slogan .dot {
    width: 6px;
    height: 4px;
  }
}

.key-visual {
  box-sizing: border-box;
  padding: 50px 0;
}
@media all and (max-width: 1600px) {
  .key-visual {
    padding: 30px 0 94px 0;
  }
}
@media all and (max-width: 768px) {
  .key-visual {
    min-height: 500px;
    padding: 20px 0 30px 0;
  }
}
.key-visual .controller-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 110;
}
@media all and (max-width: 768px) {
  .key-visual .controller-area {
    align-items: flex-start;
  }
}
.key-visual .controller-area .swiper-pagination {
  width: 300px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 1600px) {
  .key-visual .controller-area .swiper-pagination {
    width: 286px;
  }
}
@media all and (max-width: 1024px) {
  .key-visual .controller-area .swiper-pagination {
    width: 226px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .controller-area .swiper-pagination {
    width: 100%;
    flex: 1;
    top: 0;
  }
}
.key-visual .controller-area .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0.2px solid #d8d8d8;
  opacity: 1;
  background: #f5f5f5;
  cursor: pointer;
}
.key-visual .controller-area .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: rgba(0, 0, 0, 0.8);
}
.key-visual .controller-area .swiper-button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
@media all and (max-width: 768px) {
  .key-visual .controller-area .swiper-button-group {
    flex: 0;
    gap: 10px;
  }
}
.key-visual .kv-text-area {
  position: absolute;
  top: calc(50% - 180px);
  left: 48px;
  z-index: 100;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .key-visual .kv-text-area {
    top: calc(50% - 100px);
    left: 48px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .kv-text-area {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}
.key-visual .kv-text-area .title {
  font-size: 40px;
  color: black;
  font-weight: 400;
  line-height: 102px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
  .key-visual .kv-text-area .title {
    margin-top: 5px;
    font-size: 18px;
    line-height: 50px;
  }
}
.key-visual .kv-text-area .slogan {
  position: relative;
  font-size: 40px;
  color: black;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0.1em;
  white-space: break-spaces;
  font-family: Rubik, "Noto Sans TC";
}
@media all and (max-width: 1600px) {
  .key-visual .kv-text-area .slogan {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 1279px) {
  .key-visual .kv-text-area .slogan {
    font-size: 28px;
    line-height: 35px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .kv-text-area .slogan {
    font-size: 18px;
    line-height: 20px;
    white-space: normal;
  }
}
.key-visual .kv-text-area .slogan::before, .key-visual .kv-text-area .slogan::after {
  content: "";
  width: 0.075em;
  height: 0.25em;
  position: absolute;
  top: 0.2em;
  border-radius: 2px;
}
.key-visual .kv-text-area .slogan.slogan-1 {
  color: #00b4f0;
}
.key-visual .kv-text-area .slogan.slogan-1::before {
  left: -0.45em;
  background: #00b4f0;
  box-shadow: 0.175em 0 0 #00b4f0;
}
@media all and (max-width: 768px) {
  .key-visual .kv-text-area .slogan.slogan-1 {
    display: inline-block;
    margin-left: 0.5em;
  }
}
.key-visual .kv-text-area .slogan.slogan-2 {
  display: inline-block;
  color: #14b4b4;
}
.key-visual .kv-text-area .slogan.slogan-2::after {
  content: "";
  right: -0.15em;
  background: #14b4b4;
  box-shadow: 0.175em 0 0 #14b4b4;
}
.key-visual .kv-text-area p {
  width: 450px;
  margin-top: 35px;
  padding: 13px 14px 0 0;
  font-size: 22px;
  color: black;
  font-weight: 300;
  line-height: 36px;
  background-color: #f5f5f5;
}
@media all and (max-width: 1600px) {
  .key-visual .kv-text-area p {
    width: 400px;
    margin-top: 24px;
    padding: 16px 16px 16px 0;
    font-size: 18px;
    line-height: 27px;
  }
}
@media all and (max-width: 1279px) {
  .key-visual .kv-text-area p {
    width: 370px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 1024px) {
  .key-visual .kv-text-area p {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .kv-text-area p {
    width: auto;
    margin-top: 0;
    padding: 13px 0 0 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.key-visual .kv-swiper-area {
  width: 100%;
  height: calc(100vh - 300px);
  position: relative;
  max-height: 780px;
  min-height: 500px;
  margin-top: -50px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .key-visual .kv-swiper-area {
    max-height: 516px;
  }
}
@media all and (max-width: 1279px) {
  .key-visual .kv-swiper-area {
    height: 400px;
    min-height: 400px;
  }
}
@media all and (max-width: 1024px) {
  .key-visual .kv-swiper-area {
    height: 360px;
    min-height: 360px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .kv-swiper-area {
    height: 201px;
    min-height: 201px;
    margin: 15px 0 20px 0;
    border-radius: 0 6px 6px 0;
  }
}
.key-visual .kv-swiper-area .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.key-visual .kv-swiper-area .swiper-slide .slide-img {
  width: calc(100% - 500px);
  height: 100%;
  position: relative;
  max-width: 1220px;
  margin: 0 100px 0 400px;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1600px) {
  .key-visual .kv-swiper-area .swiper-slide .slide-img {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .key-visual .kv-swiper-area .swiper-slide .slide-img {
    width: calc(100% - 450px);
    margin: 0 82px 0 368px;
  }
}
@media all and (max-width: 1024px) {
  .key-visual .kv-swiper-area .swiper-slide .slide-img {
    width: calc(100% - 350px);
    margin: 0 82px 0 288px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .kv-swiper-area .swiper-slide .slide-img {
    width: 100%;
    margin: 0;
  }
}
.key-visual .explore-area {
  position: relative;
  margin-top: -34px;
  z-index: 105;
}
@media all and (max-width: 1024px) {
  .key-visual .explore-area {
    margin-top: -12px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .explore-area {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
.key-visual .explore-area .left-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
  line-height: 34px;
  left: 100px;
  bottom: 6px;
  font-family: Rubik, "Noto Sans TC";
}
@media all and (max-width: 1024px) {
  .key-visual .explore-area .left-text {
    font-size: 10px;
    line-height: 12px;
  }
}
@media all and (max-width: 768px) {
  .key-visual .explore-area .left-text {
    font-size: 8px;
    line-height: 10px;
  }
}
.key-visual .explore-area .explore-button-v {
  right: -50px;
  bottom: 50px;
}
@media all and (max-width: 768px) {
  .key-visual .explore-area .explore-button-v {
    right: 0;
    bottom: 0;
  }
}

.section-about > .container {
  padding: 25px 30px 50px 30px;
}
@media all and (max-width: 1600px) {
  .section-about > .container {
    padding: 16px 30px 148px 30px;
  }
}
@media all and (max-width: 768px) {
  .section-about > .container {
    padding: 20px 30px;
  }
}
.section-about .about-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .section-about .about-area {
    flex-direction: column;
    gap: 30px;
  }
}
.section-about .about-area .about-box {
  position: relative;
  width: 100%;
  max-width: 850px;
  box-sizing: border-box;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 510px 130px;
  gap: 10px;
  border-radius: 0 8px 8px 0;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box {
    grid-template-rows: 315px 80px;
    padding: 9px;
    gap: 6px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box {
    grid-template-rows: 332px 80px;
    padding: 15px;
    gap: 15px;
  }
}
@media all and (max-width: 480px) {
  .section-about .about-area .about-box {
    grid-template-columns: 1fr 205px;
  }
}
.section-about .about-area .about-box .about-box-card {
  position: relative;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .about-box-card {
    border-radius: 0 6px 6px 0;
  }
}
.section-about .about-area .about-box .img-area {
  grid-column: 1/3;
  grid-row: 1/2;
}
.section-about .about-area .about-box .explore-button {
  grid-column: 2/3;
  grid-row: 2/3;
  font-family: Rubik;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .explore-button {
    padding: 12px 28px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .explore-button {
    padding: 15px 25px;
    font-size: 12px;
    color: white;
  }
  .section-about .about-area .about-box .explore-button::before, .section-about .about-area .about-box .explore-button::after {
    width: 8px;
    height: 8px;
  }
  .section-about .about-area .about-box .explore-button::before {
    opacity: 0;
    transform: translateX(300%) scaleX(-1);
  }
  .section-about .about-area .about-box .explore-button::after {
    opacity: 1;
    transform: translateX(0%) scaleX(-1);
  }
  .section-about .about-area .about-box .explore-button.em {
    background: #00b4f0;
  }
  .section-about .about-area .about-box .explore-button.stock {
    background: #14b4b4;
  }
}
.section-about .about-area .about-box .explore-button.em:hover {
  background: #00b4f0;
}
.section-about .about-area .about-box .explore-button.stock:hover {
  background: #14b4b4;
}
.section-about .about-area .about-box .bg-line {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  background-image: linear-gradient(to bottom, transparent 14px, #e8e8e8 15px);
  background-size: 100% 15px;
  background-position: 0 0;
  transition: opacity 0.5s;
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .bg-line {
    display: none;
  }
}
.section-about .about-area .about-box .text {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 1;
  top: 22px;
  font-family: Rubik;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .text {
    top: 18px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .text {
    font-size: 12px;
    top: 15px;
  }
}
.section-about .about-area .about-box .about-logo {
  top: 169px;
  filter: brightness(0);
  transition: filter 0.5s;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .about-logo {
    top: 90px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .about-logo {
    top: 103px;
    filter: brightness(1);
  }
}
.section-about .about-area .about-box .about-logo.em {
  width: 141px;
  height: 222px;
  position: absolute;
  background-image: url("../img/about/em-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 71px);
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .about-logo.em {
    width: 110px;
    height: 154px;
    left: calc(50% - 55px);
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .about-logo.em {
    width: 80px;
    height: 126px;
    left: calc(50% - 40px);
  }
}
.section-about .about-area .about-box .about-logo.stock {
  width: 223px;
  height: 222px;
  position: absolute;
  background-image: url("../img/about/stock-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 112px);
}
@media all and (max-width: 1600px) {
  .section-about .about-area .about-box .about-logo.stock {
    width: 180px;
    height: 173px;
    left: calc(50% - 90px);
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .about-box .about-logo.stock {
    width: 132px;
    height: 126px;
    left: calc(50% - 66px);
  }
}
.section-about .about-area .about-box.active .about-box-card {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
}
.section-about .about-area .about-box.active .bg-line {
  opacity: 0;
}
.section-about .about-area .about-box.active .about-logo {
  filter: brightness(1);
}
.section-about .about-area .about-box:hover .bg-line {
  opacity: 0;
}
.section-about .about-area .about-box:hover .about-logo {
  filter: brightness(1);
}
.section-about .about-area .about-box:hover .explore-button {
  color: white;
}
.section-about .about-area .about-box:hover .explore-button::before {
  opacity: 0;
  transform: translateX(300%) scaleX(-1);
}
.section-about .about-area .about-box:hover .explore-button::after {
  opacity: 1;
  transform: translateX(0%) scaleX(-1);
}
.section-about .about-area .about-box:hover .explore-button.em {
  background: #00b4f0;
}
.section-about .about-area .about-box:hover .explore-button.stock {
  background: #14b4b4;
}
.section-about .about-area .details-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 20px;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .section-about .about-area .details-area {
    flex-direction: column;
    gap: 30px;
  }
}
.section-about .about-area .details-area .about-details {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 850px;
  padding: 85px 100px;
  background-color: white;
  border-radius: 0 8px 8px 0;
  text-align: justify;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details {
    padding: 40px 56px 40px 56px;
  }
}
@media all and (max-width: 1279px) {
  .section-about .about-area .details-area .about-details {
    padding: 20px 40px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .details-area .about-details {
    height: 457px;
    padding: 60px 25px 25px 25px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
.section-about .about-area .details-area .about-details.active {
  opacity: 1;
  pointer-events: auto;
}
.section-about .about-area .details-area .about-details .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: black;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details .title {
    font-size: 24px;
  }
}
@media all and (max-width: 1279px) {
  .section-about .about-area .details-area .about-details .title {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .details-area .about-details .title {
    font-size: 18px;
  }
}
.section-about .about-area .details-area .about-details .title::before, .section-about .about-area .details-area .about-details .title::after {
  content: "";
  width: 0.067em;
  height: 0.2em;
  position: absolute;
  top: calc(50% - 0.4em);
  border-radius: 1px;
  background: black;
  box-shadow: 0.133em 0 0 black;
}
.section-about .about-area .details-area .about-details .title::before {
  left: -0.467em;
}
.section-about .about-area .details-area .about-details .title::after {
  right: -0.2em;
}
.section-about .about-area .details-area .about-details .slash {
  width: 20px;
  height: 40px;
  position: relative;
  margin: 31px 0 49px 0;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details .slash {
    width: 14px;
    height: 28px;
    margin: 6px 0 14px 0;
  }
}
@media all and (max-width: 1279px) {
  .section-about .about-area .details-area .about-details .slash {
    margin: 0 0 10px 0;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .details-area .about-details .slash {
    width: 10px;
    height: 20px;
  }
}
.section-about .about-area .details-area .about-details .slash::before {
  content: "";
  width: 2px;
  height: 46px;
  position: absolute;
  background: black;
  border-radius: 1px;
  transform: translate(10px, -3px) rotate(26deg);
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details .slash::before {
    width: 1px;
    height: 26px;
    transform: translate(7px, 2px) rotate(26deg);
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .details-area .about-details .slash::before {
    width: 1px;
    height: 22px;
    transform: translate(5px, -1px) rotate(26deg);
  }
}
.section-about .about-area .details-area .about-details p {
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 40px;
}
@media all and (max-width: 1600px) {
  .section-about .about-area .details-area .about-details p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 768px) {
  .section-about .about-area .details-area .about-details p {
    font-size: 12px;
    line-height: 22px;
  }
}
.section-about .about-area .details-area .about-details p a {
  color: #00b4f0;
  text-decoration: underline;
}
.section-about .about-area .details-area .about-details .close-button {
  top: 30px;
  right: 30px;
}

.section-economy .economy-empowerment-area {
  width: 100%;
  height: 755px;
  position: relative;
  background-image: url("../img/economy/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px 1080px;
  margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area {
    height: 584px;
    background-size: 1440px 810px;
  }
}
@media all and (max-width: 1279px) {
  .section-economy .economy-empowerment-area {
    width: 1280px;
    left: calc(50% - 640px);
    margin-bottom: 0;
    transform-origin: center top;
    transform: scale(0.8);
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area {
    width: 100%;
    height: 1173px;
    left: unset;
    transform: none;
    background-image: url("../img/economy/bg-mob.png");
    background-position: center;
    background-size: cover;
  }
}
.section-economy .economy-empowerment-area .container {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../img/economy/bg2.png");
  background-repeat: no-repeat;
  background-position: center 51%;
  background-size: 1016px 481px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 342px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .container {
    justify-content: space-between;
    gap: 0;
    background-size: 705px 331px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .container {
    flex-direction: column;
    background-image: url("../img/economy/bg2-mob.png");
    background-size: 315px 654px;
  }
}
.section-economy .economy-empowerment-area .economy-box {
  box-sizing: border-box;
  width: 689px;
  height: 425px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  gap: 8px;
  padding: 40px 0;
  padding-right: 110px;
}
.section-economy .economy-empowerment-area .economy-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/economy/bg-line.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1780px) {
  .section-economy .economy-empowerment-area .economy-box::before {
    left: calc(10vw - 178px);
  }
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box::before {
    left: unset;
  }
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box {
    width: 481px;
    height: 297px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box {
    width: 280px;
    height: 456px;
    padding: 20px 20px 56px 20px;
    flex-direction: row;
  }
  .section-economy .economy-empowerment-area .economy-box::before {
    background-image: url("../img/economy/bg-line-mob.png");
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
  color: #dc143c;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  border: 0.2px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.5s, background 0.5s;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle {
    width: 98px;
    height: 98px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 23px;
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle:hover {
  color: #e8e8e8;
  background: #dc143c;
  border-color: transparent;
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big {
  width: 220px;
  height: 220px;
  font-size: 22px;
  color: #00b4f0;
  font-weight: 400;
  line-height: 30px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big {
    width: 154px;
    height: 154px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big {
    width: 146px;
    height: 146px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big::before, .section-economy .economy-empowerment-area .economy-box .economy-circle.big::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #00b4f0;
  left: calc(50% - 2px);
  transition: background-color 0.5s;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big::before, .section-economy .economy-empowerment-area .economy-box .economy-circle.big::after {
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big::before, .section-economy .economy-empowerment-area .economy-box .economy-circle.big::after {
    top: calc(50% - 1px);
    left: unset;
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big::before {
  top: 29px;
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big::before {
    top: unset;
    left: 20px;
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big::after {
  bottom: 29px;
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box .economy-circle.big::after {
    bottom: unset;
    right: 20px;
  }
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big:hover {
  color: white;
  background: #00b4f0;
}
.section-economy .economy-empowerment-area .economy-box .economy-circle.big:hover::before, .section-economy .economy-empowerment-area .economy-box .economy-circle.big:hover::after {
  background-color: white;
}
.section-economy .economy-empowerment-area .economy-box-2 {
  padding-right: 32px;
}
.section-economy .economy-empowerment-area .economy-box-2::before {
  transform: scaleX(-1);
}
@media all and (max-width: 1780px) {
  .section-economy .economy-empowerment-area .economy-box-2::before {
    left: unset;
    right: calc(10vw - 178px);
  }
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box-2::before {
    right: unset;
  }
}
@media all and (max-width: 1600px) {
  .section-economy .economy-empowerment-area .economy-box-2 {
    padding-right: 24px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-empowerment-area .economy-box-2 {
    padding: 0 20px 16px 20px;
  }
  .section-economy .economy-empowerment-area .economy-box-2::before {
    transform: scaleY(-1);
  }
}
.section-economy .economy-empowerment-area .economy-box-2 .economy-circle.big {
  color: #14b4b4;
}
.section-economy .economy-empowerment-area .economy-box-2 .economy-circle.big::before, .section-economy .economy-empowerment-area .economy-box-2 .economy-circle.big::after {
  background-color: #14b4b4;
}
.section-economy .economy-empowerment-area .economy-box-2 .economy-circle.big:hover {
  background: #14b4b4;
}
.section-economy .economy-cooperate-area {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.section-economy .economy-cooperate-area .container {
  max-width: 1780px;
  padding: 50px 30px 111px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container {
    max-width: 1260px;
    padding: 16px 30px 50px 30px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-cooperate-area .container {
    padding: 20px 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box {
  box-sizing: border-box;
  height: 655px;
  padding: 15px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box {
    height: 457px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box {
    width: 590px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box {
    height: auto;
    max-width: 315px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box {
  width: 100%;
  height: 130px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 15px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box {
    height: 90px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box {
    height: 60px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .title {
  box-sizing: border-box;
  font-size: 22px;
  color: black;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  padding-left: 30px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .title br {
  display: none;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .title {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .title {
    padding-left: 15px;
    font-size: 12px;
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .title br {
    display: block;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .label {
  position: relative;
  font-family: Rubik;
  font-weight: 400;
  margin-top: 4px;
  margin-right: 50px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .label {
    margin-right: 33px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .label::after {
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  right: -24px;
  background-image: linear-gradient(to bottom, black, #666666);
  border-radius: 2px;
  transform: rotate(20deg);
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .label::after {
    width: 1px;
    height: 15px;
    position: absolute;
    right: -15px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button {
  width: 280px;
  padding: 15px 30px;
  font-size: 14px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button {
    width: 195px;
    padding: 15px 21px;
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::before, .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::after {
    width: 9px;
    height: 9px;
    bottom: 15px;
    right: 21px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button {
    color: white;
    background: #00b4f0;
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::before {
    opacity: 0;
    transform: translateX(300%) scaleX(-1);
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::after {
    opacity: 1;
    transform: translateX(0%) scaleX(-1);
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button br {
  display: none;
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button {
    width: 90px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::before, .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button::after {
    width: 8px;
    height: 8px;
    right: 15px;
    bottom: 15px;
  }
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button br {
    display: block;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .title-box .explore-button:hover {
  background: #00b4f0;
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box {
  width: 100%;
  height: 310px;
  position: relative;
  max-width: 820px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box {
    height: 216px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box {
    height: 220px;
    min-width: 285px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box.cooperate-content-1 {
  background-image: url("../img/economy/cooperate-content-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box.cooperate-content-1 {
    background-image: url("../img/economy/cooperate-content-1-mob.png");
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box.cooperate-content-2 {
  background-image: url("../img/economy/cooperate-content-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .img-box.cooperate-content-2 {
    background-image: url("../img/economy/cooperate-content-2-mob.png");
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box {
  width: 100%;
  height: auto;
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 20px;
  color: black;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.09em;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box {
    font-size: 16px;
  }
}
@media all and (max-width: 1279px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box {
    min-height: 115px;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.mark {
  margin-top: 6px;
  font-size: 16px;
  line-height: 26px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.mark {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.mark {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 16px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.text {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
@media all and (max-width: 1600px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p.text {
    font-size: 10px;
    line-height: 16px;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p br.mob {
  display: none;
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box .text-box p br.mob {
    display: block;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box:hover .explore-button {
  color: white;
  background: #00b4f0;
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box:hover .explore-button::before {
  opacity: 0;
  transform: translateX(300%) scaleX(-1);
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box:hover .explore-button::after {
  opacity: 1;
  transform: translateX(0%) scaleX(-1);
}
@media all and (max-width: 768px) {
  .section-economy .economy-cooperate-area .container .economy-cooperate-box.green .explore-button {
    background: #14b4b4;
  }
}
.section-economy .economy-cooperate-area .container .economy-cooperate-box.green:hover .explore-button {
  background: #14b4b4;
}

.section-news > .container {
  padding: 50px 130px 94px 130px;
}
@media all and (max-width: 1600px) {
  .section-news > .container {
    padding: 16px 112px 50px 112px;
  }
}
@media all and (max-width: 768px) {
  .section-news > .container {
    padding: 20px 30px 30px 30px;
    max-width: 375px;
  }
}
.section-news > .container.news-list::after {
  content: "";
  width: 100%;
  height: 175px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245));
  z-index: 1;
}
@media all and (max-width: 768px) {
  .section-news > .container.news-list::after {
    height: 60px;
  }
}
.section-news .news-list-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1520px;
  margin: auto;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .section-news .news-list-area {
    max-width: 405px;
  }
}
.section-news .news-list-area.list-page {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.section-news .news-list-area .swiper-wrapper {
  height: 655px;
}
@media all and (max-width: 1600px) {
  .section-news .news-list-area .swiper-wrapper {
    height: 474px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-list-area .swiper-wrapper {
    height: 397px;
  }
}
.section-news .news-box {
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .section-news .news-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-news .news-box {
    height: 150px;
    padding: 12px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box {
    height: auto;
    padding: 15px;
    gap: 15px;
    flex-direction: column;
  }
}
.section-news .news-box .news-box-coming {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16pxpx;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-coming {
    min-height: 126px;
  }
}
.section-news .news-box .news-box-img-area {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-img-area {
    border-radius: 0 6px 6px 0;
  }
}
.section-news .news-box .news-box-img-area img {
  display: block;
  margin: auto;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-img-area img {
    width: 210px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-img-area img {
    width: 100%;
    height: auto;
  }
}
.section-news .news-box .news-box-text-area {
  box-sizing: border-box;
  flex: 1;
  padding: 26px 30px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  border: 0.2px solid white;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-text-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-text-area {
    padding: 21px 19px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-text-area {
    padding: 12px 20px 16px 20px;
  }
}
.section-news .news-box .news-box-text-area .title {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-text-area .title {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-text-area .title {
    align-items: flex-start;
    margin-bottom: 46px;
    font-size: 16px;
  }
}
.section-news .news-box .news-box-text-area .title .number {
  font-size: 14px;
  color: #bebebe;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Rubik;
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-text-area .title .number {
    font-size: 10px;
    line-height: 20px;
  }
}
.section-news .news-box .news-box-text-area .title::after {
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  top: 38px;
  left: 4px;
  background: #bebebe;
  border-radius: 2px;
  transform: rotate(20deg);
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-text-area .title::after {
    width: 2px;
    height: 18px;
    position: absolute;
    top: 30px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-text-area .title::after {
    width: 2px;
    height: 22px;
    position: absolute;
    top: 38px;
  }
}
.section-news .news-box .news-box-text-area .text {
  font-size: 16px;
  color: black;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-text-area .text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-text-area .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-news .news-box .news-box-button-area {
  min-width: 280px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
@media all and (max-width: 1600px) {
  .section-news .news-box .news-box-button-area {
    gap: 12px;
  }
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-button-area {
    min-width: 200px;
  }
}
.section-news .news-box .news-box-button-area .explore-button {
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 14px;
  flex: 1 1 80px;
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-button-area .explore-button {
    padding: 15px 20px;
    flex: 1 1 60px;
    color: white;
    background: #dc143c;
  }
  .section-news .news-box .news-box-button-area .explore-button::before {
    opacity: 0;
    transform: translateX(300%) scaleX(-1);
  }
  .section-news .news-box .news-box-button-area .explore-button::after {
    opacity: 1;
    transform: translateX(0%) scaleX(-1);
  }
  .section-news .news-box .news-box-button-area .explore-button::before, .section-news .news-box .news-box-button-area .explore-button::after {
    right: 20px;
    bottom: 15px;
  }
}
.section-news .news-box .news-box-button-area .explore-button:hover {
  background: #dc143c;
}
.section-news .news-box .news-box-button-area .label-box {
  box-sizing: border-box;
  padding: 15px 20px;
  flex: 1 1 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 1;
  font-family: Rubik;
  border-radius: 8px;
  border: 0.2px solid #d8d8d8;
}
@media all and (max-width: 768px) {
  .section-news .news-box .news-box-button-area .label-box {
    display: none;
  }
}
.section-news .news-box:hover .explore-button {
  color: white;
  background: #dc143c;
}
.section-news .news-box:hover .explore-button::before {
  opacity: 0;
  transform: translateX(300%) scaleX(-1);
}
.section-news .news-box:hover .explore-button::after {
  opacity: 1;
  transform: translateX(0%) scaleX(-1);
}
@media all and (max-width: 1600px) {
  .section-news .no-data .news-box {
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .section-news .controller-area {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 15px;
  }
}
.section-news .explore-button-v {
  right: -20px;
  bottom: 144px;
}
.section-news .explore-button-v::before {
  transform: rotate(135deg);
}
.section-news .explore-button-v::after {
  transform: rotate(135deg) translateX(100%);
}
.section-news .explore-button-v:hover::before {
  transform: rotate(135deg) translateX(-100%);
}
.section-news .explore-button-v:hover::after {
  transform: rotate(135deg) translateX(0%);
}
@media all and (max-width: 1600px) {
  .section-news .explore-button-v {
    bottom: 97px;
    width: 144px;
  }
}
@media all and (max-width: 768px) {
  .section-news .explore-button-v {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 195px;
    justify-content: center;
  }
  .section-news .explore-button-v::before {
    transform: rotate(225deg);
  }
  .section-news .explore-button-v::after {
    transform: rotate(225deg) translateX(100%);
  }
  .section-news .explore-button-v:hover::before {
    transform: rotate(225deg) translateX(-100%);
  }
  .section-news .explore-button-v:hover::after {
    transform: rotate(225deg) translateX(0%);
  }
}
.section-news .swiper-button {
  position: absolute;
}
@media all and (max-width: 768px) {
  .section-news .swiper-button {
    position: relative;
  }
}
.section-news .swiper-button.prev-button {
  left: 30px;
  top: 50px;
}
@media all and (max-width: 1600px) {
  .section-news .swiper-button.prev-button {
    top: 16px;
  }
}
@media all and (max-width: 768px) {
  .section-news .swiper-button.prev-button {
    left: 0;
    top: 0;
  }
}
.section-news .swiper-button.next-button {
  right: 30px;
  top: 50px;
}
@media all and (max-width: 1600px) {
  .section-news .swiper-button.next-button {
    top: 16px;
  }
}
@media all and (max-width: 768px) {
  .section-news .swiper-button.next-button {
    right: 0;
    top: 0;
  }
}
.section-news .controller-area.no-data {
  opacity: 0.5;
  pointer-events: none;
}

.section-empowerment {
  width: 100%;
  height: auto;
  position: relative;
}
.section-empowerment .empowerment-model-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 30px 75px 30px;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area {
    padding: 40px 30px 104px 30px;
  }
}
@media all and (max-width: 1279px) {
  .section-empowerment .empowerment-model-area {
    width: 1280px;
    left: calc(50% - 640px);
    padding: 40px 30px 24px 30px;
    transform-origin: center top;
    transform: scale(0.8);
  }
}
@media all and (max-width: 1024px) {
  .section-empowerment .empowerment-model-area {
    width: 100%;
    left: unset;
    padding: 40px 30px 104px 30px;
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area {
    padding: 20px 30px 30px 30px;
    width: 375px;
    margin: auto;
    overflow: hidden;
  }
}
.section-empowerment .empowerment-model-area .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
.section-empowerment .empowerment-model-area .empowerment-model-box {
  width: 100%;
  height: 630px;
  position: relative;
  max-width: 490px;
  margin: auto;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  border-radius: 300px;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box {
    width: 342px;
    height: 440px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box {
    width: 315px;
    height: 392px;
    cursor: auto;
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .bg-ball {
  width: 490px;
  height: 490px;
  position: absolute;
  top: 0;
  left: calc(50% - 245px);
  z-index: 1;
  transition: transform 0.5s;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .bg-ball {
    width: 342px;
    height: 342px;
    left: calc(50% - 171px);
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .bg-ball {
    width: 315px;
    height: 315px;
    left: calc(50% - 158px);
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .text-box {
  width: 100%;
  height: auto;
  position: absolute;
  padding-top: 82px;
  font-size: 20px;
  color: #00b4f0;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .text-box {
    padding-top: 57px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .text-box {
    padding-top: 46px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .text-box::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50px;
  left: calc(50% - 4px);
  border-radius: 50%;
  background-color: #00b4f0;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .text-box::before {
    width: 6px;
    height: 6px;
    top: 35px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .text-box::before {
    width: 4px;
    height: 4px;
    top: 22px;
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .circle {
  width: 420px;
  height: 420px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 210px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 3;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle {
    width: 293px;
    height: 293px;
    left: calc(50% - 147px);
    bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle {
    width: 275px;
    height: 275px;
    left: calc(50% - 138px);
    bottom: 20px;
    transform: scale(1);
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .circle .text {
  padding-left: 0.1em;
  font-size: 30px;
  color: #00b4f0;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle .text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle .text {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .circle .tips {
  position: absolute;
  top: 270px;
  padding-left: 0.1em;
  font-size: 14px;
  color: #bebebe;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  opacity: 0;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle .tips {
    top: 182px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box .circle .tips {
    display: none;
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box .circle .tips::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  top: 48px;
  background-image: url("../img/icons/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(-90deg);
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue .bg-ball {
  background-image: url("../img/empowerment/model-ball-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue .text-box {
  color: #00b4f0;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue .text-box::before {
  background-color: #00b4f0;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue .circle {
  background-image: url("../img/empowerment/model-circle-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue .circle .text {
  color: #00b4f0;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue.active .tips {
  color: #00b4f0;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.blue.active .tips::before {
  background-image: url("../img/icons/arrow-blue.svg");
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red .bg-ball {
  background-image: url("../img/empowerment/model-ball-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red .text-box {
  color: #dc143c;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red .text-box::before {
  background-color: #dc143c;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red .circle {
  background-image: url("../img/empowerment/model-circle-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red .circle .text {
  color: #dc143c;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red.active .tips {
  color: #dc143c;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.red.active .tips::before {
  background-image: url("../img/icons/arrow-red.svg");
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green .bg-ball {
  background-image: url("../img/empowerment/model-ball-green.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green .text-box {
  color: #14b4b4;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green .text-box::before {
  background-color: #14b4b4;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green .circle {
  background-image: url("../img/empowerment/model-circle-green.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green .circle .text {
  color: #14b4b4;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green.active .tips {
  color: #14b4b4;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.green.active .tips::before {
  background-image: url("../img/icons/arrow-green.svg");
}
.section-empowerment .empowerment-model-area .empowerment-model-box.active .bg-ball {
  transform: translateY(140px);
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box.active .bg-ball {
    transform: translateY(98px);
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .empowerment-model-box.active .bg-ball {
    transform: translateY(77px);
  }
}
.section-empowerment .empowerment-model-area .empowerment-model-box.active .text-box {
  transform: translateY(0%);
  opacity: 1;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.active .circle .tips {
  opacity: 1;
  transition: opacity 1s 0.2s, color 1s 1s;
}
.section-empowerment .empowerment-model-area .empowerment-model-box.active .circle .tips::before {
  transition: background-image 1s 1s;
}
.section-empowerment .empowerment-model-area .controller-area {
  display: none;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-model-area .controller-area {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 20px;
  }
}
.section-empowerment .empowerment-resource-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0 100px 0;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area {
    padding: 40px 0 80px 0;
  }
}
@media all and (max-width: 1024px) {
  .section-empowerment .empowerment-resource-area {
    width: 1024px;
    left: calc(50% - 512px);
    padding: 40px 0 0 0;
    transform-origin: center top;
    transform: scale(0.8);
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area {
    padding: 20px 0 30px 0;
    width: 100%;
    left: unset;
    padding: 40px 0 80px 0;
    transform: none;
  }
}
.section-empowerment .empowerment-resource-area .container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .container {
    gap: 8px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .container {
    gap: 20px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box {
  box-sizing: border-box;
  width: 100%;
  height: 205px;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box {
    height: 143px;
    padding: 10px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box {
    height: auto;
    padding: 15px;
    max-width: 315px;
    margin: auto;
    flex-direction: column;
    gap: 15px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 190px);
  height: 100%;
  min-height: 80px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.5));
  border: 0.2px solid white;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box {
    width: calc(100% - 40px);
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .line {
  position: absolute;
  width: calc(100% - 475px - 190px);
  height: 1px;
  left: 475px;
  top: 50%;
  transition: opacity 0.5s;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .line {
    width: calc(100% - 331px - 190px);
    left: 331px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .line::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  border: 50%;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .line {
    display: none;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url("../img/icons/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: calc(50% - 6px);
  right: -101px;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .bg-box .arrow {
    display: none;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area {
  position: relative;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0 8px 8px 0;
  transition: 0.5s;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area {
    flex: 1 1 80px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area .title {
  width: 475px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  color: inherit;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area .title {
    width: 331px;
    font-size: 18px;
  }
}
@media all and (max-width: 1279px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area .title {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .title-area .title {
    width: 100%;
    font-size: 18px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  flex: 1;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  flex: 1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border-radius: 8px;
  border: 0.2px solid white;
  transform: translateX(-100%);
  opacity: 0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card::before {
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card {
    gap: 14px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card {
    height: 160px;
    flex: 1 1 40%;
    gap: 8px;
    transform: none;
    opacity: 1;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .text {
  font-size: 16px;
  color: #00b4f0;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .icon img {
  width: 26px;
  height: 26px;
}
@media all and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .icon img {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box .content-area .content-card .icon img {
    width: 20px;
    height: 20px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .bg-box .line {
  background-color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .bg-box .line::before {
  background-color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .title-area {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, rgba(0, 180, 240, 0.5));
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .title-area .title {
  color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card {
  color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card::before {
  background-color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(1) {
  transition-delay: 0.4s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(2) {
  transition-delay: 0.5s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(3) {
  transition-delay: 0.6s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(4) {
  transition-delay: 0.7s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(5) {
  transition-delay: 0.8s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card:nth-child(6) {
  transition-delay: 0.9s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.blue .content-area .content-card .text {
  color: #00b4f0;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .bg-box .line {
  background-color: #dc143c;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .bg-box .line::before {
  background-color: #dc143c;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .title-area {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, rgba(220, 20, 60, 0.5));
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .title-area .title {
  color: #dc143c;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card {
  color: #dc143c;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card::before {
  background-color: #dc143c;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(1) {
  transition-delay: 0.4s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(2) {
  transition-delay: 0.5s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(3) {
  transition-delay: 0.6s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(4) {
  transition-delay: 0.7s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(5) {
  transition-delay: 0.8s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card:nth-child(6) {
  transition-delay: 0.9s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-area .content-card .text {
  color: #dc143c;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.red .content-card {
    height: 104px;
  }
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .bg-box .line {
  background-color: #14b4b4;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .bg-box .line::before {
  background-color: #14b4b4;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .title-area {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, rgba(20, 180, 180, 0.5));
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .title-area .title {
  color: #14b4b4;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card {
  color: #14b4b4;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card::before {
  background-color: #14b4b4;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(1) {
  transition-delay: 0.4s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(2) {
  transition-delay: 0.5s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(3) {
  transition-delay: 0.6s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(4) {
  transition-delay: 0.7s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(5) {
  transition-delay: 0.8s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card:nth-child(6) {
  transition-delay: 0.9s;
}
.section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-area .content-card .text {
  color: #14b4b4;
}
@media all and (max-width: 768px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.green .content-card {
    height: 104px;
    flex: 1 1 100%;
  }
}
@keyframes arrow-active {
  from {
    opacity: 0;
    right: 0;
  }
}
@media all and (min-width: 769px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .bg-box {
    width: calc(100% - 75px);
  }
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .bg-box .line {
    opacity: 0;
  }
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .bg-box .arrow {
    right: -43.5px;
    transform: scaleX(-1);
    animation: arrow-active 0.5s 0.2s;
  }
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .title-area {
    min-width: 550px;
    max-width: 550px;
  }
}
@media all and (min-width: 769px) and (max-width: 1600px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .title-area {
    min-width: 383px;
    max-width: 383px;
  }
}
@media all and (min-width: 769px) and (max-width: 1279px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .title-area {
    min-width: 290px;
    max-width: 290px;
  }
}
@media all and (min-width: 769px) {
  .section-empowerment .empowerment-resource-area .empowerment-resource-box.active .content-area .content-card {
    transform: translateX(0%);
    opacity: 1;
    transition-duration: 0.5s;
  }
}

.empowerment-model-dialog-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.empowerment-model-dialog-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.empowerment-model-dialog-wrapper .empowerment-model-dialog-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1780px;
  margin: auto;
  padding: 48px 30px 40px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 8px 8px 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media all and (max-width: 1600px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area {
    margin: 0 auto 70px auto;
    padding: 40px 20px 18px 20px;
  }
}
@media all and (max-width: 1279px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area {
    margin: 10px auto 0 auto;
  }
}
@media all and (max-width: 1024px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area {
    margin: 0 auto 70px auto;
  }
}
@media all and (max-width: 768px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area {
    margin: auto;
  }
}
.empowerment-model-dialog-wrapper .empowerment-model-dialog-area .dialog-title {
  font-size: 30px;
  color: #00b4f0;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area .dialog-title {
    font-size: 21px;
    line-height: 22px;
  }
}
.empowerment-model-dialog-wrapper .empowerment-model-dialog-area .close-button {
  right: 30px;
  top: 30px;
}
.empowerment-model-dialog-wrapper .empowerment-model-dialog-area .dialog-content {
  width: 100%;
  height: 625px;
  position: relative;
  background-image: url("../img/empowerment/dialog-content-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 47px;
}
@media all and (max-width: 1600px) {
  .empowerment-model-dialog-wrapper .empowerment-model-dialog-area .dialog-content {
    margin-top: 40px;
    height: 438px;
  }
}
.empowerment-model-dialog-wrapper.red .dialog-title {
  color: #dc143c;
}
.empowerment-model-dialog-wrapper.red .dialog-content {
  background-image: url("../img/empowerment/dialog-content-2.png");
}
.empowerment-model-dialog-wrapper.green .dialog-title {
  color: #14b4b4;
}
.empowerment-model-dialog-wrapper.green .dialog-content {
  background-image: url("../img/empowerment/dialog-content-3.png");
}

.empowerment-model-details-area {
  box-sizing: border-box;
  padding: 20px 30px 30px 30px;
  width: 375px;
  margin: auto;
  display: none;
}
@media all and (max-width: 768px) {
  .empowerment-model-details-area {
    display: block;
  }
}
.empowerment-model-details-area .empowerment-model-details-mob {
  width: 100%;
  height: auto;
  position: relative;
}
.empowerment-model-details-area .empowerment-model-details-mob .controller-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
}
.empowerment-model-details-area .empowerment-model-details-mob .controller-area .details-text {
  font-size: 12px;
  line-height: 16px;
  flex: 1;
  text-align: center;
}
.empowerment-model-details-area .empowerment-model-details-mob .controller-area .details-text.p-l {
  padding-left: 60px;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content {
  width: 100%;
  height: 397px;
  position: relative;
  margin-top: 15px;
  overflow-y: auto;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-1-1 {
  background-image: url("../img/empowerment/details-content-1-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-1-2 {
  background-image: url("../img/empowerment/details-content-1-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-1-3 {
  background-image: url("../img/empowerment/details-content-1-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-1-4 {
  background-image: url("../img/empowerment/details-content-1-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-2 {
  width: 960px;
  height: 397px;
  background-image: url("../img/empowerment/details-content-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content .details-content-3 {
  width: 960px;
  height: 397px;
  background-image: url("../img/empowerment/details-content-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@keyframes zoom-out {
  0%, 100% {
    opacity: 0;
  }
  10%, 60% {
    opacity: 1;
  }
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content.panzoom-parent::before {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../img/icons/zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  pointer-events: none;
}
.empowerment-model-details-area .empowerment-model-details-mob .details-content.panzoom-parent.active::before {
  display: block;
  animation: zoom-out 2s forwards;
}

.empowerment-model-details-dialog-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 30px;
  background: rgba(245, 245, 245, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 1100;
  display: none;
}
.empowerment-model-details-dialog-wrapper.active {
  display: flex;
}
.empowerment-model-details-dialog-wrapper .panzoom-parent {
  width: 100%;
  height: 100%;
  position: relative;
}
.empowerment-model-details-dialog-wrapper .close-button {
  left: calc(50% - 23px);
  bottom: 30px;
}
.empowerment-model-details-dialog-wrapper .details-dialog-content {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-partners > .container {
  padding: 50px 30px 200px 30px;
}
@media all and (max-width: 768px) {
  .section-partners > .container {
    max-width: 375px;
    padding: 20px 30px 30px 30px;
  }
}
.section-partners .partners-list-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), rgb(232, 232, 232));
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area {
    padding: 12px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area {
    flex-direction: column;
  }
}
.section-partners .partners-list-area.active {
  margin-top: 160px;
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area.active {
    margin-top: 155px;
  }
}
.section-partners .partners-list-area .logo-list-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-partners .partners-list-area .logo-list-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, white, transparent 15%, transparent 85%, white);
  border-radius: 0 8px 8px 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area .logo-list-area::before {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .logo-list-area::before {
    display: block;
  }
}
.section-partners .partners-list-area .logo-list {
  box-sizing: border-box;
  flex: 1;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 25px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border: 0.2px solid white;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area .logo-list {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area .logo-list {
    padding: 12px;
    gap: 6px 16px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .logo-list {
    min-height: 332px;
    max-height: 332px;
    padding: 15px;
    gap: 8px 6px;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.section-partners .partners-list-area .explore-button {
  display: block;
  width: 130px;
  padding: 26px 18px;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 1;
  writing-mode: vertical-lr;
  font-family: Rubik;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
  border-radius: 0 0 8px 8px;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-list-area .explore-button {
    width: 90px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .explore-button {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    flex: 1 1 80px;
    font-size: 12px;
    writing-mode: lr;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
    border-radius: 0 6px 6px 0;
    color: white;
    background: #dc143c;
  }
}
.section-partners .partners-list-area .explore-button::before, .section-partners .partners-list-area .explore-button::after {
  right: unset;
  transform: rotate(225deg) translateX(0%);
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .explore-button::before, .section-partners .partners-list-area .explore-button::after {
    width: 8px;
    height: 8px;
    right: 25px;
    bottom: 15px;
    opacity: 0;
    transform: rotate(180deg) translateX(300%);
  }
}
.section-partners .partners-list-area .explore-button::after {
  transform: rotate(225deg) translateX(-200%);
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .explore-button::after {
    opacity: 1;
    transform: rotate(180deg) translateX(0%);
  }
}
.section-partners .partners-list-area .explore-button:hover {
  color: white;
  background: #dc143c;
}
.section-partners .partners-list-area .explore-button:hover::before {
  opacity: 0;
  transform: rotate(225deg) translateX(300%);
}
.section-partners .partners-list-area .explore-button:hover::after {
  opacity: 1;
  transform: rotate(225deg) translateX(0%);
}
@media all and (max-width: 768px) {
  .section-partners .partners-list-area .explore-button:hover::after {
    transform: rotate(180deg) translateX(0%);
  }
}
.section-partners .partners-logo-list-area {
  position: relative;
  box-sizing: border-box;
  margin-top: 165px;
  flex: 1;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-logo-list-area {
    margin-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-logo-list-area {
    margin-top: 85px;
  }
}
.section-partners .partners-logo-list-area .partners-logo-list {
  padding: 0 42px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-logo-list-area .partners-logo-list {
    padding: 12px;
    gap: 6px 16px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-logo-list-area .partners-logo-list {
    min-height: 332px;
    max-height: 332px;
    padding: 15px 0;
    gap: 8px 6px;
  }
}
.section-partners .partners-filters-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 140px;
  z-index: 10;
  transition: top 0.5s;
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper {
    top: 80px;
  }
}
.section-partners .partners-filters-wrapper.down {
  top: 0;
}
.section-partners .partners-filters-wrapper .container {
  padding: 20px 30px;
}
.section-partners .partners-filters-wrapper .filters-card {
  box-sizing: border-box;
  position: relative;
  padding: 15px;
  background-color: white;
  border-radius: 8px;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .filters-card {
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .filters-card {
    position: static;
    padding: 10px 8px;
    border-radius: 6px;
  }
}
.section-partners .partners-filters-wrapper .filters-button {
  box-sizing: border-box;
  width: 150px;
  height: 50px;
  position: relative;
  min-width: 150px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 8px;
  border: 0.2px solid #d8d8d8;
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 1;
  font-family: Rubik;
  cursor: pointer;
  transition: color 0.2s;
}
.section-partners .partners-filters-wrapper .filters-button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.2s;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .filters-button {
    width: 115px;
    height: 35px;
    min-width: 115px;
    padding: 10px 14px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .filters-button {
    width: 100%;
    min-width: 125px;
    height: 45px;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 10px;
  }
}
.section-partners .partners-filters-wrapper .filters-button:hover, .section-partners .partners-filters-wrapper .filters-button.active {
  color: #bebebe;
}
.section-partners .partners-filters-wrapper .filters-button:hover::after, .section-partners .partners-filters-wrapper .filters-button.active::after {
  transform: rotate(-45deg);
}
.section-partners .partners-filters-wrapper .filters-button.sort {
  width: 100%;
}
.section-partners .partners-filters-wrapper .filters-button.sort::after {
  background-image: url("../img/icons/arrow.svg");
  transform: rotate(225deg);
}
.section-partners .partners-filters-wrapper .filters-button.sort:hover::after, .section-partners .partners-filters-wrapper .filters-button.sort.active::after {
  transform: rotate(45deg);
}
.section-partners .partners-filters-wrapper .title-area {
  box-sizing: border-box;
  width: 100%;
  height: 175px;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), #e8e8e8);
  border-radius: 0 8px 8px 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area {
    height: 122px;
    padding: 10px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area {
    height: 85px;
    padding: 10px;
    gap: 10px;
  }
  .section-partners .partners-filters-wrapper .title-area.filter-show {
    height: 170px;
    padding: 10px 10px 95px 10px;
  }
}
.section-partners .partners-filters-wrapper .title-area .filters-box {
  flex: 1 1 50%;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area .filters-box {
    border-radius: 0 6px 6px 0;
  }
}
.section-partners .partners-filters-wrapper .title-area .sort-box {
  width: 265px;
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .sort-box {
    width: 50%;
    flex: 1 1 50%;
  }
}
.section-partners .partners-filters-wrapper .title-area .selected-area {
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-y: auto;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area .selected-area {
    padding-top: 10px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .selected-area {
    position: absolute;
    width: calc(100% - 20px);
    top: 85px;
    left: 10px;
    height: 75px;
    padding: 15px;
    background-color: white;
    border-radius: 0 6px 6px 0;
    display: none;
  }
  .section-partners .partners-filters-wrapper .title-area .selected-area.active {
    display: flex;
  }
}
.section-partners .partners-filters-wrapper .title-area .selected-area .filters-button {
  color: white;
  background-color: #dc143c;
  border: none;
}
.section-partners .partners-filters-wrapper .title-area .selected-area .filters-button::after {
  background-image: url("../img/icons/add-w.svg");
  transform: rotate(-45deg);
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .selected-area .filters-button {
    max-width: 125px;
  }
}
.section-partners .partners-filters-wrapper .title-area .sort-box-details-area {
  box-sizing: border-box;
  width: calc(100% + 30px);
  height: 175px;
  position: absolute;
  top: 175px;
  left: -15px;
  padding: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), #e8e8e8);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: none;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area .sort-box-details-area {
    top: 120px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .sort-box-details-area {
    width: 100%;
    height: 155px;
    top: 90px;
    left: 0;
    padding: 10px;
    border-radius: 6px;
  }
}
.section-partners .partners-filters-wrapper .title-area .sort-box-details-area.active {
  display: block;
}
.section-partners .partners-filters-wrapper .title-area .sort-box-details-area .filters-card {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
.section-partners .partners-filters-wrapper .title-area .sort-box-details-area .button {
  width: 1;
  height: auto;
  position: relative;
  font-size: 14pxpx;
  color: black;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .sort-box-details-area .button {
    line-height: 45px;
    border-radius: 6px;
  }
}
.section-partners .partners-filters-wrapper .title-area .sort-box-details-area .button:hover, .section-partners .partners-filters-wrapper .title-area .sort-box-details-area .button.active {
  background-color: #e8e8e8;
}
.section-partners .partners-filters-wrapper .title-area .close-button {
  position: relative;
  height: 100%;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .title-area .close-button {
    width: 42px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .title-area .close-button {
    position: absolute;
    height: 45px;
    top: -60px;
    right: 0;
  }
}
.section-partners .partners-filters-wrapper .filters-item-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  margin-top: 15px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), #e8e8e8);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: none;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .filters-item-area {
    padding: 10px;
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .filters-item-area {
    width: 100%;
    min-height: 75px;
    padding: 10px;
    border-radius: 6px;
  }
}
.section-partners .partners-filters-wrapper .filters-item-area.active {
  display: block;
}
.section-partners .partners-filters-wrapper .filters-item-area .filters-card {
  height: 100%;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media all and (max-width: 1600px) {
  .section-partners .partners-filters-wrapper .filters-item-area .filters-card {
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .filters-item-area .filters-card {
    min-height: 65px;
  }
}
.section-partners .partners-filters-wrapper .filters-item-area .filters-button {
  background-color: #e8e9ea;
  border: none;
}
@media all and (max-width: 768px) {
  .section-partners .partners-filters-wrapper .filters-item-area .filters-button {
    max-width: 125px;
  }
}

.partners-logo {
  width: 190px;
  height: 190px;
  position: relative;
  background-image: url("../img/partners/logo-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .partners-logo {
    width: 133px;
    height: 133px;
  }
}
@media all and (max-width: 768px) {
  .partners-logo {
    width: 80px;
    height: 80px;
  }
}
.partners-logo .logo {
  width: 96px;
  height: 96px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .partners-logo .logo {
    width: 40px;
    height: 40px;
  }
}

@media all and (max-width: 768px) {
  .partners-logo-list .partners-logo {
    width: 99px;
    height: 99px;
  }
}

.article-dialog-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 30px 0 30px;
  background-color: #f5f5f5;
  overflow: auto;
  z-index: 1100;
}
.article-dialog-wrapper .container {
  box-sizing: border-box;
  padding: 30px 30px 140px 30px;
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.5), #e8e8e8);
  border-radius: 0 8px 8px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .container {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .container {
    max-width: 1200px;
    padding: 22px 21px 98px 21px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .container {
    padding: 15px 15px 45px 15px;
    gap: 15px;
  }
}
.article-dialog-wrapper .close-button {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .close-button {
    width: 45px;
  }
}
.article-dialog-wrapper .article-card {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border: 0.2px solid white;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-card {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-card {
    padding: 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-card {
    padding: 30px 15px;
  }
}
.article-dialog-wrapper .article-card .article-card-tag {
  font-size: 14px;
  color: #14b4b4;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-card .article-card-tag {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-card .article-card-tag {
    font-size: 8px;
    line-height: 8px;
  }
}
.article-dialog-wrapper .article-card .article-card-tag.red {
  color: #dc143c;
}
.article-dialog-wrapper .article-card .article-card-tag.blue {
  color: #00b4f0;
}
.article-dialog-wrapper .article-card .article-card-title {
  height: 524px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 40px;
  color: black;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-card .article-card-title {
    height: 317px;
    font-size: 32px;
    line-height: 35px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-card .article-card-title {
    height: auto;
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .article-dialog-wrapper .article-card .article-card-title br {
    display: none;
  }
}
.article-dialog-wrapper .article-card .article-card-text {
  padding: 44px 0 70px 0;
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-card .article-card-text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-card .article-card-text {
    height: auto;
    padding: 30px 0 15px 0;
    font-size: 12px;
    line-height: 20px;
  }
}
.article-dialog-wrapper .title-area {
  width: 100%;
  height: 175px;
  position: sticky;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 30px;
  gap: 15px;
  z-index: 100;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area {
    height: 124px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area {
    height: 45px;
    top: 15px;
    gap: 10px;
  }
}
.article-dialog-wrapper .title-area > div {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.article-dialog-wrapper .title-area .logo-box {
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .logo-box {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .logo-box {
    width: 122px;
    height: 122px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .logo-box {
    width: 45px;
    height: 45px;
  }
}
.article-dialog-wrapper .title-area .logo-box .logo {
  width: 80px;
  height: 80px;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .logo-box .logo {
    width: 26px;
    height: 26px;
  }
}
.article-dialog-wrapper .title-area .title-box {
  box-sizing: border-box;
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .title-box {
    border-radius: 6px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .title-box.news {
    display: none;
  }
}
.article-dialog-wrapper .title-area .title-box .name {
  width: 320px;
  font-size: 30px;
  color: black;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .title-box .name {
    width: 236px;
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .title-box .name {
    width: 100%;
    font-size: 18px;
  }
}
.article-dialog-wrapper .title-area .title-box .divider {
  height: 100%;
  border-left: 0.2px solid #d8d8d8;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .title-box .divider {
    display: none;
  }
}
.article-dialog-wrapper .title-area .title-box .banner {
  font-size: 24px;
  color: black;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.1em;
  flex: 1;
  padding-left: 70px;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .title-box .banner {
    padding-left: 49px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .title-box .banner {
    display: none;
  }
}
.article-dialog-wrapper .title-area .date-box {
  box-sizing: border-box;
  width: 175px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .date-box {
    width: 124px;
    gap: 14px;
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .date-box {
    flex: 1;
    border-radius: 0 6px 6px 0;
    flex-direction: row;
    gap: 6px;
    border: 0.2px solid white;
    font-size: 14px;
  }
}
.article-dialog-wrapper .title-area .date-box span {
  font-family: Rubik;
}
.article-dialog-wrapper .title-area .date-box .day {
  font-size: 50px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-area .date-box .day {
    font-size: 35px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-area .date-box .day {
    font-size: 14px;
  }
}
.article-dialog-wrapper .title-box-area {
  box-sizing: border-box;
  flex: 1;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: white;
  border: 0.2px solid white;
  border-radius: 0 8px 8px 0;
  display: none;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .title-box-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .title-box-area {
    display: flex;
  }
}
.article-dialog-wrapper .title-box-area .text-box {
  box-sizing: border-box;
  padding: 20px 0;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
}
.article-dialog-wrapper .title-box-area .name {
  font-size: 18px;
  color: black;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
  border-bottom: 0.2px solid #d8d8d8;
}
.article-dialog-wrapper .title-box-area .banner {
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.article-dialog-wrapper .banner-area {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
  background-color: white;
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1em;
  white-space: break-spaces;
  border-radius: 0 8px 8px 0;
  border: 0.2px solid white;
  display: none;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .banner-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .banner-area {
    display: flex;
  }
}
.article-dialog-wrapper .main-img-area {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-img-area {
    border-radius: 0 6px 6px 0;
  }
}
.article-dialog-wrapper .main-img-area .main-img {
  width: 100%;
  height: 660px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-img-area .main-img {
    height: 460px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-img-area .main-img {
    height: 285px;
  }
}
.article-dialog-wrapper .main-area {
  box-sizing: border-box;
  padding: 70px 70px 140px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: white;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area {
    padding: 49px 49px 98px 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area {
    padding: 30px 15px 45px 15px;
    border: 0.2px solid white;
  }
}
.article-dialog-wrapper .main-area .hashtag {
  font-size: 14px;
  color: #00b4f0;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .hashtag {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .hashtag {
    font-size: 8px;
  }
}
.article-dialog-wrapper .main-area .main-area-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 70px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .main-area-box {
    gap: 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .main-area-box {
    flex-direction: column;
    gap: 30px;
  }
}
.article-dialog-wrapper .main-area .main-area-box:not(:last-child) {
  border-bottom: 0.2px solid #d8d8d8;
}
.article-dialog-wrapper .main-area .main-text {
  font-size: 40px;
  color: black;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.1em;
  flex: 1;
  padding: 100px 0 160px 0;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .main-text {
    padding: 60px 0 110px 0;
    font-size: calc(14px + 1vw);
    line-height: 1.4;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .main-text {
    padding: 30px 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .main-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.article-dialog-wrapper .main-area .logo-box {
  flex: 1;
  padding: 48px 0 138px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .logo-box {
    padding: 0 0 120px 0;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .logo-box {
    padding: 0 0 30px 0;
  }
}
.article-dialog-wrapper .main-area .logo-box .logo {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .logo-box .logo {
    width: 130px;
    height: 130px;
  }
}
.article-dialog-wrapper .main-area .logo-box .logo.news {
  width: 100%;
  max-width: 760px;
  height: 440px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .logo-box .logo.news {
    height: 307px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .logo-box .logo.news {
    width: 100%;
    max-width: 255px;
    height: 147px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .logo-box .logo.news {
    width: 100%;
    max-width: 255px;
    height: 147px;
  }
}
.article-dialog-wrapper .main-area .content-text-box {
  flex: 1;
  padding-top: 140px;
  gap: 70px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-text-box {
    padding-top: 97px;
    gap: 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .content-text-box {
    padding-top: 30px;
    gap: 30px;
  }
}
.article-dialog-wrapper .main-area .content-text-box .subtitle-text {
  font-size: 24px;
  color: black;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-align: justify;
  white-space: break-spaces;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-text-box .subtitle-text {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .content-text-box .subtitle-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.article-dialog-wrapper .main-area .content-text-box .content-text {
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-text-box .content-text {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .content-text-box .content-text {
    font-size: 12px;
    line-height: 20px;
  }
}
.article-dialog-wrapper .main-area .content-text-box .content-text p:not(:last-child) {
  margin-bottom: 1em;
}
.article-dialog-wrapper .main-area .content-img-box {
  flex: 1;
  padding-top: 140px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-img-box {
    padding-top: 97px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .content-img-box {
    padding-top: 0;
  }
}
.article-dialog-wrapper .main-area .content-img-box .content-img {
  width: 100%;
  max-width: 760px;
  height: 440px;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-img-box .content-img {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .main-area .content-img-box .content-img {
    height: 307px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .main-area .content-img-box .content-img {
    height: 205px;
  }
}
.article-dialog-wrapper .ceo-area {
  box-sizing: border-box;
  padding: 110px 70px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area {
    padding: 98px 70px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area {
    padding: 45px 0;
  }
}
.article-dialog-wrapper .ceo-area .ceo-text {
  font-size: 55px;
  color: black;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-text {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-dialog-wrapper .ceo-area .ceo-card-box {
  margin-top: 70px;
  margin-left: 50%;
  padding-left: 60px;
  border-left: 0.2px solid #d8d8d8;
  max-width: 425px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box {
    margin-top: 30px;
    margin-left: auto;
    padding-left: 30px;
    max-width: 395px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box {
    max-width: 205px;
  }
}
.article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card {
  box-sizing: border-box;
  max-width: 395px;
  padding: 15px 15px 15px 30px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: white;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card {
    max-width: 276px;
    padding: 10px 10px 10px 20px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card {
    max-width: 205px;
    padding: 10px 10px 10px 15px;
  }
}
.article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-text {
  box-sizing: border-box;
  flex: 1;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: 20px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-text {
    font-size: 10px;
    line-height: 14px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-text {
    padding-top: 0;
    font-size: 10px;
    line-height: 16px;
  }
}
.article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-text span {
  font-weight: 300;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-text .job {
    font-size: 8px;
    line-height: 14px;
  }
}
.article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-img {
  width: 175px;
  height: 175px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-img {
    width: 122px;
    height: 122px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .ceo-area .ceo-card-box .ceo-card .ceo-card-img {
    width: 80px;
    height: 80px;
  }
}
.article-dialog-wrapper .carousel-area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.article-dialog-wrapper .carousel-area .swiper-wrapper {
  width: 100%;
  height: 440px;
  position: relative;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .carousel-area .swiper-wrapper {
    height: 307px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .carousel-area .swiper-wrapper {
    height: 320px;
  }
}
@media all and (max-width: 640px) {
  .article-dialog-wrapper .carousel-area .swiper-wrapper {
    height: 220px;
  }
}
@media all and (max-width: 480px) {
  .article-dialog-wrapper .carousel-area .swiper-wrapper {
    height: 160px;
  }
}
.article-dialog-wrapper .carousel-area .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-dialog-wrapper .carousel-area .swiper-button-group {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 0;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .carousel-area .swiper-button-group {
    position: relative;
    margin-top: 15px;
  }
}
.article-dialog-wrapper .carousel-area .swiper-button-group .current-slide {
  font-size: 10pxpx;
  color: black;
  font-weight: 300;
  line-height: 1;
  font-family: Rubik;
  text-align: center;
  display: none;
}
@media all and (max-width: 1279px) {
  .article-dialog-wrapper .carousel-area .swiper-button-group .current-slide {
    display: block;
  }
}
.article-dialog-wrapper .carousel-area .swiper-button-group .current-slide span {
  font-family: Rubik;
}
.article-dialog-wrapper .article-footer {
  margin-top: 110px;
  padding-top: 140px;
  border-top: 0.2px dashed #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer {
    margin-top: 68px;
    padding-top: 98px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area {
  width: 100%;
  height: 205px;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area {
    height: 143px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area {
    gap: 15px;
    height: 100px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card {
  box-sizing: border-box;
  padding: 30px 60px;
  flex: 1 1 50%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  border: 0.2px solid #d8d8d8;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card {
    padding: 24px 21px;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card {
    padding: 15px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-img-box img {
  width: 375px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-img-box img {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-img-box img {
    width: 262px;
    height: 122px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-img-box {
    display: none;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-img-box.partners img {
  -o-object-fit: contain;
     object-fit: contain;
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .more-card-text {
  flex: 1;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .more-card-text {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .more-card-text {
    font-size: 14px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .button-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: black;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .button-area {
    font-size: 14px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card .more-card-text-box .button-area::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: scaleX(-1);
}
.article-dialog-wrapper .article-footer .more-article-area .more-card.next {
  padding: 15px;
  flex-direction: row;
  border: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card.next {
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card.next {
    padding: 15px;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card.next .more-card-text-box {
  padding: 15px 45px 15px 40px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card.next .more-card-text-box {
    padding: 15px 10px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-footer .more-article-area .more-card.next .more-card-text-box {
    padding: 0;
  }
}
.article-dialog-wrapper .article-footer .more-article-area .more-card.next .more-card-text-box .more-card-text {
  color: #bebebe;
}
.article-dialog-wrapper .portfolio-area {
  width: 100%;
  height: 720px;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .portfolio-area {
    height: 502px;
    gap: 21px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .portfolio-area {
    height: auto;
    flex-direction: column;
    gap: 15px;
  }
}
.article-dialog-wrapper .portfolio-area .article-card {
  width: 350px;
  padding: 70px 50px 70px 70px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .portfolio-area .article-card {
    width: 244px;
    padding: 48px 20px 48px 44px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .portfolio-area .article-card {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 15px;
  }
}
.article-dialog-wrapper .portfolio-area .portfolio-swiper-area {
  width: calc(100% - 380px);
  height: 720px;
  position: relative;
  flex: 1;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .portfolio-area .portfolio-swiper-area {
    height: 502px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .portfolio-area .portfolio-swiper-area {
    width: 100%;
    height: 160px;
    position: relative;
  }
}
.article-dialog-wrapper .portfolio-area .portfolio-swiper-area .portfolio-swiper-box {
  height: 100%;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .portfolio-area .portfolio-swiper-area .portfolio-swiper-box {
    border-radius: 0 6px 6px 0;
  }
}
.article-dialog-wrapper .portfolio-area .portfolio-swiper-area .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-dialog-wrapper .portfolio-area .portfolio-swiper-area .next-button {
  width: 140px;
  height: 140px;
  position: absolute;
  right: 70px;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), white);
  border: 0.2px solid white;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.article-dialog-wrapper .portfolio-area .portfolio-swiper-area .next-button::after {
  content: "";
  width: 12px;
  height: 21px;
  background-image: url("../img/icons/next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .portfolio-area .portfolio-swiper-area .next-button {
    width: 98px;
    height: 98px;
    right: 49px;
    bottom: 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .portfolio-area .portfolio-swiper-area .next-button {
    width: 60px;
    height: 60px;
    right: unset;
    bottom: unset;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
}
.article-dialog-wrapper .article-area-1 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-area-1 {
    gap: 21px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-area-1 {
    gap: 15px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.article-dialog-wrapper .article-area-1 .article-img {
  height: 440px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-area-1 .article-img {
    height: 307px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-area-1 .article-img {
    height: 160px;
  }
}
.article-dialog-wrapper .article-area-1 .article-img img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-area-1 .article-img img {
    border-radius: 0 6px 6px 0;
  }
}
.article-dialog-wrapper .article-area-1 .article-card {
  grid-column: 1/span 2;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-area-1 .article-card {
    grid-column: unset;
  }
}
.article-dialog-wrapper .article-area-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .article-area-2 {
    gap: 21px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-area-2 {
    flex-direction: column;
    gap: 15px;
  }
}
.article-dialog-wrapper .article-area-2 .article-card {
  flex: 1 1 50%;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .article-area-2 .article-card {
    flex: 1 1 100%;
  }
}
.article-dialog-wrapper .joint-partners-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 35px 0;
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .joint-partners-area {
    padding: 30px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-dialog-wrapper .joint-partners-area .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 340px;
  font-size: 30px;
  color: black;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .joint-partners-area .label {
    min-width: 237px;
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .joint-partners-area .label {
    min-width: auto;
    font-size: 14px;
  }
}
.article-dialog-wrapper .joint-partners-area .logo-list {
  flex: 1;
  padding: 0 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  border-left: 0.2px solid #d8d8d8;
}
@media all and (max-width: 1600px) {
  .article-dialog-wrapper .joint-partners-area .logo-list {
    padding: 0 49px;
  }
}
@media all and (max-width: 768px) {
  .article-dialog-wrapper .joint-partners-area .logo-list {
    padding: 30px 0 0 0;
    border-left: none;
  }
}