.mainArea {
  padding: 0;
}

.newsArea {
  background: #f5f5f5;
  padding: 150px 0 110px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.newsArea.show {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.newsArea .topbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 90px;
}
.newsArea .topbox .Btn {
  padding: 0;
}
.newsArea .topbox .Btn a {
  width: calc(1400px / 4);
}
.newsArea .downbox {
  display: none;
}
.newsArea .newsBox {
  position: relative;
  padding-left: calc(( 100vw - 1400px ) / 2);
}
.newsArea .newsBox .arrowBox {
  left: auto;
}
.newsArea .newsBox .newsList {
  position: relative;
  z-index: 5;
}
.newsArea .newsBox .newsList .newsItem .item {
  padding-right: 40px;
}
.newsArea .newsBox .newsList .newsItem .item:hover .Txt a.readmore {
  color: #e60012;
}
.newsArea .newsBox .newsList .newsItem .item:hover .Txt a.readmore::after {
  background: url(../images/arrow-red.svg) no-repeat;
  -webkit-animation: btnarrow 0.5s ease-in-out infinite;
          animation: btnarrow 0.5s ease-in-out infinite;
}
.newsArea .newsBox .newsList .newsItem .item:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsArea .newsBox .newsList .newsItem .item .Txt .classTitle {
  margin-bottom: 10px;
}
.newsArea .newsBox .newsList .newsItem .item .Txt h3.title {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-bottom: 15px;
}
.newsArea .newsBox .newsList .newsItem .item .Txt h3.title a {
  color: #000;
}
.newsArea .newsBox .newsList .newsItem .item .Txt h3.title a:hover {
  color: #e60012;
}
.newsArea .newsBox .newsList .newsItem .item .Txt a.readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 16px;
  color: #8f9aa3;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsBox .newsList .newsItem .item .Txt a.readmore::after {
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  margin-left: 3px;
  background: url(../images/arrow-gray.svg) no-repeat;
}
.newsArea .newsBox .newsList .newsItem .item .Img {
  overflow: hidden;
}
.newsArea .newsBox .newsList .newsItem .item .Img img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1500px) {
  .newsArea .newsBox {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0;
  }
  .newsArea .topbox {
    padding-bottom: 40px;
  }
  .newsArea .topbox .Btn {
    display: none;
  }
  .newsArea .downbox {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    display: block;
  }
  .newsArea .downbox a {
    display: block;
  }
}
@media (max-width: 580px) {
  .newsArea .newsBox {
    padding-left: 0px;
  }
  .newsArea .newsBox .newsList {
    position: relative;
    z-index: 5;
  }
  .newsArea .newsBox .newsList .newsItem .item {
    padding: 0 10px;
  }
}

