@font-face {
  font-family: 'DINPro-Regular';
  src: url("https://event.msi.com/msifonts/fonts/DINPro-Regular.otf") format("opentype");
  src: url("https://event.msi.com/msifonts/fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://event.msi.com/msifonts/fonts/DINPro-Regular.woff") format("woff"), url("https://event.msi.com/msifonts/fonts/DINPro-Regular.ttf") format(" truetype"), url("https://event.msi.com/msifonts/fonts/DINPro-Regular.svg") format("svg");
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container {
  max-width: 2000px;
  margin: 0 auto;
}

.nynp {
  font-family: 'DINPro-Regular';
  font-size: 1em;
}

.nynp .kv__pic {
  position: relative;
}

.nynp .kv__pic-mobile {
  display: none;
}

@media (max-width: 960px) {
  .nynp .kv__pic-desktop {
    display: none;
  }
  .nynp .kv__pic-mobile {
    display: block;
  }
}

.nynp .info {
  position: relative;
  background-color: #fff6df;
  color: #38312b;
  padding: 3% 7%;
}

.nynp .info__title {
  position: relative;
  font-size: 3.5em;
  font-weight: bold;
  z-index: 2;
}

.nynp .info__sub {
  position: relative;
  font-size: 2em;
  z-index: 2;
}

.nynp .info__period {
  position: relative;
  margin-top: 40px;
  font-size: 2em;
  z-index: 2;
}

.nynp .info__mark {
  position: relative;
  margin-top: 5px;
  font-size: 1.5em;
  z-index: 2;
}

.nynp .info__pic {
  z-index: 1;
}

.nynp .info__pic img {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}

.nynp .info__pic img:nth-child(1) {
  top: 0;
  left: 70%;
  width: 10%;
}

.nynp .info__pic img:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 10%;
}

.nynp .info__pic img:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 20%;
}

.nynp .info__pic img:nth-child(4) {
  top: 0;
  left: 0%;
  width: 17%;
}

.nynp .info__pic img:nth-child(5) {
  bottom: 0;
  left: 50%;
  width: 20%;
  opacity: 0.2;
}

@media (max-width: 1310px) {
  .nynp .info {
    position: relative;
    background-color: #fff6df;
    color: #38312b;
    padding: 3% 7%;
  }
  .nynp .info__title {
    position: relative;
    font-size: 2.7em;
    font-weight: bold;
    z-index: 2;
  }
}

@media (max-width: 960px) {
  .nynp .info {
    position: relative;
    background-color: #fff6df;
    color: #38312b;
    padding: 3%;
  }
  .nynp .info__title {
    position: relative;
    font-size: 2.3em;
    font-weight: bold;
    z-index: 2;
  }
  .nynp .info__sub {
    position: relative;
    font-size: 1.5em;
    z-index: 2;
  }
  .nynp .info__period {
    position: relative;
    margin-top: 40px;
    font-size: 1.5em;
    z-index: 2;
  }
  .nynp .info__mark {
    position: relative;
    margin-top: 5px;
    font-size: 1.3em;
    z-index: 2;
  }
}

@media (max-width: 550px) {
  .nynp .info {
    position: relative;
    background-color: #fff6df;
    color: #38312b;
    padding: 3%;
  }
  .nynp .info__title {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    z-index: 2;
  }
  .nynp .info__sub {
    position: relative;
    font-size: 1.3em;
    z-index: 2;
  }
  .nynp .info__period {
    position: relative;
    margin-top: 40px;
    font-size: 1.3em;
    z-index: 2;
  }
  .nynp .info__mark {
    position: relative;
    margin-top: 5px;
    font-size: 1em;
    z-index: 2;
  }
}

.nynp .pd {
  position: relative;
  background-color: #ffefe2;
  padding: 3% 7%;
  color: #38312b;
}

.nynp .pd__title {
  position: relative;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  z-index: 2;
}

