:root {
    --color1: hsl(200, 90%, 50%);
    --color2: hsl(200, 90%, 40%);
    --color3: hsl(0, 100%, 50%);
    --tag_01: hsl(45, 100%, 50%);
    --tag_02: hsl(200, 90%, 50%);
    --red: hsl(0, 100%, 50%);
}

body {
    background-color: #f4f4f4;
}

#mainNav {
    height: auto;
}

.header .navbar-brand {
    display: inline-flex;
    max-width: 80%;
    height: auto;
    max-height: unset;
    align-self: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .navbar-brand img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .header .navbar-brand {
        width: 100%;
        max-width: 300px;
    }
}

.header_nav {
    margin-top: 0;
}

.header_nav nav ul li {
    width: auto;
}

.header_nav nav ul li a {
    color: #FFF;
}


.header_nav nav .sub_menu {
    border-top: 2px solid var(--color1);
    border-bottom: 2px solid var(--color1);
    top: 50px;
}

.header_nav nav .sub_menu:before {
    display: none;
}


.header_nav nav .sub_menu li {
    background-color: #FFF;

}

.header_nav nav .sub_menu li a {
    color: #333;
    border-bottom: 1px solid hsla(45, 100%, 25%, .2);
}

.top_list {
    margin-top: 0;
}

.main-slider {
    padding: 0;
    padding-top: 0.63em;
}

.header .navbar-brand .img-fluid.logo_scale {
    height: auto;
}



/* 頁尾 */
.footer_area {
    background-color: hsl(200, 90%, 95%);
}

.footer_area h2 {
    color: #333;
    border-color: #ccc;
    margin-top: 1rem;
}

.footer_area ul li a {
    color: #666;
    font-size: 15px;
}

.footNav_pc ul li:not(:last-child) {
    border-color: hsla(0, 0%, 100%, .5);
}

.footNav_pc ul li:last-child {
    margin-bottom: 2rem;
}

.footNav_m .card-header {
    border-color: #ccc;
}

.footer_toggle_wrap {
    border-bottom: 3px solid var(--color2);
}

#footer_toggle {
    background: var(--color2);
}

.sidebar_info i {
    color: var(--color2);
}

/* 登入 */
.fast_or {
    display: flex;
    color: #999;
    text-align: center;
    justify-content: center;
    margin: 1rem 0 2rem;
    padding: 0;
}

.fast_or:before, .fast_or:after {
    width: calc(50% - 1.5em);
    background-color: #e7e7e7;
}

.fast_or:before {
    left: 0;
}

.fast_or:after {
    right: 0;
}

.login_section .card {
    padding: 1em;
}

.login_section .form-group.row.justify-content-start {
    justify-content: center !important;
}

.login_section .form-group.row.justify-content-start .ml-3 {
    margin-left: 0 !important;
}

.donate_fastlogin {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    justify-self: center;
    margin: 1rem auto;
}

.donate_fastlogin a {
    display: inline-block;
}

.donate_fastlogin label {
    display: none;
}

.donate_fastlogin button {
    border-radius: 10px;
}

.donate_fastlogin button, .donate_fastlogin:not(.login) a {
    margin: 0 .5rem;
    justify-self: center;
}

input, select, .form-control:not(textarea) {
    border-color: #ccc;
}

textarea, textarea.form-control {
    border-color: #ccc;
}

.form-control::placeholder,
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: #666 !important;
}

/* 麵包屑 */
.breadcrumb-item {
    color: #666;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #666;
}


/* 內文 */
.section_title {
    padding: 3rem 0 .5rem;
}

.section_title .title {
    color: #333;
    font-size: 2em;
}

.section_title .title:before {
    display: none;
    background-image: none;
    background-color: #666;
}

.section_title_wrap {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 2rem;
}

.section_title .title {
    flex: 1;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.section_title_wrap .title_more {
    display: inline-block;
    flex: 0 0 auto;
    justify-self: flex-end;
    vertical-align: top;
    position: static;
    margin-left: auto;
    margin-right: 0;
}

.section_title .title_more a {
    background-color: transparent;
    border: none;
}

.section_title .title_more a i {
    transform: translateX(0);
    transition: all .2s;
}

.section_title .title_more a:hover {
    color: var(--color1);
    background-color: transparent;
}

.section_title .title_more a:hover i {
    transform: translateX(10px);
    transition: all .2s;
}

.page_title i {
    color: var(--color2);
}

.section_title.page_title h1 {
    font-size: 2em;
}

.section_title.page_title i {
    font-size: 2em;
}

.custom_column .custom_wrap {
    border: none;
    border-color: var(--color2);
    margin-bottom: 2em;
    box-shadow: 3px 3px 10px hsla(0, 0%, 0%, .1);
}

.custom_column .custom_wrap h3 {
    background-color: var(--color2);
    color: #FFF;
    padding: .5em 1em;
    margin-top: 0em;
    top: 0;
    left: 0%;
    transform: translateX(0%) translateY(-100%);
}

.news_content .news_column, .news_content .events_column {
    margin-top: 0;
}

.card.end {
    border-color: transparent;
    background-color: transparent;
}

.donate_info {
    margin-bottom: 1rem;
}

.donate_info h2 {
    color: #333;
}

.text-orange {
    color: var(--color1);
}

.faq_header .faq_number {
    color: var(--color1);
}

.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    color: var(--color1);
    border-color: #ccc;
}

.nav .nav-link, .news_filter a {
    background-color: transparent;
    color: var(--color1);
    border-color: #ccc;
}

.faq_header:hover {
    background-color: var(--tag_01);
}

#cart_order tbody tr:last-child td p {
    color: var(--red);
}

#cart_order tbody tr:last-child td span {
    color: var(--red);
}

.cart_info .text-primary {
    color: var(--red) !important;
}