/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .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 .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}

.popWin .close::before, .popWin .close::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

header {
  top: -50px;
  opacity: 0;
  pointer-events: none;
}

header.show {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

header.dark {
  background-color: #000;
}

.m_menu {
  display: block;
}

.mainArea {
  padding: 0;
  background-image: none;
}

.circlar {
  fill: #fef3c7;
}

.circlar {
  width: 300px;
  height: 300px;
  margin: 100px;
}

.circlar svg {
  display: block;
  overflow: visible;
}

.bannerArea {
  background-color: #000;
}

.bannerArea .dotsBox {
  bottom: 50px;
}

.bannerArea .wrap {
  position: relative;
}

.bannerArea .scrollDown {
  position: absolute;
  left: 100px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 960px) {
  .bannerArea .scrollDown {
    display: none;
  }
}

.bannerArea .scrollDown i {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.bannerArea .scrollDown i::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -4.5px;
  width: 9px;
  height: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #23201b;
  -webkit-animation: viewAll 1.7s infinite;
  animation: viewAll 1.7s infinite;
}

.bannerArea .scrollDown .text {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}

@media (min-width: 1181px) {
  .bannerArea.show .Txt {
    -webkit-animation: tada 1s .5s both;
    animation: tada 1s .5s both;
  }
  .bannerArea .Txt {
    opacity: 0;
  }
}

#banner li {
  position: relative;
}

#banner .Txt {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#banner .Txt .ins {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

@media screen and (min-width: 0\0) {
  #banner .Txt .ins {
    /*display: none;*/
  }
}

@media (max-width: 1180px) {
  #banner .Txt {
    /*display: none;*/
  }
}

#banner .foolIE {
  display: none;
  width: 100%;
  max-width: 550px;
}

@media screen and (min-width: 0\0) {
  #banner .foolIE {
    display: block;
  }
}

#banner .foolIE img {
  max-width: 100%;
}

#banner .topText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#banner .topText .en {
  width: 600px;
  height: 50px;
  fill: #fef3c7;
  font-size: 3.5px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
}

#banner .topText .en svg {
  display: block;
  overflow: visible;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#banner .topText .kr {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  color: #9cb226;
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1;
}

#banner .topText .kr::before, #banner .topText .kr::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 25px;
  height: 1px;
  background-color: #9cb226;
}

#banner .topText .kr::before {
  left: 0;
}

#banner .topText .kr::after {
  right: 0;
}

#banner .bannerPathTxt {
  font-size: 153px;
  text-transform: uppercase;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-style: italic;
}

#banner .svg-clipped,
#banner .svg-clipped2 {
  margin-top: -25px;
}

#banner .svg-clipped {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

#banner .svg-clipped2 {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
  -webkit-clip-path: url(#svgPath2);
  clip-path: url(#svgPath2);
}

#banner .bannerTextBox {
  position: relative;
}

#banner .bannerTextBox span {
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-size: 153px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
}

#banner .bannerSvgText,
#banner .bannerSvgTextShadow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#banner .bannerSvgTextShadow {
  z-index: -1;
}

#banner .enText {
  padding-right: 50px;
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  margin-bottom: 30px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-size: 153px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #c1132f;
  font-style: italic;
  text-shadow: 1px 1px 0 #fef3c7, 2px 2px 0 #fef3c7, 3px 3px 0 #fef3c7, 4px 4px 0 #fef3c7;
}

#banner .text {
  position: relative;
  display: inline-block;
  border: 1px solid #504e4b;
  padding: 10px 30px;
  border-left: none;
  border-right: none;
  font-size: 20px;
  letter-spacing: .15em;
  color: #fff;
}

#banner .text::before, #banner .text::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

#banner .text::before {
  left: 5px;
}

#banner .text::after {
  right: 5px;
}

#scene {
  color: #faa;
  font-size: 50px;
  height: 300px;
}

.aboutArea {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  background-image: url("../images/aboutBg.jpg");
  background-position: center top;
}

