.main_content {
    position: relative;
    z-index: 20;
    background-color: #f8f6f7;
    width: 100%
}

.main_full_screen {
    width: 100%;
    height: 100%
}

    .main_full_screen.classic {
        height: auto;
        min-height: 0;
        padding-bottom: 70px;
        background-position: 50%;
        background-size: cover
    }

@media only screen and (max-width:1000px) {
    .main_full_screen.classic {
        padding-bottom: 50px
    }
}

.main_full_screen.classic.bg_3 {
    background-image: url(/asset/img/CH/desktop/classic/bg_3.jpg)
}

.main_full_screen.classic.bg_5 {
    background-image: url(/asset/img/CH/desktop/classic/bg_5.jpg)
}

.main_full_screen.classic.bg_6 {
    background-image: url(/asset/img/CH/desktop/classic/bg_6.jpg)
}

.main_full_screen.about {
    height: 570px
}

.EN .main_full_screen.about {
    height: 610px
}

@media only screen and (max-width:1000px) {
    .main_full_screen.about {
        height: 740px
    }

    .EN .main_full_screen.about {
        height: 1100px
    }
}

.special_introduction {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-color: #f3f2f2
}

    .special_introduction.customization {
        background-image: url(/asset/img/CH/desktop/customization/sp_ph_1.jpg)
    }

    .special_introduction.about {
        background-image: url(/asset/img/CH/desktop/about/sp_ph_1.jpg)
    }

    .special_introduction .introduction_container {
        width: 1000px;
        color: #f8f6f7
    }

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container {
        /*width: 600px*/
        width: 375px;
    }
}

.special_introduction .introduction_container.about {
    color: #717372
}

.special_introduction .introduction_container .introduction_title_container {
    overflow: hidden;
    text-align: center;
    margin-bottom: -43px
}

    .special_introduction .introduction_container .introduction_title_container .introduction_title {
        font-size: 38px;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:after {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            left: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:before {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            right: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title.about:after, .special_introduction .introduction_container .introduction_title_container .introduction_title.about:before {
            background-color: #b7aca6
        }

    .special_introduction .introduction_container .introduction_title_container .color {
        height: 4px;
        font-size: 0;
        padding-top: 20px;
        text-align: center
    }

        .special_introduction .introduction_container .introduction_title_container .color div {
            margin-right: -4px;
            display: inline-block;
            height: 4px;
            width: 18px
        }

.special_introduction .introduction_container .introduction_content {
    border: 1px solid #fff;
    border-top: 1px solid transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 70px 110px
}

.EN .special_introduction .introduction_container .introduction_content {
    padding: 70px 120px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content {
        padding: 90px 50px;
        font-size: 28px;
        line-height: 50px;
        text-align: left
    }
}

.special_introduction .introduction_container .introduction_content .desktop {
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .desktop {
        display: none
    }
}

.special_introduction .introduction_container .introduction_content .mobile {
    display: none
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .mobile {
        display: block
    }
}

.special_introduction .introduction_container .introduction_content.about {
    border: 1px solid #b7aca6;
    border-top: 1px solid transparent
}

.special_introduction .more {
    width: 60px;
    height: 32px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 30px);
    background-image: url(/asset/img/CH/desktop/customization/more.png);
    cursor: pointer
}

.main_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .main_container {
        /*width: 600px*/
        width: 340px;
    }
}

@media only screen and (max-width:1000px) {
    .main_container.classic {
        width: 640px
    }
}

.main_container.classic_hide {
    height: 0;
    overflow: hidden
}

@media only screen and (max-width:1000px) {
    .main_container.classic_hide {
        height: auto;
        overflow: visible
    }
}

.main_container.first_container {
    padding: 65px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container.first_container {
        padding: 40px 0 0
    }
}

.main_container.history {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.history {
        width: 640px;
        padding-bottom: 0
    }
}

.main_container.hiring {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.hiring {
        /*width: 600px*/
        width: 375px;
    }
}

.main_container .main_title_out {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

    .main_container .main_title_out:before {
        position: absolute;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #dad4d1;
        z-index: 21;
        content: ""
    }

    .main_container .main_title_out .main_title {
        position: relative;
        display: inline-block;
        font-size: 22px;
        padding: 0 20px;
        color: #50504e;
        background-color: #f8f7f7;
        letter-spacing: 2px;
        z-index: 22
    }

@media only screen and (max-width:1000px) {
    .main_container .main_title_out .main_title {
        /*font-size: 38px*/ 
        font-size: 23px
    }
}

.main_container span.main_text {
    color: #50504e;
    display: block;
    width: 750px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px
}

@media only screen and (max-width:1000px) {
    .main_container span.main_text {
        font-size: 28px;
        line-height: 42px;
        /*width: 600px*/
        width: 375px;
        text-align: left
    }
}

.main_container .main_icon {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    color: #50504e;
    margin: 0 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon {
        font-size: 30px;
        padding-left: 45px;
        margin: 0 0 20px;
        line-height: 45px
    }
}

.main_container .main_icon.material:before {
    margin: 4px 10px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon.material {
        display: none
    }
}

.main_container .main_icon.classic {
    width: 100%;
    left: 15px
}

.main_container .main_icon:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(/asset/img/CH/desktop/main/icon.png);
    width: 14px;
    height: 13px;
    background-position: 50%;
    background-size: cover
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon:before {
        width: 25px;
        height: 25px;
        top: 10px
    }
}

.main_container .main_pillar {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 35px;
    color: #50504e;
    font-weight: 700
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar {
        font-size: 28px;
        line-height: 42px;
        display: block
    }
}

.main_container .main_pillar:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 3px;
    margin: 0 10px 2px 0;
    background-color: #000;
    vertical-align: middle
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar:before {
        height: 25px
    }
}

