@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

:root {
    --primary-color: #13547a;
    --secondary-color: #8989ba;
	--p-weight: 700;
}



body {

    font-family: '微軟正黑體', 'Microsoft JhengHei','Noto Sans TC',"Helvetica Neue",sans-serif;

}


a {
   color: #878787;
}

a:hover {cursor:pointer}


.nav-link:hover,.active {
	color: var(--primary-color)!important;
	font-weight: var(--p-weight);
}

h2 ,h4 {
	color: var(--primary-color);
    font-weight: var(--p-weight);
    line-height: 2.0;
    margin-bottom: 0;
}

p {
	color: var(--secondary-color);
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 0.9;
}

 ul li {
	color: var(--primary-color);
}

hr {
	color: var(--primary-color); 
	border-top: 2px solid;;
}

table tbody tr td {
    vertical-align: middle;
}

.p-weight {
  font-weight: var(--p-weight);  
}

/*文字顏色*/
.primary {
	color: var(--primary-color);
}

.secondary {
	color: var(--secondary-color);
}

/*快速滾動回到頁面頂部*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    opacity: 0.8;
}

#btn-back-to-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    opacity: 1.0;
}


.bg2  {
	background-color: #fdfbfb;
}

.banner {
	margin-top: 58px;
}


.inb {
    background-image: url("../img/inb.jpg");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.testimonial-card .avatar {
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}

.testimonial-card .avatar img {
    width: 100%;
}
.rounded-circle {
    border-radius: 50% !important;
}

/*會員資料*/
.bg {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.topimg {
    border-top-left-radius: .3rem; 
    border-top-right-radius: .3rem;
}

.star-icon {
    font-size: 0.6rem;
    color: #dc4c64;
}

.breadcrumb a {
    color: #878787;
}

.breadcrumb a:hover {
    color: #FFFFFF;
}

.breadcrumb .breadcrumb a {
    color: var(--primary-color);
}

.breadcrumb .breadcrumb a:hover {
    color: #dc4c64;
}


/*按鈕顏色*/

.button-send { /*送出 更新 */
    background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
    min-width: 130px;
    color: rgba(255,255,255,1.00);
}

.button-return { /*回首頁 離開 回上一頁*/
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    min-width: 130px;
    color: rgba(255,255,255,1.00);
}

/*文字大小設定*/

.str_1-0 {
	font-size: 1rem;
    line-height: 2rem;
}

.str_1-2 {
	font-size: 1.2rem;
    line-height: 2rem;
}

.str_1-5 {
	font-size: 1.5rem;
    line-height: 2rem;
}

/*新聞發佈頁面*/
.news h4, .news_box h4  {
    color: var(--primary-color) !important;
    font-weight: var(--p-weight);
    line-height: 2.0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.news p , .news_box p  {
    color: var(--secondary color) !important;
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_box a {
	color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
	width: 100% ;
	display: block;
	padding:10px  5px;
}

.news_box a:hover {
	color: #dc4c64;
    border-bottom: 0px;
}

.news_box h2::before {
    content: "";
    width: 1px;
	height: 25px;
    display: inline-block;
    top: 2%;
    left: 0;
    border-left: 5px solid var(--primary-color);
}

.news_box h2 {
    position: relative;
}

.news_box .news_left .card {
	background-color: rgba(255,255,255,0.50);
}

.news_box .news_right .card {
	background-color:rgba(255,255,255,0.00);
	
}


.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
	background-color:rgba(255,255,255,0.00);
}

.pagination.pg-primary .page-item.active .page-link {
    background-color: var(--primary-color);
    color: rgba(255,255,255,1.00);
}




/*頁面10*/
.card_top {
    position: relative;
    border-radius: 10% / 50%;  
    background-color: var(--primary-color);  
}
.top {
    height: 60px;
    width: 60px;
    background: #D40003;
    border: 2px solid;
    border-radius: 50%;
    font-size: 2.0rem;
    line-height: 3.4rem;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: -10px;
    text-align: center;
}

.shadow1 {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.top1 {
    height: 60px;
    width: 60px;
    background: #13547a;
    border: 2px solid;
    border-radius: 50%;
    font-size: 2.0rem;
    line-height: 3.4rem;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: -20px;
	left: -20px;
    text-align: center;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}


.card .activator {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}

/*頁面16*/
.stepper-head_1:hover {
	background-color: #fdfbfb!important;
    cursor: default;
}

@media (max-width: 992px) {
    .news_right {
    margin-top: 20px;
    }
	

	.banner {
		margin-top: 45px;
	}

}


@media (min-width: 1025px) {
    .h-custom {
    height: 100vh !important;
    }
}

