@-webkit-keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.banner {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
}

.banner .idx-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner .idx-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner .idx-banner .slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

#waveCanvas {
  display: block;
  width: 100%;
  height: 155px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.waveCanvas2 {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  z-index: 3;
}

.waveCanvas2 img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1201px) {
  .waveCanvas2 {
    bottom: 30px;
  }
}

.mobile-wave {
  display: none !important;
}

@media only screen and (max-width: 1201px) {
  .mobile-wave {
    display: block !important;
  }
}

@media only screen and (max-width: 1201px) {
  .desktop-wave {
    display: none !important;
  }
}

.main {
  position: relative;
  z-index: 3;
}

.main .home-icon {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

.main .home-icon2 {
  position: absolute;
  top: -80px;
  right: 0;
}

.main .home-icon img, .main .home-icon2 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1201px) {
  .main .home-icon {
    width: 160px;
    top: 30px;
  }
  .main .home-icon2 {
    width: 150px;
    top: -40px;
  }
}

.idx-content--bg {
  background: url("../images/bg1.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

.idx-content--bg .idx-content__title2 {
  text-align: center;
}

.idx-content--bg .idx-content__title2 .en {
  font-size: 20px;
  letter-spacing: .1em;
  padding: 5px 0;
}

.idx-content--bg .idx-content__title2 .title {
  max-width: 756px;
  width: 100%;
  margin: auto;
  font-weight: 600;
}

.idx-content--bg .idx-content__title2 .title .text {
  font-size: clamp(32px, 2.83333vw, 40px);
  padding: 0 0 5px 0;
  display: block;
  color: #399227;
  letter-spacing: .1em;
}

.idx-content--bg .idx-content__title2 .title:before, .idx-content--bg .idx-content__title2 .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/home-line2.svg") no-repeat center;
  background-size: contain;
}

.idx-content--bg .idx-content__text {
  color: #000;
  font-size: clamp(18px, 1.875vw, 36px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.idx-content--bg .idx-content__text .front {
  color: #399227;
  font-size: clamp(20px, 2.08333vw, 40px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
  padding-right: 5px;
}

.idx-content--bg .idx-content__text .front img {
  width: 56px;
  height: auto;
  display: block;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 5px;
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg .idx-content__text .front {
    margin-bottom: 10px;
  }
  .idx-content--bg .idx-content__text .front img {
    width: 30px;
  }
}

.idx-content--bg .idx-content__text2 {
  text-align: center;
  font-size: clamp(16px, 1.04167vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.idx-content--bg .idx-content__text2:before, .idx-content--bg .idx-content__text2:after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #000;
  margin: 20px auto;
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg .idx-content__text2 {
    padding: 0 10px;
    line-height: 1.4;
  }
  .idx-content--bg .idx-content__text2 br {
    display: none;
  }
}

.idx-content--bg2 {
  background: url("../images/bg2.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.idx-content--bg2 .idx-content {
  position: relative;
  z-index: 3;
}

.idx-content--bg2 .home-icon, .idx-content--bg2 .home-icon2 {
  z-index: 2;
}

.idx-content--bg2 .home-icon {
  top: auto;
  bottom: -200px;
}

.idx-content--bg2 .home-icon2 {
  top: 120px;
}

.idx-content--bg2 .idx-content__title2 {
  text-align: center;
}

.idx-content--bg2 .idx-content__title2 .en {
  font-size: 20px;
  letter-spacing: .1em;
  padding: 5px 0;
  color: #fff;
}

.idx-content--bg2 .idx-content__title2 .title {
  max-width: 756px;
  width: 100%;
  margin: auto;
  font-weight: 600;
}

.idx-content--bg2 .idx-content__title2 .title .text {
  font-size: clamp(32px, 2.83333vw, 40px);
  padding: 0 0 5px 0;
  display: block;
  color: #f6b30e;
  letter-spacing: .1em;
}

.idx-content--bg2 .idx-content__title2 .title:before, .idx-content--bg2 .idx-content__title2 .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/home-line3.svg") no-repeat center;
  background-size: contain;
}

.idx-content--bg2 .idx-content__more {
  width: 346px;
  height: 80px;
  background: #f6b30e;
  color: #fff;
  font-size: clamp(20px, 1.5625vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-radius: 80px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg2 .idx-content__more {
    width: 220px;
    height: 60px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg2 {
    padding: 30px 0;
  }
  .idx-content--bg2 .home-icon {
    bottom: -60px;
  }
  .idx-content--bg2 .home-icon2 {
    top: -60px;
  }
}

.idx-content--bg3 {
  background: url("../images/bg3.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.idx-content--bg3:before {
  width: 42.3437vw;
  height: 36.09375vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  content: '';
  display: block;
  background: url("../images/cover.png") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1601px) {
  .idx-content--bg3:before {
    right: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--bg3 {
    background: url("../images/bg3-1.png") no-repeat center top #ffcd6a;
    background-size: 100% auto;
    padding: 70vw 0 20px 0;
  }
  .idx-content--bg3:before {
    width: 80vw;
    height: 70vw;
    top: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--bg3:before {
    top: 30px;
  }
}

.idx-content--bg4 {
  background: url("../images/bg4.jpg") no-repeat left center;
  background-size: cover;
  height: 650px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-content--bg4:before {
  content: '';
  display: block;
  background: url("../images/cover2.png") no-repeat bottom right;
  background-size: contain;
  width: 1080px;
  height: 763px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1601px) {
  .idx-content--bg4:before {
    background: url("../images/cover2-1.png") no-repeat top right;
    background-size: contain;
    width: 655px;
    height: 500px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg4 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--bg4 {
    height: auto;
    padding: 30px 0;
  }
  .idx-content--bg4:before {
    width: 50vw;
    height: 45vw;
    bottom: 0px;
  }
}

.idx-content--ztop {
  z-index: 2 !important;
}

.idx-content {
  position: relative;
  z-index: 3;
}

.idx-content .idx-content__pic1, .idx-content .idx-content__pic2 {
  position: absolute;
}

.idx-content .idx-content__pic1 {
  top: -70px;
  left: 4.6875vw;
}

.idx-content .idx-content__pic2 {
  top: -70px;
  right: 6.25vw;
}

.idx-content .idx-content__title {
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
}

.idx-content .idx-content__title .pic {
  max-width: 360px;
  width: 100%;
  margin: auto;
}

.idx-content .idx-content__title .pic img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content .idx-content__title .pic2 {
  max-width: 860px;
  width: 100%;
  margin: 20px auto 40px;
}

.idx-content .idx-content__title .pic2 img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content .idx-content__title .title {
  font-family: "Noto Sans TC";
  font-size: clamp(32px, 2.83333vw, 40px);
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#009365), color-stop(50%, #0082bb), to(#0074ff));
  background: -webkit-linear-gradient(left, #009365, #0082bb 50%, #0074ff);
  background: -o-linear-gradient(left, #009365, #0082bb 50%, #0074ff);
  background: linear-gradient(90deg, #009365, #0082bb 50%, #0074ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-left: 0px;
  max-width: 46vw;
  margin: 10px auto 0;
}

.idx-content .idx-content__title .title img {
  width: 76px;
  height: auto;
  display: block;
  margin-left: 0px;
}

@media only screen and (max-width: 1601px) {
  .idx-content .idx-content__pic1 {
    left: 30px;
    width: 250px;
    height: auto;
  }
  .idx-content .idx-content__pic2 {
    right: 30px;
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content .idx-content__title {
    margin: 50px 30px 0;
  }
  .idx-content .idx-content__title .pic {
    padding-top: 0;
    max-width: 250px;
  }
  .idx-content .idx-content__title .pic2 {
    margin: 20px auto;
  }
  .idx-content .idx-content__title .title {
    max-width: 100% !important;
    font-size: clamp(24px, 3.33333vw, 40px);
    letter-spacing: 0.05em;
  }
  .idx-content .idx-content__title .title img {
    width: 23px;
    margin-top: 5px;
  }
  .idx-content .idx-content__pic1 {
    width: 150px;
  }
  .idx-content .idx-content__pic2 {
    width: 120px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content .idx-content__pic1 {
    width: 100px;
    top: -100px;
  }
  .idx-content .idx-content__pic2 {
    width: 80px;
    top: -100px;
  }
}

.tab-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 15px;
  margin-top: 80px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.tab-link .tab-link__item {
  height: 106px;
  border-radius: 42px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  width: 250px;
  opacity: .7;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  position: relative;
  z-index: 2;
}

.tab-link .tab-link__item span {
  display: block;
  width: 100%;
  text-align: center;
}

.tab-link .tab-link__item .tit {
  font-size: 24px;
  font-weight: bold;
}

.tab-link .tab-link__item .en {
  font-size: 14px;
}

.tab-link .tab-link__item.current, .tab-link .tab-link__item:hover {
  opacity: 1 !important;
}

.tab-link .tab-link__item--bg1 {
  background: #43c9c9;
}

.tab-link .tab-link__item--bg2 {
  background: #5aba49;
}

.tab-link .tab-link__item--bg3 {
  background: #f6b30e;
}

.tab-link .tab-link__item--bg4 {
  background: #f24c49;
}

.tab-link .tab-link__item--bg5 {
  background: #ff7a45;
}

.tab-link .tab-link__item--bg6 {
  background: #b13989;
}

@media only screen and (max-width: 1460px) {
  .tab-link .tab-link__item {
    min-width: auto;
  }
}

@media only screen and (max-width: 1201px) {
  .tab-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 0;
    padding: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, #ccfff8), color-stop(90%, #ccfff8), to(white));
    background: -webkit-linear-gradient(bottom, white 0%, #ccfff8 10%, #ccfff8 90%, white 100%);
    background: -o-linear-gradient(bottom, white 0%, #ccfff8 10%, #ccfff8 90%, white 100%);
    background: linear-gradient(0deg, white 0%, #ccfff8 10%, #ccfff8 90%, white 100%);
  }
  .tab-link .tab-link__item {
    width: 100%;
    height: 130px;
    border-radius: 30px;
  }
}

@media only screen and (max-width: 401px) {
  .tab-link {
    padding: 20px;
  }
  .tab-link .tab-link__item .tit {
    font-size: 20px;
  }
}

.tab-content {
  padding: 80px 0;
}

.tab-content .tab-content__title {
  text-align: center;
}

.tab-content .tab-content__title .en {
  font-size: 20px;
  letter-spacing: .1em;
  padding: 5px 0;
}

.tab-content .tab-content__title .title {
  max-width: 756px;
  width: 100%;
  margin: auto;
  font-weight: 600;
}

.tab-content .tab-content__title .title .text {
  font-size: clamp(32px, 2.83333vw, 40px);
  padding: 0 0 5px 0;
  display: block;
  letter-spacing: .1em;
}

.tab-content .tab-content__title .title .text-1 {
  color: #43c9c9;
}

.tab-content .tab-content__title .title .text-2 {
  color: #5aba49;
}

.tab-content .tab-content__title .title .text-3 {
  color: #f6b30e;
}

.tab-content .tab-content__title .title .text-4 {
  color: #f24c49;
}

.tab-content .tab-content__title .title .text-5 {
  color: #ff7a45;
}

.tab-content .tab-content__title .title .text-6 {
  color: #b13989;
}

.tab-content .tab-content__title .title:before, .tab-content .tab-content__title .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/home-line2.svg") no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 1201px) {
  .tab-content {
    padding: 40px 0;
  }
}

.idx-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
  margin-top: 30px;
  letter-spacing: .1em;
}

.idx-list .idx-list__item {
  font-size: clamp(16px, 1.04167vw, 20px);
  line-height: 1.2;
}

.idx-list .idx-list__item figure {
  position: relative;
  overflow: hidden;
}

.idx-list .idx-list__item figure img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-list .idx-list__item .link {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #000;
}

.idx-list .idx-list__item .tag {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
}

.idx-list .idx-list__item .tag .tag-item {
  color: #006fe5;
}

@media only screen and (max-width: 769px) {
  .idx-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 401px) {
  .idx-list {
    grid-template-columns: 1fr;
  }
}

.idx-list2 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 15px;
}

.idx-list2 .idx-list2__row {
  border-radius: 340px;
  border: solid 10px #fff;
  overflow: hidden;
  position: relative;
}

.idx-list2 .idx-list2__row figure {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}

.idx-list2 .idx-list2__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.idx-list2 .idx-list2__row a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.idx-list2 .idx-list2__row .info {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding-bottom: 150px;
  height: 150px;
}

.idx-list2 .idx-list2__row .info .info-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 150px;
  height: 300px;
  padding: 30px;
  letter-spacing: .1em;
  font-size: 14px;
}

.idx-list2 .idx-list2__row .info .info-box {
  width: 100%;
  height: 150px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

.idx-list2 .idx-list2__row .info .info-box:after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: #fff;
  margin: 5px auto 0;
}

.idx-list2 .idx-list2__row .info .info-box .no, .idx-list2 .idx-list2__row .info .info-box .name {
  display: block;
  width: 100%;
  letter-spacing: .2em;
}

.idx-list2 .idx-list2__row .info .info-box .name {
  font-size: clamp(20px, 0.125vw, 24px);
  font-weight: 600;
}

.idx-list2 .idx-list2__row:hover .info {
  height: 100%;
  bottom: 0;
}

@media only screen and (max-width: 1601px) {
  .idx-list2 .idx-list2__row .info .info-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-list2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
  }
  .idx-list2 .idx-list2__row figure, .idx-list2 .idx-list2__row .info {
    height: 100px;
  }
  .idx-list2 .idx-list2__row .info {
    padding-bottom: 0;
    background: none;
  }
  .idx-list2 .idx-list2__row .info .info-text {
    display: none;
  }
  .idx-list2 .idx-list2__row .info .info-box {
    height: 100px;
    width: 70%;
    left: auto;
    right: 0;
    padding-left: 30px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
  }
  .idx-list2 .idx-list2__row .info .info-box:after {
    display: none;
  }
  .idx-list2 .idx-list2__row .info .info-box .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .idx-list2 .idx-list2__row .info .info-box .no:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-left: 10px;
  }
  .idx-list2 .idx-list2__row .info .info-box .name {
    letter-spacing: 0;
  }
  .idx-list2 .idx-list2__row .info .info-box .name br {
    display: none;
  }
}

@media only screen and (max-width: 577px) {
  .idx-list2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.idx-list3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 15px;
  margin: 80px 0;
  position: relative;
  z-index: 3;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.idx-list3 .idx-list3__row {
  background: #fff;
}

.idx-list3 .idx-list3__row figure {
  width: 100%;
  position: relative;
  padding: 75% 0 0 0;
  overflow: hidden;
}

.idx-list3 .idx-list3__row figure .push {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 5px 0 0 40px;
  font-weight: bold;
}

.idx-list3 .idx-list3__row figure .push:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #f6b30e transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.idx-list3 .idx-list3__row figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.idx-list3 .idx-list3__row .name {
  display: block;
  background: #d5f5ff;
  padding: 1%;
  font-size: clamp(18px, 1.04167vw, 20px);
  color: #000;
}

.idx-list3 .idx-list3__row .info {
  padding: 3% 3% 5%;
}

.idx-list3 .idx-list3__row .info span {
  color: #00a7cb;
  display: block;
  margin: 0 0 5px 0;
}

.idx-list3 .idx-list3__row .info .info-box {
  color: #5f5f5f;
  line-height: 1.5;
}

@media only screen and (max-width: 1201px) {
  .idx-list3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
  }
  .idx-list3 .idx-list3__row {
    background: #d5f5ff;
  }
  .idx-list3 .idx-list3__row:nth-child(5) {
    display: none;
  }
  .idx-list3 .idx-list3__row .info {
    display: none;
  }
}

@media only screen and (max-width: 401px) {
  .idx-list3 {
    grid-template-columns: 1fr;
  }
}

.idx-list4 .idx-list4__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #d5f5ff;
}

.idx-list4 .idx-list4__row figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
}

.idx-list4 .idx-list4__row figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.idx-list4 .idx-list4__row .info {
  padding: 80px 105px 30px 105px;
  letter-spacing: .1em;
  position: relative;
}

.idx-list4 .idx-list4__row .info .info-name {
  color: #2b6ebf;
  border-bottom: solid 1px #000;
  font-size: clamp(24px, 0.75vw + 21.6px, 36px);
  font-weight: 600;
  padding-bottom: 5px;
}

.idx-list4 .idx-list4__row .info .info-en {
  color: #2b6ebf;
  text-align: right;
  font-weight: 300;
  font-size: clamp(20px, 0.625vw + 18px, 30px);
}

.idx-list4 .idx-list4__row .info .info-text {
  font-size: clamp(16px, 0.25vw + 15.2px, 20px);
  line-height: 1.6;
  margin-top: 20px;
}

.idx-list4 .idx-list4__row .info .info-more {
  width: 346px;
  height: 80px;
  background: #f6b30e;
  color: #fff;
  font-size: clamp(20px, 0.625vw + 18px, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-radius: 80px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1401px) {
  .idx-list4 .idx-list4__row .info {
    padding: 40px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-list4 .idx-list4__row .info .info-more {
    width: 220px;
    height: 60px;
  }
}

.idx-list4 .idx-list4__row:nth-child(even) {
  background: #2b6ebf;
}

.idx-list4 .idx-list4__row:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.idx-list4 .idx-list4__row:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.idx-list4 .idx-list4__row:nth-child(even) .info .info-name {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.idx-list4 .idx-list4__row:nth-child(even) .info .info-en {
  color: #fff;
}

.idx-list4 .idx-list4__row:nth-child(even) .info .info-text {
  color: #fff;
}

@media only screen and (max-width: 1201px) {
  .idx-list4 .idx-list4__row figure {
    padding: 100% 0 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-list4 .idx-list4__row {
    grid-template-columns: 1fr;
  }
  .idx-list4 .idx-list4__row figure {
    padding: 50% 0 0 0;
  }
  .idx-list4 .idx-list4__row .info {
    padding: 40px 13.671875vw;
  }
  .idx-list4 .idx-list4__row .info .info-name {
    border-bottom: solid 3px #000;
  }
  .idx-list4 .idx-list4__row .info .info-more {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    margin: 30px auto 0;
  }
  .idx-list4 .idx-list4__row:nth-child(even) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx-list4 .idx-list4__row:nth-child(even) .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx-list4 .idx-list4__row:nth-child(even) .info .info-name {
    border-bottom: solid 3px #fff;
  }
}

.invite_title {
  text-align: center;
  color: #5f5f5f;
  margin: 5% 30px;
}

.invite_title dt {
  font-size: clamp(20px, 1.5625vw, 30px);
  letter-spacing: 1.25px;
  margin: 15px 0;
}

.invite_title dt span {
  color: #0090ff;
  font-weight: bold;
}

.invite_title dd {
  padding: 0;
  margin: 0;
}

.invite_title dd:nth-child(1) {
  font-size: 24px;
}

.invite_title dd:last-child {
  font-size: 18px;
}

.invite_title dd:last-child .custom {
  padding: 1px 10px;
  background: #79d8dd;
  border-radius: 3px;
  margin: 0 5px;
  display: inline-block;
  border: #79d8dd 2px solid;
}

.invite_title dd:last-child .custom a {
  color: #fff;
}

.invite_title dd:last-child .custom a:hover {
  background: none;
}

.invite_title dd:last-child .custom a:hover a {
  color: #79d8dd;
  font-weight: bold;
}

@media only screen and (max-width: 1201px) {
  .invite_title {
    margin: 8% 30px 0;
  }
  .invite_title dd:last-child {
    font-size: 16px;
  }
}

.invite {
  padding-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.invite li:nth-child(1) {
  width: 60%;
}

.invite li:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}

.invite li:nth-child(2) {
  width: 40%;
}

.invite dl {
  border-bottom: 1px dashed #acacac;
  padding: 5px 5px 15px 5px;
  margin: 0 0 3% 0;
}

.invite dl:hover {
  background: #efefef;
}

.invite dl dt {
  color: #7d5740;
  font-size: 12px;
  margin: 0 0 5px;
}

.invite dl dt a {
  color: #e422b9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  background: url(../images/invite_icon.png) no-repeat left, url(../images/invite_icon.png) no-repeat right;
}

.invite dl dt a:hover {
  color: #419FB0;
}

.invite dl dd {
  color: #5f5f5f;
  font-size: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1201px) {
  .invite {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .invite li:nth-child(1) {
    width: 100%;
    text-align: center;
    padding: 60px 0;
  }
  .invite li:nth-child(1) img {
    width: 80%;
    display: inline;
  }
  .invite li:nth-child(2) {
    z-index: 1;
    width: 100%;
    padding: 0 30px;
  }
}

.review-title {
  margin-left: 7.291666666vw;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
}

@media only screen and (max-width: 1601px) {
  .review-title {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .review-title {
    margin-left: 0;
    padding: 0 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 577px) {
  .review-title {
    font-size: 24px;
    padding: 0 60px;
  }
}

.review-container {
  width: 45vw;
  height: 820px;
  overflow: hidden;
  position: relative;
  grid-gap: 15px;
  margin-left: 7.29166666666vw;
}

.review-container .review-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  position: absolute;
  width: 100%;
  left: 0;
}

.review-container .review {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  letter-spacing: 0;
}

.review-container .review .review-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.review-container .review .stars {
  color: gold;
  margin-right: 5px;
}

.review-container .review .time {
  font-size: 12px;
  color: gray;
}

.review-container .review .text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.review-container .review:nth-child(even) {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

@media only screen and (max-width: 1601px) {
  .review-container {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .review-container {
    width: 80%;
    margin-left: 0;
    margin: 0 auto;
    height: 50vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-container .review-list, .review-container .review-list2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .review-container .review-list2 {
    margin-top: 0;
  }
  .review-container .review:nth-child(even) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 577px) {
  .review-container {
    height: 70vw;
  }
}

.about {
  margin-left: 7.29166666666vw;
}

.about .about-top {
  font-family: "Noto Serif TC", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  width: 430px;
  margin-bottom: 10px;
}

.about .about-name {
  color: #0e2a78;
  font-size: clamp(36px, 2.8125vw, 54px);
  font-weight: 800;
}

.about .about-en {
  color: #d88000;
  font-size: clamp(16px, 0.10417vw, 20px);
  padding: 6px 0 0 10px;
  font-weight: bold;
}

.about .about-name2 {
  color: #000;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(16px, 0.15625vw, 30px);
  letter-spacing: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.about .about-text {
  color: #3b91d1;
  text-align: left;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 30px 10px;
}

.about .about-btm {
  width: 533px;
}

.about .about-btm .top {
  background: url("../images/aboutbg.svg") no-repeat left center;
  background-size: contain;
  border-bottom: solid 3px #0e2a78;
  width: 100%;
  color: #fff;
  font-size: clamp(15px, 0.125vw, 24px);
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  padding: 6px 0 6px 20px;
}

.about .about-btm .list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 15px;
}

.about .about-btm .list .list-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about .about-btm .list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  opacity: 0;
}

.about .about-btm .list .list-item figure {
  height: 160px;
  width: 100%;
  position: relative;
  background: #fdfdfd;
  z-index: 1;
}

.about .about-btm .list .list-item:hover a {
  opacity: 1;
  color: #fff;
}

@media only screen and (max-width: 1201px) {
  .about .about-btm .list .list-item a {
    opacity: 1;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-btm {
    width: 45vw;
  }
  .about .about-btm .top {
    padding: 6px 0 6px 10px;
  }
  .about .about-btm .list .list-item a {
    font-size: 18px;
  }
  .about .about-btm .list .list-item figure {
    height: 120px;
  }
}

@media only screen and (max-width: 577px) {
  .about .about-btm .list .list-item a {
    font-size: 16px;
  }
  .about .about-btm .list .list-item figure {
    height: 60px;
  }
}

@media only screen and (max-width: 401px) {
  .about {
    margin-left: 0;
    padding: 0 30px;
  }
  .about .about-top {
    width: 100%;
  }
}
