/*DESKTOP
======================*/

@media screen and (min-width: 990px) and (max-width: 1280px) {
    #section1.develop_block .container {
    margin-top: 1%;   
}
    .slick_block .slick_mobile_list .item {
    height: 240px;
}
}

@media screen and (min-width: 990px) {
    .drawer-main {
        background-image: url(../images/bg_header.png);
        background-repeat: repeat-x;
        background-position: center top;
}
    /***** menu *****/
    
    .menu_block .dropdown-menu {
        display: none;
    }    
    .menu_block .drawer-menu-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .menu_block .btn_login {
        
    }
    .menu_block .btn_login .dropdown-menu,
    .menu_block .btn_lang .dropdown-menu {
        width: 100%; 
        padding-bottom: 2px;
        top: -3px;
        left: -50%;
        right: auto;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
    }
    .menu_block .btn_lang .dropdown-menu {
        width: 120%;
        left: -100%;
    }
    .menu_block .btn_login:hover a i,
    .menu_block .btn_lang:hover a i {	
	transform: rotate(90deg);	
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);	
	-o-transform: rotate(90deg);
    }
    .menu_block .btn_login ul li {
        float: left;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
        box-shadow: 1px 1px 1px #000000;
        padding: 0px;
        margin: 0 5px;
	   opacity: .6; 
	   filter: Alpha(Opacity=60);
    }
    
    .menu_block .btn_login ul li:hover,    
    .menu_block .btn_lang ul li:hover {
	   opacity: 1; 
	   filter: Alpha(Opacity=100);
    }   
    .menu_block .btn_lang ul li:hover span.cicle {
        color:#fff;
    }
    .menu_block .btn_login ul li a,
    .menu_block .btn_lang ul li a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent !important;
        padding: 0;
    }
    .menu_block .btn_login ul li span {
        display: none;
    }
    .menu_block .btn_login ul li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu_block .btn_lang ul li {
        float: left;
        width: 25px;
        height: 25px;
        padding: 0px;
        margin: 0 5px;
	   opacity: .6; 
	   filter: Alpha(Opacity=60);
    }
    .menu_block .btn_lang ul li .cicle {
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0px;
        border-radius: 50%;
        border: 1px solid #fff;
        box-shadow: 1px 1px 1px #000000;
    }
    /***** business *****/
    .cd-fixed-bg {
        background-attachment: fixed;
    }
    /**/
    /***** group *****/
    #section4.core_page {
        -webkit-filter: brightness(.3);
        -moz-filter: brightness(.3);
        -o-filter: brightness(.3);
        filter: brightness(.3);
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #section6.core_page {
        -webkit-filter: brightness(.3);
        -moz-filter: brightness(.3);
        -o-filter: brightness(.3);
        filter: brightness(.3);
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #section8.core_page {
        -webkit-filter: brightness(.3);
        -moz-filter: brightness(.3);
        -o-filter: brightness(.3);
        filter: brightness(.3);
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #section10.core_page {
        -webkit-filter: brightness(.3);
        -moz-filter: brightness(.3);
        -o-filter: brightness(.3);
        filter: brightness(.3);
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #section4.core_page.active {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section6.core_page.active {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section8.core_page.active {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section10.core_page.active {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    .core_page .title_block .container > div img {
        opacity: 0;
        filter: Alpha(Opacity=0);
        -webkit-transform: translate3d(0px, -90px, 0);
        transform: translate3d(0px, -90px, 0);
        -webkit-transition: opacity 1.8s .32s, -webkit-transform 1.8s .32s;
        transition: opacity 1.8s .32s, transform 1.8s .32s;
    }
    /**/
    /***** business *****/
    .margin_top_120 {
        margin-top: 120px;
    }
    /**/
    /***** footer *****/
    .footer_bg {
        height: 1876px;
    }
    /**/
}


/*TABLET
======================*/

