.sub_vis {
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 220px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.sub_vis > .txt_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 27px;
}
.sub_vis > .txt_box > h2 {
  font-size: 60px;
  font-family: "Book Antiqua";
}
@media (max-width: 1024px) {
  .sub_vis > .txt_box > h2 {
    font-size: 24px;
  }
}
.sub_vis > .txt_box > p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_vis > .txt_box > p {
    font-size: 14px;
  }
}

.min_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.min_con > .min_wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.min_con > .min_wrap > .min_1 {
  width: 100%;
  background-image: url(../img/min_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 580px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_1 {
    height: 300px;
  }
}
.min_con > .min_wrap > .min_1 > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.min_con > .min_wrap > .min_1 > .word > .word_box {
  padding: 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  text-align: end;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_1 > .word > .word_box {
    padding: 20px;
    gap: 15px;
  }
}
.min_con > .min_wrap > .min_1 > .word > .word_box > h2 {
  font-size: 58px;
  font-family: "Book Antiqua";
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_1 > .word > .word_box > h2 {
    font-size: 23px;
  }
}
.min_con > .min_wrap > .min_1 > .word > .word_box > p {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_1 > .word > .word_box > p {
    font-size: 14px;
  }
}
.min_con > .min_wrap > .min_2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 78px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_2 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_2 > .left > img {
    width: 100%;
  }
}
.min_con > .min_wrap > .min_2 > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_2 > .right {
    padding: 20px;
  }
}
.min_con > .min_wrap > .min_2 > .right > h2 {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_2 > .right > h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.min_con > .min_wrap > .min_2 > .right > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .min_con > .min_wrap > .min_2 > .right > p {
    font-size: 14px;
  }
}

.surf_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 0.5px solid #D6D6D6;
}
@media (max-width: 1024px) {
  .surf_1 {
    border: 0;
  }
}
.surf_1 > .surf_con_1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 {
    gap: 40px;
    flex-direction: column;
  }
}
.surf_1 > .surf_con_1 > .left {
  height: 678px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .left {
    height: auto;
  }
}
.surf_1 > .surf_con_1 > .left > img {
  width: 100%;
  max-width: 953px;
  height: 678px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .left > img {
    height: auto;
  }
}
.surf_1 > .surf_con_1 > .right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right {
    padding: 20px;
  }
}
.surf_1 > .surf_con_1 > .right > h2 {
  font-family: "Book Antiqua";
  font-weight: Italic;
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > h2 {
    font-size: 35px;
  }
}
.surf_1 > .surf_con_1 > .right > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > h3 {
    font-size: 16px;
  }
}
.surf_1 > .surf_con_1 > .right > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > p {
    font-size: 14px;
  }
}
.surf_1 > .surf_con_1 > .right > .img_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > .img_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .surf_1 > .surf_con_1 > .right > .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.surf_1 > .surf_con_1 > .right > .img_box > .box {
  width: 155px;
  height: 177px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #F5F5F5;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > .img_box > .box {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.surf_1 > .surf_con_1 > .right > .img_box > .box > img {
  height: 77px;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > .img_box > .box > img {
    width: 100%;
  }
}
.surf_1 > .surf_con_1 > .right > .img_box > .box > h2 {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .surf_1 > .surf_con_1 > .right > .img_box > .box > h2 {
    font-size: 13px;
  }
}

