.news_mask img{
    /* border: 2px solid #cab68a; */
    padding: 10px;
    background: #ffffff;
   
}

.carousel-control-next, .carousel-control-prev {
    z-index: 1;
     

}
.news_mask .pt100{    padding-top: 40px!important;}
.news_mask .pb50 {
    padding-bottom: 20px;
}
.pro_in .pt100 {
    padding-top: 50px;
}
.pro_in .pb50 {
    padding-bottom: 35px;
}
.pro_in p{
    margin-bottom: 0;
    background-color: #f1747a;
}
.pli_list {
    
    bottom: 0px;
    text-align: center;
    width: 100%;
    background:#eee;
}
.pli_list a {
    color: #000;
}
.pro_in1:hover .pli_list {
   
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: hsla(0,0%,100%,1.00)!important;
    opacity: 0.8
   

}
.pro_in1:hover .pli_list a {
    color: #d40000!important;
   
}
.pli_list span a {
    padding-top: 9px;
    display: block;
    font-weight: bold;
    font-family: 'moon', "微軟正黑體";
}
.pli_list a:hover {
    color: hsla(0,0%,100%,1.00)!important;
}
.a_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    min-width: 100%;
}
.indexNews-text-line {
    position: relative;
    width: 1px;
    height: 100%;
    margin: 30px 15px 0 15px;
    color: #fa1400;
}
.indexNews-content-inner .indexNews-text-line-inner {
    height: 100%;
}
.indexNews-text {
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.indexNews-text .indexNews-text-line .indexNews-text-line-inner {
    position: relative;
    width: 1px;
    height: 0;
    margin: 30px 15px 0 15px;
    background: #000;
}
.indexNews-text-line, .indexNews .indexNews-text p {
    display: none;
    vertical-align: top;
}
.indexNews-text p {
    /* position: relative; */
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #000;
    white-space: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    background: #FFF;
    padding: 10px;
    min-height: 120px;
        border-bottom: 2px solid var(--main-color);
}
.indexNews-text {
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.news_in {
    background-size: cover;
    background-attachment: fixed;
}
.news_mask {
    background-repeat: repeat;    
}
.about {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
        /*color: #3eb122;*/
    overflow: hidden;
}
body {
    letter-spacing: .15rem;
}
.ab_ind {
         max-width: 70%;
    font-family: 'moon', "微軟正黑體";
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    background: hsl(0deg 0% 100% / 75%);
    padding: 3%;
    margin-left: auto;
}
.ab_ind h2 {
       font-family: 'moon', "微軟正黑體";
    letter-spacing: 2px;
    color:var(--main-color);
    font-weight: bolder;
    font-size: 19px;
}
.ab_ind p {
       font-family: 'moon', "微軟正黑體";
    letter-spacing: 2px;
    color: #000;
    font-weight: bolder;
    font-size: 14px;
}
.ab_ind h2 span {
     color: #fa1400;
    font-weight: bolder;
    font-size: 16px;
}
.pf li {
    float: left;
    list-style-position: inside;
    color: rgba(255,255,255,1.00);
    /* border: 1px solid #a69776; */
    list-style-image: none;
    list-style-type: none;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
    background: #a69776;
    padding-top: 4px;
    padding-right: 11px;
    padding-left: 10px;
    padding-bottom: 4px;
    border-radius: 17px;
}
ul.pf {
    padding-left: 0px!important;
    margin-top: 25px;
    display: block;
}
.slogan {
    width: 100%;
    background-size: cover;
    padding-top: 64px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 64px;
    background-position: center center;   
    position: relative;
}

.slogan::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .2;
}

.slogan .container {
    position: relative;
    z-index: 1;
    padding: 48px;
    background-color: hsl(0deg 0% 100% / 75%);
}

.right {
    text-align: right;
}
.slogan h2 {
    color: #FFFFFF;
    font-family: 'moon', "微軟正黑體";
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.slogan h3 {
    color: #000000;
    font-family: 'moon', "微軟正黑體";
    font-size: 16px;
    float: right;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
}

.index-slider{
    height: 100vh;
}

.index-slider img{
    height: 100vh;
    position: relative;
    object-fit: cover;
}

.about{
    /*background-image: url(../images/i-bg.webp) !important;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background-image: none !important;
}
.about {
    .row {
        .col-lg-5 {
            padding-top: 20px;
        }
    }
}

.ab_link{
    width: max-content;
    padding: 5px 32px;
    background-color: var(--main-color);
    border: 2px var(--main-color) solid;
    color: #FFFFFF;
    border-radius: 16px;
    margin-left: auto;
    transition: all .4s ease-in-out;
}

.ab_link:hover{
    background-color: #FFFFFF;
    color: var(--main-color) !important;
    transition: all .4s ease-in-out;
}

.slogan-title{
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding: 8px;
    padding-bottom: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.slogan-des{
    color: #333;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}

.news_in,.news_mask{
    background-image: none !important;
    background: whitesmoke !important;
}

.pro_in1{
    width: 100%;
}

.ind_date{
    width: max-content;
    padding: 3px 16px;
    border-radius: 16px;
    background-color: #f1eded;
    margin-bottom: 8px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .ab_ind {
         max-width: 100%;
    font-family: 'moon', "微軟正黑體";
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    background: hsl(0deg 0% 100% / 84%);
    padding: 3%;
}

.slogan {
    
    width: 100%;
    background-size: cover;
    padding: 100px 20px 100px 0px;
    background-position: right center;
}
}

@media screen and (max-width:991px) {
    .ab_ind{
        max-width: 100%;
    }

    .slogan{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pro_in1 img,.a_img img{
        height: 180px;
    }

    .navbar-nav .dropdown-menu{
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .pro_in1 img,.a_img img{
        height: auto;
    }

    .indexNews-text p{
        margin-bottom: 32px;
    }

    .index-slider img,.index-slider{
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .ab_ind {
         max-width: 100%;
    font-family: 'moon', "微軟正黑體";
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
        background: hsl(0deg 0% 100% / 84%);
    padding: 3%;
}

.slogan {
    
    width: 100%;
    background-size: cover;
    background-position: right center;
}
}
