.tag_page_txt{
    position: relative;
    border-bottom: 1px solid #35a7e9;
    padding-bottom: 80px;
}
.edu_unit_box{
    position: relative;
    width: calc(100% / 4 - 1rem);
    overflow: hidden;
    margin: 0 .5rem;
}
.edu_unit_box img{
    width: 100%;
}
.edu_unit_box .edu_unit_body{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 1rem;
    transform: translateY(58px);
    transition: .5s;
}
.edu_unit_box:hover .edu_unit_body{
    transform: translateY(0px);
    transition: .5s;
}
.edu_unit_box .edu_unit_body h4{
    padding-bottom: .5rem;
}
.fin_box {
    /* background: rgba(115,125,140,0.1); */
    position: relative;
    background: url(../images/edu_bg.jpg) no-repeat fixed;
    overflow: hidden;
    z-index: 0;
}
.fin_box::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(18,111,165,.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.fin_rep{
    border: 1px solid #fff;
    background: rgba(255,255,255,.65);
    text-align: center;
    padding: 2rem;
}
.fin_rep i{
    font-size: 8rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-top: 1rem;
}
.dir_box{
    position: relative;
}
.dir_box::before{
    content: "";
    background: rgba(18,111,165,.65);
    width: 40%;
    height: 100%;
    position: absolute;
    left: 1rem;
    top: 0;
}
.dir_txt_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 40%;
    text-align: center;
}
.dir_txt_box h3{
    color: #fff;
    font-size: 1.5rem;
}
.dir_box > .dir_txt_box .btn_5.edu_box_btn{
    display: none;
}
.dir_box:hover > .dir_txt_box .btn_5.edu_box_btn{
    display: inline-block;
    transition: .5s;
}
@media screen and (max-width:991px) {
    .edu_unit_box{
        width: calc(100% / 2 - 1rem);
        margin-bottom: 1rem;
    }
}
@media screen and (max-width:767px) {
    .dir_box{
        margin-bottom: 1rem;
    }
    .edu_unit_box{
        width: 100%;
    }
    .fin_rep{
        margin-bottom: 1rem;
    }
}

/* 關於基金會 */
.edu_abo_txt{
    position: relative;
    width: 80%;
    background: url(../../images/icon_money.svg) right bottom no-repeat ,#35A7E9;
    padding: 2rem 3rem;
    border-radius: 12px;
    margin: 0 auto 3rem auto;
    color: #fff;
}
@media screen and (max-width:992px) {
    .edu_abo_txt{
        width: 100%;
        padding: 2rem;
    }
}
.reg_box{
    padding-left: 65px;
}
.reg_box:nth-child(2n){
    margin-top: 3rem;
}
@media screen and (min-width:992px) {
    .reg_box:nth-child(2n){
        margin-top: 8.5rem;
    }
}
.reg_title, .reg_title2{
    position: relative;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.reg_title::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../images/icon_reg.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -55px;
}
.reg_title2::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../images/icon_reg.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -55px;
}
@media screen and (max-width:991px) {
    .reg_title::before, .reg_title2::before{
        left: -40px;
    }
}
.reg_box ul li{
    position: relative;
    padding: 0 0 .5rem 30px;
}
.reg_box ul li::before {
    content: ">";
    width: 25px;
    height: 25px;
    color: #ff8552;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: -6px;
    left: 0;
}
.edu_abo_bg{
    background: url(../images/edu_abo_bg.jpg) center no-repeat;
    height: 300px;
}

