/* -- cached -- */
/* -- /assets/css/default.css -- */
@charset "utf-8";body {
    margin: 0;
    padding: 0;
    font-size: 0.813em;
    font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', sans-serif, "맑은 고딕", "Malgun Gothic";
    background: #fff;
}



html,h1,h2,h3,h4,h5,h6,form,fieldset,img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ul,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,input,button,select,img {
    vertical-align: middle;
    font-size: 1em
}

input,button {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', sans-serif;
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,select {
    font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover,a:active,a:focus {
    outline: none;
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
}

img {
    vertical-align: top;
}

a:link,a:visited {
    color: #000;
    text-decoration: none
}

a:hover,a:focus,a:active {
    color: #000;
    text-decoration: none;
}

input:hover,input:active,input:focus {
    outline: none;
}

textarea:hover,textarea:active,textarea:focus {
    outline: none;
}

.menu-search .m_search {
    font-size: 28px;
}

.swiper-wrapper li .swipe_inner .swiper_more {
    width: 200px;
    padding: 10px;
    border: 1px solid #CACACA;
    background: #fff;
    color: #333;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgb(32 33 36 / 10%);
}

.swiper-wrapper li .swipe_inner .swiper_more div {
    float: left;
    width: 80%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    text-transform: uppercase;
    padding-left: 20px;
}

.swiper-wrapper li .swipe_inner .swiper_more i {
    float: right;
    font-size: 18px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes infade {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes infade {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes infadeb {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes infadeb {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media screen and (min-width: 320px) and (max-width:339px) {
    .prod_mobile li {
        margin-right:4px;
    }

    .lang_menu {
        position: absolute;
    }

    .lang_menu h4 {
        width: 30px;
        height: 40px;
        text-align: center;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        color: #231f20;
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
    }

    .lang_menu h4 a.on {
        border-bottom: 2px solid #818080;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 20px;
        margin-left: -20px;
        margin-top: 2px;
        background-color: #fff;
        width: 140px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li a {
        font-size: 16px;
        color: #231f20;
        font-weight: 300;
        line-height: 32px;
        display: block;
    }

    .lang_menu .langDropdown li.now a {
        font-weight: 700;
        color: #0094ce;
    }
}

@media screen and (min-width: 340px) and (max-width:380px) {
    .prod_mobile li {
        margin-right:9px;
    }

    .lang_menu {
        position: absolute;
    }

    .lang_menu h4 {
        width: 30px;
        height: 40px;
        text-align: center;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
    }

    .lang_menu h4 a.on {
        border-bottom: 2px solid #818080;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 20px;
        margin-left: -20px;
        margin-top: 2px;
        background-color: #fff;
        width: 140px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li a {
        font-size: 16px;
        color: #231f20;
        font-weight: 300;
        line-height: 32px;
        display: block;
    }

    .lang_menu .langDropdown li.now a {
        font-weight: 700;
        color: #0094ce;
    }
}

@media screen and (min-width: 320px) and (max-width:380px) {
    .pcshow {
        display:none !important;
    }

    .moshow {
        display: block !important;
    }

    .block450 {
        display: block;
    }

    .partner_wrap {
        height: 560px;
        width: 100%;
    }

    .partner_in {
        margin: 0 auto;
        height: 560px;
        position: relative;
    }

    .form_box {
        width: 100%;
        padding: 10px;
        height: 469px;
        position: absolute;
        right: 0;
        top: 60px;
    }

    .f_p_1 {
        font-size: 18px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 320px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        font-size: 0;
        text-align: right;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: none;
        float: left;
        line-height: 33px;
        text-align: center;
    }

    .sns_box {
        width: 100%;
        background: #fff;
        height: 80px;
        padding: 20px 0;
    }

    .sns_box ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 40px;
    }

    .sns_box ul li {
        display: inline-block;
        margin: 0 3px;
    }

    .footer {
        background: #0094ce;
        padding-bottom: 20px;
    }

    .footer_in {
        width: 320px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    .tbodynot,.bodynot {
        display: none;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        left: 0;
        top: 30px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        left: 0px;
        top: 460px;
        line-height: 26px;
    }

    .tableshow {
        display: none !important;
    }

    .mopic_show {
        display: block !important;
    }

    .swiper-container3 {
        height: 320px !important;
        width: 100% !important;
    }

    .swiper-container3 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title {
        color: #0094ce;
        position: absolute;
    }

    .swiper-container3 .swiper-wrapper li a .stitle01 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle02 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle03 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle04 {
        top: 110px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title p {
        font-size: 12px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title h6 {
        font-size: 22px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 h6 {
        width: 220px;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title p {
        animation: 0.8s ease 0.2s infade;
        opacity: 1;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title h6 {
        animation: 0.8s ease 0.4s infade;
        opacity: 1;
    }

    .mopic_show .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background: #b2b2b2;
        border-radius: 7px;
        opacity: 1;
    }

    .mopic_show .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background: #0094ce;
        border-radius: 7px;
    }

    .news_wrap {
        height: 1160px;
        background: #ededf7;
    }

    .news_in {
        width: 100%;
        height: 884px;
        position: relative;
    }

    .news_in h2 {
        font-size: 22px;
        color: #231f20;
        padding: 20px;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox>div {
        width: 100%;
        position: relative;
    }

    .div_bbox .div_bbox_2 {
        margin-top: 40px;
    }

    .div_bbox .div_bbox_3 {
        margin-top: 40px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
        height: auto;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
        height: auto;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        display: none;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 20px;
        line-height: 30px;
    }

    .div_bbox>div .txt_box div {
        display: none;
    }

    .div_bbox>div .view_box {
        display: none;
    }

    .div_bbox>div .view_box a {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #999999;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 320px;
        height: 500px;
        margin: 0 auto;
    }

    .product_in {
        width: 320px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 500px !important;
        width: 320px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 500px !important;
    }

    .swiper-container4 ul li .red_zones {
        margin: 0 auto;
        height: 180px;
        width: 320px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
        height: 272px;
        width: 256px;
    }

    .swiper-button-next,.swiper-button-prev {
        margin-top: 60px !important;
    }

    .swiper-container4 .pagerchw {
        display: none;
    }

    .swiper-container4 .pagerchw ul {
        width: 100% !important;
        text-align: center;
        font-size: 0;
    }

    .swiper-container4 .pagerchw ul li {
        display: inline-block;
        width: 75px;
        height: 120px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 72px;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .swiper-container4 .pagerchw ul li p {
        color: #000;
        height: 48px;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        letter-spacing: -0.08em;
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 40px;
    }

    .red_padding h2 {
        font-size: 22px;
    }

    .prod_mobilewr {
        background-color: #d8e6f3;
        padding: 20px 0 0 0;
    }

    .prod_mobilewr h4 {
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .prod_mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .prod_mobile li {
        text-align: center;
        margin-bottom: 20px;
        width: 60px;
    }

    .prod_mobile li:nth-of-type(4n) {
        margin-right: 0;
    }

    .prod_mobile li a img {
        width: 100%;
        height: auto;
    }

    .prod_mobile li a.clicka {
        display: inline-block;
    }

    .prod_mobile li a.clickaon {
        display: none;
    }

    .prod_mobile li:hover a.clicka {
        display: none;
    }

    .prod_mobile li:hover a.clickaon {
        display: inline-block;
    }

    .prod_mobile li p {
        letter-spacing: -0.12em;
        font-size: 0.84em;
        margin-top: 5px;
    }

    .detailviewl {
        display: none;
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 30px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 18px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 30px;
    }

    .b_subject {
        display: none;
    }

    .b_content {
        display: none;
    }

    .b_iconbox {
        display: none;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .header_mo {
        height: 100px;
        width: 100%;
        height: 78px;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 1px 3px 5px rgb(0 0 0 / 10%);
        z-index: 999;
        background: #fff;
    }

    .header_height {
        height: 78px;
    }

    .mlogos {
        display: block;
    }



    .menu-search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-search img {
        width: 100%;
        height: 100%;
    }

    .search-modal #search_form_mo .mo_search_close {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        color: #3F4643;
        top: 10px;
        right: 10px;
    }

    .menu-trigger {
        position: absolute;
        top: 50%;
    }

    .menu-trigger,.menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 27px;
        height: 27px;
        right: -40px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #0094ce;
        border-radius: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 2px;
    }

    .menu-trigger.type7 span:nth-of-type(1) {
        -webkit-animation: menu-bar07-01 .75s forwards;
        animation: menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.type7 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger.type7 span:nth-of-type(3) {
        -webkit-animation: menu-bar07-02 .75s forwards;
        animation: menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-02 {
        0% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-02 {
        0% {
            transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(1) {
        -webkit-animation: active-menu-bar07-01 .75s forwards;
        animation: active-menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar07-01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(16px) rotate(45deg);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-7 span:nth-of-type(3) {
        -webkit-animation: active-menu-bar07-02 .75s forwards;
        animation: active-menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-02 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar07-02 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-16px) rotate(-45deg);
        }
    }

    #mobile_menu {
        width: 96%;
        left: 0;
        top: 0;
        background: #fff;
        position: fixed;
        z-index: 1112;
        box-shadow: 2px 3px 11px #555;
        height: 100%;
    }

    .m_top_box {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #999;
        height: 70px;
    }

    .m_top_box>img {
        width: 100px;
        margin-top: 5px;
    }

    #mobile_menu>ul>li {
        position: relative;
    }

    #mobile_menu>ul>li>a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        text-indent: 20px;
        position: relative;
        border-bottom: 1px solid #999;
        background: #fafafa
    }

    #mobile_menu>ul>li>ul {
        padding: 20px;
        display: none;
        border-bottom: 1px solid #999;
    }

    #mobile_menu>ul>li>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
        font-size: 16px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>ul>li>ul {
        padding: 10px 0;
    }

    #mobile_menu>ul>li>ul>li>ul>li {
        height: 35px;
    }

    #mobile_menu>ul>li>ul>li>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-indent: 40px;
        font-size: 14px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>a:after {
        content: " ";
        position: absolute;
        width: 18px;
        height: 17px;
        background-image: url(/assets/images/common/gnb_li_bg_off111.png);
        right: 20px;
        top: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    #mobile_menu>ul>li>a.selected:after {
        transform: rotate( 90deg);
    }

    a.xxxxx {
        display: block;
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .partner_boxbox {
        display: none;
    }

    .partner_boxbox img {
        width: 120px;
        padding: 5px 10px
    }
}

.product_in .prev {
    background: url(/assets/images/common/swipe_prev.png);
}

.product_in .next {
    background: url(/assets/images/common/swipe_next.png);
}

@media screen and (min-width: 381px) and (max-width:450px) {
    .swiper-pagination-bullet {
        width:14px;
        height: 14px;
        background: #b2b2b2;
        border-radius: 7px;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background: #0094ce;
        border-radius: 7px;
    }

    .pcshow {
        display: none !important;
    }

    .moshow {
        display: block !important;
    }

    .block450 {
        display: block;
    }

    .partner_wrap {
        height: 520px;
        width: 100%;
    }

    .partner_in {
        margin: 0 auto;
        height: 520px;
        position: relative;
    }

    .partner_boxbox {
        display: none;
    }

    .form_box {
        padding: 10px;
        height: 469px;
        right: 0;
        top: 60px;
    }

    .f_p_1 {
        font-size: 19px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 320px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        font-size: 0;
        text-align: right;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        border: none;
        float: left;
    }

    .sns_box {
        width: 100%;
        background: #fff;
        height: 80px;
        padding: 20px 0;
    }

    .sns_box ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 40px;
    }

    .sns_box ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .footer {
        background: #0094ce;
    }

    .footer_in {
        width: 380px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    .tbodynot,.bodynot {
        display: none;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        left: 0;
        top: 30px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        left: 0px;
        top: 460px;
        line-height: 26px;
    }

    .tableshow {
        display: none !important;
    }

    .mopic_show {
        display: block !important;
    }

    .swiper-container3 {
        height: 380px !important;
        width: 100% !important;
    }

    .swiper-container3 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title {
        color: #0094ce;
        position: absolute;
    }

    .swiper-container3 .swiper-wrapper li a .stitle01 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle02 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle03 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle04 {
        top: 120px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 {
        top: 20px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title p {
        font-size: 16px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title h6 {
        font-size: 30px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 h6 {
        width: 300px;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title p {
        animation: 0.8s ease 0.2s infade;
        opacity: 1;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title h6 {
        animation: 0.8s ease 0.4s infade;
        opacity: 1;
    }

    .news_wrap {
        height: 1220px;
        background: #ededf7;
    }

    .news_in {
        width: 100%;
        height: 874px;
        position: relative;
    }

    .news_in h2 {
        font-size: 22px;
        color: #231f20;
        padding: 20px;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox>div {
        width: 100%;
        position: relative;
    }

    .div_bbox .div_bbox_2 {
        margin-top: 40px;
    }

    .div_bbox .div_bbox_3 {
        margin-top: 40px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        display: none;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 20px;
        line-height: 30px;
    }

    .div_bbox>div .txt_box div {
        display: none;
    }

    .div_bbox>div .view_box {
        position: absolute;
        bottom: 25px;
        height: 28px;
        width: 100%;
        left: 20px;
    }

    .div_bbox>div .view_box a {
        display: none;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 320px;
        height: 500px;
        margin: 0 auto;
    }

    .product_in {
        width: 320px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 500px !important;
        width: 320px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 500px !important;
    }

    .swiper-container4 ul li .red_zones {
        margin: 0 auto;
        height: 180px;
        width: 320px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
        height: 272px;
        width: 256px;
    }

    .swiper-button-next,.swiper-button-prev {
        margin-top: 60px !important;
    }

    .swiper-container4 .pagerchw {
        display: none;
    }

    .swiper-container4 .pagerchw ul {
        width: 100% !important;
        text-align: center;
        font-size: 0;
    }

    .swiper-container4 .pagerchw ul li {
        display: inline-block;
        width: 75px;
        height: 72px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 75px;
        height: 72px;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .swiper-container4 .pagerchw ul li p {
        color: #000;
        height: 48px;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        letter-spacing: -0.08em;
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 40px;
    }

    .red_padding h2 {
        font-size: 22px;
    }

    .prod_mobilewr {
        background-color: #d8e6f3;
        padding: 20px 0 0 0;
    }

    .prod_mobilewr h4 {
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .prod_mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .prod_mobile li {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 8px;
    }

    .prod_mobile li:nth-of-type(4n) {
        margin-right: 0;
    }

    .prod_mobile li a.clicka {
        display: inline;
    }

    .prod_mobile li a.clickaon {
        display: none;
    }

    .prod_mobile li:hover a.clicka {
        display: none;
    }

    .prod_mobile li:hover a.clickaon {
        display: inline;
    }

    .prod_mobile li p {
        letter-spacing: -0.1em;
        margin-top: 5px;
    }

    .detailviewl {
        display: none;
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 30px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 18px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 30px;
    }

    .b_subject {
        display: none;
    }

    .b_content {
        display: none;
    }

    .b_iconbox {
        display: none;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .header_mo {
        height: 100px;
        width: 100%;
        height: 78px;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 1px 3px 5px #ddd;
        z-index: 999;
        background: #fff;
    }

    .header_height {
        height: 78px;
    }

    .mlogos {
        display: block;
    }

    .lang_menu {
        position: absolute;
    }

    .lang_menu h4 {
        width: 40px;
        height: 44px;
        text-align: center;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 24px;
        line-height: 44px;
        font-weight: 500;
    }

    .lang_menu h4 a.on {
        border-bottom: 2px solid #818080;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 20px;
        margin-left: -20px;
        margin-top: 2px;
        background-color: #fff;
        width: 200px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li a {
        font-size: 20px;
        color: #231f20;
        font-weight: 300;
        line-height: 40px;
        display: block;
    }

    .lang_menu .langDropdown li.now a {
        font-weight: 700;
        color: #0094ce;
    }

    .menu-search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-search img {
        width: 100%;
        height: 100%;
    }


    .search-wrap .search-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 78px;
        background-color: #fff;
        z-index: 8888;
        padding: 19px;
    }

    .search-modal #search_form_mo {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-modal #search_form_mo .search-input {
        width: 100%;
        height: 40px;
        border: 1px solid #acacac;
        border-radius: 20px;
        text-indent: 40px;
    }

    .search-modal #search_form_mo .mo_search_submit {
        position: absolute;
        font-size: 22px;
        left: 11px;
        font-weight: bold;
        color: #3F4643;
        top: 9px;
        ;}

    .search-modal #search_form_mo .mo_search_close {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        color: #3F4643;
        top: 10px;
        right: 10px;
    }

    .menu-trigger,.menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 27px;
        height: 27px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #0094ce;
        border-radius: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 2px;
    }

    .menu-trigger.type7 span:nth-of-type(1) {
        -webkit-animation: menu-bar07-01 .75s forwards;
        animation: menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.type7 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger.type7 span:nth-of-type(3) {
        -webkit-animation: menu-bar07-02 .75s forwards;
        animation: menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-02 {
        0% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-02 {
        0% {
            transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(1) {
        -webkit-animation: active-menu-bar07-01 .75s forwards;
        animation: active-menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar07-01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(16px) rotate(45deg);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-7 span:nth-of-type(3) {
        -webkit-animation: active-menu-bar07-02 .75s forwards;
        animation: active-menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-02 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar07-02 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-16px) rotate(-45deg);
        }
    }

    #mobile_menu {
        width: 80%;
        left: 0;
        top: 0;
        background: #fff;
        position: fixed;
        z-index: 1112;
        box-shadow: 2px 3px 11px #555;
        height: 100%;
    }

    .m_top_box {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #999;
        height: 70px;
    }

    .m_top_box>img {
        width: 100px;
        margin-top: 5px;
    }

    #mobile_menu>ul>li {
        position: relative;
    }

    #mobile_menu>ul>li>a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        text-indent: 20px;
        position: relative;
        border-bottom: 1px solid #999;
        background: #fafafa
    }

    #mobile_menu>ul>li>ul {
        padding: 20px;
        display: none;
        border-bottom: 1px solid #999;
    }

    #mobile_menu>ul>li>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
        font-size: 16px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>ul>li>ul {
        padding: 10px 0;
    }

    #mobile_menu>ul>li>ul>li>ul>li {
        height: 35px;
    }

    #mobile_menu>ul>li>ul>li>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-indent: 40px;
        font-size: 14px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>a:after {
        content: " ";
        position: absolute;
        width: 18px;
        height: 17px;
        background-image: url(/assets/images/common/gnb_li_bg_off111.png);
        right: 20px;
        top: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    #mobile_menu>ul>li>a.selected:after {
        transform: rotate( 90deg);
    }

    a.xxxxx {
        display: block;
        position: absolute;
        right: 10px;
        top: 16px;
    }
}

@media screen and (min-width: 451px) and ( max-width:739px) {
    .pcshow {
        display:none !important;
    }

    .moshow {
        display: block !important;
    }

    .block450 {
        display: block;
    }

    .partner_wrap {
        height: 565px;
        width: 100%;
    }

    .partner_in {
        width: 450px;
        margin: 0 auto;
        height: 565px;
        position: relative;
    }

    .form_box {
        width: 450px;
        height: 389px;
        position: absolute;
        right: 0;
        top: 100px;
    }

    .f_p_1 {
        font-size: 24px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 250px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        width: 200px;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        float: left;
        text-align: center;
        line-height: 33px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        float: right;
        border: none;
    }

    .sns_box {
        width: 100%;
        background: #fff;
        height: 80px;
        padding: 20px 0;
    }

    .sns_box ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 40px;
    }

    .sns_box ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .footer {
        background: #0094ce;
    }

    .footer_in {
        width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    .tbodynot,.bodynot {
        display: none;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        left: 0;
        top: 30px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        left: 0px;
        top: 460px;
        line-height: 26px;
    }

    .tableshow {
        display: none !important;
    }

    .mopic_show {
        display: block !important;
    }

    .swiper-container3 {
        height: 588px !important;
        width: 100% !important;
    }

    .swiper-container3 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container3 .swiper-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title {
        color: #0094ce;
        position: absolute;
    }

    .swiper-container3 .swiper-wrapper li a .stitle01 {
        top: 40px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle02 {
        top: 40px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle03 {
        top: 40px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle04 {
        top: 200px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 {
        top: 40px;
        left: 20px;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title p {
        font-size: 22px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .swiper_title h6 {
        font-size: 38px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container3 .swiper-wrapper li a .stitle01 h6 {
        line-height: 42px
    }

    .swiper-container3 .swiper-wrapper li a .stitle05 h6 {
        width: 300px;
        line-height: 42px;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title p {
        animation: 0.8s ease 0.2s infade;
        opacity: 1;
    }

    .swiper-container3 .swiper-wrapper li.swiper-slide-active a .swiper_title h6 {
        animation: 0.8s ease 0.4s infade;
        opacity: 1;
    }

    .sinner_07 img {
        width: 14%;
    }

    .news_wrap {
        height: 1280px;
        background: #ededf7;
    }

    .news_in {
        width: 420px;
        margin: 0 auto;
        height: 874px;
        position: relative;
    }

    .news_in h2 {
        font-size: 22px;
        color: #231f20;
        padding: 60px 0 30px 0;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox .div_bbox_1 {
        width: 420px;
        margin: 0 auto;
    }

    .div_bbox .div_bbox_2 {
        width: 420px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .div_bbox .div_bbox_3 {
        width: 420px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        display: none;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 20px;
        line-height: 30px;
    }

    .div_bbox>div .txt_box div {
        display: none;
    }

    .div_bbox>div .view_box {
        position: absolute;
        bottom: 25px;
        height: 28px;
        width: 100%;
        left: 20px;
    }

    .div_bbox>div .view_box a {
        display: none;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 450px;
        height: 500px;
        margin: 0 auto;
    }

    .product_in {
        width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 500px !important;
        width: 450px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 500px !important;
    }

    .swiper-container4 ul li .red_zones {
        margin: 0 auto;
        height: 180px;
        width: 450px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
        height: 272px;
        width: 256px;
    }

    .swiper-container4 .pagerchw {
        display: none;
    }

    .swiper-container4 .pagerchw ul {
        width: 100% !important;
        height: 72px !important;
        text-align: center;
        font-size: 0;
    }

    .swiper-container4 .pagerchw ul li {
        display: inline-block;
        width: 75px;
        height: 120px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 75px;
        height: 72px;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .swiper-container4 .pagerchw ul li p {
        color: #000;
        height: 48px;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        letter-spacing: -0.08em;
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 40px;
    }

    .red_padding h2 {
        font-size: 26px;
    }

    .prod_mobilewr {
        background-color: #d8e6f3;
        padding: 20px 0 0 0;
    }

    .prod_mobilewr h4 {
        width: 420px;
        margin: 0 auto;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .prod_mobile {
        width: 420px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .prod_mobile li {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 30px;
    }

    .prod_mobile li:nth-of-type(4n) {
        margin-right: 0;
    }

    .prod_mobile li a.clicka {
        display: inline;
    }

    .prod_mobile li a.clickaon {
        display: none;
    }

    .prod_mobile li:hover a.clicka {
        display: none;
    }

    .prod_mobile li:hover a.clickaon {
        display: inline;
    }

    .prod_mobile li p {
        letter-spacing: -0.1em;
        margin-top: 5px;
    }

    .detailviewl {
        display: none;
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 40px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 20px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 40px;
    }

    .b_subject {
        display: none;
    }

    .b_content {
        display: none;
    }

    .b_iconbox {
        display: none;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .swiper-button-next,.swiper-button-prev {
        margin-top: 60px !important;
    }

    .header_mo {
        height: 100px;
        width: 100%;
        height: 100px;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 1px 3px 5px #ddd;
        z-index: 999;
        background: #fff;
    }

    .header_height {
        height: 100px;
    }

    .mlogos {
        display: block;
    }

    .lang_menu {
    }

    .lang_menu h4 {
        width: 46px;
        height: 50px;
        text-align: center;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 30px;
        line-height: 50px;
        font-weight: 500;
    }

    .lang_menu h4 a.on {
        border-bottom: 2px solid #818080;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 20px;
        margin-left: -20px;
        margin-top: 2px;
        background-color: #fff;
        width: 200px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li a {
        font-size: 18px;
        color: #231f20;
        font-weight: 300;
        line-height: 35px;
        display: block;
    }

    .lang_menu .langDropdown li.now a {
        font-weight: 700;
        color: #0094ce;
    }

    .menu-search {
        position: absolute;
        right: 90px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-search img {
        width: 100%;
        height: 100%;
    }

    .search-wrap {
    }

    .search-wrap .search-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 8888;
        padding: 12px;
    }

    .search-modal #search_form_mo {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-modal #search_form_mo .search-input {
        width: 100%;
        height: 37px;
        border: 1px solid #acacac;
        border-radius: 30px;
        text-indent: 52px;
    }

    .search-modal #search_form_mo .mo_search_submit {
        position: absolute;
        font-size: 22px;
        left: 10px;
        font-weight: bold;
        color: #3F4643;
        top: 8px;
    }

    .search-modal #search_form_mo .mo_search_close {
        position: absolute;
        font-size: 27px;
        font-weight: bold;
        color: #3F4643;
        right: 9px;
        top: 6px;
    }

    .menu-trigger {
    }

    .menu-trigger,.menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        width: 47px;
        height: 47px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 7px;
        background-color: #0094ce;
        border-radius: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
    }

    .menu-trigger.type7 span:nth-of-type(1) {
        -webkit-animation: menu-bar07-01 .75s forwards;
        animation: menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.type7 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger.type7 span:nth-of-type(3) {
        -webkit-animation: menu-bar07-02 .75s forwards;
        animation: menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-02 {
        0% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-02 {
        0% {
            transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(1) {
        -webkit-animation: active-menu-bar07-01 .75s forwards;
        animation: active-menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar07-01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-7 span:nth-of-type(3) {
        -webkit-animation: active-menu-bar07-02 .75s forwards;
        animation: active-menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-02 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar07-02 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }

    #mobile_menu {
        width: 70%;
        left: 0;
        top: 0;
        background: #fff;
        position: fixed;
        z-index: 1112;
        box-shadow: 2px 3px 11px #555;
        height: 100%;
    }

    .m_top_box {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #999;
        height: 90px;
    }

    #mobile_menu>ul>li {
        position: relative;
    }

    #mobile_menu>ul>li>a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        text-indent: 20px;
        position: relative;
        border-bottom: 1px solid #999;
        background: #fafafa
    }

    #mobile_menu>ul>li>ul {
        padding: 20px;
        display: none;
        border-bottom: 1px solid #999;
    }

    #mobile_menu>ul>li>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
        font-size: 18px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>ul>li>ul {
        padding: 10px 0;
    }

    #mobile_menu>ul>li>ul>li>ul>li {
        height: 35px;
    }

    #mobile_menu>ul>li>ul>li>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-indent: 40px;
        font-size: 14px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>a:after {
        content: " ";
        position: absolute;
        width: 18px;
        height: 17px;
        background-image: url(/assets/images/common/gnb_li_bg_off111.png);
        right: 20px;
        top: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    #mobile_menu>ul>li>a.selected:after {
        transform: rotate( 90deg);
    }

    a.xxxxx {
        display: block;
        position: absolute;
        right: 30px;
        top: 26px;
    }

    .partner_boxbox {
        display: none;
    }

    .partner_boxbox img {
        padding: 5px 17px
    }
}

@media screen and (min-width: 740px) {
    .mopic_show {
        display:none;
    }

    .pcshow {
        display: none;
    }

    .moshow {
        display: block;
    }

    .tableshow {
        display: block;
    }

    .product_new_slider .slick-slide {
    }

    .partner_wrap {
        height: 545px;
        width: 100%;
        background-size: cover;
    }

    .partner_in {
        width: 740px;
        margin: 0 auto;
        height: 545px;
        position: relative;
    }

    .form_box {
        padding: 15px;
        width: 100%;
        height: 389px;
        position: relative;
        right: 0;
        top: 100px;
    }

    .f_p_1 {
        font-size: 24px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 280px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        width: 200px;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        float: left;
        text-align: center;
        line-height: 33px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        float: right;
        border: none;
    }

    .sns_box {
        width: 100%;
        background: #fff;
        height: 80px;
        padding: 20px 0;
    }

    .sns_box ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 40px;
    }

    .sns_box ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .footer {
        background: #0094ce;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_in {
        width: 740px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        right: 0;
        top: 40px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 40px;
        line-height: 26px;
    }

    .tableshow {
        display: block !important;
    }

    .swiper-container2 {
        height: 688px !important;
        width: 100% !important;
    }

    .swiper-container2 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container2 .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container2 .swiper-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title {
        color: #0094ce;
        position: absolute;
    }

    .swiper-container2 .swiper-wrapper li a .stitle01 {
        top: 30px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle02 {
        top: 30px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle03 {
        top: 80px;
        right: 20px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle04 {
        top: 230px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle05 {
        top: 30px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title p {
        font-size: 26px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title h6 {
        font-size: 48px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container2 .swiper-wrapper li a .stitle01 h6 {
        width: 400px;
    }

    .swiper-container2 .swiper-wrapper li.swiper-slide-active a .swiper_title p {
        animation: 0.8s ease 0.2s infade;
        opacity: 1;
    }

    .swiper-container2 .swiper-wrapper li.swiper-slide-active a .swiper_title h6 {
        animation: 0.8s ease 0.4s infade;
        opacity: 1;
    }

    .news_wrap {
        height: 555px;
        background: #ededf7;
    }

    .news_in {
        width: 740px;
        margin: 0 auto;
        height: 555px;
        position: relative;
    }

    .news_in h2 {
        font-size: 26px;
        color: #231f20;
        padding: 110px 0 30px 0;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox .div_bbox_1 {
        width: 224px;
    }

    .div_bbox .div_bbox_2 {
        width: 224px;
        margin-left: 34px;
    }

    .div_bbox .div_bbox_3 {
        width: 224px;
        margin-left: 34px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        font-size: 18px;
        color: #0057a1;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .div_bbox>div .txt_box div {
        font-size: 13px;
        margin-top: 15px;
        line-height: 22px
    }

    .div_bbox>div .view_box {
        position: absolute;
        bottom: 25px;
        height: 28px;
        width: 100%;
        left: 20px;
    }

    .div_bbox>div .view_box a {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #999999;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 640px;
        height: 500px;
        margin: 0 auto;
    }

    .product_in {
        width: 740px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 500px !important;
        width: 640px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 500px !important;
    }

    .swiper-container4 ul li .red_zones {
        margin: 0 auto;
        height: 180px;
        width: 500px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
        height: 272px;
        width: 256px;
    }

    .swiper-container4 .pagerchw {
        display: none;
    }

    .swiper-container4 .pagerchw ul {
        width: 100% !important;
        height: 72px !important;
        text-align: center;
        font-size: 0;
    }

    .swiper-container4 .pagerchw ul li {
        display: inline-block;
        width: 75px;
        height: 72px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .swiper-container4 .pagerchw ul li p {
        color: #000;
        height: 48px;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        letter-spacing: -0.08em;
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 40px;
    }

    .red_padding h2 {
        font-size: 26px;
    }

    .prod_mobilewr {
        background-color: #d8e6f3;
        padding: 20px 0;
    }

    .prod_mobilewr h4 {
        width: 740px;
        margin: 0 auto;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .prod_mobile {
        width: 740px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .prod_mobile li {
        text-align: center;
        margin-bottom: 20px;
    }

    .prod_mobile li:nth-of-type(4n) {
        margin-right: 0;
    }

    .prod_mobile li a.clicka {
        display: inline;
    }

    .prod_mobile li a.clickaon {
        display: none;
    }

    .prod_mobile li:hover a.clicka {
        display: none;
    }

    .prod_mobile li:hover a.clickaon {
        display: inline;
    }

    .prod_mobile li p {
        letter-spacing: -0.1em;
        margin-top: 5px;
    }

    .detailviewl {
        display: none;
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 40px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 20px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 40px;
    }

    .b_subject {
        display: none;
    }

    .b_content {
        display: none;
    }

    .b_iconbox {
        display: none;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .header_mo {
        height: 120px;
        width: 100%;
        height: 120px;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 1px 3px 5px #ddd;
        z-index: 999;
        background: #fff;
    }

    .header_height {
        height: 120px;
    }

    .mlogos {
        display: block;
    }

    .lang_menu {
        position: absolute;
    }

    .lang_menu h4 {
        width: 50px;
        height: 60px;
        text-align: center;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 34px;
        line-height: 60px;
        font-weight: 500;
    }

    .lang_menu h4 a.on {
        border-bottom: 2px solid #818080;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 20px;
        margin-left: -20px;
        margin-top: 2px;
        background-color: #fff;
        width: 200px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li.now a {
        font-weight: 700;
        color: #0094ce;
    }

    .menu-search {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-modal #search_form_mo {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-modal #search_form_mo .search-input {
        width: 100%;
        height: 60px;
        border: 1px solid #acacac;
        border-radius: 30px;
        text-indent: 52px;
    }

    .search-modal #search_form_mo .mo_search_submit {
        position: absolute;
        position: absolute;
        font-size: 31px;
        left: 15px;
        font-weight: bold;
        color: #3F4643;
        top: 9px;
    }

    .search-modal #search_form_mo .mo_search_close {
        position: absolute;
        position: absolute;
        font-size: 35px;
        font-weight: bold;
        color: #3F4643;
        right: 9px;
        top: 12px;
    }

    .menu-trigger {
        position: absolute;
    }

    .menu-trigger,.menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 47px;
        height: 47px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 7px;
        background-color: #0094ce;
        border-radius: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
    }

    .menu-trigger.type7 span:nth-of-type(1) {
        -webkit-animation: menu-bar07-01 .75s forwards;
        animation: menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.type7 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger.type7 span:nth-of-type(3) {
        -webkit-animation: menu-bar07-02 .75s forwards;
        animation: menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-02 {
        0% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-02 {
        0% {
            transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(1) {
        -webkit-animation: active-menu-bar07-01 .75s forwards;
        animation: active-menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar07-01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-7 span:nth-of-type(3) {
        -webkit-animation: active-menu-bar07-02 .75s forwards;
        animation: active-menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-02 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar07-02 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }

    #mobile_menu {
        width: 50%;
        left: 0;
        top: 0;
        background: #fff;
        position: fixed;
        z-index: 1112;
        box-shadow: 2px 3px 11px #555;
        height: 100%;
    }

    .m_top_box {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #999;
        height: 90px;
    }

    #mobile_menu>ul>li {
        position: relative;
    }

    #mobile_menu>ul>li>a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        text-indent: 20px;
        position: relative;
        border-bottom: 1px solid #999;
        background: #fafafa
    }

    #mobile_menu>ul>li>ul {
        padding: 20px;
        display: none;
        border-bottom: 1px solid #999;
    }

    #mobile_menu>ul>li>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
        font-size: 18px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>ul>li>ul {
        padding: 10px 0;
    }

    #mobile_menu>ul>li>ul>li>ul>li {
        height: 35px;
    }

    #mobile_menu>ul>li>ul>li>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-indent: 40px;
        font-size: 14px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>a:after {
        content: " ";
        position: absolute;
        width: 18px;
        height: 17px;
        background-image: url(/assets/images/common/gnb_li_bg_off111.png);
        right: 20px;
        top: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    #mobile_menu>ul>li>a.selected:after {
        transform: rotate( 90deg);
    }

    a.xxxxx {
        display: block;
        position: absolute;
        right: 30px;
        top: 26px;
    }

    .partner_boxbox {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .mopic_show {
        display:none;
    }

    .pcshow {
        display: none;
    }

    .moshow {
        display: block;
    }

    .tableshow {
        display: block;
    }

    .lang_menu {
    }

    .partner_wrap {
        background: url(/assets/images/common/partner_bg_1920_735.jpg);
        height: 635px;
        width: 100%;
        background-size: cover;
    }

    .partner_in {
        width: 1000px;
        margin: 0 auto;
        height: 635px;
        position: relative;
    }

    .partner_boxbox {
    }

    .form_box {
        width: 480px;
        height: 389px;
        position: absolute;
        right: 0;
        top: 50px;
    }

    .f_p_1 {
        font-size: 24px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 280px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        width: 200px;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        float: left;
        text-align: center;
        line-height: 33px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        float: right;
        border: none;
    }

    .sns_box {
        width: 100%;
        background: #fff;
        height: 80px;
        padding: 20px 0;
    }

    .sns_box ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 40px;
    }

    .sns_box ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .footer {
        background: #0094ce;
    }

    .footer_in {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        right: 0;
        top: 40px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 40px;
        line-height: 26px;
    }

    .tableshow {
        display: block !important;
    }

    .swiper-container2 {
        height: 788px !important;
        width: 100% !important;
    }

    .swiper-container2 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container2 .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container2 .swiper-wrapper li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title {
        color: #0094ce;
        position: absolute;
    }

    .swiper-container2 .swiper-wrapper li a .stitle01 {
        top: 40px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle02 {
        top: 40px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle03 {
        top: 100px;
        right: 70px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle04 {
        top: 270px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .stitle05 {
        top: 40px;
        left: 40px;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title p {
        font-size: 26px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container2 .swiper-wrapper li a .swiper_title h6 {
        font-size: 52px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container2 .swiper-wrapper li a .stitle01 h6 {
        width: unset;
    }

    .swiper-container2 .swiper-wrapper li.swiper-slide-active a .swiper_title p {
        animation: 0.8s ease 0.2s infade;
        opacity: 1;
    }

    .swiper-container2 .swiper-wrapper li.swiper-slide-active a .swiper_title h6 {
        animation: 0.8s ease 0.4s infade;
        opacity: 1;
    }

    .news_wrap {
        height: 874px;
        background: #ededf7;
    }

    .news_in {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    .contact_img img {
        display: none;
    }

    .news_in h2 {
        font-size: 26px;
        color: #231f20;
        padding: 110px 0 30px 0;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox .div_bbox_1 {
        width: 320px;
    }

    .div_bbox .div_bbox_2 {
        width: 320px;
        margin-left: 20px;
    }

    .div_bbox .div_bbox_3 {
        width: 320px;
        margin-left: 20px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        font-size: 22px;
        color: #0057a1;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
    }

    .div_bbox>div .txt_box div {
        font-size: 13px;
        margin-top: 15px;
        line-height: 22px
    }

    .div_bbox>div .view_box {
        position: absolute;
        bottom: 25px;
        height: 28px;
        width: 100%;
        left: 20px;
    }

    .div_bbox>div .view_box a {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #999999;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 900px;
        height: 640px;
        margin: 0 auto;
    }

    .product_in {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 640px !important;
        width: 900px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 640px !important;
    }

    .swiper-container4 ul li .red_zones {
        float: left;
        height: 640px;
        width: 356px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        float: right;
        height: 640px;
        width: 544px;
        margin-top: 0;
    }

    .swiper-container4 .pagerchw {
        position: absolute;
        width: 800px;
        height: 72px !important;
        left: 50%;
        margin-left: -400px;
        bottom: 100px;
        z-index: 44
    }

    .swiper-container4 .pagerchw ul {
        width: 100% !important;
        height: 72px !important;
        text-align: center;
        font-size: 0;
    }

    .swiper-container4 .pagerchw ul li {
        display: inline-block;
        width: 75px;
        height: 72px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw ul li p {
        display: none;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 100px;
    }

    .red_padding h2 {
        font-size: 26px;
    }

    .prod_mobilewr {
        background-color: #d8e6f3;
        padding: 20px 0 0 0;
    }

    .prod_mobilewr h4 {
        width: 1000px;
    }

    .prod_mobile {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .prod_mobile li {
        text-align: center;
        margin-bottom: 20px;
    }

    .prod_mobile li:nth-of-type(4n) {
        margin-right: 0;
    }

    .prod_mobile li a.clicka {
        display: inline;
    }

    .prod_mobile li a.clickaon {
        display: none;
    }

    .prod_mobile li:hover a.clicka {
        display: none;
    }

    .prod_mobile li:hover a.clickaon {
        display: inline;
    }

    .prod_mobile li p {
        letter-spacing: -0.1em;
        margin-top: 5px;
    }

    .detailviewl {
        display: block;
        width: 200px;
        margin-top: 40px;
        height: 28px;
        line-height: 28px;
        color: #999
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 40px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 20px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 40px;
    }

    .b_subject {
        display: block;
        color: #0057a1;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
    }

    .b_content {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .b_iconbox {
        display: block;
        height: 38px;
        margin-top: 20px;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .next {
        display: block !important;
    }

    .prev {
        display: block !important;
    }

    .header_mo {
        height: 120px;
        width: 100%;
        height: 120px;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 1px 3px 5px #ddd;
        z-index: 999;
        background: #fff;
    }

    .header_height {
        height: 120px;
    }

    .mlogos {
        display: block;
    }

    .menu-trigger {
        position: absolute;
        top: 50%;
    }

    .menu-trigger,.menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 47px;
        height: 47px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 7px;
        background-color: #0094ce;
        border-radius: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
    }

    .menu-trigger.type7 span:nth-of-type(1) {
        -webkit-animation: menu-bar07-01 .75s forwards;
        animation: menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.type7 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger.type7 span:nth-of-type(3) {
        -webkit-animation: menu-bar07-02 .75s forwards;
        animation: menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes menu-bar07-02 {
        0% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar07-02 {
        0% {
            transform: translateY(-10px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(1) {
        -webkit-animation: active-menu-bar07-01 .75s forwards;
        animation: active-menu-bar07-01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar07-01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }

    .menu-trigger.active-7 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-7 span:nth-of-type(3) {
        -webkit-animation: active-menu-bar07-02 .75s forwards;
        animation: active-menu-bar07-02 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar07-02 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar07-02 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }

    #mobile_menu {
        width: 50%;
        left: 0;
        top: 0;
        background: #fff;
        position: fixed;
        z-index: 1112;
        box-shadow: 2px 3px 11px #555;
        height: 100%;
    }

    .m_top_box {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #999;
        height: 90px;
    }

    #mobile_menu>ul>li {
        position: relative;
    }

    #mobile_menu>ul>li>a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        text-indent: 20px;
        position: relative;
        border-bottom: 1px solid #999;
        background: #fafafa
    }

    #mobile_menu>ul>li>ul {
        padding: 20px;
        display: none;
        border-bottom: 1px solid #ddd;
    }

    #mobile_menu>ul>li>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
        font-size: 18px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>ul>li>ul {
        padding: 10px 0;
    }

    #mobile_menu>ul>li>ul>li>ul>li {
        height: 35px;
    }

    #mobile_menu>ul>li>ul>li>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-indent: 40px;
        font-size: 14px;
        font-weight: bold;
    }

    #mobile_menu>ul>li>a:after {
        content: " ";
        position: absolute;
        width: 18px;
        height: 17px;
        background-image: url(/assets/images/common/gnb_li_bg_off111.png);
        right: 20px;
        top: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    #mobile_menu>ul>li>a.selected:after {
        transform: rotate( 90deg);
    }

    a.xxxxx {
        display: block;
        position: absolute;
        right: 30px;
        top: 26px;
    }

    .partner_boxbox {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 30px;
        padding: 20px;
        text-align: center;
        overflow: hidden;
    }

    .partner_boxbox h5 {
        width: 154px;
        height: auto;
        float: left;
    }

    .partner_boxbox h5 img {
        width: 100%;
    }

    .partner_boxbox .swiper-container5 {
        width: 798px;
        float: right;
        overflow: hidden;
    }

    .partner_list {
        width: 798px !important;
    }

    .partner_list li {
        width: 155.6px !important;
    }

    .partner_list li img {
        height: 55px;
    }
}

@media screen and (min-width: 1340px) {
    .mopic_show {
        display:none !important;
    }

    .pcshow {
        display: block !important;
    }

    .moshow {
        display: none !important;
    }

    .tableshow {
        display: none !important;
    }

    .header {
        position: fixed;
        margin: 0 auto;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 2px 5px #ddd;
    }

    .header_height {
        height: 152px;
    }

    .header_in {
        width: 1340px;
        position: relative;
        height: 152px;
        margin: 0 auto;
        box-shadow: 0px 0px 0px #ddd;
    }

    .pclogo {
        display: block;
        width: 150px;
        height: 90px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -45px;
        transition: all .2s;
        transform: scale(1);
    }

    .main_menu {
        position: absolute;
        height: 90px;
        top: 50%;
        margin-top: -45px;
    }

    .main_menu>dd {
        float: left;
        height: 90px;
        padding: 0 32px;
    }

    .main_menu>dd.lastli {
        float: left;
        height: 90px;
    }

    .main_menu>dd>a {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 18px;
        font-weight: normal;
    }

    .main_menu>dd .ondra {
        color: #0064a7
    }

    .main_menu>dd>a:hover {
        color: #0064a7
    }

    div.search_box {
        width: 230px;
        height: 30px;
        position: absolute;
        left: 910px;
        top: 50%;
        margin-top: -12px;
    }

    div.search_box .search_input {
        width: 100%;
        height: 30px;
        border: 1px solid #acacac;
        text-indent: 20px;
        margin-top: -2px;
        border-radius: 40px
    }

    div.search_box .search_submit {
        font-family: 'IcoFont';
        position: absolute;
        margin: 5px 0px 0px -30px;
        font-size: 15px;
        font-weight: bold;
        color: #3F4643;
        z-index: 9999;
        cursor: hand;
    }

    @-moz-document url-prefix() {
        div.search_box .search_submit {
            margin: -23px 18px 0px 205px;
        }
    }

    div.search_box .search_submit:hover {
        color: #0094ce;
        cursor: hand;
    }

    div .contect_icons {
        display: block;
        position: absolute;
        right: -6px;
        top: 0;
        width: 46px;
        height: 152px;
    }

    a.menu_joo {
        display: block;
        position: absolute;
        right: 70px;
        top: 50%;
        margin-top: -20px;
        width: 46px;
        height: 40px;
    }

    .lang_menu {
        position: absolute;
        left: 1170px;
        top: 50%;
        margin-top: -18px;
        z-index: 9999
    }

    .lang_menu h4 {
        width: 27px;
        height: 40px;
    }

    .lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 17px;
        line-height: 40px;
        font-weight: 700;
    }

    .lang_menu h4:hover a,.lang_menu h4 a.on {
        border-bottom: 2px solid #0094ce;
        font-weight: 700;
    }

    .lang_menu .langDropdown {
        padding: 10px 15px;
        margin-left: -15px;
        margin-top: 2px;
        background-color: #fff;
        width: 110px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .lang_menu .langDropdown.on {
        display: block;
    }

    .lang_menu .langDropdown li a {
        font-size: 14px;
        color: #231f20;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    .lang_menu .langDropdown li:hover a {
        font-weight: 700;
        color: #0094ce;
    }

    .menugum_box.menugum_box_1 {
        background: #000;
        opacity: 0.8;
        width: 100%;
        position: absolute;
        left: 0;
        top: 152px;
    }

    .menugum_box.menugum_box_1>div {
        width: 1200px;
        margin: 0 auto;
        height: 670px;
        margin-top: 30px;
        position: relative;
    }

    .menugum_box>div>a.xxx {
        display: block;
        position: absolute;
        right: 0px;
        top: -40px;
        width: 40px;
        height: 40px;
    }

    .menugum_box>div>div>div ul li {
        position: relative;
    }

    .menugum_box>div>div>div ul li a img {
        position: absolute;
        left: 0;
        top: 0;
    }


    .menugum_box>div>div>div h2 {
        text-indent: 15px;
    }

    .menugum_box>div>div>div ul li a:hover {
        color: #0094ce !important
    }

    .menugum_box>div>div>div:hover h2,.menugum_box>div>div>div:hover h2 a {
        color: #0094ce !important
    }

    .menugum_box>div>div.over_box_1>.menu_1 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -4px;
    }

    .menugum_box>div>div.over_box_1>.menu_1 h2 a {
        color: #ffffff;
    }

    .menugum_box>div>div.over_box_1>.menu_1 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_1 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_1 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
        line-height: 33px;
    }



    .menugum_box>div>div.over_box_1>.menu_2 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -4px;
    }

    .menugum_box>div>div.over_box_1>.menu_2 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_2 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_2 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }


    .menugum_box>div>div.over_box_1>.menu_3 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -4px;
    }

    .menugum_box>div>div.over_box_1>.menu_3 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_3 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_3 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }



    .menugum_box>div>div.over_box_1>.menu_4 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -4px;
    }

    .menugum_box>div>div.over_box_1>.menu_4 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_4 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_4 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }



    .menugum_box>div>div.over_box_1>.menu_5 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -4px;
    }

    .menugum_box>div>div.over_box_1>.menu_5 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_5 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_5 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }

    .menugum_box>div>div.over_box_1>.menu_6 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -0px;
    }

    .menugum_box>div>div.over_box_1>.menu_6 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_6 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_6 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }

    .menugum_box>div>div.over_box_1>.menu_7 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -0px;
    }

    .menugum_box>div>div.over_box_1>.menu_7 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_7 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_7 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }


    .menugum_box>div>div.over_box_1>.menu_8 h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: -0px;
    }

    .menugum_box>div>div.over_box_1>.menu_8 ul {
        padding-top: 10px;
    }

    .menugum_box>div>div.over_box_1>.menu_8 ul li {
        height: 33px;
        font-size: 18px;
    }

    .menugum_box>div>div.over_box_1>.menu_8 ul li a {
        text-indent: 44px;
        font-size: 18px;
        color: #fff;
        display: block;
        height: 33px;
    }

    .menugum_box {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
        width: 100%;
        position: absolute;
        left: 0;
        top: 152px;
    }

    .menugum_box>div {
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 30px;
        margin-top: 30px;
        position: relative;
    }

    .menugum_box_2>div>.over_box_1>.menu_normal {
        padding-left: 265px;
        overflow: hidden;
    }

    .menugum_box_3>div>.over_box_1>.menu_normal {
        padding-left: 390px;
        overflow: hidden;
    }

    .menugum_box_4>div>.over_box_1>.menu_normal {
        padding-left: 515px;
        overflow: hidden;
    }

    .menugum_box_5>div>.over_box_1>.menu_normal {
        padding-left: 680px;
        overflow: hidden;
    }

    .menugum_box>div>.over_box_1>.menu_normal h2 {
        font-size: 30px;
        color: #0094ce;
        text-indent: 0;
        font-weight: 700;
        height: 100%;
        width: 170px;
        float: left;
        line-height: 54px;
    }

    .menugum_box>div>.over_box_1>.menu_normal ul {
        float: left;
    }

    .menugum_box>div>.over_box_1>.menu_normal ul li {
        line-height: 54px;
    }

    .menugum_box>div>.over_box_1>.menu_normal ul li a {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
    }

    .menublue_box {
        width: 100%;
        width: 1050px;
        background: #0a0d0e;
        height: 560px;
        position: absolute;
        top: 120px;
        z-index: 3;
    }

    .menublue_box>a.xxxx {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        top: -62px;
    }

    @media screen and (min-width: 600px) {
        .menublue_box>a.xxxx {
            display:none;
        }
    }

    .header_map {
        display: none;
    }

    .header_map_2 {
        color: #333;
        width: 40%;
        display: block;
        z-index: 2;
        float: left;
    }

    .header_map_2>h3 {
        font-size: 18px;
        color: #333;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_2>ul>li {
        height: 24px;
    }

    .header_map_2>ul>li>a {
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .header_map_3 {
        display: block;
        position: absolute;
        left: 648px;
        top: 28px;
    }

    .header_map_3>h3 {
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_3>ul>li {
        height: 24px;
    }

    .header_map_3>ul>li>a {
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .header_map_4 {
        display: block;
        position: absolute;
        left: 818px;
        top: 28px;
    }

    .header_map_4>h3 {
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_4>ul>li {
        height: 24px;
    }

    .header_map_4>ul>li>a {
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .header_map_5 {
        display: block;
        position: absolute;
        left: 648px;
        top: 284px;
    }

    .header_map_5>h3 {
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_5>ul>li {
        height: 24px;
    }

    .header_map_5>ul>li>a {
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .header_map_6 {
        display: block;
        position: absolute;
        left: 818px;
        top: 193px;
    }

    .header_map_6>h3 {
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_6>ul>li {
        height: 24px;
    }

    .header_map_6>ul>li>a {
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: block;
        font-weight: bold;
    }

    .header_map_1 {
        display: block;
        float: left;
        padding: 0px 30px 30px 30px;
        width: 60%;
        z-index: 1;
    }

    .header_map_1 h3 {
        font-size: 18px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .header_map_11 {
        display: block;
        width: 33%;
        float: left;
        height: 180px;
    }

    .header_map_11>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_11>ul>li {
        height: 19px;
    }

    .header_map_11>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_22 {
        display: block;
        width: 33%;
        float: left;
        height: 180px;
    }

    .header_map_22>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_22>ul>li {
        height: 19px;
    }

    .header_map_22>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_33 {
        width: 33%;
        display: block;
        float: left;
        height: 180px;
    }

    .header_map_33>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_33>ul>li {
        height: 19px;
    }

    .header_map_33>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_44 {
        width: 33%;
        display: block;
        float: left;
        height: 260px;
    }

    .header_map_44>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_44>ul>li {
        height: 19px;
    }

    .header_map_44>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_55 {
        width: 33%;
        display: block;
        float: left;
    }

    .header_map_55>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_55>ul>li {
        height: 19px;
    }

    .header_map_55>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_66 {
        height: 260px;
        width: 33%;
        float: left;
        display: block;
    }

    .header_map_66>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_66>ul>li {
        height: 19px;
    }

    .header_map_66>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_77 {
        width: 33%;
        display: block;
        float: left;
    }

    .header_map_77>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_77>ul>li {
        height: 19px;
    }

    .header_map_77>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_88 {
        width: 33%;
        display: block;
        float: left;
    }

    .header_map_88>h4 {
        font-size: 13px;
        color: #333;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .header_map_88>ul>li {
        height: 19px;
    }

    .header_map_88>ul>li>a {
        height: 19px;
        line-height: 19px;
        color: #333;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

    .header_map_99 {
        width: 33%;
        display: block;
        float: left;
    }

    .swiper-container1 {
        height: 800px !important;
        width: 100% !important;
    }

    .swiper-container1 .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-container-main .swiper-wrapper li {
        width: 100% !important;
        height: 100% !important;
        position: relative;
    }

    .swiper-container-sub .swiper-pagination-progressbar {
        position: inherit;
    }

    .swiper-container-sub .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: linear-gradient(270deg, #007aff, transparent);
    }

    .swiper-container-sub .swiper-pagination-progressbar {
        position: inherit;
    }

    .product_new_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: linear-gradient(270deg, #007aff, transparent);
    }

    .product_new_slider .p_new_bar {
        height: 3px !important;
        background: red !important;
        top: unset !important;
        left: unset !important;
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        top: unset !important;
        left: unset !important;
    }

    .swiper-container-sub ul li {
        border-bottom: 1px solid #DBDBDB ;
    }

    .swiper-container-sub ul li {
        padding: 15px;
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #666;
        font-size: 14px;
    }

    .swiper-container-sub ul li:before {
        color: #ccc;
        vertical-align: top;
        content: '|';
        margin-left: 100%;
        position: absolute;
    }

    .swiper-container-sub ul li:first-child:before {
        display: none
    }

    .swiper-container-sub .swiper-slide-active {
        color: #2C90FD;
    }

    .swiper-pagination-progressbar {
        background: rgb(216 216 216 / 15%) !important;
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        height: 2px !important;
    }

    .swiper-container-sub ul li:after {
        border-right: 1px solid red;
    }

    .swiper-container-main .main_navi_warp {
        display: none;
    }

    .partner_wrap {
        background: url(/assets/images/common/partner_bg_1920_735.jpg);
        height: 735px;
        width: 100%;
        background-size: cover;
    }

    .partner_in {
        width: 1250px;
        margin: 0 auto;
        height: 735px;
        position: relative;
    }

    .form_box {
        width: 480px;
        height: 389px;
        position: absolute;
        right: 0;
        top: 100px;
    }

    .f_p_1 {
        font-size: 24px;
        color: #0094ce;
        font-weight: bold;
        letter-spacing: -2.6px;
        line-height: 20px
    }

    .f_p_2 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        letter-spacing: -1.6px;
        margin-top: 16px;
    }

    .f_select {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 14px;
        color: #333;
        height: 38px;
        text-indent: 5px;
    }

    .company_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .company_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .name_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .name_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .email_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .email_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .tel_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .tel_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .addr_box {
        width: 48%;
        float: left;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .addr_box select.f_select {
        margin-top: 0px;
    }

    .dept_box {
        width: 48%;
        float: right;
        height: 38px;
        font-size: 14px;
        margin-top: 8px;
    }

    .dept_box input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .content_box {
        clear: both;
        width: 100%;
        height: 110px;
        margin-top: 8px;
    }

    .content_box textarea {
        resize: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 110px;
        padding: 5px;
        font-size: 14px;
    }

    .agree_box {
        float: left;
        width: 280px;
        height: 40px;
        position: relative;
        margin-top: 14px;
    }

    .agree_box_left input {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .agree_box_left label {
        position: absolute;
        left: 20px;
        top: 0;
        font-size: 11px;
        letter-spacing: -1px;
    }

    .agree_right {
        position: absolute;
        left: 0px;
        top: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    .form_bt_box {
        float: right;
        width: 200px;
        height: 40px;
        margin-top: 14px;
    }

    .form_bt_box .passwrod_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        float: left;
        text-align: center;
        line-height: 33px;
    }

    .form_bt_box .password_input {
        width: 95px;
        height: 35px;
        background: #ececec;
        color: #555;
        font-size: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ccc;
    }

    .form_bt_box .submit_r_bt {
        display: block;
        width: 95px;
        height: 35px;
        background: #0094ce;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        float: right;
        border: none;
    }

    .main_maps {
        height: 692px;
        background: #ededf7;
    }

    .main_maps_in {
        height: 692px;
        width: 1340px;
        margin: 0 auto;
        position: relative;
    }

    .mapsdiv {
        position: absolute;
        display: none;
    }

    .mapsdiv>h3 {
        font-size: 19px;
        color: #555 !important;
        border-bottom: 1px solid #555;
        padding-bottom: 10px;
        letter-spacing: -0.4px
    }

    .mapsdiv a {
        font-size: 14px;
        color: #555 !important;
    }

    .maps_1 {
        display: block;
        top: 56px;
        width: 118px;
    }

    .maps_1 ul {
        margin-top: 18px;
    }

    .maps_1 ul li {
        height: 28px;
    }

    .maps_1 ul li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
    }

    .maps_3 {
        display: block;
        left: 826px;
        top: 56px;
        width: 140px;
    }

    .maps_3 ul {
        margin-top: 18px;
    }

    .maps_3 ul li {
        height: 28px;
    }

    .maps_3 ul li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
    }

    .maps_5 {
        display: block;
        left: 826px;
        top: 372px;
        width: 130px;
    }

    .maps_5 ul {
        margin-top: 18px;
    }

    .maps_5 ul li {
        height: 28px;
    }

    .maps_5 ul li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
    }

    .maps_4 {
        display: block;
        left: 986px;
        top: 56px;
        width: 222px;
    }

    .maps_4 ul {
        margin-top: 18px;
    }

    .maps_4 ul li {
        height: 28px;
    }

    .maps_4 ul li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
    }

    .maps_6 {
        display: block;
        left: 986px;
        top: 372px;
        width: 230px;
    }

    .maps_6 ul {
        margin-top: 18px;
    }

    .maps_6 ul li {
        height: 28px;
    }

    .maps_6 ul li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
    }

    .maps_2 {
        display: block;
        left: 192px;
        top: 56px;
        width: 606px;
    }

    .maps_2 div {
        position: relative;
        display: block;
        width: 606px;
    }

    .maps_2 div ul li {
        height: 24px;
    }

    .maps_2 div ul li a {
        font-size: 13px;
        display: block;
        height: 24px;
        line-height: 24px;
        color: #555;
        font-weight: bold;
    }

    .maps_2 div .maps_2_div_1 {
        width: 136px;
    }

    .maps_2 div .maps_2_div_2 {
        width: 136px;
    }

    .maps_2 div .maps_2_div_3 {
        width: 136px;
    }

    .maps_2 div .maps_2_div_4 {
        width: 214px;
    }

    .maps_2 div .maps_2_div_5 {
        width: 214px;
    }

    .maps_2 div .maps_2_div_6 {
        width: 222px;
    }

    .maps_2 div .maps_2_div_1 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_1 {
        position: absolute;
        left: 0;
        top: 23px;
    }

    .maps_2 div .maps_2_div_2 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_2 {
        position: absolute;
        left: 0;
        top: 185px;
    }

    .maps_2 div .maps_2_div_3 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_3 {
        position: absolute;
        left: 0;
        top: 380px;
    }

    .maps_2 div .maps_2_div_4 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_4 {
        position: absolute;
        left: 163px;
        top: 23px;
    }

    .maps_2 div .maps_2_div_5 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_5 {
        position: absolute;
        left: 163px;
        top: 260px;
    }

    .maps_2 div .maps_2_div_6 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_6 {
        position: absolute;
        left: 398px;
        top: 23px;
    }

    .maps_2 div .maps_2_div_7 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_7 {
        position: absolute;
        left: 398px;
        top: 297px;
    }

    .maps_2 div .maps_2_div_8 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_8 {
        position: absolute;
        left: 150px;
        top: 720px;
    }

    .maps_2 div .maps_2_div_9 h4 {
        font-size: 14px;
        color: #555;
        padding-bottom: 10px;
        letter-spacing: -0.4;
    }

    .maps_2 div .maps_2_div_9 {
        position: absolute;
        left: 462px;
        top: 448px;
    }

    .mapsdiv a:hover {
        color: #0094ce !important
    }

    .sns_link_box {
        position: absolute;
        right: 43px;
        top: 60px;
        width: 40px;
    }

    .sns_link_box li {
        margin-bottom: 10px;
    }

    .footer {
        background: #0094ce;
    }

    .footer_in {
        width: 1340px;
        margin: 0 auto;
        position: relative;
    }

    .foo_text_zone {
        font-size: 12px;
        color: #fff;
        left: 0;
        line-height: 26px;
    }

    .block1340 {
        display: block;
    }

    a.lang_bt_a {
        display: block;
        position: absolute;
        right: 0;
        top: 40px;
        height: 50px;
        width: 165px;
        background: url(/assets/images/common/select_f_165_50.png) no-repeat center;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    .lang_box {
        display: block;
        position: absolute;
        right: 0;
        top: 90px;
        width: 165px;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
    }

    .lang_box ul {
        width: 100%;
    }

    .lang_box ul li {
        height: 40px;
        border-bottom: 1px solid #fff;
    }

    .lang_box ul li a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 39px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
    }

    p.copyright_pc {
        font-size: 13px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 40px;
        line-height: 26px;
    }

    .swiper-wrapper li .swipe_inner {
        position: absolute;
        width: 900px;
        top: 50%;
        left: 53rem;
    }

    .swiper-wrapper li .swipe_inner.sinner_01 {
        transform: translate(-640px, -360px);
    }

    .swiper-wrapper li .swipe_inner.sinner_02 {
        transform: translate(-640px, -360px);
        width: 1200px;
    }

    .swiper-wrapper li .swipe_inner.sinner_03 {
        transform: translate(-95px, -320px);
        left: 50%;
    }

    .swiper-wrapper li .swipe_inner.sinner_04 {
        transform: translate(-640px, -130px);
    }

    .swiper-wrapper li .swipe_inner.sinner_05 {
        transform: translate(-640px, -130px);
    }

    .swiper-wrapper li .swipe_inner.sinner_06 {
        transform: translate(-640px, -365px);
    }

    .swiper-wrapper li .swipe_inner.sinner_07 {
        transform: translate(-640px, -325px);
    }

    .swiper-wrapper li .swipe_inner.sinner_08 {
        transform: translate(-640px, -256px);
    }

    .swiper-wrapper li .swipe_inner.sinner_08 .cert {
        opacity: 0;
        transition: all 0.8s ease 0.8s;
        margin-left: -17px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .cert {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li .swipe_inner .add_btn {
        margin-top: 12%;
        width: 65%;
        margin-left: 10px;
    }

    .swiper-wrapper li .swipe_inner .add_btn a {
        transition: all 0.8s ease 0.6s;
        text-align: center;
        background: #0094ceab;
        color: #fff;
        border-radius: 25px;
        font-size: 16px;
        padding: 10px 30px 10px 30px;
        float: left;
        border: 1px solid #0094ce;
        font-weight: bold;
        display: flex;
        align-content: center;
        justify-content: center;
        text-transform: capitalize !important;
    }

    .swiper-wrapper li .swipe_inner .add_btn span {
        padding: 20px;
        word-break: keep-all;
        font-size: 16px;
        clear: both;
        display: block;
        color: #384254;
    }

    .swiper-wrapper li .swipe_inner .swiper_title {
        margin-bottom: 30px;
        opacity: 0;
        transition: all 0.8s ease 0.2s;
        color: #0094ce;
    }

    .swiper-wrapper li .swipe_inner .swiper_title p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 500;
        color: #333;
    }

    .swiper-wrapper li .swipe_inner .swiper_title h6 {
        font-size: 50px;
        line-height: 65px;
        font-weight: 600;
    }

    .swiper-wrapper li .swipe_inner .sinner_07 h6 {
        font-size: 50px;
    }

    .swiper-wrapper li .swipe_inner .swiper_text {
        margin-bottom: 26px;
        opacity: 0;
        transition: all 0.8s ease 0.4s;
        font-size: 16px;
        color: #384254;
        line-height: 30px;
    }

    .swiper-wrapper li .swipe_inner .swiper_more {
        display: inline-block;
        height: 21px;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-wrapper li .swipe_inner .add_btn {
        opacity: 0;
        transition: all 0.8s ease 0.8s;
    }

    .swiper-wrapper li .swipe_inner.sinner_02 .swiper_title {
        overflow: hidden;
        height: 68px;
    }

    .swiper-wrapper li .swipe_inner.sinner_02 .swiper_title p {
        float: left;
        line-height: 36px;
        padding-top: 28px;
    }

    .swiper-wrapper li .swipe_inner.sinner_02 .swiper_title h6 {
        float: left;
        margin-left: 20px;
    }

    .news_wrap {
        height: 874px;
        background: #ededf7;
    }

    .news_in {
        width: 1252px;
        margin: 0 auto;
        height: 874px;
        position: relative;
    }

    .news_in h2 {
        font-size: 26px;
        color: #231f20;
        padding: 110px 0 30px 0;
        letter-spacing: -1.5px;
    }

    .div_bbox {
        width: 100%;
    }

    .div_bbox .div_bbox_1 {
        width: 400px;
    }

    .div_bbox .div_bbox_2 {
        width: 400px;
        margin-left: 26px;
    }

    .div_bbox .div_bbox_3 {
        width: 400px;
        margin-left: 26px;
    }

    .div_bbox>div {
        position: relative;
        float: left;
    }

    .div_bbox>div .img_box {
        width: 100%;
    }

    .div_bbox>div .img_box a {
        display: block;
        width: 100%;
    }

    .div_bbox>div .txt_box h3.h33_1 {
        font-size: 22px;
        color: #0057a1;
    }

    .div_bbox>div .txt_box h3.h33_2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
    }

    .div_bbox>div .txt_box div {
        font-size: 13px;
        margin-top: 15px;
        line-height: 22px
    }

    .div_bbox>div .view_box {
        position: absolute;
        bottom: 25px;
        height: 28px;
        width: 100%;
        left: 20px;
    }

    .div_bbox>div .view_box a {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #999999;
    }

    .div_bbox>div .view_box a:hover {
        color: #0094ce;
    }

    .div_bbox>div>div.paddignbox {
        padding: 20px;
    }

    .swiper-container4 {
        width: 1314px;
        height: 720px;
        margin: 0 auto;
    }

    .product_in {
        width: 1400px;
        margin: 0 auto;
        position: relative;
    }

    .swiper-container4 .swiper-pagination4 {
        bottom: 40px !important;
        z-index: 99;
    }

    .swiper-container4 ul {
        height: 720px !important;
        width: 1316px !important;
        margin: 0 auto;
    }

    .swiper-container4 ul li {
        height: 720px !important;
    }

    .swiper-container4 ul li .red_zones {
        float: left;
        height: 720px;
        width: 630px;
    }

    .swiper-container4 ul li .blue_zones {
        background: #fff;
        float: right;
        height: 720px;
        width: 680px;
    }

    .swiper-container4 .pagerchw {
        display: block;
        position: absolute;
        width: 640px;
        height: 72px !important;
        left: 10px;
        margin-left: 0;
        bottom: 100px;
        z-index: 44
    }

    .swiper-container4 .pagerchw ul {
        height: 72px !important;
    }

    .swiper-container4 .pagerchw ul li {
        float: left;
        width: 75px;
        height: 72px !important;
        position: relative;
        margin-left: 5px;
    }

    .swiper-container4 .pagerchw .clickaon {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #3db4d2;
        z-index: 44;
        display: none
    }

    .red_padding {
        padding-left: 10px;
        padding-top: 100px;
    }

    .red_padding h2 {
        font-size: 26px;
    }

    .prod_mobilewr {
        display: none;
    }

    .detailviewl {
        display: block;
        width: 200px;
        margin-top: 30px;
        height: 28px;
        line-height: 28px;
        color: #999
    }

    .detailviewl img {
        margin-left: 10px;
    }

    .t_subject {
        font-size: 34px;
        font-weight: bold;
        margin-top: 25px;
    }

    .ts_subject {
        font-size: 22px;
        color: #3db4d2;
        font-weight: bold;
    }

    .t_conbox {
        margin-top: 40px;
    }

    .b_subject {
        color: #0057a1;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }

    .b_content {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    .b_iconbox {
        height: 38px;
        margin-top: 20px;
    }

    .swiper-container4 .pagerchw ul li:first-child a.clickaon {
        display: block;
    }

    .next {
        display: block !important;
    }

    .prev {
        display: block !important;
    }

    .partner_boxbox {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 60px;
        padding: 20px;
        text-align: center;
        overflow: hidden;
    }

    .partner_boxbox img {
        padding: 0
    }

    .partner_boxbox h5 {
        padding: 5px 17px;
        float: left;
        width: 196px;
    }

    .swiper-container5 {
        float: right;
        width: 1107px !important;
        overflow: hidden;
    }

    .partner_list {
        width: 1107px !important;
    }

    .partner_list li {
        width: 223px !important;
    }
}

#windo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 1111;
    display: none;
}

.memu_sub {
    display: block;
    position: absolute;
    right: 99px;
    top: 50%;
    margin-top: -35px;
    width: 46px;
    height: 40px;
}

.menu-trigger {
}

.menu-trigger,.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 33px;
    height: 33px;
    right: -40px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #3F4643;
    border-radius: 4px;
}

.p_menu {
    position: relative;
    width: 25px;
    height: 25px;
}

.p_menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3F4643;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 15px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.p_menu span:nth-of-type(1) {
    top: 0;
}

.p_menu span:nth-of-type(2) {
    top: 12px;
}

.p_menu span:nth-of-type(3) {
    bottom: 0;
}

.menu-side.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (17px) rotate (-45deg);
    transform: translateY(17px) rotate(-45deg);
}

.menu-side.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.menu-side.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.p_menu.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (12px) rotate (-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.p_menu.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.p_menu.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (17px) rotate (-45deg);
    transform: translateY(17px) rotate(-45deg);
}

.menu-trigger.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.p_menu.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (12px) rotate (-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.p_menu.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.p_menu.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.m_menu.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (17px) rotate (-45deg);
    transform: translateY(17px) rotate(-45deg);
}

.m_menu.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.m_menu.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.menu-trigger.type12:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -28px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: all .75s;
}

.menu-trigger.active-12 span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active-12 span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-menu-bar12-01 .8s forwards;
    animation: active-menu-bar12-01 .8s forwards;
}

@-webkit-keyframes active-menu-bar12-01 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar12-01 {
    100% {
        height: 0;
    }
}

.menu-trigger.active-12 span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

.menu-trigger.active-12:after {
    -webkit-animation: circle-12 .4s .25s forwards;
    animation: circle-12 .4s .25s forwards;
}

@-webkit-keyframes circle-12 {
    0% {
        border-color: transparent;
        -webkit-transform: rotate(0deg);
    }

    25% {
        border-color: transparent #3F4643 transparent transparent;
    }

    50% {
        border-color: transparent #3F4643 #3F4643 transparent;
    }

    75% {
        border-color: transparent #3F4643 #3F4643 #3F4643;
    }

    100% {
        border-color: #3F4643;
        -webkit-transform: rotate(-680deg);
    }
}

@keyframes circle-12 {
    0% {
        border-color: transparent;
        transform: rotate (0deg);
    }

    25% {
        border-color: transparent #3F4643 transparent transparent;
    }

    50% {
        border-color: transparent #3F4643 #3F4643 transparent;
    }

    75% {
        border-color: transparent #3F4643 #3F4643 #3F4643;
    }

    100% {
        border-color: #3F4643;
        transform: rotate (-680deg);
    }
}

.btn {
    line-height: 31px;
    position: relative;
    padding: 5px 22px;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.btn i,.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn .badge {
    margin-left: 7px;
}


.btn-default {
    color: #fff;
    background-color: #2BBBAD;
}

.btn-default:hover,.btn-default:focus {
    background-color: #30cfc0 !important;
    color: #fff !important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

a.waves-effect .waves-ripple {
    z-index: -1;
}

.swiper-wrapper li .swipe_inner .add_btn {
    opacity: 0;
    transition: all 0.8s ease 0.8s;
}

@media(min-width: 991px) {
    body.scroll-fixed .header {
        position:fixed;
        top: 0px;
        z-index: 9998;
        height: 73px;
    }

    body.scroll-fixed .header .header_in,body.scroll-fixed .header_height {
        height: 73px;
    }

    body.scroll-fixed .pclogo img {
        transform: scale(0.7);
    }

    body.scroll-fixed .header .menugum_box {
        top: 81px !important;
    }

    body.scroll-fixed .header .contect_icons {
        top: -103px;
    }

    body.scroll-fixed .header .menublue_box {
        top: 67px;
    }
}

.contact_us_blanket {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

#contact_us_confirm_wrap {
    display: none
}

#contact_us_confirm_wrap {
    width: calc(100% - 20px);
    position: absolute;
    background: transparent;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    display: none;
    margin: 0px 10px;
}

#contact_us_confirm {
    margin: 0px auto;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #5e5e5e;
    border: 1px solid #5e5e5e
}

@media(min-width: 320px) {
    #contact_us_confirm {
        width:100%;
    }
}

@media(min-width: 360px) {
    #contact_us_confirm {
        width:100%;
    }
}

@media(min-width: 360px) {
    #contact_us_confirm {
        width:100%;
    }
}

@media(min-width: 400px) {
    #contact_us_confirm {
        width:100%;
    }
}

@media(min-width: 600px) {
    #contact_us_confirm {
        width:100%;
    }
}

@media(min-width: 992px) {
    #contact_us_confirm {
        width:600px;
    }
}

#tmp_content {
    width: 100%;
    height: 100px
}

#contact_us_confirm h4 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    background: #2e2e2e;
    color: #fff;
}

.contact_us_blanket {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

#contact_us_confirm dl {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 2px
}

#contact_us_confirm dl * {
    font-size: 12px;
    padding: 0px 5px;
}

em.hide {
    display: none;
}

body.scroll-fixed {
    padding-top: 73px;
}

@media screen and (min-width: 1500px) and (max-width:1750px) {
    .swiper-wrapper li .swipe_inner.sinner_01 {
        transform:translate(-640px, -300px);
    }

    .swiper-wrapper li .swipe_inner.sinner_02 {
        transform: translate(-640px, -325px);
    }

    .swiper-wrapper li .swipe_inner.sinner_06 {
        transform: translate(-640px, -300px);
    }
}

/* -- /assets/css/layout.css -- */
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
    }
}

.content_body .sub_title {
    text-align: center;
    padding-bottom: 60px;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
    margin: 0 auto;
    word-break: keep-all;
}

.sub_topbnr {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    color: #eee;
    font-size: 45px;
    line-height: 45px;
    padding: 80px 0;
}

.sub_topbnr h1 {
    max-width: 670px
}

.sub_topbnr > .sub_wp {
    padding-left: 18px;
}

.sub_topbnr.sub_topbnr_products {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_001.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_292 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_292.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_255 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_smart_factory.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_001 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_001.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_020 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_020.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_057 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_057.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_060 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_060.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_080 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_080.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_098 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_098.jpg?v=p_202601-1);
}

.sub_topbnr.sub_topbnr_products.prod_cate_header_182 {
    background-image: url(/assets_lang/common/images/bg_subhead/header_bg_182.jpg?v=p_202601-1);
}

.body_customersupport .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_customer-support.jpg?v=p_202601-1);
}

.body_board .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_category.jpg?v=p_202601-1);
}

.body_aboutus .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_about-us.jpg?v=p_202601-1);
}

.body_buy .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_buy.jpg?v=p_202601-1);
}

.body_contactus .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_contact-us.jpg?v=p_202601-1);
}

.body_cookiespolicy .sub_topbnr {
    background-image: url(/assets_lang/common/images/bg_subhead/page-header_contact-us.jpg?v=p_202601-1);
}

.sub_wp {
    width: 1340px;
    margin: auto;
}

.content_area_products {
    max-width: 1580px;
    margin: auto;
}

.content_area_products_view {
    width: 100%;
    margin: auto;
}


.main_menu > li > a {
    text-transform: uppercase;
    font-weight: normal;
}

@media screen and (max-width: 1339px) {
    .sub_wp {
        width:100%;
    }
}

.sub_topbnr h1 {
    color: #0094ce !important;
    font-size: 45px !important;
    line-height: 45px;
    font-weight: 400 !important;
    font-family: 'Noto Sans', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', sans-serif, "Open Sans", ProximaNovaSemibold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html[clang='kr'] .sub_topbnr h1 {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif, "Open Sans", ProximaNovaSemibold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html[clang='jp'] .sub_topbnr h1 {
    font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans KR', sans-serif, "Open Sans", ProximaNovaSemibold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html[clang='cn'] .sub_topbnr h1 {
    font-family: 'Noto Sans SC', 'Noto Sans', 'Noto Sans KR', sans-serif, "Open Sans", ProximaNovaSemibold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-family: 'SF UI Display', 'Noto Sans', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', sans-serif;
}

html[clang='kr'] h1,html[clang='kr'] h2,html[clang='kr'] h3,html[clang='kr'] h4,html[clang='kr'] h5,html[clang='kr'] h6 {
    font-family: 'SF UI Display', 'Noto Sans KR', 'Noto Sans', 'Noto Sans JP', 'Noto Sans SC', sans-serif;
}

html[clang='jp'] h1,html[clang='jp'] h2,html[clang='jp'] h3,html[clang='jp'] h4,html[clang='jp'] h5,html[clang='jp'] h6 {
    font-family: 'SF UI Display', 'Noto Sans JP', 'Noto Sans', 'Noto Sans KR', 'Noto Sans SC', sans-serif;
}

html[clang='cn'] h1,html[clang='cn'] h2,html[clang='cn'] h3,html[clang='cn'] h4,html[clang='cn'] h5,html[clang='cn'] h6 {
    font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif, 'Noto sans-serif';
}

.breadcrumb {
    font-size: 13px;
    line-height: 72px;
    padding: 0px 10px 0px 10px;
}

.breadcrumb span {
    color: #2A66AF;
}

.breadcrumb a:last-child:after {
    content: ''
}

.breadcrumb a:after {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "\eaca";
    color: #444;
    display: inline-block;
    margin: 0 8px;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content_area {
    padding: 35px 0px 100px 0px;
}

.content_aside {
    float: left;
    width: 240px;
    margin-right: 80px;
}

.content_aside ul {
    display: block;
}

.aside_item_group .aside_nv_head {
    background: #fff;
    margin-bottom: 1px;
    text-indent: 0px;
    border-bottom: 1px solid #DDDDDD;
}



.aside_item_group .aside_nv_head a.category_tit {
    padding: 10px 10px 10px 14px;
    width: calc(100% - 20px) !important;
    display: block;
    float: left;
    line-height: 1;
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.content_aside_nv .left_menu_active:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.content_area .left_menu ul {
    display: block;
}

.content_area .left_menu a.category_tit {
    width: calc(100% - 20px) !important;
    display: block;
    float: left;
    padding: 10px 5px 10px 14px;
    line-height: 18;
    height: auto;
    word-break: break-word;
}

.content_area .left_menu .subcategory_head a.category_tit {
    width: calc(100% - 20px) !important;
    display: block;
    float: left;
    padding: 10px 10px 10px 20px;
    line-height: 1;
    height: auto;
    color: #000;
    font-weight: 400;
}

.content_area .subcategory_head .category_extend {
    display: none;
}

.content_area .left_menu .menu_category_list {
    display: block;
    position: relative;
}


.content_area .left_menu .menu_category_list .haschild:first-child > div.subcategory_head {
    border-top-width: 0px
}


.content_area .left_menu span.category_extend {
    width: 20px;
    height: 55px;
    float: right;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.content_area .left_menu > .menu_list > li.left_menu_active > div > span.category_extend {
    transition: all 0.2s ease;
}

.content_area .left_menu .subcategory_head {
    background: #ffffff;
    margin-bottom: 1px;
    text-indent: 7px;
}

.content_area .left_menu .menu_category_list li.haschild > a:before {
    content: "" !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
}

.content_area .left_menu > .menu_list > li > ul {
    display: none !important
}

.content_area .left_menu > .menu_list > li > ul > li > ul {
    display: none !important
}

.content_area .left_menu > .menu_list > li > ul > li > ul > li:first-child {
    border-top: 1px solid #e5e5e5
}

.content_area .left_menu > .menu_list > li.left_menu_active > ul {
    display: block !important;
}


.content_area .left_menu > .menu_list > li.left_menu_active > ul > li.left_menu_active > ul {
    display: block !important
}


.content_area .left_menu .menu_category_list a::selection {
    background-color: transparent;
}

.content_area .left_menu .menu_category_list .subcategory_head a {
    margin: 0px 0px 0px 0px;
}

.content_area .left_menu .menu_category_list a {
    color: #808080;
    display: flex;
    line-height: 14px;
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    word-break: break-word;
    padding-left: 20px;
    letter-spacing: 0.01rem;
}

.content_area .left_menu .menu_category_list a:hover {
    color: #000;
}

.content_area .left_menu .menu_category_list a:before {
    display: inline-block;
    content: ' ';
    padding: 0px 10px 0px 10px;
    border-radius: 50%;
    margin: 4px 10px 4px 0px;
    padding: 3px;
    border: 1px solid;
    border-color: #c4c4c4;
}

.content_area .left_menu .subcategory_head a:before {
    display: none;
}

.content_area .left_menu .subcategory_head .category_extend {
    display: none;
}

.content_area .left_menu .menu_category_list a:before > hover {
    background-color: #3489FF !important;
    border: 1px solid #3489FF !important;
}

.left_menu_active a.last_cate_active:before {
    background-color: #3489FF !important;
    border: 1px solid #3489FF !important;
}

.left_menu_active .subcategory_head a.last_cate_active:before {
    background-color: #3489FF !important;
    border: 1px solid #3489FF !important;
}

.left_menu_active a.last_cate_active {
    color: #000;
}

.content_area .content_body {
    width: 100%;
}

.body_products .content_area .content_body {
    width: calc(100% - 320px);
    margin: 0 auto;
}

.body_prodview .content_area .content_body {
    width: 100%;
}

.body_products .content_area_products .content_body {
    margin: 0px;
    float: left;
}

.content_area .mtop_menu {
    display: block;
}

.content_area .mtop_menu.aside_empty {
    display: none;
}

.content_area .mtop_menu.aside_mtop_products {
    display: none;
}

.content_area .mtop_menu {
    width: 100%;
}

.content_area .mtop_menu ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.content_area .mtop_menu ul > li.mtop_menu_mobile {
    display: none;
}

.media-990 {
    display: none;
}

.content_area .mtop_menu ul > li {
    height: auto;
    width: auto;
    text-align: center;
}

.content_area .mtop_menu ul > li > a {
    display: flex;
    width: 100%;
    border-radius: 2rem;
    margin: 0.5rem 1.5rem;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    min-height: 36px;
    line-height: 1rem;
    font-size: 16px;
    color: #666666;
    word-break: break-word;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#menu_nav_sb {
    margin: 0 auto;
    background: #fcfcfc ;
    border-bottom: 1px solid #e3e3e3 ;
    position: sticky;
}

body.scroll-fixed .page-scroll-fixed {
    top: 73px;
}



body.scroll-fixed .moshow .content_area_pages {
    top: 60px;
}

.content_area .page-scroll-fixed {
    border-top: 1px solid #D8D8D8;
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 90;
}

html[clang='vn'] .content_area .mtop_menu ul > li > a {
    word-break: break-word;
}

html[clang='fr'] .content_area .mtop_menu ul > li > a {
    word-break: break-word;
}

.content_area .mtop_menu ul > li.active > a {
    color: #135aa2;
}


.menublue_box h4 > a {
    color: #333;
}

.mtop_menu_mobile {
    display: none;
}

.menugum_box a {
    color: #ffffff;
}

.menugum_box {
    opacity: 1 !important;
    z-index: 9998;
}

.content_area .pager {
    margin: 20px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    clear: both;
    align-content: center;
    flex-direction: row;
    width: 100%;
}

.pager .disabled {
    display: none;
}

.content_area .pager a.btn_turnpage {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.content_area .pager a.btn_turnpage i {
    color: #808080;
    font-weight: 800;
}

.content_area .pager a.btn_turnpage.paging_off {
    border-width: 0px;
    display: none;
}

.content_area .pager a.btn_turnpage.prev {
    float: left;
}

.content_area .pager a.btn_turnpage.prev span {
    background: url(/assets_lang/common/images/pager_arrow_left.png) no-repeat 50%;
}

.content_area .pager a.btn_turnpage span {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 11px;
}

.content_area .pager a.btn_turnpage span {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 11px;
}


.content_area .pager a.btn_turnpage.next.paging_off {
    border-width: 0px;
}

.content_area .pager .page_num {
    float: left;
    text-align: center;
    display: flex;
}

.content_area .pager .page_num a.active {
    background: #808080;
    color: #fff;
}

.content_area .pager .page_num a {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
}

.content_area_pages {
    padding: 0px 0px 100px 0px;
}

.content_area .contact_tit, .content_area .page_title {
    font-size: 45px;
    text-align: center;
    padding: 50px 10px;
}

.content_area .list_head p.head_tit {
    font-size: 28px;
    line-height: 32px;
    color: #35a4c0;
    margin-bottom: 15px;
    font-weight: 300;
}

.content_area .list_head p.head_txt {
    background: url(/assets_lang/common/images/bg_ebook_tin.png) no-repeat left center;
    background-size: 63px;
    height: 70px;
    line-height: 22px;
    padding: 7px 0 0 80px;
    color: #184f95;
}

html[clang='ar'] .content_area .list_head p.head_txt {
    background-position-x: right;
    padding: 7px 80px 0px 0px;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

h4.modal-title {
    font-size: 20px;
    margin-top: 15px;
}

.btn-lg,.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    width: 400px;
    top: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.form-control {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.625;
    color: #666666;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #ccc;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    border-color: #dddddd;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

.form-group {
    margin-bottom: 1rem;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto;
    }

    .modal-content {
        margin-top: 300px;
        margin: 0 auto;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

.content_area .content_body .basic_tb {
    width: 100%;
    border-collapse: collapse;
}

.content_area .content_body .basic_tb td {
    border-bottom: 1px solid #c9c9c7;
    padding: 15px 0;
    line-height: 17px;
    padding-left: 10px;
    position: relative;
}

.content_area .content_body .basic_tb .layer_txt p:first-child {
    font-weight: bold;
}

.content_area .content_body .basic_tb .txt_center {
    text-align: center;
}

.content_area .content_body .basic_tb.row {
    border-top: 1px solid #c9c9c7;
}

.content_area .content_body .basic_tb.row th {
    border-bottom: 1px solid #c9c9c7;
    text-align: left;
    padding-left: 30px;
}

.content_area .content_body .basic_tb.row td {
    padding-left: 30px;
}

html[clang='ar'] .content_area .content_body .basic_tb.row td {
    padding-right: 30px;
    padding-left: 0px;
}

html[clang='ar'] .content_area .content_body .basic_tb.row th {
    text-align: right;
    padding-right: 30px;
    padding-left: 0px;
}

.header_map_1 div > ul > li {
    height: auto;
}

.header_map_1 div > ul > li > a {
    position: relative;
    display: block;
    line-height: inherit;
    padding: 2px 0px 2px 0px;
    text-indent: 0px;
    height: auto;
}

.header_map_1 div > ul > li > a > span {
    display: inline-block;
    padding-left: 5px;
    line-height: 1.6;
    width: calc(100% - 5px);
}

.maps_2 div ul li {
    height: auto;
}

.maps_2 div ul li a {
    line-height: inherit;
    height: auto;
    padding: 2px 0px;
}

.maps_2 div ul li a::before {
    content: "-";
    display: inline-block;
    vertical-align: top;
    top: 0px;
}

.maps_2 div ul li a > span {
    display: inline-block;
    padding-left: 5px;
    line-height: 1.6;
    width: calc(100% - 5px);
}

.hide {
    display: none !important;
}

.content_area .content_body .table_scroll {
    overflow-x: hidden;
    width: 100%;
}

.div_bbox > div .txt_box h3.h33_2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.div_bbox > div .txt_box div {
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 739px) {
    .div_bbox > div .txt_box div {
        display:none;
    }
}

.prod_mobile li p {
    word-break: break-word;
    line-height: 1.2;
}

.prod_mobile li {
    width: 21%;
    margin-right: 5px;
}

@media (max-width: 990px) {
    .content_area .content_body .table_scroll {
        overflow-x:auto
    }
}

@media (max-width: 1200px) {
    .content_area .content_body .table_scroll {
        overflow-x:auto
    }
}

@media screen and (min-width: 320px) and (max-width:380px) {
    #mobile_menu > ul > li > ul > li > a {
        line-height:1.3;
        padding: 5px !important;
    }
}

@media screen and (min-width: 381px) and (max-width:450px) {
    #mobile_menu > ul > li > ul > li > a {
        line-height:1.3;
        padding: 10px !important;
    }
}

@media screen and (min-width: 451px) and ( max-width:739px) {
}

@media screen and (min-width: 740px) {
}

@media screen and (min-width: 1000px) {
}

@media screen and (min-width: 320px) and (max-width:380px) {
    #mobile_menu > ul > li > ul > li > a {
        line-height:1.3;
        padding: 10px;
    }
}

.sr-only {
    display: none
}

.csr-zoom {
    cursor: zoom-in;
}

.lightboxOverlay,.lightbox {
    cursor: zoom-out
}

/* -- /assets/css/default_new.css -- */

.policy_wp .content_body {
    padding: 10px;
}

.go_to_back {
    display: none;
}

.header_in {
    display: flex;
    justify-content: center;
}

.product_new_wrap .new_text {
    width: 100%;
}

.product_main .txt_subtitle {
    color: #808080;
    font-weight: 400;
}

.lang_menu .langDropdown li a {
    font-size: 14px;
    color: #231f20;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.main_new_title {
    font-size: 42px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0px 20px 0px;
}

.news_main_wrap {
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 0px 30px;
}

.news_main_wrap h2 {
    font-size: 30px;
    margin: 0 auto;
}

.news_main_wrap .news_main_in {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    padding-bottom: 50px;
}

.news_main_wrap .news_main_in .videos, .news_main_wrap .news_main_in .news, .news_main_wrap .news_main_in .event {
    width: 33%;
    float: left;
    padding: 25px;
}

.news_main_wrap .news_main_in img {
    border-radius: 25px;
    box-shadow: 0 1px 1px 0 rgb(32 33 36 / 18%)
}

.news_main_wrap .news_main_in .cate {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #999;
    padding: 20px 0px 5px 0px;
}

.news_main_wrap .news_main_in .cate a {
    color: #999;
}

.news_main_wrap .news_main_in .title {
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.1rem;
    height: 4.2rem;
    -webkit-box-orient: vertical;
    padding: 0px;
}

.news_main_wrap .news_main_in .title a {
    word-break: break-word;
}

.news_main_wrap .news_main_in .date {
    text-align: left;
    font-size: 14px;
    color: #a7a7a7;
    padding: 10px 0px;
}

.news_main_wrap .news_main_in p {
    margin: 0px 10px;
}

.lang_menu .langDropdown.on {
    border: 1px solid #d2d2d2;
    border-radius: 15px;
}

.lang_menu i {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}


.m-search-wrap .p_search_close {
    position: fixed;
    top: 100px;
    width: 100%;
}

.m-search-wrap .p_search_close .btn_search_close {
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 1px #ccc solid;
    align-items: center;
    cursor: pointer;
}

.m-search-wrap {
    display: none;
}

.menu-search {
    transform: none;
}

.m-search-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.m-search-wrap .m-search-modal {
    border: 0px;
    height: 80px;
    width: 100%;
    position: fixed;
    display: flex;
    padding: 10px;
    text-indent: 5px;
    color: #999999;
    top: 0;
    z-index: 99999;
    background: #fff;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.m-search-modal .search-submit {
    display: block;
}

.m-search-modal .search-submit i {
    font-size: 20px;
}

.swiper-container-sub {
    width: 100%;
}

.m-search-modal #search_form_mo .m_search_close {
    font-size: 28px;
    color: #000;
    cursor: pointer;
    margin-top: -5px;
    font-weight: bold;
    display: none;
}

.m-search-modal #search_form_mo {
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    height: 50px;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.m-search-modal #search_form_mo .search-input {
    border-radius: 50px;
    border: 0px;
    height: 45px;
    width: 90%;
    text-indent: 15px;
    color: #999999;
}

div.btn_top_search {
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    border: 1px #d2d2d2 solid;
    border-radius: 50px;
    margin-top: -25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

div.btn_top_search i {
    font-size: 18px;
    color: #0094ce;
    margin-top: -3px;
}

div.btn_top_search:hover {
    background-color: #e1f7ff;
    border: 1px #0094ce solid;
    transition: all 0.3s ease;
}

#search_popup {
    width: 100%;
    height: 100px;
    background: red;
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 95px;
    z-index: 9999;
}

.scroll-fixed #search_popup {
    top: 74px;
}

.swal_alert .swal2-actions button {
    font-size: 0.8em;
    border-radius: 2em;
    padding: 10px 20px;
}

.swal_alert .swal2-html-container {
    font-size: 1em;
}

.prod_bar_m {
    display: none;
}

.tippy-box[data-theme~='white'] {
    color: #000;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #D3D3D3;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%)
}

.tippy-box[data-theme~='white'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fff;
}

.tippy-box[data-theme~='white'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom: 1px solid #D3D3D3;
}

.tippy-box[data-theme~='white'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #D3D3D3;
}

.tippy-box[data-theme~='white'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #D3D3D3;
}

.chkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkbox input[type="checkbox"] {
    display: none;
}

.chk_on {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #dedede;
    position: absolute;
    top: 0;
    left: 0;
}

.chkbox input[type="checkbox"]:checked + .on {
    background: #fff;
}

.chk_on:after {
    content: "";
    position: absolute;
    display: none;
}

.chkbox input[type="checkbox"]:checked + .on:after {
    display: block;
}

.chk_on:after {
    width: 10px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
}

.menu-plus {
    position: relative;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.menu-plus:before,.menu-plus:after {
    content: "";
    height: 10%;
    width: 100%;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
}

.menu-plus:before {
    transform: rotate(90deg);
}

.menu-plus:before {
    transition: transform 0.2s ease;
}

.left_menu .menu-plus:before {
    transform: rotate(90deg);
}

.left_menu_active .menu-plus:before {
    transform: rotate(180deg);
}

.cert_search {
    float: right;
    border-bottom: 1px solid #000;
}

.cert_search input {
    border: 0px;
    padding: 8px;
    font-size: 16px;
}

.cert_view_list .search_cert {
    background: #ececec;
    border: 1px solid #ececec;
    width: auto;
    height: 37px;
    line-height: 37px;
    padding: 0 5px;
}

.cert_view_list .btn_search {
    padding: 3px;
    border: 0px;
    cursor: pointer;
}

.cert_view_list .nodata {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_btn {
    width: 100%;
    text-align: left;
}

.m_side_l {
    overflow-y: auto;
}

.qa_block {
    word-wrap: break-word;
}

.content_box {
    padding-top: 5px;
    height: auto;
}

.f_select {
    margin-top: 10px;
}

.btn-skyblue {
    margin-top: 10px;
    padding: 8px 15px 8px 15px;
    background: #0094ce;
    color: #fff;
    border: 0px;
    display: inline-block;
}

.btn-skyblue:hover {
    background: #007eb0;
}

.btn-skyblue:link,.btn-skyblue:visited {
    color: #fff;
}

input[type=text]::-ms-clear {
    display: none;
}

.list_txt p {
    font-family: 'Noto Sans KR' !important;
}

a,i,span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.menu_close {
    display: none;
}

.cu_client img {
    max-width: 100% !important
}

.progress_new {
    display: none;
}

.progress_cate {
    display: none;
}



.search-submit {
    cursor: pointer;
}

.partner_pc,.partner_m {
    display: none
}

.buy_m,.prod_m {
    display: none;
}

.f_p_2 {
    word-break: break-word;
}

.f_p_1,.f_p_2 {
    letter-spacing: normal;
}

.spec_red {
    background: #bc1313;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin: 4px;
}

.spec_yellow {
    background: #e1b000;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin: 4px;
}

.spec_green {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin: 4px;
    background: green;
}

.spec_blue {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin: 4px;
    background: #0202a7;
}

.spec_white {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin: 4px;
    background: white;
    border: 1px solid #969696;
}


.prod_info_detail img {
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.content_area .content_body .prod_info a.btn_catalogue,.content_area .content_body .prod_info a.btn_drawing3d,.content_area .content_body .prod_info a.btn_contact {
    height: 38px;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    font-weight: bold;
}

.footer_l ul li a,.footer_l ul li,.footer_l ul li span {
    color: #a7a7a7 !important
}

.content_area .content_body .plist_type_board td img {
    padding: 3px;
}

.partner_boxbox .slick-slide {
    cursor: auto;
}

.prod_spec_wrap .plist_type_board th,.timbre_table table th {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #bacae1;
    border-top: 1px solid #bacae1;
}



.timbre_table table td {
    border-top: 0px !important;
    white-space: nowrap;
}

.limit_spec th:last-child {
    border-bottom: 1px solid #c9c9c7 !important;
}

.limit_spec td {
    border-right: 0px !important;
}

.limit_spec {
    border-bottom: 1px solid #c9c9c7 !important;
}

.content_area .content_body .data_download li a {
    display: inline-block;
    font-size: 13px !important;
    border: 1px solid #c9c9c7;
    padding: 5px 15px 5px 15px;
}

.content_area .content_body .data_download li a:hover {
    border: 1px solid #7f7f7f;
}

.content_area .content_body .data_download li {
    margin-right: 10px !important;
}

.content_area .content_body .bracket_explain_btn a.btn_pdf_view,.content_area .content_body .bracket_explain_btn a.btn_pdf_down,.content_area .content_body .bracket_explain_btn a.btn_cad_down {
    font-size: 13px !important;
    margin-top: 10px;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #c9c9c7;
    line-height: 23px !important;
    margin-right: 10px !important;
}

.content_area .content_body .bracket_explain_btn a.btn_pdf_view:hover,.content_area .content_body .bracket_explain_btn a.btn_pdf_down:hover,.content_area .content_body .bracket_explain_btn a.btn_cad_down:hover {
    border: 1px solid #7f7f7f;
}

.slick-slide img.slick-loading {
    display: none;
}

img[data-lazy] {
    width: 0;
    height: 0;
}

.lang_menu .langDropdown {
    display: none;
    background: #ffffff;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
}

.lang_menu .langDropdown > li {
    display: none;
}

.lang_menu .langDropdown.on > li {
    display: list-item;
}

.main_vijoo_wrap {
    min-height: 240px
}

.product_new_wrap {
    overflow: hidden;
    visibility: visible;
}

.product_cate_wrap {
    visibility: hidden;
}

.menu_close {
    display: none
}

.galaxy-fold-ok {
    display: none;
}

.galaxy-fold-no {
    display: inline-block;
}

.footer {
    padding: 30px;
}

.footer .footer_in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer_sns {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .footer_info {
    float: left;
    width: 100%;
}

.footer .footer_info .pop_policy {
    border: 1px solid #757575;
    color: #CCCCCC;
    padding: 5px 10px;
}

.footer .footer_info .pop_policy:first-child {
    border-right: 0;
}

.footer .footer_info .pop_policy:last-child {
    border-left: 0;
    border-right: 0;
}

.footer .footer_info .sitemap {
    border: 1px solid #757575;
    color: #CCCCCC;
    padding: 5px 10px;
}

.footer .footer_info .sitemap {
    border-left: 0;
}

.footer .footer_info {
    color: #CCCCCC;
    font-size: 12px;
}

.footer .footer_sns li {
    float: left;
    padding-left: 10px;
}

.footer .footer_info ul {
    padding: 0px 0px 20px 0px;
}

.footer .footer_info a {
    display: inline-block;
    margin-bottom: 20px;
    color: #CCCCCC;
}

.footer .footer_info ul li {
    line-height: 24px;
    white-space: nowrap
}

.contactus_main_wrap {
    background: url(/assets/images/common/partner_bg_1920_735_1.jpg);
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.contactus_main_in {
    width: 1340px;
    margin: 0 auto;
    padding: 100px 0px 0px 50px;
}

.contactus_main_in .contactus_title {
    font-size: 42px;
    font-weight: 600;
    font-family: 'SF UI Display';
}

.contactus_main_in .contactus_content {
    display: flex;
    font-size: 16px;
    flex-direction: column;
    padding: 30px 0px 50px 0px;
    color: #666;
}

.contactus_main_in .btn_contactus {
    background: #333333;
    color: #fff;
    width: 250px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}

.contactus_main_in .btn_contactus span {
    width: 90%;
    padding: 10px 20px 10px 40px;
    text-align: center;
}

.contactus_main_in .btn_contactus i {
    font-weight: bold;
    padding-right: 10px;
    font-size: 20px;
}

.partner_main_list {
    width: 100%;
    height: 100px;
    padding: 25px 0px 25px 25px;
    background-color: rgba(255, 255,255, 0.6);
}

.partner_lists {
    height: 50px;
    overflow: hidden;
}

.partner_lists li img {
    width: 156px;
    height: 55px;
    background: #fff;
}

.cate_main_wrap {
    text-align: center;
    width: 100%;
    background: #fafafa;
}

.main_cate_title {
    font-size: 42px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0px 50px 0px;
}

.main_news_title {
    font-size: 42px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0px 20px 0px;
}

.cate_main_wrap .cate_main_in {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}

.cate_main_wrap .cate_main_in .mo_cate_main_nav {
    display: none;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav {
    width: 200px;
    display: block;
    overflow: visible !important;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav li {
    width: 200px;
    height: 60px;
    background: #E4E4E4;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .check {
    display: none;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .active .check {
    font-size: 20px;
    position: absolute;
    background: #0582FF;
    height: 59px;
    display: flex;
    width: 50vw;
    margin-left: calc(-50vw + -48%);
    padding-left: calc(50vw + 39%);
    align-items: center;
    justify-content: center;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .active .arrow {
    float: right;
    margin-right: -30px;
    border-left: 30px solid #0582FF;
    border-top: 30px solid transparent;
    border-bottom: 29px solid transparent;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .active {
    color: #fff;
    background: #0582FF;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav p {
    width: 90%;
    display: flex;
    overflow: hidden;
    line-height: 1.6em;
    align-items: center;
    margin: 0px 10px 0px 30px;
    word-break: break-word;
    text-align: left;
}

.cate_main_wrap .cate_main_in .cate_main_slider {
    width: 80%;
}

.cate_main_wrap .cate_main_in .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cate_main_wrap .cate_main_in .item .cate_info {
    width: 51%;
    padding: 70px 80px;
    text-align: left;
}

.cate_main_wrap .cate_main_in .item .cate_info .btn_link {
    display: inline-block;
    width: 220px;
    padding: 8px 10px 8px 30px;
    border: 1px solid #CACACA;
    background: #fff;
    color: #000;
    border-radius: 30px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 10%);
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}

.cate_main_wrap .cate_main_in .item .cate_info .btn_link div {
    float: left;
    width: 90%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
}

.cate_main_wrap .cate_main_in .item .cate_info .btn_link i {
    float: right;
    font-size: 18px;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cate_main_wrap .cate_main_in .item .cate_info .title {
    font-size: 28px;
    padding: 0px 0px 20px 0px;
    text-align: left;
}

.cate_main_wrap .cate_main_in .item .cate_info .content {
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
    word-break: keep-all;
    text-align: left;
}

.cate_main_wrap .cate_main_in .item .cate_img {
    width: 49%;
    padding-top: 30px;
}

.product_new_slider .product_item {
    border-radius: 20px;
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 20px 0px;
}

.new_main_wrap {
    width: 100%;
}

.new_main_wrap .new_main_in {
    width: 1440px;
    margin: 0 auto;
}

.new_main_wrap .new_main_in li .product_item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #fafafa;
    background: #fafafa;
    margin: 10px;
}

.new_main_wrap .new_main_in li .product_item .title {
    font-size: 18px;
    font-weight: bold;
}

.new_main_wrap .new_main_in li .product_item .sub_title {
    font-size: 13px;
    font-weight: normal;
}

.new_main_wrap .new_main_in li .img img {
    width: 250px;
    height: 250px;
}

#menu_nav_sb {
    z-index: 100;
}

@media screen and (min-width: 1400px) {
    .content_area .mtop_menu ul > li.active > a {
        background:#135aa2;
        color: #fff;
    }

    #menu_nav_sb {
        background: #fff;
        border-bottom: 0px;
        z-index: 100;
    }

    .content_area .mtop_menu ul > li {
        padding: 0px 10px;
    }

    .content_area .mtop_menu ul > li > a {
        margin: 1rem 1.5rem;
        background: #EFEFEF;
        min-height: 45px;
        padding: 5px 10px;
    }

    .content_area .mtop_menu ul > li.active > a {
        background: #135aa2;
        color: #fff;
    }
}

@media screen and (min-width: 1340px) {
    .content_area .left_menu .menu_category_list {
    }

    .menu_close {
        display: none !important;
    }

    .f_p_1 {
        font-size: 22px;
    }

    .partner_pc {
        display: block
    }

    .partner_boxbox {
        display: block;
    }

    .footer_terms .terms_btn a {
        font-family: 'Noto Sans' !important;
        color: #ADADAD;
        border: 1px solid #757575;
        padding: 5px 10px 5px 10px;
    }

    .footer_terms .terms_btn a:nth-last-child(1) {
        border-left: 0px;
    }

    .footer_terms .terms_btn a:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_r .footer_sns img {
        filter: grayscale(100%);
    }

    .footer_r .footer img {
        width: 25px;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_lang_menu p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.767);
        cursor: pointer;
    }

    .footer_lang_menu p:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_terms .contact_btn {
        display: inline-block;
        float: right;
        height: 30px;
        color: #fff;
        background: #505050;
        padding: 2px 20px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .footer_terms .contact_btn:hover {
        background: #727272 !important;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_in {
        width: 1252px;
        padding-top: 20px;
    }

    .product_in .title {
        border-left: 4px solid #0094ce;
        padding-left: 10px;
    }

    .product_in h2 {
        font-size: 26px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        float: left;
        color: #333;
        opacity: 1;
    }

    .product_in span {
        padding: 9px 0px 0px 12px;
        float: left;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        opacity: 1;
    }

    .product_in .sub_title {
        clear: both;
        color: #333;
        font-size: 14px;
        opacity: 1;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_lang_menu {
        float: right;
        clear: both;
    }

    .footer_lang_menu h4 {
        width: 27px;
        height: 40px;
    }

    .footer_lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 17px;
        line-height: 40px;
    }

    .footer_lang_menu h4:hover a,.footer_lang_menu h4 a.on {
        border-bottom: 2px solid #0094ce;
    }

    .footer_lang_menu .langDropdown2 {
        position: absolute;
        padding: 10px 15px;
        margin-left: -25px;
        margin-top: -370px;
        background-color: #fff;
        width: 110px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .footer_lang_menu .langDropdown2.on {
        display: block;
    }

    .footer_lang_menu .langDropdown2 li a {
        font-size: 15px;
        color: #231f20;
        line-height: 28px;
        display: block;
    }

    .footer_lang_menu .langDropdown2 li:hover a {
        color: #0094ce;
    }

    .product_cate_wrap {
        width: 100%;
        clear: both;
    }

    .product_cate_slider_wrap {
        background: #E6E7E9;
    }

    .product_cate_slider {
        background: #E6E7E9
    }

    .product_cate_wrap .product_cate_slider {
        width: 1340px;
        margin: 0 auto;
    }

    .product_cate_wrap .product_cate_slider .prod_img {
        width: 50%;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_img img {
        height: 400px;
        float: right;
    }

    .product_cate_wrap .product_cate_slider .prod_text {
        padding-left: 20px;
        width: 50%;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        text-align: left;
        font-weight: 500;
        width: 600px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_content {
        margin-top: 15px;
        line-height: 24px;
        font-size: 13px;
        width: 600px;
        word-break: break-word;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn {
        padding: 10px 15px 10px 15px;
        background: #3f4643;
        color: #fff;
        opacity: 0.8;
        margin-top: 10px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn:hover {
        background: #0094ce;
        transition: all 0.5s ease;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
    }

    .product_new_wrap .new_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -270px;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_new_wrap .new_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -270px;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -300px;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_cate_wrap .cate_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -300px;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next:hover,.product_cate_wrap .cate_prev:hover {
        transition: all 0.3s ease;
        opacity: 0.9;
    }

    .product_main {
        padding-top: 40px;
        width: 100%;
    }

    .product_main .swiper-button-disabled {
        color: #e5e5e5;
    }

    .product_main .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 0px 15px 0px;
        color: #686868;
    }

    .news_in h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        padding: 0px;
    }

    .news_in .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 0px 15px 0px;
        color: #686868;
    }

    .news_in .title {
        padding-bottom: 10px;
    }

    .product_new_wrap {
        width: 1440px;
        margin: 0 auto;
    }

    .product_new_wrap .product_new_slider {
        width: 100%;
        background: #fff;
    }

    .product_cate_wrap .prod_cate_nav {
        width: 1340px;
        height: 66px;
        margin: 0 auto;
        position: relative;
    }

    .slick-slide {
        cursor: auto;
    }

    .prod_cate_nav .item {
        position: relative;
        padding: 8px 28px 10px 28px;
        margin: 13px;
        height: 40px;
        transition: .3s ease-in-out;
    }

    .prod_cate_nav .item:hover {
        background: #eeeeee;
    }

    .prod_cate_nav .slick-slide.is-active {
        color: #fff;
        background: #0094ce;
    }

    .product_cate_wrap .cate_bar {
        width: 100%;
        margin-top: 1px;
        border-top: 1.5px solid #3db4d2;
    }

    .product_new_slider .new_bg {
        padding: 0px 10px 0px 10px;
    }

    .product_new_slider .new_img img {
        width: 100%;
    }

    .product_main .new_text {
        padding: 0px 15px 0px 15px;
        width: 100%;
    }

    .product_main .new_text h2 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin: 15px 5px 0px 5px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_main .txt_subtitle {
        font-size: 13px;
        margin: 20px 5px 5px;
        text-align: center;
        line-height: 1.2em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        word-break: break-word;
        height: 2.6em;
        -webkit-box-orient: vertical;
    }

    .product_new_wrap .new_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .product_main .new_text h2 {
        text-align: center;
    }

    .product_main .txt_subtitle {
        text-align: center;
    }

    .product_main .txt_content {
        margin: 5px;
        font-weight: normal;
        line-height: 25px;
    }

    .product_cate_nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

    .product_cate_nav ul li {
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        width: 1340px;
    }

    .partner_boxbox h5 {
        position: absolute;
        padding: 0px 17px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_title {
        animation: 0.8s ease 0.2s infadeb;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
        animation: 0.8s ease 0.4s infadeb;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .add_btn {
        animation: 0.8s ease 0.8s infadeb ;
        opacity: 1;
    }

    .follow_m {
        display: none;
    }

    .go_to_top {
        display: none;
    }

    .main_menu > dd > a {
        text-transform: capitalize !important;
    }

    .pcshow .lang_menu {
        margin-top: -16px;
        left: auto;
        right: 110px;
    }

    .pcshow .lang_menu p:hover {
        color: #0094ce;
        cursor: pointer;
        opacity: 1;
        transition: 0.3s;
    }

    .pcshow .lang_menu .icofont-globe {
        font-size: 35px;
    }

    .pcshow .lang_menu .langDropdown li a {
        font-weight: normal !important;
    }

    body.scroll-fixed {
        padding-top: 73px;
    }

    .swiper_nav_main .swiper-button-play-main {
        display: none;
    }

    .swiper-container-main {
        max-width: 100%;
        height: auto;
    }

    .swiper-container-main .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .swiper-pagination-main {
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .swiper-container-main .swiper_nav_main li {
        list-style-type: none;
        padding-left: 5px;
    }

    .swiper-button-prev-main i,.swiper-button-next-main i,.swiper-button-play-main i,.swiper-button-pause-main i {
        color: #0094ce;
    }

    .swiper-button-pause-main,.swiper-button-play-main {
        margin-top: -7px;
        cursor: pointer;
    }

    .swiper-button-prev-main i,.swiper-button-next-main i {
        font-size: 30px;
        cursor: pointer;
    }

    .swiper-button-play-main i,.swiper-button-pause-main i {
        font-size: 16px;
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
        width: 9px !important;
        height: 9px !important;
    }

    .swiper-pagination-bullet {
        width: 9px !important;
        height: 9px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 4px;
    }

    .swiper-container-main .swiper_nav_main {
        font-size: 20px;
        text-align: center;
        z-index: 9;
        margin-top: -70px !important;
        opacity: 0.6;
        width: 230px;
        margin: 0 auto;
    }

    .pcshow .memu_sub {
        right: 30px;
    }

    .form_bt_box .password_input {
        background: #fff;
    }

    .footer {
        background: #2d2d2d;
    }

    .view_box {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: #0094ce !important;
    }

    .partner_boxbox {
        padding: 10px;
    }

    #newsletter {
        float: right;
        display: none;
        position: absolute;
        width: 400px;
        height: 130px;
        background: #fff;
        bottom: 190px;
        right: 0px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        opacity: 0.98;
        z-index: 9;
    }

    #newsletter .foot_tit {
        height: 50px;
        float: left;
        background: #0094ce;
        width: 87%;
        font-size: 25px;
        font-weight: 900;
        padding: 10px 0px 5px 18px;
        color: #fff;
    }

    #newsletter .foot_close {
        float: left;
        width: 13%;
        font-size: 40px;
        color: #fff;
        background: #0089be;
        height: 50px;
        padding: 7px;
        cursor: pointer;
    }

    #newsletter .foot_tit span {
        font-size: 12px;
        font-weight: 400;
        color: #7a7a7a;
        letter-spacing: -0.8px;
    }

    #newsletter .newsletter_box {
        padding: 10px 20px 20px 20px;
        color: #7a7a7a;
        float: left;
    }

    #newsletter .newsletter_box .footer_input {
        padding-left: 10px;
        border: 1px solid #efefef;
        height: 30px;
        float: left;
        width: 260px;
    }

    #newsletter .newsletter_box button {
        height: 30px;
        width: 100px;
        color: #fff;
        background: #0094ce;
        border: 0px;
        padding-bottom: 2px;
        float: left;
    }

    #newsletter .newsletter_box .acc_newsletter {
        transform: scale(1.2);
        display: inline-block;
        border: 0px solid #fff;
        padding: 0px;
        margin: 5px 6px 5px 3px;
    }

    #newsletter .newsletter_box .newsletter_agree {
        font-weight: 100;
        font-size: 11px;
        font-weight: normal;
    }

    .copyright_pc {
        width: 100%;
        color: #a7a7a7;
        text-align: right;
    }

    .product_cate_wrap .prod_cate_nav .item {
        text-align: center;
        font-size: 16px;
    }

    .header_map h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .header_map ul li a {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
    }

    .header_box {
        width: 95%;
    }

    .lang_menu p {
        font-size: 17px;
    }

    .over_box_1 ul {
        padding-top: 10px;
    }

    .menugum_box > div > div > div ul li a img {
        height: 25px;
        top: 5px;
    }

    .menugum_box > div > div > div ul li p {
        height: 25px;
        float: left;
        width: 25px;
    }

    .menugum_box > div > div.over_box_1 > div ul li {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 5px;
        height: auto;
    }

    .menugum_box > div > div.over_box_1 > div h2 {
        line-height: 16px;
        padding: 10px 0px 10px 0px;
        text-indent: 0px;
    }

    .menugum_box > div > div.over_box_1 > .menu_1 ul li,.menugum_box > div > div.over_box_1 > .menu_2 ul li,.menugum_box > div > div.over_box_1 > .menu_3 ul li,.menugum_box > div > div.over_box_1 > .menu_4 ul li,.menugum_box > div > div.over_box_1 > .menu_5 ul li,.menugum_box > div > div.over_box_1 > .menu_6 ul li,.menugum_box > div > div.over_box_1 > .menu_7 ul li,.menugum_box > div > div.over_box_1 > .menu_8 ul li,.menugum_box > div > div.over_box_1 > .menu_9 ul li {
        height: auto;
    }

    .menugum_box > div > div.over_box_1 > .menu_1 ul li a,.menugum_box > div > div.over_box_1 > .menu_2 ul li a,.menugum_box > div > div.over_box_1 > .menu_3 ul li a,.menugum_box > div > div.over_box_1 > .menu_4 ul li a,.menugum_box > div > div.over_box_1 > .menu_5 ul li a,.menugum_box > div > div.over_box_1 > .menu_6 ul li a,.menugum_box > div > div.over_box_1 > .menu_7 ul li a,.menugum_box > div > div.over_box_1 > .menu_8 ul li a,.menugum_box > div > div.over_box_1 > .menu_9 ul li a {
        width: 90%;
        float: left;
        text-indent: 0;
        padding-left: 10px;
        line-height: 20px;
        padding: 0px 0px 5px 10px;
        height: auto;
    }

    .menugum_box.menugum_box_1 {
        background: #fcfcfc;
    }

    .menugum_box {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        background: #fcfcfc;
    }

    .menugum_box a {
        color: #333 ;
    }

    .product_new_slider .slick-dots,.product_cate_slider .slick-dots {
        display: none !important;
    }

    .m_swiper-bg,.t_swiper-bg {
        display: none;
    }

    .swiper-bg {
        display: block;
    }

    .contact_img {
        display: none;
    }

    .main_menu > dd > a.active {
        color: #0064a7;
        border-bottom: 3px solid #0064a7;
    }

    .main_menu dd .main_menu_title {
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

    .main_menu dd .main_menu_title:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 3px;
        left: 50%;
        position: absolute;
        background: #0064a7;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .main_menu dd .main_menu_title:hover:after {
        width: 100%;
        left: 0;
    }

    .main_menu > dd > a.ondra:after {
        bottom: 0;
        content: "";
        display: inline-block;
        height: 3px !important;
        left: 0;
        position: absolute;
        background: #0064a7;
        width: 100%;
    }

    .main_menu > dd > a.active:after {
        bottom: 0;
        content: "";
        display: none;
        height: 3px !important;
        left: 0;
        position: absolute;
        background: #0094ce;
        width: 100%;
    }

    #mobile_menu {
        display: none;
    }

    @keyframes zoomDown {
        0% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    .swiper-bg {
        overflow: hidden;
    }

    .swiper-bg img {
        width: 100%;
        height: auto;
    }

    .swiper-slide-active .swiper-bg img {
        -webkit-animation: zoomDown 3s linear 0s 1 normal both;
        animation: zoomDown 3s linear 0s 1 normal both;
    }

    .menugum_box.menugum_box_1 > div {
        margin-top: 0px;
    }

    .main_menu_map_2,.main_menu_map_3,.main_menu_map_4,.main_menu_map_5,.main_menu_map_6 {
        width: 200vw;
        margin-left: calc(-50vw + -50%);
        padding-left: calc(50vw + 50%);
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        background: #fff;
        top: 95px;
        position: absolute;
    }

    .main_menu_map li a:hover {
        color: #0064a7;
    }

    .main_menu_map_1 {
        padding-top: 8px !important;
    }

    .menugum_box > div > div.over_box_1 > div > ul {
        padding-top: 0px;
    }

    .menu_bg_box_2 {
        height: 400px;
    }

    .scroll-fixed .main_menu_map {
        top: 81px
    }

    .main_menu_map {
        position: absolute;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .main_menu_map_2 li, .main_menu_map_3 li, .main_menu_map_4 li,.main_menu_map_5 li,.main_menu_map_6 li, .main_menu_map_7 li {
        line-height: 33px;
        font-size: 15px;
    }


    .main_menu_map li a {
        color: #333;
    }

    .over_box_1 ul {
        padding-top: 10px;
    }

    .partner_wrap {
        background: #fff;
    }

    .partner_in {
        width: 1340px;
        background: url(/assets/images/common/partner_bg_1920_735.jpg);
        background-size: cover;
    }

    .partner_wrap {
        clear: both;
    }

    .menublue_box {
        background: #333;
        box-shadow: 0px 2px 26px 8px rgb(32 33 36 / 18%);
    }

    .menublue_box .header_map_1 h4 i {
        transition: all 0.2s ease;
    }

    .menublue_box .header_map_1 h4 a:hover > i {
        margin-left: 5px;
    }

    .menublue_box ul li a span:hover,.menublue_box ul li a:hover {
        text-decoration: underline;
    }


    .main_navi_warp {
        width: 100%;
        position: absolute;
        z-index: 9;
    }

    .p_menu {
        z-index: 9;
    }

    .header_map_1 {
        padding: 30px;
    }

    .header_map_1 h3 {
        font-size: 20px;
        color: #fff;
        width: 135px;
        height: auto;
        margin-bottom: 20px;
    }

    .header_map_2 ul li a {
        color: #fff;
    }

    .header_map_2 h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
        height: auto;
        line-height: 30px;
    }

    .header_map_2 {
        padding: 30px 0px 30px 0px;
    }

    .header_map_2_1 {
        width: 32%;
        float: left;
        height: 270px;
    }

    .header_map_2_2 {
        width: 32%;
        float: left;
        height: 270px;
    }

    .header_map_2_3 {
        width: 35%;
        float: left;
        height: 270px;
    }

    .header_map_2_4 {
        width: 32%;
        float: left;
        height: 240px;
    }

    .header_map_2_5 {
        width: 50%;
        float: left;
        height: 240px;
    }

    .menublue_box h4 > a {
        color: #fff;
    }

    .header_map_1 div > ul > li > a {
        color: #fff;
    }

    .over_box_1 h2 a:hover > i {
        margin-left: 5px;
    }

    .header_map_2 h3 {
        font-size: 20px;
    }

    .over_box_1 h2 i {
        transition: all 0.2s ease;
    }

    .partner_boxbox {
        background: #fff;
    }

    .main_maps {
        background: #f7f7f7;
    }

    .partner_boxbox {
        opacity: 0.8;
    }

    body.scroll-fixed .menublue_box {
        top: 86px;
        right: -8px;
    }

    .menublue_box {
        height: auto;
        width: 1200px;
        top: 80px;
        right: -8px;
        padding-bottom: 30px;
    }

    .p_menu.active-1 span {
        background: #fff;
    }

    .close_bg {
        box-shadow: -2px -7px 13px -2px rgb(64 60 67 / 16%);
        background: #333;
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 100;
        right: 0px;
        margin-top: -60px;
    }

    .header_in {
        width: 95% !important;
    }



    .header_height,.header_in,.main_menu > dd {
        height: 100px;
    }

    .header_in {
        display: flex;
        justify-content: center;
    }

    .menugum_box {
        top: 100px !important;
    }

    .main_menu > dd {
        padding: 0px 30px;
        float: left;
    }

    .main_menu > dd {
        padding: 0px 70px;
        float: left;
    }

    .xxx {
        right: 15px;
        position: absolute;
        background: #696969;
        padding: 6px;
        top: 20px;
    }

    .xxx i {
        font-size: 30px;
        color: #fff;
    }

    .xxx:hover {
        background: #333;
        transition: 0.3s;
    }

    .div_video {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .div_bbox > div .txt_box div {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .div_video .txt_box h3.h33_1 {
        font-size: 22px;
        color: #0057a1;
    }

    .div_video .txt_box h3.h33_2 {
        height: 30px;
        font-size: 18px;
        margin-top: 10px;
    }

    .div_video .paddignbox {
        padding: 20px;
        background: #fff;
        margin-top: 10px;
    }

    .div_video .txt_box div {
        font-size: 15px;
        margin-top: 10px;
    }

    .div_video .view_box {
        display: block !important;
        position: relative !important;
        height: 40px;
        width: 140px;
        bottom: 0px;
        background-color: #3f4643;
        margin: 20px 0px 0px 0px;
        padding: 9px 10px 0px 22px;
        opacity: 0.8;
        left: 0px;
    }

    .div_video a {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .div_video .view_box:hover {
        background-color: #0094ce;
        transition: .5s ease;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
    }


    .div_bbox > div .txt_box h3.h33_2 {
        height: 48px;
        font-size: 18px;
        line-height: 24px;
    }


    .div_bbox .div_bbox_1,.div_bbox .div_bbox_2,.div_bbox .div_bbox_3 {
        width: 428px;
    }

    .main_menu > dd > a {
        height: 95px !important;
    }

    body.scroll-fixed .header_height,body.scroll-fixed .header_in {
        height: 74px !important;
    }

    body.scroll-fixed .menugum_box {
        top: 74px !important;
    }

    body.scroll-fixed .header .contect_icons {
        top: -62px !important;
    }

    body.scroll-fixed .main_menu > dd > a {
        height: 81px !important;
    }

    div.search_box {
        left: auto;
        right: 175px;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px !important;
    }

    .header {
        background: #fff;
    }

    .lang_menu .langDropdown {
        position: absolute;
        font-weight: normal;
    }

    .follow_m {
        background: #0094ce;
        display: block !important;
        cursor: pointer !important;
        position: fixed !important;
        overflow: hidden;
        right: 20px;
        bottom: 120px;
        width: 50px;
        z-index: 99999;
        transition: 0.3s;
        height: 50px;
        border-radius: 50px 50px;
        opacity: 0.8;
        padding: 10px;
        box-shadow: 0 1px 6px 0 rgb(32 33 36);
    }

    .follow_m:hover {
        width: 150px;
    }

    .follow_m:hover #content_us {
        display: block;
    }

    #content_us {
        display: none;
        text-transform: uppercase;
        padding: 0px;
        color: #fff;
        float: right;
        font-size: 15px;
        margin: 4px 0px 0px 0px;
    }

    .follow_m .contact-us i {
        font-size: 30px;
        color: #fff;
    }

    .over_box_1 > .menu_normal ul li a {
        font-size: 15px;
        font-weight: normal;
    }

    .over_box_1 > .menu_normal ul li {
        line-height: 33px;
        ;}

    .menugum_box > div > div.over_box_1 > .menu_1 ul li a,.menugum_box > div > div.over_box_1 > .menu_2 ul li a,.menugum_box > div > div.over_box_1 > .menu_3 ul li a,.menugum_box > div > div.over_box_1 > .menu_4 ul li a,.menugum_box > div > div.over_box_1 > .menu_5 ul li a,.menugum_box > div > div.over_box_1 > .menu_6 ul li a,.menugum_box > div > div.over_box_1 > .menu_7 ul li a,.menugum_box > div > div.over_box_1 > .menu_8 ul li a,.menugum_box > div > div.over_box_1 > .menu_9 ul li a {
        font-size: 15px;
    }

    .menugum_box .over_box_prod div ul li a {
        font-size: 15px;
    }

    .menugum_box .over_box_prod h2 a {
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }

    .swiper_nav_main i:hover {
        color: #000;
    }

    .swiper_nav_main span:hover {
        background-color: #000;
    }

    .swiper_more {
        cursor: pointer;
        height: 40px !important;
        padding: 10px 10px 10px 25px;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 18%);
    }

    .swipe_inner a {
        color: #fff;
        text-transform: uppercase;
    }


    .div_bbox {
        clear: both;
    }

    .div_bbox_1,.div_bbox_2,.div_bbox_3 {
        border: 1px solid #dfdfdf;
        background-color: #fff;
    }

    .news_wrap {
        background: #fafafa;
        padding-bottom: 70px;
    }

    .product_new_slider .product_item:hover {
        background: #fff;
        border: 1px solid #D2D2D2;
        ;}


    .product_new_slider .new_img {
        overflow: hidden;
    }

    .news_wrap .img_box {
        overflow: hidden;
    }

    .news_wrap .img_box img:hover {
        transform: scale(1.1);
        transition: .5s ease;
    }

    .news_wrap .img_box img {
        transition: .5s ease;
    }

    .pagerchw .clicka img {
        box-shadow: 0 1px 3px 0 rgb(32 33 36 / 30%);
    }

    .maps_2 div ul li a {
        font-weight: 400 !important;
    }

    .main_maps_in a {
        font-size: 13px;
    }

    .swiper-container4 {
        height: 400px;
    }

    .swiper-container4 ul li .blue_zones {
        height: 370px;
    }


    .red_padding {
        padding-top: 0px;
        padding-right: 100px;
    }

    .detailviewl {
        margin-top: 10px;
    }

    .swiper-container4 ul li .red_zones {
        float: right;
    }

    .swiper-container4 .pagerchw {
        right: -20px;
        top: 300px;
        left: auto;
    }

    .t_subject {
        font-weight: 37px;
        margin-top: 0px;
        color: #3db4d2;
        margin-top: -3px;
    }

    .ts_subject {
        font-weight: 500;
        font-size: 16px;
    }

    .t_conbox {
        margin-top: 12px;
    }

    .b_subject {
        font-size: 16px;
        color: #333;
    }

    .b_content {
        margin-top: 7px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        ;}

    .go_to_top {
        cursor: pointer !important;
        position: fixed !important;
        right: 20px;
        bottom: 50px;
        z-index: 9990;
        transition: all 0.3s ease;
        height: 50px;
        width: 50px;
        background: gray;
        opacity: 0.8;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0 1px 6px 0 rgb(32 33 36);
    }

    .go_to_top i {
        font-size: 40px;
        color: #fff;
    }

    .news_wrap {
        height: 790px;
    }

    .div_bbox > div .view_box {
        display: block !important;
        position: relative !important;
        height: 40px;
        width: 140px;
        bottom: 0px;
        background-color: #3f4643;
        margin: 20px 0px 0px 0px;
        padding: 9px 10px 0px 22px;
        opacity: 0.8;
        left: 0px;
    }

    .div_bbox > div a {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }



    .div_bbox > div .view_box:hover {
        background-color: #0094ce;
        transition: .5s ease;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
    }

    .footer {
        background: #2d2d2d !important;
    }

    .foo_text_zone {
        top: auto;
        color: #a7a7a7 !important;
        padding-top: 0px;
        display: inline-block;
    }

    .footer_terms {
        clear: both;
        margin-bottom: 40px;
    }

    .footer_in .copyright_pc p {
        right: 0;
        padding-top: 15px;
    }

    .footer_l {
        width: 60%;
        float: left;
        font-family: sans-serif;
        font-weight: 300;
    }

    .footer_l li span {
        margin-left: 10px;
    }

    .footer_r {
        width: 40%;
        float: right;
        font-weight: 300;
    }

    .footer_r .footer_sns_list i {
        color: #a7a7a7;
    }

    .footer_r .footer_sns_list i:hover {
        color: #fafafa;
    }

    .footer_terms .terms_btn {
        text-align: center;
        float: left;
    }

    .footer_r .footer_sns_list {
        float: right;
        font-size: 30px;
        margin: 0px -3px 0px 0px;
    }
}

@media screen and (min-width: 1340px) and (max-width:1500px) {
    .main_menu > dd {
        padding:0px 25px;
    }

    .swiper-wrapper li .swipe_inner.sinner_01 {
        transform: translate(-640px, -256px);
    }

    .swiper-wrapper li .swipe_inner.sinner_02 {
        transform: translate(-640px, -270px);
    }

    .swiper-wrapper li .swipe_inner.sinner_03 {
        transform: translate(-210px, -282px)
    }

    .swiper-wrapper li .swipe_inner.sinner_08 {
        transform: translate(-640px, -256px);
    }
}

.catalogue_list > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    Width: 100%;
}

@media screen and (min-width: 1500px) and (max-width:1850px) {
    .main_menu > dd {
        padding:0px 30px;
    }

    .swiper-wrapper li .swipe_inner.sinner_01 {
        transform: translate(-640px, -300px);
    }

    .swiper-wrapper li .swipe_inner.sinner_02 {
        transform: translate(-640px, -325px);
    }

    .swiper-wrapper li .swipe_inner.sinner_06 {
        transform: translate(-640px, -256px);
    }
}

@media screen and (min-width: 280px) and (max-width:768px) {
    .footer .footer_info ul li {
        white-space:normal;
    }

    .swiper-wrapper li .swipe_inner.sinner_08 .cert {
        opacity: 0;
        transition: all 0.8s ease 0.8s;
        margin-left: -5px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .cert {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li .swipe_inner.sinner_08 .cert img {
        width: 40%;
    }

    .swiper-wrapper li .swipe_inner .swiper_more div {
        margin-top: 2px;
    }

    .swiper-wrapper li .swipe_inner .swiper_more i {
        margin-top: 3px;
    }

    .swiper-wrapper li .swipe_inner .swiper_more div {
        padding-left: 0px;
    }

    .swiper-container-sub {
        display: none;
    }

    .footer {
        padding: 20px;
    }

    .footer .footer_info .pop_policy {
        padding: 5px 2px;
    }

    .footer .footer_info .sitemap {
        border: 1px solid #757575;
        color: #CCCCCC;
        padding: 5px 2px;
    }

    .footer .footer_info .sitemap {
        border-left: 0;
    }

    .footer .footer_in {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer .footer_info {
        text-align: center;
    }

    .footer .footer_sns {
        justify-content: center;
        align-items: center;
        padding: 0px 0px 30px 0px;
    }

    .prod_list_btn {
        width: 100%;
        text-align: center;
    }

    .footer_l ul li span {
        display: block;
    }

    .content_area .content_body .bracket_explain_btn a.btn_pdf_view,.content_area .content_body .bracket_explain_btn a.btn_pdf_down,.content_area .content_body .bracket_explain_btn a.btn_cad_down {
        width: 100%;
        text-align: center !important;
        line-height: 30px !important;
    }

    .content_area .content_body .data_download li {
        height: 22px !important;
        display: block !important;
        margin-right: 0px !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    .content_area .content_body .data_download li a {
        font-size: 13px !important;
        border: 1px solid #c9c9c7;
        width: 100%;
        padding: 5px 15px 5px 15px;
    }

    .bracket_explain_btn i {
        font-size: 18px;
    }

    .content_area .content_body .data_download {
        padding-bottom: 10px;
    }

    .content_area .mtop_menu ul > li > a {
        font-size: 12px;
        height: 50px;
    }

    .prod_m .dev_icon {
        position: absolute;
        padding: 3px 5px 4px 5px !important;
        margin: 110px 0px 0px 28px !important;
        opacity: 0.8;
        width: 60px !important;
    }

    .product_info ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #0094ce;
        margin: 8px 5px 0px 0px;
        float: left;
        display: block;
    }

    .prod_list ul li dl dd {
        text-indent: 8px;
    }

    .prod_on {
        transform: rotate(180deg);
        transition: all 0.2s ease;
    }

    .prod_list {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        border: 1px solid #e3e3e3;
    }

    .prod_list .prod {
        display: block;
        padding: 10px;
        width: auto;
        float: left;
    }

    .prod_list .img {
        width: 120px;
        height: 140px;
        float: left;
        display: flex;
        justify-content: center;
    }

    .prod_list .img a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 5px;
    }

    .prod_list img {
        width: 80px;
        float: left;
        margin: 0 auto;
        display: flex;
    }

    .prod_list .prod a {
        margin: 0 auto;
    }

    .prod_list .main_title {
        margin: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: 140px;
        padding: 0px 5px 0px 5px;
    }

    .prod_list .main_title div a {
        margin-right: 5px;
        ;}

    .prod_list .main_title span {
        width: 100%;
        word-break: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .main_title .btn_view {
        background: #919191;
        color: #fff;
        padding: 5px 10px 5px 10px;
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
    }

    .main_title .btn_info {
        float: right;
        color: #0094ce;
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
    }

    .main_title .btn_view i {
        font-size: 14px;
    }

    .main_title .btn_info i {
        font-size: 32px;
    }

    .main_title li {
        float: left;
    }

    .main_title div:first-child() {
        margin-top: -10px;
    }

    .main_title div:last-child {
        height: 55px;
        width: 100%;
        padding-top: 20px;
    }

    .prod_list .title {
        display: block;
        font-size: 20px;
        color: #0094ce;
        width: 100%;
    }

    .prod_list .sub_title {
        display: block;
        font-weight: 600;
        font-size: 13px;
        color: #333;
        word-break: break-all;
        width: 100%;
    }

    .product_info ul li {
        clear: both;
        font-size: 12px;
        font-weight: normal;
        color: #696969;
        padding: 5px 0px 0px 0px;
    }

    .product_info ul li span {
        float: left;
        font-weight: 600;
        font-size: 12px;
        width: 80px;
        padding: 0px 10px 0px 0px;
    }

    .product_info ul li p {
        display: flex;
        word-break: break-word;
    }

    .product_info ul li i {
        color: #0094ce;
        font-size: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .prod .product_info {
        display: none;
    }

    .product_info {
        background: #f3f3f3;
        width: 100%;
        padding: 5px 15px 10px 15px;
        display: inline-block;
    }

    .f_p_2 {
        margin-top: 5px;
    }

    .content_area .content_body .cbody_tit {
        font-size: 20px;
    }

    .content_area .contact_tit,.content_area .page_title {
        font-size: 28px;
        line-height: normal;
        font-weight: bold;
        padding: 40px 0px;
    }

    .page_title {
        min-height: auto !important;
    }

    .buy_m,.prod_m {
        display: block;
    }

    .buy_m .title {
        margin-bottom: 10px;
    }

    .buy_pc,.prod_pc {
        display: none;
    }

    .partner_m {
        display: block
    }

    .cu_buy .member_info {
        display: block;
        width: 100%;
        background: #efefef;
        border: 1px solid #e3e3e3;
        padding: 15px;
        float: left;
        margin-bottom: 15px;
    }

    .cu_buy .member_info ul li i {
        float: left;
        font-size: 20px;
        padding: 1px 10px 0px 0px;
    }

    .cu_buy .member_info ul li a {
        float: left;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        width: 82%;
    }

    .cu_buy .member_info ul li {
        clear: both;
    }

    .cu_buy .member .name {
        font-size: 20px;
        color: #0094ce;
        padding-bottom: 15px;
    }

    .cu_buy .member ul li {
        clear: both;
    }

    .cu_buy .member ul li div i {
        float: left;
        font-size: 20px;
        padding: 2px 10px 0px 0px;
    }

    .cu_buy .member ul li div a {
        float: left;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .cu_buy .member .mail a {
        padding-bottom: 10px;
    }

    .cu_buy .member .task div {
        padding-top: 10px;
        border-top: 1px solid #e3e3e3;
    }

    .footer_terms .terms_btn a {
        font-family: 'Noto Sans' !important;
        color: rgba(255, 255, 255, 0.767);
        font-weight: bold;
    }

    .footer_terms .terms_btn a:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_r .footer_sns img {
        filter: grayscale(100%);
    }

    .footer_r .footer img {
        width: 25px;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_lang_menu p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.767);
        cursor: pointer;
    }

    .footer_lang_menu p:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_terms .contact_btn {
        display: inline-block;
        height: 30px;
        color: #fff;
        background: #505050;
        padding: 2px 20px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .footer_terms .contact_btn:hover {
        background: #727272 !important;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_in {
        width: 1252px;
        padding-top: 20px;
    }

    .product_in .title {
        border-left: 4px solid #0094ce;
        padding-left: 10px;
    }

    .product_in h2 {
        font-size: 26px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        float: left;
        color: #333;
        opacity: 1;
    }

    .product_in span {
        padding: 9px 0px 0px 12px;
        float: left;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        opacity: 1;
    }

    .product_in .sub_title {
        clear: both;
        color: #333;
        font-size: 14px;
        opacity: 1;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_lang_menu {
        float: right;
        clear: both;
    }

    .footer_lang_menu h4 {
        width: 27px;
        height: 40px;
    }

    .footer_lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 17px;
        line-height: 40px;
    }

    .footer_lang_menu h4:hover a,.footer_lang_menu h4 a.on {
        border-bottom: 2px solid #0094ce;
    }

    .footer_lang_menu .langDropdown2 {
        position: absolute;
        padding: 10px 15px;
        margin-left: -25px;
        margin-top: -370px;
        background-color: #fff;
        width: 110px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .footer_lang_menu .langDropdown2.on {
        display: block;
    }

    .footer_lang_menu .langDropdown2 li a {
        font-size: 15px;
        color: #231f20;
        line-height: 28px;
        display: block;
    }

    .footer_lang_menu .langDropdown2 li:hover a {
        color: #0094ce;
    }

    .product_cate_wrap {
        width: 100%;
        clear: both;
    }

    .product_cate_slider {
        background: #fff;
    }

    .product_cate_wrap .product_cate_slider {
        width: 100%;
        margin: 0 auto;
    }

    .product_cate_wrap .product_cate_slider .prod_img {
        width: 50%;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_img img {
        height: 400px;
        float: right;
    }

    .product_cate_wrap .product_cate_slider .prod_text {
        padding: 90px 0px 0px 60px;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        text-align: left;
        font-weight: 500;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_content {
        margin-top: 15px;
        line-height: 24px;
        font-size: 13px;
        width: 565px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn {
        padding: 10px 15px 10px 15px;
        background: #3f4643;
        color: #fff;
        opacity: 0.8;
        margin-top: 10px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn:hover {
        background: #0094ce;
        transition: all 0.5s ease;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
    }

    .product_new_wrap .new_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_new_wrap .new_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -300px;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_cate_wrap .cate_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        margin-top: -300px;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next:hover,.product_cate_wrap .cate_prev:hover {
        transition: all 0.3s ease;
        opacity: 0.9;
    }

    .product_main {
        padding-top: 40px;
    }

    .product_main .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 15px 15px 15px;
        color: #686868;
        word-break: break-word;
    }

    .news_in h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        padding: 0px;
    }

    .news_in .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 15px 15px 15px;
        color: #686868;
        word-break: break-word;
    }

    .news_in .title {
        padding-bottom: 10px;
    }

    .product_new_wrap {
        width: 1440px;
        margin: 0 auto;
    }

    .product_new_wrap .product_new_slider {
        width: 100%;
        background: #fff;
    }

    .product_cate_wrap .prod_cate_nav {
        width: 1340px;
        margin: 0 auto;
        position: relative;
    }

    .slick-slide {
        cursor: auto;
    }

    .prod_cate_nav .item {
        position: relative;
        padding: 8px 28px 10px 28px;
        margin: 13px;
        height: 40px;
        transition: .3s ease-in-out;
    }

    .prod_cate_nav .item:hover {
        background: #eeeeee;
    }

    .prod_cate_nav .slick-slide.is-active {
        color: #fff;
        background: #0094ce;
    }

    .product_cate_wrap .cate_bar {
        width: 100%;
        margin-top: 1px;
        border-top: 1.5px solid #3db4d2;
    }

    .product_new_slider .new_bg {
        padding: 0px 10px 0px 10px;
    }

    .product_new_slider .new_img {
        background: #fafafa;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
    }

    .product_new_slider .new_img img {
        width: 100%;
    }

    .product_main .new_text {
        padding: 0px 15px 0px 15px;
    }

    .product_main .new_text h2 {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        margin: 15px 5px 0px 5px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_main .txt_subtitle {
        font-size: 14px;
        margin: 5px;
        letter-spacing: -0.05rem;
    }

    .product_main .txt_content {
        margin: 5px;
        font-weight: normal;
        height: 165px;
        line-height: 25px;
    }

    .product_cate_nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

    .product_cate_nav ul li {
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        width: 1340px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_title {
        animation: 0.8s ease 0.2s infadeb;
        opacity: 1;
    }

    .sinner_07 img {
        width: 17%;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
        animation: 0.8s ease 0.4s infadeb;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .add_btn {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li .swipe_inner .add_btn {
        position: fixed;
        width: 80%;
        bottom: 25px;
    }

    .swiper-wrapper li .swipe_inner .add_btn a {
        transition: all 0.8s ease 0.6s;
        text-align: center;
        background: #0094ceab;
        color: #fff;
        border-radius: 25px;
        font-size: 12px;
        padding: 5px 15px 5px 15px;
        float: left;
        border: 0px solid #0094ce;
        font-weight: bold;
        display: flex;
        align-content: center;
        justify-content: center;
        word-break: keep-all;
        text-transform: capitalize;
    }

    .swiper-wrapper li .swipe_inner .add_btn span {
        display: none;
    }

    .follow_m {
        display: none;
    }

    .go_to_top {
        display: none;
    }

    .main_menu > dd > a {
        text-transform: capitalize !important;
    }

    .pcshow .lang_menu {
        margin-top: -16px;
        left: auto;
        right: 60px;
    }

    .pcshow .lang_menu p:hover {
        color: #0094ce;
        cursor: pointer;
        opacity: 1;
        transition: 0.3s;
    }

    .pcshow .lang_menu .icofont-globe {
        font-size: 35px;
    }

    .pcshow .lang_menu .langDropdown li a {
        font-weight: normal !important;
    }

    body.scroll-fixed {
        padding-top: 73px;
    }


    .swiper_nav_main .swiper-button-play-main {
        display: none;
    }

    .swiper-container-main {
        max-width: 100%;
        height: auto;
    }

    .swiper-container-main .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .swiper-pagination-main {
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .swiper-container-main .swiper_nav_main li {
        list-style-type: none;
    }

    .swiper-button-prev-main i,.swiper-button-next-main i,.swiper-button-play-main i,.swiper-button-pause-main i {
        color: #0094ce;
    }

    .swiper-button-pause-main,.swiper-button-play-main {
        margin-top: -7px;
        cursor: pointer;
    }

    .swiper-button-prev-main i,.swiper-button-next-main i {
        font-size: 30px;
        cursor: pointer;
        display: none;
    }

    .swiper-button-play-main i,.swiper-button-pause-main i {
        font-size: 16px;
        cursor: pointer;
        display: none;
    }

    .swiper-pagination-bullet-active {
        width: 9px !important;
        height: 9px !important;
    }

    .swiper-pagination-bullet {
        width: 9px !important;
        height: 9px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 4px;
    }

    .swiper-container-main .swiper_nav_main {
        font-size: 20px;
        text-align: center;
        z-index: 9;
        margin-top: 15px !important;
        opacity: 0.6;
        width: 230px;
        margin: 0 auto;
    }

    .pcshow .memu_sub {
        right: -10px;
    }

    .form_bt_box .password_input {
        background: #fff;
    }

    .footer {
        background: #2d2d2d;
    }

    .view_box {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: #000 !important;
    }

    #newsletter {
        float: right;
        display: none;
        position: absolute;
        width: 400px;
        height: 130px;
        background: #fff;
        bottom: 190px;
        right: 0px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        opacity: 0.98;
        z-index: 9;
    }

    #newsletter .foot_tit {
        height: 50px;
        float: left;
        background: #0094ce;
        width: 87%;
        font-size: 25px;
        font-weight: 900;
        padding: 10px 0px 5px 18px;
        color: #fff;
    }

    #newsletter .foot_close {
        float: left;
        width: 13%;
        font-size: 40px;
        color: #fff;
        background: #0089be;
        height: 50px;
        padding: 7px;
        cursor: pointer;
    }

    #newsletter .foot_tit span {
        font-size: 12px;
        font-weight: 400;
        color: #7a7a7a;
        letter-spacing: -0.8px;
    }

    #newsletter .newsletter_box {
        padding: 10px 20px 20px 20px;
        color: #7a7a7a;
        float: left;
    }

    #newsletter .newsletter_box .footer_input {
        padding-left: 10px;
        border: 1px solid #efefef;
        height: 30px;
        float: left;
        width: 260px;
    }

    #newsletter .newsletter_box button {
        height: 30px;
        width: 100px;
        color: #fff;
        background: #0094ce;
        border: 0px;
        padding-bottom: 2px;
        float: left;
    }

    #newsletter .newsletter_box .acc_newsletter {
        transform: scale(1.2);
        display: inline-block;
        border: 0px solid #fff;
        padding: 0px;
        margin: 5px 6px 5px 3px;
    }

    #newsletter .newsletter_box .newsletter_agree {
        font-weight: 100;
        font-size: 11px;
        font-weight: normal;
    }

    .copyright_pc {
        width: 100%;
        color: #a7a7a7;
        text-align: right;
    }

    .product_cate_wrap .prod_cate_nav .item {
        text-align: center;
        font-size: 16px;
    }


    .header_map h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .header_map ul li a {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
    }

    .header_box {
        width: 95%;
    }

    .lang_menu p {
        font-size: 17px;
    }

    .over_box_1 ul {
        padding-top: 10px;
    }

    .over_box_1 > div ul li a {
        height: 25px !important;
        line-height: 25px !important;
    }

    .menugum_box > div > div > div ul li a img {
        height: 25px;
        top: 5px;
    }

    .menugum_box.menugum_box_1 {
        background: #fcfcfc;
    }

    .menugum_box {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        background: #fcfcfc;
    }

    .menugum_box a {
        color: #333 !important;
    }

    .menugum_box.menugum_box_1 {
        height: auto;
    }



    .follow_m {
        display: none !important;
    }

    .go_to_top {
        display: none !important;
    }

    .footer_lang_menu {
        display: none !important;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .product_new_wrap .new_text {
        width: 100%;
    }

    .product_main .new_text h2,.product_main .txt_subtitle {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 1.5em;
        line-height: 1.5em;
    }

    .product_new_slider .slick-dots button {
        margin-top: 20px;
    }

    .product_cate_wrap .prod_cate_nav .item {
        font-size: 14px;
    }

    #mobile_menu {
        display: block;
    }

    .product_cate_wrap .product_cate_slider .prod_text {
        padding: 15px;
        width: 100%;
        background: #fff;
    }

    .product_cate_wrap .product_cate_slider .prod_img,.product_cate_wrap .product_cate_slider .prod_img img {
        width: 80%;
        height: auto;
    }

    .swiper-bg,.m_swiper-bg {
        overflow: hidden;
    }

    .swiper-bg img,.m_swiper-bg img {
        width: 100%;
        height: auto;
    }

    .main_navi_warp {
        width: 100%;
        position: absolute;
        z-index: 9;
    }

    .product_in {
        width: 100%;
    }


    .product_cate_wrap .product_cate_slider .prod_text .txt_content {
        width: 100%;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 190px;
    }

    .product_cate_wrap .product_cate_slider .prod_img img {
        width: 90%;
        height: auto;
    }

    .prod_cate_nav .item {
        padding: 10px;
    }


    .follow_m {
        display: none;
    }

    .product_new_wrap .m_new_next {
        right: 0px;
        font-size: 28px;
        color: #fff;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 10px 2px 10px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 40px;
    }

    .product_new_wrap .m_new_prev {
        left: 0px;
        font-size: 28px;
        color: #fff;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 10px 2px 10px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 40px;
    }

    .p_new_next,.p_new_prev {
        display: none !important;
    }

    .p_cate_next,.p_cate_prev {
        display: none !important;
    }

    .product_cate_wrap .m_cate_next {
        right: 0px !important;
        font-size: 28px !important;
        color: #fff !important;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 0px 0px 0px 8px;
        margin-top: 0px;
        width: 40px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .product_cate_wrap .m_cate_prev {
        left: 0px !important;
        font-size: 28px !important;
        color: #fff !important;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 0px 0px 0px 3px;
        margin-top: 0px;
        width: 40px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .product_new_wrap .product_new_slider {
        padding: 0px !important;
    }

    .product_new_slider .product_item {
        background: #fff;
        border: 0;
    }

    .product_new_slider .new_bg {
        padding: 0px !important;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .product_new_wrap {
        width: 100% !important
    }

    .product_new_wrap .new_text {
        display: inline-block;
        padding: 0px 5% 0px 5% !important;
        height: 15px;
    }

    .product_new_slider .new_img {
        display: inline-block;
        justify-content: center;
        align-items: center;
    }

    .product_new_slider .new_img img {
        width: 100%;
        margin: 0 auto;
    }

    .lang_menu .langDropdown {
        z-index: 999;
        position: absolute;
        width: 120px;
        left: 0px;
        margin: 0px;
        padding: 15px;
        top: 35px;
    }

    .news_in {
        width: 100%;
        height: auto;
    }

    .news_wrap {
        background: #fafafa;
    }

    .swiper-container-main {
        max-width: 100%;
        height: auto;
    }

    .swiper-container-main .swiper_title {
        opacity: 0;
    }

    .swiper-container-main .swiper_title p {
        font-weight: normal;
        color: #666;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
        line-height: 14px;
        font-size: 12px;
    }

    .swiper-container-main .swiper_title h6 {
        font-size: 26px;
        color: #0094ce;
        font-weight: bold !important;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
        top: 40px;
        padding: 10px 0;
    }

    .swiper-container-main .swipe_inner {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .swiper-container-main .sinner_04 {
        position: absolute;
        top: 130px;
        left: 30px;
    }

    .swiper-container-main .sinner_03 {
        position: absolute;
        top: 20px;
        right: 20px;
        left: auto;
    }

    .swiper-container-main .swiper-slide-active .swiper_title p {
        animation: 0.8s ease 0.2s infadeb;
        opacity: 1;
        word-break: break-word;
    }

    .swiper-container-main .swiper-slide-active .swiper_title h6 {
        animation: 0.8s ease 0.4s infadeb;
        opacity: 1;
    }

    .swiper-container-main .swiper_text {
        display: none;
    }

    .swiper-container-main .swiper_nav_main {
        opacity: 1;
        margin: 0 auto;
    }

    .swiper-wrapper li .swipe_inner .swiper_more {
        width: 120px;
        margin-top: 10px;
        display: inline-block;
        opacity: 0;
        height: auto;
        padding: 5px 5px 8px 5px;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-wrapper li .sinner_03 {
        text-align: right;
    }

    .swiper-pagination-main span {
        margin-left: 9px;
    }

    .div_bbox .div_bbox_1,.div_bbox .div_bbox_2,.div_bbox .div_bbox_3 {
        width: 100%;
        margin: 0px;
        left: 0px;
        box-shadow: none;
        background: #fafafa;
        padding: 0px 15px 0px 15px
    }

    .partner_wrap {
        clear: both;
    }

    .footer,.footer_in {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .foo_text_zone {
        position: relative;
    }

    .footer_l {
        font-size: 12px;
        font-weight: 200;
    }

    .video_box {
        display: none;
    }

    .header_mo .lang_menu {
        top: 17px;
        right: 170px;
        position: absolute;
        -webkit-tap-highlight-color: transparent;
    }

    .header_mo .lang_menu span {
        position: absolute;
        font-size: 14px;
        width: 65px;
        display: flex;
        border: 1px solid #3F3F3F;
        border-radius: 20px;
        padding: 3px 0px;
        justify-content: center;
        align-items: center;
    }

    .header_mo .lang_menu i {
        font-size: 17px;
        color: #000;
        padding-left: 0px !important;
    }

    .menu-search .m_search {
        font-size: 23px;
        color: #424242;
    }

    .menu-search {
        right: 65px;
    }

    .header_height {
        height: 60px;
    }

    .header_mo .menu-trigger {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 15px;
        right: 16px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }

    .menu-trigger span {
        height: 2px;
    }

    .header_mo {
        height: 60px;
    }

    .mlogos {
        width: 83px;
        margin: 0 0 0 20px;
    }

    .mlogos img {
        height: 40px;
        margin-top: 5px;
    }



    .xxxxx {
        position: absolute;
        right: 12px;
        font-size: 36px;
    }

    .foo_text_zone {
        color: #a7a7a7 !important;
        font-size: 12px;
        text-align: center;
        padding: 0px 15px 0px 15px;
    }

    .footer_l ul li:nth-child(1) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer_l ul {
        clear: both;
    }

    .footer_l ul li {
        line-height: 20px;
    }

    .footer_l .addr1,.footer_l .addr2 {
        white-space: pre;
        display: block;
    }

    .copyright_pc {
        padding-top: 10px;
        text-align: center;
        color: #a7a7a7;
    }

    .footer_sns_list {
        display: inline-block;
        text-align: center;
        clear: both;
        font-size: 30px;
    }

    .footer_sns_list li a {
        color: #a7a7a7 !important;
    }

    .footer_r {
        float: none;
        text-align: center;
        clear: both;
    }

    .contact_btn {
        font-size: 14px;
        color: #ccc !important;
        width: 80% !important;
        float: none !important;
        padding: 6px !important;
        margin: 10px;
        height: auto !important;
    }

    #newsletter {
        width: 100%;
    }

    .search-modal #search_form_mo .search-input {
        border: 0px;
        height: 35px;
        width: 70%;
        text-indent: 10px;
    }

    .search-wrap {
        position: fixed;
        top: 60;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 7777;
        display: none;
    }

    .search-wrap .search-modal {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        position: absolute;
        height: 60px;
        padding: 13px;
        top: 0px;
    }

    .search-wrap .search-modal-info {
        position: fixed;
        height: 60px;
        background: #fff;
        top: 0px;
        width: 100%;
        z-index: 800;
    }

    .search-modal #search_form_mo .mo_search_submit {
        font-size: 19px;
        position: relative;
        top: 3px;
    }

    .search-modal #search_form_mo .mo_search_close {
        font-size: 19px;
        top: 9px;
        right: 9px;
        font-weight: normal;
        color: #fff;
    }

    .search-submit {
        padding: 8px 20px 8px 20px;
        background: #0094ce;
        color: #fff !important;
        border: 0px;
        right: 10px;
        position: absolute;
        border-radius: 25px 25px;
    }

    #newsletter .newsletter_box {
        width: 100%;
    }

    #newsletter .newsletter_box .newsletter_agree {
        text-align: left;
    }

    #newsletter .newsletter_box .footer_input,#newsletter .newsletter_box button {
        width: 100%;
    }

    #newsletter .newsletter_box button {
        margin-top: 10px;
    }

    #newsletter {
        height: auto;
    }

    #newsletter .foot_tit {
        text-align: left;
        color: #fff;
    }

    .footer_terms .contact_btn {
        position: relative;
    }

    #windo {
        top: 60px;
    }

    .m_menu.active-1 span:nth-of-type(1) {
        -webkit-transform: translateY (10px) rotate (- 45 deg);
        transform:translateY(10px) rotate(-45deg);}

    .m_menu.active-1 span:nth-of-type(2) {
        opacity: 0;
    }

    .m_menu.active-1 span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }



    #mobile_side_menu {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        height: auto;
        z-index: 99;
        box-shadow: none;
        min-height: 100vh;
        height: calc(100%);
        position: fixed;
        top: 60px;
        right: -100%;
        background: #fff;
    }

    .m_side_l {
        display: block;
        float: left;
        width: 35%;
        background: #fff;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        min-height: 100vh;
        height: calc(100%);
    }

    #mobile_side_menu .m_side_l ul {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px 10px 15px;
    }

    #mobile_side_menu .m_side_l ul li {
        margin-bottom: 20px;
        cursor: pointer;
    }

    .m_side_r {
        border-bottom: 1px solid #e3e3e3;
        display: block;
        background: #fafafa;
        float: left;
        width: 65%;
        overflow-y: scroll;
        min-height: 100%;
        height: calc(100%);
        padding: 0px 0px 200px 0px;
    }

    .m_side_sub {
        display: none;
    }

    .selected {
        color: #0094ce;
    }

    ul.side_menu li.selected {
        color: #0094ce;
    }


    .m_side_r .sub-content {
        display: none;
    }


    .side_menu i {
        display: none;
    }

    .on {
        display: block;
    }

    .a_in {
        top: -9px;
        margin-left: -10px;
        position: absolute;
        width: 0px;
        height: 0px;
        border-right: 9px solid none;
        border-left: 9px solid #fff;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    .a_out {
        left: 34.8%;
        margin-top: -20px;
        position: absolute;
        width: 0px;
        height: 0px;
        border-right: 10px solid none;
        border-left: 10px solid #dddddd;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .m_side_r .sub-content.selected {
        display: inherit;
        padding: 15px 0px 100px 0px;
    }

    .sub-content > ul > li > ul > li {
        margin: 0px 0px 10px 25px;
    }

    .sub-content > ul > li > a {
        display: flex;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 0px 10px 15px;
    }

    .sub-content > ul > li > ul > li > a {
        display: block;
        font-size: 12px;
        font-weight: bold;
    }

    .sub-content > ul > li > ul > li > a:hover {
        color: #0094ce;
    }

    .scrollDisable {
        height: 100%;
        min-height: 100%;
        overflow: hidden !important;
        touch-action: none;
    }

    .div_bbox {
        width: 100%;
    }

    .paddignbox {
        background: #fff;
        margin-bottom: 20px;
        box-shadow: 0 4px 10px 0 rgb(32 33 36 / 16%);
    }

    .div_bbox > div .txt_box h3.h33_1 {
        display: block;
        font-size: 18px;
        color: #0057a1;
        padding-bottom: 3px;
    }

    .div_bbox > div .txt_box h3.h33_2 {
        font-size: 13px;
        line-height: 18px;
    }

    .div_bbox > div > div.paddignbox {
        padding: 15px;
    }

    .product_cate_wrap .product_cate_slider .prod_img {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: #E6E7E9;
    }

    .progress_new {
        display: block;
        width: 100%;
        height: 2px;
        overflow: hidden;
        background-color: #fafafa;
        background-image: linear-gradient(to right, #0094ce, #0094ce);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }

    .progress_cate {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        background-color: #fafafa;
        background-image: linear-gradient(to right, #0094ce, #0094ce);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }

    .side_mouse {
        font-size: 28px;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #333;
    }

    .m_sub_logo {
        margin: 0 auto;
        width: 83px;
    }

    .m_sub_logo img {
        height: 50px;
        margin-top: 5px;
    }

    .search-modal-info > span {
        position: absolute;
        right: 21px;
        top: 12px;
        font-size: 32px;
        color: #333;
    }

    .side_menu li:hover {
        color: #0094ce;
    }

    .side_menu li:hover {
        color: #0094ce;
    }

    .sub-content > ul > li > a:hover {
        color: #0094ce;
    }

    .sub_a p {
        transform: rotate(-180deg);
    }

    .sub-2,.sub-3,.sub-6 {
        margin-top: 40%
    }

    .contact_img img {
        height: auto;
        width: 100%;
    }

    .partner_in {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        display: block;
    }

    .partner_wrap {
        height: auto;
    }

    .form_box {
        top: 0px;
        height: auto;
        position: relative;
    }

    .news_wrap {
        height: auto;
    }

    .m_sub_menu_r {
        padding-bottom: 10px;
    }

    .sub-content > ul > li > ul > li > a {
        font-weight: normal;
        width: 86%;
        word-break: break-word;
    }

    .m_sub_menu_r > a > span {
        width: 90%;
        word-break: break-word;
    }

    .m_sub_menu_r > a > p {
        width: 20px;
        float: left;
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.2s ease;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
        animation: 0.8s ease 0.6s infadeb;
        opacity: 1;
    }

    .t_swiper-bg,.swiper-bg {
        display: none;
    }

    .product_new_slider .slick-dots {
        position: absolute;
    }

    .product_new_slider .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
    }

    .product_new_slider .slick-dots li {
        width: 16.6%;
    }

    .product_new_slider .slick-dots button {
        display: block;
        height: 2px;
        padding: 0;
        border: none;
        background-color: #e3e3e3;
        width: 100%;
        text-indent: -9999px;
        opacity: 0.9;
    }

    .product_new_slider .slick-dots li.slick-active button {
        background-color: #0094ce;
        opacity: 0.9;
    }

    .product_cate_slider .slick-dots {
        display: flex !important;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        position: absolute;
        top: -62px;
    }

    .cate_bar {
        display: none;
    }

    .product_cate_slider .slick-dots li {
        width: 16.6%;
    }

    .product_cate_slider .slick-dots button {
        display: block;
        height: 2px;
        padding: 0;
        border: none;
        background-color: #e3e3e3;
        width: 100%;
        text-indent: -9999px;
        opacity: 0.9;
    }

    .product_cate_slider .slick-dots li.slick-active button {
        background-color: #0094ce;
        opacity: 0.9;
    }

    #newBridge {
        z-index: 99 !important;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .product_main .new_text h2,.product_main .txt_subtitle {
        margin-left: 0px;
        white-space: nowrap;
    }

    .product_cate_wrap .prod_cate_nav .item {
        font-size: 11px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 5px 5px 5px 5px;
        line-height: 14px;
        margin: 10px 3px 10px 3px;
        word-break: break-word;
    }

    .swiper-container-main .sinner_05 {
        display: block;
        word-wrap: break-word;
    }

    .swiper-container-main .sinner_05 span {
        display: block;
        word-wrap: break-word;
    }

    .product_cate_wrap .prod_cate_nav {
        width: 95%;
        height: 60px;
    }

    .product_main .txt_content {
        margin: 0px;
    }

    .lang_menu {
        cursor: pointer;
    }

    .product_main {
        padding-top: 30px;
    }

    #sub-2 > ul > li > a,#sub-3 > ul > li > a,#sub-4 > ul > li > a,#sub-5 > ul > li > a,#sub-6 > ul > li > a {
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    #mobile_side_menu .m_side_l ul {
        font-size:12px;
    }

    .sub-content > ul > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 500px) and (max-width:600px) {
    .product_new_slider .slick-slide {
        height:auto;
    }

    .swiper-wrapper li .swipe_inner .add_btn span {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width:767px) {


    .swiper-wrapper li .swipe_inner .add_btn span {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width:380px) {
    .swiper-wrapper li .swipe_inner .add_btn span {
        display:none;
    }

    .swiper-container-main .swiper_title h6 {
        font-size: 22px;
    }

    .swiper-container-main .sinner_04 {
        top: 87px;
    }
}

@media screen and (min-width: 768px) and (max-width:1340px) {
    .lang_menu .langDropdown li a {
        font-size:14px;
        color: #231f20;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    .swiper-container-sub {
        display: none;
    }


    .news_main_wrap .news_main_in {
        width: 100%;
    }

    .news_main_wrap .news_main_in .title {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: normal;
        -webkit-box-orient: vertical;
    }

    .sinner_07 img {
        width: 12%;
    }

    .news_main_wrap .news_main_in .videos, .news_main_wrap .news_main_in .news, .news_main_wrap .news_main_in .event {
        width: 33%;
        padding: 20px;
    }

    .footer .footer_in {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer .footer_sns {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0px 30px 0px;
    }

    .menu-search {
        transform: translateY(-50%);
    }

    .partner_pc {
        display: block
    }

    .p_new_prev {
        left: 0px;
    }

    .partner_boxbox,.partner_wrap {
        background: none;
    }

    .form_box {
        width: auto;
    }


    .product_new_slider .slick-slide {
        padding: 15px;
    }

    .footer_terms .terms_btn a {
        font-family: 'Noto Sans' !important;
        color: rgba(255, 255, 255, 0.767);
        font-weight: bold;
    }

    .footer_terms .terms_btn a:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_r .footer_sns img {
        filter: grayscale(100%);
    }

    .footer_r .footer img {
        width: 25px;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_lang_menu p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.767);
        cursor: pointer;
    }

    .footer_lang_menu p:hover {
        opacity: 1;
        transition: all 0.3s ease;
        color: #fff;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_terms .contact_btn {
        display: inline-block;
        height: 30px;
        color: #fff;
        background: #505050;
        padding: 2px 20px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .footer_terms .contact_btn:hover {
        background: #727272 !important;
    }

    .footer_sns_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer_sns_list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_in {
        width: 1252px;
        padding-top: 20px;
    }

    .product_in .title {
        border-left: 4px solid #0094ce;
        padding-left: 10px;
    }

    .product_in h2 {
        font-size: 26px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        float: left;
        color: #333;
        opacity: 1;
    }

    .product_in span {
        padding: 9px 0px 0px 12px;
        float: left;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        opacity: 1;
    }

    .product_in .sub_title {
        clear: both;
        color: #333;
        font-size: 14px;
        opacity: 1;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .foo_text_zone {
        width: 100%;
    }

    .footer_lang_menu {
        float: right;
        clear: both;
    }

    .footer_lang_menu h4 {
        width: 27px;
        height: 40px;
    }

    .footer_lang_menu h4 a {
        display: block;
        color: #231f20;
        font-size: 17px;
        line-height: 40px;
    }

    .footer_lang_menu h4:hover a,.footer_lang_menu h4 a.on {
        border-bottom: 2px solid #0094ce;
    }

    .footer_lang_menu .langDropdown2 {
        position: absolute;
        padding: 10px 15px;
        margin-left: -25px;
        margin-top: -370px;
        background-color: #fff;
        width: 110px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        display: none;
    }

    .footer_lang_menu .langDropdown2.on {
        display: block;
    }

    .footer_lang_menu .langDropdown2 li a {
        font-size: 15px;
        color: #231f20;
        line-height: 28px;
        display: block;
    }

    .footer_lang_menu .langDropdown2 li:hover a {
        color: #0094ce;
    }

    .product_cate_wrap {
        width: 100%;
        clear: both;
    }

    .product_cate_slider {
        background: #fff;
    }

    .product_cate_wrap .product_cate_slider {
        width: 100%;
        margin: 0 auto;
    }

    .product_cate_wrap .product_cate_slider .prod_img {
        width: 50%;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_img img {
        height: 400px;
        float: right;
    }

    .product_cate_wrap .product_cate_slider .prod_text {
        padding: 90px 0px 0px 60px;
        float: left;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        text-align: left;
        font-weight: 500;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_content {
        margin-top: 15px;
        line-height: 24px;
        font-size: 13px;
        width: 565px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn {
        padding: 10px 15px 10px 15px;
        background: #3f4643;
        color: #fff;
        opacity: 0.8;
        margin-top: 10px;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_btn:hover {
        background: #0094ce;
        transition: all 0.5s ease;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
    }

    .product_new_wrap .p_new_next,.product_new_wrap .p_new_prev {
        margin-top: -250px;
    }

    .product_new_wrap .new_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_new_wrap .new_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next {
        position: absolute;
        right: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.7;
        cursor: pointer;
    }

    .product_cate_wrap .cate_prev {
        position: absolute;
        left: 10px;
        font-size: 100px;
        color: #333;
        z-index: 900;
        opacity: 0.6;
        cursor: pointer;
    }

    .product_cate_wrap .cate_next:hover,.product_cate_wrap .cate_prev:hover {
        transition: all 0.3s ease;
        opacity: 0.9;
    }

    .product_main {
        padding-top: 40px;
    }

    .product_main .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 0px 15px 0px;
        color: #686868;
    }

    .news_in h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        padding: 0px;
    }

    .news_in .sub {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 0px 15px 0px;
        color: #686868;
    }

    .news_in .title {
        padding-bottom: 10px;
    }

    .product_new_wrap {
        width: 1340px;
        margin: 0 auto;
    }

    .product_new_wrap .product_new_slider {
        width: 100%;
        background: #fff;
    }

    .product_cate_wrap .prod_cate_nav {
        width: 1340px;
        margin: 0 auto;
        position: relative;
    }

    .slick-slide {
        cursor: auto;
    }

    .prod_cate_nav .item {
        position: relative;
        padding: 8px 28px 10px 28px;
        margin: 13px;
        height: 40px;
        transition: .3s ease-in-out;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .prod_cate_nav .item:hover {
        background: #eeeeee;
    }

    .prod_cate_nav .slick-slide.is-active {
        color: #fff;
        background: #0094ce;
    }

    .product_cate_wrap .cate_bar {
        width: 100%;
        margin-top: 1px;
        border-top: 1.5px solid #3db4d2;
    }

    .product_new_slider .new_bg {
        padding: 0px 10px 0px 10px;
    }

    .product_new_slider .new_img {
        background: #fafafa;
    }

    .product_new_slider .new_img img {
        width: 100%;
    }

    .product_main .new_text {
        padding: 0px 15px 0px 15px;
    }

    .product_main .new_text h2 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 15px 5px 0px 5px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_main .txt_subtitle {
        font-size: 12px;
        margin: 5px;
        text-align: center;
        line-height: 1.2em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        height: 2.4em;
        -webkit-box-orient: vertical;
    }

    .product_main .txt_content {
        margin: 5px;
        font-weight: normal;
        height: 165px;
        line-height: 25px;
    }

    .product_cate_nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

    .product_cate_nav ul li {
        padding: 0 0 0 0;
        border: 0;
        margin: 5px;
        float: left;
    }

    .news_in {
        width: 1340px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_title {
        animation: 0.8s ease 0.2s infadeb;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
        animation: 0.8s ease 0.4s infadeb;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .add_btn {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    .swiper-wrapper li .swipe_inner .add_btn {
        margin-top: 10%;
        width: 90%;
    }

    .swiper-wrapper li .swipe_inner .add_btn > span {
        display: none;
    }

    .swiper-wrapper li .swipe_inner .add_btn a {
        transition: all 0.8s ease 0.6s;
        text-align: center;
        background: #0094ceab;
        color: #fff;
        border-radius: 25px;
        font-size: 14px;
        padding: 7px 20px 7px 20px;
        float: left;
        border: 0px solid #0094ce;
        font-weight: bold;
        display: flex;
        align-content: center;
        justify-content: center;
        text-transform: capitalize;
    }

    .swiper-wrapper li .swipe_inner .add_btn span {
        padding: 10px 0px 0;
        word-break: keep-all;
        font-size: 13px;
        clear: both;
        display: block;
        color: #384254;
        width: 80%;
    }

    .follow_m {
        display: none;
    }

    .go_to_top {
        display: none;
    }

    .main_menu > dd > a {
        text-transform: capitalize !important;
    }

    .pcshow .lang_menu {
        margin-top: -16px;
        left: auto;
        right: 60px;
    }

    .pcshow .lang_menu p:hover {
        color: #0094ce;
        cursor: pointer;
        opacity: 1;
        transition: 0.3s;
    }

    .pcshow .lang_menu .icofont-globe {
        font-size: 35px;
    }

    .pcshow .lang_menu .langDropdown li a {
        font-weight: normal !important;
    }

    body.scroll-fixed {
        padding-top: 73px;
    }

    .swiper_nav_main .swiper-button-play-main {
        display: none;
    }

    .swiper-container-main {
        max-width: 100%;
        height: auto;
        flex-basis: 100%;
        flex: 1;
    }

    .swiper-container-main .swiper-wrapper {
        width: 100%;
        height: auto !important;
        flex-basis: 100%;
        flex: 1;
    }

    .swiper-pagination-main {
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .swiper-container-main .swiper_nav_main li {
        list-style-type: none;
        float: left;
        padding-left: 5px;
    }


    .swiper-button-prev-main i,.swiper-button-next-main i,.swiper-button-play-main i,.swiper-button-pause-main i {
        color: #0094ce;
    }

    .swiper-button-pause-main,.swiper-button-play-main {
        margin-top: -7px;
        cursor: pointer;
    }

    .swiper-button-prev-main i,.swiper-button-next-main i {
        font-size: 30px;
        cursor: pointer;
    }

    .swiper-button-play-main i,.swiper-button-pause-main i {
        font-size: 16px;
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
        width: 18px !important;
        height: 18px !important;
    }

    .swiper-pagination-bullet {
        width: 18px !important;
        height: 18px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 4px;
    }

    .swiper-container-main .swiper_nav_main {
        font-size: 20px;
        text-align: center;
        z-index: 9;
        margin-top: -70px !important;
        opacity: 0.6;
        width: 230px;
        margin: 0 auto;
    }

    .pcshow .memu_sub {
        right: -10px;
    }

    .form_bt_box .password_input {
        background: #fff;
    }

    .footer {
        background: #2d2d2d;
    }

    .view_box {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: #0094ce !important;
    }

    #newsletter {
        float: right;
        display: none;
        position: absolute;
        width: 400px;
        height: 130px;
        background: #fff;
        bottom: 190px;
        right: 0px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
        opacity: 0.98;
        z-index: 9;
    }

    #newsletter .foot_tit {
        height: 50px;
        float: left;
        background: #0094ce;
        width: 87%;
        font-size: 25px;
        font-weight: 900;
        padding: 10px 0px 5px 18px;
        color: #fff;
    }

    #newsletter .foot_close {
        float: left;
        width: 13%;
        font-size: 40px;
        color: #fff;
        background: #0089be;
        height: 50px;
        padding: 7px;
        cursor: pointer;
    }

    #newsletter .foot_tit span {
        font-size: 12px;
        font-weight: 400;
        color: #7a7a7a;
        letter-spacing: -0.8px;
    }

    #newsletter .newsletter_box {
        padding: 10px 20px 20px 20px;
        color: #7a7a7a;
        float: left;
    }

    #newsletter .newsletter_box .footer_input {
        padding-left: 10px;
        border: 1px solid #efefef;
        height: 30px;
        float: left;
        width: 260px;
    }

    #newsletter .newsletter_box button {
        height: 30px;
        width: 100px;
        color: #fff;
        background: #0094ce;
        border: 0px;
        padding-bottom: 2px;
        float: left;
    }

    #newsletter .newsletter_box .acc_newsletter {
        transform: scale(1.2);
        display: inline-block;
        border: 0px solid #fff;
        padding: 0px;
        margin: 5px 6px 5px 3px;
    }

    #newsletter .newsletter_box .newsletter_agree {
        font-weight: 100;
        font-size: 11px;
        font-weight: normal;
    }

    .copyright_pc {
        width: 100%;
        color: #a7a7a7;
        text-align: right;
    }

    .product_cate_wrap .prod_cate_nav .item {
        text-align: center;
        font-size: 16px;
    }


    .header_map h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .header_map ul li a {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
    }

    .header_box {
        width: 95%;
    }

    .lang_menu p {
        font-size: 17px;
    }

    .over_box_1 ul {
        padding-top: 10px;
    }

    .over_box_1 > div ul li a {
        height: 25px !important;
        line-height: 25px !important;
    }

    .menugum_box > div > div > div ul li a img {
        height: 25px;
        top: 5px;
    }

    .menugum_box.menugum_box_1 {
        background: #fcfcfc;
    }

    .menugum_box {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        background: #fcfcfc;
    }

    .menugum_box a {
        color: #333 !important;
    }



    .follow_m {
        display: none !important;
    }

    .go_to_top {
        display: none !important;
    }

    .footer_lang_menu {
        display: none !important;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .product_main .new_text h2,.product_main .txt_subtitle {
        margin-left: 0px;
    }

    .product_cate_wrap .prod_cate_nav .item {
        font-size: 14px;
    }

    #mobile_menu {
        display: block;
    }

    .product_cate_wrap .product_cate_slider .prod_text {
        padding: 15px;
        width: 100%;
        background: #fff;
    }

    .product_cate_wrap .product_cate_slider .prod_img,.product_cate_wrap .product_cate_slider .prod_img img {
        width: 80%;
        height: auto;
    }

    .swiper-bg,.t_swiper-bg {
        overflow: hidden;
    }

    .swiper-bg img,.t_swiper-bg img {
        width: 100%;
        height: auto;
    }

    .main_navi_warp {
        width: 100%;
        position: absolute;
        z-index: 9;
    }

    .product_in {
        width: 100%;
    }

    .product_new_wrap {
        width: 95%;
    }

    .product_cate_wrap .product_cate_slider .prod_text .txt_content {
        width: 100%;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: max-content;
    }

    .product_cate_wrap .product_cate_slider .prod_img,.product_cate_wrap .product_cate_slider .prod_img img {
        width: 100%;
        height: auto;
    }


    .follow_m {
        display: none;
    }

    .product_new_wrap .m_new_next {
        right: 0px;
        font-size: 28px;
        color: #fff;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 10px 2px 10px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 40px;
        bottom: 65%;
    }

    .product_new_wrap .m_new_prev {
        left: 0px;
        font-size: 28px;
        color: #fff;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 10px 2px 10px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 40px;
        bottom: 65%;
    }


    .p_cate_next,.p_cate_prev {
        display: none !important;
    }

    .product_cate_wrap .m_cate_next {
        right: 0px !important;
        font-size: 28px !important;
        color: #fff !important;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        width: 40px;
        height: 45px;
        padding: 0px 0px 0px 8px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
    }

    .product_cate_wrap .m_cate_prev {
        left: 0px !important;
        font-size: 28px !important;
        color: #fff !important;
        opacity: 0.7;
        cursor: pointer;
        background: #333;
        padding: 0px 0px 0px 3px;
        width: 40px;
        height: 45px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
    }

    .product_new_wrap .product_new_slider {
        padding: 0px;
    }

    .product_new_slider .new_bg {
        padding: 0px !important;
    }

    .product_new_wrap {
        width: 100% !important
    }

    .product_new_wrap .new_text {
        padding: 0px 5% 0px 5% !important;
        height: 15px;
        display: inline-block;
    }

    .product_new_slider .new_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product_new_slider .new_img img {
        width: 100%;
        margin: 0 auto;
    }

    .lang_menu .langDropdown {
        z-index: 999;
        position: absolute;
        width: max-content;
        right: -50px;
        margin: 0px;
        padding: 15px;
        top: 35px;
    }

    .news_in {
        width: 100%;
        height: auto;
    }

    .news_wrap {
        background: #fafafa;
    }

    .swiper-container-main {
        max-width: 100%;
        height: auto;
    }

    .swiper-container-main .swiper_title {
        opacity: 0;
    }

    .swiper-container-main .swiper_title p {
        font-size: 100%;
        line-height: 22px;
        font-weight: normal;
        color: #0094ce;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-container-main .swiper_title h6 {
        font-size: 30px;
        color: #0094ce;
        font-weight: bold !important;
        opacity: 0;
        transition: all 0.8s ease 0.6s;
        top: 40px;
    }

    .swiper-container-main .swipe_inner {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .swiper-container-main .sinner_04 {
        position: absolute;
        top: 130px;
        left: 20px;
    }

    .swiper-container-main .sinner_03 {
        position: absolute;
        top: 20px;
        right: 20px;
        left: auto;
    }

    .swiper-container-main .swiper-slide-active .swiper_title p {
        animation: 0.8s ease 0.2s infadeb;
        opacity: 1;
    }

    .swiper-container-main .swiper-slide-active .swiper_title h6 {
        animation: 0.8s ease 0.4s infadeb;
        opacity: 1;
    }


    .swiper-container-main .swiper_nav_main {
        opacity: 1;
        width: 100%;
        margin: 0 auto;
    }

    .swiper-container-main .swiper_nav_main ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-wrapper li .swipe_inner .swiper_more {
        margin-top: 20px;
        display: inline-block;
        opacity: 0;
        height: 40px;
        padding: 10px 15px 10px 20px;
        transition: all 0.8s ease 0.6s;
    }

    .swiper-wrapper li .sinner_03 {
        text-align: right;
    }

    .swiper-pagination-main span {
        margin-left: 5px;
    }

    .div_bbox .div_bbox_1,.div_bbox .div_bbox_2,.div_bbox .div_bbox_3 {
        width: 100%;
        margin: 0px;
        left: 0px;
        box-shadow: none;
        background: #fafafa;
        padding: 0px 15px 0px 15px
    }

    .partner_wrap {
        clear: both;
    }

    .footer,.footer_in {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .foo_text_zone {
        position: relative;
    }

    .footer_l {
        font-weight: 200;
    }

    .video_box {
        display: none;
    }

    .header_mo .lang_menu {
        top: 17px;
        right: 170px;
        position: absolute;
        -webkit-tap-highlight-color: transparent;
    }

    .header_mo .lang_menu span {
        position: absolute;
        font-size: 16px;
        width: 65px;
        border: 1px solid #3F3F3F;
        border-radius: 20px;
        padding-left: 10px;
    }

    .header_mo .lang_menu i {
        font-size: 17px;
        color: #000;
        padding-left: 0px !important;
    }

    .menu-search .m_search {
        font-size: 23px;
        color: #424242;
    }

    .menu-search {
        right: 70px;
    }

    .header_height {
        height: 60px;
    }

    .header_mo .menu-trigger {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 13px;
        right: 16px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 16px;
    }

    .menu-trigger span {
        height: 2px;
    }

    .header_mo {
        height: 60px;
    }

    .mlogos {
        width: 83px;
        margin: 0 0 0 20px;
    }

    .mlogos img {
        height: 50px;
        margin-top: 5px;
    }


    .xxxxx {
        position: absolute;
        right: 12px;
        font-size: 36px;
    }

    .foo_text_zone {
        color: #a7a7a7 !important;
        font-size: 13px;
        text-align: center;
    }

    .footer_l ul li:nth-child(1) {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .footer_l ul {
        clear: both;
    }

    .footer_l ul li {
        line-height: 20px;
    }

    .footer_l .addr1,.footer_l .addr2 {
        white-space: pre;
        display: block;
    }

    .copyright_pc {
        padding-top: 10px;
        text-align: center;
        color: #a7a7a7;
    }

    .footer_sns_list {
        display: inline-block;
        text-align: center;
        clear: both;
        font-size: 30px;
    }

    .footer_sns_list li a {
        color: #a7a7a7 !important;
    }

    .footer_r {
        float: none;
        text-align: center;
        clear: both;
    }

    .contact_btn {
        font-size: 14px;
        color: #ccc !important;
        width: 80% !important;
        float: none !important;
        padding: 6px !important;
        margin: 10px;
        height: auto !important;
    }

    #newsletter {
        width: 100%;
    }

    #newsletter .newsletter_box {
        width: 100%;
    }

    #newsletter .newsletter_box .newsletter_agree {
        text-align: left;
    }

    #newsletter .newsletter_box .footer_input,#newsletter .newsletter_box button {
        width: 100%;
    }

    #newsletter .newsletter_box button {
        margin-top: 10px;
    }

    #newsletter {
        height: auto;
    }

    #newsletter .foot_tit {
        text-align: left;
        color: #fff;
    }

    .footer_terms .contact_btn {
        position: relative;
    }

    #windo {
        top: 60px;
    }

    .m_menu.active-1 span:nth-of-type(1) {
        -webkit-transform: translateY (12px) rotate (- 45 deg);
        transform:translateY(12px) rotate(-45deg);}

    .m_menu.active-1 span:nth-of-type(2) {
        opacity: 0;
    }

    .m_menu.active-1 span:nth-of-type(3) {
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
    }



    #mobile_side_menu {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        width: 500px;
        height: auto;
        z-index: 99;
        box-shadow: none;
        min-height: 100vh;
        height: calc(100%);
        position: fixed;
        top: 60px;
        right: -100%;
        background: #fff;
        border: 1px solid #e3e3e3;
    }

    .m_side_l {
        display: block;
        float: left;
        width: 35%;
        background: #fff;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        min-height: 100vh;
        height: calc(100%);
    }

    #mobile_side_menu .m_side_l ul {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px 10px 15px;
    }

    #mobile_side_menu .m_side_l ul li {
        margin-bottom: 20px;
        cursor: pointer;
    }

    .m_side_r {
        border-bottom: 1px solid #e3e3e3;
        display: block;
        background: #fafafa;
        float: left;
        width: 65%;
        overflow-y: scroll;
        min-height: 100vh;
        height: calc(100%);
        padding: 0px 0px 200px 0px;
    }

    .m_side_sub {
        display: none;
    }

    .selected {
        color: #0094ce;
    }

    ul.side_menu li.selected {
        color: #0094ce;
    }

    .m_side_r .sub-content {
        display: none;
    }

    .m_side_r .sub-content.selected {
        display: inherit;
        padding: 15px 0px 100px 0px;
    }

    .sub-content > ul > li > ul > li {
        margin: 0px 0px 10px 25px;
    }

    .sub-content > ul > li > a {
        display: flex;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 0px 10px 15px;
    }

    .sub-content > ul > li > ul > li > a {
        display: block;
        font-size: 12px;
        font-weight: bold;
    }

    .sub-content > ul > li > ul > li > a:hover {
        color: #0094ce;
    }

    .scrollDisable {
        height: 100%;
        min-height: 100%;
        overflow: hidden !important;
        touch-action: none;
    }

    .div_bbox {
        width: 100%;
    }

    .paddignbox {
        background: #fff;
        margin-bottom: 20px;
    }

    .div_bbox > div .txt_box h3.h33_1 {
        display: block;
        font-size: 18px;
        color: #0057a1;
        padding-bottom: 3px;
    }

    .div_bbox > div .txt_box h3.h33_2 {
        font-size: 13px;
        line-height: 18px;
    }

    .div_bbox > div > div.paddignbox {
        padding: 15px;
    }

    .product_cate_wrap .product_cate_slider .prod_img img {
        width: 80%;
    }

    .product_cate_wrap .product_cate_slider .prod_img {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E6E7E9;
    }

    .progress_new {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        background-color: #fafafa;
        background-image: linear-gradient(to right, #0094ce, #0094ce);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }

    .progress_cate {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        background-color: #fafafa;
        background-image: linear-gradient(to right, #0094ce, #0094ce);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }

    .side_mouse {
        font-size: 28px;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #333;
    }

    .m_sub_logo {
        margin: 0 auto;
        width: 83px;
    }

    .m_sub_logo img {
        height: 50px;
        margin-top: 5px;
    }

    .search-modal-info > span {
        position: absolute;
        right: 21px;
        top: 12px;
        font-size: 32px;
        color: #333;
    }

    .side_menu li:hover {
        color: #0094ce;
    }

    .side_menu li:hover {
        color: #0094ce;
    }

    .sub-content > ul > li > a:hover {
        color: #0094ce;
    }

    .sub_a p {
        transform: rotate(-180deg);
    }

    .sub-2,.sub-3,.sub-6 {
        margin-top: 40%
    }

    .contact_img img {
        height: auto;
        width: 100%;
    }

    .partner_in {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        display: block;
    }

    .partner_wrap {
        height: auto;
    }

    .form_box {
        top: 0px;
        height: auto;
        position: relative;
    }

    .news_wrap {
        height: auto;
    }

    .m_sub_menu_r {
        padding-bottom: 10px;
    }

    .sub-content > ul > li > ul > li > a {
        font-weight: normal;
    }

    .m_sub_menu_r > a > span {
        width: 90%;
        word-break: break-word;
    }

    .m_sub_menu_r > a > p {
        width: 20px;
        float: right;
        font-size: 20px;
        margin-right: 10px;
        right: 0px;
        transition: all 0.2s ease;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
        animation: 0.8s ease 0.6s infadeb;
        opacity: 1;
    }

    .m_swiper-bg,.swiper-bg {
        display: none;
    }

    .product_new_slider .slick-dots {
        position: absolute;
        top: -2px;
        display: none;
        ;}

    .product_new_slider .slick-dots {
        display: none !important;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
    }

    .product_new_slider .slick-dots li {
        width: 16.6%;
    }

    .product_new_slider .slick-dots button {
        display: block;
        height: 2px;
        padding: 0;
        border: none;
        background-color: #e3e3e3;
        width: 100%;
        text-indent: -9999px;
        opacity: 0.9;
    }

    .product_new_slider .slick-dots li.slick-active button {
        background-color: #0094ce;
        opacity: 0.9;
    }

    .product_cate_slider .slick-dots {
        display: flex !important;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        position: absolute;
        top: -68px;
    }

    .cate_bar {
        display: none;
    }

    .product_cate_slider .slick-dots li {
        width: 16.6%;
    }

    .product_cate_slider .slick-dots button {
        display: block;
        height: 2px;
        padding: 0;
        border: none;
        background-color: #e3e3e3;
        width: 100%;
        text-indent: -9999px;
        opacity: 0.9;
    }

    .product_cate_slider .slick-dots li.slick-active button {
        background-color: #0094ce;
        opacity: 0.9;
    }

    #newBridge {
        z-index: 99 !important;
    }

    .product_cate_wrap .product_cate_slider .prod_text h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .product_main .new_text h2,.product_main .txt_subtitle {
        margin-left: 0px;
    }

    .product_cate_wrap .prod_cate_nav .item {
        font-size: 12px;
    }

    .swiper-container-main .sinner_05 {
        display: block;
        word-wrap: break-word;
    }

    .swiper-container-main .sinner_05 span {
        display: block;
        word-wrap: break-word;
    }

    .product_cate_wrap .prod_cate_nav {
        width: 95%;
        height: 66px;
    }

    .product_main .txt_content {
        margin: 0px;
    }

    .lang_menu {
        cursor: pointer;
    }

    .product_main {
        padding-top: 30px;
    }

    #sub-2 > ul > li > a,#sub-3 > ul > li > a,#sub-4 > ul > li > a,#sub-5 > ul > li > a,#sub-6 > ul > li > a {
        margin-bottom: 15px;
    }

    .side_menu i {
        display: none;
    }

    .on {
        display: initial;
    }

    .a_in {
        top: -9px;
        margin-left: -10px;
        position: absolute;
        width: 0px;
        height: 0px;
        border-right: 9px solid none;
        border-left: 9px solid #fff;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    .a_out {
        left: 34.8%;
        margin-top: -20px;
        position: absolute;
        width: 0px;
        height: 0px;
        border-right: 10px solid none;
        border-left: 10px solid #dddddd;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .search-wrap {
        position: fixed;
        top: 60;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 7777;
        display: none;
    }

    .t_swiper-bg {
        display: block;
    }

    .swiper-wrapper .swipe_inner .swiper_text {
        opacity: 0;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
        display: none;
    }

    .swiper-wrapper li .swipe_inner.sinner_08 .cert img {
        width: 60%;
    }

    .swiper-wrapper li .swipe_inner.sinner_08 .cert {
        opacity: 0;
        transition: all 0.8s ease 0.8s;
        margin-left: -10px;
    }

    .swiper-wrapper li.swiper-slide-active .swipe_inner .cert {
        animation: 0.8s ease 0.6s infadeb alternate forwards paused;
        opacity: 1;
    }

    @media screen and (min-width: 1024px) {
        .product_cate_slider {
            background:#E6E7E9;
        }

        .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
            display: block;
        }

        .pcshow {
            display: block;
        }

        .moshow,.main_maps {
            display: none;
        }

        .pcshow .lang_menu {
            right: 110px;
        }

        .header_height,.header_in,.main_menu > dd {
            height: 100px;
        }

        div.btn_top_search {
            margin-top: 0px;
        }

        .header {
            position: fixed;
            margin: 0 auto;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 999;
            background: #fff;
            box-shadow: 0px 2px 5px #ddd;
        }

        .header_in {
            width: 95% !important;
            margin: 0 auto;
            box-shadow: 0px 0px 0px #ddd;
        }

        .pclogo {
            display: block;
            width: 150px;
            height: 90px;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -45px;
            transition: all .2s;
            transform: scale(1);
            margin-left: 20px;
        }

        body.scroll-fixed .pclogo {
            left: 0;
        }

        .main_menu {
            position: absolute;
            height: 90px;
            top: 50%;
            margin-top: -45px;
        }

        .main_menu > dd {
            padding: 0px 25px;
            float: left;
            height: 100px;
            height: 95px !important;
        }

        .main_menu dd .main_menu_title {
            text-decoration: none;
            display: inline-block;
            position: relative;
        }

        .main_menu > dd > a {
            line-height: 90px;
            font-size: 17px;
            font-weight: normal;
        }

        .main_menu dd .main_menu_title:after {
            bottom: 0;
            content: "";
            display: block;
            height: 3px;
            left: 50%;
            position: absolute;
            background: #0064a7;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
            width: 0;
        }

        .main_menu > dd.lastli {
            float: left;
            height: 90px;
        }

        div.search_box {
            left: auto;
            right: 100px;
            width: 0px;
            height: 30px;
            position: absolute;
            top: 50%;
            margin-top: -12px;
        }

        .main_menu > dd {
            float: left;
            height: 90px;
            padding: 0 12px;
        }

        .main_menu > dd.lastli {
            float: left;
            height: 90px;
        }

        .main_menu > dd > a {
            display: block;
            height: 90px;
            line-height: 90px;
            font-size: 17px;
            font-weight: normal;
        }

        .main_menu > dd .ondra {
            color: #0094ce
        }

        .main_menu > dd > a:hover {
            color: #0094ce
        }

        div.search_box {
            width: 160px;
            height: 30px;
            position: absolute;
            left: 910px;
            top: 50%;
            margin-top: -12px;
        }

        div.search_box .search_input {
            width: 100%;
            height: 30px;
            border: 1px solid #acacac;
            text-indent: 20px;
            margin-top: -2px;
            border-radius: 40px
        }

        div.search_box .search_submit {
            font-family: 'IcoFont';
            position: absolute;
            margin: 5px 0px 0px -30px;
            font-size: 15px;
            font-weight: bold;
            color: #3F4643;
            z-index: 9999;
            cursor: hand;
        }

        @-moz-document url-prefix() {
            div.search_box .search_submit {
                margin: -23px 18px 0px 135px;
            }
        }

        div.search_box .search_submit:hover {
            color: #0094ce;
            cursor: hand;
        }

        div .contect_icons {
            display: block;
            position: absolute;
            right: -6px;
            top: 0;
            width: 46px;
            height: 152px;
        }

        a.menu_joo {
            display: block;
            position: absolute;
            right: 70px;
            top: 50%;
            margin-top: -20px;
            width: 46px;
            height: 40px;
        }

        .lang_menu {
            position: absolute;
            left: 1170px;
            top: 50%;
            margin-top: -18px;
            z-index: 9999
        }

        .lang_menu h4 {
            width: 27px;
            height: 40px;
        }

        .lang_menu h4 a {
            display: block;
            color: #231f20;
            font-size: 17px;
            line-height: 40px;
            font-weight: 700;
        }

        .lang_menu h4:hover a,.lang_menu h4 a.on {
            border-bottom: 2px solid #0094ce;
            font-weight: 700;
        }

        .lang_menu .langDropdown {
            padding: 10px 15px;
            margin-right: 40px;
            margin-top: 2px;
            background-color: #fff;
            width: 110px;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            display: none;
        }

        .lang_menu .langDropdown.on {
            display: block;
        }

        .lang_menu .langDropdown li a {
            font-size: 15px;
            color: #231f20;
            font-weight: 300;
            line-height: 28px;
            display: block;
        }

        .lang_menu .langDropdown li:hover a {
            font-weight: 700;
            color: #0094ce;
        }

        .menugum_box.menugum_box_1 {
            background: #000;
            opacity: 0.8;
            width: 100%;
            height: auto;
            position: absolute;
            left: 0;
            top: 152px;
        }

        .menugum_box.menugum_box_1 > div {
            width: 100%;
            margin: 0 auto;
            height: 670px;
            margin-top: 30px;
            position: relative;
        }

        .menugum_box > div > a.xxx {
            display: block;
            position: absolute;
            right: 0px;
            top: -40px;
            width: 40px;
            height: 40px;
        }

        .menugum_box > div > div > div ul li {
            position: relative;
        }

        .menugum_box > div > div > div ul li a img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .menugum_box > div > div > div h2 {
            text-indent: 15px;
        }

        .menugum_box > div > div > div ul li a:hover {
            color: #0094ce !important
        }

        .menugum_box > div > div > div:hover h2,.menugum_box > div > div > div:hover h2 a {
            color: #0094ce !important
        }

        .menugum_box > div > div.over_box_1 > .menu_1 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -4px;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 h2 a {
            color: #ffffff;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
            line-height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_2 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_2 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -4px;
        }

        .menugum_box > div > div.over_box_1 > .menu_2 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_2 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_2 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_3 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_3 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -4px;
        }

        .menugum_box > div > div.over_box_1 > .menu_3 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_3 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_3 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_4 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_4 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -4px;
        }

        .menugum_box > div > div.over_box_1 > .menu_4 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_4 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_4 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_5 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_5 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -4px;
        }

        .menugum_box > div > div.over_box_1 > .menu_5 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_5 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_5 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_6 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_6 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -0px;
        }

        .menugum_box > div > div.over_box_1 > .menu_6 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_6 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_6 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_7 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_7 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -0px;
        }

        .menugum_box > div > div.over_box_1 > .menu_7 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_7 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_7 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_8 {
            width: 25%;
            float: left;
        }

        .menugum_box > div > div.over_box_1 > .menu_8 h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -0px;
        }

        .menugum_box > div > div.over_box_1 > .menu_8 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div.over_box_1 > .menu_8 ul li {
            height: 33px;
            font-size: 18px;
        }

        .menugum_box > div > div.over_box_1 > .menu_8 ul li a {
            text-indent: 44px;
            font-size: 18px;
            color: #fff;
            display: block;
            height: 33px;
        }

        .menugum_box > div > div.over_box_1 > .menu_9 {
            width: 25%;
            float: left;
        }

        .menugum_box {
            background: rgba(0, 0, 0, 0.8);
            opacity: 1;
            width: 100%;
            position: absolute;
            left: 0;
            top: 152px;
        }

        .menugum_box > div {
            width: 1200px;
            margin: 0 auto;
            padding-bottom: 30px;
            margin-top: 30px;
            position: relative;
        }

        .menugum_box_2 > div > .over_box_1 > .menu_normal {
            padding-left: 265px;
            overflow: hidden;
        }

        .menugum_box_3 > div > .over_box_1 > .menu_normal {
            padding-left: 390px;
            overflow: hidden;
        }

        .menugum_box_4 > div > .over_box_1 > .menu_normal {
            padding-left: 515px;
            overflow: hidden;
        }

        .menugum_box_5 > div > .over_box_1 > .menu_normal {
            padding-left: 680px;
            overflow: hidden;
        }

        .menugum_box > div > .over_box_1 > .menu_normal h2 {
            font-size: 30px;
            color: #0094ce;
            text-indent: 0;
            font-weight: 700;
            height: 100%;
            width: 170px;
            float: left;
            line-height: 54px;
        }

        .menugum_box > div > .over_box_1 > .menu_normal ul {
            float: left;
        }

        .menugum_box > div > .over_box_1 > .menu_normal ul li {
            line-height: 54px;
        }

        .menugum_box > div > .over_box_1 > .menu_normal ul li a {
            font-size: 20px;
            color: #fff;
            font-weight: 700;
        }

        .menublue_box {
            width: 100%;
            width: 1050px;
            background: #0a0d0e;
            height: 560px;
            position: absolute;
            top: 120px;
            z-index: 3;
        }

        .menublue_box > a.xxxx {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0px;
            top: -62px;
        }

        .pcshow .memu_sub {
            right: 30px;
            display: none;
        }

        .form_bt_box .password_input {
            background: #fff;
        }

        .footer {
            background: #2d2d2d;
        }

        .view_box {
            display: none;
        }

        .swiper-pagination-bullet-active {
            background: #0094ce !important;
        }

        .partner_boxbox {
            padding: 10px;
        }

        #newsletter {
            float: right;
            display: none;
            position: absolute;
            width: 400px;
            height: 130px;
            background: #fff;
            bottom: 190px;
            right: 0px;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
            opacity: 0.98;
            z-index: 9;
        }

        #newsletter .foot_tit {
            height: 50px;
            float: left;
            background: #0094ce;
            width: 87%;
            font-size: 25px;
            font-weight: 900;
            padding: 10px 0px 5px 18px;
            color: #fff;
        }

        #newsletter .foot_close {
            float: left;
            width: 13%;
            font-size: 40px;
            color: #fff;
            background: #0089be;
            height: 50px;
            padding: 7px;
            cursor: pointer;
        }

        #newsletter .foot_tit span {
            font-size: 12px;
            font-weight: 400;
            color: #7a7a7a;
            letter-spacing: -0.8px;
        }

        #newsletter .newsletter_box {
            padding: 10px 20px 20px 20px;
            color: #7a7a7a;
            float: left;
        }

        #newsletter .newsletter_box .footer_input {
            padding-left: 10px;
            border: 1px solid #efefef;
            height: 30px;
            float: left;
            width: 260px;
        }

        #newsletter .newsletter_box button {
            height: 30px;
            width: 100px;
            color: #fff;
            background: #0094ce;
            border: 0px;
            padding-bottom: 2px;
            float: left;
        }

        #newsletter .newsletter_box .acc_newsletter {
            transform: scale(1.2);
            display: inline-block;
            border: 0px solid #fff;
            padding: 0px;
            margin: 5px 6px 5px 3px;
        }

        #newsletter .newsletter_box .newsletter_agree {
            font-weight: 100;
            font-size: 11px;
            font-weight: normal;
        }

        .copyright_pc {
            width: 100%;
            color: #a7a7a7;
            text-align: right;
        }

        .header_map h4 {
            font-size: 15px;
            font-weight: 600;
        }

        .header_map ul li a {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.8;
        }

        .header_box {
            width: 95%;
        }

        .lang_menu p {
            font-size: 17px;
        }

        .over_box_1 ul {
            padding-top: 10px;
        }

        .menugum_box > div > div > div ul li a img {
            height: 25px;
            top: 5px;
        }

        .menugum_box > div > div > div ul li p {
            height: 25px;
            float: left;
            width: 25px;
        }

        .menugum_box > div > div.over_box_1 > div ul li {
            display: flex;
            justify-content: flex-start;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: flex-start;
            margin-bottom: 5px;
            height: auto;
        }

        .menugum_box > div > div.over_box_1 > div h2 {
            line-height: 16px;
            padding: 10px 0px 10px 0px;
            text-indent: 0px;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 ul li,.menugum_box > div > div.over_box_1 > .menu_2 ul li,.menugum_box > div > div.over_box_1 > .menu_3 ul li,.menugum_box > div > div.over_box_1 > .menu_4 ul li,.menugum_box > div > div.over_box_1 > .menu_5 ul li,.menugum_box > div > div.over_box_1 > .menu_6 ul li,.menugum_box > div > div.over_box_1 > .menu_7 ul li,.menugum_box > div > div.over_box_1 > .menu_8 ul li {
            height: auto;
        }

        .menugum_box > div > div.over_box_1 > .menu_1 ul li a,.menugum_box > div > div.over_box_1 > .menu_2 ul li a,.menugum_box > div > div.over_box_1 > .menu_3 ul li a,.menugum_box > div > div.over_box_1 > .menu_4 ul li a,.menugum_box > div > div.over_box_1 > .menu_5 ul li a,.menugum_box > div > div.over_box_1 > .menu_6 ul li a,.menugum_box > div > div.over_box_1 > .menu_7 ul li a,.menugum_box > div > div.over_box_1 > .menu_8 ul li a,.menugum_box > div > div.over_box_1 > .menu_9 ul li a {
            width: 90%;
            float: left;
            text-indent: 0;
            padding-left: 10px;
            line-height: 20px;
            padding: 0px 0px 5px 10px;
            height: auto;
        }

        .menugum_box.menugum_box_1 {
            background: #fff;
        }

        .menugum_box {
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
            background: #fcfcfc;
        }

        .menugum_box a {
            color: #333 !important;
        }

        .menugum_box.menugum_box_1 {
            padding: 60px;
        }

        .product_new_slider .slick-dots,.product_cate_slider .slick-dots {
            display: none !important;
        }

        .m_swiper-bg,.t_swiper-bg {
            display: none;
        }

        .swiper-bg {
            display: block;
        }

        .contact_img {
            display: none;
        }

        .main_menu dd .main_menu_title {
            text-decoration: none;
            display: inline-block;
            position: relative;
        }

        .main_menu dd .main_menu_title:after {
            background: none repeat scroll 0 0 transparent;
            bottom: 0;
            content: "";
            display: block;
            height: 3px;
            left: 50%;
            position: absolute;
            background: #0064a7;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
            width: 0;
        }

        .main_menu dd .main_menu_title:hover:after {
            width: 100%;
            left: 0;
        }

        .main_menu > dd > a.ondra:after {
            bottom: 0;
            content: "";
            display: inline-block;
            height: 3px !important;
            left: 0;
            position: absolute;
            background: #0094ce;
            width: 100%;
        }

        #mobile_menu {
            display: none;
        }

        @keyframes zoomDown {
            0% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }

        .swiper-bg {
            overflow: hidden;
        }

        .swiper-bg img {
            max-width: 100%;
            height: auto;
        }

        .swiper-slide-active .swiper-bg img {
            -webkit-animation: zoomDown 3s linear 0s 1 normal both;
            animation: zoomDown 3s linear 0s 1 normal both;
        }

        .menugum_box.menugum_box_1 > div {
            margin-top: 0px;
        }

        .main_menu_map_2,.main_menu_map_3,.main_menu_map_4,.main_menu_map_5,.main_menu_map_6 {
            width: 200vw;
            margin-left: calc(-50vw + -50%);
            padding-left: calc(50vw + 50%);
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
            background: #fff;
            top: 95px;
            position: absolute;
        }

        .main_menu_map li a:hover {
            color: #0064a7;
        }

        .main_menu_map_1 {
            padding-top: 8px !important;
        }

        .menugum_box > div > div.over_box_1 > div > ul {
            padding-top: 0px;
        }

        .menu_bg_box_2 {
            height: 400px;
        }

        .scroll-fixed .main_menu_map {
            top: 81px
        }

        .main_menu_map {
            position: absolute;
            padding-bottom: 30px;
            padding-top: 30px;
        }

        .main_menu_map_2 li, .main_menu_map_3 li, .main_menu_map_4 li,.main_menu_map_5 li,.main_menu_map_6 li, .main_menu_map_7 li {
            line-height: 33px;
            font-size: 15px;
            font-weight: normal;
        }

        .main_menu_map li a {
            color: #333;
        }

        .over_box_1 ul {
            padding-top: 10px;
        }

        .partner_wrap {
            background: #fff;
        }

        .partner_in {
            width: 1340px;
            background: url(/assets/images/common/partner_bg_1920_735.jpg);
            background-size: cover;
        }

        .partner_wrap {
            clear: both;
        }

        .menublue_box {
            background: #333;
            box-shadow: 0px 2px 26px 8px rgb(32 33 36 / 18%);
        }

        .menublue_box .header_map_1 h4 i {
            transition: all 0.2s ease;
        }

        .menublue_box .header_map_1 h4 a:hover > i {
            margin-left: 5px;
        }

        .menublue_box ul li a span:hover,.menublue_box ul li a:hover {
            text-decoration: underline;
        }

        .main_navi_warp {
            width: 100%;
            position: absolute;
            z-index: 9;
        }

        .p_menu {
            z-index: 9;
        }

        .header_map_1 {
            padding: 30px;
        }

        .header_map_1 h3 {
            font-size: 20px;
            color: #fff;
            width: 135px;
            height: auto;
        }

        .header_map_2 ul li a {
            color: #fff;
        }

        .header_map_2 h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 20px;
            height: auto;
            line-height: 30px;
        }

        .header_map_2 {
            padding: 30px 0px 30px 0px;
        }

        .header_map_2_1 {
            width: 32%;
            float: left;
            height: 270px;
        }

        .header_map_2_2 {
            width: 32%;
            float: left;
            height: 270px;
        }

        .header_map_2_3 {
            width: 35%;
            float: left;
            height: 270px;
        }

        .header_map_2_4 {
            width: 32%;
            float: left;
            height: 240px;
        }

        .header_map_2_5 {
            width: 50%;
            float: left;
            height: 240px;
        }

        .menublue_box h4 > a {
            color: #fff;
        }

        .header_map_1 div > ul > li > a {
            color: #fff;
        }

        .over_box_1 h2 a:hover > i {
            margin-left: 5px;
        }

        .header_map_2 h3 {
            font-size: 20px;
        }

        .over_box_1 h2 i {
            transition: all 0.2s ease;
        }

        .partner_boxbox {
            background: #fff;
        }

        .main_maps {
            background: #f7f7f7;
        }

        .partner_boxbox {
            opacity: 0.8;
        }

        body.scroll-fixed .menublue_box {
            top: 86px;
            right: -8px;
        }

        .menublue_box {
            height: 710px;
            width: 1200px;
            top: 80px;
            right: -8px;
        }

        .p_menu.active-1 span {
            background: #fff;
        }

        .close_bg {
            box-shadow: -2px -7px 13px -2px rgb(64 60 67 / 16%);
            background: #333;
            width: 60px;
            height: 60px;
            position: absolute;
            z-index: 100;
            right: 0px;
            margin-top: -60px;
        }

        .header_in {
            width: 95% !important;
        }

        .header_height,.header_in,.main_menu > dd {
            height: 100px;
        }

        .menugum_box {
            top: 100px !important;
        }

        .main_menu > dd {
            padding: 0px 30px;
            float: left;
        }

        .main_menu > dd {
            padding: 0px 15px;
            float: left;
        }

        .xxx {
            right: 20px;
            position: absolute;
            background: #696969;
            padding: 6px;
            top: 19px;
        }

        .xxx i {
            font-size: 30px;
            color: #fff;
        }

        .xxx:hover {
            background: #333;
            transition: 0.3s;
        }

        .div_video {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .div_bbox > div .txt_box div {
            font-size: 14px;
            overflow: hidden;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }

        .div_video .txt_box h3.h33_1 {
            font-size: 22px;
            color: #0057a1;
        }

        .div_video .txt_box h3.h33_2 {
            height: 30px;
            font-size: 18px;
            margin-top: 10px;
        }

        .div_video .paddignbox {
            padding: 20px;
            background: #fff;
            margin-top: 10px;
        }

        .div_video .txt_box div {
            font-size: 15px;
            margin-top: 10px;
        }

        .div_video .view_box {
            display: block !important;
            position: relative !important;
            height: 40px;
            width: 140px;
            bottom: 0px;
            background-color: #3f4643;
            margin: 20px 0px 0px 0px;
            padding: 9px 10px 0px 22px;
            opacity: 0.8;
            left: 0px;
        }

        .div_video a {
            text-transform: uppercase;
            font-size: 14px;
            color: #fff;
        }

        .div_video .view_box:hover {
            background-color: #0094ce;
            transition: .5s ease;
            box-shadow: 0 1px 6px 0 rgb(32 33 36 / 60%);
        }


        .div_bbox > div .txt_box h3.h33_2 {
            height: 30px;
            font-size: 18px;
        }


        .div_bbox .div_bbox_1,.div_bbox .div_bbox_2,.div_bbox .div_bbox_3 {
            width: 33.3%;
        }

        .main_menu > dd > a {
            height: 95px !important;
        }

        body.scroll-fixed .header_height,body.scroll-fixed .header_in {
            height: 74px !important;
        }

        body.scroll-fixed .menugum_box {
            top: 74px !important;
        }

        body.scroll-fixed .header .contect_icons {
            top: -62px !important;
        }

        body.scroll-fixed .main_menu > dd > a {
            height: 81px !important;
        }

        div.search_box {
            left: auto;
            right: 110px;
        }

        .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 4px !important;
        }

        .header {
            background: #fff;
        }

        .lang_menu .langDropdown {
            position: absolute;
            font-weight: normal;
        }

        .follow_m {
            display: none !important;
        }

        .follow_m:hover {
            width: 150px;
        }

        .follow_m:hover #content_us {
            display: block;
        }

        #content_us {
            display: none;
            text-transform: uppercase;
            padding: 0px;
            color: #fff;
            float: right;
            font-size: 15px;
            margin: 4px 0px 0px 0px;
        }

        .follow_m .contact-us i {
            font-size: 30px;
            color: #fff;
        }

        .over_box_1 > .menu_normal ul li a {
            font-size: 15px;
            font-weight: normal;
        }

        .over_box_1 > .menu_normal ul li {
            line-height: 33px;
            ;}

        .menugum_box > div > div.over_box_1 > .menu_1 ul li a,.menugum_box > div > div.over_box_1 > .menu_2 ul li a,.menugum_box > div > div.over_box_1 > .menu_3 ul li a,.menugum_box > div > div.over_box_1 > .menu_4 ul li a,.menugum_box > div > div.over_box_1 > .menu_5 ul li a,.menugum_box > div > div.over_box_1 > .menu_6 ul li a,.menugum_box > div > div.over_box_1 > .menu_7 ul li a,.menugum_box > div > div.over_box_1 > .menu_8 ul li a,.menugum_box > div > div.over_box_1 > .menu_9 ul li a {
            font-size: 13px;
        }

        .menugum_box .over_box_prod div ul li a {
            font-size: 15px;
        }

        .menugum_box .over_box_prod h2 a {
            font-size: 16px !important;
            letter-spacing: 0 !important;
        }

        .swiper_nav_main i:hover {
            color: #000;
        }

        .swiper_nav_main span:hover {
            background-color: #000;
        }

        .swiper_more {
            cursor: pointer;
            height: 40px !important;
            padding: 10px 10px 10px 25px;
            background-color: rgba(41, 40, 40, 0.466);
            box-shadow: 0 1px 6px 0 rgb(32 33 36 / 18%);
        }

        .swipe_inner a {
            color: #fff;
            text-transform: uppercase;
        }


        .div_bbox {
            clear: both;
        }

        .div_bbox_1,.div_bbox_2,.div_bbox_3 {
            background-color: #fff;
        }

        .news_wrap {
            background: #fafafa;
            padding-bottom: 70px;
        }


        .product_new_slider .new_img {
            overflow: hidden;
        }

        .news_wrap .img_box {
            overflow: hidden;
        }

        .news_wrap .img_box img:hover {
            transform: scale(1.1);
            transition: .5s ease;
        }

        .news_wrap .img_box img {
            transition: .5s ease;
        }

        .pagerchw .clicka img {
            box-shadow: 0 1px 3px 0 rgb(32 33 36 / 30%);
        }

        .maps_2 div ul li a {
            font-weight: 400 !important;
        }

        .main_maps_in a {
            font-size: 13px;
        }

        .product_cate_wrap .product_cate_slider .prod_img {
            width: 50%;
            float: left;
        }

        .product_cate_wrap .product_cate_slider .prod_text {
            width: 50%;
            float: left;
            padding-left: 20px;
            background: none;
        }

        .product_cate_wrap .product_cate_slider .prod_text h2 {
            text-align: left;
            font-weight: 500;
            line-height: 30px;
            width: 80%;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .product_cate_wrap .product_cate_slider .prod_text .txt_content {
            margin-top: 15px;
            line-height: 20px;
            font-size: 12px;
            width: 85%;
            word-break: break-word;
            margin: 5px;
            font-weight: normal;
            height: auto;
        }

        .product_cate_wrap .item {
            display: flex !important;
            flex-flow: row nowrap;
            place-content: center;
            align-items: center;
            line-height: 12px;
        }

        .product_cate_wrap {
            min-height: auto;
        }

        .product_cate_wrap .product_cate_slider .prod_img {
            width: 50%;
        }

        .product_cate_wrap .product_cate_slider .prod_img img {
            width: 80%;
        }

        .div_bbox > div .txt_box h3.h33_2 {
            height: 40px;
            line-height: 20px;
            font-size: 16px;
        }

        .div_bbox > div .txt_box div {
            font-size: 13px;
            margin-top: 10px;
        }

        .partner_in {
            width: 100%;
            height: 470px;
            display: inline-block;
        }

        .form_box {
            width: 55%;
            height: 389px;
            float: right;
        }

        .progress_cate {
            display: none;
        }

        .product_cate_wrap .cate_bar {
            display: block;
            width: 100%;
            margin-top: 1px;
            border-top: 1.5px solid #3db4d2;
        }

        .product_cate_wrap .prod_cate_nav {
            width: 98%;
            height: 58px;
            overflow: hidden;
        }

        .prod_cate_nav .item {
            margin: 9px;
            padding: 5px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;
            line-height: 12px;
        }

        .product_cate_wrap .prod_cate_nav .item {
            font-size: 12px;
        }

        .product_cate_wrap .product_cate_slider .prod_img {
            justify-content: flex-end;
        }

        .product_new_wrap .product_new_slider {
            padding-left: 50px;
            padding-right: 50px;
        }

        .product_new_wrap .new_next {
            right: 0;
        }

        .product_new_wrap .new_prev {
            left: 0;
        }

        .partner_wrap {
            height: 470px;
        }

        .copyright_pc {
            text-align: center;
        }

        .menu_close {
            right: 20px;
            position: fixed;
            background: #696969;
            padding: 6px;
            top: 120px;
            z-index: 1;
            border-radius: 25px;
        }

        .menu_close:hover {
            background: #333;
        }

        .menu_close i {
            font-size: 30px;
            color: #fff;
        }

        .scroll-fixed .menu_close {
            top: 93px;
        }


        .swiper-wrapper li .swipe_inner .swiper_title p {
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;
        }

        .swiper-container-main .swiper_title h6 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .swiper-wrapper li .swipe_inner .swiper_more {
            margin-top: 0;
        }

        .swiper-wrapper li .swipe_inner .swiper_text {
            margin-bottom: 26px;
            opacity: 0;
            transition: all 0.8s ease 0.4s;
            font-size: 14px;
            color: #231f20;
            line-height: 28px;
        }

        .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_title {
            animation: 0.8s ease 0.2s infadeb;
            opacity: 1;
        }

        .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_text {
            animation: 0.8s ease 0.4s infadeb;
            opacity: 1;
        }

        .swiper-wrapper li.swiper-slide-active .swipe_inner .swiper_more {
            animation: 0.8s ease 0.6s infadeb alternate forwards paused;
            opacity: 1;
        }

        .product_main .new_text h2 {
            font-size: 17px;
        }

        .product_main .txt_subtitle {
            font-size: 13px;
        }

        .product_main .txt_content {
            font-size: 12px;
            line-height: 20px;
        }

        #newsletter .newsletter_box button {
            margin-top: 0;
        }

        #newsletter {
            bottom: 145px;
            right: 20px;
        }

        .contact_btn {
            width: auto !important;
            padding: 6px 20px 6px 20px !important
        }

        .swiper-container-main .sinner_05 span {
            display: inline;
        }

        .footer_l .addr1,.footer_l .addr2 {
            white-space: normal;
            display: inline;
        }

        .foo_text_zone {
            top: auto;
            color: #a7a7a7 !important;
            padding-top: 15px;
        }

        .footer_terms {
            clear: both;
            margin-bottom: 40px;
        }

        .footer_in .copyright_pc p {
            right: 0;
            padding-top: 15px;
        }

        .footer_l {
            text-align: left;
            width: 60%;
            float: left;
            font-family: sans-serif;
            font-weight: 300;
        }

        .footer_l ul {
            padding: 0px 0px 10px 20px;
            font-size: 11px;
        }

        .footer_l li span {
            margin-left: 10px;
        }

        .footer_r {
            width: 40%;
            float: right;
            font-weight: 300;
        }

        .footer_r .footer_sns_list i {
            color: #a7a7a7;
        }

        .footer_r .footer_sns_list i:hover {
            color: #fafafa;
        }

        .footer_terms .terms_btn {
            text-align: center;
            float: left;
            padding: 10px 0px 0px 20px;
        }

        .footer_r .footer_sns_list {
            float: right;
            font-size: 20px;
            margin: 8px 13px 0px 0px;
        }

        .footer_sns_list img {
            width: 25px;
        }

        .footer_terms .contact_btn {
            position: absolute;
            display: inline-block;
            float: right !important;
            height: 30px;
            top: 5px;
            right: 10px;
            color: #fff;
            background: #505050;
            padding: 2px 20px !important;
            transition: all 0.3s ease;
            cursor: pointer;
            font-size: 12px;
        }

        .footer_terms .contact_btn:hover {
            background: #727272 !important;
        }

        .foo_text_zone {
            padding-top: 0px;
            position: absolute;
        }

        .copyright_pc {
            text-align: right;
            font-size: 11px;
            padding-right: 20px !important;
        }

        .footer_lang_menu {
            display: block !important;
            margin-right: 20px;
        }

        .footer_lang_menu .langDropdown2 {
            margin-left: -65px;
            margin-top: -355px;
        }

        .view_box {
            display: block
        }

        .div_bbox > div .view_box {
            padding: 10px 15px 10px 15px;
            background: #3f4643;
            color: #fff;
            opacity: 0.8;
            zbkmargin-top: 10px;
            position: relative;
            bottom: 0;
            height: auto;
            width: max-content;
            left: 0px;
            text-transform: uppercase;
        }

        .div_bbox > div .view_box:hover {
            background: #0094ce;
        }

        .menublue_box {
            display: none;
        }

        .sub_wp {
            width: 100%;
        }

        .sub_topbnr > .sub_wp {
            padding-left: 5px;
        }
    }
}

