.brandby{
    position: absolute;
    bottom: -60px;
    right: 25px;
    font-weight: bold;
}

.section1 {
    width: 100%;height: 100%;
    background: url(../images/main/brand_bg.jpg) no-repeat center #fff;
    position: relative;
}
.section2 {
    width: 100%; min-height:820px;max-height: 820px;height: 100%;
    background: #f0efec;
    position: relative;
}
.section3 {
    width:100%; height:100%;
    background: url(../images/main/client_bg.jpg) no-repeat center #fff;
    position: relative;
}


.brand{
    padding:50px 0;
    max-height: 622px;
    width: 1000px;
    margin: 0 auto;
}

.brand h2{
    background: url(../images/main/brand_text.png);
    width: 446px;
    height: 170px;
    background-size: 446px 170px;
    margin: 0 auto;
    text-indent: -9999px;
}

.story_desc,.brand_desc,.product_desc,.client_desc {
    display: none;
}

.brand_list {
    margin-top: 73px;
    padding:0 25px;
}

.brand_item1,.brand_item2,.brand_item3 {
    width:313px;
    height:361px;
    float:left;
    margin-left: 5px;
}

.brand_item1 h3, .brand_item2 h3, .brand_item3 h3 {
    padding: 133px 0 0;
    font-size: 20px;
    text-align: center;
}

.brand_item1 h3 strong,
.brand_item2 h3 strong,
.brand_item3 h3 strong {
    font-weight: bold;
}

