@charset "UTF-8";
.ib_carousel_006 .wrap .arrowBox .arrow, .ib_carousel_006 .controlItem .arrowItem .arrow, .circleBoxSection .sideCorrectionList .dataItem .Img, .circleBoxSection .sideCorrectionList .dataItem .title, .circleBoxSection .sideCorrectionList .dataItem .item:before, .textSlider .title:after, .applicationArea .leftBox .arrowBox .arrow, .ib_carousel_005 .controlBox .line, .ib_carousel_005 .overlayBox .circleImg, .ib_carousel_005 .overlayBox, .ib_carousel_005 .item, .ib_banner_006 .dataItem .Txt .title, .ib_banner_006 .dataItem .subtitle {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* keyframes 請移動至 _keyframe */
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.outerWrap {
  padding-top: 0;
}

.mainArea {
  position: relative;
  overflow: hidden;
}

.circle_bg {
  position: absolute;
  pointer-events: none;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
.circle_bg img {
  max-width: 100%;
}
.circle_bg.first {
  top: 30%;
  right: -35%;
}
.circle_bg.second {
  top: -55%;
  left: -24%;
}

.ib_banner_006 {
  height: 100vh;
  position: relative;
}
.ib_banner_006 .wrap {
  position: relative;
}
.ib_banner_006 .scroll_down {
  position: absolute;
  bottom: 60px;
  left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.ib_banner_006 .scroll_down .decoLine {
  width: 118px;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin-left: 10px;
  position: relative;
}
.ib_banner_006 .scroll_down .decoLine::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #37c892;
  position: absolute;
  left: 0;
}
.ib_banner_006 .scroll_down span {
  font-size: 13px;
  color: #37c892;
}
.ib_banner_006 .circle {
  position: absolute;
  bottom: -50%;
  left: -5%;
  pointer-events: none;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.ib_banner_006 .circle img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .ib_banner_006 .circle {
    left: -20%;
  }
}
@media (max-width: 760px) {
  .ib_banner_006 .circle {
    left: 0%;
  }
}
.ib_banner_006 .roundaboutBox {
  position: absolute;
  top: -40%;
  right: -10%;
  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;
  width: 1040px;
  height: 1040px;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .ib_banner_006 .roundaboutBox {
    width: 800px;
    height: 800px;
    top: 10%;
    right: -17%;
  }
}
@media (max-width: 980px) {
  .ib_banner_006 .roundaboutBox {
    width: 600px;
    height: 600px;
    top: 20%;
    right: -17%;
  }
}
@media (max-width: 760px) {
  .ib_banner_006 .roundaboutBox {
    width: 450px;
    height: 450px;
    top: 27%;
    right: -17%;
  }
}
@media (max-width: 500px) {
  .ib_banner_006 .roundaboutBox {
    width: 350px;
    height: 350px;
    top: 40%;
    right: -17%;
  }
}
@-webkit-keyframes short_circle {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 92.61;
    stroke-dasharray: 492.352 2512;
  }
}
@keyframes short_circle {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 92.61;
    stroke-dasharray: 492.352 2512;
  }
}
@-webkit-keyframes long_circle {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 92.61;
    stroke-dasharray: 1168.08 2512;
  }
}
@keyframes long_circle {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 92.61;
    stroke-dasharray: 1168.08 2512;
  }
}
.ib_banner_006 .visual-container {
  width: 96%;
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.ib_banner_006 .svg-visual {
  width: 100%;
}
.ib_banner_006 .circle-line-long {
  stroke-width: 0;
  stroke-dasharray: 0 2512;
  -webkit-transform: rotate(58.3deg);
          transform: rotate(58.3deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ib_banner_006 .circle-line-long.animate {
  -webkit-animation: long_circle 3s forwards;
          animation: long_circle 3s forwards;
}
.ib_banner_006 .circle-line-short {
  stroke-width: 0;
  stroke-dasharray: 0 2512;
  -webkit-transform: rotate(-65.1deg);
          transform: rotate(-65.1deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ib_banner_006 .circle-line-short.animate {
  -webkit-animation: short_circle 3s forwards;
          animation: short_circle 3s forwards;
}
.ib_banner_006 .gradient {
  background-image: conic-gradient(from 0deg, #ffffff 0%, #ffffff 4%, #fff000 4%, #57e865 18%, #46c792 33%, #ffffff 33%, #ffffff 38%, #fff000 38%, #6dea57 68%, #46c792 98%, #ffffff 98%, #ffffff 100%);
  height: 800px;
}
@-webkit-keyframes long_circle02 {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 18.68;
    stroke-dasharray: 1168.08 2512;
  }
}
@keyframes long_circle02 {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  to {
    stroke-width: 18.68;
    stroke-dasharray: 1168.08 2512;
  }
}
.ib_banner_006 .visual-container02 {
  width: 65%;
  position: absolute;
  -webkit-animation: rotate2 15s linear infinite;
          animation: rotate2 15s linear infinite;
}
.ib_banner_006 .svg-visual {
  width: 100%;
}
.ib_banner_006 .circle-line-long02 {
  stroke-width: 0;
  stroke-dasharray: 0 2512;
  -webkit-transform: rotate(58.3deg);
          transform: rotate(58.3deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ib_banner_006 .circle-line-long02.animate {
  -webkit-animation: long_circle02 5s forwards;
          animation: long_circle02 5s forwards;
}
.ib_banner_006 .gradient02 {
  background-color: #37c892;
  height: 800px;
}
@-webkit-keyframes long_circle03 {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  100% {
    stroke-width: 9.34;
    stroke-dasharray: 1168.08 2512;
  }
}
@keyframes long_circle03 {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 2512;
  }
  100% {
    stroke-width: 9.34;
    stroke-dasharray: 1168.08 2512;
  }
}
.ib_banner_006 .visual-container03 {
  width: 123%;
  position: absolute;
  -webkit-animation: rotate2 18s linear infinite;
          animation: rotate2 18s linear infinite;
}
.ib_banner_006 .svg-visual {
  width: 100%;
}
.ib_banner_006 .circle-line-long03 {
  stroke-width: 0;
  stroke-dasharray: 0 2512;
  -webkit-transform: rotate(58.3deg);
          transform: rotate(58.3deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ib_banner_006 .circle-line-long03.animate {
  -webkit-animation: long_circle03 3s forwards;
          animation: long_circle03 3s forwards;
}
.ib_banner_006 .gradient03 {
  background-color: #1be47a;
  height: 800px;
}
.ib_banner_006 .circle-end {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ib_banner_006 .dataItem {
  height: 100vh;
}
.ib_banner_006 .dataItem .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .ib_banner_006 .dataItem .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 100px;
  }
}
.ib_banner_006 .dataItem .subtitle {
  font-size: 16px;
  color: #202121;
  letter-spacing: 1px;
  margin-bottom: 30px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
.ib_banner_006 .dataItem .Txt {
  width: 100%;
  max-width: 700px;
}
.ib_banner_006 .dataItem .Txt .title {
  font-size: 57px;
  font-weight: 700;
  color: #565757;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
@media (max-width: 760px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 33px;
  }
}
.ib_banner_006 .dataItem .btnBox {
  opacity: 0;
  margin-top: 40px;
}
.ib_banner_006 .dataItem .btnBox .btnText {
  font-weight: 500;
}
.ib_banner_006 .dataItem .btnBox img {
  display: inline-block;
}
.ib_banner_006 .slick-current .dataItem .title {
  -webkit-animation: textSlideUpAnimation 0.6s ease-in-out forwards;
          animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .dataItem .subtitle {
  -webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .dataItem .btnBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.5s ease-in-out forwards;
          animation: textSlideUpAnimation 0.6s 0.5s ease-in-out forwards;
}

.ib_imageText_002 {
  padding-top: 90px;
  padding-bottom: 145px;
}
@media (max-width: 1180px) {
  .ib_imageText_002 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.ib_imageText_002 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.ib_imageText_002 .titleBox {
  width: 100%;
  text-align: left;
}
.ib_imageText_002 .leftBox {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .ib_imageText_002 .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ib_imageText_002 .leftBox .Img {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .ib_imageText_002 .leftBox .Img {
    border-radius: 0px;
  }
}
.ib_imageText_002 .leftBox .Img img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.ib_imageText_002 .leftBox .Img #player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ib_imageText_002 .leftBox .videoBtn {
  position: absolute;
  width: 145px;
  height: 145px;
  top: 50%;
  margin-top: -72.5px;
  margin-right: -72.5px;
  right: 0;
  background-color: #37c892;
  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;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .ib_imageText_002 .leftBox .videoBtn {
    width: 100px;
    height: 100px;
    right: 50%;
    margin-right: -50px;
    margin-top: -50px;
  }
}
.ib_imageText_002 .leftBox .videoBtn:before {
  content: "";
  width: 175px;
  height: 175px;
  background-color: #37c892;
  opacity: 0.2;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 1180px) {
  .ib_imageText_002 .leftBox .videoBtn:before {
    width: 120px;
    height: 120px;
  }
}
.ib_imageText_002 .leftBox .videoBtn:after {
  content: "";
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: absolute;
  background-image: url(../images/circle_text.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_imageText_002 .leftBox .videoBtn:after {
    width: 90px;
    height: 90px;
  }
}
.ib_imageText_002 .leftBox .videoBtn .triangle img {
  display: block;
}
.ib_imageText_002 .rightBox {
  width: 50%;
  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;
}
@media (max-width: 768px) {
  .ib_imageText_002 .rightBox {
    width: 100%;
    padding: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ib_imageText_002 .Txt {
  width: 50%;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 1180px) {
  .ib_imageText_002 .Txt {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .ib_imageText_002 .Txt {
    width: 100%;
  }
}
.ib_imageText_002 .btnBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ib_imageText_002 .btnBox .btnIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1181px) {
  .ib_imageText_002 .btnBox:hover {
    color: #37c892;
  }
  .ib_imageText_002 .btnBox:hover .btnIcon {
    right: 15px;
  }
}

.ib_carousel_005 {
  padding-bottom: 100px;
  overflow: hidden;
}
.ib_carousel_005 .wrap {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .titleBox {
    margin-bottom: 30px;
  }
}
.ib_carousel_005 .titleBox .text {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.ib_carousel_005 .slick-list {
  padding-top: 135px;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .slick-list {
    padding-top: 40px;
  }
}
.ib_carousel_005 .dataBox {
  padding-left: 215px;
  padding-right: 0;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .dataBox {
    padding-left: 0;
  }
}
.ib_carousel_005 .dataItem {
  padding: 0 15px;
  position: relative;
  height: 350px;
}
.ib_carousel_005 .dataItem:hover .item {
  height: 450px;
  top: -119px;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .dataItem:hover .item {
    height: 280px;
    top: 0;
  }
}
@media (max-width: 870px) {
  .ib_carousel_005 .dataItem:hover .item {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .ib_carousel_005 .dataItem:hover .item {
    height: 350px;
  }
}
.ib_carousel_005 .dataItem:hover .overlayBox {
  opacity: 1;
  visibility: visible;
}
.ib_carousel_005 .dataItem:hover .circleImg {
  opacity: 1;
  right: -40px;
}
.ib_carousel_005 .item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1019607843);
  height: 330px;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .item {
    height: 280px;
  }
}
@media (max-width: 870px) {
  .ib_carousel_005 .item {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .ib_carousel_005 .item {
    height: 350px;
  }
}
.ib_carousel_005 .overlayBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #37c892;
  overflow: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 120px;
  padding-left: 35px;
  padding-right: 20px;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .overlayBox {
    display: none;
  }
}
.ib_carousel_005 .overlayBox .overLink {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
}
.ib_carousel_005 .overlayBox .circleImg {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -60px;
  right: -100px;
  opacity: 0;
}
.ib_carousel_005 .overlayBox .circleImg img {
  width: 100%;
  display: block;
}
.ib_carousel_005 .overlayBox .title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}
.ib_carousel_005 .overlayBox .title a {
  color: #fff;
}
.ib_carousel_005 .overlayBox .subTitle {
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.ib_carousel_005 .overlayBox .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.ib_carousel_005 .overlayBox a.more {
  color: #fff;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_005 .overlayBox a.more img {
  margin-left: 10px;
}
.ib_carousel_005 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_005 .Txt {
  position: relative;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}
.ib_carousel_005 .Txt .title {
  font-size: 18px;
  font-weight: 600;
}
.ib_carousel_005 .Txt .title a {
  display: block;
}
.ib_carousel_005 .Txt .subTitle {
  color: #37c892;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.ib_carousel_005 .Txt .text {
  height: 63px;
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  color: #6c6c6c;
}
.ib_carousel_005 .controlBox {
  position: relative;
  margin-top: 20px;
  max-width: 1490px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .ib_carousel_005 .controlBox {
    margin-top: 0px;
  }
}
@media (max-width: 550px) {
  .ib_carousel_005 .controlBox {
    margin-top: 30px;
  }
}
.ib_carousel_005 .controlBox .btnBox {
  margin-top: 0;
}
@media (max-width: 550px) {
  .ib_carousel_005 .controlBox .btnBox {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.ib_carousel_005 .controlBox .lineItem {
  position: relative;
  width: calc(100% - 240px);
  height: 1px;
  background-color: #d2d2d2;
}
@media (max-width: 550px) {
  .ib_carousel_005 .controlBox .lineItem {
    width: 100%;
  }
}
.ib_carousel_005 .controlBox .line {
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #37c892;
}
.ib_carousel_005 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.ib_carousel_005 .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_005 .slick-dots li button {
  width: 9px;
  height: 9px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.ib_carousel_005 .slick-dots li button::before {
  content: "";
  width: unset;
  height: unset;
}
.ib_carousel_005 .slick-dots li.slick-active button {
  background-color: #37c892;
  border: 1px solid #37c892;
}

.applicationArea {
  padding: 100px 0;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .applicationArea {
    padding-top: 0;
  }
}
.applicationArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicationArea .leftBox {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 1240px) {
  .applicationArea .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.applicationArea .leftBox .titleBox {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .applicationArea .leftBox .titleBox {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.applicationArea .leftBox .titleBox .btnBox {
  margin-top: 0;
  margin-left: 55px;
}
@media (max-width: 1280px) {
  .applicationArea .leftBox .titleBox .btnBox {
    display: none;
  }
}
.applicationArea .leftBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media (max-width: 1280px) {
  .applicationArea .leftBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.applicationArea .leftBox .arrowBox .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  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;
  border: 1px solid #37c892;
  cursor: pointer;
}
.applicationArea .leftBox .arrowBox .arrow.next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 15px;
}
.applicationArea .leftBox .arrowBox .arrow:hover {
  background-color: #37c892;
}
.applicationArea .leftBox .arrowBox .arrow:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.applicationArea .circleBoxSection {
  width: 50%;
  position: relative;
  right: -30%;
}
@media (max-width: 1740px) {
  .applicationArea .circleBoxSection {
    right: -23%;
  }
}
@media (max-width: 1240px) {
  .applicationArea .circleBoxSection {
    right: -14%;
  }
}
@media (max-width: 1240px) {
  .applicationArea .circleBoxSection {
    display: none;
  }
}

.textSlider {
  position: absolute;
  width: 500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1240px) {
  .textSlider {
    width: 300px;
    right: 10%;
  }
}
.textSlider .numBox,
.textSlider .text,
.textSlider .btnBox {
  display: none;
}
.textSlider .title {
  position: relative;
  padding: 10px 0;
}
.textSlider .title:after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -55px;
  background-color: #37c892;
}
.textSlider .slick-list {
  padding-left: 50px;
}
.textSlider .slick-current .title:after {
  width: 187px;
}
.textSlider .slick-current .title a {
  color: #000;
  font-weight: 600;
}

.customCorrectionList .dataItem {
  background-color: #fff;
  padding: 70px 40px;
  border-radius: 15px;
}
.customCorrectionList .dataItem .Txt {
  position: relative;
}
.customCorrectionList .dataItem .item {
  position: relative;
  padding-left: 40px;
}
.customCorrectionList .dataItem .item:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 0px;
}
.customCorrectionList .dataItem .title {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .customCorrectionList .dataItem .title {
    width: 100%;
    padding-right: 0;
  }
}
.customCorrectionList .dataItem .text {
  line-height: 2;
  margin-top: 35px;
}
.customCorrectionList .dataItem .numBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 32px;
  font-weight: 600;
  right: 0;
}
@media (max-width: 780px) {
  .customCorrectionList .dataItem .numBox {
    position: relative;
  }
}
.customCorrectionList .dataItem .numBox span {
  margin: 0 10px;
}
.customCorrectionList .dataItem .numBox .total {
  font-size: 20px;
  color: #c9c9c9;
  margin-bottom: 3px;
}
.customCorrectionList .dataItem .btnBox {
  margin-top: 40px;
}
.customCorrectionList .dataItem .btnBox img {
  display: inline-block;
}

@media (max-width: 980px) {
  .circleBoxSection {
    display: none;
  }
}
.circleBoxSection .sideCorrectionList .dataItem:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.circleBoxSection .sideCorrectionBox {
  position: absolute;
  left: -500px;
  z-index: 99;
}
.circleBoxSection .sideCorrectionBox .sideArrowBox {
  position: absolute;
  top: 50%;
  right: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: -76px;
}
.circleBoxSection .sideCorrectionBox .sideArrowBox > div {
  display: block;
  width: 64px;
  height: 64px;
  background-color: transparent;
  border: solid 1px #eb6100;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.circleBoxSection .sideCorrectionBox .sideArrowBox > div:hover {
  background-color: #eb6100;
}
@media (max-width: 1680px) {
  .circleBoxSection .sideCorrectionBox {
    left: -530px;
  }
}
@media (max-width: 1480px) {
  .circleBoxSection .sideCorrectionBox {
    display: none;
  }
}
.circleBoxSection .sideCorrectionList {
  position: relative;
  width: 810px;
  height: 810px;
  border-radius: 50%;
}
.circleBoxSection .sideCorrectionList:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #cacaca;
  margin-top: -405px;
  margin-left: -405px;
}
.circleBoxSection .sideCorrectionList .dataItem {
  position: absolute;
  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;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}
.circleBoxSection .sideCorrectionList .dataItem .item {
  position: relative;
  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;
}
.circleBoxSection .sideCorrectionList .dataItem .item:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  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;
  border: 2px solid #fff;
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
}
.circleBoxSection .sideCorrectionList .dataItem .title {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.circleBoxSection .sideCorrectionList .dataItem .Img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
}
.circleBoxSection .sideCorrectionList .dataItem .Img img {
  width: 100%;
  display: block;
}
.circleBoxSection .sideCorrectionList .dataItem.current {
  top: 50%;
  margin-top: -239px;
  right: calc(100% - 140px);
  opacity: 1;
}
@media (max-width: 1300px) {
  .circleBoxSection .sideCorrectionList .dataItem.current {
    margin-top: -150px;
  }
}
.circleBoxSection .sideCorrectionList .dataItem.current .item:before {
  opacity: 1;
}
.circleBoxSection .sideCorrectionList .dataItem.current::before {
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  background-image: url(../images/circle_border.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.circleBoxSection .sideCorrectionList .dataItem.current::after {
  content: "";
  width: 115%;
  height: 115%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.circleBoxSection .sideCorrectionList .dataItem.current .title {
  opacity: 1;
  visibility: visible;
}
.circleBoxSection .sideCorrectionList .dataItem.current .Img {
  width: 478px;
  height: 478px;
}
@media (max-width: 1300px) {
  .circleBoxSection .sideCorrectionList .dataItem.current .Img {
    width: 300px;
    height: 300px;
  }
}
.circleBoxSection .sideCorrectionList .dataItem.next {
  top: 80%;
  right: calc(98% - 170px);
  opacity: 1;
}
.circleBoxSection .sideCorrectionList .dataItem.afterNext {
  top: 90%;
  right: calc(91.5% - 250px);
  opacity: 0.25;
  pointer-events: none;
}
.circleBoxSection .sideCorrectionList .dataItem.afterNext .Img {
  width: 96px;
  height: 96px;
}
.circleBoxSection .sideCorrectionList .dataItem.last {
  top: 95%;
  right: calc(77.5% - 30px);
  opacity: 0;
  pointer-events: none;
}
.circleBoxSection .sideCorrectionList .dataItem.beforePrev {
  top: 0%;
  right: calc(91% - 250px);
  opacity: 0.25;
  pointer-events: none;
}
.circleBoxSection .sideCorrectionList .dataItem.beforePrev .Img {
  width: 96px;
  height: 96px;
}
.circleBoxSection .sideCorrectionList .dataItem.prev {
  top: 5%;
  right: calc(98% - 170px);
  opacity: 1;
}
.circleBoxSection .sideCorrectionList .dataItem.first {
  top: 0%;
  right: -100%;
  opacity: 0;
  pointer-events: none;
}

.rectDotList button:before {
  background-color: #999;
}

.ib_carousel_006 {
  padding: 120px 0;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ib_carousel_006 {
    padding: 50px 0;
  }
}
.ib_carousel_006 .controlItem {
  position: relative;
  display: none;
  -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;
}
@media (max-width: 760px) {
  .ib_carousel_006 .controlItem {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ib_carousel_006 .controlItem .arrowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.ib_carousel_006 .controlItem .arrowItem .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  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;
  border: 1px solid #37c892;
  cursor: pointer;
}
.ib_carousel_006 .controlItem .arrowItem .arrow.next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 15px;
}
.ib_carousel_006 .controlItem .arrowItem .arrow:hover {
  background-color: #37c892;
}
.ib_carousel_006 .controlItem .arrowItem .arrow:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.ib_carousel_006 .controlItem .btnBox {
  margin-top: 0;
  margin-left: 30px;
}
.ib_carousel_006 .wrap {
  padding: 60px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 760px) {
  .ib_carousel_006 .wrap {
    background-color: transparent;
    padding: 30px;
  }
}
.ib_carousel_006 .wrap .arrowBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  width: 100%;
  left: 0;
  top: 60%;
  margin-top: -31px;
  padding: 0 50px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .ib_carousel_006 .wrap .arrowBox {
    display: none;
  }
}
.ib_carousel_006 .wrap .arrowBox .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  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;
  border: 1px solid #37c892;
  cursor: pointer;
}
.ib_carousel_006 .wrap .arrowBox .arrow.next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 15px;
}
.ib_carousel_006 .wrap .arrowBox .arrow:hover {
  background-color: #37c892;
}
.ib_carousel_006 .wrap .arrowBox .arrow:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.ib_carousel_006 .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_carousel_006 .titleBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 223px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .ib_carousel_006 .titleBox .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.ib_carousel_006 .titleBox .title:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #e3e3e3;
  display: block;
  margin-right: 40px;
}
@media (max-width: 1280px) {
  .ib_carousel_006 .titleBox .title:after {
    display: none;
  }
}
.ib_carousel_006 .titleBox .btnBox {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .ib_carousel_006 .titleBox .btnBox {
    display: none;
  }
}
.ib_carousel_006 .dataBox {
  margin-top: 40px;
}
.ib_carousel_006 .dataItem {
  padding: 0 150px;
}
@media (max-width: 1280px) {
  .ib_carousel_006 .dataItem {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .ib_carousel_006 .dataItem {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
}
.ib_carousel_006 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_carousel_006 .Img {
  width: 470px;
}
@media (max-width: 1080px) {
  .ib_carousel_006 .Img {
    width: 300px;
  }
}
@media (max-width: 760px) {
  .ib_carousel_006 .Img {
    width: 100%;
  }
}
.ib_carousel_006 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
}
.ib_carousel_006 .Txt {
  position: relative;
  width: calc(100% - 470px);
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .ib_carousel_006 .Txt {
    width: calc(100% - 300px);
  }
}
@media (max-width: 760px) {
  .ib_carousel_006 .Txt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.ib_carousel_006 .Txt .dataInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.ib_carousel_006 .Txt .dataInfoBox .classTitle {
  padding: 9px 25px;
  background-color: transparent;
  border: 1px solid #37c892;
  color: #37c892;
  border-radius: 40px;
  margin-left: 20px;
}
.ib_carousel_006 .Txt .dataInfoBox .date {
  line-height: 1;
  font-size: 20px;
  color: #949494;
  font-weight: 500;
}
.ib_carousel_006 .Txt .dataInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ib_carousel_006 .Txt .title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-top: 30px;
}
@media (max-width: 1080px) {
  .ib_carousel_006 .Txt .title {
    padding-top: 10px;
  }
}
.ib_carousel_006 .Txt .text {
  line-height: 2;
}
.ib_carousel_006 .Txt a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #37c892;
  margin-top: 40px;
}
.ib_carousel_006 .Txt a.more img {
  width: 18px;
  margin-left: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ib_carousel_006 .btnBox .btnIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_006 .btnBox:hover {
    background-color: #fff;
    color: #37c892;
  }
  .ib_carousel_006 .btnBox:hover .btnIcon {
    right: 15px;
  }
}
.ib_carousel_006 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.ib_carousel_006 .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_carousel_006 .slick-dots li button {
  width: 9px;
  height: 9px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.ib_carousel_006 .slick-dots li button::before {
  content: "";
  width: unset;
  height: unset;
}
.ib_carousel_006 .slick-dots li.slick-active button {
  background-color: #37c892;
  border: 1px solid #37c892;
}

.certificationArea {
  position: relative;
  background-color: #333;
  padding: 120px 0;
  overflow: hidden;
}
.certificationArea:before {
  content: "";
  width: 100%;
  height: 115px;
  background-image: url(../images/bg_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 1;
}
.certificationArea::after {
  content: "";
  width: 100%;
  height: 115px;
  background-image: url(../images/bg_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.certificationArea .ib_imageText_003 {
  position: absolute;
  top: 0;
}
.certificationArea .ib_imageText_003 .Img {
  width: 100%;
}
.certificationArea .ib_imageText_003 .Img img {
  max-width: 100%;
  height: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.certificationArea .titleBox {
  margin-bottom: 70px;
}
.certificationArea .titleBox .title,
.certificationArea .titleBox .text {
  color: #fff;
}
.certificationArea > .wrap {
  position: relative;
  max-width: 1240px;
  background-color: #fff;
  border-radius: 15px;
  padding: 70px 60px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .certificationArea > .wrap {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.certificationArea > .wrap .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .certificationArea > .wrap .dataBox {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
  }
}
.certificationArea > .wrap .dataItem {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .certificationArea > .wrap .dataItem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .certificationArea > .wrap .dataItem {
    width: 100%;
    padding-left: 0;
  }
}
.certificationArea > .wrap .dataItem:nth-child(odd) {
  padding-left: 0;
  padding-right: 20px;
  border-right: 1px solid #cecece;
}
@media (max-width: 960px) {
  .certificationArea > .wrap .dataItem:nth-child(odd) {
    border: none;
    padding: 0;
  }
}
.certificationArea > .wrap .dataItem .linkBox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.certificationArea > .wrap .dataItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificationArea > .wrap .dataItem .item .Img {
  width: 86px;
  height: 86px;
  background-color: #fff;
  border-radius: 50%;
  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;
  position: relative;
}
.certificationArea > .wrap .dataItem .item .Img img {
  max-width: 100%;
  display: block;
}
.certificationArea > .wrap .dataItem .item .Img svg {
  position: absolute;
  z-index: 10;
  width: 130%;
  height: 130%;
}
.certificationArea > .wrap .dataItem .item .Img .circle {
  fill: transparent;
  stroke: #37c892;
  stroke-width: 1px;
  stroke-dasharray: 94;
  stroke-dashoffset: 94;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certificationArea > .wrap .dataItem .item .Img .circle.hover {
  stroke-dashoffset: 0;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.certificationArea > .wrap .dataItem .item .Txt {
  width: calc(100% - 86px);
  padding-left: 30px;
}
.certificationArea > .wrap .dataItem .item .Txt .title {
  font-size: 20px;
  font-weight: 600;
}
.certificationArea > .wrap .dataItem .item .Txt .textEditor {
  line-height: 1.4;
  margin-top: 20px;
}

.ib_carousel_056 {
  position: relative;
  margin-top: 50px;
}
.ib_carousel_056 .wrap {
  max-width: 620px;
  position: relative;
}
@media (max-width: 690px) {
  .ib_carousel_056 .wrap {
    max-width: 100%;
  }
}
.ib_carousel_056 .arrowBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 690px) {
  .ib_carousel_056 .arrowBox {
    padding: 0 15px;
  }
}
.ib_carousel_056 .arrowBox .arrow {
  cursor: pointer;
}
.ib_carousel_056 .arrowBox .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ib_carousel_056 .Img {
  text-align: center;
}
.ib_carousel_056 .Img img {
  margin: 0 auto;
}

footer {
  padding-top: 30px;
}