.productArea {
  padding: 110px 0 60px 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.productArea.show {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.productArea .topbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 90px;
}
.productArea .topbox .Btn {
  padding: 0;
}
.productArea .topbox .Btn a {
  width: calc(1400px / 4);
}
.productArea .downbox {
  display: none;
}
.productArea .catalogBox {
  position: relative;
}
.productArea .catalogBox .catalogList .catalogItem {
  padding-bottom: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.productArea .catalogBox .catalogList .catalogItem.movedown {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.productArea .catalogBox .catalogList .catalogItem:hover .item .Img img {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.productArea .catalogBox .catalogList .catalogItem:hover .item .Img em {
  color: #e60012;
}
.productArea .catalogBox .catalogList .catalogItem:hover .item .Img em::after {
  background: #e60012;
}
.productArea .catalogBox .catalogList .catalogItem .item {
  padding-right: 35px;
}
.productArea .catalogBox .catalogList .catalogItem .item .Img {
  position: relative;
}
.productArea .catalogBox .catalogList .catalogItem .item .Img::before {
  content: "";
  width: 70%;
  height: 100%;
  display: block;
  background: #f5f5f5;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productArea .catalogBox .catalogList .catalogItem .item .Img em {
  color: #8f9aa3;
  position: absolute;
  top: 0;
  right: 0%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  -webkit-transform: rotate(90deg) translate(90%, -40%);
          transform: rotate(90deg) translate(90%, -40%);
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.productArea .catalogBox .catalogList .catalogItem .item .Img em::after {
  content: "";
  height: 1px;
  width: 30px;
  display: block;
  background: #c7ccd1;
  margin-left: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.productArea .catalogBox .catalogList .catalogItem .item .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.productArea .catalogBox .catalogList .catalogItem .item .Txt {
  padding-left: 30%;
  padding-top: 25px;
}
.productArea .catalogBox .catalogList .catalogItem .item .Txt h3.title {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-bottom: 15px;
}
.productArea .catalogBox .catalogList .catalogItem .item .Txt h3.title a {
  color: #000;
}
.productArea .catalogBox .catalogList .catalogItem .item .Txt h3.title a:hover {
  color: #e60012;
}
.productArea .catalogBox .catalogList .catalogItem .item .Txt p.text {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 40px 0;
  }
  .productArea .topbox {
    padding-bottom: 40px;
  }
  .productArea .topbox .Btn {
    display: none;
  }
  .productArea .downbox {
    padding-top: 30px;
    display: block;
  }
  .productArea .downbox a {
    display: block;
  }
}
@media (max-width: 520px) {
  .productArea .catalogBox .catalogList .catalogItem {
    padding-bottom: 0px;
  }
}

.otherlink {
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.otherlink.show img.product {
  opacity: 1;
}
.otherlink.show .spaceList {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.otherlink .Btn a {
  width: calc(1400px / 4);
}
.otherlink .wrap {
  position: relative;
}
.otherlink img.product {
  max-width: 33.33%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.otherlink .Btn {
  padding-left: 25%;
}
.otherlink .spaceList {
  padding-left: 25%;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -webkit-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}
.otherlink .spaceList .linkItem {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otherlink .spaceList .linkItem:hover .item .Img {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.otherlink .spaceList .linkItem:hover .item h3.title a {
  color: #e60012;
}
.otherlink .spaceList .linkItem:hover .item p {
  color: #fff;
}
.otherlink .spaceList .linkItem .item {
  background: #525159;
  border-radius: 30px;
  padding: 40px 25px;
  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;
  font-family: "Manrope", sans-serif;
}
.otherlink .spaceList .linkItem .item .Img {
  padding-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.otherlink .spaceList .linkItem .item .Img img {
  display: block;
}
.otherlink .spaceList .linkItem .item h3.title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}
.otherlink .spaceList .linkItem .item h3.title a {
  font-size: 20px;
  color: #fff;
}
.otherlink .spaceList .linkItem .item p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  line-height: 20px;
  min-height: 80px;
  color: #acacac;
  text-align: center;
}
@media (max-width: 1180px) {
  .otherlink {
    padding-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .otherlink img.product {
    opacity: 0;
  }
  .otherlink .spaceList {
    margin: 0 -20px;
    padding-left: 0;
  }
  .otherlink .Btn {
    padding-left: 0;
  }
  .otherlink .Btn a {
    display: block;
    width: 100%;
  }
}

.aboutArea {
  position: relative;
  z-index: 2;
  padding: 140px 0 160px 0;
}
.aboutArea.show .wrap .leftbox {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
  opacity: 1;
}
.aboutArea.show .wrap .rightbox {
  opacity: 1;
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .wrap .leftbox {
  width: 60%;
  position: relative;
  z-index: 10;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.aboutArea .wrap .rightbox {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  height: 790px;
  opacity: 0;
  -webkit-transition: 0.9s 0.6s;
  transition: 0.9s 0.6s;
}
.aboutArea .wrap .marqueebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 790px;
  z-index: 10;
}
.aboutArea .wrap .marqueebox div.linkItem {
  position: absolute;
  top: 250px;
  left: 50px;
  border-radius: 40em;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  padding: 6px 6px 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #e60012;
}
.aboutArea .wrap .marqueebox div.linkItem:hover {
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.aboutArea .wrap .marqueebox div.linkItem:hover span {
  opacity: 1;
}
.aboutArea .wrap .marqueebox div.linkItem:hover::after {
  background: #e60012;
}
.aboutArea .wrap .marqueebox div.linkItem span {
  opacity: 0;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutArea .wrap .marqueebox div.linkItem:nth-child(2) {
  top: 170px;
  left: 220px;
}
.aboutArea .wrap .marqueebox div.linkItem:nth-child(3) {
  top: 380px;
  left: 100px;
}
.aboutArea .wrap .marqueebox div.linkItem:nth-child(4) {
  top: 400px;
  left: 300px;
}
.aboutArea .wrap .marqueebox div.linkItem:nth-child(5) {
  top: 530px;
  left: 50px;
}
.aboutArea .wrap .marqueebox div.linkItem::after {
  content: "+";
  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;
  font-size: 30px;
  color: #fff;
  background: #777;
  width: 34px;
  height: 34px;
  border-radius: 99em;
  margin-left: 10px;
  font-weight: 300;
}
@-webkit-keyframes globerun1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes globerun1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes globerun2 {
  0% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes globerun2 {
  0% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.aboutArea .wrap .globe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 790px;
  width: 790px;
  z-index: 5;
  pointer-events: none;
}
.aboutArea .wrap .globe span {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
}
.aboutArea .wrap .globe span.globe01 {
  -webkit-animation: globerun1 10s ease-in-out infinite;
          animation: globerun1 10s ease-in-out infinite;
}
.aboutArea .wrap .globe span.globe02 {
  -webkit-animation: globerun1 20s ease-in-out infinite;
          animation: globerun1 20s ease-in-out infinite;
}
.aboutArea .wrap .globe span.globe03 {
  -webkit-animation: globerun2 27s ease-in-out infinite;
          animation: globerun2 27s ease-in-out infinite;
}
.aboutArea .wrap .globe span img {
  display: block;
}
.aboutArea .wrap .numberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .wrap .numberList .numItem {
  width: 50%;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.aboutArea .wrap .numberList .numItem .title {
  font-size: 80px;
  color: #403f45;
  line-height: 0.8;
  padding-right: 30px;
}
.aboutArea .wrap .numberList .numItem .note {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}
.aboutArea .wrap .numberList .numItem .note em {
  display: block;
  color: #e60012;
  font-size: 25px;
}
.aboutArea .wrap .profilebox {
  position: relative;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
}
.aboutArea .wrap .profilebox h2.title {
  position: absolute;
  top: 0;
  left: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Arimo", sans-serif;
  -webkit-transform: rotate(90deg) translate(0, 100%);
          transform: rotate(90deg) translate(0, 100%);
  white-space: nowrap;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.aboutArea .wrap .profilebox h1 {
  color: #403f45;
  font-size: 100px;
  line-height: 1;
  padding-bottom: 70px;
}
.aboutArea .wrap .profilebox .textEditor {
  font-size: 17px;
  color: #5f5f5f;
  font-weight: 500;
  line-height: 1.4;
}
.aboutArea .wrap .profilebox .textEditor strong {
  font-size: 20px;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 1380px) {
  .aboutArea {
    padding: 100px 0 0px 0;
  }
  .aboutArea .wrap .numberList .numItem {
    padding-top: 40px;
  }
  .aboutArea .wrap .numberList .numItem .title {
    font-size: 60px;
    padding-right: 5px;
    padding-bottom: 0px;
  }
  .aboutArea .wrap .profilebox {
    font-size: 15px;
  }
  .aboutArea .wrap .profilebox h1 {
    font-size: 50px;
    padding-bottom: 30px;
  }
  .aboutArea .wrap .profilebox .textEditor {
    font-size: 15px;
  }
  .aboutArea .wrap .profilebox .textEditor strong {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0 0px 0;
  }
  .aboutArea .wrap .numberList .numItem {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .aboutArea .wrap {
    display: block;
  }
  .aboutArea .wrap .leftbox, .aboutArea .wrap .rightbox {
    width: 100%;
  }
  .aboutArea .wrap .numberList .numItem {
    width: 50%;
    padding-top: 20px;
  }
  .aboutArea .wrap .numberList .numItem .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .aboutArea .wrap {
    display: block;
  }
  .aboutArea .wrap .leftbox, .aboutArea .wrap .rightbox {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .aboutArea .wrap .marqueebox {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  .aboutArea .wrap .marqueebox div.linkItem {
    font-size: 15px;
    position: absolute;
    padding: 6px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .aboutArea .wrap .marqueebox div.linkItem span {
    opacity: 1;
  }
  .aboutArea .wrap .marqueebox div.linkItem::after {
    background: #e60012;
    margin-top: 5px;
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  .aboutArea .wrap .marqueebox div.linkItem:nth-child(2) {
    top: 170px;
    left: 220px;
  }
  .aboutArea .wrap .marqueebox div.linkItem:nth-child(3) {
    top: 380px;
    left: 100px;
  }
  .aboutArea .wrap .marqueebox div.linkItem:nth-child(4) {
    top: 400px;
    left: 300px;
  }
  .aboutArea .wrap .marqueebox div.linkItem:nth-child(5) {
    top: 530px;
    left: 50px;
  }
}
@media (max-width: 560px) {
  .aboutArea .wrap .numberList .numItem {
    width: 100%;
  }
  .aboutArea .wrap .numberList .numItem .title {
    font-size: 60px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 420px) {
  .aboutArea .wrap .marqueebox {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}

.profileArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  background: #403f45;
}
.profileArea.show .adArea {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.profileArea.show .profileInfo {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.profileArea .dightline {
  z-index: 2;
}
.profileArea .dightline .wrap span {
  background: #3b3a40;
}
.profileArea .adArea {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  -webkit-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
  position: relative;
  z-index: 1;
  color: #bcbbbb;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../images/yearbg.jpg) no-repeat center center;
  background-size: cover;
}
.profileArea .adArea canvas {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.profileArea .adArea .inswrap {
  max-width: 700px;
  padding: 130px 0 0px 150px;
}
.profileArea .adArea .scrollbar-inner {
  height: 680px;
}
.profileArea .adArea .adList .adItem {
  padding-right: 40px;
}
.profileArea .adArea .adList .adItem.scrollicon {
  position: relative;
}
.profileArea .adArea .adList .adItem.scrollicon::after {
  position: absolute;
  bottom: 100px;
  right: 0%;
  content: "";
  width: 21px;
  height: 232px;
  display: block;
  opacity: 0.5;
  background: url(../images/movescroll.png) no-repeat;
}
.profileArea .adArea .adList .adItem ul li {
  padding-bottom: 20px;
  padding-left: 48px;
  font-size: 16px;
  position: relative;
}
.profileArea .adArea .adList .adItem ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 4px;
  display: block;
  background: #737275;
  z-index: 3;
}
.profileArea .adArea .adList .adItem ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 99em;
  position: absolute;
  left: 5px;
  top: 0;
  background: #a5a5a5;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  z-index: 5;
}
.profileArea .adArea .adList .adItem ul li h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #fff;
}
.profileArea .adArea .adList .adItem ul li dl {
  line-height: 20px;
  min-height: 70px;
}
.profileArea .adArea .adList .adItem ul li dl dd {
  padding-top: 5px;
  padding-bottom: 10px;
}
.profileArea .adArea .adList .adItem ul li dl dd::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 99em;
  background: #bcbbbb;
}
.profileArea .adArea .adtop {
  position: relative;
}
.profileArea .adArea .adtop .arrow {
  position: absolute;
  width: 110%;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.profileArea .adArea .adtop .arrow a {
  color: #fff;
  font-size: 20px;
}
.profileArea .adArea .adtop .arrow a.arrowPrev {
  position: absolute;
  left: 0;
}
.profileArea .adArea .adtop .arrow a.arrowNext {
  position: absolute;
  right: 0;
}
.profileArea .adArea .adtop .adtitle {
  font-size: 20px;
  color: #8f9aa3;
  font-family: "Manrope", sans-serif;
  line-height: 50px;
  margin-bottom: 30px;
}
.profileArea .adArea .adtop .adtitle .adItem {
  padding-right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.profileArea .adArea .adtop .adtitle .adItem.this {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.profileArea .profileInfo {
  position: relative;
  z-index: 2;
  background-size: cover;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.profileArea .profileInfo .inswrap {
  padding: 130px 110px 130px 0;
  max-width: 700px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.profileArea .profileInfo .inswrap .Txt {
  position: relative;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  line-height: 1.8;
}
.profileArea .profileInfo .inswrap .Txt h2 {
  position: absolute;
  top: 0;
  left: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Arimo", sans-serif;
  -webkit-transform: rotate(90deg) translate(0, 100%);
          transform: rotate(90deg) translate(0, 100%);
  white-space: nowrap;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 1600px) {
  .profileArea .adArea .inswrap {
    padding: 80px 40px 20px 40px;
  }
  .profileArea .profileInfo .inswrap {
    padding: 80px 20px 80px 80px;
  }
}
@media (max-width: 1180px) {
  .profileArea {
    display: block;
  }
  .profileArea .adArea {
    width: 100%;
  }
  .profileArea .adArea .inswrap {
    max-width: 100%;
    padding: 40px 30px 20px 30px;
  }
  .profileArea .adArea .adtop .arrow {
    top: 13px;
    width: 110%;
  }
  .profileArea .adArea .adtop .adtitle {
    font-size: 15px;
  }
  .profileArea .adArea .adtop .adtitle .adItem {
    padding-right: 10px;
  }
  .profileArea .adArea .adtop .adtitle .adItem.this {
    font-size: 20px;
  }
  .profileArea .profileInfo {
    width: 100%;
  }
  .profileArea .profileInfo .inswrap {
    max-width: 100%;
    padding: 40px 20px 40px 80px;
  }
}

.bannerArea {
  background: #fff;
}
.bannerArea .scrollDown {
  position: absolute;
  z-index: 3;
  bottom: 110px;
  left: 50%;
  font-size: 14px;
  color: #fff;
  font-family: "Arimo", sans-serif;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0 40px;
  line-height: 50px;
  background: url(../images/icon-scroll.png) no-repeat left center;
}
.bannerArea .scrollDown:hover {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.bannerArea div.bannerList_no {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 160px;
}
.bannerArea div.bannerList_no .bannerItem {
  padding-left: 100px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
  opacity: 0.5;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.bannerArea div.bannerList_no .bannerItem::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.bannerArea div.bannerList_no .bannerItem.this {
  opacity: 1;
  font-size: 40px;
  padding-right: 120px;
  padding-left: 0px;
}
.bannerArea div.bannerList_no .bannerItem.this::after {
  width: 95px;
}
@media (max-width: 1400px) {
  .bannerArea .scrollDown {
    bottom: 20px;
  }
  .bannerArea div.bannerList_no .bannerItem {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
  .bannerArea div.bannerList_no {
    display: none;
  }
}