@media screen and (max-width:1280px) and (orientation: landscape) {
    /***** common *****/ 
    #section0 {
        -webkit-background-size: 150%;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 150%;
    }
    .section .title h1,
    .section .title h2,
    .section .title h6,
    .section li:nth-child(1),
    .section li:nth-child(2),
    .section li:nth-child(3),
    .section li:nth-child(4),
    .section .develop_mobile_list,
    .section .tip,
    .section .footer_top h1,
    .section .footer_top h1 span,
    .section .footer_top h6,
    .section .footer_middle h1,
    section .btn_box .btn_scroll_down,
    .section #multiscroll .ms-left .ms-section.active .content_box,
    .section #multiscroll .ms-right .ms-section.active .content_box,
    .section.group_page .page_side .title h2,
    #section1.section.group_page .page_main .content,
    .section .title img,
    .core_page.active .title_block .container > div img,
    .section.group_page .page_side .title h2,
    .develop_block .title h2,
    .develop_block .list li:nth-child(1),
    .develop_block .list li:nth-child(2),
    .develop_block .list li:nth-child(3),
    .develop_block .list li:nth-child(4),
    .develop_block .develop_mobile_list,
    .section.develop_block .tip,
    #section1.group_page .page_main .content {
        opacity: 1;
        filter: Alpha(Opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    /**/
    /***** menu *****/
    .menu_block .drawer-menu {
        margin-top: 0 !important;
    }
    /**/
    /***** index *****/
    .develop_block .list .item b,
    .develop_mobile_list .item b {
        font-size: 14px;
    }
    .video_caption,
    .playlist {
        padding-left: 30px;
        padding-right: 30px;
    }
    #section2 {}
    /**/
    /***** group *****/
    #section4.core_page {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section6.core_page {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section8.core_page {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    #section10.core_page {
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
        -o-filter: brightness(1);
        filter: brightness(1);
    }
    .group_page .page_side {}
    .group_page .page_side .title h2 {
        font-size: 41px;
    }
    #section1.group_page {
        padding: 5% 0;
    }
    .core_page .core_block.core_005 .back_cover {
        height: 400px;
    }
    .core_page .core_block.core_005 .txt_box {
        height: 400px;
    }
    .core_page .core_block.core_005 .txt_box .container .row > div {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden !important;
        height: 400px;
    }
    .btn_link {
        width: calc(100% - 20px);
        position: relative;
        top: 20px;
        left: 10px;
    }
    /**/
    /***** footer *****/
    .footer_bg.footer_mobile_bg {
        height: 100%;
    }
    .footer_bg.footer_mobile_bg img {
        display: none;
    }
    .footer_middle {
        padding-top: 20%;
    }
    .footer_info .copyright {
        float: left !important;
        clear: both;
        margin-top: 0px;
    }
    .footer_info address {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .btn_box.btn_totop_box .btn_totop {
        margin-top: 53px;
        left: 95%;
    }
    /**/
}