.aboutArea::before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  display: block;
  width: 100%;
  height: 80px;
  background-image: url("../images/aboutTopBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.aboutArea::after {
  content: '';
  position: absolute;
  left: 0;
  top: -300px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutMask.png");
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 1366px) {
  .aboutArea::after {
    display: none;
  }
}

.aboutArea .leftItem {
  width: 50%;
}

.aboutArea .leftItem img {
  display: block;
  width: 100%;
}

@media (max-width: 900px) {
  .aboutArea .leftItem {
    display: none;
  }
}

.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1180px) {
  .aboutArea .wrap {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .aboutArea .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
  }
}

.aboutArea .rightItem {
  width: 50%;
  padding-right: calc(50% - 600px);
}

@media (max-width: 900px) {
  .aboutArea .rightItem {
    width: 100%;
    padding-right: 0;
    padding-left: 2px;
  }
}

.aboutArea .titleBox2 {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .aboutArea .titleBox2 {
    margin-bottom: 20px;
  }
}

.aboutArea .titleBox2 .en {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .aboutArea .titleBox2 .en {
    margin-bottom: 12px;
  }
}

.aboutArea .moveChopsticks {
  position: absolute !important;
  right: 0;
  top: -50px;
}

@media (max-width: 1840px) {
  .aboutArea .moveChopsticks {
    width: 420px;
  }
  .aboutArea .moveChopsticks img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1640px) {
  .aboutArea .moveChopsticks {
    right: -180px;
    top: -160px;
  }
}

@media (max-width: 1280px) {
  .aboutArea .moveChopsticks {
    display: none;
  }
}

.aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 480px) {
  .aboutList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.aboutList li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .aboutList li {
    width: 50%;
    padding-bottom: 20px;
  }
}

.aboutList li:hover .Img {
  -webkit-transform: rotateY(360deg) translateY(-10px);
  transform: rotateY(360deg) translateY(-10px);
}

.aboutList li:hover .en a,
.aboutList li:hover h3 a {
  color: #fdb940;
}

.aboutList .slick-list {
  padding-top: 10px;
}

.aboutList .Img {
  position: relative;
  width: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/circleBg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /*border-radius: 50%;*/
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutList .Img::before {
  content: '';
  position: absolute;
}

.aboutList .Img img {
  display: block;
  width: 100%;
}

.aboutList .Txt {
  text-align: center;
}

.aboutList .en {
  margin-bottom: 2px;
}

.aboutList .en a {
  display: block;
  font-size: 13px;
  letter-spacing: .07em;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
}

.aboutList h3 a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .07em;
  color: #c5c5c5;
}

.productArea {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../images/productBg.jpg");
}

@media (max-width: 1023px) {
  .productArea {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .productArea {
    padding-bottom: 30px;
  }
}

.productArea::before, .productArea::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
}

.productArea::before {
  top: -50px;
  background-image: url("../images/productTopBg.png");
}

.productArea::after {
  bottom: -50px;
  background-image: url("../images/productBottomBg.png");
}

.productArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-left: calc(50% - 800px);
}