.surf_2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 150px;
  border-bottom: 0.5px solid #C8C8C8;
}
@media (max-width: 1024px) {
  .surf_2 {
    margin-bottom: 60px;
    border: 0;
  }
}
.surf_2 > .surf_2_con_1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  height: 400px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.surf_2 > .surf_2_con_1 > .left {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left > .box {
    display: none;
  }
}
.surf_2 > .surf_2_con_1 > .left > .word_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid #C8C8C8;
  height: 400px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left > .word_box {
    height: auto;
    padding: 20px;
    border: 0;
  }
}
.surf_2 > .surf_2_con_1 > .left > .word_box > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left > .word_box > h2 {
    font-size: 16px;
  }
}
.surf_2 > .surf_2_con_1 > .left > .word_box > h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left > .word_box > h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.surf_2 > .surf_2_con_1 > .left > .word_box > p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_1 > .left > .word_box > p {
    font-size: 16px;
  }
}
.surf_2 > .surf_2_con_1 > .right > img {
  width: 100%;
  max-width: 960px;
  height: 400px;
}
.surf_2 > .surf_2_con_2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  height: 400px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.surf_2 > .surf_2_con_2 > .left > img {
  width: 100%;
  max-width: 960px;
  height: 400px;
}
.surf_2 > .surf_2_con_2 > .right {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 > .right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.surf_2 > .surf_2_con_2 > .right > .word_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  border-right: 0.5px solid #C8C8C8;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 > .right > .word_box {
    height: auto;
    padding: 20px;
    border: 0;
  }
}
.surf_2 > .surf_2_con_2 > .right > .word_box > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 > .right > .word_box > h2 {
    font-size: 16px;
  }
}
.surf_2 > .surf_2_con_2 > .right > .word_box > h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 > .right > .word_box > h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.surf_2 > .surf_2_con_2 > .right > .word_box > p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .surf_2 > .surf_2_con_2 > .right > .word_box > p {
    font-size: 16px;
  }
}

.prod {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prod > .tit_box {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .prod > .tit_box {
    margin-bottom: 30px;
  }
}
.prod > .tit_box > h2 {
  font-family: "Book Antiqua";
  font-size: 60px;
}
@media (max-width: 1024px) {
  .prod > .tit_box > h2 {
    font-size: 30px;
  }
}
.prod > .pro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #F3FBFF;
}
@media (max-width: 1024px) {
  .prod > .pro {
    padding: 40px 20px;
  }
}
.prod > .pro > .tit_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .prod > .pro > .tit_box {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.prod > .pro > .tit_box > h2 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .prod > .pro > .tit_box > h2 {
    font-size: 19px;
  }
}
.prod > .pro > .tit_box > p {
  width: 40px;
  height: 3px;
  background-color: #BEBEBE;
}
.prod > .pro > .cate {
  width: 100%;
  max-width: 930px;
  height: 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 500px;
  background-color: #EFEFEF;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .prod > .pro > .cate {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.prod > .pro > .cate > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prod > .pro > .cate > .box > h2 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .prod > .pro > .cate > .box > h2 {
    font-size: 14px;
  }
}
.prod > .pro > .cate > .active {
  border-radius: 500px;
  background-color: #0C587A;
}
.prod > .pro > .cate > .active > h2 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .prod > .pro > .cate > .active > h2 {
    font-size: 16px;
  }
}
.prod > .pro > .pro_box {
  width: 100%;
  max-width: 1520px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .prod > .pro > .pro_box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    gap: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .prod > .pro > .pro_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prod > .pro > .pro_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .prod > .pro > .pro_box > .box > .img_box > img {
    width: 100%;
  }
}
.prod > .pro > .pro_box > .box > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.prod > .pro > .pro_box > .box > .tit > h2 {
  font-size: 19px;
  font-weight: 500;
}
.prod > .pro > .page-nation{
  margin-top: 100px;
}
.prod > .pro > .page-nation > .ajax-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.prod > .pro > .page-nation > .ajax-pagination span{
  font-weight: 700;
}

