@charset "utf-8";
@import url("../normalize.css");
@import url("../fontawesome-6.1.1/css/all.min.css");
@import url("../../plugins/sweetalert/sweetalert2.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Staatliches&display=swap');
@import url("../bootstrap.css");
@import url("../owl.carousel.min.css");
@import url("../owl.theme.default.min.css");
@import url("../owl.theme.green.min.css");

/*
    general
*/
:root {
    --mainBlue: #001699;
    --mainYellow: #ffac06;
    --mainPink: #cd5271;
    --mainGreen: #259687;
}
body{
    min-height: calc( 100vh - 0px );
    background: #fffcee;
    position: relative;
}
a {
    color: #2e4057;
    text-decoration: none;
}
ul, li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
}
/*
    Custom
*/
.btnGreen-outline{
    color: var(--mainGreen);
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.btnCustom-outline {
    height: 36px;
    padding: 0;
    border-radius: 0;
    border: solid 1px var(--mainGreen);
    background: 0 0;
    font: 16px century gothic,微軟正黑體;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--mainGreen);
}
.btnCustom-outline:hover, .btnCustom-outline:focus, .btnCustom-outline.active {
    color: #fff;
    background: var(--mainGreen);
}
.cursor-notallowed {
    cursor: not-allowed;
}

/*
    pdf style
*/
.pdfViewer {
    width: 100%;
    height: 100vh;
    margin-top: 30px;
}

/*
    include_header.php
*/
.header{
    border-bottom: solid 3px var(--mainGreen);
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 50%);
    position: sticky;
    top: 0;
    z-index: 100;
}
.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo {
    width: 25%;
    margin-left: 20px;
}
.headerLogo img {
    width: 100%;
    max-width: 500px;
}

.navContainer {
    width: 65%;
    height: 100px;
}
.navLang {
    display: inline-block;
    height: 40px;
}
.navLang .navItem {
    height: 40px;
}
.navLang .navItemTitle, .navLang .navItemTitle a {
    height: 40px;
    line-height: 40px;
}
.navLang .navItemContent {
    top: 38px;
    z-index: 1;
}
.navTop {
    height: 40px;
    background: var(--mainPink);
    display: inline-flex;
    align-items: center;
}
.navTopItem {
    margin: 0 15px;
    font: 500 18px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}
.navTopItem:not(:last-of-type)::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #ffe0a9;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}
.navTopItem a {
    font-weight: 700;
    color: #fff;
    display: block;
    transition: all .6s;
}
.navTopItem a:hover {
    color: var(--mainYellow);
}


