@media (max-width: 1560px) {
  .section_new .right .wrap,
  .section_new .left h3 img{
    display: none;
  }
  .section_new .right .mo_img{
    visibility: visible;
  }
  .section_new .right {
    margin-top: unset;
    margin-left: unset;
    position: unset;
  }
  .section_new{
    justify-content: space-between;
    align-items: center;
    padding:0 5%;
    gap: 40px;
    height: unset;
  }
  .section_new .right .mo_img{
    width: 100%;
  }
  .section_new .left .left-wrap{
    width: unset;
    margin-bottom: 40px;
  }
  .section_new .left{
    margin-top: 40px;
  }
}
@media (max-width: 1300px) {
  .contact-section01 .content-wrap{
    width: 100%;
    padding: 0 10%;
    display: flex;
    gap: 60px;
  }
  .contact-section01 .content-wrap > .right form {
    display:flex;
    flex-direction: column;
    grid-template-columns:unset;
    gap: 12px;
  }
  .contact-section01 .content-wrap > .left{
    margin: unset;
    width: 40%;
  }
  .contact-section01 .content-wrap > .right{
    width: 60%;
  }
  .contact-section01 .content-wrap > .right form div textarea,
  .contact-section01 .content-wrap > .right form div input{
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .about-section02 .content-wrap {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 0 2%;
  }
}
@media (max-width: 1000px) {
  .about-section02 .content-wrap .content h3 {
    font-size: 21px;
    margin-bottom: 12px;
    text-align: center;
  }
  .about-section02 .content-wrap .content p {
    font-size: 16px;
  }
  .about-section02 .content-wrap .content p br{
    display: none;
  }
}
@media (max-width: 900px) {
  body.open {
    overflow: hidden;
  }
  header {
    height: 60px;
  }
  header .header {
    width: 80%;
    height: 60px;
    position: relative;
    justify-content: space-between;
  }
  header .header .left a img {
    width: 65%;
  }
  header .header .right {
    display: none;
  }
  header .header .open-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 24px;
    height: 30px;
  }
  header .header .open-btn span {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    background: #333333;
    transition: all 0.3s;
  }
  header .header .open-btn span:nth-child(2) {
    margin: 4px 0;
  }
  header .header .open-btn.open span:nth-child(1) {
    top: 3px;
    transform: rotate(45deg);
  }
  header .header .open-btn.open span:nth-child(2) {
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
  header .header .open-btn.open span:nth-child(3) {
    top: -3px;
    transform: rotate(-45deg);
  }
  header .header .open-menu {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    left: 0;
    right: 0;
    top: 230px;
  }
  header .header .open-menu > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 30px;
  }
  header .header .open-menu > ul > li {
    margin-bottom: 24px;
  }
  header .header .open-menu > ul > li > a {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
  }
  header .header .open-menu > ul .lang {
    display: flex;
    gap: 6px;
    margin-bottom: 0;
    margin-top: 24px;
  }
  header .header .open-menu.open {
    visibility: visible;
    opacity: 1;
  }
  .header_m-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 60px;
  }
  .header_m-bg.open {
    visibility: visible;
    opacity: 1;
  }
  .section01 {
    width: 100%;
    height: 300px;
  }
  .section01 .mySwiper {
    height: 300px;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-align: center;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    display: block;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 26px;
    transition: all 0.3s;
  }
  .section02 {
    width: 100%;
    padding: 40px 0;
    background: #F7F7F7;
  }
  .section02 .top {
    width: 80%;
    margin: auto;
    margin-bottom: 24px;
  }
  .section02 .top h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #151515;
    text-align: center;
  }
  .section02 .bottom {
    width: 80%;
    margin: auto;
  }
  .section02 .bottom .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 24px;
    gap: 24px;
  }
  .section02 .bottom .content-wrap .content {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section02 .bottom .content-wrap .content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3F3F3F;
    margin-bottom: 12px;
  }
  .section02 .bottom .content-wrap .content img {
    width: 70%;
  }
  .section02 .bottom .content-wrap span {
    display: none;
  }
  .section02 .bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3F3F3F;
  }
  .section03 {
    width: 100%;
    padding: 40px 0;
  }
  .section03 .content-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .section03 .content-wrap .left {
    margin-right: 0;
  }
  .section03 .content-wrap .left .top h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
  }
  .section03 .content-wrap .left .middle {
    margin-bottom: 12px;
  }
  .section03 .content-wrap .left .middle p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8E8E8E;
  }
  .section03 .content-wrap .left .bottom {
    margin-bottom: 24px;
  }
  .section03 .content-wrap .right img {
    width: 100%;
  }
  .section04 {
    width: 100%;
    height: unset;
    background: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section04 .content-wrap {
    width: 80%;
    margin: auto;
  }
  .section04 .content-wrap > h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    text-align: left;
    margin-left: 0;
  }
  .section04 .content-wrap .bg {
    display: none;
  }
  .section04 .content-wrap .mySwiper02 {
    width: 100%;
    height: 300px;
    padding-top: 24px;
  }
  .section04 .content-wrap .mySwiper02 .swiper-wrapper {
    margin-left: 0;
  }
  .section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 32px;
    filter: unset;
    height: unset;
    opacity: 1;
    transition: all 0.3s;
  }
  .section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide .text-wrap h3 {
    font-size: 30px;
  }
  .section04 .content-wrap .mySwiper02 .swiper-button-next,
