:root {
    /*主色輔色 改色*/
    --main-color: #e94845;
    --sub-color: #eeef53;
    --sub2-color: #262263;
    
    /*勿動*/
    --white-color: #fff;
    --black-color: #232323;
}

.carousel_box {
    background-color: #ccf5ff;
    position: relative;
    background-image: url(../../images/bg02.jpg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto;
    mix-blend-mode: multiply;
}

.carousel_box::before {
    content: "";
    background-color: #ccf5ff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



#feedback .carousel-control-next, #feedback .carousel-control-prev {
    width: 30px;
    height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px;
    margin: auto;
    border-radius:5px;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}


.limit{
    color:#5E5E5E;
    font-size:0.85rem;
}

.highlight{
    color:#7847E2;
}

.referrer_box {
    margin: 0 auto 25px;
}


/*延伸閱讀start*/

#article .article-pic {
    border: 1.5px solid #000;
}
#article .article-pic {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
}

#article h6 {
    color: #000;
}
#article h6 {
    padding: 10px 0 15px 0;
    line-height: 1.5;
}

#article a:focus, a:hover {
    text-decoration: none;
}

.carousel a:focus, a:hover {
    text-decoration: none;
}
/*延伸閱讀end*/

.display-phone-none{
    display: block;
}

.mbr-table-1{
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-bg{
    background-image: url(../../images/title-bg2.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top;
}
.icon-sty{
    max-width: 92px;
    display: inline-block;
    margin-right: 10px;
}

.icon-box{
    display: inline-block;
    flex-wrap: nowrap;
    margin:30px 50px 0 50px;
/*    max-width: 25%;*/
}

/*常見問題 start*/
.manyqna ul {
    padding-left: 0;
    list-style: none;
}
.display-4 {
    margin-top: 2.3rem;
    margin-bottom: 1.8rem;
}

.manyqna h4 {
    font-weight: 800;
    margin: 1rem 0;
}

.manyqna h4 {
    font-weight: 800;
    margin: 1rem 0;
}

.manyqna h5 {
    line-height: 1.4rem;
    font-weight: 400;
}

.manyqna h5::first-letter {
    font-weight: 800;
    color: #ff984e;
    font-size: 24px;
}

.survey_link {
    color: #149dcc;
    font-weight: 900;
}

.survey_link:hover {
    color: #888;
    text-decoration: none;
}

@media (max-width: 767px){
    .manyqna h4 {
        font-size: 1.5rem;
        line-height: 1.7rem;
        margin: .5rem 0;
    }
    .manyqna h5 {
        font-size: 1rem;
    }
}

@media (max-width: 414px) {
    .manyqna h4{
        font-size: 18px;
    }

    .manyqna h5::first-letter {
        font-size: 18px;
    }

    .manyqna h5 {
        font-size: 80%;
    }

}


/*常見問題 end*/



/*--課程資訊改色--*//*--課程資訊改色--*//*--課程資訊改色--*/
#infomation{
    background-color: #6d684f;
    color: var(--white-color);
}

#infoboard{
    background-color: #b19f4e;
    color: var(--white-color);
}

/*普通票*/
#infomation .btn-sold .hotsold, #infomation .plan-sold .hotsold, #infoboard .plan-sold .hotsold{
    background-color: #e2d7a7;
}
#infomation .btn-sold .hotsold a, #infomation .plan-sold .hotsold, #infoboard .plan-sold .hotsold{
    color: var(--black-color);
}
/*特別票*/
#infomation .btn-sold .sold-sp, #infomation .plan-sold .sold-sp, #infomation .table-sold .sold-sp, #infoboard .plan-sold .sold-sp{
    background-color: var(--sub-color);
}
#infomation .btn-sold .sold-sp a, #infomation .plan-sold .sold-sp, #infomation .table-sold .sold-sp, #infoboard .plan-sold .sold-sp{
    color: var(--black-color);
}
/*特別票-第二款*/
#infomation .btn-sold .sold-sp2, #infomation .plan-sold .sold-sp2, #infoboard .plan-sold .sold-sp2{
    background-color: #f14944;
}
#infomation .btn-sold .sold-sp2 a, #infomation .plan-sold .sold-sp2, #infoboard .plan-sold .sold-sp2{
    color: var(--white-color);
}
/*表格費用*/
#infomation .table-sold .infoway{
    border-bottom: 2px solid #7b7b7b;
}
#infomation .table-sold .infoway{
    background-color: var(--white-color);
    color: var(--black-color);
}
#infomation .table-sold .infocost {
    background-color: var(--white-color);
    color: var(--black-color);
}




@charset "utf-8";
/* CSS Document */
.main-text{
	margin: 0 auto;
	}
