@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.news_list_wrap .item_list_wrap .item .info_box .title {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_list_wrap .item_list_wrap .item .info_box .desc {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #595757;
  touch-action: manipulation; /* 專門用於解決點擊與捲動衝突 */
}
html.no_scroll,
body.no_scroll {
  overflow: hidden;
  touch-action: none;
}

.area-table {
  width: 100%;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  .area-table {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .area-table {
    max-width: 970px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .area-table {
    max-width: 1200px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4, h5, h6 {
  line-height: 1em;
  display: flex;
}
h1.hide,
h2.hide,
h3.hide,
h4.hide, h5.hide, h6.hide {
  width: 0;
  height: 0;
  position: fixed;
  top: -99999999px;
  left: -99999999px;
  opacity: 0;
}

svg {
  fill: #fff;
}

img {
  display: flex;
}

/* 適用於 Firefox */
.scrollable {
  scrollbar-width: none; /* 隱藏捲軸，但是仍然可以捲動。 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.YT_RWD_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.YT_RWD_wrap .YT_RWD_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.YT_RWD_wrap iframe {
  width: 100%;
  height: 100%;
  display: flex;
}

h1,
h2,
h3,
h4, h5, h6 {
  line-height: 1em;
  display: flex;
}
h1.hide,
h2.hide,
h3.hide,
h4.hide, h5.hide, h6.hide {
  width: 0;
  height: 0;
  position: fixed;
  top: -99999999px;
  left: -99999999px;
  opacity: 0;
}

.title_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.title_wrap h2 {
  color: #1e5aaa;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .title_wrap h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.title_wrap h2:after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #BEDC82 0%, #3296C8 50%, #1E5AAA 100%);
  border-radius: 10px;
  margin-top: 4px;
}

.title_animation .title_wrap .title_area {
  position: relative;
}
.title_animation .title_wrap .title_area .title {
  opacity: 1;
  animation: titleAnimation 0.6s forwards ease-in-out;
}
.title_animation .title_icon_wrap .title_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.title_animation .title_icon_wrap .title_icon:nth-child(1) {
  width: 40px;
  height: 40px;
  top: 100%;
  left: min(-50%, -60px);
  animation: titleIconAnimation01 0.6s 0.3s forwards ease-in-out;
}
@media screen and (min-width: 768px) {
  .title_animation .title_icon_wrap .title_icon:nth-child(1) {
    width: 48px;
    height: 48px;
    left: min(-50%, -120px);
  }
}
@media screen and (min-width: 1024px) {
  .title_animation .title_icon_wrap .title_icon:nth-child(1) {
    left: min(-50%, -100px);
  }
}
.title_animation .title_icon_wrap .title_icon:nth-child(2) {
  width: 28px;
  height: 28px;
  top: 50%;
  left: min(160%, 200px);
  animation: titleIconAnimation02 0.6s 0.2s forwards ease-in-out;
}
@media screen and (min-width: 768px) {
  .title_animation .title_icon_wrap .title_icon:nth-child(2) {
    width: 36px;
    height: 33px;
    left: min(200%, 320px);
  }
}
.title_animation .title_icon_wrap .title_icon:nth-child(3) {
  width: 24px;
  height: 24px;
  top: -60%;
  left: 100%;
  animation: titleIconAnimation03 0.6s 0.05s forwards ease-in-out;
}
@media screen and (min-width: 768px) {
  .title_animation .title_icon_wrap .title_icon:nth-child(3) {
    width: 32px;
    height: 32px;
    top: -30%;
  }
}
.title_animation .title_icon_wrap .title_icon picture,
.title_animation .title_icon_wrap .title_icon img {
  width: 100%;
}

@keyframes titleAnimation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleIconAnimation01 {
  0% {
    margin-top: 5px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 0.25;
  }
}
@keyframes titleIconAnimation02 {
  0% {
    margin-top: 5px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 0.2;
  }
}
@keyframes titleIconAnimation03 {
  0% {
    margin-top: 5px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 0.1;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #3296c8;
  opacity: 0.4;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

body {
  background-repeat: repeat;
  background-image: url("../images/bg/bg.jpg");
  background-size: 1920px auto;
  background-position: center 65%;
}
@media screen and (min-width: 1024px) {
  body {
    background-position: center 340px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    background-position: center -180%;
  }
}
@media screen and (min-width: 1440px) {
  body {
    background-position: center -330%;
  }
}

a {
  cursor: pointer;
}

#partner {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  #partner {
    scroll-margin-top: 120px;
  }
}
@media screen and (min-width: 1280px) {
  #partner {
    scroll-margin-top: 140px;
  }
}

.sustainability_wrap .sustainability_story {
  background-color: rgba(190, 220, 130, 0.1);
  box-shadow: 0px 16px 16px 0px rgba(30, 90, 170, 0.1);
  padding: 48px 24px;
  border-radius: 120px 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .sustainability_wrap .sustainability_story {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 48px;
  }
}
.sustainability_wrap .sustainability_story .sustainability_img {
  width: 240px;
  margin: auto;
}
.sustainability_wrap .sustainability_story .sustainability_img picture,
.sustainability_wrap .sustainability_story .sustainability_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sustainability_wrap .sustainability_story .sustainability_info {
    width: calc(100% - 240px);
  }
}
.sustainability_wrap .sustainability_story .sustainability_info .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #46aa32;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .sustainability_wrap .sustainability_story .sustainability_info .title {
    margin-top: 0;
  }
}
.sustainability_wrap .sustainability_story .sustainability_info .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: 400;
  margin-top: 16px;
  color: #191919;
}

.news_list_wrap .item_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.news_list_wrap .item_list_wrap .item {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 24px 0px rgba(30, 90, 170, 0.2);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_list_wrap .item_list_wrap .item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .item_list_wrap .item {
    width: calc((100% - 48px) / 3);
  }
}
.news_list_wrap .item_list_wrap .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 24px;
  height: 20px;
  background-image: url("../images/icon/leaf02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  pointer-events: none;
}
.news_list_wrap .item_list_wrap .item a {
  height: 100%;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .item_list_wrap .item a:hover .img_box::after {
    opacity: 0.5;
  }
  .news_list_wrap .item_list_wrap .item a:hover .info_box .title {
    color: #1e5aaa;
  }
}
.news_list_wrap .item_list_wrap .item .img_box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.news_list_wrap .item_list_wrap .item .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .item_list_wrap .item .img_box::after {
    transition: 0.5s;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.news_list_wrap .item_list_wrap .item .img_box picture,
.news_list_wrap .item_list_wrap .item .img_box img {
  width: 100%;
}
.news_list_wrap .item_list_wrap .item .info_box {
  padding: 24px 24px 40px;
}
.news_list_wrap .item_list_wrap .item .info_box .title {
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
}
.news_list_wrap .item_list_wrap .item .info_box .desc {
  color: #2e2e2e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 16px;
}

.anima_loading_bg {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 30%) #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1.5s adLoading ease-in-out infinite;
}

@keyframes adLoading {
  to {
    background-position-x: -20%;
  }
}
p img {
  width: 100% !important;
}

figure img {
  width: 100% !important;
}
figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  box-sizing: border-box;
  color: #535353;
}
figure figcaption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 1px rgb(0, 75, 160);
  border-bottom: solid 1px rgb(0, 75, 160);
  box-sizing: border-box;
}

.breadcrumb {
  margin-bottom: 24px;
}
.breadcrumb .breadcrumb_list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb_item {
  position: relative;
  padding-left: 17px;
}
.breadcrumb .breadcrumb_item::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.breadcrumb .breadcrumb_item:nth-child(1) {
  padding-left: 0;
}
.breadcrumb .breadcrumb_item:nth-child(1)::before {
  display: none;
}
.breadcrumb .breadcrumb_item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
  color: #2e2e2e;
  text-decoration: none;
}

.header_wrap {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .header_wrap {
    top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header_wrap .header_area {
    height: 80px;
    border-radius: 100px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 8px 24px 0px rgba(30, 90, 170, 0.2), 0px 2px 4px 0px rgba(255, 255, 255, 0.4) inset, 0px -2px 4px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .header_wrap .header_area {
    padding: 20px 40px;
  }
}
.header_wrap .header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .logo {
  width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 4px 0px rgba(255, 255, 255, 0.4) inset, 0px 4px 16px 0px rgba(30, 90, 170, 0.1);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .header_wrap .logo {
    background: unset;
    border: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    box-shadow: none;
    width: 222px;
  }
}
.header_wrap .logo picture,
.header_wrap .logo img {
  width: 133px;
}
@media screen and (min-width: 1024px) {
  .header_wrap .logo picture,
  .header_wrap .logo img {
    width: 100%;
  }
}

.mobile_nav_btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 16px 0px rgba(30, 90, 170, 0.1), 0px 2px 4px 0px rgba(255, 255, 255, 0.4) inset, 0px -2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.mobile_nav_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav_btn picture,
.mobile_nav_btn img {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .mobile_nav_btn {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .nav_wrap {
    display: flex;
    gap: 24px;
  }
}
.nav_wrap[data-show=true] .nav_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav_wrap[data-show=true] .nav_area {
  right: 0;
}
.nav_wrap[data-show=true] .nav_block {
  right: 0;
}
.nav_wrap .nav_close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.4) inset, 0px -2px 4px 0px rgba(0, 0, 0, 0.2) inset, 0px 4px 16px 0px rgba(30, 90, 170, 0.1);
}
@media screen and (min-width: 1024px) {
  .nav_wrap .nav_close {
    display: none;
  }
}
.nav_wrap .nav_close a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_wrap .nav_close picture,
.nav_wrap .nav_close img {
  width: 24px;
  height: 24px;
}
.nav_wrap .nav_bg {
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .nav_bg {
    display: none;
  }
}
.nav_wrap .nav_area {
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .nav_area {
    position: static;
    transition: none;
  }
}
.nav_wrap .nav_block {
  width: 300px;
  background: linear-gradient(107.59deg, rgba(190, 220, 130, 0.2) 0%, rgba(50, 150, 200, 0.2) 100%), #fff;
  box-shadow: -8px 0px 24px 0px rgba(30, 90, 170, 0.2);
  border-radius: 80px 0 0 80px;
  padding: 90px 16px 50px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .nav_block {
    width: auto;
    height: unset;
    background: unset;
    box-shadow: unset;
    padding: unset;
    position: static;
    border-radius: unset;
    gap: 10px;
    flex-direction: row;
    overflow-y: unset;
  }
}
@media screen and (min-width: 1280px) {
  .nav_wrap .nav_block {
    gap: 24px;
  }
}
.nav_wrap .item {
  position: relative;
  border-radius: 50px;
  padding: 4px 8px 4px 32px;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item {
    padding: 0;
  }
}
.nav_wrap .item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/leaf01.svg");
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item::before {
    display: none;
  }
}
.nav_wrap .item svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item:hover {
    background-color: rgba(50, 150, 200, 0.2);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nav_wrap .item:hover .sub_item_wrap {
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item:hover svg {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-active=true] {
    background-color: rgba(50, 150, 200, 0.2);
  }
}
.nav_wrap .item[data-active=true] > a {
  color: rgb(30, 90, 170);
}
.nav_wrap .item[data-active=true] svg path {
  stroke: rgb(30, 90, 170);
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-subMenu=true] > a:hover {
    cursor: default;
  }
}
.nav_wrap .item a {
  width: 100%;
  color: #191919;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item a {
    justify-content: normal;
    padding: 4px 8px;
    box-sizing: border-box;
  }
}
.nav_wrap .item svg {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.nav_wrap .item .sub_item_wrap {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item .sub_item_wrap {
    margin-top: 0;
    width: 255px;
    height: auto;
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    overflow: visible;
  }
}
.nav_wrap .item .sub_item_wrap .sub_item_area {
  margin-top: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item .sub_item_wrap .sub_item_area {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
.nav_wrap .item .sub_item_wrap a {
  height: 40px;
  padding: 8px 16px;
  box-sizing: border-box;
}
.nav_wrap .item .sub_item_wrap .sub_item {
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item .sub_item_wrap .sub_item:hover {
    background-color: rgb(249, 249, 249);
  }
  .nav_wrap .item .sub_item_wrap .sub_item:hover a {
    color: rgb(50, 150, 200);
  }
}
.nav_wrap .item .sub_item_wrap .sub_item.active {
  background-color: rgba(50, 150, 200, 0.2);
}
.nav_wrap .item .sub_item_wrap .sub_item.active > a {
  color: rgb(30, 90, 170);
}
.nav_wrap .item[data-show=true] .sub_item_wrap {
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-show=true] .sub_item_wrap {
    display: none;
  }
}
.nav_wrap .item[data-show=true] svg {
  transform: rotate(0deg);
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-show=true] svg {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-show=true]:hover .sub_item_wrap {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .nav_wrap .item[data-show=true]:hover svg {
    transform: rotate(0deg);
  }
}

main {
  position: relative;
}

.main_banner {
  position: relative;
}
.main_banner::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1024px) {
  .main_banner::before {
    height: 40px;
    bottom: -40px;
  }
}

.footer_wrap {
  margin-top: 40px;
  background-image: url("../images/footer/bgm.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer_wrap {
    background-image: url("../images/footer/bg.png");
  }
}
.footer_wrap .footer_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 108px;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_info_wrap {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .footer_wrap .footer_info_wrap {
    padding-top: 230px;
  }
}
.footer_wrap .footer_info_wrap .footer_right {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_info_wrap .footer_right {
    flex-direction: column;
  }
}
.footer_wrap .footer_info_wrap .footer_logo {
  width: 222px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_info_wrap .footer_logo {
    margin: unset;
  }
}
.footer_wrap .footer_info_wrap .footer_info {
  margin-top: 16px;
}
.footer_wrap .footer_info_wrap .footer_info .item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #2e2e2e;
  text-shadow: 0px 0px 10px #ffffff;
}
.footer_wrap .footer_info_wrap .footer_info .item a {
  color: #2e2e2e;
  text-decoration: none;
}
.footer_wrap .footer_info_wrap .footer_set_logo {
  width: 56px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_info_wrap .footer_set_logo {
    margin-top: 0;
  }
}
.footer_wrap .footer_info_wrap .footer_menu {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_info_wrap .footer_menu {
    margin-top: 20px;
  }
}
.footer_wrap .footer_info_wrap .footer_menu ul, .footer_wrap .footer_info_wrap .footer_menu li {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.footer_wrap .footer_info_wrap .footer_menu ul {
  list-style-type: none;
  display: flex;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  overflow: hidden;
}
.footer_wrap .footer_info_wrap .footer_menu ul li {
  position: relative;
  padding: 8px 24px;
}
.footer_wrap .footer_info_wrap .footer_menu ul li::before {
  content: "";
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer_wrap .footer_info_wrap .footer_menu ul li:nth-child(1)::before {
  display: none;
}
.footer_wrap .footer_info_wrap .footer_menu ul a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #191919;
  padding: 4px 8px;
  box-sizing: border-box;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .footer_wrap .footer_info_wrap .footer_menu ul a:hover {
    background-color: rgba(50, 150, 200, 0.2);
    border-radius: 50px;
  }
}
.footer_wrap .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .footer_wrap .copyright {
    margin-top: 40px;
  }
}
.footer_wrap .copyright div {
  display: inline-block;
}

.gotop_wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
}
@media screen and (min-width: 1024px) {
  .gotop_wrap:hover .icon picture,
  .gotop_wrap:hover .icon img {
    margin-top: -5px;
  }
}
.gotop_wrap a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.gotop_wrap .icon {
  width: 12px;
  height: 18px;
}
.gotop_wrap .icon picture,
.gotop_wrap .icon img {
  width: 100%;
  margin-top: 0;
  transition: 0.2s;
}
.gotop_wrap .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-top: 5px;
  padding-left: 3px;
  color: #1e5aaa;
}

.page_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .page_wrap {
    margin-top: 60px;
  }
}
.page_wrap .page_area {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .page_wrap .page_area {
    gap: 12px;
  }
}
.page_wrap .page_left_first a,
.page_wrap .page_left a,
.page_wrap .page_right a,
.page_wrap .page_right_first a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
}
.page_wrap .page_left_first a svg path,
.page_wrap .page_left a svg path,
.page_wrap .page_right a svg path,
.page_wrap .page_right_first a svg path {
  fill: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .page_wrap .page_left_first a:hover svg path,
  .page_wrap .page_left a:hover svg path,
  .page_wrap .page_right a:hover svg path,
  .page_wrap .page_right_first a:hover svg path {
    fill: #3296c8;
  }
}
.page_wrap .page_left_first[data-isDisabled=true] a,
.page_wrap .page_left[data-isDisabled=true] a,
.page_wrap .page_right[data-isDisabled=true] a,
.page_wrap .page_right_first[data-isDisabled=true] a {
  cursor: default;
}
.page_wrap .page_left_first[data-isDisabled=true] a svg path,
.page_wrap .page_left[data-isDisabled=true] a svg path,
.page_wrap .page_right[data-isDisabled=true] a svg path,
.page_wrap .page_right_first[data-isDisabled=true] a svg path {
  fill: #D9D9D9;
}
.page_wrap .page_list {
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .page_wrap .page_list {
    gap: 12px;
  }
}
.page_wrap .page_list .page_item[data-active=true] a {
  color: #fff;
  background-color: #3296c8;
}
.page_wrap .page_list a {
  width: 36px;
  height: 36px;
  color: #8f8f8f;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page_wrap .page_list a:hover {
    color: #fff;
    background-color: #3296c8;
  }
}

.tool_bar_wrap .share_list .share_item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(186, 225, 245);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tool_bar_wrap {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 800;
}
.tool_bar_wrap .share_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
  margin-right: 10px;
}
.tool_bar_wrap .share_list .share_item {
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.tool_bar_wrap .share_list .share_item.item_start {
  z-index: 800;
}
.tool_bar_wrap .share_list .share_item.item_start a svg path {
  fill: #3296c8;
}
@media screen and (min-width: 1024px) {
  .tool_bar_wrap .share_list .share_item:hover.item_start a {
    background-color: #3296c8;
  }
  .tool_bar_wrap .share_list .share_item:hover.item_start a svg path {
    fill: #fff;
  }
  .tool_bar_wrap .share_list .share_item:hover a {
    background-color: #3296c8;
  }
  .tool_bar_wrap .share_list .share_item:hover a svg path {
    fill: #fff;
  }
}
.tool_bar_wrap .share_list.active .item_start a {
  background-color: #3296c8;
}
.tool_bar_wrap .share_list.active .item_start a svg path {
  fill: #fff;
}
.tool_bar_wrap .share_list.active .share_item:nth-child(1) {
  bottom: calc(40px * (1 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(2) {
  bottom: calc(40px * (2 - 1) + 10px * (2 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(3) {
  bottom: calc(40px * (3 - 1) + 10px * (3 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(4) {
  bottom: calc(40px * (4 - 1) + 10px * (4 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(5) {
  bottom: calc(40px * (5 - 1) + 10px * (5 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(6) {
  bottom: calc(40px * (6 - 1) + 10px * (6 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(7) {
  bottom: calc(40px * (7 - 1) + 10px * (7 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(8) {
  bottom: calc(40px * (8 - 1) + 10px * (8 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(9) {
  bottom: calc(40px * (9 - 1) + 10px * (9 - 1));
}
.tool_bar_wrap .share_list.active .share_item:nth-child(10) {
  bottom: calc(40px * (10 - 1) + 10px * (10 - 1));
}/*# sourceMappingURL=main.css.map */