.main_container .main_pillar.wrap {
    display: block
}

.main_container .main_pillar.red:before {
    background-color: #dd6356
}

.main_container .main_wrap {
    width: 100%;
    position: relative;
    font-size: 0
}

.page_theme_out {
    height: 400px;
    width: 100%;
    margin-top: -70px;
    background-color: #000
}

@media only screen and (max-width:1000px) {
    .page_theme_out {
        height: 250px
    }
}

.page_theme_out .page_theme {
    height: 400px;
    width: 100%;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
    background-color: #eae6e5;
    background-position: 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme {
        height: 250px
    }
}

.page_theme_out .page_theme .title {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 10px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title {
        font-size: 40px
    }
}

.page_theme_out .page_theme .color {
    height: 4px;
    font-size: 0;
    padding: 25px 0 40px;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .color {
        padding: 20px 0
    }
}

.page_theme_out .page_theme .color div {
    display: inline-block;
    height: 4px;
    width: 18px
}

.page_theme_out .page_theme .title_2 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 5px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title_2 {
        font-size: 30px
    }
}

.page_select_out {
    position: relative;
    z-index: 20;
    background-color: #f4f2f1
}

@media only screen and (max-width:1000px) {
    .page_select_out {
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3
    }

        .page_select_out.OFF {
            display: none
        }
}

.page_select_out .page_select {
    padding: 35px 0;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.page_select_out .page_select > a, .page_select_out .page_select p {
    display: inline-block;
    font-size: 22px;
    color: #717372
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a, .page_select_out .page_select p {
        font-size: 30px
    }
}

.page_select_out .page_select > p {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: none
}

    .page_select_out .page_select > p:first-child {
        display: none
    }

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > p {
        display: none
    }
}

.page_select_out .page_select > a {
    margin: 0 60px;
    position: relative;
    line-height: 40px;
    letter-spacing: 2px
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a {
        line-height: 72px;
        margin: 0
    }
}

.desktop .page_select_out .page_select > a:hover {
    color: #f06b5d
}

    .desktop .page_select_out .page_select > a:hover:after {
        width: 100%;
        transition: width 1s
    }

.page_select_out .page_select > a:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 15px;
    position: absolute;
    top: calc(50% - 5px);
    left: -80px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: block
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a:before {
        display: none
    }
}

.page_select_out .page_select > a:first-child:before {
    display: none
}

.page_select_out .page_select > a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f06b5d;
    pointer-events: none
}