@media (max-width: 1700px) {
  .productArea .wrap {
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .productArea .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.productArea .leftItem {
  width: 24%;
}

@media (max-width: 1280px) {
  .productArea .leftItem {
    width: 35%;
  }
}

@media (max-width: 1023px) {
  .productArea .leftItem {
   
    width: 100%;
  }
}

.productArea .centerItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76%;
}

@media (max-width: 1620px) {
  .productArea .centerItem {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1280px) {
  .productArea .centerItem {
    width: 65%;
  }
}

@media (max-width: 1023px) {
  .productArea .centerItem {
    width: 100%;
  }
}

/*.productArea .centerItem::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 233px;
  height: 222px;
  background-image: url("../images/material.png");
  background-repeat: no-repeat;
  background-size: contain;
}*/

@media (max-width: 767px) {
  .productArea .centerItem::before {
    display: none;
  }
}

.productArea .rightItem {
  position: relative;
  width: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
}

@media (max-width: 1280px) {
  .productArea .rightItem {
    display: none;
  }
}

.productArea .arrows {
  position: absolute;
  left: 35px;
  display: inline-block;
  width: 10px;
  height: 18px;
  color: #f1b03e;
}

.productArea .arrows svg {
  width: 100%;
  height: 100%;
}

.productArea .prevArrow {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.productArea .nextArrow {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.productArea .countBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #a3a3a3;
}

.productArea .countBox .current::after {
  content: '/';
  display: inline-block;
  margin-right: 6px;
  padding-left: 6px;
}

.productArea .mainEn {
  margin-bottom: 12px;
  font-size: 35px;
  letter-spacing: .02em;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .productArea .mainEn {
    font-size: 28px;
  }
}

.productArea .dotsBox {
  position: static;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  text-align: left;
}

@media (min-width: 1281px) {
  .productArea .dotsBox {
    display: none;
  }
}

@media (min-width: 1181px) {
  .productArea .dotsBox {
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .productArea .dotsBox {
    padding-top: 20px;
  }
}

@media (max-width: 1023px) {
  .productArea .dotsBox {
    padding-top: 0;
  }
}

.productList .Img {
  display: none;
}

.productList .subTitle {
  font-size: 16px;
  letter-spacing: .07em;
  color: #fdb940;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .productList .subTitle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .productList .subTitle {
    margin-bottom: 10px;
  }
}

.productList .title {
  margin-bottom: 30px;
}

.productList .title .ins {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.productList .title .ins::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.productList .title a {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .07em;
}

.productList .text {
  max-height: 52px;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.9;
}

.productList .text a {
  color: #b0b0b0;
}

.productList .btn1 {
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .productList .btn1 {
    margin-top: 25px;
  }
}

.productImgList {
  width: 100%;
  max-width: 670px;
}

.productImgList .Img img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productSmallList {
  width: 100%;
}

.productSmallList li:hover .item::after, .productSmallList li.slick-current .item::after {
  left: 0;
  opacity: 1;
}

.productSmallList li:hover .right, .productSmallList li.slick-current .right {
  color: #fff;
}

.productSmallList .item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.productSmallList .item::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
  z-index: -1;
  width: 420px;
  height: 100%;
  background-image: url("../images/productHover.png");
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productSmallList .Img {
  width: 100px;
}

.productSmallList .Img img {
  display: block;
  width: 100%;
}

.productSmallList .right {
  width: calc(100% - 100px);
  padding-left: 30px;
  color: #6d6b6b;
}

.productSmallList .title,
.productSmallList .title2 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productSmallList .title {
  font-size: 16px;
}

.productSmallList .title2 {
  font-size: 14px;
}

.newsArea {
  position: relative;
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../images/newsBg.jpg");
}

@media (max-width: 640px) {
  .newsArea {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .newsArea {
    padding-top: 70px;
  }
}

.newsArea .wrap {
  position: relative;
}

.newsArea .titleBox {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .newsArea .titleBox {
    margin-bottom: 25px;
  }
}

.newsArea .btn1 {
  padding-top: 70px;
}

@media (max-width: 640px) {
  .newsArea .btn1 {
    padding-top: 20px;
  }
}

.newsArea .newsListBox {
  position: relative;
}

@media (min-width: 1181 - 1460px) {
  .newsArea .newsListBox {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.newsArea .arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #f1b03e;
  overflow: hidden;
  background-image: url("../images/arrowBorder.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1180px) {
  .newsArea .arrows {
    display: none !important;
  }
}

.newsArea .arrows svg {
  width: 10px;
  height: 18px;
}

.newsArea .arrows:hover {
  color: #0f0906;
  background-image: url("../images/arrowBg.png");
}

.newsArea .prevArrow {
  left: -100px;
}

@media (max-width: 1460px) {
  .newsArea .prevArrow {
    left: 0;
  }
}

.newsArea .nextArrow {
  right: -100px;
}

@media (max-width: 1460px) {
  .newsArea .nextArrow {
    right: 0;
  }
}

.newsArea .nextArrow svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.newsArea .sideImg {
  position: absolute;
  pointer-events: none;
}

.newsArea .icon001 {
  left: -30px;
  top: 0;
}

@media (max-width: 1700px) {
  .newsArea .icon001 {
    display: none;
  }
}

@media (max-width: 767px) {
  .newsArea .icon001 {
    display: block;
    left: 0;
  }
}

@media (max-width: 414px) {
  .newsArea .icon001 {
    display: none;
  }
}

.newsArea .icon002 {
  left: -340px;
  top: 200px;
}

.newsArea .icon003 {
  left: -320px;
  bottom: 90px;
}

@media (max-width: 1366px) {
  .newsArea .icon003 {
    left: -80px;
    bottom: -80px;
  }
}

@media (max-width: 480px) {
  .newsArea .icon003 {
    display: none;
  }
}

.newsArea .icon004 {
  left: -150px;
  bottom: 0px;
}

.newsArea .icon005 {
  right: -340px;
  top: 280px;
}

@media (max-width: 1366px) {
  .newsArea .icon005 {
    right: 0;
    top: auto;
    bottom: -20px;
  }
}

@media (max-width: 480px) {
  .newsArea .icon005 {
    display: none;
  }
}

.newsArea .icon006 {
  right: -250px;
  bottom: 200px;
}

.newsArea .icon007 {
  right: -320px;
  bottom: -20px;
}

.newsArea .icon008 {
  left: 0;
  top: 70px;
}

@media (max-width: 767px) {
  .newsArea .icon008 {
    display: none;
  }
}

.newsArea .icon009 {
  right: 0;
  top: 120px;
}

@media (max-width: 1700px) {
  .newsArea .icon009 {
    right: -50px;
  }
}

@media (max-width: 1560px) {
  .newsArea .icon009 {
    top: 80px;
  }
}

@media (max-width: 767px) {
  .newsArea .icon009 {
    display: none;
  }
}

.newsArea .icon010 {
  right: 0;
  top: 280px;
}

@media (max-width: 1700px) {
  .newsArea .icon010 {
    right: -50px;
  }
}

@media (max-width: 1560px) {
  .newsArea .icon010 {
    display: none;
  }
}

.newsArea .dotsBox {
  bottom: -50px;
}

@media (min-width: 1181px) {
  .newsArea .dotsBox {
    display: none;
  }
}

.newsList {
  position: relative;
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1023px) {
  .newsList {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.newsList li {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1023px) {
  .newsList li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.newsList .topBox {
  position: relative;
  padding: 10px;
  background-color: rgba(23, 23, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsList .ins {
  position: relative;
}

.newsList .dateBox {
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  letter-spacing: .05em;
  text-align: center;
  text-shadow: 0 0 8px rgba(4, 4, 4, 0.24);
}

.newsList .dateBox .top {
  font-weight: 500;
  font-size: 40px;
}

.newsList .dateBox .bottom {
  font-size: 12px;
  font-weight: 30;
}

.newsList .newIcon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsList .Img img {
  display: block;
  width: 100%;
}

.newsList .Txt {
  padding-top: 20px;
}

.newsList h3 {
  margin-bottom: 20px;
}

.newsList h3 a {
  position: relative;
  display: block;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .05em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsList h3 a span {
  position: relative;
}

.newsList h3 a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList h3 a:hover {
  color: #fdb940;
}

.newsList h3 a:hover span::after {
  background-color: #fdb940;
}

.newsList .text {
  max-height: 46px;
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.7;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 0;
  }
  10%,
  20% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 0;
  }
  10%,
  20% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes viewAll {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 90px;
  }
}

@keyframes viewAll {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 90px;
  }
}


.itemList li {
  padding: 0 15px 10px;
}

.itemList .Txt {
  padding: 5px 15px;
  text-align: center;
}

.leftItem {
  margin-bottom: 30px; 
}