.navContainer>.row {
    height: 60px;
    align-items: center;
}
.navItem {
    /* width: 120px; */
    height: 60px;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
.navItem.active .navItemContent {
    visibility: visible;
    opacity: 1;
}
.navItemTitle {
    font: 700 20px century gothic,微軟正黑體;
    line-height: 60px;
    text-align: center;
}
.navItemTitle a {
    color: #000;
    display: block;
    transition: all .6s;
}
.navItemTitle a:hover {
    color: #001699;
}
.navItemTitle i {
    margin-left: 5px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    transform: translateY(-2px);
}
.navItemContent {
    width: 100%;
    background: #eee;
    position: absolute;
    top: 63px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
.navItemSubTitle {
    font: 15px century gothic,微軟正黑體;
}
.navItemContent .navItemSubTitle:first-child a {
    box-shadow: inset 0 10px 7px -10px rgb(0 0 0 / 80%);
}
.navItemSubTitle a {
    padding: 12px 0;
    color: #555;
    display: block;
    transition: all .4s;
}

/*
    index.php
*/
/* banner */
.banner-slideShow .owl-item {
    opacity:0.4;
    transition:.4s ease all;
    margin:0;
}
.banner-slideShow .owl-item.center{
    opacity:1;
}
.banner-slideShow .owl-carousel .owl-item img{
    max-width: 100vw;
    height: auto;
}

.banner-slideShow .owl-carousel .owl-nav{
    position:absolute;
    margin-top: 0;
}
.banner-slideShow .owl-carousel .owl-nav .owl-prev{
    left: -20px;
}
.banner-slideShow .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
.banner-slideShow .owl-carousel .owl-nav .owl-prev,
.banner-slideShow .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .85;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px #0000001a;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.banner-slideShow .owl-carousel .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 0px;
    bottom: 35px;
}
.banner-slideShow .owl-carousel .owl-dot.active span{
    background-color: #ffffff;
}
.banner-slideShow .owl-carousel .owl-dot span{
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #ffffff80;
}
/* main */
.mainContainer {
    width: 100%;
    max-width: 1200px;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 80px;
    background: #fff;
    flex-grow: 1;
}
.indexTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.indexTitleTop {
    position: relative;
}
.indexTitleTop .titleImgTop {
    width: 50px;
    position: absolute;
    left: -28px;
    top: -15px;
}
.indexTitleTop .titleText {
    font: 40px staatliches,微軟正黑體;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #333;
    position: relative;
    z-index: 10;
}
.indexTitleTop .titleImgBottom {
    width: 35px;
    position: absolute;
    right: -19px;
    bottom: 2px;
}
.indexTitleBottom {
    font: 700 18px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: center;
    color: #777;
}

/* news section */
.ListContainer {
    margin: 20px 30px 0px;
}
.newsItem {
    padding: 35px 10px 5px;
    border: solid 1px #eee;
    background: #fafafa;
    position: relative;
    transition: all .4s;
}
.newsItem .itemType {
    max-width: calc(100% - 10px * 2);
    padding: 8px 15px;
    font: 14px century gothic,微軟正黑體;
    line-height: 14px;
    color: var(--mainBlue);
    background: #eee;
    position: absolute;
    top: -15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}
.newsItem .itemTitle {
    width: 100%;
    margin-bottom: 15px;
    font: 700 18px century gothic,微軟正黑體;
    letter-spacing: 1px;
    color: var(--mainBlue);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}
.newsItem .itemContent {
    height: calc(24px * 3);
    margin-bottom: 50px;
    font: 16px century gothic,微軟正黑體;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsItem .itemDate {
    font: 18px staatliches,微軟正黑體;
    letter-spacing: 1px;
    text-align: right;
    color: var(--mainBlue);
    transition: all .4s;
}
.newsItem:hover {
    background: #eee;
}
.newsItem:hover .itemType {
    color: #fff;
    background: var(--mainYellow);
}
.newsItem:hover .itemTitle,
.newsItem:hover .itemDate {
    color: var(--mainYellow);
}
.newsMoreBtn .moreBtn {
    width: 100%;
    height: 30px;
    font: 18px staatliches,微軟正黑體;
    line-height: calc(30px - 2px);
}
/* activity, report section */
.indexActivityContainer,
.indexReportContainer {
    margin-top: 30px;
    margin-bottom: 40px;
}
.indexActivityItem {
    border: solid 1px #eee;
    background: #fafafa;
    position: relative;
    transition: all .4s;
}
.indexActivityItem a {
    padding: 20px 20px 40px;
    display: block;
}
.indexActivityItem .itemDate {
    margin: 0 auto 20px;
    padding-right: 21px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font: 21px staatliches,微軟正黑體;
    color: #999;
}
.indexActivityItem .itemDate .itemDateDay {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 1px;
}
.indexActivityItem .itemDate .itemDateMonth {
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 1.8px;
    color: #4a5375;
    transition: all .4s;
}
.indexActivityItem .itemDate .itemDateYear {
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 1.5px;
    transform: rotate(-90deg);
    transform-origin: top right;
    position: absolute;
    top: -1.5px;
    right: 21px;
}
.indexActivityItem .itemImgContainer {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 66%;
    position: relative;
}
.indexActivityItem .itemImg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.indexActivityItem .itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.indexActivityItem .itemTitle {
    width: 100%;
    margin-bottom: 20px;
    font: 700 20px century gothic,微軟正黑體;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexActivityItem .itemType {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 6px 15px;
    font: 700 15px century gothic,微軟正黑體;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: #4a5375;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
.indexActivityItem .itemContent {
    height: calc(25px * 2);
    font: 16px century gothic,微軟正黑體;
    line-height: 25px;
    letter-spacing: .2px;
    text-align: center;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexActivityItem .itemBtn {
    padding: 6px 10px;
    font: 15px staatliches,微軟正黑體;
    line-height: 15px;
    letter-spacing: .8px;
    color: #fff;
    background: #4a5375;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    transition: all .4s;
}
.indexActivityItem:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.indexActivityItem:hover .itemDate .itemDateMonth {
    color: var(--mainYellow);
}
.indexActivityItem:hover .itemImg img {
    transform: scale(1.12);
}
.indexActivityItem:hover .itemType,
.indexActivityItem:hover .itemBtn {
    background: var(--mainYellow);
}
/* Link section*/
.indexLinkContainer .ListContainer {
    margin: 30px 0 0;
}
.indexLinkItem {
    overflow: hidden;
}
.indexLinkItem img {
    transition: all 0.4s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
}
.indexLinkItem:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.indexLinkContainer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
/*
    footer
*/
/*gotop*/
.goTopContainer {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 210px;
    transform: translateY(50%);
    z-index: 10;
}
.goTopCircle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1.5px var(--mainPink);
    background: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}
.goTopContent {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.goTopContent a {
    color: var(--mainPink);
    display: block;
    transition: all 0.4s;
}
.goTopIcon {
    width: 22px;
    height: 22px;
    border-top: solid 3px var(--mainPink);
    border-right: solid 3px var(--mainPink);
    position: relative;
    left: 50%;
    top: 5px;
    transform: translateX(-50%) rotate(-45deg);
    transition: all 0.4s;
}
.goTopText {
    font: normal 18px 'Marcellus', '微軟正黑體';
}
.goTopCircle:hover {
    background: var(--mainPink);
}
.goTopCircle:hover .goTopContent a {
    color: #fff;
}
.goTopCircle:hover .goTopIcon {
    border-color: #fff;
}
.footer {
    width: 100%;
    margin-top: 0px;
    height: 210px;
    padding-top: 50px;
    background: var(--mainGreen);
    position: relative;
    z-index: 9;
}
.footerContainer {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.footerInfoContainer {
    display: flex;
}
.footerInfoLogo {
    margin-right: 15px;
}
.footerInfoLogo img {
    width: 160px;
}
.footerInfoContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ddd;
}
.footerInfoName {
    margin-bottom: 13px;
    font: bold 20px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    letter-spacing: 4px;
    color: #fff;
}
.footerInfoItem {
    display: flex;
    margin-bottom: 8px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    line-height: 14px;
    letter-spacing: 1px;
}
.footerInfoItemTitle {
    margin-right: 10px;
}
.footerInfoItemText a {
    color: #ddd;
}
.footerNav {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* align-items: flex-end; */
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
}
.footerNavItem {
    position: relative;
    margin-bottom: 7px;
}
.footerNavItem:not(:last-of-type)::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #ffe0a9;
    position: absolute;
    top: 20%;
    right: -11px;
}
.footerNavItem a {
    color: #fff;
}
.footerCopyright {
    font: normal 12px 'Century Gothic', '微軟正黑體';
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

/*
    introduction
*/
.breadcrumb {
    font-size: 14px;
    margin-top: 0;
    padding: .75rem 1rem 0 0;
    margin-bottom: 10px;
    list-style: none;
    background: 0 0;
    border-radius: 0;
}
.breadcrumb>.active {
    color: #001699;
}
.breadcrumb>li a {
    color: #666;
}
.breadcrumb>li a:hover {
    opacity: .8;
}


.contentContainer {
    font: 16px century gothic,微軟正黑體;
    letter-spacing: 1px;
    line-height: 26px;
}
.pageTitleContainer {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
/* .aboutContentContainer .pageTitleContainer {
    margin-top: 30px;
    margin-bottom: 40px;
} */
.pageTitleContainer .titleImg {
    width: 80px;
    margin: 0 auto 5px;
}
.contentContainer img {
    max-width: 100%!important;
    height: auto;
}
.pageTitleContainer .titleEn {
    font: 40px staatliches,微軟正黑體;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #333;
}
.pageTitleContainer .titleCh {
    font: 700 18px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: center;
    color: #777;
}
/*
    sideNav
*/
.pageNavContainer {
    border: solid 1px #eee;
    background: #fafafa;
}
.pageNavTitle {
    padding: 10px 0;
    text-align: center;
}
.pageNavTitle .titleImg {
    width: 30px;
    margin: 0 auto 0;
}
.pageNavTitle .titleText {
    font: 26px staatliches,微軟正黑體;
    letter-spacing: 1px;
    color: #555;
}
.pageNavBtn {
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #aaa;
    background: #eee;
    cursor: pointer;
}
.pageNavBtn.active i {
    transform: rotate(180deg);
}
.pageNavListContainer {
    overflow: hidden;
    transition: all .6s;
}
.pageNavItem {
    margin: 0 0;
    border-bottom: solid 1px #eee;
    font: 16px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: center;
}
.pageNavListBox .pageNavItem:last-child {
    border-bottom: none;
}
.pageNavItem a {
    padding: 12px;
    color: #333;
    display: block;
    transition: all .4s;
}
.pageNavItem:hover a, .pageNavItem.active a {
    background: #ffe3ab;
}

/*
    news
*/
.newsItem {
    margin: 0;
    padding: 35px 10px 5px;
    border: solid 1px #eee;
    background: #fafafa;
    transition: all 0.4s;
}
.newsItemBox {
    display: flex;
    align-items: center;
}
.newsItemImg {
    width: 60px;
    margin-right: 10px;
}
.newsItemContent {
    width: calc( 100% - 60px - 10px );
}
.newsDate {
    margin-bottom: 8px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #777;
}
.newsTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 400 16px 'Century Gothic', '微軟正黑體';
    color: #333;
    transition: all 0.4s;
}
.listMoreBtn {
    width: 100%;
}


/*
    news_detail
*/
.newsDetailTitleContainer {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.newsDetailTitleDate {
    width: 100%;
    margin-bottom: 3px;
    display: flex;
    align-items: flex-end;
}
.newsDetailTitle {
    width: calc(100% - 100px);
    font: 700 20px century gothic,微軟正黑體;
    letter-spacing: 1px;
    color: var(--mainGreen);
}
.newsDetailDate {
    width: 100px;
    font: 14px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: right;
}
.newsDetailTitleDec {
    width: 100%;
    height: 5px;
    border-top: solid 1px var(--mainGreen);
    border-bottom: solid 1px var(--mainPink);
}
.newsDetailType {
    margin-top: 0;
    margin-left: auto;
    padding: 3px 15px 5px;
    font: 400 16px century gothic,微軟正黑體;
    letter-spacing: 1px;
    background: var(--mainPink);
    color: #fff;
}


/*
    activity_detail
*/
.activityDetailAlbumContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px #eee;
    padding: 30px 30px 20px;
    background: #fafafa;
}
.activityDetailAlbumTitle {
    max-width: 500px;
    margin: 0 auto;
}
.activityDetailAlbumTitle .detailTitleContainer {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.activityDetailAlbumTitle .detailTitleDec {
    width: calc((100% - 140px)/2);
    height: 5px;
    border-top: solid 1px #ffac06;
    border-bottom: solid 1px #001699;
}
.activityDetailAlbumTitle .detailTitleDec:last-child {
    border-top: solid 1px #001699;
    border-bottom: solid 1px #ffac06;
}
.activityDetailAlbumTitle .detailTitle {
    width: 140px;
    font: 700 20px century gothic,微軟正黑體;
    letter-spacing: 2px;
    color: #001699;
    text-align: center;
}
.activityDetailAlbumItem {
    width: 100%;
    padding-bottom: 66%;
    border: solid 1px #ccc;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.activityDetailAlbumImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.activityDetailAlbumImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.activityDetailAlbumItem:hover .activityDetailAlbumImg img {
    transform: scale(1.05);
}

/* about4(boards) */
.aboutGroupItem{
    text-align: center;
}
.aboutGroupItem .itemImg {
    margin-bottom: 5px;
}
.aboutGroupItem .itemName {
    font: bold 18px 'Century Gothic', '微軟正黑體';
    color: var( --mainBlue );
}
.aboutGroupItem .itemJobTitle {
    font: bold 16px 'Century Gothic', '微軟正黑體';
    color: #333;
}
.aboutGroupItem .itemTel {
    font: normal 12px '微軟正黑體';
    letter-spacing: 0;
    color: #333;
}

/*
    contact
*/
.contactMap iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.contactInfoContainer {
    padding: 2px;
    border: solid 1px #001699;
    background: #fff;
}
.contactInfoBorder {
    padding: 10px 20px;
    border: solid 1px #ffac06;
}
.contactInfoItem {
    padding: 30px 0;
    border-bottom: solid 1px #e0e0e0;
}
.contactInfoIcon {
    margin-bottom: 8px;
    text-align: center;
    font-size: 28px;
    color: #001699;
}
.contactInfoText {
    font: 16px century gothic,微軟正黑體;
    letter-spacing: 1px;
    text-align: center;
}
.contactFormContainer {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border: solid 1px #ffac06;
    background: #fafafa;
}
.contactTitle {
    margin-bottom: 20px;
    font: 700 20px century gothic,微軟正黑體;
    color: #001699;
    text-align: center;
}

/*form styles*/
.form-control:focus {
    box-shadow: none !important; 
}
.formCustomStyle {
    font-family: century gothic,微軟正黑體;
}
.form-label {
    padding-top: 0;
    padding-bottom: 0;
    font: 15px century gothic,微軟正黑體;
    letter-spacing: 1px;
    color: #555;
    line-height: 36px;
}
.form-group input.form-control,
.form-group select.form-control {
    height: 36px;
    padding: 3px 5px;
    border: none;
    border-radius: 0;
    line-height: 20px;
    font: 400 16px century gothic,微軟正黑體;
    background: #eee;
    color: #222;
}
select.form-control{
    appearance: auto;
}
.form-group textarea.form-control {
    border-radius: 0;
    border: none;
    font: 16px century gothic,微軟正黑體;
    letter-spacing: 1px;
    line-height: 24px;
    color: #222;
    background: #eee;
}
.contactForm button {
    width: 100%;
}
.btnCustom-outline.btnGray {
    border-radius: 0;
    border: solid 1px #999;
    color: #777;
}
.btnCustom-outline.btnGray:hover, .btnCustom-outline.btnGray:focus {
    color: #fff;
    background: #999;
}

/* bs4 form*/
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 1rem;
}
/*
    donation info
*/
.donateInfoContent {
    padding: 5px 20px 10px;
}
.donateInfoContainer{
    border: 1px var(--mainGreen) solid;
    border-radius: 8px;
    overflow: hidden;
}
.donateInfoTitle{
    padding: 10px 20px;
    border-bottom: 1px #bbb solid;
    font: bold 20px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    background: var(--mainGreen);
    color: #fff;
}
.donateInfoContent .form-group input.form-control,
.donateInfoContent .form-group select.form-control,
.memberProfileContent .form-group input.form-control,
.memberProfileContent .form-group select.form-control {
    height: 36px;
    padding: 3px 10px;
    border: 1px #d9d9d6 solid;
    border-radius: 8px;
    font: 400 16px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    background: #fff;
    color: #222;
}
.donateInfoContent textarea.form-control {
    border-radius: 8px;
    border: 1px #d9d9d6 solid;
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 24px;
    background: #fff;
    color: #222;
    resize: none;
}
.donateInfoContent .btnCustom-outline,
.memberProfileContent .btnCustom-outline {
    border-radius: 5px;
    width: 100%;
}
.form-group input.form-control.cursor-notallowed {
    background-color: #eee;
}
/* donate final */
.donateFinalText {
    margin-top: 10px;
    font: 16px century gothic, '微軟正黑體';
    color: #3c3834;
}
.donateFinalText a {
    transition: all 0.4s;
}
.donateFinalText a:hover { 
    color: #e5254a;
}
.donateFinalRow {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal 16px century gothic, '微軟正黑體';
    letter-spacing: 1px;
    line-height: 26px;
    color: #3c3834;
}
.donateFinalRow:last-child .donateImportant {
    font-size: 1.5em;
    font-weight: bold;
    color: #e5254a;
}

/*
    member profile
*/
.memberTitleContainer{
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    position: relative;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.memberTitle{
    position: relative;
    padding-left: 9px;
    color: #3c3834;
    line-height: 20px;
    letter-spacing: 3px;
    font: bold 20px 'Century Gothic', '微軟正黑體';
}
.memberTitle::before{
    content: '';
    width: 4px;
    height: 20px;
    background: var( --mainGreen );
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*
    volunteer
*/
.volunteerHeader {
    margin-bottom: 50px;
}
.volunteerImage{
    margin-bottom: 20px;
}
.volunteerTitle{
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: bold;
    text-align: center;
}
.volunteerText{
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
}
.volunteerSectionImage img{
    border-radius: 50%;
}
.volunteerSectionTitle {
    color: #5782BB;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}
.volunteerTable{
    width: 100%;
}
.volunteerTable td{
    padding: 10px;
}
.volunteerTable tr{
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.volunteerTable tr td:first-child{
    width: 20%;
    text-align: center;
}
.volunteerTable p{
    font-size: 16px;
    line-height: 32px;
}

/*
    cooperate
*/
.companyItem {
    transition: all 0.4s ease;
    border: 1px rgba(0,0,0,0.00) solid;
}
.companyItem:hover{
    border: 1px #999 solid;
}
.companyItem .itemImgContainer{
    overflow: hidden;
}
.companyItem .itemImg {
    transition: all 0.8s ease-in-out;
}
.companyItem .itemImg:hover {
    transform: scale(1.2);
}
.companyItem .itemTitle {
    white-space: nowrap;
    font: 16px century gothic,微軟正黑體;
    color: #2e4057;
    transition: all .4s;
    margin: 10px 0;
}
.companyItem .itemTitle:hover{
    color: #001699;
}
.companyItem .itemText {
    font-size: 14px;
    height: 30px;
    color: #555555;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
    company detail
*/
.companyTop{
    display: flex;
    justify-content: space-around;
}
.companyLeft{
    width: 300px;
    overflow: hidden;
}
.companyLeft img{
    transition: all 0.8s ease-in-out;
}
.companyLeft:hover img{
    transform: scale(1.2);
}
.companyRight{
    width: 450px;
}
.companyRight .companyTitle{
    font-size: 22px;
    font-weight: bold;
    color: #F05A24;
    margin-bottom: 20px;
}
.companyRight .companyContent{
    border-top: 1px solid #ccc;
    line-height: 35px;
    font-size: 16px;
    color: #494949;
}
.companyRight a{
    color: var(--mainBlue);
    word-break: break-all;
    transition: all 0.4s;
}
.companyRight a:hover{
    color: var(--mainYellow);
}
.textEditor {
    clear: both;
    margin-top: 20px;
    font-size: 15px;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    color: #363636;
    line-height: 1.8;
}
.companyBottom {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.companyBottom .companyTitle {
    border-bottom: 2px solid #5C5C5C;
    height: 33px;
}
.companyBottom .companyTitle h2{
    font-size: 18px;
    display: inline;
    color: #fff;
    padding: 10px 20px;
    background: #5C5C5C;
}
.backBtn{
    padding: 15px 0;
}
.backBtn input{
    border: none;
    background-color: var(--mainGreen);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.backBtn input:hover{
    opacity: 0.8;
}

/*Login*/
.memberLoginContainer{
    max-width: 600px;
}
.loginSocialItem {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    background: #3c3834;
    transition: all 0.4s;
}
.loginSocialIcon {
    width: 60px;
    margin: 0 auto 15px;
    opacity: 0.7;
    transition: all 0.4s;
}
.loginSocialText {
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #fff;
}
.loginMailContainer {
    border: solid 1px #ddd;
    border-radius: 20px;
    background: #eee;
    overflow: hidden;
}
.loginMailTitle {
    padding: 12px 15px 8px;
    border-bottom: solid 1px #ddd;
    font: bold 16px 'Century Gothic', '微軟正黑體';
    color: #3c3834;
}
.loginMailContent {
    padding: 20px 15px;
    background: #fcfcfc;
}
.loginMailContainer .input-group > .form-control {
    height: 36px;
    padding: 3px 10px;
    border: solid 1px #3c3834;
    border-radius: 8px 0 0 8px;
    font: 400 16px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    color: #222;
}
.loginMailSend .btnCustom-outline{
    padding: 0 10px;
    border-radius: 0 8px 8px 0;
    border-color: #3c3834;
}
.loginMailCheck .form-control {
    border-radius: 8px !important;
}
.loginMailCheck .btnCustom-outline{
    border-radius: 8px;
}
.loginSocialItem:hover .loginSocialIcon {
    opacity: 1;
}
.loginSocialItem.loginSocialItemLine:hover {
    background: #00B900;
}
.loginSocialItem.loginSocialItemFb:hover {
    background: #4267B2;
}
.loginSocialItem.loginSocialItemGoogle:hover {
    background: #DB4437;
}
.loginMailContent .form-group > input.form-control {
    border-color: #3c3834;
}
/* 
    order
*/
.orderDetailContainer .donateInfoContent{
    background: #fff;
}
.orderWarningText {
    padding: 10px;
    border-radius: 8px;
    font: 600 17px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    background: var(--mainPink);
    color: #fff;
}
.orderInfoStatus {
    font: 400 18px 'Century Gothic', '微軟正黑體';
}
.orderInfoPrice {
    font: 600 24px 'Century Gothic', '微軟正黑體';
    color: var(--mainPink);
    letter-spacing: 1px;
}
.orderDetailItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font: normal 16px 'Century Gothic', '微軟正黑體';
    color: #3c3834;
    line-height: 26px;
    letter-spacing: 1px;
}
.donateDetailTable tbody{
    white-space: nowrap;
}