.page_select_out .page_select > a.ON {
    color: #f06b5d
}

    .page_select_out .page_select > a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .page_select_out .page_select a.Hide {
    display: none
}

a.more_btn {
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transition: background 2s,border 2s;
    border: 1px dashed #000
}

@media only screen and (max-width:1000px) {
    a.more_btn {
        max-width: 410px;
        width: 95%;
        height: 65px;
        line-height: 65px
    }
}

a.more_btn .more_hover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
    border: 1px solid #a2948d
}

a.more_btn.brown {
    border-color: #a2948d;
    color: #2f2f2f
}

    a.more_btn.brown:hover {
        border: 1px solid #630;
        background-color: #d4cdca
    }

    a.more_btn.brown .more_hover {
        border-color: #630
    }

a.more_btn.white {
    border-color: #fff;
    color: #fff
}

    a.more_btn.white:hover {
        border: 1px solid #fff;
        background-color: hsla(0,0%,100%,.3)
    }

    a.more_btn.white .more_hover {
        border-color: hsla(0,0%,100%,.3)
    }

a.more_btn.blue {
    border-color: #7ba4db;
    color: #2f2f2f
}

    a.more_btn.blue .more_hover {
        border-color: #c8d8eb
    }

a.more_btn.w_240_h_135 {
    width: 240px;
    height: 135px;
    line-height: 135px
}

a.more_btn.news_page_more {
    height: 45px;
    line-height: 45px;
    width: 260px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.news_page_more {
        margin: 0 auto;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 20px
    }
}

a.more_btn.marketing {
    margin-top: 65px;
    letter-spacing: 4px
}

a.more_btn.send_Info {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #b8b7b7;
    letter-spacing: 5px;
    position: absolute;
    left: calc(50% - 130px);
    margin: 0;
    bottom: 0
}

@media only screen and (max-width:1000px) {
    a.more_btn.send_Info {
        position: relative;
        left: 0;
        color: #000;
        margin: 80px auto 0;
        height: 60px;
        width: 410px;
        font-size: 24px;
        line-height: 60px
    }
}

a.more_btn.send_Info:hover {
    color: #000
}

a.more_btn.catalog {
    display: none;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.catalog {
        display: block
    }
}

.btn_mobile {
    padding: 70px 0
}

@media only screen and (min-width:1001px) {
    .btn_mobile {
        padding: 0
    }
}

.btn_all {
    padding: 70px 0
}

.service {
    padding: 70px 0 60px;
    background-color: #e9e6e4;
    position: relative;
    z-index: 20
}

    .service.not_index {
        display: none
    }

@media only screen and (max-width:1000px) {
    .service.not_index {
        display: block
    }
}

.service .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .service .wrap .container {
        width: 100%;
        text-align: center
    }

        .service .wrap .container .service_more {
            display: inline-block;
            width: 705px;
            height: 70px;
            line-height: 70px;
            font-size: 20px;
            color: #707372;
            vertical-align: middle
        }

@media only screen and (max-width:1920px) {
    .service .wrap .container .service_more {
        width: 485px
    }
}

@media only screen and (max-width:1000px) {
    .service .wrap .container .service_more {
        width: 290px;
        /*font-size: 24px;*/
        font-size: 20px
    }

        .service .wrap .container .service_more:first-child {
            margin-right: 15px
        }
}

.service .wrap .container .service_more:first-child {
    margin-right: 10px
}

.service .wrap .container .service_more:hover {
    border: 1px solid #7ba4db;
    background-color: rgba(123,164,218,.3)
}

    .service .wrap .container .service_more:hover.business:before {
        background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
    }

    .service .wrap .container .service_more:hover.customized:before {
        background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
    }

.service .wrap .container .service_more.business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.service .wrap .container .service_more.business:before, .service .wrap .container .service_more.customized:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px
}

.service .wrap .container .service_more.customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 25;
    background-image: url(/asset/img/CH/desktop/common/fixed_btn/bg.jpg);
    height: 205px;
    width: 60px;
    box-shadow: 0 1px 20px rgba(72,74,77,.6);
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.EN .fixe_service {
    height: 106px;
    line-height: 0
}

@media only screen and (max-width:1000px) {
    .fixe_service {
        display: none
    }
}