@media screen and (max-width: 989px) {
    /***** common *****/ 
    .pace_txt {
    display: none;
}
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .section .title h1,
    .section .title h2,
    .section .title h6,
    .section li:nth-child(1),
    .section li:nth-child(2),
    .section li:nth-child(3),
    .section li:nth-child(4),
    .section .develop_mobile_list,
    .section .tip,
    .section .footer_top h1,
    .section .footer_top h1 span,
    .section .footer_top h6,
    .section .footer_middle h1,
    section .btn_box .btn_scroll_down,
    .section #multiscroll .ms-left .ms-section.active .content_box,
    .section #multiscroll .ms-right .ms-section.active .content_box,
    .section.group_page .page_side .title h2,
    #section1.section.group_page .page_main .content,
    .section .title img,
    .core_page.active .title_block .container > div img,
    .section.group_page .page_side .title h2,
    .develop_block .title h2,
    .develop_block .list li:nth-child(1),
    .develop_block .list li:nth-child(2),
    .develop_block .list li:nth-child(3),
    .develop_block .list li:nth-child(4),
    .develop_block .develop_mobile_list,
    .section.develop_block .tip,
    #section1.group_page .page_main .content {
        opacity: 1;
        filter: Alpha(Opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    .line_solid {
        width: calc( 100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .offset-top {
        top: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .flex.flex_001,
    .flex.flex_002,
    .flex.flex_003,
    .flex.flex_004 {
        height: auto;
    }
    /**/
    /*form_block*/
    .form_block_tab .btn_open {
    right: -17px;
    }
    /**/
    .slick_block {
        width: 100%;
    }
    /***** menu *****/
    .drawer-right .drawer-main .drawer-menu {
        margin-top: 12%;
    }
    .menu_block .drawer-menu-item.mobile {
        display: block;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item {
        opacity: 0;
        filter: Alpha(Opacity=0);
        -webkit-transform: translate(280px, 0px);
        transform: translate(280px, 0px);
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(1) {
        -webkit-transition: opacity .4s .2s, -webkit-transform .6s .2s;
        transition: opacity .4s .2s, transform .6s .2s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(2) {
        -webkit-transition: opacity .4s .3s, -webkit-transform .6s .3s;
        transition: opacity .4s .3s, transform .6s .3s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(3) {
        -webkit-transition: opacity .4s .4s, -webkit-transform .6s .4s;
        transition: opacity .4s .4s, transform .6s .4s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(4) {
        -webkit-transition: opacity .4s .5s, -webkit-transform .6s .5s;
        transition: opacity .4s .5s, transform .6s .5s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(5) {
        -webkit-transition: opacity .4s .6s, -webkit-transform .6s .6s;
        transition: opacity .4s .6s, transform .6s .6s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(6) {
        -webkit-transition: opacity .4s .7s, -webkit-transform .6s .7s;
        transition: opacity .4s .7s, transform .6s .7s;
    }
    .drawer-right .drawer-main .drawer-menu .drawer-menu-item:nth-child(7) {
        -webkit-transition: opacity .4s .8s, -webkit-transform .6s .8s;
        transition: opacity .4s .8s, transform .6s .8s;
    }
    .drawer-right.drawer-open .drawer-main .drawer-menu .drawer-menu-item {
        opacity: 1;
        filter: Alpha(Opacity=100);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .menu_block .btn_login ul li img {
        display: none;
    }
    /**/
    /* title */
    section .title h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /**/
    /***** index *****/
    .index_page #section1,
    .index_page #section2
    {
        height: auto !important;
    }
    .index_page #section1 .slimScrollDiv,
    .index_page #section1 .fp-scrollable,
    .index_page #section2 .slimScrollDiv,
    .index_page #section2 .fp-scrollable{
        height: 100% !important;
        overflow: visible !important;
    }
    #fp-nav {
        display: none !important;
    }
    .develop_block .list .item b,
    .develop_mobile_list .item b {
        font-size: 14px;
    }
    .video_caption,
    .playlist {
        padding-left: 30px;
        padding-right: 30px;
    }
    #section2 {}
    /**/
    /***** title *****/
    .group_page .page_side .title h2 {
        text-align: center;
    }
    .group_page .page_side .title::after {
        margin-left: auto;
        margin-right: auto;
    }
    /**/
    /***** about *****/
    .about_page .title h2::after {
        margin-left: -31px;
        left: 50%;
    }
    .about_page .page_side {
        height: 72px;
    }
    .about_list .container .item {
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 60px;
    }
    .about_list .container .item .txt_box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about_list .container .item .date_box i {
        position: relative;
        top: -45px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .business_page .container-fluid > .list {
        margin-left: -30px;
        margin-right: -30px;
    }
    /**/
    /***** business *****/
    .cd-fixed-bg {
        min-height: 270px;
        margin-bottom: 20px;
    }
    .bg_luxe .container > div {
        min-height: 320px;
        position: relative;
    }
    .company_page .map {
        background-size: contain;
    }
    .company_page .middle ul.list li {
        float: left;
        width: calc(100% - 60px);
        padding: 5px 0;
        padding-left: 20px;
        margin-left: 30px;
        margin-right: 30px;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    .company_page .middle ul.list li::before {
        top: 10px;
    }
    .company_page .icon_list li {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    .company_page ul.list.color_orange {
        list-style: none;
    }
    .company_page ul.list.color_orange li {
        float: left;
        width: calc(100% - 20px);
        padding: 0;
        padding-left: 20px;
        text-align: left;
        position: relative;
    }
    .company_page ul.list.color_orange li::before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #f0850d;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        left: 3px;
    }
    .bg_luxe::after {
        display: none;
    }
    /**/
    /***** group *****/
    .group_page .page_side {
        height: 120px;
    }
    .group_page .page_side .title h2 {
        font-size: 41px;
    }
    #section1.group_page {
        padding: 5% 0;
    }
    .core_page .core_block {
    height: auto;
    }
    .core_page .title_block, .core_page #title5.title_block {
    height: auto;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .core_page .core_block .back_cover {
        height: 395px;
    }
    .core_page .core_block .txt_box {
        height: 640px;
        position: relative;
        background: #fff;
    }
    .core_page .core_block .txt_box .container .row > div .content,
    .core_page .core_block .txt_box .container .row > div .title {
        padding-left: 30px;
        padding-right: 30px;
    }
    .core_page .core_block.core_005 .txt_box {
        position: absolute;
        background: none;
    }
    .core_page .core_block .txt_box .container .row > div {
        height: auto;
        padding-top: 40px;
    }
    .core_page .core_block.core_005 .txt_box {
        height: 400px;
    }
    .core_page .core_block.core_005 .txt_box .container .row > div {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden !important;
        height: 400px;
    }
    .btn_link {
        width: calc(100% - 20px);
        position: relative;
        top: 20px;
        left: 10px;
    }
    /**/
    /***** gallery *****/
    /*list*/
    .album_block .item .txt .media-heading {
        font-size: 25px;
    }
    /**/
    /***** recruit *****/
    /*mobile block*/
    .model_block .center-block {
        padding: 10% 30px;
    }
    /**/
    /**/
    /***** contact *****/
    .contact_info .txt_box .container-fluid .row > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    /**/
    /***** footer *****/
    #section3.footer_index #scroll_down.btn_box {
        display: none;
}
    .btn_box.btn_totop_box .btn_totop {
        margin-top: 36px;
        left: 100%;
    }
    .footer_info .copyright {
        float: left !important;
        clear: both;
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: left;
}
    .footer_info address {
    margin-top: 5px;
}
    .footer.back_grey_003 .container .row {
    margin-right: 0px;
    margin-left: 0px;
}
    .footer.back_grey_003 .footer_info address {
    margin-top: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    /***** common *****/
    #section0 {
        -webkit-background-size: 250%;
        -moz-background-size: 250%;
        -o-background-size: 250%;
        background-size: 250%;
    }
    /**/
    /***** title *****/
    section .title h2 {
        font-size: 75px;
    }
    .recruit_page .row .title h2 {
        font-size: 44px;
    }
    /**/
    /***** banner *****/
    .page_banner_block .jumbotron {
        padding: 30px;
    }
    .page_banner_block .jumbotron h1 {
        font-size: 113px;
    }
    .video_caption h5 {
        padding-left: 8px;
    }
    /**/
    /***** index *****/
    .section.develop_block .tip {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .index_page #section0.banner_block {
        background-image: url("../images/banner_001.jpg");
    }
    /**/
    /***** about *****/
    .about_page .page_main .title h2 {
        font-size: 41px;
        text-align: center;
    }
    .business_page .container-fluid > .list .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    /**/
    /***** buiness *****/
    .cd-fixed-bg {
        background-size: 250%;
    }
    .company_page .icon_list li {
        width: 20%;
    }
    .company_page .page_side img {
        display: block;
        max-width: 100%;
        margin: auto;
    }
    .company_page .map .cover {
        width: 306px;
        height: 306px;
        right: 20%;
        bottom: 10.5%;
    }
    /**/
    /***** recruit *****/
    .slider-wrapper {
        height: 550px;
    }
    .nivoSlider {
        width: 280%;
        height: 550px;
        left: -140%;
        margin-left: 50%;
    }
    .nivo-caption {
        width: 36%;
        margin: 0 32%;
    }
    .recruit_list .list {
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
    }
    /**/
    /***** footer *****/
    .footer_bg.footer_mobile_bg img {
        display: none;
    }
    .footer_info address {
        margin-bottom: 10px;
    }
    .footer_bg.footer_mobile_bg {
        height: 100%;
    }
    .footer_middle {
        padding-top: 50%;
    }
    /**/
}

@media screen and (min-width: 768px) {
    /***** business *****/
    .company_page.artie ul.circle_list li.item {
        width: 25%;
    }
    /**/
}


/*MOBILE
======================*/

@media screen and (max-width: 767px) {
    /***** common *****/
    .index_page #section0.banner_block {
        background-image: url("../images/mobile/banner_001.jpg");
    }
    .about_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_about_001.jpg") !important;
    }
    .company_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_business_001.jpg") !important;
}
    .group_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_group_001.jpg") !important;
    }
    .album_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_gallery_001.jpg") !important;
    }
    .recruit_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_recruitment_001.jpg") !important;
    }
    .contact_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_contact_001.jpg") !important;
    }
    #section0 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }    
    /***** index *****/
    .grid_2,
    .grid_25,
    .grid_3,
    .grid_4,
    .grid_6,
    .grid_8,
    .grid_9,
    .grid_12 {
        width: 100%;
        padding: 0 10px;
    }
    /*form_block*/
    .form_block {
        width: calc(100% - 30px);
        height: 1200px;
        padding: 0 10px;
        margin-right: 30px;
        overflow: scroll;
    }
    .form_block_tab .slimScrollDiv {
        margin-right: 0px;
    }
    .form_block_tab .slimScrollBar {
        right: 30px !important;
    }
    .form_block .title {
        margin-top: 80px;
    }
    .form_block_tab {
        width: calc(100% + 30px);
        left: 30px;
        transform: translate3d(-100%, 0px, 0);
        -webkit-transform: translate3d(-100%, 0px, 0);
        -moz-transform: translate3d(-100%, 0px, 0);
        -ms-transform: translate3d(-100%, 0px, 0);
        -o-transform: translate3d(-100%, 0px, 0);
    }
    .form_block_tab.active {
        left: 0px;
    }
    .form_block .btn_close,
    .slick_block .btn_close {
        width: 30px;
        height: 30px;
        top: 35px;
        right: 20px;
    }
    .form_block .btn_close img,
    .slick_block .btn_close img {
        width: 100%;
        height: 100%;
    }
    .form_block_tab .form_block p {
        margin-bottom: 100px;
    }
    /**/
    /*menu*/
    .drawer-right .drawer-main {
        width: 100%;
        right: -100%;
    }
    .drawer-right.drawer-open .drawer-main {
        right: 0px;
    }
    /***** title *****/
    .slick_block .title h1 {
        font-size: 35px;
        line-height: 36px;
    }
    .slick_block .title h6 {
        width: 100%;
    }
    section .title h2,
    .interlude h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .interlude h1 {
        font-size: 43px;
        letter-spacing: 5px;
    }
    #section9.core_page .title_block .title h2 {
        letter-spacing: 0px;
    }
    /**/
    /***** banner *****/
    .page_banner_block .jumbotron h1 {
        font-size: 60px;
    }
    /**/
    /***** index *****/
    .video_caption {
        padding: 50% 0 0% 30px;
    }
    .video_caption h1 {
        font-size: 68px;
    }
    .video_caption h2 {
        font-size: 33px;
    }
    .video_caption h2 {
        font-size: 28px;
        padding-left: 4px;
    }
    .video_caption h5 {
        font-size: 12px;
        padding-left: 4px;
    }
    .video_caption span {
        display: none;
    }
    .playlist {
        padding-left: 30px;
    }
    .develop_block .container {
       margin-top: 0px;
       margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #section1.develop_block .container .row {
    margin-top: 60px;
        margin-bottom: 20px;
    }
    .develop_mobile_list {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section.develop_block .tip {
        margin-top: 0px;
    }
    .content_box .logo {
        position: relative;
    }
    .content_box .logo img {    
    margin-left: -20px;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
    }
    /*slick_block*/
    .slick_block .slick_mobile_list {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .slick_block .slick_mobile_list .slick-prev,
    .slick_block .slick_mobile_list .slick-next {
        top: auto;
        bottom: 10px;
    }
    .slick_block .slick_mobile_list .slick-prev,
    .slick_block .slick_mobile_list:hover .slick-prev {
        left: 0px;
    }
    .slick_block .slick_mobile_list .slick-next,
    .slick_block .slick_mobile_list:hover .slick-next {
        right: 0px;
    }
    .slick_block .row {
        margin: 0;
        padding: 30px 10px 0;
    }
    .slick_block .slick_mobile_list .item {
        height: 150px;
    }
    .slick_block .slick_mobile_list .item img {
        height: 100%;
    }
    .slick_block .btn_close {
        top: 40px;
    }
    /**/
    /*multiscroll*/
    .section #multiscroll .ms-right .content_box,
    .section #multiscroll .ms-left .content_box {
        right: auto;
        left: 10%;
    }
    .section #multiscroll .ms-right .service_002 .content_box {
        top: auto;
        bottom: 100px;
    }
    .section #multiscroll .ms-right .service_004 .content_box {
        top: auto;
        bottom: 100px;
    }
    .section #multiscroll .ms-left .service_001 .content_box {
        top: auto;
        bottom: 100px;
    }
    .section #multiscroll .ms-left .service_003 .content_box {
        top: auto;
        bottom: 100px;
    }
    /**/
    /***** about *****/
    .about_page .page_main .title h2 {
        font-size: 35px;
        text-align: center;
    }
