/* 主樣式修改 start */
:root{
    --fontsize: 22px;
    --bigfontsize: 42px;
    --midfontsize: 32px;
}

html,body{
    font-family:'Noto Sans TC';
}

p{
    font-size: var(--fontsize);
    font-weight: 400;
    margin: 0px;
}


h3{
    font-weight: 900;
    font-size: var(--bigfontsize);
}
    
.h3-title{
    background-color:  #ffffff;
    color:#ffffff;      
    padding: 0; 
        position: relative;
        z-index: 0;
}

.h3-title img{
    padding: 2rem 0;
    width: 600px;

}

.h3-title::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 30px solid #ffffff;
        position: absolute;
        bottom: -9%;
        left: 50%;
        transform: translate(-50% , 0%);
}

.h3-title2{
    color:#003b86;
    padding: 3rem 0 1rem 0;
        position: relative;
        z-index: 0;
}

/* .h3-title2::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 480px;
    height: 10px;
    border-radius: 50px;
    background: #fff3c0;
    z-index: -5;
} */


/* .h3-title2.long::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 600px;
    height: 10px;
    border-radius: 50px;
    background: #fff3c0;
    z-index: -5;
} */

.h3-title3{
    background-color:  #b0dd97;
    color:#ffffff;      
    padding: 2rem 0 1rem 0; 
        position: relative;
        z-index: 0;
}

.h3-title3::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 30px solid #b0dd97;
        position: absolute;
        bottom: -18%;
        left: 50%;
        transform: translate(-50% , 0%);
}

.h3-title4{
    background-color:  #ffa136;
    color:#ffffff;      
    padding: 2rem 0 1rem 0; 
        position: relative;
        z-index: 0;
}

.h3-title4::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 30px solid #ffa136;
        position: absolute;
        bottom: -18%;
        left: 50%;
        transform: translate(-50% , 0%);
}

.h4-bct{
    font-weight: 800;
    font-size: 26pt;
    color: #333;
}

.line-break{
    margin-top: 1rem;
    border: 0;
    height: 2px;
    background: white;
}

h4{
    font-size: 16pt;
    font-weight: 600;
}

