/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
.wrap {
  width: 1300px;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1340px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.awarTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.awarTop .Img {
  width: calc(50% + 10px);
  position: relative;
  z-index: 10;
}
.awarTop .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.awarTop .Txt {
  position: relative;
  z-index: 9;
  padding: 0 40px 40px;
  width: calc(50% - 10px);
}
.awarTop .Txt::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 45px);
  display: block;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: -45px;
  right: 0;
}
.awarTop .Txt h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.awarTop .Txt article {
  color: #494949;
  font-size: 14px;
  line-height: 2;
}
.awarTop .Txt .btn {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .awarTop {
    padding-top: 0px;
    display: block;
  }
  .awarTop .Img {
    width: 100%;
  }
  .awarTop .Txt {
    padding: 20px 0px;
    width: 100%;
  }
  .awarTop .Txt::after {
    width: calc(100% + 40px);
    right: -20px;
  }
  .awarTop .Txt h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .awarTop .Txt .btn {
    padding-top: 20px;
  }
}

.awarBottom .awardedList {
  margin: 0 -10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awarBottom .awardedList li {
  float: left;
  padding: 0 10px 10px 10px;
  font-size: 16px;
}
.awarBottom .awardedList li img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .awarBottom .awardedList li {
    font-size: 13px;
  }
}

.articlebox {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articlebox.show.articlebox01 .bgimg {
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
  opacity: 1;
}
.articlebox.show .bgimg {
  opacity: 1;
  -webkit-transform: translate(0%, -50%) scale(1);
          transform: translate(0%, -50%) scale(1);
}
.articlebox.show .wrap > * {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.articlebox.articlebox01 {
  overflow: revert;
  min-height: auto;
}
.articlebox.articlebox01 .wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}
.articlebox.articlebox01 .bgimg {
  top: auto;
  bottom: 0;
  height: auto;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.articlebox.articlebox01 .bgimg img {
  position: relative;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 100%;
  min-height: auto;
}
.articlebox .bgimg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%) scale(1.1);
          transform: translate(0%, -50%) scale(1.1);
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
  pointer-events: none;
}
.articlebox .bgimg img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 100%;
}
.articlebox .wrap {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 200px;
}
.articlebox .wrap.leftright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articlebox .wrap.leftright .thisleft h4 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
}
.articlebox .wrap.leftright .thisleft article {
  font-size: 14px;
  color: #505050;
  line-height: 2;
}
.articlebox .wrap.leftright ul.thisright {
  text-align: right;
  list-style: none;
  color: #909090;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
.articlebox .wrap.leftright ul.thisright li {
  padding-bottom: 6px;
  margin-bottom: 15px;
  position: relative;
}
.articlebox .wrap.leftright ul.thisright li::after {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #b5b5b5;
}
.articlebox .wrap > * {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  opacity: 0;
}
.articlebox .wrap > *:nth-child(1) {
  -webkit-transition: 1.8s 0.6s;
  transition: 1.8s 0.6s;
}
.articlebox .wrap > *:nth-child(2) {
  -webkit-transition: 1.8s 1.2s;
  transition: 1.8s 1.2s;
}
.articlebox .wrap > *:nth-child(3) {
  -webkit-transition: 1.8s 1.8s;
  transition: 1.8s 1.8s;
}
.articlebox .wrap > *:nth-child(4) {
  -webkit-transition: 1.8s 2.4s;
  transition: 1.8s 2.4s;
}
.articlebox .wrap > *:nth-child(5) {
  -webkit-transition: 1.8s 3s;
  transition: 1.8s 3s;
}
.articlebox .wrap > *:nth-child(6) {
  -webkit-transition: 1.8s 3.6s;
  transition: 1.8s 3.6s;
}
.articlebox .wrap > *:nth-child(7) {
  -webkit-transition: 1.8s 4.2s;
  transition: 1.8s 4.2s;
}
.articlebox .wrap > *:nth-child(8) {
  -webkit-transition: 1.8s 4.8s;
  transition: 1.8s 4.8s;
}
.articlebox .wrap > *:nth-child(9) {
  -webkit-transition: 1.8s 5.4s;
  transition: 1.8s 5.4s;
}
.articlebox h2 {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.articlebox h3 {
  font-size: 68px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.articlebox h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 30px;
  color: #e0e0e0;
  letter-spacing: 0.5px;
}
.articlebox strong.slogan {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.articlebox strong.slogan i {
  display: inline-block;
  height: 18px;
  width: 1px;
  background: #d9d9d9;
  margin: 0 10px;
}
.articlebox article {
  font-size: 15px;
  color: #e0e0e0;
  line-height: 1.7;
}
@media (max-width: 1180px) {
  .articlebox .wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .articlebox.articlebox01 .bgimg img {
    opacity: 1;
  }
  .articlebox .bgimg {
    background: #000;
  }
  .articlebox .bgimg img {
    opacity: 0.5;
  }
  .articlebox h2 {
    font-size: 21px;
  }
  .articlebox h3 {
    font-size: 40px;
  }
  .articlebox h4 {
    font-size: 17px;
  }
  .articlebox .wrap.leftright {
    padding-bottom: 200px;
    display: block;
  }
  .articlebox .wrap.leftright .thisleft h4 {
    font-size: 20px;
  }
  .articlebox .wrap.leftright .thisright {
    display: none;
  }
}

.awardedArea {
  padding: 70px 0 0 0;
  background: #e8e8e8;
  position: relative;
}
.awardedArea .wrap {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.awardedArea.show .wrap {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.awardedArea::after {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  background: #e8e8e8;
  position: absolute;
  bottom: -80px;
  left: 0;
}

ul.awardedclass {
  position: relative;
  z-index: 18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}
ul.awardedclass li {
  padding: 0 20px;
  margin: 3px 0;
  border-right: 2px solid #000;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
ul.awardedclass li:first-child {
  padding-left: 0px;
}
ul.awardedclass li:last-child {
  padding-right: 0px;
  border-right: none;
}
ul.awardedclass li:hover {
  color: #7a6a56;
}

.pageArea {
  padding-top: 60px;
  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;
}
.pageArea .pagenum {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageArea .pagenum b {
  padding-right: 10px;
}
.pageArea .pagenum .listnum {
  width: 20px;
}
@media (max-width: 767px) {
  .pageArea {
    padding-top: 20px;
  }
}

.arrowArea {
  padding-top: 0;
}
.arrowArea a.topnewsPrev:hover i {
  -webkit-animation: btnhoverprev 0.8s linear infinite forwards;
          animation: btnhoverprev 0.8s linear infinite forwards;
}
.arrowArea a i::before {
  opacity: 1;
  border: 1px solid #a7a7a7 !important;
  background: transparent;
  z-index: 2;
}

.contentmainhide {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.contentmainhide.show {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}