@charset "UTF-8";
body {
  font-family: "Pretendard Variable", "Pretendard", sans-serif;
}
body #contents {
  width: 100%;
  overflow: hidden;
}
body #contents .bottomArea {
  width: 100%;
  min-height: 380px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a3b41), to(#14171a));
  background-image: linear-gradient(to bottom, #2a3b41, #14171a);
  gap: 60px;
  text-align: center;
}
body #contents .bottomArea h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
body #contents .bottomArea .callBtn {
  border-radius: 25px;
  padding: 8px 60px;
  font-size: 28px;
  background-color: #fff;
  font-weight: 700;
  color: #000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body #contents .bottomArea .callBtn:hover {
  background-color: #c7e9ec;
}
body #contents p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
body #contents .contentArea {
  width: 100%;
}
body #contents .contentArea .contentTitleText {
  margin-bottom: 80px;
}
body #contents .contentArea .contentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
body #contents .contentArea .contentTitle h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
body #contents .contentArea .contentMainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  gap: 100px;
}
body #contents .contentArea .contentMainWrap h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  text-align: start;
}
body #contents .contentArea .contentMainWrap h3 span {
  font-size: 36px;
  font-weight: 700;
  color: #2842BC;
}
body #contents .contentArea .contentMainWrap .leftArea {
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #contents .contentArea .contentMainWrap .leftArea ul {
  margin-top: 30px;
}
body #contents .contentArea .contentMainWrap .leftArea ul li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
}
body #contents .contentArea .contentMainWrap .leftArea ul li img {
  width: 40px;
  height: 20px;
  margin: 2px 8px 0px 0px;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