/*     .business_page .container-fluid > ul.list {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .business_page .container-fluid > ul.list li {
        margin-top: 60px;
    }
    .business_page .container-fluid > ul.list li:nth-child(3),
    .business_page .container-fluid > ul.list li:nth-child(6),
    .business_page .container-fluid > ul.list li:nth-child(8),
    .business_page .container-fluid > ul.list li:nth-child(10) {
        border: none;
    } */
    .business_page .container-fluid .tip_box {
        padding-top: 20px;
        border-top: 1px solid #DDDDDD;
    }
    #section2.about_list {    
        padding: 10% 0 180px;
        height: 100%;
        background-image: url(../images/mobile/bg_about.jpg);
        background-attachment: scroll;
        -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
}
    /**/
    /***** group *****/
    .group_page .page_side {
        margin-top: 30px;
    }
    #section2.develop_block .container .title {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #section2.section.develop_block .tip {
        margin-top: 0px;
    }
    #section1.group_page .page_main .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .develop_block .develop_mobile_list {
        margin-top: 20px;
    }
    .core_page .core_block .back_cover {
        height: 160px;
    }
    .core_page .core_block.core_005 .back_cover {
        background-image: url("../images/mobile/bg_foot_group.jpg") !important;
    }
    .core_page .core_block .txt_box .container .row > div {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .core_page .core_block.core_005 .txt_box {
    height: 50vh;
}
    .core_page .core_block.core_005 .txt_box .container .row > div {
        height: 100%;
    }
    .core_page .core_block .txt_box .container .row > div .content {}
    .core_page .core_block.core_005 .txt_box .container .row > div .content {
        text-align: center;
    }
    .core_page .core_block.core_005 .txt_box .container .row > div .content::after {
        margin-left: auto;
        margin-right: auto;
    }
    .business_page .container-fluid.tip_box {
        border-top: 1px solid #DDDDDD;
        padding-top: 30px;
    }
    .core_page #title5.title_block {
    padding: 20% 0;
    }
    /**/
    /***** business *****/
    .cd-fixed-bg {
        filter: brightness(.9);
        -webkit-filter: brightness(.9);
        -moz-filter: brightness(.9);
        -o-filter: brightness(.9);
    }
    .btm .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_btm_001.jpg") !important;
    }
    .luxe .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_luxe_001.jpg") !important;
    }
    .st .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_st_001.jpg") !important;
    }
    .yta .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_yta_001.jpg") !important;
    }
    .tg .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_tg_001.jpg") !important;
    }
    .cic .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_cic_001.jpg") !important;
    }
    .cawin .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_cawin_001.jpg") !important;
    }
    .mom .cd-fixed-bg {
        background-image: url("../images/mobile/page_banner_business_mom_001.jpg") !important;
    }
    .company_page .title {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .company_page .company_title {
        padding-bottom: 10px;
    }
    .company_page .company_title .media-middle,
    .company_page .company_title .media-body {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .company_page .company_title .media-body .list-inline li {
        margin-bottom: 5px;
    }
    .company_page .company_title .media-middle {
        text-align: center;
        margin-bottom: 10px;
    }
    .company_page .company_title .media-middle img {
        margin: auto;
    }
    .company_page .company_title .media-body:before {
        display: none;
    }
    .company_page .page_main ul.list-inline li {
        float: left;
        width: 50%;
    }
    .company_page .page_side {
        margin-bottom: 20px;
    }
    .company_page ul.icon_list li:nth-child(5):after {
        display: block;
    }
    .company_page ul.icon_list li:nth-child(2):after,
    .company_page ul.icon_list li:nth-child(4):after,
    .company_page ul.icon_list li:nth-child(6):after,
    .company_page ul.icon_list li:nth-child(8):after {
        display: none;
    }
    .company_page .icon_list li .name {
        height: 26px;
    }
    .company_page ul.circle_list li.item {
        width: 50%;
        margin-bottom: 20px;
    }
    .company_page ul.circle_list.arrow_list li.item {
        width: 50%;
    }
    .company_page ul.circle_list.arrow_list li.item:after {
        display: none;
    }
    .company_page .album_block {
        padding-top: 20px;
    }
    .company_page .album_block ul.list.color_purple_001 {
       width: 100%;
        margin: 0px;
        padding: 0;
}
    .company_page .map {
        height: 340px;
    }
    .company_page .map .cover {
        width: 220px;
        height: 220px;
        right: 0px;
        bottom: 15%;
    }
    .interlude {
        height: 450px;
        padding-top: 45%;
    }
    p.middle {
        padding-left: 30px;
        padding-right: 30px;
    }
    /**/
    /*timeline*/
    .time_line .line_dot {
        height: 140px;
        border: 0;
        position: relative;
    }
    .time_line .item {
        text-align: center !important;
    }
    .time_line .item.pull-left h3.name:after,
    .time_line .item.pull-right h3.name:after {
        display: block;
        content: '';
        width: 36px;
        height: 2px;
        margin-top: 10px;
        background-color: #7AC144;
        position: absolute;
        right: 50%;
        margin-right: -18px;
    }
    .time_line .item.pull-left,
    .time_line .item.pull-right {
        padding-right: 30px;
        padding-left: 30px;
    }
    .time_line .line_dot::after {
        display: block;
        content: '';
        width: 0px;
        height: 90%;
        margin-right: -1.5px;
        border-left: 3px dotted #7D7D7D;
        position: absolute;
        top: 5%;
        right: 50%;
    }
    .time_line .item.pull-right:after,
    .time_line .item.pull-left:before {
        margin-top: -8px;
        bottom: auto;
        top: -50%;
        left: 50%;
        margin-left: -8px;
    }
    .time_line .item.pull-left:after,
    .time_line .item.pull-right:before {
        display: none;
    }
    .company_develop {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .company_develop .media-body p a {
        display: inline-block;
        width: auto;
    }
    /**/
    /***** gallery *****/
    /*list*/
    .album_block .item .txt::before {
        border-width: 0 9px 9px 9px;
        border-color: transparent transparent #fff transparent;
        top: -4.5px;
        left: 10%;
    }
    .album_block .item {
        height: 420px;
    }
    .album_block .item .txt {
        height: 108px;
    }
    .album_block .item .txt .title {
        width: 100%;
        height: 100%;
    }
    .album_block .item .txt .media-heading {
        margin-top: 20px;
    }
    .album_block .item .txt a {
        display: block;
        width: 100%;
        text-align: right;
    }
    .album_block .item .txt a::after {
        margin-top: -10px;
    }
    /**/
    /*detail*/
    /**/
    /***** recruit *****/
    .slider-wrapper {
        height: 550px;
    }
    .nivoSlider {
        width: 500%;
        height: 550px;
        left: -250%;
        margin-left: 80%;
    }
    .nivo-caption {
        width: 18%;
        margin: 0 35%;
    }
    .recruit_list .item .logo {
        margin-left: 50px;
        margin-right: 50px;
    }
    /**/
    /***** contact *****/
    .contact_info .txt_box .container-fluid .row > div {
        padding-left: 45px;
        padding-right: 45px;
    }
    /**/
    /***** footer *****/
    .footer_bg.footer_mobile_bg {
        height: 100%;
        background-color: #000;
        background-image: url("../images/bg_footer_mobile.jpg") !important;
    }
    .footer .footer_info {
        height: 140px;
        background-color: #434343;
        border-top: 2px solid #898989;
    }
    .footer.back_grey_003 .footer_info { 
        background-color: transparent;
        border-top: 0 none;
    }
    .footer_top {
        padding-top: 70px;
    }
    .footer_middle {
        padding-top: 10%;
    }
    .footer_top h1,
    .footer_middle h1 {
        font-size: 33px;
    }
    .footer_top h1 span {
        display: block;
        padding-left: 0px;
        font-size: 12px !important;
        margin-top: 20px;
    }
    .btn_box.btn_totop_box .btn_totop {
        margin-top: 55px;
    }
    /**/
}
@media screen and (max-height: 780px) {
    .develop_block #scroll_down {
        display: none;
    }
}
@media screen and (max-height: 600px) {
    #section2.develop_block,
    #section1.develop_block {
        min-height: 600px;
    }
    /***** footer *****/
    .footer_middle {
        padding-top: 2%;
    }
    .footer_top h6 {
        margin: 0px;
        line-height: 18px;
    }
    .footer_top h1 span {
        margin-top: 5px;
    }
    /**/
}

