@charset "UTF-8";
.full_screen, .full_screen .carousel-item {
    height: calc(100vh - 96px);
    min-height: calc(100vh - 96px);
}
@media only screen and (max-width: 767px){
    .full_screen, .full_screen .carousel-item {
        height: calc(100vh - 62px);
        min-height: calc(100vh - 62px);
    }
}
/* 首頁 LOGO 輪播 */
.home_logo_block{
    width: 940px;
    height: 100px;
    margin: 35px auto 30px auto;
    position: relative;
}
.home_logo_block .owl-item{
    width: 100px;
    height: 100px;
}
.home_logo_block .owl-item a{
    display: block;
    width: 100px;
    height: 100px;
}
.home_logo_block .owl-theme .owl-nav [class*="owl-"]{
    background: none;
    color: #80725C;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    top: 60px;
    height: 100px;
}
.home_logo_block .owl-carousel .owl-nav .owl-next{
    right: -25%;
}
.home_logo_block .owl-carousel .owl-nav .owl-prev{
    left: -25%;
}
.feas_l_arrow, 
.feas_r_arrow{
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 27px;
    height: 50px;
}
.feas_r_arrow{
    background-image: url(../images/guide_line/r_arrow.png);
}
.feas_l_arrow{
    background-image: url(../images/guide_line/l_arrow.png);
}
@media only screen and (max-width: 1470px){
    .home_logo_block .owl-carousel .owl-nav .owl-next{
        right: -120px;
    }
    .home_logo_block .owl-carousel .owl-nav .owl-prev{
        left: -120px;
    }
}
@media only screen and (max-width: 1200px){
    .home_logo_block{
        width: 700px;
    }
}
@media only screen and (max-width: 992px){
    .home_logo_block{
        width: 460px;
    }
}
@media only screen and (max-width: 767px){
    .home_logo_block{
        width: 220px;
    }
    .owl-carousel .owl-nav .owl-next{
        /* right: -50px; */
    }
    .owl-carousel .owl-nav .owl-prev{
        /* left: -50px; */
    }
}
@media only screen and (max-width: 430px){
    .home_logo_block .owl-carousel .owl-nav .owl-next{
        right: -60px;
    }
    .home_logo_block .owl-carousel .owl-nav .owl-prev{
        left: -60px;
    }
}
/* 儀錶板 */
.home_dashboard{
    background-image: url(../images/bg/bg_01.png);
    background-size: cover;
    background-position: left top;
    padding: 60px 0;
}
.home_dashboard::before{
    background: none;
}
.home_dashboard i{
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 40px auto;
}
.feas_icon_g1{
    background-image: url(../images/icon/icon_g1.png);
}
.feas_icon_g2{
    background-image: url(../images/icon/icon_g2.png);
}
.feas_icon_g3{
    background-image: url(../images/icon/icon_g3.png);
}
.feas_icon_g4{
    background-image: url(../images/icon/icon_g4.png);
}
.home_dashboard h3{
    font-size: 60px;
    margin-bottom: 48px;
}
.home_dashboard h4{
    font-size: 24px;
    margin-bottom: 4px;
}
.home_dashboard p{
    font-size: 14px;
    color: #000;
}
.home_dashboard .d_item{
    border-right: 1px solid #000;
}
.home_dashboard .d_item:last-child{
    border: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .home_dashboard .d_item{
        border-right: none;
    }
    .home_dashboard .d_item:nth-child(odd){
        border-right: 1px solid #000;
    }
    .home_dashboard .d_item:nth-child(1),
    .home_dashboard .d_item:nth-child(2){
        border-bottom: 1px solid #000;
    }
    .home_dashboard .d_item > .box_counter{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px){
    .home_dashboard{
        padding: 20px 0;
    }
    .home_dashboard i{
        margin: 0 auto 24px auto;
    }
    .home_dashboard h3{
        margin-bottom: 24px;
    }
    .home_dashboard .d_item{
        border-right: none;
    }
    .home_dashboard .d_item > .box_counter{
        border-bottom: 1px solid #000;
        padding: 40px 0;
        margin: 0 20px;
    }
    .home_dashboard .d_item:last-child > .box_counter{
        border-bottom: none;
    }
}
/* 集團簡介 */
.home_about{
    background-image: url(../images/bg/bg_02.png);
    background-size: cover;
    background-position: left top;
    padding: 60px 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}
.home_about p{
    color: #FFF;
}
@media only screen and (max-width: 767px){
    .home_about{
        font-size: 16px;
    }
}
/* 發展沿革 */
.home_history .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    color: #80725C;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 100px;
}
.home_history .owl-carousel .owl-nav .owl-next{
    right: 20px;
}
.home_history .owl-carousel .owl-nav .owl-prev{
    left: 20px;
}
.home_history .owl-theme .owl-nav .disabled{
    visibility: hidden;
}
@media only screen and (max-width: 576px){
    .owl-theme .owl-nav [class*="owl-"]{
        width: 30px;
    }
    .home_history .owl-carousel .owl-nav .owl-next{
        right: 0px;
    }
    .home_history .owl-carousel .owl-nav .owl-prev{
        left: 0px;
    }
    .feas_l_arrow, 
    .feas_r_arrow{
        width: 20px;
        height: 40px;
    }
}
/* 加入饗賓 */
.home_joinus{
    background-image: url(../images/bg/bg_05.png);
    background-size: cover;
    background-position: left top;
}
.home_joinus .content_block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px 15px 10px 40px;
}
.home_joinus h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3em;
    border-bottom: 1px solid #80725C;
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.home_joinus p{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    letter-spacing: 2px;
}
.home_joinus .detail_content{
    padding: 10px 0 0 0;
}
.home_joinus .feas_join_btn{
    margin-top: 20px;
}
@media only screen and (max-width: 991px){
    .home_joinus .content_block{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px){
    .home_joinus h2{
        font-size: 26px;
    }
    .home_joinus p{
        font-size: 16px;
    }
}