h5 {
    line-height: normal;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

ul li {
    margin: 0px;
    font-size: var(--fontsize);
}

ol li{
    font-size: var(--fontsize);
}

/* 主樣式修改 end */

    .edu-core{
        background-color: #ffffff;
        /* border:1px solid rgb(255, 255, 255); */
        border-radius: 2px;
        box-shadow: 0px 3px 6px rgba( 0, 0, 0, 0.16);
        padding: 1rem;
        padding-top: 2rem;
        margin: 0.6rem;
    }

    .e-learning{
        margin: 0.6rem;
        zoom: 80%;
    }

    .light-gray-block{
        background-color: #f7f7f7;
    }

    .light-blue-block{
        background-color: #d3f5ff;
    }

    .about-edu{
       margin-top: 2rem;
       margin-bottom: 2rem; 
    }

    .edu-ctn img{
        transform:scale(1,1);
        transition: all 0.3s ease-out;
    }

    .edu-ctn img:hover{
        transform:scale(1.1,1.1);
        transition: all 0.3s ease-out;
    }

    .top-menu li{
        font-size: var(--fontsize);
        font-weight: bold;
    }

    .list-style-hover:hover{
        border-left: 5px solid #003b86;
        padding-right: 5px;
        color: #003b86;
    }


    .edu-ctn-btn{
        background-color: hsl(31.94,100%,60.59%);
        z-index: 1;
        border: 0;
        transition: all 0.2s ease-out;
    }

    .edu-ctn-btn:hover{
        scale: 104%;
        background-color:hsl(17, 100%, 50%);
        transition: all 0.2s ease-out;
    }

.bt-content{
    background-color: #ffffff;
    min-height: min-content;
    /* border:1px solid rgb(255, 255, 255); */
    border-radius: 6px;
    /* box-shadow: 0px 3px 6px rgba( 0, 0, 0, 0.16); */
    padding: 1rem;
    padding-top: 2rem;
    margin: 0.6rem;

}



.bct-area{
    border: 2px solid white;
    border-radius: 20px;
    background-color: rgba( 255, 255, 255, 0.5);
}

.bct{
    background-color: #333333;
    color: #eee;
    padding: 0.8rem;
    border-radius: 20px;
    height: 50px;
    margin-bottom: 0.6rem;;
    position: relative;
}

.bct-edu{
    background-color: #ffa136;
    color: #ffffff;
    padding: 0.8rem;
    border-radius: 20px;
    height: 50px;
    margin-bottom: 0.6rem;
    position: relative;
    
}

.bct-edu-vic{
    height: 80px;
    position:absolute;
    bottom: 0%;
    left:70%;
}

/* 關於-start  */

.item {
    background-color: #0070c0;
    padding: 2rem;
    position: relative;
    
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.item .about-h4{
    font-size: var(--midfontsize);
    font-weight: 500;
    
}

.item p{
    font-size: var(--fontsize);
    font-weight: 300;
    line-height: 2;
}

.item Img{
		width: 70px;
		height: auto;
        padding: 1rem 0;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
}

.item .top_line {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    top: 7px;
    opacity: 1;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
.item .right_line {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ffffff;
    right: 7px;
    top: 14px;
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  

.item .bottom_line {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    bottom: 7px;
    left: 14px;
    opacity: 1;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
.item .left_line {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ffffff;
    left: 7px;
    opacity: 1;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

.item:hover {
    color: #0070c0;
    background-color: #fff;    
    box-shadow: 0px 0px 0px #666;
    border-radius: 0px;
    transform: translateY(-10px);
    box-shadow: 0px 20px 10px rgba(147, 190, 255, 0.16);

}  

.item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(1) invert(0);
  }


.item:hover .top_line {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #0070c0;
  }
  
.item:hover .right_line {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            background-color: #0070c0;
  }
  
.item:hover .bottom_line {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
            background-color: #0070c0;
  }
  
.item:hover .left_line {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            background-color: #0070c0;
  }
  


.about-arrow{
    position:absolute;
    left: 90%;
    bottom: 88%;
    z-index: 2;
}

.index_advListArea{
	display: flex;
	flex-flow: row wrap;
	padding: 16px 0 16px;
	margin: 0 -5px;
	
}

	.index_advList{
		width: 33.3%;
		box-sizing: border-box;
		padding: 0 15px 0px 15px;
		

	}
	.index_advListIn{
		position: relative;
		height: calc(100% - 50px);

	}
	/* .index_advListIn::before{
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #00adee;
		border-radius: 50%;
		border: 7px #dff1f8 solid;
		top: 20px;
		right: -53px;
		z-index: 1;
		

	} */
	/* .index_advListIn::after{
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #00adee;
		border-radius: 50%;
		border: 7px #dff1f8 solid;
		bottom: 20px;
		left: -53px;
		z-index: 1;

	} */

	.index_advListIn.active::after,.index_advListIn.active::before{
		width: 0;
	}
	.index_advListIn.bluePoint::after,.index_advListIn.bluePoint::before{
		background-color: #00adee;

	}
	.index_advListIn.pinkPoint::after,.index_advListIn.pinkPoint::before{
		background-color: #fa949a;
		
	}
	.index_advListIn.greenPoint::after,.index_advListIn.greenPoint::before{
		background-color: #13b5b1;
		
	}

	.index_advListInArea{
		position: relative;
		padding: 25px;
		/* z-index: 1; */
		border-radius: 16px;
		height: 100%;
		transition: 0.3s ease all;
	}
	.index_advListInArea.blueBorder{
		border: 3px solid #00adee;
	}
    .index_advListInArea.blueBorder:hover{
        box-shadow: 0px 10px 0px #00adee;
    }
	.index_advListInArea.pinkBorder{
		border: 3px solid #fa949a;
	}
    .index_advListInArea.pinkBorder:hover{
        box-shadow: 0px 10px 0px #fa949a;
    }
	.index_advListInArea.greenBorder{
		border: 3px solid #13b5b1;
	}
    .index_advListInArea.greenBorder:hover{
        box-shadow: 0px 10px 0px #13b5b1;
    }
	.index_advListInArea:hover {
		background-color: #fff;
        transform: translateY(-10px);
	}
	.index_advListImg{
        width: 100%;
	}
	.index_advListImg img{
		width: 70px;
		height: auto;
	}

	.index_advListTit{
		margin: 10px 0;
        font-size: var(--midfontsize);
        font-weight: 600;
	}
	.index_advListTit.blueTit{
		color: #006083;
        position: relative;
        z-index: 1;
	}

    .index_advListTit.blueTit::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 80%;
        height: 10px;
        background: #bdf5ff;
        z-index: -5;
	}

	.index_advListTit.pinkTit{
		color: #750008;
        position: relative;
        z-index: 1;
	}

    .index_advListTit.pinkTit::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 80%;
        height: 10px;
        background: #ffdcdc;
        z-index: -5;
	}


	.index_advListTit.greenTit{
		color: #005e5c;
        position: relative;
        z-index: 1;
	}

    .index_advListTit.greenTit::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 80%;
        height: 10px;
        background: #c7ffe3;
        z-index: -5;
	}

	.index_advListBrief{
		line-height: 2;
        font-size: var(--fontsize);
        padding-bottom: 2rem;

	}


	.index_contentBtn{
		width: 155px;
		background-color: #00adee;
		box-sizing: border-box;
		padding: 10px 11px;
		margin: 0 auto;
		border-radius: 8px;
	}

	.index_contentBtn span{
		margin-right: 3px;
		display: inline-block;
		vertical-align: middle;
	}


	.index_contentBtn.greenBtn{
		background-color: #13b5b1;
	}
	
	.index_contentBtn a img{
		width: 25px;
		height: auto;

		display: inline-block;
    	vertical-align: middle;
	}

    .index-share{
        transition: 0.24s ease-out;
        transform: all; 
    }
    
    .index-share:hover{
        transform: scale(104%);
    }

    .little-title::after{
        content: "";
        position: absolute;
        top: 41%;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 80%;
        height: 48px;
        background: #fff6c9;
        z-index: -5;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .little-title:hover::after{
        content: "";
        opacity: 1;

    }



/* 關於-end */
.pageTitle {
    background-color: #f7f7f7;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px 0;
}

.pageTitle::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 31px;
    bottom: 0;
}

.pageTitle2 {
    background-color: #f7f7f7;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    text-align: center;
    letter-spacing: 3px;
    padding: 15px 0;
}

    .pageTitle2::before {
        content: '';
        display: block;
        position: absolute;
        background-image: url(../images/page_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        transform: scaleY(-100%);
        width: 100%;
        height: 31px;
        top: 0px;
    }

/* 比較表格 */
.bj-table{
    font-size: var(--fontsize);
    font-weight: 400;
    color: #7c7c7c;
}

.bj-table-win-item{
    font-size: var(--fontsize);
    font-weight: 600;
    color: #000000;
}

.bj-table-hr{
    border-bottom: 2px dashed #ffffff;
    width: 90%;
    margin: 1rem auto;
}

.bj-table-item{
    font-size: 20pt;
    font-weight: 600;
    color: #333;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: 20px;
}

.bj-table-lose{
    font-size: 20pt;
    font-weight: 400;
    color: #333;
    padding: 0.6rem;
}

/* 選單 */


/* footer(margo.css) */
footer {
    background-color: #4b4646;
    padding-top: 60px;
    color: #e7e7e7;
}
.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #6e6e6e;
    margin: 0;
}
.footer-widget ul {
    padding: 0;
}
.footer-widget li {
    list-style: none;
}
.footer-widget a:hover {
    color: #ffa136;
    text-decoration: underline;
}
.footer-widget a {
    text-decoration: none;
    color: #e2e0e0;
}
.twitter-widget ul li {
    margin-bottom: 20px;
}
.twitter-widget ul li {
    font-size: 16px;
    color: #ccccb8;
    margin-top: -10px;
}
.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
footer p {
    color: #ccc;
}





.kt_iconTit{
    color: #4d4d4d;
    text-align: center;
    /* font-size: 24px; */
    font-size: 22px;
    margin: 15px 0;
    letter-spacing: 0;
    font-weight: 600;
}

.kt_iconBrief{
    color: #4d4d4d;
    line-height: 2;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
}

.f-good{
    color: white;
    background: #2EA9DF;
    border: 0;
    border-radius: 10px;
}

.kt_iconTit2{
    color: #2EA9DF;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
    display: flex;
	flex-flow: row nowrap;
	align-items: center;
	line-height: 1.2;
}

.kt_iconBrief2{
    color: #4d4d4d;
    line-height: 2;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0; 
}

.how_listNum{
    position: relative;
    z-index: 1;
}

    .how_listNumIn{
        font-size: 22px;
        width: 50px;
        height: 50px;
        padding: 10px 12px;
        border-radius: 50%;
        border: 2px solid #333333;
        background-color: #fff;
        z-index: 1;
        color:  #ffa136;
    }
    .how_listNumIn::before{
        content: '';
        position: absolute;
        display: block;
        background: #fff;
        top: 30px;
        left: 40px;
        transform: rotate(-45deg);
        border-radius: 50%;
        z-index: 0;
        width: 10px;
        height: 10px;
    }
    .how_listNumIn::after{
        content: '';
        position: absolute;
        display: block;
        background: #ffa136;
        top: -3px;
        left: -6px;
        border-radius: 50%;
        z-index: -5;
        width: 45px;
        height: 45px;
    }


/* 加盟服務 START */
  .flow-chart{
    width: 90%;
    margin: 1rem 1rem;
    display: flex;
    justify-content: space-around;
  }
  .flow-chart .flow-wrap{
    width: 20%;
  }
  .flow-chart .flow-title{
    text-align: center;
  }
  .flow-chart .flow-title .number{
    background-color: #ff0066;
    color: #fff;
    margin: 10px;
    height: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    padding-left: 2rem;
  }
  .flow-chart .flow-wrap:nth-child(2) .flow-title .number{
    background-color: #ed7d31;
  }
  .flow-chart .flow-wrap:nth-child(3) .flow-title .number{
    background-color: #ffc000;
  }
  .flow-chart .flow-wrap:nth-child(4) .flow-title .number{
    background-color: #00b050;
  }
  .flow-chart .flow-wrap:nth-child(5) .flow-title .number{
    background-color: #0070c0;
  }

  .flow-chart .flow-title .number:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent #f7f7f7;
  }
  .flow-chart .flow-title .number:after{
    content:"";
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent #ff0066;
    z-index: 1;
  }
  .flow-chart .flow-wrap:nth-child(2) .flow-title .number:after{
    border-color: transparent transparent transparent #ed7d31;
  }
  .flow-chart .flow-wrap:nth-child(3) .flow-title .number:after{
    border-color: transparent transparent transparent #ffc000;
  }
  .flow-chart .flow-wrap:nth-child(4) .flow-title .number:after{
    border-color: transparent transparent transparent #00b050;
  }

  .flow-chart .flow-wrap:nth-child(5) .flow-title .number:after{
    border-color: transparent transparent transparent #0070c0;
  }
  .flow-chart .flow-title .txt{
    color: #ff0066;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .flow-chart .flow-wrap:nth-child(2) .flow-title .txt{
    color: #ed7d31;
  }
  .flow-chart .flow-wrap:nth-child(3) .flow-title .txt{
    color: #ffc000;
  }
  .flow-chart .flow-wrap:nth-child(4) .flow-title .txt{
    color: #00b050;
  }
  .flow-chart .flow-wrap:nth-child(5) .flow-title .txt{
    color: #0070c0;
  }
  .flow-chart .flow-group{
    list-style-type: none;
    padding-left: 0;
    border: 1px solid #ff0066;
    border-radius: 1rem;
    margin: .5rem;
    padding: 1rem 0.5rem;
    text-align: center;
    position: relative;
  } 
  .flow-chart .flow-wrap:nth-child(2) .flow-group{
    border: 1px solid #ed7d31;
  }
  .flow-chart .flow-wrap:nth-child(3) .flow-group{
    border: 1px solid #ffc000;
  }
  .flow-chart .flow-wrap:nth-child(4) .flow-group{
    border: 1px solid #00b050;
  }
  .flow-chart .flow-wrap:nth-child(5) .flow-group{
    border: 1px solid #0070c0;
  }
  .flow-chart li.flow-item + li {
    background-color: #ffcccc;
  }
  .flow-chart .flow-wrap:nth-child(2) li.flow-item + li {
    background-color: #fbe5d6;
  }
  .flow-chart .flow-wrap:nth-child(3) li.flow-item + li {
    background-color: #fff2cc;
  }
  .flow-chart .flow-wrap:nth-child(4) li.flow-item + li {
    background-color: #e2f0d9;
  }
  .flow-chart .flow-wrap:nth-child(5) li.flow-item + li {
    background-color: #deebf7;
  }
  .flow-chart li.flow-item + li:before{
    content:"";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #333333 transparent transparent transparent;
  }
  .flow-chart .flow-item p{
    font-weight: bold;
    margin: 0;
  }
  .flow-chart .flow-item span{
    font-size: .8rem;
  }
  .flow-chart .flow-item a{
    font-size: .8rem;
    display: inline;
    word-break: break-all;
  }
  .flow-chart .flow-wrap .flow-item.disable{
    background-color: #ddd!important;
    color: #666;
  }


/* 加盟服務 END */


/* 長條圖 start */
#bar-chart {
    width: 500px;
    height: 300px;
    position: relative;
  }
  #bar-chart::before, #line-chart::before {
    content: "";
    position: absolute;
    display: block;
    width: 240px;
    height: 30px;
    left: 155px;
    top: 254px;
    background: #FAFAFA;
    box-shadow: 1px 1px 0 0 #DDD;
  }
