@property --gradientColor-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #004a61;
}
@property --gradientColor-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2ba9d1;
}
.cameraArea .cameraList .item, .cameraArea .cameraList .cameraItem, .certificatesArea .certificatesList .imgBox, .certificatesArea .certificatesList .certificatesItem, .technologyBox .technicalList .hover, .technologyBox .technicalList .imgBox::after, .technologyBox .technicalList .imgBox::before, .technologyBox .technicalList .technicalItem {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.technicalArea {
  position: relative;
  padding: 225px 0 130px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .technicalArea {
    padding: 180px 0 100px;
  }
}
@media (max-width: 1180px) {
  .technicalArea {
    padding: 140px 0 100px;
  }
}
@media (max-width: 768px) {
  .technicalArea {
    padding: 100px 0 80px;
  }
}
.technicalArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.technicalArea .decoBg .Img {
  height: 100%;
}
.technicalArea .decoBg .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.technicalArea .bannerBox {
  position: relative;
}
.technicalArea .bannerBox .textBox {
  position: relative;
}
.technicalArea .bannerBox .textBox .title {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1499px) {
  .technicalArea .bannerBox .textBox .title {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .technicalArea .bannerBox .textBox .title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .technicalArea .bannerBox .textBox .title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .technicalArea .bannerBox .textBox .title {
    font-size: 36px;
  }
}
.technicalArea .bannerBox .textBox .text {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 1499px) {
  .technicalArea .bannerBox .textBox .text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 1180px) {
  .technicalArea .bannerBox .textBox .text {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .technicalArea .bannerBox .textBox .text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .technicalArea .bannerBox .textBox .text {
    font-size: 15px;
  }
}

@property --circleGradient-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #093b58;
}
@property --circleGradient-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #1494d0;
}
.technologyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-top: 72px;
}
@media (max-width: 1180px) {
  .technologyBox {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-top: 48px;
  }
}
@media (max-width: 991px) {
  .technologyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
}
.technologyBox .titleBox {
  margin-bottom: 0;
}
.technologyBox .titleBox .subtitle {
  line-height: 1.35;
  letter-spacing: 0.002em;
}
.technologyBox .titleBox .text {
  line-height: 1.35;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .technologyBox .titleBox .text {
    margin-top: 20px;
  }
}
.technologyBox .leftBox {
  position: relative;
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .technologyBox .leftBox {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .technologyBox .leftBox {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .technologyBox .leftBox {
    width: 100%;
  }
}
.technologyBox .leftBox .btnBox {
  margin-top: 54px;
}
@media (max-width: 1180px) {
  .technologyBox .leftBox .btnBox {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .technologyBox .leftBox .btnBox {
    margin-top: 32px;
  }
}
.technologyBox .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 720px;
  margin-right: 30px;
}
@media (max-width: 1499px) {
  .technologyBox .rightBox {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .technologyBox .rightBox {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.technologyBox .technicalBox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(0, 76, 100, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(80, 189, 216, 0.5);
          box-shadow: 0 0 50px rgba(80, 189, 216, 0.5);
}
@media (max-width: 575px) {
  .technologyBox .technicalBox {
    background-color: transparent;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.technologyBox .technicalBox .bgCircle {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 575px) {
  .technologyBox .technicalBox .bgCircle {
    display: none;
  }
}
.technologyBox .technicalBox .bgCircle.lightGradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 211, 255, 0.2)), to(rgba(61, 165, 255, 0.2)));
  background: linear-gradient(to right, rgba(198, 211, 255, 0.2) 0%, rgba(61, 165, 255, 0.2) 100%);
}
.technologyBox .technicalBox .bgCircle.lightGradient.large {
  width: 87%;
}
.technologyBox .technicalBox .bgCircle.lightGradient.large::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 90%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #6ea0d0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technologyBox .technicalBox .bgCircle.lightGradient.small {
  width: 62%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 211, 255, 0.1)), to(rgba(61, 165, 255, 0.1)));
  background: linear-gradient(to right, rgba(198, 211, 255, 0.1) 0%, rgba(61, 165, 255, 0.1) 100%);
  -webkit-box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.2);
          box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.2);
}
.technologyBox .technicalBox .bgCircle.lightGradient.small::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 90%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(110, 160, 208, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technologyBox .technicalBox .bgCircle.darkGradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(24, 86, 125, 0.5)), to(rgba(0, 75, 99, 0.5)));
  background: linear-gradient(to right, rgba(24, 86, 125, 0.5) 0%, rgba(0, 75, 99, 0.5) 100%);
}
.technologyBox .technicalBox .bgCircle.darkGradient.large {
  width: 70%;
  -webkit-box-shadow: 0 0 30px rgba(80, 189, 216, 0.5);
          box-shadow: 0 0 30px rgba(80, 189, 216, 0.5);
}
.technologyBox .technicalBox .bgCircle.darkGradient.small {
  width: 48%;
  background: rgba(7, 91, 121, 0.5);
}
.technologyBox .technicalBox .dotCircleBox {
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technologyBox .technicalBox .dotCircleBox {
    display: none;
  }
}
.technologyBox .technicalBox .dotCircleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 92%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #50b1d5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technologyBox .technicalBox .dotCircleBox .dot {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(6, 41, 76, 0.4);
  border: 4px solid #4c92c5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .technologyBox .technicalBox .dotCircleBox .dot {
    width: 20px;
  }
}
.technologyBox .technicalBox .dotCircleBox .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 6px;
  height: auto;
  background: #91dbf2;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .technologyBox .technicalBox .dotCircleBox .dot::before {
    width: 5px;
  }
}
.technologyBox .technicalBox .lineBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, transparent 0%, transparent 15%, transparent 26%, #000 100%);
          mask-image: radial-gradient(50% 50% at 50% 50%, transparent 0%, transparent 15%, transparent 26%, #000 100%);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .technologyBox .technicalBox .lineBox {
    display: none;
  }
}
.technologyBox .technicalBox .lineBox .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2c9aca;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technologyBox .technicalBox .centerCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 116, 165, 0.5);
  -webkit-box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.5);
          box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.5);
  padding: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technologyBox .technicalBox .centerCircle {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    aspect-ratio: auto;
    background: none;
    border-radius: 0;
    top: unset;
    left: unset;
    translate: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.technologyBox .technicalBox .centerCircle .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 1499px) {
  .technologyBox .technicalBox .centerCircle .title {
    font-size: 26px;
  }
}
@media (max-width: 1180px) {
  .technologyBox .technicalBox .centerCircle .title {
    font-size: 22px;
  }
}
.technologyBox .technicalList {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1499px) {
  .technologyBox .technicalList {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (max-width: 1180px) {
  .technologyBox .technicalList {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .technologyBox .technicalList {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .technologyBox .technicalList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px 16px;
    width: auto;
    height: auto;
    margin-top: 32px;
  }
}
.technologyBox .technicalList .technicalItem {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technologyBox .technicalList .technicalItem {
    position: relative;
    width: calc(33.3333333333% - 10.6666666667px);
    top: unset;
    left: unset;
    translate: unset;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
@media (max-width: 400px) {
  .technologyBox .technicalList .technicalItem {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1181px) {
  .technologyBox .technicalList .technicalItem:hover {
    z-index: 1;
  }
  .technologyBox .technicalList .technicalItem:hover .imgBox {
    --circleGradient-1: #fff;
    --circleGradient-2: #d6d6d6;
  }
  .technologyBox .technicalList .technicalItem:hover .imgBox::before {
    background-color: #004960;
  }
  .technologyBox .technicalList .technicalItem:hover .imgBox::after {
    opacity: 1;
    scale: 1.1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .technologyBox .technicalList .technicalItem:hover .imgBox .Img img {
    -webkit-filter: drop-shadow(0 65px 0 #004960);
            filter: drop-shadow(0 65px 0 #004960);
    translate: 0 -100%;
  }
}
@media (min-width: 1181px) and (max-width: 1499px) {
  .technologyBox .technicalList .technicalItem:hover .imgBox .Img img {
    -webkit-filter: drop-shadow(0 55px 0 #004960);
            filter: drop-shadow(0 55px 0 #004960);
  }
}
@media (min-width: 1181px) {
  .technologyBox .technicalList .technicalItem:hover .hover {
    display: block;
    opacity: 1;
    translate: 0 0;
  }
  @starting-style {
    .technologyBox .technicalList .technicalItem:hover .hover {
      opacity: 0;
      translate: -20px 0;
    }
  }
}
.technologyBox .technicalList .item {
  position: relative;
}
.technologyBox .technicalList .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--circleGradient-1)), to(var(--circleGradient-2)));
  background: linear-gradient(to right, var(--circleGradient-1) 0%, var(--circleGradient-2) 100%);
  border: 2px solid #afbcd2;
  padding: 32px;
  transition: --cicrclleGradient-1 0.5s ease-in-out, --circleGradient-2 0.5s ease-in-out;
}
@media (max-width: 1499px) {
  .technologyBox .technicalList .imgBox {
    width: 120px;
  }
}
@media (max-width: 1180px) {
  .technologyBox .technicalList .imgBox {
    width: 110px;
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .technologyBox .technicalList .imgBox {
    width: 100%;
    max-width: 132px;
    padding: 32px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .technologyBox .technicalList .imgBox {
    padding: 26px;
  }
}
.technologyBox .technicalList .imgBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 88%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  -webkit-mask-image: url("../images/deco/dashed.png");
          mask-image: url("../images/deco/dashed.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.technologyBox .technicalList .imgBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
}
.technologyBox .technicalList .imgBox .Img {
  width: 100%;
  max-width: 64px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .technologyBox .technicalList .imgBox .Img {
    width: 100%;
    max-width: 64px;
  }
}
.technologyBox .technicalList .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
  will-change: translate filter;
}
.technologyBox .technicalList .imgBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.technologyBox .technicalList .Txt {
  position: relative;
  margin-top: 10px;
}
.technologyBox .technicalList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 1180px) {
  .technologyBox .technicalList .Txt .title {
    font-size: 16px;
  }
}
.technologyBox .technicalList .hover {
  display: none;
  opacity: 0;
  translate: -20px 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80%;
  left: 50%;
  transition-behavior: allow-discrete;
  z-index: 1;
}
@media (max-width: 1699px) {
  .technologyBox .technicalList .hover {
    left: 0;
  }
}
@media (max-width: 1499px) {
  .technologyBox .technicalList .hover {
    left: -25%;
  }
}
.technologyBox .technicalList .hover .innerBox {
  position: relative;
  width: 250px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 24px;
}
@media (max-width: 1899px) {
  .technologyBox .technicalList .hover .innerBox {
    width: 220px;
    padding: 16px 16px 20px;
  }
}
.technologyBox .technicalList .hover .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1499px) {
  .technologyBox .technicalList .hover .title {
    font-size: 20px;
  }
}
.technologyBox .technicalList .hover .textEditorBox {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ced4dd;
}
@media (max-width: 1499px) {
  .technologyBox .technicalList .hover .textEditorBox {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.customArea {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 1180px) {
  .customArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .customArea {
    padding: 80px 0 40px;
  }
}

.processArea {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .processArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .processArea {
    padding: 80px 0;
  }
}
.processArea .titleBox {
  margin-bottom: 0;
}
.processArea .titleBox .line {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.processArea .processBox {
  position: relative;
  margin-top: 72px;
}
@media (max-width: 1180px) {
  .processArea .processBox {
    margin-top: 54px;
  }
}
@media (max-width: 575px) {
  .processArea .processBox {
    margin-top: 42px;
  }
}
.processArea .processList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 42px;
}
@media (max-width: 1499px) {
  .processArea .processList {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (max-width: 1366px) {
  .processArea .processList {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 850px) {
  .processArea .processList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .processArea .processList {
    row-gap: 32px;
  }
}
.processArea .processList .processItem {
  position: relative;
  width: calc(25% - 31.5px);
}
@media (max-width: 1499px) {
  .processArea .processList .processItem {
    width: calc(25% - 27px);
  }
}
@media (max-width: 1366px) {
  .processArea .processList .processItem {
    width: calc(25% - 18px);
  }
}
@media (max-width: 1180px) {
  .processArea .processList .processItem {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 850px) {
  .processArea .processList .processItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .processArea .processList .processItem {
    width: 100%;
  }
}
.processArea .processList .item {
  position: relative;
  height: 100%;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 40px 36px;
}
@media (max-width: 1499px) {
  .processArea .processList .item {
    padding: 36px 32px 30px;
  }
}
@media (max-width: 1366px) {
  .processArea .processList .item {
    padding: 30px 24px 32px;
  }
}
@media (max-width: 575px) {
  .processArea .processList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 20px 24px 20px 30px;
  }
}
@media (max-width: 480px) {
  .processArea .processList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.processArea .processList .imgBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.processArea .processList .imgBox .num {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #1f84a3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: -50% -50%;
  z-index: 1;
}
@media (max-width: 575px) {
  .processArea .processList .imgBox .num {
    width: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}
.processArea .processList .imgBox .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f2f7fd;
  border: 1px solid #ced4dd;
}
@media (max-width: 1366px) {
  .processArea .processList .imgBox .Img {
    width: 124px;
  }
}
@media (max-width: 575px) {
  .processArea .processList .imgBox .Img {
    width: 110px;
  }
}
.processArea .processList .imgBox .Img svg {
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #004960;
}
.processArea .processList .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 54px;
}
@media (max-width: 1366px) {
  .processArea .processList .imgBox .Img img {
    max-width: 48px;
  }
}
@media (max-width: 575px) {
  .processArea .processList .imgBox .Img img {
    max-width: 42px;
  }
}
.processArea .processList .Txt {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .processArea .processList .Txt {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .processArea .processList .Txt {
    margin-top: 0;
  }
}
.processArea .processList .Txt .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000;
}
@media (max-width: 1366px) {
  .processArea .processList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .processArea .processList .Txt .title {
    font-size: 20px;
  }
}
.processArea .processList .Txt .text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: #444444;
  margin-top: 8px;
}
@media (max-width: 1366px) {
  .processArea .processList .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .processArea .processList .Txt .text {
    font-size: 15px;
  }
}

.sectionLine {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ced4dd;
}

.certificatesArea {
  position: relative;
  padding: 90px 0 130px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .certificatesArea {
    padding: 60px 0 100px;
  }
}
.certificatesArea .titleBox {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .certificatesArea .titleBox {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .certificatesArea .titleBox {
    margin-bottom: 32px;
  }
}
.certificatesArea .certificatesBox {
  position: relative;
}
.certificatesArea .certificatesBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .certificatesArea .certificatesBox .controlBox {
    position: relative;
    margin-top: 48px;
  }
}
.certificatesArea .certificatesBox .controlBox .arrowBox {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .certificatesArea .certificatesBox .controlBox .arrowBox {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificatesArea .certificatesBox .controlBox .arrowBox .arrow {
  pointer-events: auto;
}
.certificatesArea .certificatesList {
  padding: 0 130px;
}
@media (max-width: 1699px) {
  .certificatesArea .certificatesList {
    padding: 0 100px;
  }
}
@media (max-width: 1180px) {
  .certificatesArea .certificatesList {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .certificatesArea .certificatesList {
    padding: 0 70px;
  }
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList {
    padding: 0 20%;
  }
}
@media (max-width: 575px) {
  .certificatesArea .certificatesList {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .certificatesArea .certificatesList {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .certificatesArea .certificatesList {
    padding: 0;
  }
}
.certificatesArea .certificatesList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificatesArea .certificatesList:not(.slick-slider) .certificatesItem {
  position: relative;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .certificatesArea .certificatesList:not(.slick-slider) .certificatesItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .certificatesArea .certificatesList:not(.slick-slider) .certificatesItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList:not(.slick-slider) .certificatesItem {
    width: 100%;
  }
}
.certificatesArea .certificatesList .slick-list {
  overflow: visible;
}
.certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
  translate: -60% 0;
}
@media (max-width: 1699px) {
  .certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
    translate: -40% 0;
  }
}
@media (max-width: 1499px) {
  .certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
    translate: -30% 0;
  }
}
@media (max-width: 1280px) {
  .certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
    translate: -35% 0;
  }
}
@media (max-width: 1180px) {
  .certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
    translate: -25% 0;
  }
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList .slick-slide.prevSlide .certificatesItem {
    translate: 0 0;
  }
}
.certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
  translate: 60% 0;
}
@media (max-width: 1699px) {
  .certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
    translate: 40% 0;
  }
}
@media (max-width: 1499px) {
  .certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
    translate: 30% 0;
  }
}
@media (max-width: 1280px) {
  .certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
    translate: 35% 0;
  }
}
@media (max-width: 1180px) {
  .certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
    translate: 25% 0;
  }
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList .slick-slide.nextSlide .certificatesItem {
    translate: 0 0;
  }
}
.certificatesArea .certificatesList .certificatesItem {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .certificatesArea .certificatesList .certificatesItem {
    padding: 0 16px;
  }
}
.certificatesArea .certificatesList .item {
  position: relative;
}
.certificatesArea .certificatesList .imgBox {
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
}
@media (max-width: 1180px) {
  .certificatesArea .certificatesList .imgBox {
    padding: 30px;
  }
}
@media (min-width: 1181px) {
  .certificatesArea .certificatesList .imgBox:has(a):hover {
    background-color: #1f84a3;
  }
}
.certificatesArea .certificatesList .Img {
  border: 1px solid #e6e6e6;
}
.certificatesArea .certificatesList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.certificatesArea .certificatesList .Txt {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList .Txt {
    margin-top: 20px;
  }
}
.certificatesArea .certificatesList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList .Txt .title {
    font-size: 18px;
  }
}
.certificatesArea .certificatesList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .certificatesArea .certificatesList .Txt .title a:hover {
    color: #1f84a3;
  }
}
.certificatesArea .certificatesList .Txt .textEditor {
  margin-top: 6px;
}
.certificatesArea .certificatesList .Txt .textEditor .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.certificatesArea .certificatesList .Txt .textEditor .textBox .text {
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #444444;
}
@media (max-width: 768px) {
  .certificatesArea .certificatesList .Txt .textEditor .textBox .text {
    font-size: 14px;
  }
}
.certificatesArea .certificatesList .Txt .textEditor .textBox .text + .text {
  padding-left: 10px;
}
.certificatesArea .certificatesList .Txt .textEditor .textBox .text + .text::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background: #ced4dd;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}

.cameraArea {
  position: relative;
  padding: 165px 0 200px;
  overflow-x: clip;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .cameraArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .cameraArea {
    padding: 80px 0;
  }
}
.cameraArea .titleBox {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cameraArea .titleBox {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .cameraArea .titleBox {
    margin-bottom: 32px;
  }
}
.cameraArea .cameraBox {
  position: relative;
}
.cameraArea .cameraBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cameraArea .cameraBox .controlBox {
    position: relative;
    margin-top: 48px;
  }
}
.cameraArea .cameraBox .controlBox .arrowBox {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .cameraArea .cameraBox .controlBox .arrowBox {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cameraArea .cameraBox .controlBox .arrowBox .arrow {
  pointer-events: auto;
}
.cameraArea .cameraList {
  padding: 0 100px;
}
@media (max-width: 1180px) {
  .cameraArea .cameraList {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .cameraArea .cameraList {
    padding: 0 70px;
  }
}
@media (max-width: 768px) {
  .cameraArea .cameraList {
    padding: 0 20%;
  }
}
@media (max-width: 575px) {
  .cameraArea .cameraList {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .cameraArea .cameraList {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .cameraArea .cameraList {
    padding: 0;
  }
}
.cameraArea .cameraList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cameraArea .cameraList:not(.slick-slider) .certificatesItem {
  position: relative;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .cameraArea .cameraList:not(.slick-slider) .certificatesItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .cameraArea .cameraList:not(.slick-slider) .certificatesItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cameraArea .cameraList:not(.slick-slider) .certificatesItem {
    width: 100%;
  }
}
.cameraArea .cameraList .slick-list {
  overflow: visible;
}
.cameraArea .cameraList .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cameraArea .cameraList .slick-slide {
  border-left: 1px solid #e7e7e8;
}
.cameraArea .cameraList .slick-slide.prevSlide {
  border-left: 0;
}
.cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
  translate: -50% 0;
}
@media (max-width: 1699px) {
  .cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
    translate: -40% 0;
  }
}
@media (max-width: 1599px) {
  .cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
    translate: -30% 0;
  }
}
@media (max-width: 1280px) {
  .cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
    translate: -35% 0;
  }
}
@media (max-width: 1180px) {
  .cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
    translate: -25% 0;
  }
}
@media (max-width: 768px) {
  .cameraArea .cameraList .slick-slide.prevSlide .cameraItem {
    translate: 0 0;
  }
}
.cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
  translate: 50% 0;
}
@media (max-width: 1699px) {
  .cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
    translate: 40% 0;
  }
}
@media (max-width: 1499px) {
  .cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
    translate: 30% 0;
  }
}
@media (max-width: 1280px) {
  .cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
    translate: 35% 0;
  }
}
@media (max-width: 1180px) {
  .cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
    translate: 25% 0;
  }
}
@media (max-width: 768px) {
  .cameraArea .cameraList .slick-slide.nextSlide .cameraItem {
    translate: 0 0;
  }
}
.cameraArea .cameraList .cameraItem {
  position: relative;
  padding: 0 12px;
}
.cameraArea .cameraList .item {
  position: relative;
  border-radius: 30px;
  overflow: clip;
}
@media (min-width: 1181px) {
  .cameraArea .cameraList .item:has(a):hover {
    background-color: #fff;
  }
}
.cameraArea .cameraList .Img a {
  display: block;
}
.cameraArea .cameraList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*# sourceMappingURL=technology.css.map */