#aboutus .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#aboutus .section-inner .img {
    background-color: azure;
    width: 100%;
}

#aboutus .section-inner .font {
    width: 100%;
    margin-left: 55px;
}

#aboutus .section-inner .font .title {
    font-size: 34px;
    font-weight: 400;
    padding-bottom: 35px;
}

#aboutus .section-inner .font li {
    list-style: none;
    font-size: 22px;
    line-height: 45px;
}

#product {
    text-align: center;
}

.pro-header {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 60px;
}

#product .section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
}

#product .section-inner .pro_item img {
    transition: all 0.6s;
}

#product .section-inner .pro_item {
    width: 30%;
}

#product .section-inner .pro_item div {
    overflow: hidden;
}

#product .section-inner .pro_item p {
    font-size: 22px;
    font-weight: 350;
    text-align: left;
}

#product .section-inner .pro_item:hover img {
    transform: scale(1.1, 1.1);
}

.momubtn {
    margin: 0 auto;
    display: inline-block;
    padding: 14px 60px 14px 20px;
    min-width: 160px;
    line-height: 1;
    border: solid 2px #000;
    box-sizing: border-box;
    transition-duration: .3s;
    margin-top: 120px;
    position: relative;
}

.momubtn.arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    transition-property: width;
    transition-duration: .3s;
}

.momubtn:hover {
    background-color: #000;
    color: #fff;
}

.momubtn.arrow:hover.arrow:before {
    background-color: #fff;
}

.momubtn.arrow:hover.arrow:after {
    border-color: #fff;
}

.momubtn.arrow:hover:before {
    width: 32px;
}

.momubtn.arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate( 45deg);
}

.momubtn.arrow:before {
    right: 24px;
}

.momubtn.arrow:after {
    right: 24px;
}

#research .section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
}

#research .section-inner .pro_item {
    position: relative;
    width: 49%;
}

#research .section-inner .pro_item .content {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 80%
}

#research .section-inner .pro_item .content .title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}

#research .section-inner .pro_item .content .desc {
    color: #fff;
    font-size: 30px;
    font-weight: 350;
}

.chKF109ggj .content {
    max-width: 85%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.chKF109ggj .container_header .title {
    display: inline-block;
    margin-right: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgb(85, 85, 85);
}

.chKF109ggj .container_header .subtitle {
    display: inline-block;
    font-size: 0.875rem;
    color: rgb(187, 187, 187);
    line-height: 1.625rem;
}

.chKF109ggj .container_header .alive_link {
    color: rgb(85, 85, 85);
    font-size: 1.25rem;
}

.chKF109ggj .container_category {
    display: none;
}

.chKF109ggj .content_wrapper {
    position: relative;
    display: flex;
}

.chKF109ggj .item_block {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    height: auto;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
    background-color: transparent;
}

.chKF109ggj .item_block:hover {
    background-color: transparent;
}

.chKF109ggj .item_block:hover .details {
    margin-left: 1.875rem;
    right: -0.5rem;
}

.chKF109ggj .item_block .title {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    line-height: 1.875rem;
}

.chKF109ggj .item_block .title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    margin-top: 2.5rem;
}

.chKF109ggj .item_block .ellipsis {
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
}

.chKF109ggj .item_block .item_des {
    margin-top: 0.8125rem;
}

.chKF109ggj .item_block .description {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    font-size: 0.8125rem;
    line-height: 1.625rem;
    height: 3.25rem;
    overflow-x: hidden;
    overflow-y: hidden;
    color: rgb(153, 153, 153);
}

.chKF109ggj .item_block:hover .title {
    margin-left: 0.625rem;
}

.chKF109ggj .item_block .date_wrap {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    font-size: 0.8125rem;
    line-height: 1.625rem;
    color: rgb(136, 136, 136);
}

.chKF109ggj .item_block .details {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    display: inline-block;
    line-height: 1.875rem;
    color: rgb(153, 153, 153);
    padding-top: 0px;
    padding-right: 1.25rem;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    text-transform: lowercase;
    font-size: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.chKF109ggj .item_block .details .icon_pic {
    font-size: 0.8125rem;
}

.chKF109ggj .item_block .item_img {
    overflow-x: hidden;
    overflow-y: hidden;
}

.chKF109ggj .item_block .pic_img {
    transition-duration: 0.36s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    display: inline;
}

.chKF109ggj .item_block:first-child .title {
    color: #000;
    width: 80%;
    float: right;
    font-size: 1rem;
}

.chKF109ggj .news_content_list {
    width: 60%;
    margin-left: 90px;
}

.chKF109ggj .news_content_list .item_info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#footer .sns .iconfont {
    font-size: 26px !important;
}

#footer .sns .iconfont:nth-child(3) {
    font-size: 30px !important;
}