.part-title{
    font-size: 30px;
    font-weight: bold;
}
.part-subtitle{
    font-size:18.5px;
}
.part-margin{
    text-align:center;
    margin: auto 7%;
    margin-top: 5%;
}
.course-bar{
    border-top:#FF962E 2px solid;
    margin-right: 4%;
}
.course-bar2{
    border-top:#67E8C7 2px solid;
    margin-right: 4%;
}
.course-title{
    font-size: 28px;
    color:#FF962E;
}
.course-style{
    margin: auto;
    text-align: center;
}
/*cut1*/
.cut1-style{
    width:100%;
    max-width:800px;
    padding-left: 5%;
}
/*speaker*/
.speaker-title{
    font-size: 25px;
    font-weight: bold;
}
.speaker-subtitle{
    font-size: 18px;
}
.speaker-text{
    font-size: 16px;
    margin-top: 5%;
    text-align: justify;
}
.speaker_box{
    position: relative;
}
.speaker-img{
    max-width: 220px;
    display: inline-table;
}
.speaker-margin{
    display: inline-table;
    margin-top: 7%;
}
.speaker-style{
    padding-bottom:36px;
    margin:2%;
}
.point-style{
    text-align:center;
    margin: auto 7%;
    margin-top: 5%;
}
.point-style-1{
     margin-bottom: -8%;
}
.ul-style{
    font-weight:400;
    text-align:justify;
    margin: auto 1%!important;
}
.ipad-style{
        text-align: center;
}
@media (max-width: 1200px) {
    

    .speaker-title{
    font-size: 22px;
}
    .speaker-subtitle{
    font-size: 16px;
}
    .speaker-text{
    font-size: 15px;
}
    .speaker-img{
    max-width: 180px;
    display: inline-table;
}
    .speaker-margin{
    display: inline-table;
    margin-top: 6%;
}
    .part-margin{
    margin: auto -2%;
     margin-top: 5%;
}
    .part-subtitle{
    font-size:17.5px;
}
    .cut1-style{
    max-width: 550px;
    margin-top: 10%;
}
}
@media (max-width: 1024px) {
    
    .mbr-table-1{
        padding-top: 60px;
    }

    .point-style{
    text-align:center;
    margin: auto -3%;
    margin-top: 5%;
}
    .point-style-1{
     margin-bottom: -10%;
}

    .icon-box{
        margin:30px 30px 0 30px;
    }
}

@media (max-width: 900px) {

    .icon-box{
        margin:30px 15px 0 15px;
    }
    

}


@media (max-width: 768px) {
    

    .mbr-table-1{
        padding-top: 50px;
    }

    .point-style{
    margin: auto -8% auto -10%;  
    }
     .point-style-1{
     margin-bottom: -14%!important;
}
    
    .icon-box{
        margin:30px 50px 0px 50px;
    }
}
@media (max-width: 414px) {
    .display-phone-none{
        display: none;
    }

    .mbr-table-1{
        padding-top: 0px;
    }
    .icon-box{
        margin:30px 10px 0px 10px;
    }

    .main-text{
	margin: 5% 8%;
	}
    .part-title{
    font-size: 26px;
}
    .part-margin{
    margin: auto;
    margin-top: 5%;
    margin-left: 0%;
}
    .point-style{
    margin-top: 5%;
    margin: auto 1%;
}
    .ul-style{
    padding-left: 8%;
    }
    .course-style{
    margin: 2%;
    margin-bottom: 6%;
}
    .speaker-style{
    text-align: center;
}
    .speaker-text{
    margin-right: 8%;
    margin-left: 8%;
    line-height: 1.2;
}
    .speaker-img{
    max-width: 200px;
    display: inline-table;
}
}

@media screen and (max-width: 375px) , 
screen and (max-height: 812px){
    .mbr-section {
        padding-top: 27px;
        padding-bottom: 40px;
    }
    
}

@media screen and (max-width: 375px) , 
screen and (max-height: 667px){
    .mbr-section {
        padding-top: 27px;
        padding-bottom: 40px;
    }
   

@media (max-width: 375px) {
    .icon-box{
        margin:30px 5px 0px 5px;
    }
    .main-text{
	margin: 5%;
	}
    .part-title{
    font-size: 24px;
}
    .speaker-text{
    margin-right: 5%;
    margin-left: 5%;
}
}
@media (max-width: 360px) {
    .part-title{
    font-size: 22px;
}
    .main-text{
	margin: 3%;
	}
}
@media (max-width: 320px) {
   
    .part-subtitle{
    font-size:18px;
    }
     .part-margin{
    margin: auto;
    margin-top: 5%;
    margin-left: -3%;
}
     .part-title{
    font-size: 25px;
}
}
/*info*/
.info-text{
    font-size: 18px;
}
.info-date{
    font-size: 25px;
    margin-bottom: 1.2rem;
}
.info-location{
    font-size: 18px;
}