.nynp .pd__box {
  position: relative;
  margin-top: 30px;
  text-align: center;
  z-index: 2;
}

.nynp .pd__box:nth-child(3) .pd__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nynp .pd__box-title {
  font-weight: bold;
  font-size: 2.3em;
}

.nynp .pd__box-sub {
  font-size: 1.6em;
}

.nynp .pd__icon {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nynp .pd__icon-box {
  width: 117px;
}

.nynp .pd__icon-box p {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}

.nynp .pd__flex {
  margin-top: 60px;
  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;
}

.nynp .pd__flex-pic {
  position: relative;
  margin: 0  20px;
  width: 50%;
}

.nynp .pd__flex-pic img {
  width: auto;
}

.nynp .pd__flex-picAbsolute {
  position: relative;
  width: 50%;
  margin: 120px 80px 0;
  min-height: 400px;
}

.nynp .pd__flex-picAbsolute img:nth-child(1) {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
}

.nynp .pd__flex-picAbsolute img:nth-child(2) {
  position: absolute;
  -webkit-animation: 5s mntbox3 ease infinite;
          animation: 5s mntbox3 ease infinite;
  top: -9%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 3;
}

.nynp .pd__flex-picAbsolute .tuv-logo {
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.nynp .pd__flexbtn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nynp .pd__flexbtn-btn {
  margin: 20px;
  min-width: 200px;
  cursor: pointer;
}

.nynp .pd__flexbtn-btn :nth-child(1) {
  background-color: #ffd1c6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nynp .pd__flexbtn-btn :nth-child(2) {
  background-color: #a0907b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
}

.nynp .pd__flexbtn-btn:hover :nth-child(1) {
  background-color: #f0b6a8;
}

.nynp .pd__flexbtn-btn:hover :nth-child(2) {
  background-color: #7e7161;
  color: #fff;
}

.nynp .pd__flexbtn-btn a {
  display: block;
  min-width: 10%;
  color: #38312b;
  padding: 8%;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}

.nynp .pd__flexbtn .remark {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1% 0 0 0;
}

.nynp .pd__pic img {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}

.nynp .pd__pic img:nth-child(1) {
  top: 0;
  left: 0%;
  width: 15%;
  opacity: 0.25;
}

.nynp .pd__pic img:nth-child(2) {
  top: 10%;
  right: 0;
  width: 15%;
}

.nynp .pd__pic img:nth-child(3) {
  top: 40%;
  right: 5%;
  width: 19%;
}

.nynp .pd__pic img:nth-child(4) {
  bottom: 0;
  left: 0%;
  width: 30%;
}

@-webkit-keyframes mntbox3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  30% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0%;
  }
  40% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0%;
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  80% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0%;
  }
  90% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
}

@keyframes mntbox3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  30% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0%;
  }
  40% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0%;
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
  80% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0%;
  }
  90% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
}