.section04 .content-wrap .mySwiper02 .swiper-button-prev {
    display: none;
  }
  .section05 {
    width: 100%;
    padding: 40px 10%;
  }
  .section05 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #EEEEEE;
    text-align: center;
    margin-bottom: 24px;
  }
  .section05 img {
    width: 100%;
    margin-bottom: 24px;
  }
  .section05 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #EEEEEE;
  }
  .section06 .content-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .section06 .content-wrap .content {
    height: 150px;
    padding: 0 10%;
  }
  .section06 .content-wrap .content h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .section07 {
    width: 100%;
    background: #F7F7F7;
    padding: 40px 0;
  }
  .section07 .content-wrap {
    width: 80%;
    margin: auto;
  }
  .section07 .content-wrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    margin-bottom: 24px;
  }
  .section07 .content-wrap .content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .section07 .content-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3F3F3F;
  }
  .section08 {
    width: 100%;
    padding: 40px 0;
  }
  .section08 .content-wrap {
    width: 80%;
    margin: auto;
  }
  .section08 .content-wrap > h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    margin-bottom: 24px;
    text-align: center;
  }
  .section08 .content-wrap .content-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
  .section08 .content-wrap .content-box .left {
    display: flex;
    position: relative;
    z-index: 5;
    flex-direction: column;
  }
  .section08 .content-wrap .content-box .left .text .line {
    justify-content: center;
  }
  .section08 .content-wrap .content-box .left .text .line svg {
    display: none;
  }
  .section08 .content-wrap .content-box .left .text .line p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #686868;
    white-space: unset;
    margin-right: 0;
  }
  .section08 .content-wrap .content-box .left .line-text {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin: 24px 0;
  }
  .section08 .content-wrap .content-box .left img {
    width: 70%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .section08 .content-wrap .content-box .right {
    display: flex;
    position: relative;
    z-index: 5;
    flex-direction: column-reverse;
  }
  .section08 .content-wrap .content-box .right .text .line {
    justify-content: center;
  }
  .section08 .content-wrap .content-box .right .text .line svg {
    display: none;
  }
  .section08 .content-wrap .content-box .right .text .line p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #686868;
    white-space: unset;
    margin-left: 0;
  }
  .section08 .content-wrap .content-box .right .line-text {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin: 24px 0;
  }
  .section08 .content-wrap .content-box .right img {
    width: 70%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .section08 .content-wrap a {
    width: unset;
    height: 45px;
    margin-top: 30px;
  }
  .footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 40px 0;
    flex-direction: column;
  }
  .footer .footer-wrap .right {
    display: none;
  }
  .footer .footer-wrap .left .top {
    margin-bottom: 12px;
  }
  .footer .footer-wrap .left .middle {
    display: flex;
    flex-wrap: unset;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 6px;
    gap: 6px;
  }
  .footer .footer-wrap .left .middle span {
    display: none;
  }
  .footer .footer-wrap .left .middle div h3 {
    font-size: 12px;
    line-height: 15px;
  }
  .footer .footer-wrap .left .middle div p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer .footer-wrap .left .middle div a {
    font-size: 12px;
    line-height: 15px;
  }
  .footer .footer-wrap .left .bottom {
    margin-top: 24px;
  }
  .footer .footer-wrap .left .bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-wrap .left .bottom ul li {
    margin-right: 0;
  }
  .footer > .bottom {
    width: 100%;
    padding: 20px 0;
    background: #ADADAD;
  }
  .footer > .bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 10%;
    text-align: center;
  }
  .top-btn {
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: 30px;
  }
  .about-banner {
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .about-banner h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 10%;
  }
  .about-banner span {
    width: 20%;
  }
  .about-section01 {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-section01 .content-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .section_new .right{
    display: none;
  }
  .section_new .left {
    margin-top: 40px;
    width: 100%;
  }
  .technology-banner{
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .technology-section01 {
    width: 100%;
    height: 130px;
  }
  .technology-section01 h3 {
    font-size: 51px;
    line-height: 61px;
  }
  .technology-section02 > h3 {
    margin-bottom: 50px;
  }
  .technology-section02 .content-wrap .right > img,
  .technology-section02 .content-wrap .left > img{
    display: none;
  }
  .technology-section02 .content-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0 2%;
  }
  .technology-section02 .content-wrap .left,
  .technology-section02 .content-wrap .right{
    justify-content: center;
  }
  .technology-section02 .content-wrap .right .box img,
  .technology-section02 .content-wrap .left .box img{
    margin: unset;
  }
  .technology-section02 .content-wrap .right .box,
  .technology-section02 .content-wrap .left .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .technology-section02 .content-wrap .left .box p,
  .technology-section02 .content-wrap .right .box p{
    font-size: 20px;
  }
  .technology-section03 .content-wrap .right{
    gap: 24px;
  }
  .technology-section03 .content-wrap {
    width:100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  .technology-section04 .content-wrap {
    width: 100%;
    gap: 12px;
    padding: 0 2%;
  }
  .product-mini-section01{
    padding: 0 5%;
  }
  .product-mini-section01 img{
    width: 100%;
  }
  .news-section .content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .section_new .left h3 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: center;
  }
  .section_new .left .left-wrap .cont h4 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 12px;
    text-align: center;
  }
  .section_new .left .left-wrap .cont {
    margin-bottom: 20px;
  }
  .section_new .left .left-wrap {
    padding: 24px;
}
  .section_new .left .left-wrap .cont p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