@media screen and (max-width: 330px) {
    /***** text *****/
    .video_caption h1 {
        font-size: 62px;
    }
    .video_caption h2 {
        font-size: 25px;
    }
    .video_caption h2 {
        font-size: 22px;
    }
    .video_caption h5 {
        font-size: 10px;
        padding-left: 4px;
    }
    section .title h2, .interlude h2 {
    font-size: 32px;
    line-height: 36px;
}
    .footer .footer_info {
    height: 160px;
        padding-right: 10px;
}
    #section3.footer_index .footer_info {
    padding-right: 40px;
}
    .footer_top h1,
    .footer_middle h1 {
        font-size: 26px;
        padding-left: 5px;
    }
    .footer_top h6,
    .footer_middle h6 {
        padding-left: 5px;
    }
    .footer_top h1 span {
        font-size: 10px !important;
    }
    .footer_info .copyright {
    padding-right: 40px;
}
    .btn_box.btn_totop_box .btn_totop {
    margin-top: 70px;
}
    /**/
    /***** index *****/
    #section1.develop_block .container .row {
    margin-top: 50px;
    }
    .company_page .map .cover {
        width: 180px;
        height: 180px;
        right: 2%;
        bottom: 21%;
    }
    .develop_block .list .pic, .develop_block .develop_mobile_list .item .pic, .recruit_list .list .item .pic, .recruit_list .slick_mobile_list .item .pic, .business_page .slick_mobile_list .item .pic, .business_page .container-fluid > .list .item .pic {
       width: 80px;
       height: 80px;
        padding: 16px;
}
    #mobilescroll .xs-section {
    height: 100vw;
}
}