@media (max-width: 1310px) {
  .nynp .pd {
    position: relative;
    padding: 3%;
    color: #38312b;
  }
  .nynp .pd__flex {
    margin-top: 60px;
    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;
  }
  .nynp .pd__flex-pic {
    position: relative;
    margin: 0  20px;
    width: 45%;
  }
  .nynp .pd__flex-pic img {
    width: auto;
  }
  .nynp .pd__flex-picAbsolute {
    position: relative;
    width: 45%;
    margin: 120px 20px 0;
    min-height: 400px;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(1) {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 2;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(2) {
    position: absolute;
    -webkit-animation: 5s mntbox3 ease infinite;
            animation: 5s mntbox3 ease infinite;
    top: -9%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 3;
  }
  .nynp .pd__flexbtn {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nynp .pd__flexbtn-btn {
    margin: 10px;
    min-width: 177px;
    cursor: pointer;
  }
  .nynp .pd__flexbtn-btn :nth-child(1) {
    background-color: #ffd1c6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .pd__flexbtn-btn :nth-child(2) {
    background-color: #a0907b;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(1) {
    background-color: #f0b6a8;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(2) {
    background-color: #7e7161;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn a {
    display: block;
    min-width: 10%;
    color: #38312b;
    padding: 8%;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width: 960px) {
  .nynp .pd {
    position: relative;
    padding: 3%;
    color: #38312b;
  }
  .nynp .pd__title {
    position: relative;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    z-index: 2;
  }
  .nynp .pd__flex {
    display: block;
  }
  .nynp .pd__flex-pic {
    margin: 0  auto;
    width: 80%;
  }
  .nynp .pd__flex-pic img {
    width: auto;
  }
  .nynp .pd__flex-picAbsolute {
    position: relative;
    width: 420px;
    margin: 70px auto 0;
    min-height: 400px;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(1) {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 2;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(2) {
    position: absolute;
    -webkit-animation: 5s mntbox3 ease infinite;
            animation: 5s mntbox3 ease infinite;
    top: 12%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 3;
  }
  .nynp .pd__flex-picAbsolute .tuv-logo {
    position: absolute;
    width: 70px;
    bottom: -20px;
    left: -20px;
    z-index: 3;
  }
  .nynp .pd__flexbtn {
    width: 87%;
    margin: 5% auto;
  }
  .nynp .pd__flexbtn-btn {
    margin: 10px;
    min-width: 177px;
    cursor: pointer;
  }
  .nynp .pd__flexbtn-btn :nth-child(1) {
    background-color: #ffd1c6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .pd__flexbtn-btn :nth-child(2) {
    background-color: #a0907b;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(1) {
    background-color: #f0b6a8;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(2) {
    background-color: #7e7161;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn a {
    display: block;
    min-width: 10%;
    color: #38312b;
    padding: 8%;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width: 550px) {
  .nynp .pd {
    position: relative;
    padding: 3%;
    color: #38312b;
  }
  .nynp .pd__title {
    position: relative;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    z-index: 2;
  }
  .nynp .pd__box {
    position: relative;
    margin-top: 30px;
    text-align: center;
    z-index: 2;
  }
  .nynp .pd__box:nth-child(3) .pd__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .nynp .pd__box-title {
    font-weight: bold;
    font-size: 1.7em;
  }
  .nynp .pd__box-sub {
    font-size: 1.5em;
  }
  .nynp .pd__flex {
    display: block;
  }
  .nynp .pd__flex-pic {
    margin: 0  auto;
    width: 80%;
  }
  .nynp .pd__flex-pic img {
    width: auto;
  }
  .nynp .pd__flex-picAbsolute {
    position: relative;
    width: 80%;
    margin: 70px auto 0;
    min-height: 400px;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(1) {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 2;
  }
  .nynp .pd__flex-picAbsolute img:nth-child(2) {
    position: absolute;
    -webkit-animation: 5s mntbox3 ease infinite;
            animation: 5s mntbox3 ease infinite;
    top: 12%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 3;
  }
  .nynp .pd__flex-picAbsolute .tuv-logo {
    position: absolute;
    width: 60px;
    bottom: 0%;
    left: -5%;
    z-index: 3;
  }
  .nynp .pd__flexbtn {
    width: 100%;
    margin: 5% auto;
  }
  .nynp .pd__flexbtn-btn {
    margin: 10px;
    min-width: 150px;
    cursor: pointer;
  }
  .nynp .pd__flexbtn-btn :nth-child(1) {
    background-color: #ffd1c6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .pd__flexbtn-btn :nth-child(2) {
    background-color: #a0907b;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(1) {
    background-color: #f0b6a8;
  }
  .nynp .pd__flexbtn-btn:hover :nth-child(2) {
    background-color: #7e7161;
    color: #fff;
  }
  .nynp .pd__flexbtn-btn a {
    display: block;
    min-width: 10%;
    color: #38312b;
    padding: 8%;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
  }
}

.nynp .prize {
  text-align: center;
  padding: 3% 7%;
  background-color: #d9dfcf;
}

.nynp .prize__title {
  font-size: 3em;
  font-weight: bold;
  color: #38312b;
}

.nynp .prize__flex {
  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;
  margin-top: 30px;
}

.nynp .prize__flex-pic {
  width: 55%;
}

.nynp .prize__flex-pic p {
  font-size: 2.8em;
  font-weight: bold;
  color: #485F26;
  margin-bottom: 10%;
}

.nynp .prize__flexTxt {
  width: 42%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nynp .prize__flexTxt p {
  width: 159px;
  margin: 10px;
  padding: 2%;
  background-color: #9da191;
  font-size: 1.25em;
  color: #f2f5f0;
  height: 149px;
}

.nynp .prize__flexTxt p span {
  font-size: 1.5em;
  font-weight: bold;
}

.nynp .prize__flexTxt .remark {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 2% 0 0 0;
}

.nynp .prize__flexTxtBox {
  width: 159px;
  margin: 10px;
  padding: 2%;
  background-color: #9da191;
  font-size: 1.25em;
  color: #f2f5f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 149px;
}

.nynp .prize__flexTxtBox-title {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
}

.nynp .prize__flexTxtBox-pdName {
  width: 100%;
}

@media (max-width: 1310px) {
  .nynp .prize {
    text-align: center;
    padding: 3%;
    background-color: #d9dfcf;
  }
  .nynp .prize__title {
    font-size: 3em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .prize__flex {
    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;
    margin-top: 30px;
  }
  .nynp .prize__flex-pic {
    width: 33%;
  }
  .nynp .prize__flex-pic p {
    font-size: 2.8em;
    font-weight: bold;
    color: #485F26;
  }
  .nynp .prize__flex-btn {
    width: 63%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .nynp .prize {
    text-align: center;
    padding: 3%;
    background-color: #d9dfcf;
  }
  .nynp .prize__title {
    font-size: 2.5em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .prize__flex {
    display: block;
  }
  .nynp .prize__flex-pic {
    width: 55%;
    margin: 0 auto;
  }
  .nynp .prize__flex-pic p {
    font-size: 2.8em;
    font-weight: bold;
    color: #485F26;
  }
  .nynp .prize__flex-btn {
    width: 100%;
    margin: 0 auto;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nynp .prize__flex-btn p {
    margin: 5px;
    padding: 2% 1%;
  }
  .nynp .prize__flexTxt {
    width: 100%;
  }
  .nynp .prize__flexTxtBox {
    width: 150px;
    margin: 5px;
  }
}

@media (max-width: 550px) {
  .nynp .prize {
    text-align: center;
    padding: 3%;
    background-color: #d9dfcf;
  }
  .nynp .prize__title {
    font-size: 2em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .prize__flex-btn p {
    min-height: 115px;
  }
}

.nynp .winner {
  text-align: center;
  padding: 3% 7% 0% 7%;
  background-color: #fff6df;
}

.nynp .winner__title {
  font-size: 3em;
  font-weight: bold;
  color: #38312b;
}

.nynp .winner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nynp .winner__flexleft {
  width: 45%;
  margin: 40px 0;
}

.nynp .winner__flexleft-content {
  font-size: 2em;
}

.nynp .winner__flexleft-date {
  margin: 40px 0;
  font-size: 2em;
}

.nynp .winner__flexleft-date span {
  background-color: #87AF48;
  color: #fff;
  padding: 0.7%;
}

.nynp .winner__flexleft-tc {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  color: #38312b;
  text-decoration: underline;
}

.nynp .winner__flexright {
  margin: 40px 0;
  width: 45%;
}

.nynp .winner__flexright-title {
  font-size: 2.5em;
  font-weight: bold;
}

.nynp .winner__flexright-pic {
  width: 50%;
}

.nynp .winner__flexright-mark {
  margin: 20px 0;
  font-size: 1.2em;
}

@media (max-width: 1310px) {
  .nynp .winner {
    text-align: center;
    padding: 3%;
  }
  .nynp .winner__title {
    font-size: 3em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .winner__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nynp .winner__flexleft {
    width: 40%;
    margin: 40px 0;
  }
  .nynp .winner__flexleft-content {
    font-size: 1.8em;
  }
  .nynp .winner__flexleft-date {
    margin: 40px 0;
    font-size: 1.8em;
  }
  .nynp .winner__flexleft-date span {
    display: block;
    width: 70%;
    margin: 0 auto;
    background-color: #87AF48;
    color: #fff;
    padding: 0.7%;
  }
  .nynp .winner__flexleft-tc {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    color: #38312b;
    text-decoration: underline;
  }
  .nynp .winner__flexright {
    margin: 40px 0;
    width: 40%;
  }
  .nynp .winner__flexright-title {
    font-size: 2.5em;
    font-weight: bold;
  }
  .nynp .winner__flexright-pic {
    width: 50%;
  }
  .nynp .winner__flexright-mark {
    margin: 20px 0;
    font-size: 1.2em;
  }
}

@media (max-width: 960px) {
  .nynp .winner {
    text-align: center;
    padding: 3%;
  }
  .nynp .winner__title {
    font-size: 2.5em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .winner__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nynp .winner__flexleft {
    width: 45%;
    margin: 40px 0;
  }
  .nynp .winner__flexleft-content {
    font-size: 1.5em;
  }
  .nynp .winner__flexleft-date {
    margin: 40px 0;
    font-size: 1.5em;
  }
  .nynp .winner__flexleft-date span {
    display: block;
    width: 70%;
    margin: 0 auto;
    background-color: #87AF48;
    color: #fff;
    padding: 0.7%;
  }
  .nynp .winner__flexleft-tc {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #38312b;
    text-decoration: underline;
  }
  .nynp .winner__flexright {
    margin: 40px 0;
    width: 45%;
  }
  .nynp .winner__flexright-title {
    font-size: 2em;
    font-weight: bold;
  }
  .nynp .winner__flexright-pic {
    width: 50%;
  }
  .nynp .winner__flexright-mark {
    margin: 20px 0;
    font-size: 1.2em;
  }
}

@media (max-width: 550px) {
  .nynp .winner {
    text-align: center;
    padding: 3%;
  }
  .nynp .winner__title {
    font-weight: bold;
    font-size: 2em;
    color: #38312b;
  }
  .nynp .winner__flex {
    display: block;
  }
  .nynp .winner__flexleft {
    width: 90%;
    margin: 20px auto;
  }
  .nynp .winner__flexleft-content {
    font-size: 1.5em;
  }
  .nynp .winner__flexleft-date {
    margin: 10px 0;
    font-size: 1.5em;
  }
  .nynp .winner__flexleft-date span {
    display: block;
    width: 70%;
    margin: 0 auto;
    background-color: #87AF48;
    color: #fff;
    padding: 0.7%;
  }
  .nynp .winner__flexleft-tc {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #38312b;
    text-decoration: underline;
  }
  .nynp .winner__flexright {
    margin: 40px auto;
    width: 90%;
  }
  .nynp .winner__flexright-title {
    font-size: 2em;
    font-weight: bold;
  }
  .nynp .winner__flexright-pic {
    width: 50%;
  }
  .nynp .winner__flexright-mark {
    margin: 20px 0;
    font-size: 1.2em;
  }
}

.nynp .redeem {
  text-align: center;
  padding: 3% 7%;
  background-color: #d9dfcf;
}

.nynp .redeem__title {
  font-size: 3em;
  font-weight: bold;
  color: #38312b;
}

.nynp .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
}

.nynp .redeem__step {
  text-align: center;
  width: 23%;
}

.nynp .redeem__step img {
  min-width: 250px;
  min-height: 250px;
  max-width: 250px;
  max-height: 250px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nynp .redeem__step img:hover {
  -webkit-filter: drop-shadow(1px 1px 10px #8b9b87);
          filter: drop-shadow(1px 1px 10px #8b9b87);
}

.nynp .redeem__step p {
  font-size: 1.6em;
}

.nynp .redeem__step ol {
  font-size: 1.4em;
  text-align: left;
  padding-left: 25px;
}

.nynp .redeem__btn {
  position: relative;
  width: 350px;
  margin: 5% auto;
  z-index: 2;
  -webkit-animation: 1.5s breath ease infinite;
          animation: 1.5s breath ease infinite;
}

.nynp .redeem__btn-txt {
  position: relative;
  display: block;
  background-color: #476a46;
  color: #fff;
  padding: 5%;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
  width: 350px;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nynp .redeem__btn-txt:hover {
  background-color: #708d6f;
}

.nynp .redeem__btn-pic {
  position: absolute;
  width: 40%;
  z-index: 1;
}

.nynp .redeem__btn-pic:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nynp .redeem__btn-pic:nth-child(3) {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -59%);
          transform: translate(50%, -59%);
}

.nynp .redeem__btnFlex {
  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;
}

.nynp .redeem__btnFlex-txt {
  display: block;
  background-color: #485547;
  color: #fff;
  padding: 1%;
  font-size: 1.4em;
  margin: 0 1%;
  text-decoration: none;
  width: 300px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nynp .redeem__btnFlex-txt:hover {
  background-color: #818d81;
}

@-webkit-keyframes breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1310px) {
  .nynp .redeem {
    text-align: center;
    padding: 3%;
  }
  .nynp .redeem__title {
    font-size: 3em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 30px;
  }
  .nynp .redeem__step {
    text-align: center;
    width: 25%;
  }
  .nynp .redeem__step img {
    min-width: 250px;
    min-height: 250px;
  }
  .nynp .redeem__step p {
    font-size: 1.5em;
  }
  .nynp .redeem__step ol {
    font-size: 1.2em;
    text-align: left;
    padding-left: 25px;
  }
  .nynp .redeem__btn {
    position: relative;
    width: 350px;
    margin: 5% auto;
    z-index: 2;
    -webkit-animation: 1.5s breath ease infinite;
            animation: 1.5s breath ease infinite;
  }
  .nynp .redeem__btn-txt {
    position: relative;
    display: block;
    background-color: #476a46;
    color: #fff;
    padding: 5%;
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: none;
    width: 350px;
    z-index: 2;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btn-txt:hover {
    background-color: #708d6f;
  }
  .nynp .redeem__btn-pic {
    position: absolute;
    width: 40%;
    z-index: 1;
  }
  .nynp .redeem__btn-pic:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nynp .redeem__btn-pic:nth-child(3) {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -59%);
            transform: translate(50%, -59%);
  }
  .nynp .redeem__btnFlex {
    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;
  }
  .nynp .redeem__btnFlex-txt {
    display: block;
    background-color: #485547;
    color: #fff;
    padding: 1%;
    font-size: 1.4em;
    margin: 0 1%;
    text-decoration: none;
    width: 300px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btnFlex-txt:hover {
    background-color: #818d81;
  }
}

@media (max-width: 960px) {
  .nynp .redeem {
    text-align: center;
    padding: 3%;
  }
  .nynp .redeem__title {
    font-size: 2.5em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .redeem__flex {
    display: block;
  }
  .nynp .redeem__step {
    text-align: center;
    margin: 0 auto;
    width: 75%;
  }
  .nynp .redeem__step img {
    min-width: 250px;
    min-height: 250px;
    max-width: 250px;
    max-height: 250px;
  }
  .nynp .redeem__step p {
    font-size: 1.5em;
  }
  .nynp .redeem__step ol {
    font-size: 1.2em;
    text-align: left;
    padding-left: 25px;
  }
  .nynp .redeem__btn {
    position: relative;
    width: 350px;
    margin: 14% auto;
    z-index: 2;
    -webkit-animation: 1.5s breath ease infinite;
            animation: 1.5s breath ease infinite;
  }
  .nynp .redeem__btn-txt {
    position: relative;
    display: block;
    background-color: #476a46;
    color: #fff;
    padding: 5%;
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: none;
    width: 350px;
    z-index: 2;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btn-txt:hover {
    background-color: #708d6f;
  }
  .nynp .redeem__btn-pic {
    position: absolute;
    width: 40%;
    z-index: 1;
  }
  .nynp .redeem__btn-pic:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nynp .redeem__btn-pic:nth-child(3) {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -59%);
            transform: translate(50%, -59%);
  }
  .nynp .redeem__btnFlex {
    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;
  }
  .nynp .redeem__btnFlex-txt {
    display: block;
    background-color: #485547;
    color: #fff;
    padding: 1%;
    font-size: 1.4em;
    margin: 0 1%;
    text-decoration: none;
    width: 300px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btnFlex-txt:hover {
    background-color: #818d81;
  }
}

@media (max-width: 550px) {
  .nynp .redeem {
    text-align: center;
    padding: 3%;
  }
  .nynp .redeem__title {
    font-weight: bold;
    font-size: 2em;
    color: #38312b;
  }
  .nynp .redeem__flex {
    display: block;
  }
  .nynp .redeem__step {
    text-align: center;
    margin: 0 auto;
    width: 75%;
  }
  .nynp .redeem__step img {
    min-width: 250px;
    min-height: 250px;
  }
  .nynp .redeem__step p {
    font-size: 1.5em;
  }
  .nynp .redeem__step ol {
    font-size: 1.2em;
    text-align: left;
    padding-left: 25px;
  }
  .nynp .redeem__btn {
    position: relative;
    width: 300px;
    margin: 14% auto;
    z-index: 2;
    -webkit-animation: 1.5s breath ease infinite;
            animation: 1.5s breath ease infinite;
  }
  .nynp .redeem__btn-txt {
    position: relative;
    display: block;
    background-color: #476a46;
    color: #fff;
    padding: 5%;
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: none;
    width: 300px;
    margin: 0 auto;
    z-index: 2;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btn-txt:hover {
    background-color: #708d6f;
  }
  .nynp .redeem__btn-pic {
    position: absolute;
    width: 40%;
    z-index: 1;
  }
  .nynp .redeem__btn-pic:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-19%, -50%);
            transform: translate(-19%, -50%);
  }
  .nynp .redeem__btn-pic:nth-child(3) {
    top: 50%;
    right: 0;
    -webkit-transform: translate(21%, -59%);
            transform: translate(21%, -59%);
  }
  .nynp .redeem__btnFlex {
    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;
  }
  .nynp .redeem__btnFlex-txt {
    display: block;
    background-color: #485547;
    color: #fff;
    padding: 1%;
    font-size: 1.4em;
    margin: 0 1%;
    text-decoration: none;
    width: 300px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .nynp .redeem__btnFlex-txt:hover {
    background-color: #818d81;
  }
}

.nynp .wtb {
  text-align: center;
  padding: 3% 0% 0%;
  background-color: #d9dfcf;
}

.nynp .wtb__title {
  font-size: 3em;
  font-weight: bold;
  margin: 2% auto;
  color: #38312b;
}

@media (max-width: 960px) {
  .nynp .wtb__title {
    font-size: 2.5em;
  }
}

@media (max-width: 550px) {
  .nynp .wtb__title {
    font-size: 2em;
  }
}

.nynp .video {
  text-align: center;
  padding: 3% 7%;
  background-color: #ffefe2;
}

.nynp .video__title {
  font-size: 3em;
  font-weight: bold;
  margin: 2% auto;
  color: #38312b;
}

.nynp .video__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nynp .video__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  vertical-align: top;
  width: calc(30% - 5px);
  margin: 40px 10px 10px;
  overflow: hidden;
  cursor: pointer;
}

.nynp .video__item:hover .video__imgbox {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nynp .video__imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nynp .video__imgbox-playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  .nynp .video {
    text-align: center;
    padding: 3%;
  }
  .nynp .video__title {
    font-size: 2.5em;
    font-weight: bold;
    margin: 2% auto;
    color: #38312b;
  }
  .nynp .video__flex {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nynp .video__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    vertical-align: top;
    width: calc(91% - 5px);
    margin: 40px 10px 10px;
    overflow: hidden;
    cursor: pointer;
  }
  .nynp .video__item:hover .video__imgbox {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .nynp .video__imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .nynp .video__imgbox-playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 550px) {
  .nynp .video {
    text-align: center;
    padding: 3%;
  }
  .nynp .video__title {
    font-size: 2em;
    font-weight: bold;
    color: #38312b;
  }
}

.nynp .feedback {
  text-align: center;
  padding: 3% 7%;
  background-color: #ffefe2;
}

.nynp .feedback__title {
  margin: 2% auto;
  font-size: 3em;
  font-weight: bold;
  color: #38312b;
}

.nynp .feedback__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nynp .feedback__item {
  position: relative;
  width: 30%;
  background-color: #dfc7ba;
  padding: 2%;
  min-height: 250px;
}

.nynp .feedback__item-pd {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

.nynp .feedback__item hr {
  margin: 10px auto;
  border-top: 1px solid #616161;
}

.nynp .feedback__item-title {
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
}

.nynp .feedback__item-content {
  text-align: left;
  font-size: 1.1em;
}

@media (max-width: 960px) {
  .nynp .feedback {
    text-align: center;
    padding: 3%;
  }
  .nynp .feedback__title {
    margin: 2% auto;
    font-size: 2.5em;
    font-weight: bold;
    color: #38312b;
  }
  .nynp .feedback__flex {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nynp .feedback__item {
    position: relative;
    width: 90%;
    margin: 1% auto;
    padding: 2%;
    min-height: 180px;
  }
  .nynp .feedback__item-pd {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
  }
  .nynp .feedback__item hr {
    margin: 10px auto;
    border-top: 1px solid #616161;
  }
  .nynp .feedback__item-title {
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
  }
  .nynp .feedback__item-content {
    text-align: left;
    font-size: 1.1em;
  }
}

@media (max-width: 550px) {
  .nynp .feedback {
    text-align: center;
    padding: 3%;
  }
  .nynp .feedback__title {
    font-size: 2em;
    font-weight: bold;
    color: #38312b;
  }
}

.nynp .rewards {
  text-align: center;
  padding: 3% 7%;
  background-color: #ffefe2;
}

.nynp .rewards__title {
  font-size: 3em;
  font-weight: bold;
  margin: 2% auto;
  color: #38312b;
}

.nynp .rewards__flex {
  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;
}

.nynp .rewards__flex a {
  margin: 0 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nynp .rewards__flex a:hover {
  opacity: 0.7;
}

@media (max-width: 960px) {
  .nynp .rewards {
    text-align: center;
    padding: 3%;
  }
  .nynp .rewards__title {
    font-size: 2.5em;
    font-weight: bold;
    margin: 2% auto;
    color: #38312b;
  }
  .nynp .rewards__flex {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nynp .rewards__flex a {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}

@media (max-width: 550px) {
  .nynp .rewards {
    text-align: center;
    padding: 3%;
  }
  .nynp .rewards__title {
    font-size: 2em;
    font-weight: bold;
    color: #38312b;
  }
}
/*# sourceMappingURL=main-bd.css.map */