.color-title::after{
    width: 5%;
}
/* .bannercontainer .content h3 {
    margin: 20px 0;
}
.bannercontainer .index-prev{
    top: 40%;
} */

.banner-swiper .swiper-slide{
    
  }
  
#index-banner{
    margin-bottom: 0;
}

/* 籽橋.坊介紹-start */
#introduce {
    padding: 80px 15px;
    background: #F7F8FA;
}



.intro-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    column-gap: 50px;
}

.intro-left {
    width: 50%;
}

.intro-right {
    width: 50%;
}

.intro-swiper p {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
}

.intro-swiper p>span {
    color: #EE5A28;
    font-weight: bold;
}

.intro-swiper{
    position: relative;
    padding: 30px 0 80px 0;
}
.intro-container .intro-prev {
    background: url(../pics/index-arrow-left.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 80%;
    left: 77%;
}

.intro-container .intro-next {
    background: url(../pics/service-arrow.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 80%;
    right: 0%;
}

/* 隐藏默认的箭头 */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

/* 籽橋.坊介紹-end */


/* 特殊學習需要(SEN)青年藝術家共融共創-start */
#inclusive{
    padding: 80px 0 0 0;
}
.inclu-title{
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

.inclu-container{
    margin-top: 30px;
}
.inclu-swiper .inclu-content{
    height: auto;
    background: #EE5A28;
    padding: 25px 0;
}
.inclu-swiper .inclu-content p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    width: 75%;
    margin: 0 auto;
}
.inclu-swiper .inclu-prev {
    background: url(../pics/arrow-backlight-prev.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 48.5%;
    left: 5%;
}

.inclu-swiper .inclu-next {
    background: url(../pics/service-arrow.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 48.5%;
    right: 5%;
}

/* 特殊學習需要(SEN)青年藝術家共融共創-end */

/* 藝術課程-start */
#course{
    padding: 80px 0;
}
.course-title{
    width: 58%;
    margin: 0 auto;
}
.course-container{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.pink-box{
    background: rgba(238,90,40,0.05);
    padding: 30px;
    margin-top: 40px;
}
.pink-sec-box{
    background-color: #FFFFFF;
    padding: 10px 40px;
}
.pink-box .co-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
}
.co-box .co-title{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.co-box .co-title h5{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    margin: 10px 0;
}
.co-box .co-title span{
    background: #EE5A28;
    padding: 3px 10px;
    border-radius: 15px;
    color: #FFFFFF;
}
.co-box p{
    font-size: 18px;
    color: #2E3B4E;
    line-height: 36px;
}
.co-box .btn .more span{
    padding: 1rem 5rem;
    font-size: 15px;
} 
.pink-box .pink-sec-box .co-box:last-child{
    border-bottom: none;
}

/* 藝術課程-end */

/* 藝術體驗工作坊-start  */
#workshop{
    padding: 0;
}
.blue-box{
    background: rgba(0,89,65,0.05);
}
.blue-box .co-box .co-title span{
    background: #005941;
}
.blue-box .btn .more .button__bg{
    background-color: #005941;
}
.blue-box .btn .more:hover .button__bg{
    border-color: #005941;
}
.blue-box .btn .more:hover span{
    color: #005941;
}

/* 藝術體驗工作坊-end */

/* 藝術ESG活動-start  */
#esg{
    padding: 80px 0;
}
.esg-container{
    display: flex;
    margin-top: 40px;
}
.esg-container .esg-left{
    width: 65%;
}
.esg-container .esg-right{
    background-color: #EE5A28;
    padding: 60px 60px 0 60px;
    width: 35%;
    position: relative;
}
.esg-swiper{
    position: relative;
}
.esg-swiper p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.en-us .esg-swiper p{
    font-size: 17px;
    line-height: 29px;
}


 .esg-prev {
    background: url(../pics/arrow-backlight-prev.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 85%;
    left: 12%;
    z-index: 2;
}

 .esg-next {
    background: url(../pics/service-arrow.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 85%;
    right: 65%;
    z-index: 2;
}

/* 藝術ESG活動-end */

/* 網上商店-start */
.shop-container{
    margin-top: 40px;
}
.shop-container .btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.shop-container .btn .more span{
    padding: 1rem 6rem;
    font-size: 15px;
}

/* 網上商店-end */

/* 展能藝術家介紹-start  */
#artist{
    padding: 80px 0;
    position: relative;
}
.artist-container{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding:0px 15px;
}
.art-swiper .swiper-slide{
    display: flex;
    column-gap: 40px;
}
.art-swiper .swiper-slide .art-left{
    width: 48%;
}
.art-right{
    width: 48%;
}
.art-right p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.art-prev {
    background: url(../pics/index-arrow-left.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 10%;
}

.art-next {
    background: url(../pics/service-arrow.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 10%;
}
.art-right .btn{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.art-right .btn .more span{
    padding: 1.2rem 5rem;
    font-size: 15px;
}

/* 展能藝術家介紹-end */


@media screen and (min-width:768px)  and (max-width:1180px){
    .intro-right {
        display: flex; flex-direction: column; justify-content: center;
    }
    
    .intro-swiper p {
    font-size: 15px;
    line-height: 29px;
    }
    
    .intro-right .intro-swiper2{
        width: 100%;
    }
    
    
    .intro-container .intro-prev {
    top: 85%;
    left: 70%;
    }
    
    .intro-container .intro-next {
    top: 85%;
    right: 0%;
    }
    
    .esg-next {
        right: 55%;
        z-index: 2;
    }
    
    
}

@media screen and (max-width:1368px)  and (min-width:768px) {
.content-row {
    gap: 15px !important;
}

.text-box h3 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
    color: black !important;
}

.text-box p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}



}


@media screen and (max-width:768px) {
    #introduce{
        padding: 30px 0;
    }
    .intro-container{
        padding: 0 10px;
        flex-direction: column;
    }
    .intro-left,.intro-right{
        width: 100%;
    }
    .intro-swiper{
        padding: 0px 0 50px 0;
    }
    .intro-container .intro-prev,.intro-container .intro-next{
        width: 50px;
        height: 50px;
    }
    .intro-container .intro-prev{
        left: 73%;
    }
    .intro-swiper p{
        font-size: 17px;
        line-height: 30px;
    }

    #inclusive{
        padding: 30px 0;
    }
    .inclu-title{
        width: 90%;
    }
    .inclu-swiper .inclu-content{
        padding: 10px;
        height: 140px;
    }
    .inclu-swiper .inclu-content p{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .inclu-swiper .inclu-next,.inclu-swiper .inclu-prev{
        display: none;
    }
    .inclu-title .title{
        font-size: 19px;
    }


    #course{
        padding: 30px 0;
    }
    .course-title{
        width: 90%;
    }
    .pink-box{
        margin-top: 30px;
        padding: 10px;
    }
    .pink-box .pink-sec-box{
        padding: 10px;
    }
    .pink-box .co-box{
        flex-direction: column;
    }
    .co-box .co-title{
        column-gap: 5px;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .co-box .co-title h5{
        font-size: 18px;
        line-height: 30px;
    }
    .co-box .co-title span{
        font-size: 13px;
        padding: 3px 10px;
    }
    .co-box p{
        font-size: 16px;
        line-height: 30px;
    }
    .co-box .btn .more span{
        padding: 1rem 3rem;
        font-size: 14px;
    }

    #workshop{
        padding: 30px 0;
    }
    .esg-container{
        flex-direction: column;
        padding: 0 10px;
    }
    .esg-container .esg-left,.esg-container .esg-right{
        width: 100%;
    }
    .esg-container .esg-right{
        padding: 20px 25px;
    }
    .esg-swiper p{
        font-size: 15px;
        line-height: 30px;
    }
    .esg-prev,.esg-next{
        width: 50px;
        height: 50px;
    }
    .esg-next{
        right: -6%;
        top: 48%;
    }
    .esg-prev{
        left: -6%;
        top: 48%;
    }

    .shop-container .btn .more span{
        padding: 1rem 4rem;
        font-size: 14px;
    }

    .art-swiper .swiper-slide{
        flex-direction: column;
        padding: 0 10px;
        row-gap: 10px;
    }
    .art-swiper .swiper-slide .art-left{
        width: 100%;
    }
    .art-swiper .swiper-slide .art-right{
        width: 100%;
    }
    .artist-container .plan-title{
        padding: 0 10px;
    }
    .art-right p{
        font-size: 15px;
        line-height: 30px;
    }
    .art-prev,.art-next{
        width: 50px;
        height: 50px;
        top: 30%;
    }
    .art-prev{
        left: -1%;
    }
    .art-next{
        right: -1%;
    }
    .art-right .btn{
        margin-top: 20px;
        justify-content: center;
    }
    .art-right .btn .more span{
        padding: 1rem 4rem;
        font-size: 14px;
    }

    .open-overlay{
        left: -5px;
    }

    .bannercontainer .content{
        padding-left: 0;
      }
      .banner-swiper .swiper-slide{
        height: 230px;
        background-size: cover;
      }
      .bannercontainer .btn{
        width: 50%;
      }
}