@import url(https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans+TC:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);
html {
  -webkit-touch-action: manipulation;
  touch-action: manipulation;
}
body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  border: 0;
  outline: 0;
}
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus,
a,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  cursor: pointer;
  opacity: 0.85;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: none;
  content: "";
}
ol,
ul {
  list-style: none;
}

li {
  text-indent: -4px;
}
.main {
  position: relative;
  min-height: var(--vh);
  overflow: hidden;
}
.allHidden {
  overflow: hidden;
}
.btn_hvr:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.75;
  cursor: pointer;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/jquery_icon.png);
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/jquery_icon.png);
}
.ui-datepicker-calendar {
  color: var(--black);
}
.ui-datepicker-month,
.ui-datepicker-year {
  text-align: center;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.loader {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 70px;
  position: relative;
}
.loader div {
  width: 8px;
  display: inline-block;
  position: absolute;
  left: 4px;
  background-color: var(--darkgreen);
  -webkit-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
  left: 4px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
.loader div:nth-child(2) {
  left: 16px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.loader div:nth-child(3) {
  left: 28px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
#loader span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--darkgreen);
  text-align: center;
  text-transform: uppercase;
  display: none;
}
@keyframes loading {
  0% {
    top: 8px;
    height: 64px;
  }
  100%,
  50% {
    top: 24px;
    height: 32px;
  }
}
@-webkit-keyframes loading {
  0% {
    top: 8px;
    height: 64px;
  }
  100%,
  50% {
    top: 24px;
    height: 32px;
  }
}
:root {
  --NotoSan: "Noto Sans TC", sans-serif;
  --Poppins: "Poppins", sans-serif;
  --white: #fff;
  --azure: #f5fefd;
  --aliceblue: #f2fafa;
  --mintcream: #e0f9f6;
  --lightblue: #dcf3f3;
  --lightcyan: #d4efef;
  --cyan: #97eeea;
  --aqua: #35c7cc;
  --lightseagreen: #18b5b0;
  --turquoise: #25b1c1;
  --mediumturquoise: #179aae;
  --darkturquoise: #1b9fae;
  --lake: #26828f;
  --teal: #0a7e8f;
  --cadetblue: #189891;
  --darkcyan: #007e7a;
  --darkgreen: #084958;
  --pine: #053736;
}
body {
  font-family: "微軟正黑體", var(--NotoSan);
  min-width: 350px;
  width: 100%;
  margin: 0 auto;
  min-height: var(--vh);
  background-color: var(--aliceblue);
  word-break: break-all;
  letter-spacing: 1px;
}
.table {
  margin-bottom: 0;
}
.container_1000_25,
.container_1000_30,
.container_1060_25,
.container_1140_25,
.container_620_15,
.container_756_22,
.container_800_25,
.container_880_29,
.container_880_80,
.container_885_28,
.container_945_25,
.container_965_25,
.container_990_25 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container_1000_25,
.container_1060_25,
.container_1140_25,
.container_800_25,
.container_945_25,
.container_965_25,
.container_990_25 {
  padding: 0 25px;
}
.container_1000_30 {
  padding: 0 30px;
}
.container_885_28 {
  padding: 0 28px;
}
.container_880_29 {
  padding: 0 29px;
}
.container_880_80 {
  padding: 0 80px;
}
.container_756_22 {
  padding: 0 22px;
}
.container_620_15 {
  padding: 0 15px;
}
.container_1140_25 {
  max-width: 1170px;
}
.container_1060_25 {
  max-width: 1090px;
}
.container_1000_25,
.container_1000_30 {
  max-width: 1030px;
}
.container_990_25 {
  max-width: 1020px;
}
.container_965_25 {
  max-width: 995px;
}
.container_945_25 {
  max-width: 975px;
}
.container_885_28 {
  max-width: 930px;
}
.container_880_29,
.container_880_80 {
  max-width: 910px;
}
.container_800_25 {
  max-width: 830px;
}
.container_756_22 {
  max-width: 786px;
}

.container_620_15 {
  max-width: 650px;
}
.bread {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.bread .bread-item a,
.bread .bread-item {
  font-size: 12px;
  color: #053736;
  text-decoration: underline;
}
.bread .bread-item a:hover {
  opacity: 0.7;
}
.bread span {
  display: block;
  margin: 0 7px;
}

@media screen and (min-width: 992px) {
  .inner.opacity {
    animation: opacity 1.2s ease;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .container_1000_25,
  .container_1000_30,
  .container_1060_25,
  .container_1140_25,
  .container_620_15,
  .container_756_22,
  .container_800_25,
  .container_880_29,
  .container_880_80,
  .container_885_28,
  .container_945_25,
  .container_965_25,
  .container_990_25 {
    padding: 0 15px;
  }
  .bread {
    padding: 0 32px;
    margin-bottom: 14px;
  }
  .bread span {
    margin: 0 11px;
  }
}
.inner_banner {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  width: 100%;
}
.inner_banner img {
  width: 100%;
  max-width: 100%;
}
.inner_banner img:last-of-type {
  display: none;
}
.inner_title {
  text-align: center;
}

.inner_title h1,
.inner_title h2 {
  font-size: 22px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_title h1 span,
.inner_title h2 span {
  background-image: url(../images/bg_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 289px 73px;
  width: 289px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}

.inner_title p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  color: #179aae;
}
@media (min-width: 768px) {
  .inner_banner img:first-of-type {
    display: none;
  }
  .inner_banner {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .inner_banner {
    height: auto;
  }
  .inner_banner img:last-of-type {
    display: block;
  }
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: var(--Poppins);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--pine);
  background-color: transparent;
  border-radius: 50%;
  margin: 0 2.5px;
}
.pages a.pages_left,
.pages a.pages_right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
}
.pages a.pages_left {
  background-image: url(../images/pages_left.svg);
  margin-right: 22px;
}
.pages a.pages_right {
  background-image: url(../images/pages_right.svg);
  margin-left: 22px;
}
.pages a.pages_left:hover,
.pages a.pages_right:hover {
  color: transparent;
  background-color: transparent;
  opacity: 0.65;
}
.pages a.active,
.pages a:hover {
  color: var(--white);
  background-color: var(--darkturquoise);
}
.pages.reverse_effect a {
  color: var(--white);
}
.pages.reverse_effect .pages_left {
  background-image: url(../images/pages_left2.svg);
}
.pages.reverse_effect .pages_right {
  background-image: url(../images/pages_right2.svg);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 80px;
  background-color: var(--azure);
  z-index: 30;
}
.header_container {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_toggler {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 27px;
  width: 31px;
  height: 27px;
  position: relative;
  z-index: 25;
  cursor: pointer;
}
.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden auto;
  background-color: var(--darkgreen);
  padding: 95px 0;
}
.header_nav li {
  list-style-type: none;
  position: relative;
}
.header_nav .header_sub a,
.header_nav li > a,
.header_nav li > a b,
.header_nav li > span,
.header_nav li > span b {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.45;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 25.5px 15px;
  letter-spacing: 0.7px;
}
.header_nav li > a svg,
.header_nav li > span svg {
  margin-right: 8px;
  margin-bottom: 7px;
}
.header_nav li > a svg path,
.header_nav li > span svg path {
  fill: var(--white);
}
.header_nav li > a b,
.header_nav li > span b {
  display: inline-block;
  padding: 0;
}
.header_nav li:hover .header_sub {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}
.header_nav li.active span,
.header_nav li.active > a,
.header_nav li:hover span,
.header_nav li:hover > a {
  background-color: var(--darkcyan);
}
.header_nav li.header_online:hover a,
.header_nav li.header_online:hover span {
  background-color: transparent;
}
.header_nav li.header_online:hover a img {
  opacity: 0.75;
}
.header_nav .header_sub a {
  color: var(--cadetblue);
  background-color: var(--white);
  padding: 12px 15px;
}
.header_nav .header_sub a.active,
.header_nav .header_sub a:hover {
  color: var(--white);
  background-color: var(--cadetblue);
}

.header_nav .header_link {
  display: flex;
  justify-content: center;
}

.header_nav .header_link a {
  padding: 23px 4.5px;
}

.header_nav .header_sub,
header.off .header_nav {
  display: none;
}
.header_nav li:hover .header_sub,
header.on .header_nav {
  display: block;
}
header.off .header_toggler {
  background-image: url(../images/header_ham.svg);
}
header.on .header_toggler {
  background-image: url(../images/header_close.svg);
}
header.header_s {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_nav {
    position: static;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_nav .header_sub {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 20;
  }
  .header_nav .header_sub a,
  .header_nav li > a,
  .header_nav li > span {
    color: var(--cadetblue);
    background-color: transparent;
    padding: 25.5px 15px;
  }
  .header_nav li > a svg path,
  .header_nav li > span svg path {
    fill: var(--aqua);
  }
  .header_nav li > a b,
  .header_nav li > span b {
    color: var(--aqua);
  }
  .header_nav li.active span,
  .header_nav li.active > a,
  .header_nav li:hover span,
  .header_nav li:hover > a {
    color: var(--white);
  }
  .header_nav .header_sub a {
    color: var(--cadetblue);
    background-color: var(--white);
    padding: 12px 15px;
  }
  .header_toggler {
    display: none;
  }
  header.off .header_nav,
  header.on .header_nav {
    display: flex;
  }
}
.header_nav li {
  text-indent: 0;
}

@media (min-width: 1200px) {
  .header_nav .header_sub a,
  .header_nav li > a,
  .header_nav li > span {
    padding: 25.5px 30px;
  }

  /* .header_nav li:last-child > a {
    padding: 25.5px 20px;
  } */

  .header_nav .header_sub a {
    padding: 12px 15px;
  }
}

.follow {
  position: fixed;
  right: 0;
  bottom: ;
}

footer {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  position: relative;
}
footer::before {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
footer ._footer {
  background: #1696a1;
  cursor: pointer;
  background: linear-gradient(
    0deg,
    rgba(22, 150, 161, 1) 0,
    rgba(27, 159, 174, 1) 100%
  );
  padding: 13px;
  font-size: 18px;
  line-height: 1.6667;
}
footer .footer_ {
  background-color: var(--teal);
  padding: 20px;
  font-size: 14px;
  line-height: 1.8571;
}
footer ._footer_ {
  background: #e6fffe;
  background: linear-gradient(
    0deg,
    rgba(230, 255, 254, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 50px;
  padding-bottom: 28px;
  display: none;
}
footer .footer_container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.6667;
  color: #000;
  text-align: justify;
  font-weight: 700;
}

footer .footer_container h5 {
  font-weight: 700;
  text-align: center;
  line-height: 1.6667;
  font-size: 18px;
}

footer .footer_container span {
  color: #199ba9;
  font-weight: 700;
}
footer .footer_container a {
  color: #000;
}

footer .footer_container b {
  font-weight: 900;
  padding: 0 2px;
}

footer .footer_container a:hover {
  opacity: 0.65;
}
footer .footer_container p {
  text-align: center;
  font-weight: 400;
}

footer .footer_container > div {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

footer ._footer:after {
  content: " +";
}
footer.active ._footer:after {
  content: " -";
}
footer.active ._footer_ {
  display: block;
}
@media (min-width: 576px) {
  footer .footer_ {
    padding: 15px;
  }
  footer .footer_ br {
    display: none;
  }
}
.modal {
  /* display: block; */
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-dialog {
  max-width: 100%;
  padding: 50px 28px;
  margin: 0 auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.modal .modal-body {
  padding: 0;
  position: relative;
}
.modal .modal_close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.modal .modal_close:hover {
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#modal_avator .modal-dialog {
  padding: 50px 16px;
  max-width: 760px;
}

#modal_avator .modal-content {
  border-radius: 20px;
  background: linear-gradient(to bottom, #ffffff, #e6fffe);
  border: 7px solid #35c7cc;
}

#modal_avator .modal-content::before {
  position: absolute;
  content: url("../images/modal_top.svg");
  top: -18px;
  left: 25px;
}

#modal_avator .modal-body {
  padding: 70px 37px;
}
#modal_avator .check_wrap {
  text-align: center;
}

#modal_avator .check_wrap p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 40px;
  color: #053736;
}

#modal_avator .check_wrap .tab {
  margin-top: 45px;
  display: inline-flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

#modal_avator .check_wrap .tab div {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.7px;
  border-radius: 88px;
  border: 3px solid #35c7cc;
  width: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#modal_avator .check_wrap .tab .agree {
  color: #ffffff;
  background-color: #1b9fae;
  margin-bottom: 20px;
}
#modal_avator .check_wrap .tab div:hover {
  opacity: 0.7;
}

#modal_avator .check_wrap .tab .cancel {
  color: #007e7a;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  #modal_avator .modal-body {
    padding: 88px 120px;
  }
}

@media screen and (min-width: 576px) {
  #modal_avator .check_wrap .tab {
    margin-top: 45px;
    display: inline-flex;
    flex-direction: initial;
  }

  #modal_avator .check_wrap .tab .agree {
    margin-bottom: 0;
    margin-right: 33px;
  }
}

.plugins,
.gotop {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: fixed;
  cursor: pointer;
  right: 15px;
  bottom: 60px;
  z-index: 20;
}
.plugins {
  bottom: 39%;
}

.plugins a {
  margin-bottom: 9px;
}
.plugins a img {
  width: 70px;
}

.gotop {
  width: 50px;
}

.plugins img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.plugins .gotop {
  display: none;
}
@media (min-width: 576px) {
  .plugins {
    bottom: 33%;
  }
}
@media (min-width: 992px) {
  .plugins {
    right: 20px;
  }
  .gotop {
    width: 64px;
  }
  .plugins a img {
    width: auto;
  }
}

.idx_swiper {
  position: relative;
}
.idx_swiper .idx_swiper_bgrounds > img {
  width: 100%;
  max-width: 100%;
}
.idx_swiper .idx_swiper_bgrounds > img:first-of-type {
  display: block;
}
.idx_swiper .idx_swiper_bgrounds > img:last-of-type {
  display: none;
}
.idx_swiper .idx_swiper_bground {
  display: none;
}
.idx_swiper .idx_plugins {
  width: 100%;
  max-width: 100%;
  padding-left: 7.8%;
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
.idx_swiper .swiper-button-next,
.idx_swiper .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  position: static;
}
.idx_swiper .swiper-button-prev {
  background-image: url(../images/left.svg);
  margin-right: 7px;
}
.idx_swiper .swiper-button-next {
  background-image: url(../images/right.svg);
}

.idx_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.idx_swiper .swiper-pagination-bullet.swiper-pagination-bullet {
  background-color: var(--white);
  opacity: 1;
}
.idx_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lightseagreen);
}
@media (min-width: 768px) {
  .idx_swiper .idx_swiper_bgrounds > img:first-of-type {
    display: none;
  }
  .idx_swiper .idx_swiper_bgrounds > img:last-of-type {
    display: block;
  }
}
@media (min-width: 1500px) {
  .idx_swiper .idx_swiper_bgrounds > img:last-of-type {
    display: none;
  }
  .idx_swiper .idx_swiper_bground {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
    width: 100%;
    height: 700px;
  }
  .idx_swiper .idx_plugins {
    padding-left: 100px;
    top: 76%;
  }
  .idx_swiper .swiper-button-next,
  .idx_swiper .swiper-button-prev {
    background-size: 62px 62px;
    width: 62px;
    height: 62px;
  }
  .idx_swiper .swiper-button-prev {
    margin-right: 8px;
  }
}
.idx_intro {
  background-color: var(--azure);
  clip-path: polygon(
    0 18px,
    100% 0,
    100% calc(100% - 21px),
    calc((100% - 94px) * 0.5) calc(100% - 21px),
    50% 100%,
    calc((100% + 94px) * 0.5) calc(100% - 21px),
    0 calc(100% - 21px)
  ); /* padding-top: 320px; */
  padding-top: 70px;
  padding-bottom: 62px;
  margin-top: -18px;
  position: relative;
  z-index: 1;
}
.idx_intro .container_620_15 > span,
.idx_intro::before {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
.idx_intro .container_620_15 > span:nth-of-type(1) {
  background-image: url(../images/bg_avator1.png);
  background-size: 229px 153px;
  width: 229px;
  height: 153px;
  top: -244px;
  left: -42px;
}
.idx_intro .container_620_15 > span:nth-of-type(2) {
  background-image: url(../images/bg_avator2.png);
  background-size: 134px 200px;
  width: 134px;
  height: 200px;
  top: -230px;
  right: -10px;
}
.idx_intro .container_620_15 > span:nth-of-type(3) {
  background-image: url(../images/bg_avator3.png);
}
.idx_intro h2,
.idx_intro p span {
  font-size: 26px;
  line-height: 1.3462;
  color: var(--mediumturquoise);
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.idx_intro p {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--pine);
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}
.idx_intro p span {
  display: block;
  text-align: left;
  margin-bottom: 0;
}
p:nth-of-type(1) br:nth-of-type(3),
p:nth-of-type(1) br:nth-of-type(6),
p:nth-of-type(1) br:nth-of-type(7),
p:nth-of-type(1) br:nth-of-type(8),
p:nth-of-type(2) br:nth-of-type(1),
p:nth-of-type(2) br:nth-of-type(2),
p:nth-of-type(2) br:nth-of-type(5) {
  display: block;
}
@media (min-width: 768px) {
  .idx_intro {
    clip-path: polygon(
      0 40px,
      100% 0,
      100% calc(100% - 21px),
      calc((100% - 94px) * 0.5) calc(100% - 21px),
      50% 100%,
      calc((100% + 94px) * 0.5) calc(100% - 21px),
      0 calc(100% - 21px)
    );
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .idx_intro {
    clip-path: polygon(
      0 60px,
      100% 0,
      100% calc(100% - 21px),
      calc((100% - 94px) * 0.5) calc(100% - 21px),
      50% 100%,
      calc((100% + 94px) * 0.5) calc(100% - 21px),
      0 calc(100% - 21px)
    );
    padding-top: 167px;
    padding-bottom: 194px;
    margin-top: -60px;
  }
  .idx_intro h2 {
    /* margin-bottom: 47px; */
    margin-bottom: 28px;
  }
  .idx_intro p {
    text-align: center;
  }
  .idx_intro p span {
    display: inline-block;
  }
  .idx_intro .container_620_15 > span:nth-of-type(1) {
    background-size: 370px 240px;
    width: 370px;
    height: 240px;
    top: 72px;
    left: -349px;
  }
  .idx_intro .container_620_15 > span:nth-of-type(2) {
    background-size: 199px 298px;
    width: 199px;
    height: 298px;
    top: -39px;
    right: -199px;
  }
  .idx_intro .container_620_15 > span:nth-of-type(3) {
    background-size: 366px 244px;
    width: 366px;
    height: 244px;
    right: -321px;
    bottom: -181px;
  }
}
.idx_info {
  background-color: var(--azure);
  padding-top: 21px;
  padding-bottom: 59px;
  margin-top: -21px;
}
.idx_notify,
.idx_place {
  position: relative;
}
.idx_place {
  /* padding-top: 60px; */
  padding-top: 19px;
  padding-bottom: 35px;
}
.idx_notify {
  padding-top: 35px;
  padding-bottom: 12px;
}
.idx_place .container_965_25 {
  padding-right: 0;
  text-align: center;
}
.idx_notify h2,
.idx_place h2 {
  font-size: 22px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx_place h2 {
  margin-bottom: 29px;
}
.idx_place h2.d-none.d-lg-block {
  display: none !important;
}
.idx_notify h2 {
  margin-bottom: 39px;
}
.idx_notify h2 span,
.idx_place h2 span {
  background-image: url(../images/bg_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 289px 73px;
  width: 289px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
}
.idx_place .idx_track {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  overflow-x: auto;
}
.idx_place table {
  width: 965px;
  max-width: 965px;
  margin: 0 auto 6px auto;
  border-radius: 20px;
}
.idx_place table tbody tr,
.idx_place table thead tr {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.idx_place table thead tr {
  color: var(--white);
  background-color: var(--turquoise);
}
.idx_place table tbody tr {
  color: var(--pine);
  background-color: var(--white);
}
.idx_place table tbody tr td,
.idx_place table thead tr th {
  border-right: 1px solid var(--cyan);
}
.idx_place table thead tr th {
  padding: 17px 10px;
}
.idx_place table tbody tr td {
  padding: 24px 10px;
  border-bottom: 1px solid var(--cyan);
}
.idx_place table tbody tr td:last-of-type,
.idx_place table thead tr th:last-of-type {
  border-right: 0;
}
.idx_place table tbody tr:last-of-type td {
  border-bottom: 0;
}
.idx_place table tbody tr td:nth-of-type(1),
.idx_place table thead tr th:nth-of-type(1) {
  width: calc((282 / 965) * 100%);
  max-width: calc((282 / 965) * 100%);
}
.idx_place table tbody tr td:nth-of-type(2),
.idx_place table thead tr th:nth-of-type(2) {
  width: calc((206 / 965) * 100%);
  max-width: calc((206 / 965) * 100%);
}
.idx_place table tbody tr td:nth-of-type(3),
.idx_place table thead tr th:nth-of-type(3) {
  width: calc((180 / 965) * 100%);
  max-width: calc((180 / 965) * 100%);
}
.idx_place table tbody tr td:nth-of-type(4),
.idx_place table thead tr th:nth-of-type(4) {
  width: calc((136 / 965) * 100%);
  max-width: calc((136 / 965) * 100%);
}
.idx_place table tbody tr td:nth-of-type(5),
.idx_place table thead tr th:nth-of-type(5) {
  width: 158px;
  max-width: 158px;
}
.idx_place table thead tr th:first-of-type {
  border-top-left-radius: 20px;
}
.idx_place table thead tr th:last-of-type {
  border-top-right-radius: 20px;
}
.idx_place table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.idx_place table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}
.idx_place p {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--mediumturquoise);
  font-weight: 500;
}
.idx_notify .idx_txt {
  padding-bottom: 50px;
}
.idx_notify p {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--pine);
  font-weight: 500;
  text-align: justify;
  padding-left: 29px;
  text-indent: -29px;
}
.idx_notify p span {
  display: inline-block;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 21px;
  width: 20px;
  height: 21px;
  margin-right: 9px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.idx_folbox {
  padding-bottom: 80px;
}
.idx_notify h2 {
  font-size: 22px;
  line-height: 1.3636;
  color: var(--mediumturquoise);
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}
.idx_notify h2 span {
  position: relative;
}
.idx_notify h2 span::before {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: var(--mediumturquoise);
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
}
.idx_follist {
  padding-bottom: 73px;
}
.idx_follist .fol_row.d-none.d-lg-block {
  display: none !important;
}
.idx_follist .container_1140_25 {
  /* padding-right: 0 !important; */
}
.idx_follist h3 {
  font-size: 21px;
  line-height: 1.3333;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 19px;
}
.idx_follist .fol_column:first-of-type {
  margin-bottom: 48px;
}
.idx_follist .fol_column:last-of-type {
  margin-bottom: 40px;
}
.idx_follist .idx_table {
  padding-bottom: 21px;
  overflow-x: auto;
}
.idx_follist .idx_table table {
  width: 560px;
  max-width: 560px;
}
.idx_follist .idx_table table tr td,
.idx_follist .idx_table table tr th {
  width: 33.3333%;
  max-width: 33.3333%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: center;
  padding: 14px 5px;
}
.idx_follist .idx_table table tr td:not(:last-of-type),
.idx_follist .idx_table table tr th:not(:last-of-type) {
  border-right: 2px solid var(--cyan);
}
.idx_follist .idx_table table thead tr {
  background-color: var(--mediumturquoise);
}
.idx_follist .idx_table table thead tr th {
  background-color: var(-mediumturquoise);
  color: var(--white);
}
.idx_follist .idx_table table thead tr th:first-of-type {
  border-top-left-radius: 20px;
}
.idx_follist .idx_table table thead tr th:last-of-type {
  border-top-right-radius: 20px;
}
.idx_follist .idx_table table tbody tr:nth-of-type(odd) {
  background-color: var(--mintcream);
}
.idx_follist .idx_table table tbody tr:nth-of-type(even) {
  background-color: var(--white);
}
.idx_follist .idx_table table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.idx_follist .idx_table table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}
.idx_follist h4 {
  font-size: 18px;
  line-height: 1.3333;
  color: var(--mediumturquoise);
  font-weight: 700;
}
.idx_follist p {
  color: var(--mediumturquoise);
  font-weight: 700;
  padding-left: 0;
  text-indent: 0;
}
.idx_follist p b {
  color: #370505;
  font-weight: 400;
}
.idx_rightnow {
  padding-bottom: 30px;
}
.idx_rightnow h5 {
  font-size: 18px;
  line-height: 2;
  color: var(--pine);
  font-weight: 700;
  text-align: justify;
  margin-bottom: 25px;
}
.idx_rightnow h5 span {
  font-size: 22px;
  color: var(--mediumturquoise);
}
.idx_rightnow .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  justify-content: center;
}
.idx_rightnow .row .col-6,
.idx_rightnow .row .col-md-3 {
  text-align: center;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 44px;
}
.idx_rightnow .row img {
  height: 154px;
  margin-bottom: 18px;
}
.idx_rightnow h6 {
  font-size: 22px;
  line-height: 1.3636;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 13px;
}
.idx_rightnow i {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: center;
  font-style: normal;
}
.idx_fastest {
  padding-bottom: 73px;
}
.idx_fastest .container_1140_25 .frame {
  background-color: var(--darkcyan);
  padding: 28px 20px;
  border-radius: 10px;
}
.idx_fastest .container_1140_25 .intro_links > div:first-of-type {
  margin-bottom: 23px;
}
.idx_fastest .container_1140_25 .intro_links > div:first-of-type img {
  display: block;
  margin: 0 auto;
}
.idx_fastest
  .container_1140_25
  .intro_links
  > div:first-of-type
  img:last-of-type {
  display: none;
}
.idx_fastest .container_1140_25 h4 {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--white);
  font-weight: 700;
  padding-left: 57px;
  text-indent: -57px;
}
.idx_fastest .container_1140_25 h4 > i {
  display: inline-block;
  font-style: normal;
  color: var(--white);
  position: relative;
  padding-left: 0;
  text-indent: 0;
}
.idx_fastest .container_1140_25 h4 > i::after {
  display: inline-block;
  color: var(--white);
  padding: 0 4px;
  content: "|";
}
.idx_fastest .container_1140_25 h4 > i:last-of-type:after {
  display: inline-block;
  color: transparent;
  padding: 0;
  content: "";
}
.idx_fastest .container_1140_25 .intro_more {
  display: block;
  font-size: 15px;
  line-height: 1.6667;
  color: var(--white);
  font-weight: 700;
  text-align: justify;
  margin-top: 13px;
}
.idx_fastest .container_1140_25 .intro_more i {
  text-decoration: underline;
  font-style: normal;
}
.idx_fastest .container_1140_25 .intro_more i:hover {
  opacity: 0.85;
}
.idx_notify .idx_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.idx_notify .idx_btns a,
.idx_notify .idx_btns svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.idx_notify .idx_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  max-width: 220px;
  font-size: 20px;
  line-height: 1.35;
  color: var(--darkcyan);
  font-weight: 700;
  text-align: center;
  padding: 11px 10px;
  border: 3px solid var(--aqua);
  border-radius: 88px;
  letter-spacing: 0.7px;
}
.idx_notify .idx_btns a:not(:last-of-type) {
  margin-bottom: 29px;
}
.idx_notify .idx_btns a span {
  font-size: 25px;
  color: var(--aqua);
}
.idx_notify .idx_btns svg {
  margin-right: 11px;
}
.idx_notify .idx_btns svg path {
  fill: var(--aqua);
}
.idx_notify .idx_btns a:hover {
  opacity: 0.65;
}
.idx_notify .idx_btns a:hover svg {
  -webkit-animation: ani_hello 1s linear infinite forwards;
  animation: ani_hello 1s linear infinite forwards;
}
.idx_notify .idx_btns a.no_css {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 603px) {
  .idx_follist .container_1140_25 {
    padding-right: 25px !important;
  }
  .idx_follist .idx_table table {
    width: 100%;
    max-width: 100%;
  }
  .idx_follist h4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .idx_info {
    padding-bottom: 50px;
  }
  .idx_place {
    padding-top: 68px;
    padding-bottom: 54px;
  }
  .idx_place h2.d-none.d-lg-block {
    display: flex !important;
  }
  .idx_notify {
    padding-top: 54px;
    padding-bottom: 48px;
  }
  .idx_notify::before,
  .idx_place::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px 270px;
    width: 270px;
    height: 270px;
    position: absolute;
    content: "";
    -webkit-animation: ani_rotate_8 2s ease-in infinite forwards;
    animation: ani_rotate_8 2s ease-in infinite forwards;
  }
  .idx_place::before {
    background-image: url(../images/idx_illus3.svg);
    top: 24px;
    left: -105px;
  }
  .idx_notify::before {
    background-image: url(../images/idx_illus4.svg);
    top: 5px;
    right: -111px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }
  .idx_place .container_965_25 {
    padding-right: 15px;
  }
  .idx_notify h2,
  .idx_place h2 {
    margin-bottom: 40px;
  }
  .idx_place .idx_track {
    margin-bottom: 0;
  }
  .idx_place table {
    margin: 0 auto;
  }
  .idx_notify .idx_txt {
    padding-bottom: 76px;
  }
  .idx_notify p {
    padding-left: 13px;
    text-indent: -18px;
  }
  .idx_folbox {
    padding-bottom: 105px;
  }
  .idx_follist {
    padding-bottom: 108px;
  }
  .idx_follist .container_1140_25 {
    padding-right: 15px !important;
  }
  .idx_follist .fol_row {
    margin: 0 -12px;
    margin-bottom: 40px;
    display: flex;
  }
  .idx_follist .fol_row.d-none.d-lg-block {
    display: flex !important;
  }
  .idx_follist .fol_column {
    width: 50%;
    max-width: 50%;
    padding: 0 12px;
  }
  .idx_follist .fol_column:first-of-type,
  .idx_follist .fol_column:last-of-type {
    margin-bottom: 0;
  }
  .idx_follist p {
    padding-left: 97px;
    padding-right: 97px;
    text-indent: 0;
  }
  .idx_rightnow {
    padding-bottom: 92px;
    position: relative;
  }
  .idx_rightnow::after,
  .idx_rightnow::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px 270px;
    width: 270px;
    height: 270px;
    position: absolute;
    content: "";
    -webkit-animation: ani_rotate_8 2s ease-in infinite forwards;
    animation: ani_rotate_8 2s ease-in infinite forwards;
  }
  .idx_rightnow::before {
    background-image: url(../images/idx_illus3.svg);
    top: -68px;
    left: -105px;
  }
  .idx_rightnow::after {
    background-image: url(../images/idx_illus4.svg);
    right: -111px;
    bottom: 0;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }
  .idx_rightnow h5 {
    text-align: center;
    margin-bottom: 42px;
  }
  .idx_rightnow .row img {
    height: 200px;
    margin-bottom: 22px;
  }
  .idx_rightnow .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .idx_rightnow .row .col-6,
  .idx_rightnow .row .col-md-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .idx_rightnow .row img {
    height: 154px;
    margin-bottom: 18px;
  }
  .idx_fastest {
    padding-bottom: 93px;
  }
  .idx_fastest .container_1140_25 .frame {
    padding: 28px 40px;
  }
  .idx_fastest .container_1140_25 .intro_links {
    display: flex;
  }
  .idx_fastest .container_1140_25 .intro_links > div:first-of-type {
    width: 135px;
    max-width: 135px;
    margin-bottom: 0;
  }
  .idx_fastest .container_1140_25 .intro_links > div:last-of-type {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px);
  }
  .idx_fastest
    .container_1140_25
    .intro_links
    > div:first-of-type
    img:first-of-type {
    display: none;
  }
  .idx_fastest
    .container_1140_25
    .intro_links
    > div:first-of-type
    img:last-of-type {
    display: inline;
  }
  .idx_fastest .container_1140_25 .intro_more {
    margin-top: 21px;
  }
  .idx_notify .idx_btns {
    flex-direction: row;
  }
  .idx_notify .idx_btns a:not(:last-of-type) {
    margin-right: 23px;
    margin-bottom: 0;
  }
}
@media (min-width: 1009px) {
  .idx_place .idx_track {
    -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  }
  .idx_place table {
    margin: 0 auto;
  }
  .idx_place p {
    display: none;
  }
}

