@media (max-width:900px){
    .header {
        width: 100%;
        height: 60px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 9999;
        position: fixed;
    }
    .header .mobile{
        display: block;
    }
    .header .center,
    .header .right{
        display: none;
    }
    .header .left{
        margin-left: 20px;
    }
    .header .left a img{
        width: 80%;
    }
    .header .mobile-menu{
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: translateX(100%);
        transition: all 0.3s;
    }
    .header .mobile-menu.active{
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: translateX(0%);
        transition: all 0.3s;
    }
    .header .mobile-menu>ul>li>a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
    }
    .header .mobile-menu .x-btn{
        position: absolute;
        right: 25px;
        top: 30px;
    }
    .header .mobile-menu .x-btn span{
        display: block;
        width: 30px;
        height: 2px;
        background: #FFFFFF;
        position: relative;
    }
    .header .mobile-menu .x-btn span:nth-child(1){
        transform: rotate(45deg);
    }
    .header .mobile-menu .x-btn span:nth-child(2){
        transform: rotate(-45deg);
        top: -2px;
    }
    .header .mobile-menu>.ft{
        position: relative;
        left: 4rem;
        top: 8rem;
        padding-bottom: 50px;
    }
    .header .mobile-menu>.ft svg path{
        stroke: #FFFFFF;
    }
    .header .mobile-menu>.ft>li{
        overflow: hidden;
        height: 25px;
        margin-bottom: 20px;
        transition: all 0.3s;
    }
    .header .mobile-menu>.ft>li.mft-active{
        height: 1000px;
        transition: all 0.3s;
    }
    .header .mobile-menu>.ft>li.mft-active:nth-child(2){
        height: 160px;
    }
    .header .mobile-menu>.ft>li.mft-active:nth-child(3){
        height: 120px;
    }
    .header .mobile-menu>.ft>li.mft-active:nth-child(4){
        height: 120px;
    }
    .header .mobile-menu>.ft>li>a{
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }
    .header .mobile-menu>.ft>li>a>svg{
        margin-left: 10px;
        transition: all 0.3s;
    }
    .header .mobile-menu>.ft>li.mft-active>a>svg{
        transform: rotate(-90deg);
        transition: all 0.3s;
    }
    .header .mobile-menu>.ft>li>.sub01>li>a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
        display: block;
        margin-left: 10px;
        margin-bottom: 10px !important;
    }
    .header .mobile-menu>.ft>li>.sub01>li>.sub02>li{
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .header .mobile-menu>.ft>li>.sub01>li>.sub02>li>a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
    .header .mobile-menu>.ft>li>.sub01>li>.sub02>li>.sub03{
        display: flex;
        flex-direction: column;
    }
    .header .mobile-menu>.ft>li>.sub01>li>.sub02>li>.sub03>a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    
    .header .mobile .btn{
        position: absolute;
        right: 25px;
        top: 17px;
        cursor: pointer;
    }
    .header .mobile .btn span{
        display: block;
        width: 30px;
        height: 2px;
        background: #333;
    }
    .header .mobile .btn span:nth-child(2){
        margin: 8px 0;
    }

    .footer {
        width: 100%;
        height: unset;
        background: #4B4961;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .footer .left{
        margin-right: 0;
        margin: 20px 0;
        text-align: center;
    }
    .footer .left img{
        width: 80%;
    }
    .footer .right .textbox .top {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .footer .right .textbox .top span {
        display: none;
    }
    .footer .right .textbox .bottom {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .right .textbox div span {
        visibility: hidden;
        margin-right: 40%;
        display: none;
    }




    .section .proudct-section #sub_menu{
        display: none;
    }
    .product-top-banner {
        height: 200px !important;
        padding-top: 60px !important;
    }
    .product-top-banner h3{
        font-size: 30px !important;
    }
    .section .proudct-section .product-section-wrap {
        padding-top: 40px !important;
        padding-left: 0 !important;
        border-left: 0 !important;
        width: 80% !important;
        margin: 0 auto !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap {
        display: flex;
        flex-direction: column;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap .product-img-wrap {
        display: flex;
        width: 100% !important;
        flex-direction: column;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap .product-img-wrap .img {
        width: 100%;
        margin-right: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap .product-img-wrap .img img {
        width: 50% !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap>.top {
        border: 1px solid #F1F1F1 !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        max-width: 1175px !important;
        width: 100% !important;
        margin-bottom: 24px !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.top-wrap> p {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        line-height: 20px !important;
        letter-spacing: -0.02em !important;
        color: #4B4961 !important;
        word-break: keep-all !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.mid p {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: -0.02em !important;
        color: #4B4961 !important;
        word-break: keep-all !important;
    }
    .table-wrap,
    .board-table-wrap,
    .software-table-wrap,
    .software-table-wrap02,
    .manufacturing-table-wrap02,
    .partners-table-wrap,
    .support-table-wrap,
    .selection-table-wrap{
        overflow: scroll !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.table-wrap>table>thead>tr>th,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.board-table-wrap>table>thead>tr>th,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.software-table-wrap>table>thead>tr>th,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.software-table-wrap02>table>thead>tr>th,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.manufacturing-table-wrap02>table>thead>tr>th,
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .bottom-content .partners-table-wrap table>thead>tr>th,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.support-table-wrap>table>thead>tr>th,
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.selection-table-wrap>table>thead>tr>th{
        padding: 10px !important;
        width: unset !important;
        height: unset !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.table-wrap>table>thead>tr>th {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -0.02em !important;
        color: #002094 !important;

        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    .section .proudct-section .product-section-wrap>.content-wrap .cont-tap01>.table-wrap>table>tbody>tr>td:nth-child(1) {
        padding: 10px !important;
        width: unset !important;
        height: unset !important;
        border-right: 1px solid #F1F1F1 !important;
    }
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.board-table-wrap>table>tbody>tr>td,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.software-table-wrap02>table>tbody>tr>td,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.manufacturing-table-wrap02>table>tbody>tr>td,
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .bottom-content .partners-table-wrap table>tbody>tr>td,
    .section .proudct-section .support-section-wrap>.content-wrap .bottom-content>.support-table-wrap>table>tbody>tr>td,
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.selection-table-wrap>table>tbody>tr>td{
        padding: 10px !important;
        width: unset !important;
        height: unset !important;
    }
    .diagram-wrap .content-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .diagram-wrap .cont-wrap {
        max-width: 1190px !important;
        width: 100% !important;
        height: 900px !important;
        position: relative !important;
        border: 1px solid #F1F1F1 !important;
        padding: 20px !important;
        display: unset !important;
        grid-template-columns: unset !important;
        grid-template-rows: unset !important;
        gap: unset !important;
    }
    .diagram-wrap .content-wrap .diagram-text-wrap {
        margin-left: 0 !important;
        padding: 20px !important;
        /* border: 1px solid #cdcdcd; */
        width: 100% !important;
    }
    .diagram-text-wrap02 {
        margin-top: 0 !important;
        padding: 20px !important;
        /* border: 1px solid #cdcdcd; */
        width: 100% !important;
        grid-template-columns: unset !important;
    }
    .diagram-text-wrap02 p {
        text-align: center !important;
    }
    .diagram-text-wrap02 ul {
        margin-right: 0px !important;
        width: 100%;
    }


    .section .proudct-section .product-section-wrap>.content-wrap .line {
        margin: 40px 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.textbox>p {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: -0.02em !important;
        color: #4B4961 !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.table-wrap>table>thead>tr>th {
        padding: 10px !important;
        width: unset !important;
        height: unset !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.table-wrap>table>thead>tr>th {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -0.02em !important;
        color: #002094 !important;
        text-align: center !important;
        box-sizing: border-box !important;
        border-top: 2px solid #002094 !important;
        border-bottom: 2px solid #002094 !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content>.table-wrap>table>tbody>tr>td{
        padding: 10px !important;
        width: unset !important;
        height: unset !important;
        font-size: 14px !important;
    }
    .section .company-section .bg {
        position: absolute !important;
        background: url(../img/sub/company_section_bg.svg) no-repeat center center !important;
        background-size: cover !important;
        width: 100% !important;
        height: 100% !important;
        z-index: -1 !important;
        left: 0 !important;
    }
    .section .company-section .company-section-wrap>.company-content-wrap .bottom-content {
        margin-bottom: 100px !important;
    }
    .section .company-section .company-section-wrap>.company-content-wrap .bottom-content .company-content {
        position: relative !important;
        background: #FFFFFF !important;
        border: 1px solid #F1F1F1 !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }
    
    .section .company-section .company-section-wrap>.company-content-wrap .bottom-content .company-content p {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -0.02em !important;
        color: #4B4961 !important;
        margin-bottom: 24px !important;
    }
    .section .company-section .company-section-wrap>.company-content-wrap .bottom-content .company-content h3 {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 17px !important;
        line-height: 26px !important;
        letter-spacing: -0.02em !important;
        color: #043BFF !important;
        text-align: right !important;
    }
    .section .company-section .company-section-wrap>.company-content-wrap .bottom-content .company-content::after {
        position: absolute !important;
        content: "" !important;
        width: 100% !important;
        height: 100% !important;
        background: #F5F5F5 !important;
        z-index: -1 !important;
        top: 20px !important;
        left: 20px !important;
    }
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .lora-content .lora-wrap .cont {
        display: flex;
        padding: 20px !important;;
        flex-direction: column;
    }
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .lora-content .lora-wrap .cont .left {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .lora-content .lora-wrap .cont .right ul li {
        left: 0px !important;
        margin-bottom: 5px;
    }
    .section .proudct-section .partners-section-wrap>.partners-content-wrap .lora-content .lora-wrap .cont .right ul li::after{
        display: none;
    }


    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .top .left{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .top .center {
        margin-right: 20px !important;
        word-break: keep-all;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .top .center02 {
        margin-right: 20px !important;
        width: 50px;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .top .right {
        padding-right: 0px !important;
    }

    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .cont {
        padding: 20px !important;
        border-bottom: 1px solid #F1F1F1;
        word-break: keep-all;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .detail-wrap .cont p {
        margin-bottom: 20px !important;
    }

    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-btn {
        bottom: -55px !important;
    }
    .section .proudct-section .product-section-wrap>.content-wrap .bottom-content .notice-content .comment-box .comment-wrap{
        padding: 0 20px !important;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px !important;
        padding-bottom: 24px !important;
        border-bottom: 1px solid #F1F1F1;
    }

    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-wrap .top{
        align-items: flex-start !important;
        flex-direction: column;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-wrap .top .left{
        margin-left: 29px !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-wrap .top .center{
        margin-left: 14px !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-wrap .top .right{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content .write-wrap .top .left input{
        width: unset !important;
    }

    .location-content {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }
    .location-content .left {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 40px !important;
    }
    .location-content .left iframe {
        width: 100% !important;
        height: 300px !important;
    }
    .location-content .right {
        width: 100% !important;
    }
    .location-content .right h3 {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        line-height: 20px !important;
        color: #252240 !important;
        position: relative !important;
        word-break: keep-all !important;
    }


    .block_ex{
        display: block !important;
        width: 100%;
    }
    .diagram-wrap .content-wrap{
        display: none !important;
    }



    .section .proudct-section .news-section-wrap .notice-content-wrap{
        width: 100%;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content table thead tr th:nth-child(4){
        display: none;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content table tbody tr td:nth-child(4){
        display: none;
    }

    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content table thead tr th:nth-child(1) {
        width: 60px !important;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content table thead tr th:nth-child(2) {
        width: 180px !important;
    }
    .section .news-section .news-section-wrap>.notice-content-wrap .bottom-content .notice-content table thead tr th:nth-child(3) {
        width: 100px !important;
    }
}