/* 基本設定_start */

.indexContainer {
    padding: 0px;
}

.indexButtonContent {
    text-align: left;
    margin-top: 2px;
}
.indexBannerContent .owl-item:first-child .bannerImg{
    background-image: none;
}
.indexBannerContent .owl-item:first-child .bannerImg img{
    display: none;
}

/* 基本設定_end */


/* indexCategory_start */

.indexCategoryContent {
    padding: 140px 0;
}

.indexCategoryContent .categoryContentInner {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0 24px;
}

.indexCategoryContent .categoryContentInner .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.indexCategoryContent .categoryContentInner .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}
.ptImg .ptImgInner img{
    max-height: unset;
    width: auto;
}

/* indexCategory_end */


/* index_product_start */

.indexProductContent {
    padding: 48px 0px;
}
.categoryContentInner .ptName .moreBtn{
    border: 1px solid #fff;
}
.categoryContentInner .ptName .moreBtn span {
    color: #fff;
}
.categoryContentInner .ptName .moreBtn:hover{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.39);
}
.categoryContentInner .ptName {
    align-items: flex-end;
}
/* index_product_end */


/* index_Editor_start */

.indexEditorContent {
    padding: 140px 0;
}
.indexEditorContent .txtContent{
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
.aboutIndexContent{
    align-items: center;
    display: flex;
}
.about_title_flex{
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 8px;
    position:relative;
}
.about_title_flex::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    background:#006DB8;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about_TxtContent{
    width: 40%;
    padding:0 24px;
}
.video_Content{
    width: 60%;
    padding:0 24px;
    position: relative;
}
.about_inner_01{
    margin-bottom: 24px;
}
.about_inner_01:hover .about_title_flex::after,.about_inner_02:hover .about_title_flex::after{
    width: 100%;
}
.about_inner_01:hover .about_desc,.about_inner_02:hover .about_desc{
    color: #383841;
}

.about_desc{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #383841bf;
    line-height: 1.6;
}
.about_inner_02{
    width: 90%;
}
.videoInner{
    width: 100%;
    position: relative;
    padding-bottom: 54.25%;
    overflow: hidden;
}
.videoInner video,.videoInner iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoInner #placeholder img{
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 100;
}
ul.newsItemContent li.newsItem:nth-child(n+4){
    display: none;
}
.video_Cover{
    -webkit-mask-image: url(/images/aboutCover.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(/images/aboutCover.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}
.video_Content .contentTitle{
    text-align: center;
    font-size: 2rem;
    position: absolute;
    z-index: 100;
    right: -207px;
    top: -8px;
}
/* index_Editor_end */


/* index_news_start */

.indexNewsContent .container{
    background: #f8f8f8e6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000008;
    border-radius: 40px;
    padding: 120px;
    max-width: 1430px;
}
.indexNewsContent .contentTitle{
    text-align: left;
    padding-left: 60px;
}
.indexNewsContent{
    background-image: url('/images/paralax.png');
    background-size: cover;
    background-position: bottom;
    padding: 180px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* index_news_end */

@media only screen and (max-width: 1900px) {
    .aboutIndexContent{
        align-items: center;
        flex-direction: column;
    }
    .about_TxtContent {
        width: 80%;
    }
    .video_Content .contentTitle{
        padding-bottom: 40px;
        position: revert;
        text-align: center;
    }
    .video_Cover {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .video_Content {
        padding: 0 24px 40px;
        width: 80%;
    }
}
@media only screen and (max-width: 1499px) {


    .indexNewsContent .container{
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 80%;
    }
    /* index_news_end */
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    /* index_banner_start */
    .swiperItem a {
        height: 450px;
    }
    /* index_banner_end */
    .video_Content {
        width: 100%;
    }
    .about_TxtContent {
        width: 100%;
    }
    .indexNewsContent .container {
        max-width: calc(100% - 24px);
        padding: 40px;
    }
    .indexNewsContent{
        background-attachment:inherit;
    }

}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 100%;
        padding: 0px 15px;
    }
    .indexNewsDate,
    .indexNewsLink {
        display: block;
        width: 100%;
        padding: 0px 15px;
        border: none;
    }
    .indexNewsDate {
        text-align: left;
        margin-bottom: 10px;
    }
    .indexNewsLink a {
        padding: 0px;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    /* index_news_end */
    .indexCategoryContent .categoryContentInner .owl-nav .owl-next {
        right: -4px;
    }
    .indexCategoryContent .categoryContentInner .owl-nav .owl-prev {
        left: -4px;
    }
    .about_inner_02 {
        width: 100%;
    }
    .indexEditorContent .txtContent{
        max-width: 100%;
    }
    .indexNewsContent .container{
        padding: 40px 20px;
    }

    .indexNewsContent .contentTitle {
        padding-left: 32px;
        padding-bottom: 32px;
        text-align: center;
    }
    .titletxt{
        padding: 0;
    }
    .indexNewsContent {
        padding: 40px 0px 160px;
    }
    .indexButtonContent {
        text-align: left;
        margin-top: 4px;
    }
    .indexEditorContent {
        padding: 80px 0 40px;
    }
    .indexCategoryContent {
        padding: 80px 0 40px;
    }
    .indexBannerContent .bannerImg{
        padding-bottom: 87vh;
    }
    .bannerImg .bannerImgInner {
        top: 50%;
        left: -60%;
    }
    .bannerImg .bannerImgInner img {
        min-width: 1500px;
    }
    .indexBannerContent .owl-item:last-child .bannerImg .bannerImgInner{
        left: -30%;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {
    .about_title_flex {
        align-items: flex-start;
        flex-direction: column;
    }
    .about_title {
        padding-bottom: 12px;
    }
    .video_Content .contentTitle {
        text-align: right;
    }
}