.idx_product {
  background-color: var(--aliceblue);
  position: relative;
  padding: 0 15.5px;
  padding-top: 10px;
}

.idx_product .row {
  margin-top: 30px;
}

.idx_product .p_item {
  max-width: 465px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  transition: all 0.2s;
}

.idx_product .p_item:hover {
  filter: brightness(0.7);
}

.idx_product .p_item img {
  width: 61px;
  margin-right: 9px;
}

.idx_inner_title {
  background-color: var(--aliceblue);
  position: relative;
  padding-top: 60px;
}

.idx_inner_title h1 {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 30px;
  color: #084958;
  text-align: center;
  display: block;

  background-image: url("../images/bg_big_title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 452px 113px;
  width: 452px;
  height: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

.idx_inner_title h1 p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-left: 1.6px;
  line-height: 30px;
  margin-top: 5px;
  color: #084958;
}

.idx_product .p_item img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .idx_product .p_item {
    margin-bottom: 0;
    max-width: initial;
  }
}


.idx_news,
.idx_diary {
  margin-top: 40px;
}

.idx_news .news_list,
.idx_diary .diary_list {
  margin-top: 30px;
  padding: 0 30px;
}
.all_list{
  margin-top: 70px;
}


.idx_tenyears{
  padding-bottom: 50px;
}

