.newsList .hover .Img, .newsList .hover .btnText, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.linkList .topImg .years, .newsList .hover .btnText, .newsList .Txt .date {
  font-family: "Dela Gothic One", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  overflow: clip;
  border-radius: 36px;
  background-color: #fff;
  border: 3px solid #000;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popWin .popContent {
  max-height: 88vh;
  padding: 30px;
  overflow-y: auto;
}
.popWin .popContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar-thumb {
  background: #ffc733;
}
@media (max-width: 575px) {
  .popWin .popContent {
    padding: 30px 20px;
  }
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 50px;
  height: 50px;
  background-color: #ff7f38;
  border-bottom-left-radius: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #ffc733;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .bannerArea {
    margin-bottom: -260px;
  }
}
@media (max-width: 575px) {
  .bannerArea {
    margin-bottom: -230px;
  }
}
@media (max-width: 480px) {
  .bannerArea {
    margin-bottom: -215px;
  }
}
@media (max-width: 375px) {
  .bannerArea {
    margin-bottom: -230px;
  }
}
.bannerArea .bannerBox {
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .bannerArea .bannerBox {
    height: 90vh;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerBox {
    height: 70vh;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerBox {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerBox {
    height: 450px;
  }
}
.bannerArea .video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.aboutArea {
  position: relative;
  padding: 120px 0;
  margin-top: -4px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 120px 0 80px;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 100px 0 60px;
  }
}
.aboutArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffc62e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aboutArea::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: url("../images/deco/about-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.aboutArea .wrap {
  min-height: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    min-height: 860px;
  }
}
@media (max-width: 991px) {
  .aboutArea .wrap {
    min-height: 760px;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    min-height: 600px;
  }
}
@media (max-width: 575px) {
  .aboutArea .wrap {
    min-height: 500px;
  }
}
@media (max-width: 375px) {
  .aboutArea .wrap {
    min-height: 550px;
  }
}
.aboutArea .aboutBox {
  position: relative;
  width: 100%;
  z-index: 1;
}
.aboutArea .Txt {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .aboutArea .Txt {
    max-width: 600px;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .charterBox {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 440px) {
  .aboutArea .charterBox {
    margin-top: 1rem;
  }
}
.aboutArea .charterBox .yellow {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .charterBox .yellow {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .aboutArea .charterBox .yellow {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .aboutArea .charterBox .yellow {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .aboutArea .charterBox .yellow {
    width: 100px;
  }
}
@media (max-width: 440px) {
  .aboutArea .charterBox .yellow {
    width: 80px;
  }
}
.aboutArea .charterBox .white {
  width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .charterBox .white {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .aboutArea .charterBox .white {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .aboutArea .charterBox .white {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .aboutArea .charterBox .white {
    width: 55px;
  }
}
@media (max-width: 440px) {
  .aboutArea .charterBox .white {
    width: 40px;
  }
}
.aboutArea .charterBox .gray {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .charterBox .gray {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .aboutArea .charterBox .gray {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .aboutArea .charterBox .gray {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .aboutArea .charterBox .gray {
    width: 80px;
  }
}
@media (max-width: 440px) {
  .aboutArea .charterBox .gray {
    width: 60px;
  }
}
.aboutArea .charterBox .purple {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .charterBox .purple {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .aboutArea .charterBox .purple {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .aboutArea .charterBox .purple {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .aboutArea .charterBox .purple {
    width: 100px;
  }
}
@media (max-width: 440px) {
  .aboutArea .charterBox .purple {
    width: 80px;
  }
}

.newsArea {
  position: relative;
  background-color: #ffc733;
  background-image: url("../images/deco/news-bg-dot.png");
  overflow-x: hidden;
}
.newsArea .marqueeImg {
  position: relative;
  width: 100%;
  height: 255px;
  background-image: url("../images/deco/lottery.png");
  pointer-events: none;
}
@media (max-width: 1180px) {
  .newsArea .marqueeImg {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .newsArea .marqueeImg {
    height: 150px;
    background-size: 180px;
  }
}
@media (max-width: 480px) {
  .newsArea .marqueeImg {
    height: 120px;
    background-size: 150px;
  }
}
.newsArea .marqueeImg.top {
  -webkit-animation: marqueeAni 60s linear infinite;
          animation: marqueeAni 60s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.newsArea .marqueeImg.bottom {
  animation: marqueeAni2 60s linear infinite reverse;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.newsArea .newsBox {
  position: relative;
  padding: 55px 0;
}
@media (max-width: 768px) {
  .newsArea .newsBox {
    padding: 42px 0;
  }
}

.newsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.newsList:not(.slick-slider) .newsItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsList .slick-list {
  margin: -8px -25px;
}
@media (max-width: 1366px) {
  .newsList .slick-list {
    margin: -8px -15px;
  }
}
@media (max-width: 1180px) {
  .newsList .slick-list {
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .newsList .slick-list {
    margin: -8px -15px;
  }
}
.newsList .slick-slide {
  padding: 8px 25px;
}
@media (max-width: 1366px) {
  .newsList .slick-slide {
    padding: 8px 15px;
  }
}
@media (max-width: 1180px) {
  .newsList .slick-slide {
    width: 500px;
    padding: 8px 25px;
  }
}
@media (max-width: 768px) {
  .newsList .slick-slide {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .newsList .slick-slide {
    width: 380px;
    padding: 8px 15px;
  }
}
@media (max-width: 375px) {
  .newsList .slick-slide {
    width: 330px;
  }
}
@media (max-width: 1180px) {
  .newsList .slick-slide.current .hover {
    opacity: 1;
    visibility: visible;
  }
  .newsList .slick-slide.current .hover::before {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .newsList .slick-slide.current .hover .Img {
    opacity: 1;
    scale: 1;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .newsList .slick-slide.current .hover .btnText {
    translate: 0 0;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.newsList .newsItem {
  position: relative;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(198, 75, 12, 0.4));
          filter: drop-shadow(4px 4px 4px rgba(198, 75, 12, 0.4));
}
.newsList .decoBg {
  pointer-events: none;
}
.newsList .item {
  width: 80%;
  background-color: #fff;
  border: 3px solid #231815;
  border-radius: 30px;
  padding: 1.875rem 1rem 3rem;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .newsList .item {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 1180px) {
  .newsList .item {
    padding: 2.25rem 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .newsList .item {
    padding: 1.5rem 1rem 2.25rem;
  }
}
@media (max-width: 480px) {
  .newsList .item {
    padding: 1.25rem 0.75rem;
  }
}
@media (max-width: 375px) {
  .newsList .item {
    border-radius: 24px;
    border: 2px solid #231815;
  }
}
@media (min-width: 1181px) {
  .newsList .item:has(.linkWrap):hover .hover {
    opacity: 1;
    visibility: visible;
  }
  .newsList .item:has(.linkWrap):hover .hover::before {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
  }
  .newsList .item:has(.linkWrap):hover .hover .Img {
    opacity: 1;
    scale: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .newsList .item:has(.linkWrap):hover .hover .btnText {
    translate: 0 0;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.newsList .Txt {
  position: relative;
}
.newsList .Txt .classTitle {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
  .newsList .Txt .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .classTitle {
    font-size: 13px;
    margin-bottom: 0.25rem;
  }
}
.newsList .Txt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.875rem;
}
@media (max-width: 1280px) {
  .newsList .Txt .title {
    font-size: 18px;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}
.newsList .Txt .date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #000000;
}
@media (max-width: 768px) {
  .newsList .Txt .date {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .date {
    font-size: 10px;
  }
}
.newsList .Txt .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  overflow: hidden;
  margin-top: 0.5rem;
}
@media (max-width: 1280px) {
  .newsList .Txt .text {
    font-size: 15px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt .text {
    font-size: 14px;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .text {
    font-size: 14px;
    height: 62px;
  }
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .hover {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.newsList .hover::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffc733;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.newsList .hover .btnText {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 3px solid #231815;
  padding: 4px 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: 0 100%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .newsList .hover .btnText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .newsList .hover .btnText {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .newsList .hover .btnText {
    font-size: 14px;
    border-top: 2px solid #231815;
  }
}
.newsList .hover .Img {
  position: relative;
  height: 100%;
  opacity: 0;
  scale: 1.1;
  will-change: scale;
}
.newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
}

.linkArea {
  position: relative;
  height: 100vh;
  padding: 100px 0 160px;
  background-color: #ffc733;
  background-image: url("../images/deco/news-bg-dot.png");
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1899px) {
  .linkArea {
    padding: 60px 0 160px;
  }
}
@media (max-width: 1366px) {
  .linkArea {
    padding: 60px 0 125px;
  }
}
.linkArea > .wrap {
  max-width: 1700px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1920px;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
.linkArea .decoBg .deco {
  width: 100%;
  height: 100%;
}
.linkArea .linkBox {
  position: relative;
  width: 100%;
}

.linkList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.linkList .linkItem {
  position: relative;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 5rem;
}
@media (max-width: 1599px) {
  .linkList .linkItem {
    width: 33.3333333333%;
    padding: 0 6.25rem;
  }
}
@media (max-width: 1499px) {
  .linkList .linkItem {
    padding: 0 5rem;
  }
}
@media (max-width: 1280px) {
  .linkList .linkItem {
    padding: 0 4rem;
  }
}
@media (max-width: 1180px) {
  .linkList .linkItem {
    width: 50%;
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem {
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .linkList .linkItem {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem {
    padding: 0 4rem;
  }
}
.linkList .linkItem:nth-child(odd) {
  margin-top: 3rem;
}
.linkList .linkItem:nth-child(odd) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.linkList .linkItem:nth-child(odd) .Txt {
  margin-bottom: 2rem;
}
@media (max-width: 1499px) {
  .linkList .linkItem:nth-child(odd) .Txt {
    margin-bottom: 1.5rem;
  }
}
.linkList .linkItem:nth-child(even) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linkList .linkItem:nth-child(even) .Txt {
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .linkList .linkItem:nth-child(even) .Txt {
    margin-top: 0.625rem;
  }
}
.linkList .linkItem.num1 .imgBox .deco .left {
  width: 100px;
  right: 90%;
  bottom: 75px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num1 .imgBox .deco .left {
    width: 90px;
    right: 92%;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num1 .imgBox .deco .left {
    width: 80px;
    right: 93%;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num1 .imgBox .deco .left {
    width: 70px;
    right: 90%;
    bottom: 60px;
  }
}
.linkList .linkItem.num1 .imgBox .deco .right {
  width: 120px;
  top: 38px;
  left: 94%;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num1 .imgBox .deco .right {
    width: 100px;
    left: 95%;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num1 .imgBox .deco .right {
    width: 90px;
    left: 96%;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num1 .imgBox .deco .right {
    width: 80px;
    left: 95%;
    top: 30px;
  }
}
.linkList .linkItem.num2 .imgBox .deco .left {
  width: 205px;
  right: 95%;
  bottom: 90px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num2 .imgBox .deco .left {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num2 .imgBox .deco .left {
    width: 150px;
    right: 95%;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num2 .imgBox .deco .left {
    width: 130px;
    right: 90%;
    bottom: 80px;
  }
}
.linkList .linkItem.num2 .imgBox .deco .right {
  width: 120px;
  left: 86%;
  bottom: 45px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num2 .imgBox .deco .right {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num2 .imgBox .deco .right {
    width: 80px;
    left: 92%;
    bottom: 60px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num2 .imgBox .deco .right {
    width: 70px;
    left: 90%;
    bottom: 50px;
  }
}
.linkList .linkItem.num3 .imgBox .deco .left {
  width: 110px;
  right: 90%;
  bottom: 65px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num3 .imgBox .deco .left {
    width: 100px;
    bottom: 80px;
  }
}
@media (max-width: 1366px) {
  .linkList .linkItem.num3 .imgBox .deco .left {
    right: 90%;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num3 .imgBox .deco .left {
    width: 90px;
    bottom: 100px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num3 .imgBox .deco .left {
    width: 80px;
    bottom: 80px;
  }
}
.linkList .linkItem.num3 .imgBox .deco .right {
  width: 70px;
  top: 30px;
  left: 96%;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num3 .imgBox .deco .right {
    width: 65px;
    top: 20px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num3 .imgBox .deco .right {
    width: 55px;
    top: 30px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num3 .imgBox .deco .right {
    width: 50px;
    top: 20px;
  }
}
.linkList .linkItem.num4 .imgBox .deco .left {
  width: 135px;
  right: 92%;
  top: 72px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num4 .imgBox .deco .left {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num4 .imgBox .deco .left {
    width: 100px;
    right: 95%;
    top: 80px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num4 .imgBox .deco .left {
    width: 90px;
    top: 70px;
  }
}
.linkList .linkItem.num4 .imgBox .deco .right {
  width: 125px;
  top: 68px;
  left: 86%;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num4 .imgBox .deco .right {
    width: 110px;
    top: 60px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num4 .imgBox .deco .right {
    width: 100px;
    top: 50px;
    left: 90%;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num4 .imgBox .deco .right {
    width: 90px;
    top: 40px;
  }
}
.linkList .linkItem.num5 .imgBox .deco .left {
  width: 120px;
  right: 92%;
  bottom: 80px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num5 .imgBox .deco .left {
    width: 110px;
    right: 93%;
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num5 .imgBox .deco .left {
    width: 90px;
    bottom: 75px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num5 .imgBox .deco .left {
    width: 80px;
    bottom: 60px;
  }
}
.linkList .linkItem.num5 .imgBox .deco .right {
  width: 130px;
  bottom: 120px;
  left: 85%;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num5 .imgBox .deco .right {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num5 .imgBox .deco .right {
    width: 100px;
    left: 90%;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num5 .imgBox .deco .right {
    width: 90px;
    bottom: 90px;
  }
}
.linkList .linkItem.num6 .imgBox .deco .left {
  width: 90px;
  right: 90%;
  bottom: 15px;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num6 .imgBox .deco .left {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num6 .imgBox .deco .left {
    width: 70px;
    right: 95%;
    bottom: 40px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num6 .imgBox .deco .left {
    width: 60px;
  }
}
.linkList .linkItem.num6 .imgBox .deco .right {
  width: 100px;
  top: -25px;
  left: 90%;
}
@media (max-width: 1699px) {
  .linkList .linkItem.num6 .imgBox .deco .right {
    width: 90px;
    top: -20px;
  }
}
@media (max-width: 480px) {
  .linkList .linkItem.num6 .imgBox .deco .right {
    width: 80px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.num6 .imgBox .deco .right {
    width: 70px;
  }
}
.linkList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linkList .topImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1499px) {
  .linkList .topImg {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .linkList .topImg {
    max-width: 260px;
  }
}
@media (max-width: 640px) {
  .linkList .topImg {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .linkList .topImg {
    max-width: 260px;
  }
}
.linkList .topImg .years {
  display: block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin-top: -2rem;
}
@media (max-width: 1499px) {
  .linkList .topImg .years {
    font-size: 54px;
  }
}
@media (max-width: 1180px) {
  .linkList .topImg .years {
    font-size: 48px;
    margin-top: -1.5rem;
  }
}
.linkList .imgBox {
  position: relative;
}
.linkList .imgBox > .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #000;
  overflow: hidden;
  z-index: 1;
}
.linkList .imgBox > .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .imgBox .deco {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.linkList .imgBox .deco .left,
.linkList .imgBox .deco .right {
  position: absolute;
  display: block;
}
.linkList .imgBox .deco .left img,
.linkList .imgBox .deco .right img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Txt {
  position: relative;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
.linkList .Txt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1180px) {
  .linkList .Txt .title {
    font-size: 18px;
  }
}
.linkList .Txt .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #000000;
  margin-top: 0.5rem;
}
@media (max-width: 1180px) {
  .linkList .Txt .text {
    font-size: 15px;
  }
}

.ticketDeco {
  position: absolute;
  width: 100%;
  background-image: url("../images/deco/history-bg.jpg");
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.ticketDeco.wrap {
  position: relative;
  max-width: 1700px;
}
.ticketDeco .charterBox {
  position: relative;
  width: 130px;
  left: 60px;
  z-index: 2;
}
@media (max-width: 1699px) {
  .ticketDeco .charterBox {
    top: -6px;
  }
}
@media (max-width: 1650px) {
  .ticketDeco .charterBox {
    left: 6vw;
  }
}
@media (max-width: 1599px) {
  .ticketDeco .charterBox {
    width: 100px;
    top: -8px;
    left: 11vw;
  }
}
@media (max-width: 1499px) {
  .ticketDeco .charterBox {
    left: 8vw;
    top: -10px;
  }
}
@media (max-width: 1366px) {
  .ticketDeco .charterBox {
    width: 100px;
    top: 0;
  }
}
@media (max-width: 1180px) {
  .ticketDeco .charterBox {
    width: 80px;
    top: -4px;
    left: 7vw;
  }
}
@media (max-width: 768px) {
  .ticketDeco .charterBox {
    left: 0;
  }
}
.ticketDeco .machineImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 140px;
}
@media (max-width: 1499px) {
  .ticketDeco .machineImg {
    padding: 0 140px 0 60px;
  }
}
@media (max-width: 1280px) {
  .ticketDeco .machineImg {
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 1180px) {
  .ticketDeco .machineImg {
    padding: 0 120px 0 30px;
  }
}
@media (max-width: 991px) {
  .ticketDeco .machineImg {
    padding: 0 105px 0 30px;
  }
}
@media (max-width: 768px) {
  .ticketDeco .machineImg {
    padding: 0 30px;
  }
}
.ticketDeco .machineImg .machine {
  position: relative;
  width: 155px;
  margin-left: auto;
  margin-right: 0;
  bottom: 140px;
}
@media (max-width: 1599px) {
  .ticketDeco .machineImg .machine {
    width: 135px;
  }
}
@media (max-width: 1366px) {
  .ticketDeco .machineImg .machine {
    width: 120px;
    bottom: 103px;
  }
}
@media (max-width: 1180px) {
  .ticketDeco .machineImg .machine {
    width: 100px;
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .ticketDeco .machineImg .machine {
    bottom: 94px;
  }
}
.ticketDeco .machineImg .lottery {
  width: calc(100% - 210px - 280px);
  max-width: 1310px;
  position: absolute;
  top: 34px;
  right: 210px;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media (max-width: 1699px) {
  .ticketDeco .machineImg .lottery {
    max-width: none;
    height: 74px;
  }
  .ticketDeco .machineImg .lottery img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 1599px) {
  .ticketDeco .machineImg .lottery {
    top: 12px;
    right: 200px;
    height: 65px;
  }
}
@media (max-width: 1499px) {
  .ticketDeco .machineImg .lottery {
    width: calc(100% - 210px - 200px);
  }
}
@media (max-width: 1366px) {
  .ticketDeco .machineImg .lottery {
    height: 56px;
    top: 32px;
  }
}
@media (max-width: 1280px) {
  .ticketDeco .machineImg .lottery {
    width: calc(100% - 180px - 180px);
    right: 180px;
  }
}
@media (max-width: 1180px) {
  .ticketDeco .machineImg .lottery {
    width: calc(100% - 170px - 150px);
    height: 52px;
    top: 13px;
    right: 170px;
  }
}
@media (max-width: 991px) {
  .ticketDeco .machineImg .lottery {
    width: calc(100% - 155px - 135px);
    max-width: none;
    height: 45px;
    top: 19px;
    right: 155px;
  }
  .ticketDeco .machineImg .lottery img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 768px) {
  .ticketDeco .machineImg .lottery {
    width: calc(100% - 80px - 60px);
    right: 80px;
  }
}
.ticketDeco .machineImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*# sourceMappingURL=home.css.map */