@media screen and (min-width: 991px) and (max-width:1023px) {
    .content_area .page-scroll-fixed {
        top:60px;
    }
}

@media screen and (max-width: 990px) {
    .main_cate_title,.main_new_title,.main_news_title {
        font-size:32px;
    }

    .main_new_title {
        padding: 90px 0px 20px 0px;
    }

    .main_news_title {
        padding: 40px 0px 20px 0px;
    }

    .p_new_next, .p_new_prev {
        display: none;
    }

    .p_new_bar {
        margin-top: 10px
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        top: unset !important;
        left: unset !important;
    }

    .cate_main_wrap {
        background: #fff;
        border-bottom: 1px solid #E7E7E7;
        margin-bottom: 20px;
    }

    .cate_main_wrap .cate_main_in .pc_cate_main_nav {
        display: none;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav {
        display: block;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav p {
        width: 100%;
        text-align: center;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav li {
        float: left;
        height: 60px;
        background: #fafafa;
        padding: 0px 12px;
        width: 158px;
        cursor: pointer;
        font-size: 0.85rem;
        margin-bottom: 10px;
        line-height: 1.0rem;
        margin-right: 1px;
        letter-spacing: -0.01rem;
        box-shadow: 0 0 0 1px #e6e6e6 inset;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav {
        width: 100%;
        touch-action: pan-x;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav .active .arrow {
        position: absolute;
        top: 59px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #0582FF;
    }

    .cate_main_wrap .cate_main_in .mo_cate_main_nav .active {
        color: #fff;
        background: #0582FF;
        box-shadow: 0 0 0 1px #0582FF inset;
    }

    .cate_main_wrap .cate_main_in .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cate_main_wrap .cate_main_in .item .cate_info, .cate_main_wrap .cate_main_in .item .cate_img {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .cate_main_wrap .cate_main_in .item .cate_img img {
        width: 100%;
    }

    .slick-slide img {
        width: 100%;
    }

    .cate_main_wrap .cate_main_in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cate_main_wrap .cate_main_in .item .cate_info {
        padding: 25px 30px;
    }

    .cate_main_wrap .cate_main_in .cate_main_slider {
        width: 100%;
    }

    .cate_main_wrap .cate_main_in .item .cate_info .title {
        width: 68%;
        font-size: 21px;
        padding: 0px 0px 30px 0px;
        display: inline-block;
    }

    .cate_main_wrap .cate_main_in .item .cate_info .content {
        font-size: 14px;
        line-height: 1.6em;
        letter-spacing: -0.02rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .cate_main_wrap .cate_main_in .item .cate_info .btn_link {
        display: inline-block;
        border: 0;
        width: 120px;
        padding: 5px 10px;
        background: transparent;
        color: #000;
        height: 30px;
        font-weight: 400;
        border-radius: 30px;
        box-shadow: none;
        text-align: left;
        right: 20px;
        margin-top: 15px;
        position: absolute;
        top: 2%;
    }

    .news_main_wrap .news_main_in img {
        border-radius: 15px;
    }

    .news_main_wrap .news_main_in .cate {
        font-size: 12px;
    }

    .news_main_wrap .news_main_in .title {
        font-size: 18px;
        line-height: normal;
        height: auto;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news_main_wrap {
        padding: 0px;
    }

    .news_main_wrap .news_main_in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .news_main_wrap .news_main_in .videos, .news_main_wrap .news_main_in .news, .news_main_wrap .news_main_in .event {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }

    .news_main_wrap .news_main_in .date {
        display: none;
    }

    .contactus_main_in {
        width: 80%;
        margin: 40px 0 0;
        padding: 40px 30px;
        background-color: rgba(255, 255,255, 0.90);
    }

    .contactus_main_wrap {
        height: 400px;
        margin: 0 0 0px 0;
        background-position: 78% 0px;
        background-size: 400%;
        background-repeat: no-repeat;
        align-items: baseline;
    }

    .contactus_main_in .contactus_title {
        font-size: 28px;
    }

    .contactus_main_in .contactus_content {
        font-size: 15px;
        padding: 25px 0px 30px 0px;
    }

    .contactus_main_in .btn_contactus {
        width: 100%;
        font-size: 16px;
    }

    .partner_main_list {
        display: none;
    }

    .m-search-wrap .p_search_close {
        top: 75px;
    }

    .menu-search {
        transform: translateY(-50%);
    }

    .m-search-modal #search_form_mo {
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        height: 40px;
        display: flex;
        width: 100%;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .m-search-wrap {
        position: fixed;
        top: 60;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 7777;
        display: none;
    }

    .m-search-wrap .m-search-modal {
        border: 0px;
        height: 60px;
        width: 100%;
        position: fixed;
        padding: 10px;
        text-indent: 5px;
        color: #999999;
        top: 0;
        z-index: 99999;
        background: #fff;
    }

    .m-search-modal .search-submit {
        display: none;
    }

    .m-search-modal #search_form_mo .m_search_close {
        font-size: 28px;
        color: #000;
        cursor: pointer;
        margin-top: -5px;
        font-weight: bold;
    }

    .m-search-modal #search_form_mo {
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        height: 40px;
        display: flex;
        width: 100%;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .m-search-modal #search_form_mo .search-input {
        border-radius: 20px;
        border: 0px;
        height: 35px;
        width: 100%;
        text-indent: 15px;
        color: #999999;
    }
}

@media screen and (min-width: 280px) and (max-width:320px) {
    .cate_main_wrap .cate_main_in .item .cate_info .title {
        font-size:18px;
    }

    .cate_main_wrap .cate_main_in .item .cate_info .btn_link {
        width: 100px;
        padding: 8px 10px;
        background: transparent;
        right: 10px;
        margin-top: 15px;
        top: 2%;
        font-size: 11px;
    }

    .product_main .new_text h2 {
        font-size: 18px;
        height: auto;
    }

    .product_main .new_text h2, .product_main .txt_subtitle {
        margin-left: 0px;
        white-space: normal;
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swiper-wrapper li .swipe_inner .swiper_title {
        opacity: 1;
        animation: none !important;
        transition: none !important;
    }

    .swiper-wrapper li .swipe_inner .swiper_text {
        opacity: 1;
        animation: none !important;
        transition: none !important;
    }

    .swiper-wrapper li .swipe_inner .swiper_more {
        opacity: 1;
        animation: none !important;
        transition: none !important;
    }

    .swiper-wrapper li .swipe_inner .add_btn {
        opacity: 1;
        animation: none !important;
        transition: none !important;
    }

    .cate_main_wrap .cate_main_in .pc_cate_main_nav .active .check {
        margin-top: -12px;
    }
}

.data .sub_cate {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px solid #E1E1E1;
    padding: 20px 5px;
}

.data .sub_cate div {
    font-size: 16px;
}

.data .sub_cate div span {
    font-weight: bold;
    color: #007AFF;
}

.data .sort-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.data .sort-section select {
    margin-left: 10px;
}

.data table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.data .sub_cate .cate1 {
    width: 70%;
    display: flex;
    justify-content: flex-start;
}

.data.sub_cate .cate2 {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.data td {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px;
    text-align: left;
}

.data th {
    color: #fff;
    padding: 15px;
    font-weight: 100;
    background-color: #626262;
}

.data th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.data th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.data .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.data .view-btn {
    width: 45px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #CCCCCC;
}

.data .download-btn {
    width: 45px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #CCCCCC;
    border-left: 0px;
}

.data .view-btn:hover, .data .download-btn:hover, .data .pop-open:hover {
    background: #007AFF;
    border: 1px solid #007AFF;
    color: #fff;
}

.data .view-btn:hover i, .data .download-btn:hover i, .data .pop-open:hover i {
    color: #fff;
}

.data .nofile:hover {
    color: #333;
}

.data .sub_cate .cate2 .keyword {
    width: 100%;
}

.data .pop-open {
    cursor: pointer;
}

.data .view-pop {
    width: 45px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.data .view-btn img, .data .download-btn img {
    margin-top: 3px;
}

.sub_cate .cate1 > div {
    margin-right: 40px;
}

.sub_cate .cate1 ul {
    list-style: none;
}

.sub_cate .cate1 li {
    float: left;
}

.sub_cate .cate1 li:not(:last-child)::after {
    content: '|';
    color: #D9D9D9;
    padding: 0px 25px;
    font-size: x-small;
}

.select-box {
    position: relative;
    display: inline-block;
}

.select-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0px solid #ccc;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    color: #888;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.select-box::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #808080;
    pointer-events: none;
}

.cate2 .keyword {
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    height: 30px;
    font-size: 12px;
    padding: 0px 20px
}

.cate2 .keyword_search {
    margin: -4px 0px 0px 279px;
    position: absolute;
    padding: 5px;
}

.cate2 .bi-search {
    font-size: 14px;
    color: #B3B3B3;
    pointer-events: none;
}

.btn-group .nofile {
    background-color: #efefef;
}

.data .nofile:hover i, .data .nofile:hover i {
    color: #333;
}

.data .nofile:hover, .data .nofile:hover {
    background: #efefef;
    border: 1px solid #ccc;
}

.tbl-data td {
    padding: 10px 10px;
    text-align: center;
}

.tbl-data th:nth-child(1), .tbl-data th:nth-child(3), .tbl-data th:nth-child(4), .tbl-data th:nth-child(5), .tbl-data th:nth-child(6) {
    width: 10%;
}

.tbl-data td .nm {
    font-size: 18px;
    font-weight: bold;
}

.tbl-data td .cate {
    color: #666;
    font-size: 12px;
    padding-top: 3px;
}

.text-left {
    text-align: left !important;
}

.nofile {
    cursor: unset;
}

.data .sort-section .select-box {
    display: none;
}

.footer .footer_sns {
    justify-content: flex-end;
    /*align-items: flex-end;*/
    flex-direction: column;
}

.newsletter {
    border: 1px solid #757575;
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.newsletter:hover {
    background: #75757594;
    color: #c8c2c2;
    border: 1px solid #757575;
}

.newsletter-popup {
    display: none;
    position: absolute;
    background: white;
    padding: 50px;
    width: 420px;
    border-radius: 24px;
    box-shadow: -3px 4px 9px 5px rgb(0 0 0 / 35%);
    z-index: 99999;
    bottom: 60px;
    margin-left: -220px;
}

html[clang='ar'] .data .btn-group {
    flex-direction: row-reverse;
}

html[clang='ar'] .data th:first-child {
    border-radius: 0 !important;
}

html[clang='ar'] .data th:last-child {
    border-radius: 0 !important;
}

.newsletter-popup h2 {
    margin-top: 10px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1.25px;
}

.newsletter-popup label {
    display: block;
    margin: 10px 0 0px;
    font-weight: 100;
    font-size: 12px;
}

.newsletter-popup label span {
    color: red;
}

.newsletter-popup input, .newsletter-popup select {
    width: 100%;
    padding: 8px;
    font-weight: 100;
    border: 1px solid #E1E1E1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkbox-container label {
    margin: 0px 0 0px !important;
    font-weight: 600;
    color: #666;
}

.checkbox-container input {
    margin-right: 10px;
    height: 16px;
    width: 16px !important;
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popup-buttons p {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 49%;
}

.cancel-btn {
    background: #ddd;
    text-align: center;
}

.cancel-btn:hover {
    opacity: .7;
}

.submit-btn {
    background: black;
    color: white;
    text-align: center;
}

.submit-btn:hover {
    opacity: .7;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 29px;
}

.privacy-text {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.privacy-text p {
    font-weight: 100;
    padding: 10px 0px;
    word-break: break-word;
}

.toast-info {
    background-color: #9da3a5 !important;
}

#toast-container > .toast-info,#toast-container > .toast-error {
    background-image: none !important;
    opacity: 0.97 !important;
}

#toast-container > .toast-info:before {
    position: fixed;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5rem;
    font-family: "bootstrap-icons";
    margin: auto 0.5rem auto -2rem;
    content: "\F32F" !important;
}

#toast-container > .toast-error:before {
    position: fixed;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5rem;
    font-family: "bootstrap-icons";
    margin: auto 0.5rem auto -2rem;
    content: "\F33B" !important;
}

.toast-close-button {
    top: -0.1em !important;
}

.toast-message {
    font-weight: 100 !important;
}

.checkbox-container input[type="checkbox"] {
    accent-color: #333 !important;
}

.checkbox-container span {
    font-weight: 100;
}

@media (max-width: 1024px) {
    .newsletter-popup {
        width:100%;
        bottom: 0;
        left: 0;
        margin-left: 0;
        margin-top: -565px;
    }

    #toast-container {
        width: 93% !important;
    }

    #toast-container > div {
        width: 100% !important;
    }

    .cate2 .keyword {
        width: 120px !important;
    }
}

/* -- /assets/css/default_cn.css -- */
body {
    font-family: Tahoma, Helvetica, Arial,STXihei, "华文细黑", sans-serif, 'Noto sans-serif' !important;
}

.agree_box {
    display: none;
}

.content_box {
    padding-top: 8px;
}

.mlogos,.mlogos img,.m_sub_logo,.m_sub_logo img {
    width: 120px ;
}

.swiper_title h6 {
    font-family: Arial !important;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav li {
    font-size: 14px;
    height: 66px;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .active .arrow {
    margin-right: -25px;
    border-left: 25px solid #0582FF;
    border-top: 33px solid transparent;
    border-bottom: 32px solid transparent;
}

.cate_main_wrap .cate_main_in .pc_cate_main_nav .active .check {
    height: 65px;
}

@media screen and (min-width: 1340px) {
    .swiper-wrapper li .swipe_inner .swiper_more div {
        margin-top:0px;
    }

    .follow_m .contact-us i {
        font-size: 32px;
    }

    .follow_m {
        bottom: 160px;
    }

    .product_cate_wrap .item {
        display: flex !important;
        flex-flow: row nowrap;
        place-content: center;
        align-items: center;
    }

    .copyright_pc {
        clear: both;
    }

    .footer_l {
        position: absolute;
    }

    .prod_cate_nav .item {
        margin: 10px;
    }

    .menugum_box>div>div.over_box_1 h2 {
        letter-spacing: -1px !important;
        font-size: 24px !important;
    }

    .menugum_box>div>div.over_box_1.over_box_prod ul li a {
        font-size: 14px !important;
    }

    .menugum_box>div>div.over_box_1.over_box_prod ul {
        padding-top: 10px !important;
    }

    .menugum_box>div>div.over_box_1>.menu_1,.menugum_box>div>div.over_box_1>.menu_2,.menugum_box>div>div.over_box_1>.menu_3,.menugum_box>div>div.over_box_1>.menu_4,.menugum_box>div>div.over_box_1>.menu_5,.menugum_box>div>div.over_box_1>.menu_6,.menugum_box>div>div.over_box_1>.menu_7,.menugum_box>div>div.over_box_1>.menu_8 {
        position: static;
        float: left;
        width: 25%;
        padding: 0;
        margin: 0;
        height: 230px;
    }

    .main_menu>li {
        padding: 0px 30px;
    }

    .menugum_box_2>div>.over_box_1>.menu_normal {
        padding-left: 260px;
    }

    .menugum_box_3>div>.over_box_1>.menu_normal {
        padding-left: 395px;
    }

    .menugum_box_4>div>.over_box_1>.menu_normal {
        padding-left: 520px;
    }

    .menugum_box_5>div>.over_box_1>.menu_normal {
        padding-left: 670px;
    }

    .header_map_1 {
        left: 45px;
        width: 690px;
    }

    .header_map_11 {
        width: 33%;
    }

    .header_map_22 {
        width: 33%;
    }

    .header_map_33 {
        width: 33%;
    }

    .header_map_44,.header_map_55 {
        left: 180px;
        width: 33%;
    }

    .header_map_66,.header_map_77 {
        left: 400px;
        width: 33%;
    }

    .header_map_77 {
        top: 176px;
    }

    .header_map_2 {
        top: 28px;
        left: 620px;
    }

    .header_map_3 {
        left: 790px;
        width: 250px;
    }

    .header_map_4 {
        left: 790px;
        top: 360px;
    }

    .header_map_5 {
        left: 790px;
        top: 230px;
    }

    .header_map_55 {
        top: 200px;
    }

    .header_map_2_3 {
        width: 20%;
    }

    .t_subject {
        font-size: 40px;
    }

    .ts_subject {
        word-break: keep-all;
    }

    .t_conbox {
        margin-top: 10px;
    }

    .b_subject {
        word-break: keep-all;
    }

    .b_content {
        font-size: 14px;
        line-height: 1.6;
        word-break: keep-all;
        ;}

    .swiper-container4 ul li .red_zones {
        width: 650px;
    }

    .swiper-container4 ul li .blue_zones {
        width: 660px;
    }

    .f_p_1 {
        font-size: 26px;
        letter-spacing: initial;
    }

    .f_p_2 {
        font-size: 16px;
        letter-spacing: initial;
    }

    #country.f_select {
        margin-top: 8px;
    }

    .main_maps {
        height: 580px;
    }

    .maps_1 {
        width: 165px;
    }

    .maps_2 {
        left: 228px;
        width: 800px;
    }

    .maps_3 {
        display: block;
        left: 1120px;
        top: 56px;
        width: 222px;
    }

    .maps_4 {
        display: block;
        left: 1120px;
        top: 350px;
        width: 222px;
    }

    .maps_5 {
        left: 0px;
        top: 370px;
        width: 165px;
    }

    .maps_2 div .maps_2_div_1 {
        width: 210px;
    }

    .maps_2 div .maps_2_div_3,.maps_2 div .maps_2_div_2 {
        width: 210px;
    }

    .maps_2 div .maps_2_div_3 {
        left: 230px;
        top: 220px;
    }

    .maps_2 div .maps_2_div_4 {
        left: 230px;
        width: 230px;
    }

    .maps_2 div .maps_2_div_5 {
        left: 490px;
        top: 220px;
        width: 150px;
    }

    .maps_2 div .maps_2_div_6 {
        left: 490px;
        width: 150px;
    }

    .maps_2 div .maps_2_div_7 {
        top: 23px;
        left: 720px;
        width: 200px;
    }

    .maps_2 div .maps_2_div_8 {
        top: 150px;
        left: 720px;
    }

    .agree_box {
        display: none;
    }

    .footer_terms .terms_btn {
        float: right;
        width: 100%;
        clear: both;
        margin: 0px 0px 5px 0px;
    }

    .footer_terms .contact_btn {
        height: auto;
        width: 150px;
    }

    .contact_btn {
        display: none;
    }

    #newsletter .newsletter_box .newsletter_agree {
        text-align: left;
    }

    #newsletter {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1500px) and (max-width:1750px) {
    .main_menu>dd {
        padding:0px 30px;
    }

    .swiper-wrapper li .swipe_inner.sinner_01 {
        transform: translate(-640px, -300px);
    }

    .swiper-wrapper li .swipe_inner.sinner_02 {
        transform: translate(-640px, -325px);
    }
}

@media screen and (min-width: 768px) and (max-width:1340px) {
    @media screen and (min-width:1024px) {
        .swiper-wrapper .sinner_02 {
            width:500px;
        }

        .swiper-wrapper .sinner_05 {
            width: 600px;
        }



        .menugum_box>div>div.over_box_1>.menu_1,.menugum_box>div>div.over_box_1>.menu_2,.menugum_box>div>div.over_box_1>.menu_3,.menugum_box>div>div.over_box_1>.menu_4 {
            height: 240px
        }

        .menugum_box>div>div.over_box_1>.menu_1 ul li a,.menugum_box>div>div.over_box_1>.menu_2 ul li a,.menugum_box>div>div.over_box_1>.menu_3 ul li a,.menugum_box>div>div.over_box_1>.menu_4 ul li a,.menugum_box>div>div.over_box_1>.menu_5 ul li a,.menugum_box>div>div.over_box_1>.menu_6 ul li a,.menugum_box>div>div.over_box_1>.menu_7 ul li a,.menugum_box>div>div.over_box_1>.menu_8 ul li a {
            font-size: 12px
        }

        .over_box_1>div ul li a {
            height: auto !important;
            line-height: 11px !important;
        }

        .menugum_box>div>div.over_box_1>div ul li {
            align-items: center;
        }

        .menugum_box .over_box_prod h2 a {
            font-size: 14px !important;
        }

        .footer_r .footer_sns_list {
            margin: 35px 13px 0px 0px;
        }

        #newsletter {
            bottom: 200px;
        }

        .footer_sns_list img {
            width: auto;
        }

        .footer_terms {
            margin-bottom: 0;
        }
    }
}

@media screen and (min-width: 280px) and (max-width:768px) {
    .swiper-wrapper li .swipe_inner .swiper_more div {
        margin-top:3px;
    }
}

   /* 默认隐藏菜单 */
   .m_side_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
}

/* 当添加 active 类时显示 */
.m_side_menu.active {
    display: flex;
}

/* 右侧内容切换 */
.sub-content {
    display: none;
}
.sub-content.selected {
    display: block;
}

/* 产品子菜单默认隐藏 */
.m_sub_menu_r ul {
    display: none;
}