.idx_tenyears .container_1000_25{
  max-width: 1067px;
}


.idx_tenyears .main_pic{
  /* max-width: 1037px; */
  margin: 30px 0;
  width: 100%;
}

.idx_tenyears .remark{
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 25px;
  color: #199BA9;
}
.idx_tenyears .remark span{
  color: #053736;
}

@media screen and (max-width: 576px) {
  .idx_news .news_list,
  .idx_diary .diary_list,
  .all_list {
    padding: 0;
  }
}

.idx_news .news_list .news_item,
.idx_diary .diary_list .diary_item,
.all_list .diary_item {
  margin-bottom: 20px;
}

.idx_news .news_list .news_item .box img,
.idx_diary .diary_list .diary_item .box img,
.all_list .diary_item .box img{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  transition: all 0.2s;
}

.idx_news .news_list .news_item:hover .box img,
.idx_diary .diary_list .diary_item:hover .box img,
.all_list .diary_item:hover .box img {
  filter: brightness(0.7);
}

.idx_news .news_list .news_item .box,
.idx_diary .diary_list .diary_item .box ,
.all_list .diary_item .box{
  margin-bottom: 14px;
}

.idx_news .news_list .news_item .more,
.idx_diary .diary_list .diary_item .more,
.all_list .diary_item .more {
  margin-top: 14px;
}

