@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    min-width: unset;
  }
  .btn_line {
    padding: 10px 20px;
  }
  .swiper_btns {
    gap: 2rem;
  }
  .swiper_btns div {
    width: 14px;
    height: 22px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .btn {
    margin-top: 20px;
    padding: 11px 20px;
  }
  .head .btn_line {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    top: 0;
  }
  header .header_top {
    display: none;
  }
  header .logo img {
    height: 28px;
  }
  header .btns {
    gap: 26px;
    min-height: 4rem;
  }
  header .btn {
    display: none;
  }
  footer .footer_main {
    padding: 4rem 0;
  }
  footer .footer_main .flex {
    display: grid;
    gap: 0;
    justify-content: unset;
    align-items: unset;
  }
  footer .slide_intro {
    order: -1;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  footer .slide_intro .logo {
    max-width: 230px;
    margin: 0 auto;
  }
  footer .slide_intro .certify {
    gap: 1rem;
    margin-top: 2rem;
    justify-content: space-between;
  }
  footer .slide_intro .certify img {
    height: 30px;
  }
  footer .slide_about {
    width: 100%;
    display: grid;
    margin-bottom: 20px;
  }
  footer .slide_about strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_about p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_about .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_about .social a {
    width: 40px;
    height: 40px;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .slide_obj:not(.slide_connect,.slide_about).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect,.slide_about) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect,.slide_about) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 14px;
  }
  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect .email::before {
    top: 5px;
  }
  footer .slide_connect p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 20px;
  }
  footer .slide_connect .btn_line {
    padding: 10px 20px;
    margin-top: 20px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .footer_contact {
    margin-top: 1rem;
  }
  .footer_contact .head {
    max-width: unset;
    padding: 0;
  }
  .footer_contact .head h2 {
    font-size: 22px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .page_banner {
    position: relative;
  }
  .page_banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: #010913;
    opacity: 0.4;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .page_banner .head {
    max-width: unset;
    padding: 0;
  }
  .product_list .info {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.2rem;
  }
  .product_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_list .info p {
    margin-top: 10px;
  }
  .product_list .info span {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .blog_list .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
  }
  .blog_list .info {
    padding: 1rem 20px 1.2rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .blog_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .blog_list .info p {
    margin-top: 10px;
  }
  .blog_list .info span {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .home_banner {
    margin-bottom: 1rem;
  }
  .home_banner .home_banner_bg_swiper .swiper-slide {
    position: relative;
  }
  .home_banner .home_banner_bg_swiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    pointer-events: none;
    background-image: linear-gradient(to left, var(--title_color), transparent);
    opacity: 0.5;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding-bottom: 4rem;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .home_banner .head {
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .swiper_con {
    bottom: 2rem;
    padding: 0 20px;
  }
  .home_banner .swiper_con .home_banner_pagination {
    gap: 10px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet {
    font-size: 14px;
    gap: 5px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet::after {
    width: 20px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet-active::after {
    width: 2rem;
    margin-right: 0;
  }
  .home_banner .swiper_con .scroll_tip {
    font-size: 14px;
    gap: 10px;
    margin: 0;
  }
  .home_banner .swiper_con .scroll_tip::after {
    width: 14px;
    height: 24px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_categories {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_categories .home_categories_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .home_categories .home_categories_swiper .info {
    padding: 2rem 20px;
  }
  .home_categories .home_categories_swiper .info h3 {
    font-size: 18px;
  }
  .home_categories .home_categories_swiper .info span {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
    padding-bottom: 8px;
  }
  .home_categories .home_categories_swiper .info span::after {
    width: 14px;
    height: 8px;
  }
  .home_categories .swiper_btns {
    display: none;
  }
  .home_categories p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .home_products {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .home_products .nav_list {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
    gap: 1.2rem;
  }
  .home_products .nav_list li:first-child {
    margin-left: auto;
  }
  .home_products .nav_list li:last-child {
    margin-right: auto;
  }
  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_products .nav_list .nav_item {
    font-size: 14px;
    padding: 10px 20px;
    min-width: unset;
    white-space: nowrap;
  }
  .home_products .home_products_swiper {
    margin-top: 22px;
  }
  .home_products .swiper_btns.middle {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 22px;
    padding: 0 20px;
  }
  .home_products .swiper_btns.middle div {
    filter: contrast(0) brightness(2);
  }
  .home_products .swiper_btns.middle div:hover {
    filter: unset;
  }
  .home_products p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .home_about {
    padding: 3rem 0 2rem;
  }
  .home_about .flex {
    display: block;
  }
  .home_about .left {
    max-width: unset;
    padding: 0;
    margin: 0;
  }
  .home_about .certify {
    gap: 1rem 2rem;
    margin-top: 20px;
  }
  .home_about .certify img {
    height: 30px;
  }
  .home_about .right {
    max-width: unset;
    padding: 0;
  }
  .home_about p {
    margin-top: 20px;
  }
  .home_about .inner {
    max-width: unset;
    padding: 0 20px;
    margin-top: 2rem;
  }
  .home_about .inner .main {
    max-width: unset;
  }
  .home_about .inner .video .btn_play {
    width: 40px;
    height: 40px;
  }
  .home_about .nums {
    max-width: unset;
    padding: 4rem 0 2rem;
    margin-top: -2rem;
  }
  .home_about .nums::before {
    left: -20px;
  }
  .home_about .nums ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .home_about .nums span {
    font-size: 1.5rem;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .home_service {
    padding: 3rem 0;
  }
  .home_service .head {
    max-width: unset;
  }
  .home_service .home_service_swiper {
    margin-top: 22px;
  }
  .home_service .item a {
    padding: 2rem 20px;
  }
  .home_service .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .home_service .item .info {
    margin-top: 1.5rem;
  }
  .home_service .item .info h3 {
    font-size: 18px;
  }
  .home_service .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_service .item .info span {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
  .home_service .item .info span::after {
    width: 12px;
    height: 12px;
  }
  .home_service .swiper_btns {
    display: none;
  }
  .home_applications {
    padding: 3rem 0;
  }
  .home_applications .head {
    max-width: unset;
  }
  .home_applications .items {
    margin-top: 2rem;
  }
  .home_applications .items > div {
    grid-template-columns: 1fr;
  }
  .home_applications .item a {
    padding: 4rem 20px 1.5rem;
  }
  .home_applications .item .img::after {
    opacity: 1;
  }
  .home_applications .item .info {
    transform: translateY(0);
  }
  .home_applications .item .info h3 {
    font-size: 18px;
  }
  .home_applications .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    opacity: 1;
  }
  .home_applications .item .info span {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
    opacity: 1;
  }
  .home_applications .item .info span::after {
    width: 14px;
    height: 14px;
  }
  .home_applications p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .home_blog {
    padding: 3rem 0;
  }
  .home_blog .head {
    padding: 0;
  }
  .home_blog .flex {
    display: block;
  }
  .home_blog .nav_list {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    flex-wrap: nowrap;
    gap: 1.2rem;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_blog .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_blog .nav_list .nav_item {
    font-size: 14px;
    padding-bottom: 10px;
    white-space: nowrap;
    border-bottom-width: 2px;
  }
  .home_blog .home_blog_swiper {
    margin-top: 22px;
  }
  .home_blog .swiper_btns.middle {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 22px;
    padding: 0 20px;
  }
  .home_blog p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .blog_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2rem;
  }
  .blog_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .blog_nav .nav_item {
    font-size: 16px;
    padding: 14px 0;
  }
  .blog_nav .nav_item::after {
    bottom: 0;
    height: 2px;
  }
  .blog_main {
    padding: 3rem 0;
  }
  .blog_main .list {
    margin-top: 2rem;
  }
  .blog_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .blog_main p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .post_main .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
    margin-top: 1rem;
  }
  .post_main .breadcrumbs span {
    font-size: 14px;
  }
  .post_main .breadcrumbs span span::before {
    margin: 0 10px 0 8px;
  }
  .post_main .head .img {
    margin-top: 1rem;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 12px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ul li + li {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  .post_main .tags-box {
    margin-top: 2rem;
  }
  .post_main .tags-box .flex {
    gap: 1rem;
  }
  .post_main .tags {
    gap: 10px;
    font-size: 16px;
  }
  .post_main .tags span {
    margin-right: 8px;
  }
  .post_main .tags p {
    font-size: 14px;
    padding: 6px 2rem;
  }
  .post_main .share {
    gap: 1rem;
    margin-top: 0;
  }
  .post_main .share a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .products_main {
    padding: 3rem 0 3rem;
  }
  .products_main::before {
    width: 100px;
    height: 100px;
  }
  .products_main .flex {
    display: block;
  }
  .products_main .left {
    width: 100%;
    position: unset;
  }
  .products_main .head {
    gap: 1rem;
  }
  .products_main .head h2 {
    font-size: 22px;
  }
  .products_main .head .reset {
    font-size: 14px;
    margin-top: 0;
  }
  .products_main .head .btn_filter {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    background: url("../img/mobile-menu/nav-btn.svg") no-repeat center / contain;
    margin-right: auto;
    cursor: pointer;
  }
  .products_main .products_sidebar {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    opacity: 1;
    transform: translate(0);
  }
  .products_main .products_sidebar .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  .products_main .products_sidebar .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .products_main .products_sidebar .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  .products_main .products_sidebar .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  .products_main .products_sidebar .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  .products_main .products_sidebar .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 1.2rem 0;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 1.2rem 20px;
    gap: 10px;
  }
  .products_main .products_sidebar .title i {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
  }
  .products_main .products_sidebar .title::after {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }
  .products_main .products_sidebar .box {
    padding: 0 20px 1.2rem;
  }
  .products_main .products_sidebar .slide_obj .title {
    font-size: 16px;
    padding: 12px 0;
  }
  .products_main .products_sidebar .slide_obj .terms {
    padding-bottom: 10px;
  }
  .products_main .products_sidebar .terms li {
    padding-left: 1.6rem;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .products_main .products_sidebar .terms li::before {
    width: 14px;
    height: 14px;
  }
  .products_main .products_sidebar .more {
    font-size: 16px;
    margin: 10px 0;
  }
  .products_main .list {
    max-width: unset;
    margin: 2rem 0 0;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .products_main p.center:has(.btn_line) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .post_latest {
    padding: 3rem 0;
  }
  .post_latest .post_latest_swiper {
    margin-top: 22px;
  }
  .post_latest .swiper_btns.middle {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 22px;
    padding: 0 20px;
  }
  .post_latest p.center:has(.btn_line) {
    margin-top: 2rem;
  }



  /*** global css ***/
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }
  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }


  /*** global css ***/

  
  .mega_menu {
    display: none !important;
  }
  nav.navigation {
    margin-top: 2.5rem;
  }
  nav.navigation .nav-links {
    gap: 8px;
  }
  nav.navigation .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    padding: 0 10px;
  }
  nav.navigation .next::after,
  nav.navigation .prev::after {
    background-size: 6px;
  }
  .search .products_main .list > ul {
    grid-template-columns: 1fr;
  }
  .search .products_main {
    padding: 1rem 0 3rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn,
  .btn_line {
    font-size: 16px;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .footer_contact .head h2 {
    font-size: 28px;
  }
  .home_banner .title {
    font-size: 34px;
  }
  .home_about .nums ul {
    grid-template-columns: repeat(4, auto);
  }
  .home_applications .items > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_main .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_main .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .search .products_main .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=mobile.css.map */