/**/


/* ONLY
======================*/

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1280px) and (orientation:landscape) {
    /***** index *****/
    .index_page #section0.banner_block {
        background-image: url("../images/banner_001.jpg");
    }
    #multiscroll .ms-left {
        width: 100% !important;
        position: relative !important;
        top: 0px !important;
        background-color: #000;
    }
    #multiscroll .ms-right {
        display: none;
    }
    .ms-section {}
    .section #multiscroll .ms-left .content_box,
    .section #multiscroll .ms-right .content_box {
        padding-left: 10px;
        padding-right: 10px;
        top: auto;
        bottom: 100px;
        opacity: 1;
        filter: Alpha(Opacity=100);
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    .section #multiscroll .ms-left .content_box {
        left: 10%;
    }
    .section #multiscroll .ms-right .content_box {
        right: 5%;
    }
    .slick_block {
        width: 100%;
    }
    section #multiscroll #scroll_down.btn_box {
        height: 0px;
        position: relative;
        bottom: 80px;
        left: 0px;
    }
/*     .center_wheel {
        display: none !important;
    }    */
    .section .fp-controlArrow {
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none; /* IE10+ */
        position: absolute;
        z-index: 4;
        top: auto;
        bottom: 30px;
        cursor: pointer;
        width: 37px;
        height: 37px;
        border: 0 none;
        margin-top: 0px;
        background-image: url(../images/arrow_section.png);
        background-repeat: no-repeat;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .section .fp-controlArrow.fp-prev {
        left: 15px;
        background-position: left center;
    }
    .section .fp-controlArrow.fp-next {
        right: 15px;
        background-position: right center;
    }
    /***** gallery *****/
    .fancybox-close {
        background: url(../images/fancybox/fancybox_close.png) no-repeat center center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
    }
    .fancybox-nav span {
        background: url(../images/fancybox/fancybox_arrow.png) no-repeat center center;
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }
    .fancybox-prev span {
        background-position: center left;
        left: 10px;
    }
    .fancybox-next span {
        background-position: center right;
        right: 10px;
    }
    /**/
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width: 768px) and (max-width: 989px) {
    /***** common *****/
    #section0 {
        -webkit-background-size: 250%;
        -moz-background-size: 250%;
        -o-background-size: 250%;
        background-size: 250%;
    }
    /**/    
    /***** index *****/
    .index_page #section0.banner_block {
        background-image: url("../images/banner_001.jpg");
    }
    /***** gallery *****/
    .fancybox-close {
        background: url(../images/fancybox/fancybox_close.png) no-repeat center center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
    }
    .fancybox-nav span {
        background: url(../images/fancybox/fancybox_arrow.png) no-repeat center center;
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }
    .fancybox-prev span {
        background-position: center left;
        left: 10px;
    }
    .fancybox-next span {
        background-position: center right;
        right: 10px;
    }
    /**/
    /***** group *****/
    .core_page .title_block .container > div {
        position: relative;
        z-index: 2;
    }
    /**/
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width: 767px) {
    /***** common *****/ 
    html{min-height: 100% !important;}
    .about_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_about_001.jpg") !important;
    }
    .company_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_business_001.jpg") !important;
}
    .group_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_group_001.jpg") !important;
    }
    .album_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_gallery_001.jpg") !important;
    }
    .recruit_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_recruitment_001.jpg") !important;
    }
    .contact_wrapper #section0.page_banner_block {
        background-image: url("../images/mobile/banner_contact_001.jpg") !important;
    }
    #section0 {
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }
    /**/    
    /***** index *****/
    .index_page #section0.banner_block {
        background-image: url("../images/mobile/banner_001.jpg");
    }
    /***** about *****/
    #section2.about_list {
    padding: 10% 0 180px;
    background-image: url(../images/mobile/bg_about.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    /***** gallery *****/
    .fancybox-close {
        background: url(../images/fancybox/fancybox_close.png) no-repeat center center;
        width: 20px;
        height: 20px;
        top: -40px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
    }
    .fancybox-nav {
        width: 100%;
    }
    .fancybox-nav span {
        background: url(../images/fancybox/fancybox_arrow.png) no-repeat center center;
        position: absolute;
        top: auto;
        bottom: -40px;
        width: 18px;
        height: 17px;
        cursor: pointer;
        z-index: 8040;
        visibility: visible;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
    }
    .fancybox-prev span {
        background-position: center left;
        left: auto;
        right: 45px;
    }
    .fancybox-next span {
        background-position: center right;
        right: 0px;
    }
    /**/
    /***** group *****/
    .core_page .title_block .container > div {
        position: relative;
        z-index: 2;
    }
    /**/
}
/**/