.fixe_service .container {
    box-sizing: border-box
}

    .fixe_service .container > a {
        color: #707372;
        display: inline-block;
        padding: 0 14px
    }

.EN .fixe_service .container > a {
    padding: 15px
}

    .EN .fixe_service .container > a:before {
        margin: 0 auto
    }

.fixe_service .container > a:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin: 15px auto 10px
}

.fixe_service .container > a:hover {
    color: #7ba4db
}

.fixe_service .container .business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.fixe_service .container .business:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
}

.fixe_service .container span.line {
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #707372;
    margin: 0 20px
}

.fixe_service .container .customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service .container .customized:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
}

.select_out {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #c8c0bc;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #fff
}

@media only screen and (max-width:1000px) {
    .select_out {
        font-size: 24px
    }
}

.select_out .select {
    width: 100%;
    margin: 0 auto;
    position: relative
}

    .select_out .select.OPEN {
        z-index: 25
    }

        .select_out .select.OPEN .switchskin {
            background-color: #a79b94
        }

            .select_out .select.OPEN .switchskin:before {
                top: 20px;
                -webkit-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                transform: rotate(225deg)
            }

@media only screen and (max-width:1000px) {
    .select_out .select.OPEN .switchskin:before {
        top: 33px
    }
}

.select_out .select.OPEN .option_out {
    height: auto;
    border: 1px solid #c8c0bc;
    border-top: none
}

.select_out .select .default_option {
    width: calc(100% - 50px);
    box-sizing: border-box;
    border: 1px solid #d5cfcc;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #a9a9a9
}

@media only screen and (max-width:1000px) {
    .select_out .select .default_option {
        width: calc(100% - 80px);
        height: 80px;
        line-height: 80px
    }
}

.select_out .select .default_option .black {
    color: #000
}

.select_out .select .default_option.USED {
    color: #a79b94
}

.select_out .select .switchskin {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #d5cfcc;
    width: 50px;
    height: 45px
}

@media only screen and (max-width:1000px) {
    .select_out .select .switchskin {
        width: 80px;
        height: 80px
    }
}

.select_out .select .switchskin:before {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:1000px) {
    .select_out .select .switchskin:before {
        width: 20px;
        height: 20px;
        top: 25px;
        left: 28px
    }
}

.select_out .select .option_out {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    max-height: 135px;
    background-color: #fff;
    overflow: hidden;
    color: #a79b94;
    overflow-y: visible
}

@media only screen and (max-width:1000px) {
    .select_out .select .option_out {
        max-height: 240px
    }
}

.select_out .select .option_out .select_option {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .select_out .select .option_out .select_option {
        height: 80px;
        line-height: 80px
    }
}

.select_out .select .option_out .select_option:hover {
    color: #c8c0bc;
    background-color: #f8f7f7
}

.makers_description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0
}

@media only screen and (max-width:1000px) {
    .makers_description {
        padding: 50px 0
    }
}

.makers_description h1 {
    /*font-size: 38px;*/
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 4px;
    color: #717372;
    margin-bottom: 20px
}

.makers_description span {
    width: 750px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
    color: #717372;
    display: inline-block;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .makers_description span {
        /*width: 600px*/
        width: 360px;
        /*font-size: 24px;*/
        font-size: 16px;
        line-height: 36px;
        text-align: left
    }
}