/* 長條圖 end */

/* 隱私權 start */
.privacy-text{
line-height: 2.4rem;
}

.privacy-h4{
font-size: 24px;
color: #003b86;
padding: 1rem 0;
}

/* 隱私權 end */

        /* 手機 */
        @media (max-width: 576px) {

            .first-slide{
                content: url("../img/Bn_師顧我管理系統--共享時代1920x1120.jpg");
            }
            .second-slide{
                content: url("../img/Bn_師顧我管理系統--多種開課組合1920x1120.jpg");
            }
            .third-slide{
                content: url("../img/Bn_師顧我管理系統--最完善學習途徑1920x1120.jpg");
            }
            .banner {
                display: block;
            }

            .top-logo{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 1rem;
            }

            .top-slogan{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0;
            }

            .top-eductn{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 1rem 0 1rem 0;
            }

            .edu-block-b{
                padding-right: 0;
                padding-left: 0;
            }

            .edu-block{
                height: 600px;
                width: auto;
                object-fit: cover;

            }
            .about-text{
                padding: 0rem;
            }

            .f-features{
                transition: 0.24s ease-out;
                transform: all;
                transform: scale(100%);
            }

            .f-features:hover{
                transform: scale(104%);
            }

            .row{
                margin-right: 0;
            }

            .index-share{
                width: 100%;
            }

            .top-eductn{
                display: none;
            }

            .top-slogan{
                padding-right: 5%;
            }
        }

        /* 平板 */
        @media (min-width: 577px) and (max-width: 991px) {
            .banner {
                display: block;
            }

            .edu-block{
                height: 660px;
                width: auto;
                object-fit: cover;

            }

            .edu-block-b{
                padding-right: 0;
                padding-left: 0;
            }

            .top-logoandslogan{
                width: 80%;
                display: flex;
                align-items: center;
                justify-content: left;
                padding: 0;
                margin: 0;                
            }

            .top-eductn{
                width: 20%;
                display: flex;
                justify-content: right;
                padding: 0 1rem;
            } 
            .about-text{
                padding: 0 2rem;
            }
                            
                .f-features{
                    transition: 0.24s ease-out;
                    transform: all;
                    transform: scale(100%);
                }

                .f-features:hover{

                        transform: scale(104%);

                }
            .row{
                margin-right: 0;
            }

            .h3-title2::after {
                content: "";
                position: absolute;
                top: 90px;
                left: 50%;
                transform: translate(-50% , -50%);
                width: 480px;
                height: 10px;
                border-radius: 50px;
                background: #fff3c0;
                z-index: -5;
            }


            .h3-title2.long::after {
                content: "";
                position: absolute;
                top: 90px;
                left: 50%;
                transform: translate(-50% , -50%);
                width: 600px;
                height: 10px;
                border-radius: 50px;
                background: #fff3c0;
                z-index: -5;
            }

        }

        /* 桌機 */
        @media (min-width: 992px){ 
            .banner {
                display: block;
            }

            .edu-block{
                height: 500px;
                width: auto;
                object-fit: cover;

            }

            .edu-block-b{
                padding-right: 0;
                padding-left: 0;
            }

            .about-text{
                padding: 0 12%;
            }
                            
            .f-features{
                transition: 0.24s ease-out;
                transform: all;
                transform: scale(100%);
            }

            .f-features:hover{

                    transform: scale(104%);

            }

            .index_advListIn::before{
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                background-color: #00adee;
                border-radius: 50%;
                border: 7px #dff1f8 solid;
                top: 20px;
                right: -53px;
                z-index: 1;
            }
            .index_advListIn::after{
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                background-color: #00adee;
                border-radius: 50%;
                border: 7px #dff1f8 solid;
                bottom: 20px;
                left: -53px;
                z-index: 1;

            }
            .h3-title2::after {
                content: "";
                position: absolute;
                top: 90px;
                left: 50%;
                transform: translate(-50% , -50%);
                width: 480px;
                height: 10px;
                border-radius: 50px;
                background: #fff3c0;
                z-index: -5;
            }


            .h3-title2.long::after {
                content: "";
                position: absolute;
                top: 90px;
                left: 50%;
                transform: translate(-50% , -50%);
                width: 600px;
                height: 10px;
                border-radius: 50px;
                background: #fff3c0;
                z-index: -5;
            }
        }