.idx_news .more_news,
.idx_diary .more_diary,
.idx_vdo .more_vdo {
  width: 315px;
  height: 36px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #22adbe;
  border-radius: 22px;
  border: 2px solid #35c7cc;
  color: #fff;
  margin: 0 auto;
  transition: all 0.2s;
}

.idx_news .more_news:hover,
.idx_diary .more_diary:hover,
.idx_vdo .more_vdo:hover {
  filter: brightness(0.8);
}

.idx_news .more_news p,
.idx_diary .more_diary p,
.idx_vdo .more_vdo p {
  margin-right: 8.5px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .idx_news,
  .idx_diary {
    margin-top: 60px;
  }

  .idx_news .news_list .news_item a,
  .idx_diary .diary_list .diary_item a ,
  .all_list .diary_item a{
    display: block;
  }

  .idx_news .more_news,
  .idx_diary .more_diary,
  .idx_vdo .more_vdo {
    margin-top: 20px;
  }
}
.idx_news .news_list .news_item .intro,
.idx_diary .diary_list .diary_item .intro,
.all_list .diary_item .intro {
  padding-top: 0;
  margin-left: 0;
}

.idx_vdo {
  margin-top: 60px;
}

.idx_vdo .vdo_list {
  padding: 0 30px;
  margin-top: 30px;
}

.idx_vdo .vdo_list .frame {
  display: block;
}
.idx_vdo .vdo_list .frame:hover img {
  opacity: 0.75;
}

.idx_vdo .ratio {
  margin-bottom: 14px;
}

.idx_vdo .ratio img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.idx_vdo .vdo_list .vdo_column {
  margin-bottom: 20px;
}