@media (max-width: 64rem) {
    html p {
        word-break: break-all;
    }
    .sec_top_text .txt1 {
        width: 100% !important;
    }
    .factory_intro_wrap {
        flex-direction: column;
    }
    .factory_intro_wrap .col6 {
        width: 100% !important;
    }
    .fileds .title {
        background-size: auto;
        background-position-x: center;
        font-size: 16px;
    }
    .fileds .title p {
        font-size: 22px;
        margin-right: 20px;
    }
    .page-top .brand-logo,
    #brandGate .logo {
        background-size: auto !important;
    }
    .foont-banner_jd2 {
        background: url(/img/banner_cheonnok2.jpg) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: 212px !important;
    }
    .foont-banner_jd {
        background: url(/img/banner_cheonnok3.jpg) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: 212px !important;
    }
    .sj9w4cP4jP .pro_content_list {
        width: 100% !important;
    }
    .sj9w4cP4jP {
        padding-top: 15px !important;
    }
    .sj9w4cP4jP .inner_news_tab_list .item {
        padding: 0.5rem 0 !important;
        text-align: center;
    }
    .sj9w4cP4jP .inner_news_tab_list {
        width: 100% !important;
        display: flex !important;
    }
    .yzs_item .item_con .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .item_con p {
        text-align: center;
    }
    .yzs_jianjie .content {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .product .swiper-wrapper1 {
        flex-direction: column;
    }
    .product .swiper-wrapper1 .swiper-slide,
    .product .swiper-wrapper1 .swiper-slide img {
        width: 100%;
    }
    .detail-content {
        flex-direction: column-reverse;
        align-items: center;
        width: 100% !important;
    }
    .detail-content .detail-con {
        width: 80%;
        margin: 0 auto;
    }
    .detail-content .detail-img {
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
        align-items: center;
    }
    .detail_page {
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .foont-banner_jd {
        background-size: auto;
    }
    .jdxl {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .jdxl p,
    .detail_page p {
        font-size: 22px !important;
    }
    .yzs_jianjie {
        flex-direction: column;
        margin-top: 0;
    }
    .yzs_jianjie .left,
    .yzs_jianjie .right {
        width: 100%;
    }
    .yzs_jianjie .right img {
        left: 0;
        top: 0;
        position: relative;
    }
    .yzs_con {
        margin-top: 0;
    }
    .yzs_item {
        flex-direction: column;
    }
    .yzs_item .item_con {
        width: 100%;
    }
    .foont-banner {
        background-size: auto;
    }
    .yzs_item .item_con .content {
        padding: 15px 0;
    }
    .yzs_item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .swiper-wrapper1 {
        flex-wrap: wrap;
    }
    .swiper-wrapper1 .swiper-slide {
        width: 48%;
    }
    .banner .bg {
        background-size: cover;
        background-position: center;
    }
    .business .row .col6:last-child {
        padding-left: 0 !important;
    }
    .business .title1 {
        text-align: center;
    }
    .section.sec_top_text p {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    #research .section-inner .pro_item {
        width: 100%;
    }
    .chKF109ggj .item_block {
        text-align: left;
        float: none;
        width: 100% !important;
    }
    .chKF109ggj .content_wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .chKF109ggj .item_block .title {
        font-size: 1rem;
        color: rgb(51, 51, 51) !important;
        width: 100% !important;
        float: none !important;
    }
    .chKF109ggj .item_block .item_info .date_wrap {
        display: none;
    }
    .chKF109ggj .item_block .date_wrap {
        color: rgb(173, 173, 173) !important;
        font-size: 0.8125rem !important;
        margin-top: 0.75rem !important;
        float: none !important;
        top: 0px !important;
        right: 0px !important;
        left: 0px !important;
        position: relative !important;
    }
    .chKF109ggj .item_block .description {
        line-height: 1.5rem;
        font-size: 0.8125rem;
        display: block;
        color: rgb(153, 153, 153) !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .chKF109ggj .item_block .item_des {
        margin-top: 0.625rem;
    }
    .chKF109ggj .content {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background-color: rgb(255, 255, 255);
    }
    .chKF109ggj .container_header .title {
        display: block;
        padding-top: 0.625rem;
        font-size: 1.0625rem;
        margin-right: 0px;
        text-align: center;
    }
    .chKF109ggj .container_header .title .alive_link {
        padding-top: 0.625rem;
        font-size: 1.0625rem;
        text-align: left;
    }
    .chKF109ggj .container_header .subtitle {
        display: block;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 1rem;
        padding-left: 0px;
        color: rgb(183, 183, 183);
        text-align: center;
    }
    .chKF109ggj .container_category {
        display: none;
    }
    .chKF109ggj .container_content .content_wrapper {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-right: 0px;
    }
    .chKF109ggj .news_content_list {
        position: relative;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: 0;
    }
    #aboutus .section-inner .font {
        margin-left: 0;
        width: 95%;
        margin: 0 auto;
    }
    #aboutus .section-inner .font .title {
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
    }
    .index_2 li {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: center;
    }
    #aboutus .section-inner {
        flex-direction: column;
    }
    #product .section-inner {
        flex-direction: column;
    }
    #product .section-inner .pro_item {
        width: 100%;
        margin-bottom: 10px;
    }
    #product .section-inner .pro_item p {
        text-align: center;
    }
    #research .section-inner {
        flex-direction: column;
    }
    #research .section-inner .pro_item .content .desc {
        word-break: break-all;
    }
    #research .section-inner .pro_item .content {
        top: 20%;
    }
    .yzs_jianjie .left .desc {
        margin: 0 auto;
        width: 90%;
    }
    .ddd {
        margin: 0 auto;
        width: 90%;
    }
    .detail-img img {
        height: inherit !important;
    }
    .inner .title p {
        margin-right: 20px;
    }
    .AEVLKUBE .container_content,
    .AEVLKUBE .container_target {
        padding-top: 60px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .very_content {
        flex-direction: column;
    }
    .very_title {
        font-size: 16px !important;
        line-height: 27px !important;
        padding-bottom: 20px;
    }
    .fw_item {
        width: 60% !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }
    .container1 table {
        width: 100% !important;
    }
    .container1 table tr {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .container1 table tr td {
        margin-top: 0 !important;
    }
    .container1 table tr .btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .container1 table td input {
        width: 100% !important;
    }
    .container1 table tr .btn input {
        margin-top: 0 !important;
    }
    .contents>.section.tab_content .tab_cont.customer_wrap .customer_bottom .col4 .ico_box {
        width: 80% !important;
    }
}

@media(max-width: 1440px) {
    .researcher_num .counter li {
        width: 38% !important;
    }
}