body #contents .contentArea .contentMainWrap .leftArea ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: green;
  font-size: 18px;
  line-height: 1.6;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaTitle {
  margin-bottom: 26px;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaTitle h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent img {
  width: 40px;
  height: auto;
  margin-top: 0;
  vertical-align: middle;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent p {
  font-size: 18px;
  text-align: start;
  line-height: 1.7;
  margin-top: 16px;
  color: #666;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent span {
  font-size: 20px;
  color: #2842BC;
  font-weight: 600;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo img {
  min-width: 40px;
  height: auto;
  margin-top: 0;
  vertical-align: middle;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo span {
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 480px) {
  body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo img {
    margin-top: 0;
    vertical-align: middle;
  }
}
body #contents .contentArea .contentMainWrap .leftArea.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  body #contents .contentArea .contentMainWrap .leftArea ul .aiLi {
    color: #2842BC;
  }
  body #contents .contentArea .contentMainWrap .leftArea ul li {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #contents .contentArea .contentMainWrap .leftArea ul li br {
    display: none;
  }
  body #contents .contentArea .contentMainWrap .leftArea ul li img {
    display: none;
  }
}
body #contents .contentArea .contentMainWrap .rightArea {
  position: relative;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .leftBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .leftBox ul li {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .leftBox .leftBoxTitle {
  min-width: 210px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .leftBox .leftBoxTitle h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #858585;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
  text-align: center;
  padding-bottom: 10px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .leftBox .leftBoxTitle h4 span {
  font-size: inherit;
  color: #2842BC;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .rightBox ul {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #2842BC;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.397);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.397);
  min-height: 613px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .rightBox ul li {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .rightBox .rightBoxTitle {
  min-width: 260px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .rightBox .rightBoxTitle h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
  text-align: center;
  padding-bottom: 10px;
}
body #contents .contentArea .contentMainWrap .rightArea .rightAreaContent .rightBox .rightBoxTitle h4 span {
  font-size: inherit;
  color: #2842BC;
}
body #contents .contentArea .contentMainWrap .rightArea .step3ImgWrap {
  position: relative;
  display: inline-block;
  max-width: 600px;
}
body #contents .contentArea .contentMainWrap .rightArea .step3ImgWrap .forImgClick {
  content: "";
  position: absolute;
  width: 81%;
  height: 39%;
  top: 54%;
  left: 7%;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body #contents .contentArea .contentMainWrap .rightArea .step3ImgWrap .forImgClick:hover {
  background-color: rgba(255, 255, 255, 0.1764705882);
}
body #contents .contentArea .contentMainWrap .rightArea .step3ImgWrap img.step3Img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap {
  position: relative;
  width: 100%;
}
body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img {
  position: absolute;
  width: 580px;
  height: auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
}
body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg01 {
  top: 0;
  left: 70px;
}
body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg02 {
  top: 250px;
  left: 140px;
  z-index: -1;
}
@media (max-width: 768px) {
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img {
    position: absolute;
    width: 480px;
    height: auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
  }
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg01 {
    top: 0;
    left: -70px;
  }
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg02 {
    top: 95px;
    left: 200px;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img {
    position: absolute;
    width: 480px;
    height: auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.178);
  }
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg01 {
    top: 0;
    left: -10px;
  }
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap img.simu3dImg02 {
    top: 157px;
    left: 47px;
    z-index: -1;
  }
}
body #contents .contentArea .contentMainWrap .rightArea .autoLogiSoluImg {
  width: 100%;
  height: 100%;
  background: url(../img/automatedImg1.png) center/cover no-repeat;
}
body #contents .contentArea .contentMainWrap .rightArea .dataImg {
  max-width: 600px;
}
body #contents .contentArea .contentMainWrap .rightArea.flex00760 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 760px;
          flex: 0 0 760px;
}
body #contents .contentArea .contentMainWrap .rightArea.flex00760.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760.flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1080px) {
  body #contents .contentArea .contentMainWrap {
    gap: 40px;
    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;
  }
  body #contents .contentArea .contentMainWrap h3 {
    text-align: center;
  }
  body #contents .contentArea .contentMainWrap .leftArea ul {
    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;
  }
  body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent .extraInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #contents .contentArea .contentMainWrap .leftArea .leftAreaContent p {
    text-align: center;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 {
    width: 100%;
    max-width: 760px;
    min-height: 400px;
    display: block;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 .autoLogiSoluImg {
    min-height: 400px;
    background-size: cover;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix {
    max-height: 300px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 220px;
    min-height: 220px;
    max-height: 200px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap {
    width: 100%;
    height: 220px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img {
    width: 100%;
    max-width: 220px;
    height: auto;
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg01 {
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg02 {
    left: 20px;
    top: 100px;
    z-index: -1;
  }
}
@media (max-width: 1080px) {
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 {
    width: 100%;
    max-width: 760px;
    min-height: 450px;
    display: block;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 .autoLogiSoluImg {
    min-height: 400px;
    background-size: cover;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    min-height: 220px;
    max-height: 500px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap {
    width: 100%;
    height: 220px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img {
    width: 100%;
    max-width: 220px;
    height: auto;
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg01 {
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg02 {
    left: 20px;
    top: 100px;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  body #contents .contentArea .contentMainWrap .rightArea .simu3dImgWrap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 {
    width: 100%;
    max-width: 760px;
    min-height: 300px;
    display: block;
  }
  body #contents .contentArea .contentMainWrap .rightArea.flex00760 .autoLogiSoluImg {
    min-height: 400px;
    background-size: cover;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    min-height: 220px;
    max-height: 500px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap {
    width: 100%;
    height: 220px;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img {
    width: 100%;
    max-width: 220px;
    height: auto;
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg01 {
    left: 0;
    top: 0;
  }
  .sec-4.gray body #contents .contentArea .contentMainWrap .rightArea.flex00760.fix .simu3dImgWrap img.simu3dImg02 {
    left: 20px;
    top: 100px;
    z-index: -1;
  }
}
body #contents .sec-1 {
  display: block;
  background: url(../img/simuBg.png) center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
body #contents .sec-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(10, 15, 27, 0.8078431373);
  z-index: 1;
}
body #contents .sec-1 .inner1500 {
  max-width: 1500px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #contents .sec-1 .inner1500 .bottomTitle {
  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;
}
body #contents .sec-1 .inner1500 .bottomTitle h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
}
body #contents .sec-1 .inner1500 .bottomContent ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
body #contents .sec-1 .inner1500 .bottomContent ul li {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
  white-space: nowrap;
}
body #contents .sec-1 .inner1500 .bottomContent ul li h4 {
  font-size: 24px;
  font-weight: 500;
  background-color: #2842BC;
  padding: 12px 40px;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 20px;
}
body #contents .sec-1 .inner1500 .bottomContent ul li h4 img {
  width: 35px;
  height: 35px;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
body #contents .sec-1 .inner1500 .bottomContent ul li p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  body #contents .sec-1 .inner1500 .bottomContent ul {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  body #contents .sec-1 .inner1500 .bottomContent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap {
  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;
  width: 100%;
  gap: 10px;
  margin-bottom: 50px;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap .topTitle {
  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;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap span {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan .aiIncludeSpan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan .divide {
  margin: 0px 10px;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan img {
  width: 36px;
  height: 36px;
  margin-right: 4px;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
@media (max-width: 786px) {
  body #contents .sec-1 .inner1500 .innerTxt-Wrap span {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 18px;
  }
  body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan .aiIncludeSpan img {
    margin-bottom: 5px;
  }
  body #contents .sec-1 .inner1500 .innerTxt-Wrap .subSpan .divide {
    display: none;
  }
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap img {
  width: 350px;
  height: auto;
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}
body #contents .sec-1 .inner1500 .innerTxt-Wrap h1 {
  font-size: 170px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1080px) {
  body #contents .sec-1 .inner1500 .innerTxt-Wrap h1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  body #contents .sec-1 .inner1500 .innerTxt-Wrap h1 {
    font-size: 60px;
  }
}
@media (max-width: 1080px) {
  body #contents .sec-1 .inner1500 {
    padding: 100px 20px;
  }
  body #contents .sec-1 .inner1500 .innerTxt-Wrap {
    margin-bottom: 0px;
  }
  body #contents .sec-1 .inner1500 span {
    text-align: center;
    margin-top: 20px;
    line-height: 1;
  }
  body #contents .sec-1 .inner1500 h2 {
    text-align: center;
  }
}
@media (max-width: 400px) {
  body #contents .sec-1 .inner1500 {
    padding: 100px 20px;
  }
  body #contents .sec-1 .inner1500 .innerTxt-Wrap {
    margin-bottom: 0px;
  }
  body #contents .sec-1 .inner1500 .innerTxt-Wrap span {
    font-size: 28px;
    line-height: 1.2;
  }
  body #contents .sec-1 .inner1500 span {
    text-align: center;
    margin-top: 20px;
    line-height: 1;
  }
  body #contents .sec-1 .inner1500 h2 {
    text-align: center;
  }
}
body #contents .sec-2,
body #contents .sec-3,
body #contents .sec-4,
body #contents .sec-5 {
  padding: 0px 80px;
}
body #contents .sec-2.gray,
body #contents .sec-3.gray,
body #contents .sec-4.gray,
body #contents .sec-5.gray {
  background-color: #f8f8f8;
}
@media (max-width: 1080px) {
  body #contents .sec-2.gray,
  body #contents .sec-3.gray,
  body #contents .sec-4.gray,
  body #contents .sec-5.gray {
    max-height: 1300px;
  }
}
@media (max-width: 1080px) {
  body #contents .sec-2.sec-3,
  body #contents .sec-3.sec-3,
  body #contents .sec-4.sec-3,
  body #contents .sec-5.sec-3 {
    min-height: 1100px;
  }
}
@media (max-width: 768px) {
  body #contents .sec-2.sec-3,
  body #contents .sec-3.sec-3,
  body #contents .sec-4.sec-3,
  body #contents .sec-5.sec-3 {
    min-height: 950px;
  }
}
@media (max-width: 480px) {
  body #contents .sec-2.sec-3,
  body #contents .sec-3.sec-3,
  body #contents .sec-4.sec-3,
  body #contents .sec-5.sec-3 {
    min-height: 600px;
  }
}
body #contents .sec-2 .rightArea ul,
body #contents .sec-3 .rightArea ul,
body #contents .sec-4 .rightArea ul,
body #contents .sec-5 .rightArea ul {
  position: relative;
}
body #contents .sec-2 .rightArea ul li,
body #contents .sec-3 .rightArea ul li,
body #contents .sec-4 .rightArea ul li,
body #contents .sec-5 .rightArea ul li {
  position: absolute;
}
body #contents .sec-2 .rightArea ul li img,
body #contents .sec-3 .rightArea ul li img,
body #contents .sec-4 .rightArea ul li img,
body #contents .sec-5 .rightArea ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
body #contents .sec-2 .sectionTitleLine,
body #contents .sec-3 .sectionTitleLine,
body #contents .sec-4 .sectionTitleLine,
body #contents .sec-5 .sectionTitleLine {
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px 0;
  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;
}
body #contents .sec-2 .sectionTitleLine h3,
body #contents .sec-3 .sectionTitleLine h3,
body #contents .sec-4 .sectionTitleLine h3,
body #contents .sec-5 .sectionTitleLine h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
body #contents .sec-2 .inner1080,
body #contents .sec-3 .inner1080,
body #contents .sec-4 .inner1080,
body #contents .sec-5 .inner1080 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  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;
}
body #contents .sec-2 .inner1080.section2Edit,
body #contents .sec-3 .inner1080.section2Edit,
body #contents .sec-4 .inner1080.section2Edit,
body #contents .sec-5 .inner1080.section2Edit {
  padding: 0;
  height: 520px;
  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;
}
body #contents .sec-2 .inner1080 .innerTxt-Wrap,
body #contents .sec-3 .inner1080 .innerTxt-Wrap,
body #contents .sec-4 .inner1080 .innerTxt-Wrap,
body #contents .sec-5 .inner1080 .innerTxt-Wrap {
  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;
  text-align: center;
  gap: 50px;
}
body #contents .sec-2 .inner1080 .innerTxt-Wrap img,
body #contents .sec-3 .inner1080 .innerTxt-Wrap img,
body #contents .sec-4 .inner1080 .innerTxt-Wrap img,
body #contents .sec-5 .inner1080 .innerTxt-Wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}
body #contents .sec-2 .inner1080 .innerTxt-Wrap .titleTxt,
body #contents .sec-3 .inner1080 .innerTxt-Wrap .titleTxt,
body #contents .sec-4 .inner1080 .innerTxt-Wrap .titleTxt,
body #contents .sec-5 .inner1080 .innerTxt-Wrap .titleTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
body #contents .sec-2 .inner1080 .innerTxt-Wrap .titleTxt h3,
body #contents .sec-3 .inner1080 .innerTxt-Wrap .titleTxt h3,
body #contents .sec-4 .inner1080 .innerTxt-Wrap .titleTxt h3,
body #contents .sec-5 .inner1080 .innerTxt-Wrap .titleTxt h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}
body #contents .sec-2 .inner1080 .divideLine,
body #contents .sec-3 .inner1080 .divideLine,
body #contents .sec-4 .inner1080 .divideLine,
body #contents .sec-5 .inner1080 .divideLine {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 140px 0;
}
@media (max-width: 1080px) {
  body #contents .sec-2 .inner1080,
  body #contents .sec-3 .inner1080,
  body #contents .sec-4 .inner1080,
  body #contents .sec-5 .inner1080 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  body #contents .sec-2 {
    padding: 80px 30px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #contents .sec-2 .inner1080 {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body #contents .video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
body #contents .video-overlay .video-container {
  position: relative;
  width: 80%;
  max-width: 1100px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
body #contents .video-overlay .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
body #contents .video-overlay .video-container .video-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
body #contents .content2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #contents .content2 .leftBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #contents .content2 .leftBox > div {
  max-width: 440px;
  min-width: 520px;
}
body #contents .content2 .leftBox .leftAreaTitle {
  margin-bottom: 26px;
}
body #contents .content2 .leftBox h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  text-align: start;
}
body #contents .content2 .leftBox h3 span {
  font-size: 36px;
  font-weight: 700;
  color: #2842BC;
}
body #contents .content2 .leftBox .leftAreaContent p {
  font-size: 18px;
  text-align: start;
  line-height: 1.7;
  margin-top: 16px;
  color: #666;
}
body #contents .content2 .leftBox .leftAreaContent span {
  font-size: 20px;
  color: #2842BC;
  font-weight: 600;
}
body #contents .content2 .rightBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  position: relative;
}
body #contents .content2 .rightBox .slideImg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #contents .content2 .rightBox .slideImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body #contents .content2 .rightBox li {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body #contents .content2 .rightBox li.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body #contents .content2 .rightBox li.slide-out {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
body #contents .content2 .rightBox li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  body #contents .content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #contents .content2 .rightBox .slideImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #contents .content2 .rightBox .slideImg video {
    width: 60%;
    margin-top: 10px;
  }
  body #contents .content2 .leftBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #contents .content2 .leftBox h3 {
    text-align: center;
  }
  body #contents .content2 .leftBox .leftAreaContent p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  body #contents .content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #contents .content2 .leftBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #contents .content2 .leftBox > div {
    min-width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #contents .content2 .leftBox h3 {
    font-size: 28px;
  }
  body #contents .content2 .leftBox h3 span {
    font-size: 28px;
  }
  body #contents .content2 .leftBox .leftAreaContent p {
    font-size: 16px;
  }
  body #contents .content2 .leftBox .leftAreaContent span {
    font-size: 18px;
  }
  body #contents .content2 .rightBox .slideImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #contents .content2 .rightBox .slideImg video {
    width: 100%;
    margin-top: 10px;
  }
}

.textHidden {
  text-indent: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  left: -100%;
  top: -100%;
  z-index: -1;
}

@media (max-width: 1080px) {
  body #contents .sec-2,
  body #contents .sec-3,
  body #contents .sec-4,
  body #contents .sec-5 {
    position: relative;
    overflow: hidden;
    padding: 40px 140px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body #contents .sec-2 {
    padding: 80px 0px;
    min-height: 800px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  body #contents .sec-2 {
    padding: 80px 0px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body #contents .sec-3,
  body #contents .sec-4,
  body #contents .sec-5 {
    padding: 80px 140px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  body #contents .sec-3,
  body #contents .sec-4,
  body #contents .sec-5 {
    padding: 80px 80px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  body #contents .sec-2,
  body #contents .sec-3,
  body #contents .sec-4,
  body #contents .sec-5 {
    padding: 80px 30px;
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes glow {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}