.makers_photo {
    width: 100%;
    padding: 0 0 50px
}

    .makers_photo .makers_photo_4 {
        width: 33%;
        display: inline-block;
        background-position: 50%;
        background-size: cover;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-top: 2px solid #fff
    }

        .makers_photo .makers_photo_4.design_2_1 {
            background-image: url(/asset/img/CH/desktop/makers/design/ph_2_1.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.design_2_2 {
            background-image: url(/asset/img/CH/desktop/makers/design/ph_2_2.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.design_2_3 {
            background-image: url(/asset/img/CH/desktop/makers/design/ph_2_3.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_2_1 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_2_1.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_2_2 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_2_2.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_2_3 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_2_3.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_1 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_1.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_2 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_2.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_3 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_3.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_4 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_4.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_5 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_5.jpg);
            height: 185px
        }

        .makers_photo .makers_photo_4.material_3_6 {
            background-image: url(/asset/img/CH/desktop/makers/material/ph_3_6.jpg);
            height: 185px
        }

@media only screen and (max-width:1000px) {
    .makers_photo .makers_photo_4 {
        /*width: 50%;*/
        width: 49%;
        height: 170px
    }

        .makers_photo .makers_photo_4.first {
            width: 100%;
            height: 340px
        }
}

.makers_container {
    width: 100%;
    height: auto;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 45px;
    text-align: justify
}

.EN .makers_container {
    text-align: left
}

.makers_container .top {
    vertical-align: top
}

.makers_container .makers_rol_6 {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 0 20px 40px 0
}

@media only screen and (max-width:1000px) {
    .makers_container .makers_rol_6 {
        width: 100%;
        padding: 0 0 40px
    }
}

.makers_container .about_width_900 {
    box-sizing: border-box;
    display: block;
    width: 900px;
    padding: 0 0 40px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .makers_container .about_width_900 {
        /*width: 600px*/
        width: 375px;
    }
}

.makers_container .about_width_900 span {
    padding: 0 10px;
    font-size: 14px
}

@media only screen and (max-width:1000px) {
    .makers_container .about_width_900 span {
        font-size: 28px;
        line-height: 42px
    }
}

.makers_container .about_width_900 span.blod {
    color: #50504e;
    font-weight: 700;
    line-height: 40px;
    font-size: 15px
}

@media only screen and (max-width:1000px) {
    .makers_container .about_width_900 span.blod {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px
    }
}

.makers_container .makers_rol_12 {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0 20px 40px 0
}

@media only screen and (max-width:1000px) {
    .makers_container .makers_rol_12 {
        padding: 0 0 40px
    }
}

.makers_container .company_logo_list {
    box-sizing: border-box;
    font-size: 0;
    width: 100%;
    padding-bottom: 40px
}

    .makers_container .company_logo_list .company_logo {
        width: 250px;
        height: 100px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        position: relative
    }

        .makers_container .company_logo_list .company_logo:before {
            content: "";
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle
        }

        .makers_container .company_logo_list .company_logo > img {
            display: inline-block;
            vertical-align: middle
        }

@media only screen and (max-width:1000px) {
    .makers_container .company_logo_list .company_logo {
        width: 200px
    }
}

.makers_container.company_log, .makers_container.logo {
    padding: 40px 0 0
}

.makers_container .logo {
    position: absolute;
    left: 20px;
    top: 0
}

    .makers_container .logo.cti {
        background-image: url(/asset/img/CH/desktop/makers/production/cti_logo.png);
        width: 95px;
        height: 99px
    }

    .makers_container .logo.sgs {
        background-image: url(/asset/img/CH/desktop/makers/production/sgs_logo.png);
        width: 111px;
        height: 94px
    }

@media only screen and (max-width:1000px) {
    .makers_container .logo {
        position: static;
        left: 0;
        margin: 0 0 30px 30px
    }
}

.makers_container .logo_text {
    padding: 0 0 0 155px
}

@media only screen and (max-width:1000px) {
    .makers_container .logo_text {
        padding: 0 0 0 30px
    }
}

.makers_container .logo_text a.link {
    display: block;
    padding: 0 0 30px
}

    .makers_container .logo_text a.link:last-child {
        padding: 0
    }

    .makers_container .logo_text a.link:hover span {
        color: #f3737d
    }

    .makers_container .logo_text a.link > span.arrow:after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        content: "";
        width: 5px;
        height: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 2px solid #dd6356;
        border-bottom: 2px solid #dd6356
    }

@media only screen and (max-width:1000px) {
    .makers_container .logo_text a.link > span.arrow:after {
        width: 10px;
        height: 10px;
        margin-bottom: 5px
    }
}

.makers_container span {
    display: block;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.5px;
    color: #717372
}

    .makers_container span.gray {
        padding: 40px 0 0;
        color: #a9abaa
    }

@media only screen and (max-width:1000px) {
    .makers_container span {
        font-size: 24px;
        line-height: 36px
    }
}

.makers_container img.photo {
    width: 490px;
    height: 280px;
    margin-bottom: 20px
}

@media only screen and (max-width:1000px) {
    .makers_container img.photo {
        /*width: 600px*/
        width: 375px;
        height: 340px
    }
}

.makers_full_screen {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .makers_full_screen.gray {
        background-color: #f4f2f1
    }

    .makers_full_screen > span.text {
        width: 750px;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 2px;
        padding: 0 0 60px;
        color: #717372
    }

@media only screen and (max-width:1000px) {
    .makers_full_screen > span.text {
        /*width: 600px*/
        width: 360px;
        /*font-size: 24px;*/
        font-size: 16px;
        line-height: 36px;
        text-align: left
    }
}

.swiper-container {
    width: 100%;
    height: 550px;
    margin-bottom: 25px
}

@media only screen and (max-width:1000px) {
    .swiper-container {
        /*height: 350px;*/
        height: 215px
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;       
    }
}

.swiper-container .swiper-slide {
    opacity: .7;
    width: auto !important
}

@media only screen and (max-width:1000px) {
    .swiper-container .swiper-slide img {
        /*width: 520px !important;*/
        width: 348px !important
    }
}

.swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #b6aba5;
    background: none
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 3px;
    height: 3px;
    border: 5px solid #b6aba5
}

@media only screen and (min-width:1001px) {
    .swiper-container .swiper-button-prev {
        left: calc(50% - 500px)
    }
}

.desktop .swiper-container .swiper-button-prev {
    left: calc(50% - 525px)
}

@media only screen and (min-width:1001px) {
    .swiper-container .swiper-button-next {
        right: calc(50% - 500px)
    }
}

.desktop .swiper-container .swiper-button-next {
    right: calc(50% - 525px)
}

.swiper-container .swiper-button-disabled {
    opacity: .2
}

.makers_introduction {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover
}

.desktop .makers_introduction {
    height: 500px
}

.makers_introduction.h_auto {
    height: auto;
    min-height: auto;
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .makers_introduction.h_auto span {
        /*width: 600px*/
        width: 360px;
    }
}

.makers_introduction.marketing {
    background-image: url(/asset/img/CH/desktop/makers/marketing/ph_3_1.jpg)
}

    .makers_introduction.marketing h1, .makers_introduction.marketing span {
        color: #fff
    }

.makers_introduction.design_1 {
    background-image: url(/asset/img/CH/desktop/makers/design/ph_3_1.jpg)
}

    .makers_introduction.design_1 h1, .makers_introduction.design_1 span {
        color: #50504e
    }

.makers_introduction.design_2 {
    background-image: url(/asset/img/CH/desktop/makers/design/ph_3_2.jpg)
}

    .makers_introduction.design_2 h1, .makers_introduction.design_2 span {
        color: #fff
    }

.makers_introduction h1 {
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 50px;
    color: #717372
}

.makers_introduction span {
    width: 750px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 2px;
    display: inline-block;
    color: #717372
}

@media only screen and (max-width:1000px) {
    .makers_introduction span {
        /*width: 520px;*/
        width: 350px;
        text-align: left;
        /*font-size: 24px;*/
        font-size: 16px;
        line-height: 36px
    }
}

.makers_header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #6d7170;
    text-align: center;
    transition: 1s
}

@media only screen and (max-width:1000px) {
    .makers_header {
        height: 70px
    }
}

.makers_header.ON {
    top: 70px;
    z-index: 29
}

.makers_header .wrap ul {
    vertical-align: middle;
    line-height: 50px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap ul {
        line-height: 70px
    }
}

.makers_header .wrap li {
    padding: 0 20px;
    display: inline-block;
    font-size: 15px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li {
        font-size: 22px
    }
}

.makers_header .wrap li a {
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li a {
        line-height: 40px;
        font-size: 28px
    }
}

.desktop .makers_header .wrap li a:hover {
    color: #fff
}

    .desktop .makers_header .wrap li a:hover:after {
        width: 100%;
        transition: width 1s
    }

.makers_header .wrap li a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none
}

.makers_header .wrap li a.ON {
    color: #fff
}

    .makers_header .wrap li a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .makers_header .wrap li a.Hide {
    display: none
}