.engin_1 {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(../img/engin_1_back.png);
}
@media (max-width: 1024px) {
  .engin_1 {
    height: auto;
    padding: 20px;
  }
}
.engin_1 > .engin_1_box {
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .engin_1 > .engin_1_box {
    flex-direction: column;
    position: relative;
    align-items: center;
    top: auto;
    left: auto;
    transform: translateX(0%);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .engin_1 > .engin_1_box > .left > img {
    width: 100%;
  }
}
.engin_1 > .engin_1_box > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.engin_1 > .engin_1_box > .right > h2 {
  font-family: "Book Antiqua";
  font-weight: Italic;
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .engin_1 > .engin_1_box > .right > h2 {
    font-size: 24px;
  }
}
.engin_1 > .engin_1_box > .right > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .engin_1 > .engin_1_box > .right > h3 {
    font-size: 16px;
  }
}
.engin_1 > .engin_1_box > .right > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .engin_1 > .engin_1_box > .right > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.engin_2 {
  width: 100%;
  height: 1130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/engin_2_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -13%;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .engin_2 {
    padding-top: 0;
    top: auto;
    height: auto;
    padding: 20px;
    margin-bottom: 60px;
  }
}
.engin_2 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .engin_2 > .tit {
    margin-bottom: 30px;
  }
}
.engin_2 > .tit > h2 {
  font-family: "Book Antiqua";
  font-size: 60px;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .engin_2 > .tit > h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.engin_2 > .tit > p {
  width: 36px;
  height: 3px;
  background-color: white;
}
.engin_2 > .img_box {
  width: 100%;
  max-width: 1520px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .engin_2 > .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.engin_2 > .img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.engin_2 > .img_box > .box > .top > img {
  width: 100%;
}
.engin_2 > .img_box > .box > .bot {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background-color: white;
  text-align: center;
}
@media (max-width: 1024px) {
  .engin_2 > .img_box > .box > .bot {
    gap: 15px;
    padding: 0 10px;
  }
}
.engin_2 > .img_box > .box > .bot > h2 {
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .engin_2 > .img_box > .box > .bot > h2 {
    font-size: 15px;
  }
}
.engin_2 > .img_box > .box > .bot > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .engin_2 > .img_box > .box > .bot > p {
    font-size: 12px;
  }
}

.cont_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .cont_1 {
    margin-bottom: 30px;
  }
}
.cont_1 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .cont_1 > .tit {
    margin-bottom: 30px;
  }
}
.cont_1 > .tit > h2 {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .cont_1 > .tit > h2 {
    font-size: 24px;
  }
}
.cont_1 > .tit > p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cont_1 > .tit > p {
    font-size: 14px;
  }
}
.cont_1 > .location {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 605px;
}
@media (max-width: 1024px) {
  .cont_1 > .location {
    height: auto;
    flex-direction: column;
  }
}
.cont_1 > .location > .left {
  width: 100%;
  max-width: 770px;
  height: 100%;
  background-color: #0C587A;
}
.cont_1 > .location > .right {
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
}
.cont_1 > .location > .map_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1520px;
  height: 477px;
}
@media (max-width: 1024px) {
  .cont_1 > .location > .map_box {
    position: relative;
    height: auto;
    flex-direction: column;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    gap: 30px;
  }
}
.cont_1 > .location > .map_box > .map {
  width: 100%;
  max-width: 760px;
  height: 100%;
}
@media (max-width: 1024px) {
  .cont_1 > .location > .map_box > .map {
    height: 300px;
  }
}
.cont_1 > .location > .map_box > .map > iframe {
  width: 100%;
  height: 100%;
}
.cont_1 > .location > .map_box > .info {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1024px) {
  .cont_1 > .location > .map_box > .info {
    padding: 0 20px;
  }
}
.cont_1 > .location > .map_box > .info > h2 {
  font-size: 95px;
  font-family: "Book Antiqua";
  width: 100%;
  border-bottom: 0.5px solid rgba(161, 161, 161, 0.5764705882);
  padding-bottom: 15px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .cont_1 > .location > .map_box > .info > h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.cont_1 > .location > .map_box > .info > .word {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.cont_1 > .location > .map_box > .info > .word > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cont_1 > .location > .map_box > .info > .word > h2 {
    font-size: 14px;
  }
}
.cont_1 > .location > .map_box > .info > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 415px;
  height: 67px;
  background-color: #0C4A65;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 45px;
  color: white;
}/*# sourceMappingURL=sub.css.map */