.idx_vdo .vdo_list a small {
  display: block;
  font-family: var(--Poppins);
  font-size: 18px;
  line-height: 1.5;
  color: var(--darkturquoise);
  font-weight: 400;
  margin-bottom: 4px;
}
.idx_vdo .vdo_list a p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: justify;
}
.idx_vdo .vdo_list a[target="_blank"] p {
  max-height: calc((18 * 1.5) * 3px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.diary,
.discount,
.news,
.sale {
  padding-top: 29px;
  padding-bottom: 51px;
  background-color: var(--aliceblue);
  position: relative;
}
.diary .container_880_29,
.report .container_1060_25,
.events .container_1060_25,
.discount .container_880_29,
.news .container_880_29,
.sale .container_880_29 {
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .diary .container_880_29,
  .discount .container_880_29,
  .news .container_880_29 {
    padding: 0 40px;
  }
}

@media screen and (min-width: 576px) {
  .sale .container_880_29 {
    padding: 0 50px;
  }
}

.diary .inner_title,
.discount .inner_title,
.news .inner_title {
  margin-bottom: 48px;
}
.diary .diary_list,
.diary .discount_list {
  padding-bottom: 38px;
}
.diary .row {
  margin-left: -8px;
  margin-right: -8px;
}
.diary .diary_column,
.diary .row .col-12 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.diary .frame {
  background: #0ca0a4;
  cursor: pointer;
  background: linear-gradient(
    0deg,
    rgba(12, 160, 164, 1) 0,
    rgba(51, 201, 206, 1) 100%
  );
  padding: 31px 33px;
  border-radius: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 4px solid var(--white);
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  color: var(--white);
}
.diary .frame::before {
  background-image: url(../images/diary_illus.svg);
  background-size: 70px 10px;
  width: 70px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
}
.diary .frame span {
  display: block;
  font-family: var(--Poppins);
  font-weight: 500;
}
.diary .frame > div {
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-right: 15px;
}
.diary .frame p {
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.diary .frame svg path {
  fill: var(--white);
}

.diary .diary_item,
.discount_item {
  padding-bottom: 24.5px;
  border-bottom: 1px solid #35c7cc;
  margin-bottom: 24.5px;
}

.diary .diary_item:first-child,
.discount_item:first-child {
  border-top: 1px solid #35c7cc;
  padding-top: 24.5px;
}

.report_item,
.events_item,
.discount_item,
.news_item {
  margin-bottom: 40px;
}
.diary_item a:hover .avator,
.recommend_item a:hover .avator,
.report_item a:hover .avator,
.events_item a:hover .avator,
.discount_item a:hover .avator,
.news_item a:hover .avator {
  opacity: 0.75;
}
.diary_item a:hover .intro .more,
.report_item a:hover .intro .more,
.events_item a:hover .intro .more,
.discount_item a:hover .intro .more,
.news_item a:hover .intro .more {
  background-color: #fff;
}
.diary .diary_item .avator,
.report_item .avator,
.events_item .avator,
.discount_item .avator,
.news_item .avator {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 61vw;
}
.diary .diary_item .intro,
.discount_item .intro {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 576px) {
  .diary .diary_item .intro,
  .discount_item .intro {
    display: block;
  }

  .diary .diary_item .intro .more,
  .discount_item .intro .more {
    margin-left: 0;
  }
}

.report_item .intro,
.events_item .intro,
.news_item .intro {
  padding: 0;
  padding-top: 13px;
  background-color: initial;
}
.diary_item .intro h5,
.report_item .intro h5,
.events_item .intro h5,
.discount_item .intro h5,
.news_item .intro h5 {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
  color: #053736;
  margin-bottom: 9px;
}

.diary_item .intro .tag,
.report_item .intro .tag,
.events_item .intro .tag,
.discount_item .intro .tag,
.news_item .intro .tag {
  margin: 8px 0;
  display: inline-block;
}
.diary_item .intro .tag:hover,
.report_item .intro .tag:hover,
.events_item .intro .tag:hover,
.recommend_item .intro .tag:hover,
.info .info_list a .tag:hover,
.discount_item .intro .tag:hover,
.news_item .intro .tag:hover {
  cursor: default;
}
.diary_item .intro .tag span,
.report_item .intro .tag span,
.events_item .intro .tag span,
.discount_item .intro .tag span,
.news_item .intro .tag span {
  font-size: 18px;
  font-weight: 700;
  color: #1b9fae;
  margin-right: 0;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.diary_item .intro p,
.report_item .intro p,
.events_item .intro p,
.discount_item .intro p,
.news_item .intro p {
  font-size: 16px;
  font-weight: 600;
  color: #053736;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 72px;
}

.diary .diary_item .intro p,
.discount_item .intro p {
  max-width: 496px;
}

.diary_item .more,
.report_item .more,
.events_item .more,
.discount_item .more,
.news_item .more {
  padding: 5px 13px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 22px;
  color: #179aae;
  border: 2px solid #35c7cc;
  margin-top: 20px;
}
.diary .diary_item .more,
.discount_item .more {
  margin-left: 20px;
  min-width: 91px;
}

.diary_item .more img,
.report_item .more img,
.events_item .more img,
.discount_item .more img,
.news_item .more img {
  margin-left: 12px;
}
.recommend_item a {
  display: flex;
}
.recommend_wra {
  margin-top: 65px;
}
.recommend_wra .recommend_list {
  margin-top: 28px;
}
.recommend_wra h4 {
  font-size: 26px;
  font-weight: 700;
  color: #179aae;
  text-align: center;
  border-bottom: 1px solid #179aae;
  padding-bottom: 15px;
}
.recommend_item {
  margin-bottom: 35px;
}
.recommend_item .avator {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-width: 54%;
  height: 33vw;
  border-radius: 10px;
}
.recommend_item .intro {
  padding: 0;
  background-color: initial;
  margin-left: 15px;
}
.recommend_item .intro .tag {
  margin-bottom: 5px;
  line-height: 1.2;
}
.recommend_item .intro .tag span {
  font-size: 13px;
  font-weight: 700;
  color: #1b9fae;
}
.recommend_item .intro p {
  font-size: 16px;
  font-weight: 600;
  color: #053736;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .diary,
  .discount,
  .news {
    padding-top: 29px;
    padding-bottom: 106px;
  }
  .diary .frame::before {
    background-size: 90px 10px;
    width: 90px;
  }
  .diary .diary_column,
  .diary .row .col-12 {
    margin-bottom: 14px;
  }
  .diary .frame > div {
    display: flex;
    align-items: center;
  }
  .diary .frame span {
    width: 110px;
    max-width: 110px;
  }
  .diary .frame p {
    width: calc(100% - 110px);
    max-width: calc(100% - 110px);
  }
  .diary .container_1060_25,
  .report .container_1060_25,
  .events .container_1060_25 {
    /* padding: 0; */
    display: flex;
    justify-content: space-between;
  }
  .diary_list,
  .report_list,
  .events_list,
  .news_list,
  .discount_list {
    padding-bottom: 38px; /* max-width: 730px; */
  }

  .all_list{
    padding-bottom: 0;
  }

  .diary_item,
  .report_item,
  .events_item,
  .discount_item,
  .news_item {
    margin-bottom: 35px;
  }

  .report_item a,
  .events_item a,
  .news_item a {
    display: flex;
  }
  .diary_item .avator,
  .report_item .avator,
  .events_item .avator,
  .discount_item .avator,
  .news_item .avator {
    width: 100%;
    min-width: 315px;
    max-width: 315px;
    height: 207px;
  }

  .report_item .intro,
  .events_item .intro,
  .news_item .intro {
    padding: 0;
    margin-left: 23px;
  }
  .diary_item .intro .tag,
  .report_item .intro .tag,
  .events_item .intro .tag,
  .discount_item .intro .tag,
  .news_item .intro .tag {
    margin: 0;
    margin-top: 9px;
    min-height: 50px;
    /* margin-bottom: px; */
  }
  .diary_item .more,
  .report_item .more,
  .events_item .more,
  .discount_item .more,
  .news_item .more {
    margin-top: 16px;
  }

  .content_detail {
    flex-grow: 1;
  }

  .recommend_item a {
    display: block;
  }
  .recommend_wra {
    margin-top: 0;
    min-width: 240px;
    max-width: 240px;
    margin-left: 105px;
  }
  .recommend_wra .recommend_list {
    margin-top: 16px;
  }
  .recommend_wra h4 {
    text-align: left;
    padding-bottom: 10px;
  }
  .recommend_item {
    margin-bottom: 15px;
  }
  .recommend_item .avator {
    min-width: 54%;
    height: 160px;
  }
  .recommend_item .intro {
    padding: 0;
    background-color: initial;
    margin-left: 0;
  }
}
.report,
.events {
  padding-top: 29px;
  padding-bottom: 51px;
  background-color: var(--aliceblue);
  position: relative;
}
.report .inner_title,
.events .inner_title {
  margin-bottom: 48px;
}
.report .report_list,
.events .events_list {
  padding-bottom: 60px;
}
.report .row,
.events .row {
  margin-left: -14px;
  margin-right: -14px;
}
.report .col-12,
.events .col-12,
.report .col-lg-4,
.events .col-lg-4,
.report .col-md-6,
.events .col-md-6,
.report .report_column,
.events .col-report_column {
  padding-left: 14px;
  padding-right: 14px;
}
.report .report_column,
.events .col-report_column {
  margin-bottom: 30px;
}
.report .frame,
.events .frame,
.report .frame small,
.events .frame small {
  display: block;
}
.report .frame .report_avator,
.events .frame .events_avator {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 55vw;
  margin-bottom: 12px;
  border-radius: 10px;
}
.report .frame:hover .report_avator,
.events .frame:hover .events_avator {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.75;
}
.report .frame small,
.events .frame small {
  font-family: var(--Poppins);
  font-size: 18px;
  line-height: 1.6667;
  color: var(--darkturquoise);
}
.report .frame h2,
.events .frame h2,
.report .frame p,
.events .frame p {
  color: var(--pine);
  text-align: justify;
  font-weight: 700;
  margin-bottom: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.report .frame h2,
.events .frame h2 {
  font-size: 24px;
  line-height: 1.25;
  text-align: justify;
  -webkit-line-clamp: 2;
}
.report .frame p,
.events .frame p {
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .report .frame h2,
  .events .frame h2 {
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 768px) {
  .report .frame .report_avator,
  .events .frame .events_avator {
    height: 30vw;
  }
}
@media (min-width: 992px) {
  .report,
  .events {
    padding-bottom: 106px;
  }
  .report .inner_title,
  .events .inner_title {
    margin-bottom: 48px;
  }
  .report .report_list,
  .events .events_list {
    padding-bottom: 46px;
  }
  .report .report_column,
  .events .events_column {
    margin-bottom: 50px;
  }
  .report .frame .report_avator,
  .events .frame .events_avator {
    height: 207px;
  }
}
.all_content {
  padding-top: 29px;
  padding-bottom: 50px;
  background-color: var(--aliceblue);
  position: relative;
}
.all_content .container_1060_25 {
  padding: 0 15px;
}
.all_content .report_editor,
.all_content .events_editor {
  margin-top: 40px;
}
.all_content .report_editor h2,
.all_content .events_editor h2 {
  font-size: 24px;
  font-weight: 700;
  color: #053736;
}
.all_content .report_editor img,
.all_content .events_editor img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.all_content .report_editor .time,
.all_content .events_editor .time {
  display: flex;
  margin-bottom: 15px;
}
.all_content .report_editor .time span,
.all_content .events_editor .time span {
  color: #1b9fae;
  font-size: 16px;
  font-weight: 700;
  min-width: 101px;
}

.all_content .report_editor .content_detail > div,
.all_content .events_editor .content_detail > div {
  width: 100%;
  padding-bottom: 56.25%;
  margin: 20px 0;
  position: relative;
}

.all_content .report_editor .content_detail .title,
.all_content .events_editor .content_detail .title,
.all_content .report_editor .content_detail .box,
.all_content .events_editor .content_detail .box {
  padding-bottom: 0;
  margin: 0;
}

.all_content .report_editor .content_detail > div iframe,
.all_content .events_editor .content_detail > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.all_content .report_editor .content_detail .box,
.all_content .events_editor .content_detail .box {
  margin-bottom: 20px;
}

.all_content .report_editor .content_detail,
.all_content .events_editor .content_detail {
  font-size: 16px;
  line-height: 26px;
  color: #053736;
} /* .all_content .report_editor small{font-family: var(--Poppins); font-size: 18px; line-height: 1.6667; color: var(--darkturquoise); margin-bottom: 2px;}.all_content .report_editor h2,.all_content .report_editor p,.all_content .report_editor p a{color: var(--pine); text-align: justify;}.all_content .report_editor h2{font-size: 24px; line-height: 1.25; font-weight: 700; text-align: justify; margin-bottom: 9px;}.all_content .report_editor p{font-size: 16px; line-height: 1.5; margin-bottom: 27px;}.all_content .report_editor p a{text-decoration: underline;}.all_content .report_editor p a:hover{opacity: 0.75;}.all_content .report_editor img{width: 100%; max-width: 100%; margin: 0 auto 30px auto;}.all_content .btn_back{padding-top: 37px;} */
@media (min-width: 992px) {
  .all_content {
    padding-bottom: 70px;
  } /* .all_content .container_1060_25{padding: 0;} */
  .all_content .report_editor,
  .all_content .events_editor {
    margin-top: 60px;
    display: flex;
  }
  .all_content .report_editor h2,
  .all_content .events_editor h2 {
    font-size: 30px;
  }
  .all_content .report_editor img,
  .all_content .events_editor img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .all_content .report_editor .content_detail,
  .all_content .events_editor .content_detail {
    font-size: 18px;
    line-height: 32px;
    color: #053736;
  }
}

.all_content .report_editor .content_detail .content_font,
.all_content .events_editor .content_detail .content_font {
  width: 100%;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 16px;
  position: relative;
}
.content_font {
  width: 100%;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 16px;
  position: relative;
}

.all_content .content_font img {
  width: auto;
  margin: 0;
  border-radius: 0;
}

.all_content .content_font .font_icon {
  margin-right: 16px;
}

.all_content .content_font img:nth-child(2) {
  margin-right: 2px;
}
.all_content .content_font img:nth-child(2),
.all_content .content_font img:last-child {
  cursor: pointer;
  transition: all 0.1s;
}
.all_content .content_font img:nth-child(2):hover,
.all_content .content_font img:last-child:hover {
  filter: brightness(0.9);
}

.further {
  padding-top: 29px;
  padding-bottom: 60px;
  background-color: var(--aliceblue);
  position: relative;
}
.further .inner_title {
  margin-bottom: 41px;
}
.further .inner_title h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 30px;
  color: #084958;
  text-align: center;
  display: block;
}

.further .inner_title h1 p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-left: 1.6px;
  line-height: 30px;
  margin-top: 5px;
  color: #084958;
}

@media screen and (max-width: 768px) {
  .further .inner_title h1,
  .idx_inner_title h1 {
    font-size: 26px;
    letter-spacing: 1px;
    padding-left: 1px;
    line-height: 26px;
  }

  .idx_inner_title h1 {
    background-size: 360px 95px;
    width: 360px;
    height: 95px;

    padding-bottom: 6px;
  }

  .further .inner_title h1 p,
  .idx_inner_title p {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-left: 0.8px;
    line-height: 26px;
  }
}

.further .further_search {
  padding-bottom: 30px;
}
.further .search {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}
.further .search h2,
.further .search h4 {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 400;
  margin-bottom: 19px;
  display: none;
}
.further .search h4 {
  display: block;
}
.further .search h2 span,
.further .search h4 b {
  font-family: var(--Poppins);
  font-weight: 400;
}
.further .search_row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 29px;
}
.further .search_row > div:first-of-type {
  width: 100%;
  max-width: 100%;
  order: 2;
}
.further .search_row > div:last-of-type {
  width: 100%;
  max-width: 100%;
  order: 1;
}
.further .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.further .tags a {
  display: inline-block;
  font-family: var(--Poppins);
  font-size: 12px;
  line-height: 1.4167;
  color: var(--pine);
  background-color: var(--lightblue);
  padding: 6px 12px;
  margin-bottom: 5px;
  border-radius: 4px;
  letter-spacing: 0;
}
.further .tags a:not(:last-of-type) {
  margin-right: 6px;
}
.further .tags a:hover {
  color: var(--lightblue);
  background-color: var(--pine);
}
.further .periods {
  display: flex;
  align-items: center;
  margin: 0 -8px 20px -8px;
}
.further .periods > div {
  width: 50%;
  max-width: 50%;
}
.further .current_unit .periods .from span,
.further .current_unit .periods .to span,
.further .current_units span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  text-align: center;
}
.further .current_units select,
.further .periods input {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4286;
  font-weight: 700;
  color: var(--pine);
  background-color: var(--white);
  text-align: center;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--pine);
  letter-spacing: 0.5px;
}
.further .periods input {
  width: calc(100% - (50px + 8px));
  max-width: calc(100% - (50px + 8px));
}
.further .current_units .select_box {
  width: calc(100% - (60px + 8px + 70px + 15px));
  max-width: calc(100% - (60px + 8px + 70px + 15px));
  position: relative;
}
.further .current_units .select_box > img {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  -webkit-pointer-events: none;
  pointer-events: none;
}
.further .current_units .select_box > select {
  text-align: left;
}
.further .current_units {
  margin-bottom: 25px;
}
.further .current_units > div {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.further .current_units a {
  display: inline-block;
  width: 70px;
  max-width: 70px;
  font-size: 14px;
  line-height: 1.4286;
  font-weight: 700;
  color: var(--white);
  background-color: var(--darkcyan);
  text-align: center;
  padding: 6px 15px;
  margin-left: 15px;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.further .current_units a:hover,
.further .tags a {
  opacity: 0.75;
}
.further .chart_wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.further .chart_wrap h3,
.further .search_wrap h3 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
}
.further .chart_wrap h3 {
  padding: 0 19px;
  margin-bottom: 17px;
}
.further .search_wrap h3 {
  margin-bottom: 20px;
}
.further .chart_box {
  overflow-x: auto;
  overflow-y: hidden;
}

.further .table_wrap {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 992px) {
  .further .table_wrap {
    display: block;
  }
}

.further .chart_box .chart {
  width: 1110px;
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 27px;
}
.further .chart_box .myChart {
  width: 100%;
  max-width: 100%;
}
.further .search_list {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 26px;
}

.further .search_list h4 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 28px;
}

.further .search_list .search_tabs {
  width: 100%;
  max-width: 100%;
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}

.further .search_list .search_tabs div {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #053736;
  padding: 10px 2px;
  margin: 0 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
}
.further .search_list .search_tabs div:first-child {
  margin-left: 2px;
}

.further .search_list .search_tabs div::after {
  position: absolute;
  content: "";
  background-color: var(--mediumturquoise);
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.1s;
}
.further .search_list .search_tabs div.active,
.further .search_list .search_tabs div:hover {
  color: var(--mediumturquoise);
}

.further .search_list .search_tabs div.active::after,
.further .search_list .search_tabs div:hover::after {
  width: 110%;
}

.further .search_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.further .table_box {
  min-width: 417px;
  width: 397px;
  max-width: 397px;
  max-height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  padding-right: 20px;
  margin-bottom: 17px;
}

@media screen and (max-width: 576px) {
  .further .table_box {
    min-width: 100%;
    width: 100%;
    max-width: 100%;

    padding-right: 0;
  }
}

.further .table {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.further .table .table_thead .table_tr {
  background-color: var(--mediumturquoise);
}
.further .table .table_tbody .table_tr:nth-of-type(odd) {
  background-color: var(--mintcream);
}
.further .table .table_tbody .table_tr:nth-of-type(even) {
  background-color: var(--white);
}
.further .table .table_tr {
  display: flex;
}
.further .table .table_td,
.further .table .table_th {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: center;
  padding: 13px;
}
.further .table .table_th {
  color: var(--white);
}
.further .table .table_tr .table_td:nth-of-type(odd),
.further .table .table_tr .table_th:nth-of-type(odd) {
  width: calc((236 / 380) * 100%);
  max-width: calc((236 / 380) * 100%);
}
.further .table .table_tr .table_td:nth-of-type(even),
.further .table .table_tr .table_th:nth-of-type(even) {
  width: calc((144 / 380) * 100%);
  max-width: calc((144 / 380) * 100%);
}
.further .table .table_tr .table_td:not(:last-of-type),
.further .table .table_tr .table_th:not(:last-of-type) {
  border-right: 1px solid var(--cyan);
}

@media (min-width: 1125px) {
  .further .chart_wrap h3,
  .further .search_wrap h3 {
    display: none;
  }
}
@media (min-width: 992px) {
  .further {
    padding-top: 29px;
    padding-bottom: 114px;
  }
  .further .inner_title {
    margin-bottom: 50px;
  }

  .further .content_wra {
    display: flex;
  }

  .further .content_wra .search_item {
    width: 100%;
  }

  .further .content_wra .search_item:first-child {
    margin-right: 64px;
  }

  .further .search_wrap {
    padding: 0 60px;
  }

  .further .further_search {
    padding-bottom: 56px;
  }
  .further .search {
    padding: 0 15px;
  }
  .further .search h2 {
    margin-bottom: 16px;
    display: block;
    text-align: right;
  }
  .further .search h4 {
    display: none;
  }
  .further .search_row {
    margin: 0 -15px 55px -15px;
    flex-direction: row;
  }
  .further .search_row > div {
    padding: 0 15px;
  }
  .further .search_row > div:first-of-type {
    width: 630px;
    max-width: 630px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .further .search_row > div:last-of-type {
    width: calc(100% - 630px);
    max-width: calc(100% - 630px);
  }
  .further .tags {
    width: calc(100% - 335px);
    max-width: calc(100% - 335px);
    padding-right: 15px;
    margin-bottom: 0;
  }
  .further .periods {
    width: 335px;
    max-width: 335px;
    margin-bottom: 5px;
  }
  .further .current_units {
    margin-bottom: 5px;
  }
  .further .current_units > div {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .further .current_units .select_box {
    max-width: 270px;
  }
  .further .chart_wrap h3 {
    padding: 0 15px;
  }
  .further .chart_box .chart {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
  }
  .further .search_list {
    padding: 0 15px;
  }
  .further .search_list .search_tabs {
    margin-bottom: 26px;
  }
  .further .search_list h4 {
    margin-bottom: 25px;
  }
}
.score {
  padding-bottom: 81px;
}
.score .inner_title {
  margin-bottom: 21px;
}
.score_wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
/* .score_table {
  overflow-x: auto;
} */
.score_table table {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 13px;
}
.score_table table thead tr {
  background-color: var(--mediumturquoise);
}


.score_table.d-md-none table thead th:nth-of-type(odd){
  background-color: var(--white);
}
.score_table.d-md-none table thead th:nth-of-type(even){
  background-color: var(--mintcream);

}

.score_table.d-md-none table thead th:first-child{
  background-color: var(--mediumturquoise);
  color: var(--white);

}
.score_table.d-md-none table thead tr th {
  color: var(--pine);

}


.score_table table tbody tr:nth-of-type(odd) {
  background-color: var(--mintcream);
}
.score_table table tbody tr:nth-of-type(even) {
  background-color: var(--white);
}



.score_table.d-md-none table tr td:nth-of-type(odd){
  background-color: var(--white);
}
.score_table.d-md-none table tr td:nth-of-type(even){
  background-color: var(--mintcream);
}

.score_table.d-md-none table tr td:first-child{
  background-color: var(--mediumturquoise);
  color: var(--white);

}

.score_table.d-md-none table tbody tr td,
.score_table.d-md-none table thead tr th {
  border-bottom: 1px solid var(--cyan);
}
.score_table.d-md-none table tbody tr:last-child td {
  border-bottom: 0;
}



.score_table table thead tr th.d-sm-block,
.score_table table tbody tr td.d-sm-block{
  display: none !important;
}

.score_table table tbody tr td,
.score_table table thead tr th {
  width: calc(100% / 9);
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: center;
  padding: 15px 4px;
  letter-spacing: 0.5px;
}
.score_table table thead tr th {
  color: var(--white);
}
.score_table table tbody tr td:not(:last-of-type),
.score_table table thead tr th:not(:last-of-type) {
  border-right: 1px solid var(--cyan);
}
.score_table table thead tr th:first-of-type {
  border-top-left-radius: 20px;
}
.score_table table thead tr th:last-of-type {
  border-top-right-radius: 20px;
}
.score_table table tbody tr:last-child td:first-of-type {
  border-bottom-left-radius: 20px;
}
.score_table table tbody tr:last-child td:last-of-type {
  border-bottom-right-radius: 20px;
}
.score p,
.score_wrap h2 {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 21px;
}
.score p {
  color: var(--pine);
  font-weight: 400;
  margin-bottom: 0;
}

#further .score_table.d-md-none table tbody tr td,
#further .score_table.d-md-none table thead tr th{
  font-size: 15px;
}

#further .score_table.d-md-none table tbody tr td:first-child ,
#further .score_table.d-md-none table thead tr th:first-child {
  width: 15%;
}

@media (min-width: 992px) {
  .score {
    padding-bottom: 96px;
  }
  .score .inner_title {
    margin-bottom: 63px;
  }
  .score_wrap {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {

  
}

@media screen and (min-width:576px){
  .score_table table thead tr th.d-sm-block,
  .score_table table tbody tr td.d-sm-block{
    display: table-cell !important;
  }
}

@media (min-width: 1187px) {
  .score_table table {
    margin-bottom: 30px;
  }
  /* .score h2 {
    display: none;
  } */
  .score_wrap h2 {
    display: none;
  }
}
.intro_data {
  padding-bottom: 68px;
  margin-top: 10px;
}
.intro_data .inner_title {
  margin-bottom: 49px;
}
.intro_data_container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; /* padding-left: 26px; */
  padding: 0 16px;
}
.intro_table {
  overflow-x: auto;
  padding-bottom: 40px;
}
.intro_table table {
  width: 100%;
  max-width: 1140px;
}
.intro_table table.d-none.d-lg-block {
  display: none !important;
}
.intro_table table tr {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  /* text-align: justify; */
  letter-spacing: 0.5px;
}
.intro_table table tr small {
  font-size: 14px;
  line-height: 1.4286;
}
.intro_table table tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.intro_table table tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
}
.intro_table table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.intro_table table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}
.intro_table table tr:last-of-type td:last-of-type span {
  margin-left: 83px;
}

.intro_table table tr td:not(:last-of-type) {
  /* border-bottom: 1px solid var(--cyan); */
  border-right: 1px solid var(--cyan);
}
.intro_table table tr td {

  padding: 25px 14px;
}

.intro_table table tr td:last-of-type {

  /* padding: 10px 30px;
  padding-right: 20px; */
}

@media screen and (max-width: 992px) {
  .intro_table table tr td:last-of-type {
    padding: 20px 25px;
  }
}
.intro_table table tr td:nth-of-type(odd) {
  background-color: var(--mintcream);
  width: calc((170 / 1140) * 100%);
  max-width: calc((170 / 1140) * 100%);
}
.intro_table table tr td:nth-of-type(even) {
  width: calc((257 / 1140) * 100%);
  max-width: calc((257 / 1140) * 100%);
  background-color: var(--white);
}
.intro_table table tr:not(:last-of-type) td {
  border-bottom: 1px solid var(--cyan);
  border-right: 1px solid var(--cyan);
}
.intro_table table tr td:last-child {
  border-right: 0;
}
/* .intro_data h2 {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 49px;
} */
.intro_data p {
  font-size: 15px;
  line-height: 2;
  color: var(--pine);
  text-align: justify;
}
.intro_data p span{
  color: #199ba9;
}

.intro_data p a {
  color: var(--pine);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .intro_data {
    padding-bottom: 81px;
  }
  .intro_data_container {
    padding: 0 15px;
  }
  .intro_data .inner_title {
    margin-bottom: 46px;
  }
  .intro_table {
    padding-bottom: 32px;
  }
  .intro_table table.d-none.d-lg-block {
    display: table !important;
  }
  .intro_table table {
    width: 100%;
    max-width: 1140px;
  }
  .intro_table table tr td {
    padding: 14px 21px;
    padding-right: 5px;
  }
  .intro_table table tr td:nth-of-type(odd) {
    width: calc((180 / 1140) * 100%);
    max-width: calc((180 / 1140) * 100%);
  }
  .intro_table table tr td:nth-of-type(even) {
    width: calc((390 / 1140) * 100%);
    max-width: calc((390 / 1140) * 100%);
  }
}
/* @media (min-width: 1187px) {
  .intro_data h2 {
    display: none;
  }
} */
.intro {
  /* padding-bottom: 68px; */
  background-color: var(--aliceblue);
  position: relative;
  z-index: 1;
}
.intro .inner_title {
  margin-bottom: 50px;
}
.intro .intro_avator {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 84px auto;
}
.intro .intro_avator img,
.intro .pie_avator img {
  width: 100%;
  max-width: 100%;
}
.intro .intro_avator img:last-of-type,
.intro .pie_avator img:last-of-type {
  display: none;
}
.intro .pie_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.intro .pie_row > div:first-of-type {
  padding: 0 27px;
  margin-bottom: 37px;
}
.intro .pie_row > div:last-of-type {
  /* padding-left: 27px; */
  padding: 0 21px;
  margin-bottom: 44px;
}
.intro .intro_pie .frame {
  background-color: var(--lightcyan);
  height: 100%;
  padding: 10px;
  border-radius: 20px;
}
.intro .intro_pie .pie_inner {
  background-color: var(--white);
  height: 100%;
  padding: 40px 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro .intro_pie h2 {
  font-size: 24px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}
.intro .intro_pie h3 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--mediumturquoise);
  font-weight: 700;
  margin-bottom: 6px;
}
.intro .table_wrap {
  /* margin-bottom: 19px; */
  /* overflow-x: auto; */
}
.intro .table {
  /* min-width: 474px; */
  /* width: 474px; */
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.intro .table .table_tbody,
.intro .table .table_thead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.intro .table .table_thead {
  color: var(--white);
  background-color: var(--mediumturquoise);
}
.intro .table .table_tbody {
  color: var(--pine);
  letter-spacing: 0.5px;
}
.intro .table .table_tbody .table_tr:nth-of-type(odd) {
  background-color: var(--mintcream);
}
.intro .table .table_tbody .table_tr:nth-of-type(even) {
  background-color: var(--white);
}
.intro .table .table_tbody a {
  color: var(--pine);
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
  font-size: 15px;
}
.intro .table .table_tbody a:hover {
  opacity: 0.75;
}
.intro .table .table_tr {
  display: flex;
}
.intro .table .table_td,
.intro .table .table_th {
  padding: 13px 10px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .table .table_td:nth-of-type(1),
.intro .table .table_th:nth-of-type(1) {
  width: calc((278 / 610) * 100%);
  text-align: left;
  padding-left: 21px;
  justify-content: flex-start;
}
.intro .table .table_td:nth-of-type(2),
.intro .table .table_th:nth-of-type(2) {
  width: calc((200 / 610) * 100%);
}
.intro .table .table_td:nth-of-type(3),
.intro .table .table_th:nth-of-type(3) {
  width: calc((160 / 610) * 100%);
}
.intro .table .table_td:not(:last-of-type),
.intro .table .table_th:not(:last-of-type) {
  border-right: 1px solid var(--cyan);
}
.intro .container_1140_25 p {
  font-size: 18px;
  line-height: 1.6667;
  color: var(--pine);
  font-weight: 500;
  text-align: justify;
  margin-bottom: 51px;
}
.intro .container_1140_25 p span {
  color: #199ba9;
}

.pie_avator {
  width: 100%;
  height: 100%;
}

#myPieChart {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}

/* @media (min-width: 576px) {
  #myPieChart{
    width: 100%;
    height: 100%;
  }
}
 */

@media (min-width: 545px) {
  .intro .pie_row > div:last-of-type {
    padding-right: 27px;
  }
  .intro .intro_pie h3 {
    display: none;
  }
}
@media (min-width: 560px) {
  .intro .intro_avator {
    padding: 0 25px;
  }
  .intro .intro_avator img:first-of-type,
  .intro .pie_avator img:first-of-type {
    display: none;
  }
  .intro .intro_avator img:last-of-type,
  .intro .pie_avator img:last-of-type {
    display: block;
  }
}
@media (min-width: 575px) {
  .intro .table {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  
.intro .table .table_td,
.intro .table .table_th {
  display: block;

}

  .intro .table .table_tbody a {
    -webkit-line-clamp: 1;
}
}

@media (min-width: 992px) {
  /* .intro {
    padding-bottom: 101px;
  } */



  .intro .inner_title {
    margin-bottom: 60px;
  }
  .intro .intro_avator {
    padding: 0 15px;
    margin: 0 auto 80px auto;
  }
  .intro .pie_container {
    padding: 0 15px;
  }
  .intro .pie_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .intro .pie_row > div:first-of-type,
  .intro .pie_row > div:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .intro .pie_row > div:first-of-type {
    width: calc((515 / 1140) * 100%);
    max-width: calc((515 / 1140) * 100%);
  }
  .intro .pie_row > div:last-of-type {
    width: calc((625 / 1140) * 100%);
    max-width: calc((625 / 1140) * 100%);
  }
  .intro .intro_pie .pie_inner {
    padding: 40px 58px;
  }
  .intro .intro_pie .pie_inner h2 {
    margin-bottom: 39px;
  }
  /* .intro .container_1140_25 p {
    margin-bottom: 81px;
  } */
}
.intro_btns {
  padding-bottom: 58px;
}
.intro_btns a {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.intro_btns img {
  max-width: 100%;
}
.intro_btns b {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .intro_btns {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .intro_btns {
    max-width: 100%;
    padding-bottom: 54px;
  }
  .intro_btns .row {
    justify-content: center;
    margin-left: -17px;
    margin-right: -17px;
  }
  .intro_btns .row .col-12,
  .intro_btns .row .col-lg-auto,
  .intro_btns .row .col-md-6 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1200px) {
  .intro_btns .row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .intro_btns .row .col-12,
  .intro_btns .row .col-lg-auto,
  .intro_btns .row .col-md-6 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.info {
  padding-top: 29px;
  background-color: var(--aliceblue);
  position: relative;
  padding-bottom: 85px;
}
.info .inner_title {
  margin-bottom: 62px;
}
.info .row {
  margin-left: -13px;
  margin-right: -13px;
}
.info .col-12,
.info .col-lg-4,
.info .col-md-6,
.info .info_column {
  padding-left: 13px;
  padding-right: 13px;
}
.info .info_column {
  margin-bottom: 36px;
}
.info .box {
  margin-bottom: 9px;
}
.info .box img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.info .info_list .frame {
  display: block;
}
.info .info_list .frame:hover img {
  opacity: 0.75;
}
.info .info_list a h5 {
  font-size: 24px;
  font-weight: 700;
  color: #053736;
  margin-bottom: 10px;
}
.info .info_list a p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: justify;
}
.info .info_list a .tag {
  margin-top: 9px;
}
.info .info_list a .tag span {
  font-size: 16px;
  font-weight: 700;
  color: #1b9fae;
}
.info .info_list a[target="_blank"] p {
  max-height: calc((18 * 1.5) * 3px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .container_880_80 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .info .info_wrap {
    padding-top: 38px;
    padding-bottom: 72px;
  }
  .info .info_column {
    margin-bottom: 60px;
  }
}
.info_content {
  padding-top: 29px;
  background-color: var(--aliceblue);
  position: relative;
}
.all_content .info_content_wrap .container_1060_25 {
  padding: 0 15px;
}
.all_content .info_content_wrap .report_editor {
  display: block;
}
@media (min-width: 992px) {
  .info_content .info_content_wrap {
    padding-top: 11px;
    padding-bottom: 94px;
  }
  .info_content .info_content_wrap::before {
    top: 21px;
    right: 0;
  }
  .info_content .info_content_column {
    margin-bottom: 60px;
  }
  .info_content_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -22px;
    margin-right: -22px;
  }
  .info_content_row > div {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 18px;
  }
  .info_content_row > div:first-of-type {
    width: 340px;
    max-width: 340px;
  }
  .info_content_row > div:last-of-type {
    width: calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
  .info_content .info_content_list h2 {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .info_content .info_content_list h2 b,
  .info_content .info_content_list h2 span {
    display: inline-block;
    margin-bottom: 0;
  }
  .info_content .info_content_list h2 span {
    margin-right: 14px;
  }
  .info_content .table {
    margin-bottom: 0;
  }
}
.vdo {
  padding-top: 29px;
  padding-bottom: 69px;
  background-color: var(--aliceblue);
  position: relative;
}
.vdo .inner_title {
  margin-bottom: 50px;
}
.vdo .row {
  margin-left: -13px;
  margin-right: -13px;
}
.vdo .col-12,
.vdo .col-lg-4,
.vdo .col-md-6,
.vdo .vdo_column {
  padding-left: 13px;
  padding-right: 13px;
}
.vdo .vdo_column {
  margin-bottom: 36px;
}
.vdo .ratio {
  margin-bottom: 16px;
}
.vdo .ratio iframe,
.vdo .ratio img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.vdo .vdo_list .frame {
  display: block;
}
.vdo .vdo_list .frame:hover img {
  opacity: 0.75;
}
.vdo .vdo_list a small {
  display: block;
  font-family: var(--Poppins);
  font-size: 18px;
  line-height: 1.5;
  color: var(--darkturquoise);
  font-weight: 400;
  margin-bottom: 4px;
}
.vdo .vdo_list a p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--pine);
  font-weight: 700;
  text-align: justify;
}
.vdo .vdo_list a[target="_blank"] p {
  max-height: calc((18 * 1.5) * 3px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .vdo .vdo_list a[target="_blank"] p {
    height: calc((18 * 1.5) * 3px);
  }
}
@media (min-width: 992px) {
  .vdo {
    padding-bottom: 106px;
  }
  .vdo .vdo_column {
    margin-bottom: 49px;
  }
  .vdo .ratio {
    margin-top: 12px;
  }
}
@keyframes ani_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes ani_rotate_8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@keyframes ani_hello {
  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes ani_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes ani_rotate_8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@-webkit-keyframes ani_hello {
  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.sale .sale_item {
  display: flex;
  margin-top: 40px;
  border-bottom: 1px solid #39827f;
  padding-bottom: 40px;
}

.sale .sale_item:last-child {
  border-bottom: 0;
}

.sale .sale_item div {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #39827f;
  /* min-width: 70px; */
  min-width: 114px;
}

.sale .sale_item .sale_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
}

.sale .sale_item .sale_name li {
  text-indent: 0;
  width: 163px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #39827f;
  border-radius: 21px;
  border: 1px solid #39827f;
  margin-left: 11px;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .sale .inner_title {
    margin-bottom: 55px;
  }

  .sale .sale_item {
    display: block;
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 33px;
  }

  .sale .sale_item div {
    text-align: center;
    min-width: initial;
    margin-bottom: 17px;
  }

  .sale .sale_item .sale_name {
    justify-content: center;
  }

  .sale .sale_item .sale_name {
    margin-left: -5.5px;
    margin-right: -5.5px;
  }

  .sale .sale_item .sale_name li {
    margin: 0 5.5px;
    margin-bottom: 10px;
  }
}

.sitemap {
  margin-top: 80px;
  background-color: #e7fffe;
  padding-top: 52px;
  padding-bottom: 30px;
}

.sitemap .s_list {
  display: flex;
  justify-content: space-between;
}

.sitemap .s_list li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 24px;
  margin-bottom: 21px;
  display: block;
  color: #053736;
}

.sitemap .s_list li ul li a {
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .sitemap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sitemap .s_list {
    display: block;
  }

  .sitemap .s_list li a {
    margin-bottom: 32px;
  }

  .sitemap .s_list > li:last-child > a {
    margin-bottom: 0;
  }

  .sitemap .s_list li ul li a {
    font-weight: 400;
    margin-bottom: 21px;
  }
}

.not_found {
  margin-top: 80px;
  background-color: #fff;
  padding: 204px 0;
  text-align: center;
}

.not_found h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 67px;
  margin-bottom: 28px;
}

.not_found a {
  width: 165px;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
  border: 2px solid #35c7cc;
  color: #179aae;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #179aae;
  transition: all 0.2s;
}
.not_found a img {
  margin-left: 20px;
  width: 12px;
}
.not_found a:hover {
  filter: brightness(1.1);
}

.not_found .container_1000_25 {
  padding: 0 70px;
}

.not_found ~ .sitemap {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .not_found h1 {
    font-size: 40px;

    line-height: 55px;
    margin-bottom: 21px;
  }
}