.section_new .left .left-wrap .cont p br{
  display: none;
  }
  .about-section01 .content-wrap .right h3,
  .about-section02 > h3,
  .about-section03 > h3{
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 29px;
  }
  .about-section01 .content-wrap .right p br{
    display: none;
  }
  .about-section01 .content-wrap .right p {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
  }
  .location-section01 .content-wrap .left iframe {
    height: 300px;
  }
  .about-banner h3{
    text-align: center;
  }
  .about-section02 .content-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .about-section03 .content-wrap {
    width:100%;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .technology-section01 h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .technology-section01 {
    width: 100%;
    height: 50px;
  }
  .technology-section02 > h3 {
    font-size: 26px;
  }
  .technology-section02 .content-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 5%;
  }
  .technology-section02 .content-wrap .right .box img, .technology-section02 .content-wrap .left .box img{
    width: 50%;
  }
  .technology-section02 .content-wrap .left .box h3,
  .technology-section02 .content-wrap .right .box h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .technology-section02 .content-wrap .left .box h3 br,
  .technology-section02 .content-wrap .right .box h3 br{
    display: none;
  }
  .technology-section02 .content-wrap .left .box p,
  .technology-section02 .content-wrap .right .box p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 12px;
  }
  .technology-section02 .content-wrap .left .box p br,
  .technology-section02 .content-wrap .right .box p br{
    display: none;
  }
  .technology-section02 .content-wrap .right .box, .technology-section02 .content-wrap .left .box{
    padding:5%;
  }
  .technology-section02 .content-wrap .left .box span,
  .technology-section02 .content-wrap .right .box span{
    font-size: 22px;
    width: 180px;
    height: 40px;
  }
  .technology-section03 .content-wrap .left {
    gap: 12px;
    padding: 0 5%;
  }
  .technology-section03 > h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    color: #151515;
    text-align: center;
    margin-bottom: 20px;
  }
  .technology-section03 .content-wrap .right{
    gap: 12px;
    padding: 0 5%;
  }
  .technology-section03 .content-wrap .right .content p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .technology-section03 .content-wrap .right .content p br{
    display: none;
  }
  .technology-section03 > p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 5%;
  }
  .technology-section03 {
    margin-bottom: 30px;
  }
  .technology-section04 > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .technology-section04 .content-wrap {
    width:100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .news-section .content-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .contact-section01 .content-wrap{
    flex-direction: column;
    gap: 20px;
  }
  .contact-section01 .content-wrap > .right{
    width: 100%;
  }
  .contact-section01 .content-wrap > .left{
    width: 100%;
  }
  .contact-section01 .content-wrap > .left > h3 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: center;
  }
  .contact-section01 .content-wrap > .left > p {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-section01 .content-wrap > .left .text-wrap > div{
    align-items: flex-start;
  }
  .contact-section01 .content-wrap > .left .text-wrap > div.middle{
    flex-direction: column;
    gap: 12px;
  }
  .contact-section01 .content-wrap > .left .text-wrap > .middle > .right{
    margin: unset;
  }
}