/*
    rwd header
*/
.rwdTopContainer {
    height: 130px;
    width: 100%;
    border-bottom: solid 3px var(--mainGreen);
    background: #fff;
    box-shadow: 1px 1px 5px rgb(10 5 0 / 50%);
    padding: 0 0;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    top: 0;
    z-index: 200;
}
.rwdMenuLogo {
    display: flex;
    align-items: center;
}
.rwdMenuLogo>a>img {
    width: 100%;
    max-width: 60px;
}
/* .rwdTopContainer .navItem{
    height: 40px;
}
.rwdTopContainer .navItem .navItemTitle{
    line-height: 40px;
} */
/* .rwdMenuIcon {
    width: 34px;
    height: 34px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 48px;
    line-height: 50px;
    color: #d09c51;
    position: relative;
}
.rwdMenuIconLine {
    width: 100%;
    height: 2px;
    background: var(--mainPink);
    position: absolute;
    transition: all .6s;
}
.rwdMenuIconLine.line1 {
    top: 5px;
    left: 0;
    transform-origin: left top;
}
.rwdMenuIconLine.line2 {
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.rwdMenuIconLine.line3 {
    bottom: 5px;
    left: 0;
    transform-origin: left bottom;
}
.rwdMenuIcon.active .rwdMenuIconLine.line1 {
    top: 0;
    width: 46px;
    transform: rotate(45deg);
}
.rwdMenuIcon.active .rwdMenuIconLine.line2 {
    opacity: 0;
}
.rwdMenuIcon.active .rwdMenuIconLine.line3 {
    bottom: 0;
    width: 46px;
    transform: rotate(-45deg);
}
.rwdHeaderNav {
    width: 220px;
    padding: 0 0 120px;
    font: 400 18px century gothic,微軟正黑體;
    line-height: 36px;
    letter-spacing: 3px;
    text-align: left;
    background: #e6e7ef;
    position: fixed;
    top: 70px;
    right: -255px;
    bottom: 0;
    z-index: 199;
    transition: all .6s;
    overflow-y: scroll;
    box-shadow: 1px 1px 5px rgb(10 5 0 / 50%);
}
.rwdHeaderNav.active {
    right: 0;
}
.rwdHeaderNav>ul {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}
.rwdHeaderNav>ul>li {
    margin: 16px 20px 0;
    padding: 0;
    border-bottom: solid 1px var(--mainPink);
}
.rwdHeaderNav>ul>li>a {
    text-align: left;
    font-weight: 700;
    color: var(--mainGreen);
}
.rwdHeaderNav .langBtn {
    text-align: center;
    margin: 16px 20px;
    color: var(--mainGreen);
}
.rwdHeaderNav .langBtn a {
    padding:0 5px;
    font-weight: 700;
    color: var(--mainGreen);
} */
.memberAction{
    margin:0 20px;
}
.memberActionBtn{
    display: block;
    background: var(--mainGreen);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
}
.memberActionBtn:hover i{
    color: #fff;
}
.memberActionBtn:hover span{
    color: #ffffff80;
}
.memberActionBtn i{
    font-size: 16px;
    width: 16px;
}
@media screen and (max-width: 480px) {
    .volunteerTable tr td:first-child {
        width: auto;
    }
}
@media screen and (max-width: 575px) {
    .newsDetailTitleDec {
        display: none;
    }
    .newsDetailType {
        margin-top: 5px;
        margin-left: 0;
        padding-top: 5px;
        background: var(--mainPink);
        color: #fff;
    }
}
@media (min-width: 768px){
    /*
        index.php
    */
    .banner-slideShow .owl-carousel .owl-nav {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: 0;
        width: 720px;
    }
    .banner-slideShow .owl-carousel .owl-item img{
        max-width: 720px;
    }
    .banner-slideShow .owl-carousel .owl-nav .owl-prev,
    .banner-slideShow .owl-carousel .owl-nav .owl-next{
        display: flex;
    }
}
@media screen and (min-width: 992px) {
    /*
        index.php
    */
    .banner-slideShow .owl-carousel .owl-nav{
        width: 960px;
    }
    .banner-slideShow .owl-carousel .owl-item img{
        max-width: 960px;
    }
    /* page adjustment*/
    .mainContainer .container {
        padding-left: 45px;
        padding-right: 45px;
    }
    
}
@media screen and (max-width: 1280px) {
    .mainContainer {
        max-width: 1100px;
        padding-right: 2%;
        padding-left: 2%;
    }
}