/* 董事會成員 */
.edu_mem .icon_people_box{
    display: flex;
    align-items: center;
}
.mem_txt {
    width: calc(100% - 120px - 4rem);
    margin: 0 2rem;
}
.mem_txt .thr_title{
    font-weight: bold;
    color: #35A7E9;
    border-bottom: 1px solid #35A7E9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.mem_name{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

/* 董事會議摘要 */
.boa_box{
    position: relative;
    border: 1px solid #35A7E9;
    padding: 5rem 2rem 2rem 2rem;
    margin: 4rem 0 8rem 0;
}
.boa_box:last-child{
    margin-bottom: 0;
}
.boa_num{
    position: absolute;
    top: -4rem;
    left: 2rem;
    background: #fff;
    padding: 1rem 2rem;
    font-size: 3.75rem;
    color: #35A7E9;
    letter-spacing: 5px;
}
.boa_class{
    position: absolute;
    right: -1rem;
    top: -4rem;
    background: #e9f6fe;
    padding: 2rem 1rem;
    width: 50%;
    box-shadow: 3px 10px 10px rgba(53, 167, 233, .2);
    height: 270px;
    overflow-y: scroll;
}
.boa_class .nav-pills{
    /* justify-content: center; */
}
.boa_class .nav-pills .nav-link{
    margin: .5rem;
    padding: 1rem .5rem;
    font-size: 1.125rem;
    background: #fff;
    border: 1px solid #35A7E9;
    border-radius: 0;
}
.boa_class .nav-pills .nav-link.active{
    background: #35a7e9;
}
.boa_box .date{
    position: relative;
    width: 120px;
    font-size: 2rem;
    padding: 1rem .5rem;
}
.box_txt{
    padding: 0 2rem;
    font-size: 1.125rem;
    margin-top: 2rem;
    padding-top: 3rem;
}
.boa_tit{
    position: relative;
    font-size: 1.5rem;
    padding: 0 2rem .5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #35A7E9;
    display: inline-block;
}
.boa_tit::before{
    content: "\ea72";
    font-family: icomoon;
    font-size: 1.5rem;
    font-weight: bold;
    color: #35A7E9;
    position: absolute;
    bottom: -7px;
    right: -14px;
}

@media screen and (max-width:1439px) {
    .boa_tit{
        width: 380px;
    }
}
@media screen and (max-width:1199px) {
    .boa_tit{
        width: 65%;
    }
    .boa_box .row{
        flex-direction: column;

    }
}
@media screen and (max-width:991px) {
    .box_txt{
        margin-top: 2rem;
        padding:0
    }
    .boa_tit{
        width: 100%;
    }
    .boa_class .nav-pills .nav-link{
        padding: 1rem 3rem;
    }
    .boa_box{
        padding-top: 5rem;
    }
    .boa_box .date{
        top: 16px;
        right: 15px;
    }
    .box_txt{
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .boa_class{
        width: 70%;
        top: 3rem;
        height: 205px;
        padding: 1rem;
    }
    .boa_class .nav-pills .nav-link{
        padding: .5rem 1rem;
    }
    .boa_box{
        padding-top: 12rem;
    }
    .boa_box .date{
        top: 16px;
        right: 15px;
    }
    .box_txt{
        padding: 0;
    }
}
@media screen and (max-width:575px){
    .boa_box .date{
        top: 56px;
    }
    .box_txt{
        margin-top: 5rem;
    }

}
/* 獎助學金 */
.sti_box .sec_title{
    font-weight: unset;
}
.sti_bg{
    background: url(../images/sti_bg.png) right bottom no-repeat;
    margin-bottom: 3rem;
}
.sti_txt{
    width: 60%;
}
.sti_txt p{
    position: relative;
    padding: 0 0 0 4rem;
}
.sti_txt p::before{
    content: "\ea23";
    font-size: 3rem;
    font-family: icomoon;
    color: #ff8552;
    position: absolute;
    left: 0;
    top: -1.4rem;
}
@media screen and (max-width:1199px) {
    .sti_bg{
        padding-bottom: 250px;
    }
    .sti_txt{
        width: 100%;
    }
}
.sti_dow{
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.left_icon{
    width: 80px;
    border-right: 1px solid #ccc;
    background: #fff;
    border-top-right-radius: 45%;
    border-bottom-right-radius: 45%;
    padding: 1.5rem 1rem;
    position: relative;
    z-index: 0;
}
.left_icon::before{
    content: "";
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
    border-top-right-radius: 45%;
    border-bottom-right-radius: 45%;
    padding: 1.5rem .5rem;
    position: absolute;
    left: 1rem;
    top: 0;
    z-index: -1;
}
.left_icon::after{
    content: "";
    width: 20px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: -10px;
}
.sti_dow:hover{
    border: 1px solid #ff8552;
}
.sti_dow:hover .left_icon{
    border-right: 1px solid #ff8552;
    background: #ff8552;
}
.sti_dow:hover .left_icon::before{
    border-right: 1px solid #ff8552;
}

.sti_dow i{
    font-size: 2.5rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-top: 1rem;
}
.sti_dow:hover i{
    color: #fff;
}

.sti_dow h4{
    width: calc(100% - 80px);
    font-size: 1.125rem;
    padding: 1rem .5rem 1rem 2rem;
}
.sti_img i{
    font-size: 8rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.sti_img:hover i{
    color: #35a7e9;
}

/* 活動資訊 */
.news_box::before{
    display: none;
}
.news_box.act_box{
    margin: 0 0 5rem 0;
    padding: 2rem 1.5rem;
    border-radius: 12px;
}
.act_box_img{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.act_box_img img{
    width: 100%;
}
.act_year{
    color: #35A7E9;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.act_title {
    position: relative;
    font-size: 1.375rem;
    padding: 0;
    margin-bottom: 2rem;
}
.act_box .act_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}