/*--------------------------------------------------------------
>>> Animation
--------------------------------------------------------------*/
@-webkit-keyframes bounce-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.container {
  max-width: 69.375rem;
}

.section-title {
  color: #45B148;
  font-size: 2.25rem;
  font-weight: 700;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  margin: 0 0 1.25rem;
}

/* Banner */
section {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10.0625rem;
  color: #fff;
  font-size: 3.25rem;
  max-width: 29.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner .banner__image img {
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: .5rem;
}

.banner .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: thin solid #333;
  width: .675rem;
  height: .675rem;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #45B148;
  position: relative;
  border-color: #45B148;
}

.banner .owl-theme .owl-dots .owl-dot.active span:before,
.banner .owl-theme .owl-dots .owl-dot:hover span:before {
  content: '';
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: thin solid #333;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}

.banner-video-btn {
  width: 5rem;
  height: 5rem;
  margin-right: .75rem;
  border-radius: 50%;
  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;
  border: .25rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.banner-video-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner-video-btn svg {
  width: 2.5rem;
  fill: #fff;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.backgound-color {
  height: 37.5rem;
}

.banner-elements {
  position: absolute;
}

.banner-elements svg {
  width: 45rem;
  height: 37.5rem;
}

.banner-title {
  font-size: 1.5rem;
  color: #164126;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.banner-title strong {
  display: block;
  font-size: 2.625rem;
  color: #45B148;
  font-weight: 900;
}

.banner-descripttion {
  font-size: 1.125rem;
  color: #000;
}

.banner-buttons {
  margin: 1.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-elements {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*--------------------------------------------------------------
>>> Breakthrough
--------------------------------------------------------------*/
.breakthrough {
  padding: 9.375rem 0 3.375rem;
}

.breakthrough-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.breakthrough__image {
  position: absolute;
  width: 23.625rem;
  bottom: -1rem;
  left: 0;
}

.breakthrough__content {
  margin-left: 6.75rem;
  padding: 2.25rem 4.125rem 4.5rem 18.875rem;
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0.0125rem 0.125rem 1.725rem 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.0125rem 0.125rem 1.725rem 1.5rem rgba(0, 0, 0, 0.05);
}

.breakthrough__description {
  text-align: justify;
  font-size: 1.125rem;
  margin-top: 1.75rem;
}

.breakthrough__button {
  position: absolute;
  right: 4.125rem;
  top: 1.5rem;
  text-transform: uppercase;
}

.breakthrough__button .btn {
  font-size: 1rem;
}

.abs-icon.circle-1 {
  width: 42.5rem;
  height: auto;
  right: -14.5rem;
  bottom: -27rem;
  opacity: .1;
  z-index: -1;
}

.abs-icon.dots-1 {
  width: 6.9375em;
  height: auto;
  left: 0;
  top: 6rem;
}

/* knowledge */
.knowledge {
  padding: 5.375rem 0 5.875rem;
}

.knowledge-inner {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knowledge .section-title-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 28.4375rem;
  margin-right: 7.1875rem;
}

.knowledge .section-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  padding-right: 5rem;
  margin-bottom: 2rem;
}

.knowledge .section-title small {
  display: block;
  color: #000;
  font-size: 1.5rem;
  margin: 1.375rem 0 0;
}

.knowledge .knowledge-list {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(100% - 28.4375rem - 7.1875rem + (100vw - 71.875rem)/2);
  padding: 2rem 0 0;
}

.knowledge-list .lightbox img {
  border-radius: .625rem;
  border: thin solid #ededed;
}

.knowledge .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.knowledge .section-description {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.knowledge-list .title {
  display: block;
  text-align: center;
  margin: .5rem auto;
  font-size: 1.125rem;
  font-weight: 500;
}

.carousel-counter {
  font-size: 1.125rem;
  position: absolute;
  top: -1.5rem;
  right: -2.875rem;
  font-weight: 500;
}

.knowledge .owl-theme .owl-dots {
  position: absolute;
  bottom: -2rem;
  left: calc(50% + 5rem);
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel--style1.owl-theme .owl-nav {
  position: absolute;
  top: -2rem;
  right: 1.5rem;
  margin: 0;
}

.carousel--style1.owl-theme .owl-nav button {
  margin: 0 .5rem;
}

.carousel--style1.owl-theme .owl-nav button:last-child {
  margin: 0;
}

.carousel--style1 .nav-btn {
  width: 2.625rem;
  height: 2.625rem;
  background: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  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;
}

.carousel--style1 .nav-btn img {
  width: 1.625rem;
  -webkit-filter: invert(1);
          filter: invert(1);
  max-width: unset;
}

.carousel--style1.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.carousel--style1 .disabled .nav-btn {
  background: transparent;
  border: none;
}

.carousel--style1 .disabled .nav-btn img {
  -webkit-filter: none;
          filter: none;
}

.carousel--style1 .nav-btn.next-nav {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel--style1.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.knowledge .owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: .5rem;
}

.knowledge .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: thin solid #2D925A;
  width: .75rem;
  height: .75rem;
}

.knowledge .owl-theme .owl-dots .owl-dot.active span,
.knowledge .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(45, 146, 90, 0.75);
  position: relative;
}

.knowledge .owl-theme .owl-dots .owl-dot.active span:before,
.knowledge .owl-theme .owl-dots .owl-dot:hover span:before {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: thin solid #2D925A;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}

.video-play__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-icon {
  width: 4.25rem;
  height: 2.875rem;
  border-radius: 0.75rem;
  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;
  background: #000;
}

.play-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.play-icon svg {
  width: 1.5rem;
  fill: #fff;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.knowledge__image {
  position: relative;
}

.target-1.abs-icon {
  width: 10.375rem;
  height: auto;
  left: -6.875rem;
  top: -3rem;
  z-index: -1;
}

/* infomation */
.infomation {
  padding: 3.25rem 0 2.25rem;
}

.infomation .container {
  position: relative;
}

.infomation-inner {
  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;
}

.infomation_item {
  -ms-flex-preferred-size: calc((100% - 1.75rem)/2);
      flex-basis: calc((100% - 1.75rem)/2);
  max-width: calc((100% - 1.75rem)/2);
  padding-left: 5.75rem;
  padding-bottom: 3.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.infomation_item:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.infomation_item__title {
  font-size: 1.5rem;
  font-weight: 700;
}

.infomation_item__title-wrapper {
  margin-bottom: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.infomation_item__viewmore-wrapper {
  color: #636568;
  font-style: italic;
  margin-left: 1rem;
  margin-top: .5rem;
}

.infomation_item__viewmore-wrapper a {
  position: relative;
}

.infomation_item__viewmore-wrapper a:last-child:before {
  content: '';
  width: 2rem;
  height: 1rem;
  position: absolute;
  right: -1.75rem;
  bottom: -.125rem;
  background-image: url("../images/ic_round-keyboard-double-arrow-left.svg");
  background-size: .75rem;
  background-repeat: no-repeat;
  background-position: right top;
}

.infomation_item__viewmore-wrapper a:hover {
  color: #8d8989;
}

.infomation_item__title-wrapper:before {
  content: '';
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  left: -5.625rem;
  top: 0;
  background-image: url("../images/ball-white.png");
  background-size: 5.625rem;
  background-repeat: no-repeat;
}

.infomation_item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.infomation_item__content a {
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.infomation_item:first-child .infomation_item__content a {
  margin-bottom: 1.5rem;
}

.infomation_item:first-child .infomation_item__content a:after,
.infomation_item__content .btn--white span:after {
  content: '';
  width: 2.625rem;
  height: 1.0625rem;
  position: absolute;
  right: -2.5rem;
  top: .425rem;
  background-image: url("../images/arrow-black.svg");
  background-size: 1.0625rem;
  background-repeat: no-repeat;
  background-position: right top;
}

.infomation_item__content a.active,
.infomation_item__content a:hover {
  text-stroke: .042875rem #45B148;
  -webkit-text-stroke: 0.042875rem #45B148;
  color: #45B148;
}

.infomation_item__content a.active:after,
.infomation_item__content a:hover:after,
.infomation_item__content .btn--white:hover span:after,
.infomation_item__content .btn--white.active span:after {
  -webkit-filter: invert(48%) sepia(87%) saturate(352%) hue-rotate(72deg) brightness(102%) contrast(90%);
          filter: invert(48%) sepia(87%) saturate(352%) hue-rotate(72deg) brightness(102%) contrast(90%);
}

.infomation_item__content a:hover:after,
.infomation_item__content .btn--white:hover span:after {
  -webkit-animation: bounce-arrow .42s ease-in-out 2;
          animation: bounce-arrow .42s ease-in-out 2;
}

.infomation_item__content .btn--white {
  background: #FFFFFF;
  color: #000000;
  font-weight: 400;
  -webkit-box-shadow: 0.125rem 0.125rem 0.35rem 0.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.125rem 0.125rem 0.35rem 0.25rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  margin-top: .5rem;
  height: 3.375rem;
  padding: 0 4.25rem 0 2.1875rem;
  border-radius: 1.75rem;
  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;
}

.infomation_item__content .btn--white.active,
.infomation_item__content .btn--white:hover {
  background: #fff;
  text-stroke: unset;
  -webkit-text-stroke: unset;
}

.infomation_item__content .btn--white span {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.infomation_item__content .btn--white span:after {
  top: .125rem;
}

.accordion__header {
  padding: 1.25rem 0;
  padding-left: 2.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: thin solid #A7A7A7;
  cursor: pointer;
  position: relative;
}

.accordion__content {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 2rem;
  padding-left: 2.375rem;
  margin-top: 1.0625rem;
  border-bottom: thin solid #A7A7A7;
}

.infomation_item__content .accordion__content a {
  font-size: 1rem;
}

.infomation_item__content .accordion__content a:hover {
  text-stroke: unset;
  -webkit-text-stroke: unset;
  color: #000;
}

.accordion.active .accordion__header {
  color: #45B148;
}

.accordion.active .accordion__content {
  display: block;
}

.accordion:last-child .accordion__header {
  border-color: transparent;
}

.accordion.active:last-child .accordion__header {
  border-color: #A7A7A7;
}

.accordion:last-child .accordion__content {
  border: none;
}

.accordion__icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__icon-1,
.accordion__icon-2 {
  width: 1rem;
  height: .1875rem;
  background: #45B148;
  display: block;
  position: absolute;
  top: 0.425rem;
  left: 0;
}

.accordion__icon-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.abs-icon.circle-2 {
  width: 31.75rem;
  height: auto;
  left: -22.5rem;
  top: -11.5rem;
  opacity: .1;
  z-index: -1;
  -webkit-transform: rotate(-275deg);
          transform: rotate(-275deg);
}

.abs-icon.rect-dots-2 {
  width: 6rem;
  height: auto;
  right: -3.5rem;
  top: 1.875rem;
}

.faq-btns {
  margin: 1rem 0 0;
}

/* story */
.story {
  padding-bottom: 3.875rem;
}

.story-inner {
  position: relative;
}

.story .section-title-wrapper {
  padding-right: calc(100% - 41rem);
  position: relative;
}

.story .section-title b {
  display: block;
  font-size: 1.5rem;
  color: #164126;
  margin-bottom: -.425rem;
}

.story .section-title strong {
  font-size: 3rem;
  color: #45B148;
}

.story .section-description {
  font-size: .875rem;
  color: #383B41;
  font-style: italic;
}

.story .section-button {
  position: absolute;
  right: 0;
  top: 3rem;
}

.story .section-button .btn {
  font-size: 1rem;
}

.story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story-item {
  -ms-flex-preferred-size: calc((100% - 3rem)/2);
      flex-basis: calc((100% - 3rem)/2);
  max-width: calc((100% - 3rem)/2);
}

.story-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1.875rem;
}

.story-item__title b {
  display: block;
  font-weight: 500;
  margin-bottom: -.375rem;
}

.story-item__title strong {
  font-size: 1.5rem;
  color: #45B148;
}

.story .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.story .line-outer:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.story .line-outer:last-child {
  margin-left: .5rem;
  line-height: 1.525;
}

.article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.625rem;
}

.article__info {
  -ms-flex-preferred-size: calc(100% - 8.625rem - 1.25rem);
      flex-basis: calc(100% - 8.625rem - 1.25rem);
}

.article__title {
  margin: -.25rem 0 .5rem;
  font-weight: 700;
  font-size: 1rem;
}

.article__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.expert {
  font-size: .875rem;
  margin: .5rem 0 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-spacing: -0.0625rem;
}

.article-item {
  margin-bottom: 1.25rem;
}

.story-item__image {
  margin: 2.75rem 0 0;
  position: relative;
  display: block;
}

.story-item__image span {
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  color: #fff;
  font-size: .875rem;
}

.abs-icon.circle-3 {
  width: 31.75rem;
  height: auto;
  right: -9.0625rem;
  top: 8.75rem;
  opacity: .1;
  z-index: -1;
}

.abs-icon.target-2 {
  width: 10.375rem;
  height: auto;
  left: -7.625rem;
  top: -2.5rem;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  /* Banner */
  .container {
    max-width: 89.6%;
  }
  .section-title {
    font-size: 1.714rem;
  }
  .banner-content {
    font-size: 1.857rem;
    left: 1.28rem;
    bottom: 2.428rem;
    line-height: 1.2;
  }
  .banner .owl-theme .owl-dots {
    bottom: 1.5rem;
    left: 1.28rem;
  }
  .banner_video,
  .banner_video img,
  .banner_video .video-fullscreen {
    min-height: 15rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-video-btn {
    width: 3rem;
    height: 3rem;
    z-index: 2;
    border-width: .125rem;
    top: 1rem;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 1rem;
  }
  .banner-video-btn svg {
    width: 1.75rem;
  }
  .banner_effect .banner-content {
    top: auto;
    left: 1.28rem;
    right: 1.28rem;
    bottom: 5rem;
    -webkit-transform: none;
            transform: none;
  }
  .banner-elements {
    -webkit-transform: none;
            transform: none;
    top: -1.5rem;
    left: 1rem;
    right: auto;
  }
  .banner-elements svg {
    width: 100vw;
    height: 100vw;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
    overflow: visible;
  }
  .banner_effect .backgound-color {
    height: 46.28rem;
  }
  .banner-title {
    font-size: 1.28rem;
    margin-bottom: 1rem;
  }
  .banner-title strong {
    font-size: 1.74rem;
    line-height: 1.4;
    margin-bottom: .25rem;
  }
  .banner-descripttion {
    font-size: 1rem;
  }
  .banner-buttons a {
    font-size: .875rem;
    height: auto;
  }
  .breakthrough {
    padding-top: 14.28rem;
  }
  /* Breakthrough */
  .breakthrough__content {
    padding: 11.42rem 1.28rem  2rem;
    margin: 0;
  }
  .breakthrough .abs-icon {
    display: none;
  }
  .breakthrough__button {
    position: static;
    text-align: center;
  }
  .breakthrough__image {
    top: -11rem;
    width: 17.14rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
  }
  .breakthrough__description {
    margin-top: 1rem;
    text-align: left;
  }
  .breakthrough__button .btn {
    font-size: .875rem;
    height: auto;
  }
  /* Knowledge */
  .knowledge {
    padding: .5rem 0 0;
  }
  .knowledge .section-title small {
    font-size: 1.28rem;
    margin-top: 0.5rem;
  }
  .knowledge .section-title {
    font-size: 1.714rem;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .carousel-counter {
    display: none;
  }
  .knowledge .section-title-wrapper {
    width: 100%;
    margin: 0;
  }
  .knowledge .section-description {
    font-size: .875rem;
  }
  .knowledge .knowledge-list {
    width: calc(100% + (100vw*.104)/2);
    padding: 1rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .knowledge-list .title {
    font-size: .875rem;
  }
  /* Infomation */
  .infomation_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 2.75rem;
  }
  .infomation_item__title-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .infomation_item__viewmore-wrapper {
    padding-right: 1.75rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 8.25rem;
    text-align: right;
  }
  .infomation_item__viewmore-wrapper a {
    font-size: .875rem;
  }
  .abs-icon.rect-dots-2 {
    top: auto;
    bottom: -14rem;
  }
  .abs-icon.circle-2 {
    -webkit-transform: rotate(-344deg);
            transform: rotate(-344deg);
    width: 42rem;
    left: -.5rem;
    top: -10rem;
  }
  .accordion__content {
    font-size: .875rem;
  }
  /* Story */
  .story .section-title {
    margin-bottom: .5rem;
  }
  .story .section-title,
  .story .section-title b {
    font-size: 1.28rem;
    text-transform: none;
  }
  .story .section-title strong {
    font-size: 1.714rem;
    width: 100%;
    display: block;
  }
  .story .section-button {
    position: static;
    text-align: center;
  }
  .story .section-button .btn {
    font-size: .875rem;
  }
  .story__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .story-item:not(:last-child) {
    margin-bottom: 1.714rem;
  }
  .story-item__title b,
  .story-item__title {
    font-size: 1.28rem;
  }
  .story-item__title strong {
    font-size: 1.714rem;
  }
  .story-item__image {
    margin-top: 1rem;
  }
  .abs-icon.circle-3 {
    display: none;
  }
  .abs-icon.target-2 {
    top: -6rem;
    left: -7rem;
  }
  #vertical-navs {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .knowledge .knowledge-list {
    width: calc(100% - 27.375rem - 2.375rem);
  }
  .carousel-counter {
    right: 3rem;
  }
}
/*# sourceMappingURL=home.css.map */