@media screen and (max-width: 1200px) {
    .navItemTitle, .navTopItem a{
        font-size: 15px;
    }
    .mainContainer {
        max-width: 960px;
    }
}
@media screen and (max-width: 999px) {
    .companyLeft {
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    /*
        general
    */
    body{
        width: 100%;
        min-height: calc(100vh - 70px);
        margin-top: 130px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        left: 0px;
        /* transition: all 0.6s; */
    }
    /* footer */
    .goTopContainer {
        bottom: 400px;
        /* z-index: 999; */
    }
    .footer{
        height: 400px;
        padding-top: 60px;
    }
    .footerContainer {
        justify-content: center;
    }
    .footerInfoContainer {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footerInfoLogo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
        text-align: center;
    }
    .footerInfoItem {
        margin-bottom: 5px;
    }
    .footerNavContainer {
        width: 288px;
    }
    .footerNav {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font: normal 14px 'Century Gothic', '微軟正黑體';
        letter-spacing: 1px;
    }
    .footerCopyright {
        text-align: center;
    }
    /*
        page
    */
    .mainContainer {
        max-width: 740px;
        padding-bottom: 100px;
    }
    /*
        recruit
    */
    .volunteerSectionTitle{
        margin-top: 30px;
        font-size: 22px;
    }
    /*
        news_detail
    */
    .newsDetailTitleDate {
        width: 100%;
        flex-wrap: wrap;
    }
    .newsDetailTitle {
        width: calc(100% - 0px);
        order: 2;
    }
    .newsDetailDate {
        width: 100%;
        text-align: left;
        order: 1;
    }
    /* cooperate_detail */
    .companyTop{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    /*
        login
    */
    .loginSocialIcon {
        opacity: 1;
    }
    .loginSocialItem.loginSocialItemLine{
        background: #00B900;
    }
    .loginSocialItem.loginSocialItemFb{
        background: #4267B2;
    }
    .loginSocialItem.loginSocialItemGoogle{
        background: #DB4437;
    }
}


@media screen and (max-width: 768px) {
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 13px;
    }
    .navItemTitle i {
        font-size: 10px;
    }

    .mainContainer {
        max-width: 540px;
    }
    /*
        recruit
    */
    .volunteerSectionTitle{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    /*
        company detail
    */
    .companyLeft {
        width: 70%;
    }
    .companyRight{
        width: 100%;
    }
    /*
        login
    */
    .indexLinkItem img {
        max-width: 250px;
        margin: 0 auto;
    }
    .loginSocialItem {
        padding: 15px;
        border-radius: 15px;
    }
    .loginSocialItem a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .loginSocialIcon {
        width: 36px;
        margin: 0 0 0;
    }
    .loginSocialText {
        width: 150px;
    }
}
@media screen and (max-width: 575px) {
    
    /*
        recruit
    */
    .volunteerTitle {
        font-size: 28px;
    }
    .volunteerText, .volunteerTable p{
        font-size: 14px;
    }
    .volunteerSectionTitle{
        margin-top: 30px;
        font-size: 18px;
    }
    .donateFinalText{
        font-size: 15px;
    }
    .rwdMenuLogo>a>img{
        width: 50px;
    }
    .navItemTitle i {
        font-size: 8px;
    }
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 11px;
    }
}
@media screen and (max-width: 480px) {
    .rwdMenuLogo > a {
        width: 50px;
    }
    .navTop {
        height: 30px;
    }
    .navItemTitle i {
        font-size: 5px;
    }
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 9px;
    }
}
@media screen and (max-width: 420px) {
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 8px;
    }
}
@media screen and (max-width: 390px) {
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 7px;
    }
}
@media screen and (max-width: 360px) {
    .navItemTitle, .navTopItem a,.navItemSubTitle {
        font-size: 6px;
    }
}