@charset "UTF-8";
/* index_control 首頁總控制 */
.header-custom {

}
@media only screen and (max-width:1040px) {
    .header-custom {
}
}
/*主視覺*/
.index_mainbanner-01.pc {
    padding-top:  0;
    display:block;
}

@media only screen and (max-width:1040px) {
    .index_mainbanner-01.pc {
        /*padding-top: 90px;*/
    }
}
@media only screen and (max-width:767px) {
    .index_mainbanner-01.pc {
        display:none;
    }
    .index_mainbanner-01.mb {
        display:block;
        padding-top: 0px;
    }
     .index_mainbanner-01 .bx-wrapper .bx-pager,
     .index_mainbanner-01 .bx-wrapper .bx-controls-auto {
        bottom: 6%;
        display:none;
    }
    
}

/*主標*/
.index .titleArea {
    margin-bottom: 60px;
}
.index .title01 {
    padding-bottom: 0;
    line-height: 1.5;
}
.index .title01::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 10px;
    background: #deaa4d;
    position: absolute;
    bottom: -30px;
     left: calc(50% - 25px);
}