.brand_item1 p, .brand_item2 p, .brand_item3 p {
    /*padding-top:220px;*/
    padding:40px 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.brand_item1 {
    background: url(../images/main/brand_01.png) no-repeat;
    background-size: 313px 361px;
    margin-left: 0;
    -webkit-transform: translate3d(-100px, 100px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(-100px, 100px, 0); /* Firefox */
        -ms-transform: translate3d(-100px, 100px, 0); /* IE 9 */
         -o-transform: translate3d(-100px, 100px, 0); /* Opera */
            transform: translate3d(-100px, 100px, 0);  
    opacity: 0;
}

.brand_item1.on {
    -webkit-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Safari and Chrome */
       -moz-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Firefox */
        -ms-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* IE 9 */
         -o-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Opera */
            transition: all 1s ease-in-out, opacity 1.5s ease-in-out;  
    -webkit-transform: translate3d(0px, 0px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(0px, 0px, 0); /* Firefox */
        -ms-transform: translate3d(0px, 0px, 0); /* IE 9 */
         -o-transform: translate3d(0px, 0px, 0); /* Opera */
            transform: translate3d(0px, 0px, 0);  
    opacity: 1;
}

.brand_item2 {
    background: url(../images/main/brand_02.png) no-repeat;
    background-size: 313px 361px;
    -webkit-transform: translate3d(0px, 100px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(0px, 100px, 0); /* Firefox */
        -ms-transform: translate3d(0px, 100px, 0); /* IE 9 */
         -o-transform: translate3d(0px, 100px, 0); /* Opera */
            transform: translate3d(0px, 100px, 0);
    opacity: 0;
}

.brand_item2.on {
    -webkit-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Safari and Chrome */
       -moz-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Firefox */
        -ms-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* IE 9 */
         -o-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Opera */
            transition: all 1s ease-in-out, opacity 1.5s ease-in-out;  
    -webkit-transform: translate3d(0px, 0px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(0px, 0px, 0); /* Firefox */
        -ms-transform: translate3d(0px, 0px, 0); /* IE 9 */
         -o-transform: translate3d(0px, 0px, 0); /* Opera */
            transform: translate3d(0px, 0px, 0);  
    opacity: 1;
}

.brand_item3 {
    background: url(../images/main/brand_03.png) no-repeat;
    background-size: 313px 361px;
    -webkit-transform: translate3d(100px, 100px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(100px, 100px, 0); /* Firefox */
        -ms-transform: translate3d(100px, 100px, 0); /* IE 9 */
         -o-transform: translate3d(100px, 100px, 0); /* Opera */
            transform: translate3d(100px, 100px, 0);     
    opacity: 0;
}

.brand_item3.on {
    -webkit-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Safari and Chrome */
       -moz-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Firefox */
        -ms-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* IE 9 */
         -o-transition: all 1s ease-in-out, opacity 1.5s ease-in-out; /* Opera */
            transition: all 1s ease-in-out, opacity 1.5s ease-in-out;  
    -webkit-transform: translate3d(0px, 0px, 0); /* Safari and Chrome */
       -moz-transform: translate3d(0px, 0px, 0); /* Firefox */
        -ms-transform: translate3d(0px, 0px, 0); /* IE 9 */
         -o-transform: translate3d(0px, 0px, 0); /* Opera */
            transform: translate3d(0px, 0px, 0);  
    opacity: 1;
}


/* ------------------------- client */

.product {
    padding:50px 0 0 0;
    max-height: 622px;
    width: 1000px;
    margin: 0 auto;
}

.product h2{
    background: url(../images/main/product_text.png);
    width: 673px;
    height: 167px;
    background-size: 673px 167px;
    margin: 0 auto;
    text-indent: -9999px;
}

.product_view {
    margin-top: 30px;
}

.product_list{
    width: 1000px;
    margin:0 auto;
}

.product_list li {float:left;width:33.3%;position:relative;}

.product_list .product1 .icon {
    background: url(../images/main/chalk1_180x188.png) no-repeat;
    width:90px;
    height:94px;
    background-size: 90px 94px;
    display: inline-block;
    vertical-align: top;
}

.product_list .product2 .icon {
    background: url(../images/main/chalk2_180x188.png) no-repeat;
    width:90px;
    height:94px;
    background-size: 90px 94px;
    display: inline-block;
    vertical-align: top;
}

.product_list .product3 .icon {
    background: url(../images/main/pen1_180x188.png) no-repeat;
    width:90px;
    height:94px;
    background-size: 90px 94px;
    display: inline-block;
    vertical-align: top;
}

.product_list .product1 .text {
    background: url(../images/main/chalk1_text.png) no-repeat;
    width:200px;
    height:40px;
    background-size: 200px 40px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    margin: 44px 0 0;
}

.product_list .product1 .text.on,.product_list .product1 .text:hover {
    background: url(../images/main/chalk1_text_hover.png) no-repeat;
    background-size: 200px 40px;
}

.product_list .product2 .text {
    background: url(../images/main/chalk2_text.png) no-repeat;
    width:200px;
    height:40px;
    background-size: 200px 40px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    margin: 44px 0 0;
}

.product_list .product2 .text.on,.product_list .product2 .text:hover {
    background: url(../images/main/chalk2_text_hover.png) no-repeat;
    background-size: 200px 40px;
}

.product_list .product3 .text {
    background: url(../images/main/pen1_text.png) no-repeat;
    width:200px;
    height:40px;
    background-size: 200px 40px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    margin: 28px 0 0;
}

.product_list .product3 .text.on,.product_list .product3 .text:hover {
    background: url(../images/main/pen1_text_hover.png) no-repeat;
    background-size: 200px 40px;
}

.section2 .detail {
    position: absolute;
    bottom: 20px;
    left: 50%;
    min-height: 402px;
    z-index: 2;
    margin-left: -500px;
    width: 1000px;
}

.section2 .detail h3{
    padding:70px 0 0;
    color:#e55827;
    font-size: 24px;
    line-height: 1.4;
}

.section2 .detail p {
    margin:30px 0 0;
    line-height: 1.6;
    min-height: 75px;
}

.section2 .detail .product1 p {
    padding-right:50px;
}

.section2 .detail .product2 p {
    padding-right:62px;
}

.section2 .detail .product3 p {
    padding-right:54px;
}

.section2 .detail .btn_list{
    margin:50px 0 0;
    font-size: 0;
}

.section2 .detail .btn_detail {
    width: 115px;
    height: 41px;
    background: url(../images/main/product_detail_btn.png) no-repeat;
    display: inline-block;
}

.section2 .detail .btn_inquiry {
    width: 115px;
    height: 41px;
    background: url(../images/main/product_inquiry_btn.png) no-repeat;
    display: inline-block;
    margin:0 0 0 17px;
}


.section2 .detail .detail_list {
    overflow: hidden;
}

.section2 .detail .product1{
    background: url(../images/main/chalk1_detail.png) no-repeat 60px 0;
    display: block;
    padding-left: 552px;
    min-height: 402px;
}

.section2 .detail .product2{
    background: url(../images/main/chalk2_detail.png) no-repeat 60px bottom;
    padding-left: 552px;
    min-height: 402px;
    display: none;
}

.section2 .detail .product3{
    background: url(../images/main/pen1_detail.png) no-repeat 60px 50%;
    padding-left: 552px;
    min-height: 402px;
    display: none;
}

.section2 .bg{
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23%;
    z-index: 1;
}


/* ------------------------- client */

.client {
    padding:50px 0;
    max-height: 622px;
    width: 1000px;
    margin: 0 auto;
}

.client h2{
    background: url(../images/main/client_text.png) no-repeat;
    width: 329px;
    height: 142px;
    background-size: 329px 142px;
    margin: 0 auto;
    text-indent: -9999px;
}

.client .map {
    background: url(../images/main/map.png) no-repeat center;
    width:854px;
    height:482px;
    margin: 66px auto 0;
    position: relative;;
}

.client .map .point1 {
    position: absolute;
    top:82px;
    right:188px;
}
.client .map .point2 {
    position: absolute;
    top:56px;
    left:418px;
}
.client .map .point3 {
    position: absolute;
    top:212px;
    left:126px;
}

.client .map .icon {
    width:63px;
    height:75px;
    background: url(../images/main/client_plus.png);
    background-size: 63px 75px;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
}

.client .map .icon:hover {
    background: url(../images/main/client_plus_on.png);
    background-size: 63px 75px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.point_panel{position: relative;display:none;}
.point1 .point_view {position: absolute;top:-38px;left:63px;padding:0 0 0 48px;
    background: url(../images/main/asia_bg.png) no-repeat;
    width:256px;
}

.point2 .point_view {position: absolute;top:-3px;left:31px;padding:0 0 0 109px;
    background: url(../images/main/eur_bg.png) no-repeat;
    width:128px;
}

.point3 .point_view {position: absolute;top:-3px;right:31px;padding:0 26px 0 0;
    background: url(../images/main/ame_bg.png) no-repeat right 0;
    width:128px;
}

.point_view h3{
    font-size: 30px;
    line-height: 1.2;
    color:#e55827;
}

.point1 .point_view h3{
    margin-top: 37px;
    text-indent: 21px;
}
.point2 .point_view h3{
    margin-top:131px;
    text-indent:8px;
}
.point3 .point_view h3{
    margin-top:32px;
}

.point_view ul{border-top:1px solid #e55827;background-color:#ccc5bc;opacity:0.8;padding:23px 0 22px;}
.point_view ul li {text-indent: 37px;text-align: left;width:128px;float:left;font-size: 18px; line-height: 1.6;}


.bx_left_arrow {display: none;}
.bx_right_arrow {display: none;}
.bx_paging {display: none;}

@media screen and (max-width:1000px) {
    
    #brand .story .wrap_main .story_content > ul > li {
        float: none;
        width: auto;
        margin: 0!important;
        letter-spacing: -0.3px;
    }

    #brand .story {padding:50px 0 25px;min-height:auto;}

    #brand .story .wrap_main h2{width: 100%;background: url(../images/main/main_section_icon.png) no-repeat center 0;background-size:24px 22px;text-align:center;text-indent: 0;padding:48px 0 0;height:auto;font-weight: bold;font-size:30px;}


    .brandby{position:inherit;bottom:0;right:0;margin:20px 8px 0 0 !important;text-align:left;}
    
    .section1 {/*min-height:686px;max-height:686px;height:686px;*/}
    .section3 {/*min-height:630px;max-height:630px;height:630px;*/}
    .section3 {
        background: url(../images/main/m_client_bg.jpg) no-repeat center #fff;
    }
    .section2 {padding-bottom:522px;}

    /* side bar */
    .side_bar {display:none !important;}

    /* brand */
    .section1 .bx-wrapper {margin-top:40px !important;}
    .brand{width:100%;padding-top:42px;}
    .brand h2 {width: 100%;background: url(../images/main/main_section_icon.png) no-repeat center 0;background-size:24px 22px;text-align:center;text-indent: 0;padding:48px 0 0;height:auto;font-weight: bold;font-size:30px;}
    .brand_desc,
    .product_desc {margin-top:28px;font-size: 18px;line-height: 1.4;text-align: center;padding: 0 8px;display: block;}
    .brand_list{overflow: hidden;margin:0 auto;position: relative;padding:0;width:300px;}
    .brand_slider{height: 100%;}
    .brand_item1 p, .brand_item2 p, .brand_item3 p {
        padding-left:10%;
        padding-right:10%;
    }

    .bx_left_arrow {display:block;width:29px;height:48px;background:url(../images/main/bx_slider_left.png) no-repeat;position: absolute;top:27%;left:2%;margin-top:-24px;}
    .bx_right_arrow {display:block;width:29px;height:48px;background:url(../images/main/bx_slider_right.png) no-repeat;position: absolute;top:27%;right:2%;margin-top:-24px;}
    .bx_paging {display:block;font-size: 0;width:70px;margin:20px auto;}
    .bx_paging .icon {width: 16px;height: 17px;background:url(../images/main/bx_paging.png) no-repeat;display:inline-block;margin-right: 11px;}
    .bx_paging .icon.on {background:url(../images/main/bx_paging_on.png) no-repeat;}
    .bx_paging .icon:last-child {margin-right:0;}

    .section2 .bx_paging{margin:2px auto;}

    .brand_item1, .brand_item2, .brand_item3 {
        display: block;
        width: 100%;
        background-position: center center;
        margin:0;
    }

   .brand_item1,
   .brand_item1.on {
    background: url(../images/main/brand_01.png) no-repeat center center;
    background-size: 328px 379px;
    background-size: 295px 341px;
    margin-left: 0;
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none; 
    opacity: 1;
    }

    .brand_item2,
    .brand_item2.on {
        background: url(../images/main/brand_02.png) no-repeat center center;
        background-size: 328px 379px;
        background-size: 295px 341px;
        /*transition: all 1s ease-in-out, opacity 1.5s ease-in-out;
        transform: translate3d(0px, 0px, 0px);*/
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;        
        opacity: 1;
    }

    .brand_item3,
    .brand_item3.on {
        background: url(../images/main/brand_03.png) no-repeat center center;
        background-size: 328px 379px;
        background-size: 295px 341px;
        /*transition: all 1s ease-in-out, opacity 1.5s ease-in-out;
        transform: translate3d(0px, 0px, 0px);*/
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;        
        opacity: 1;
    }
    /*.brand_item1, .brand_item2, .brand_item3 {float:none;display:block;}*/

    /* product */
    .product{width:100%;padding-top:42px;}
    .product h2{width: 100%;
        background: url(../images/main/main_section_icon.png) no-repeat center 0;
        background-size: 24px 22px;
        text-align: center;
        text-indent: 0;
        padding: 48px 0 0;
        height: auto;
        font-weight: bold;
        font-size: 30px;
    }
    .product_desc {letter-spacing: -0.25px;}

    .product_view{margin-top:6%;}
    .product_list {width: 100%;border-top:1px solid #363636;border-bottom:1px solid #363636;}
    .product_list li {float:none;width:100%;height:70px;border-bottom:1px solid #b7b7b7;background:url(../images/main/m_arrow.png) no-repeat 96% center;background-size:15px 15px;} 
    .product_list li.on {background:url(../images/main/m_arrow_click.png) no-repeat 96% center;background-size:15px 15px;} 
    .product_list li:last-child{border-bottom-width:0;}

    .product_list .product1 .icon {width:60px;height:62px;background:url(../images/main/chalk1_180x188.png) no-repeat;background-size: cover;position:absolute;top:4px;left:6%;}
    .product_list .product1 .text {background: none;
        margin: 0;
    text-indent: 0;
    height: auto;
    font-size: 16px;
    width: auto;
    padding-left: 29%;
    line-height: 70px;
    }
    .product_list .product1 .text:hover,
    .product_list .product1 .text.on {background: none;color:#e55827;}

    .product_list .product2 .icon {width:60px;height:62px;background:url(../images/main/chalk2_180x188.png) no-repeat;background-size: cover;position:absolute;top:4px;left:6%;}
    .product_list .product2 .text {background: none;
        margin: 0;
        text-indent: 0;
        height: auto;
        font-size: 16px;
        width: auto;
        padding-left: 29%;
        line-height: 70px;
    }
    .product_list .product2 .text:hover,
    .product_list .product2 .text.on {background: none;color:#e55827;}

    .product_list .product3 .icon {width:60px;height:62px;background:url(../images/main/pen1_180x188.png) no-repeat;background-size: cover;position:absolute;top:4px;left:6%;}
    .product_list .product3 .text {background: none;
        margin: 0;
        text-indent: 0;
        height: auto;
        font-size: 16px;
        width: auto;
        padding-left: 29%;
        line-height: 70px;
    }
    .product_list .product3 .text:hover,
    .product_list .product3 .text.on {background: none;color:#e55827;}

    .section2 .detail{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    left:0;
    margin-left: 0;
    height: 522px;
    }

    .section2 .detail .product1{
    background: url(../images/main/chalk1_detail.png) no-repeat center 40px;
    background-size: 193px 201px;
    padding:252px 0 0;
    min-height: 206px;
    display: block;
    }

    .section2 .detail .product2{
    background: url(../images/main/chalk2_detail.png) no-repeat center 50px;
    background-size: 226px 193px;
    padding:252px 0 0;
    min-height: 206px;
    display: block;
    }

    .section2 .detail .product3{
    background: url(../images/main/pen1_detail.png) no-repeat center 66px;
    background-size: 216px 131px;
    padding:252px 0 0;
    min-height: 206px;
    display: block;
    }

    .section2 .detail h3 {font-size:18px; text-align: center;padding:0px 0 0;}
    .section2 .detail p {font-size:15px; text-align: center;padding: 0 8px;letter-spacing: -1px;margin-top:10px;}
    .section2 .detail .product1 p {
        padding-right:8px;
    }

    .section2 .detail .product2 p {
        padding-right:8px;
    }

    .section2 .detail .product3 p {
        padding-right:8px;
        min-height: 75px;
    }
    .section2 .detail .btn_list{width: 247px;margin: 20px auto 0;}

    /* .section2 .bg{min-height: 412px;}*/
    .section2 .bg{min-height:370px;}

    /* client */
    .client {width:100%;padding:50px 0;max-height:538px;}
    .client h2{width: 100%;
        background: url(../images/main/main_section_icon.png) no-repeat center 0;
        background-size: 24px 22px;
        text-align: center;
        text-indent: 0;
        padding: 48px 0 0;
        height: auto;
        font-weight: bold;
        font-size: 30px;
    }
    .client_desc {margin-top:28px;font-size: 18px;line-height: 1.4;text-align: center;display: block;letter-spacing:-0.75px;}

    /* main client */
    .client .map {
        width:100%;background:none;margin-top:6%;height:auto;
    }

    .client .map_list {padding:0 8px;}
    .client .point_row {
        width:auto;
        min-width: 300px;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .point_view ul li {
        text-indent: 0;
        text-align: center;
        font-size: 16px;
    }

    .point1 .point_view h3 {margin-top:0;text-align:center;text-indent:0;font-size:24px;}
    .client .map .point1 {position: inherit;top:0;right:0;}
    .client .map .icon {display: none;}
    .point_panel{display: block;}
    .point1 .point_view {
        position: relative;
        background: none;
        width:auto;
        min-width: 300px;
        max-width: 500px;
        margin: 0 auto;
        overflow: hidden;
        top: 0;
        left:0;
        padding:0;
    }

    .point1 .point_view ul li {
        width: 33.3%;font-size: 16px;
    }

    .point2 .point_view h3 {margin-top:0;text-align:center;text-indent:0;font-size:24px;}
    .client .map .point2{position: inherit;top:0;left:0%;float:left;width:48%;min-width: 100px;}
    .point2 .point_view {
        position: relative;
        background: none;
        width:100%;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0 0 0 0;
    }

    .point2 .point_view ul li,
    .point3 .point_view ul li {
        width: 100%;font-size: 16px;
    }

    .point3 .point_view h3 {margin-top:0;text-align:center;font-size:24px;}
    .client .map .point3{position: inherit;top:0;left:0;float:right;width:48%;min-width: 100px;}
    .point3 .point_view {
        position: relative;
        background: none;
        width:100%;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0 0 0 0;
    }


}