﻿html {
    font-size: 16px;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: 'Microsoft JhengHei', 'Libre Franklin', sans-serif;
    font-weight: 900;
    overflow-x: hidden;
}

    body.opened {
        overflow: hidden;
    }


.font-main {
    font-family: 'Noto Serif TC', serif;
}

.font-normal {
    font-family: 'Noto Sans TC', sans-serif;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none !important;
}

    a:hover {
        color: #47A17C;
    }

section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.container-fluid {
    max-width: 1920px;
}

.content-container {
    max-width: 1520px;
}

.img-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-stamp {
    background: url(/Content/images/bg-layout.png) 50% 50% repeat;
}

.bg-theme {
    background-color: #47A17C !important;
}

.text-theme {
    color: #47A17C;
}

.text-main {
    color: #4B7F64;
}

.text-blue {
    color: #3A4968;
}

.text-sub {
    color: #65997F;
}

nav.navbar {
    border-bottom: 4px solid #47A17C;
}

.icon-ribbon {
    width: 24px;
    height: 30px;
}

.stamp-content {
    display: inline-flex;
    align-items: end;
    flex-wrap: wrap;
    line-height: 1;
    word-break: break-all;
}

.text-stamp {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 12px;
}

    .text-stamp.flip {
        transform: rotate(180deg);
    }

    .text-stamp::before,
    .text-stamp::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #65997F;
    }

.white-stamp.text-stamp::before,
.white-stamp.text-stamp::after {
    background-color: #fff;
}

.text-stamp::before {
    width: 80%;
    height: 6px;
    border-radius: 3px;
    transform: translateY(-2.5px);
}

.text-stamp::after {
    left: initial;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.line-height-0 {
    line-height: 1;
}

#header .item {
    height: 41.67vw;
    max-height: 800px;
}

.icon-cube {
    position: relative;
    display: flex;
    width: 168px;
    height: 168px;
    background-color: #7BC69F;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
}

    .icon-cube::after {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        right: 0px;
        width: 270px;
        height: 230px;
        background-color: #65997F;
        transform: rotate(50deg);
        transition: all .4s;
    }

    .icon-cube:hover::after {
        top: 100%;
        right: 100%;
        opacity: 0;
    }

    .icon-cube img {
        position: relative;
        align-self: center;
        margin: auto;
        z-index: 2;
    }

#MenuToggler {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #47A17C;
    transform: translateY(-50%);
}

.dropdown {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .dropdown li {
        position: relative;
        padding: 8px 22px;
    }

        .dropdown li a {
            display: block;
            width: 100%;
            color: inherit;
        }

    /* The sub dropdown */
    .dropdown ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 200px;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 1;
        visibility: hidden;
    }

        .dropdown ul.dropdown-sub {
            left: 50%;
            transform: translateX(-50%);
        }

        /* The second level sub dropdown */
        .dropdown ul ul {
            position: absolute;
            top: 0;
            left: 100%;
        }

    /* fix width */
    .dropdown li.right-li ul {
        left: initial;
        right: 100%;
    }

    /* Show the direct sub dropdown when hovering the list item */
    .dropdown li.active > ul,
    .dropdown li:hover > ul {
        visibility: visible;
    }


.dropdown-sub li {
    background-color: #47A17C;
    color: #fff;
}

    .dropdown-sub li[class*=active],
    .dropdown-sub li:hover {
        background-color: #fff;
        color: #47A17C;
    }

.right-li {
    position: relative;
}

.dropdown-third li {
    background-color: #7EC0A3;
    color: #fff;
}

    .dropdown-third li:hover {
        background-color: #67A887;
        color: #fff;
    }

.dropdown-toggle::after {
    border-color: #fff transparent transparent transparent;
    transition: transform .3s;
}

.dropdown li:hover > .dropdown-toggle::after {
    border-color: #47A17C transparent transparent transparent;
    transform: rotate(-90deg);
}

.dropdown li.right-li > .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    left: 2.5px;
    transform: translateY(-50%);
}

.dropdown li.right-li:hover > .dropdown-toggle::after {
    transform: rotate(90deg) translate(-25%, -25%);
}

.dropdown-caret {
    position: relative;
}

.dropdown li[class*=active] .dropdown-caret,
.dropdown li:hover .dropdown-caret {
    color: #47A17C;
    transition: color .4s;
}

.dropdown-caret > span {
    color: #47A17C;
}

i.icon-dot-arrow {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 15px;
    margin-left: 0.255em;
    transition: transform .5s;
}

    i.icon-dot-arrow::before,
    i.icon-dot-arrow::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    i.icon-dot-arrow::before {
        top: 0;
        width: 2px;
        height: 10px;
        background-color: #47A17C;
    }

    i.icon-dot-arrow::after {
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 3px 0 3px;
        border-color: #47A17C transparent transparent transparent;
    }

.dropdown li[class*=active] i.icon-dot-arrow,
.dropdown li:hover i.icon-dot-arrow {
    transform: rotate(-180deg);
}

    .dropdown li[class*=active] i.icon-dot-arrow::before,
    .dropdown li:hover i.icon-dot-arrow::before {
        background-color: #000;
    }

    .dropdown li[class*=active] i.icon-dot-arrow::after,
    .dropdown li:hover i.icon-dot-arrow::after {
        border-color: #000 transparent transparent transparent;
    }

.btn-toggler {
    position: relative;
    width: 45px;
    height: 20px;
}

    .btn-toggler > div {
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        height: 2px;
        background-color: #fff;
        transform: translateY(-50%);
        transition: all .3s;
    }

    .btn-toggler .bar-middle {
        top: 50%;
        width: 70%;
    }

    .btn-toggler .bar-bottom {
        top: initial;
        bottom: 0;
        width: 100%;
    }

#CommunityContent:hover .btn-toggler .bar-top,
#CommunityContent:hover .btn-toggler .bar-middle {
    top: 50%;
    width: 100%;
}

#CommunityContent:hover .btn-toggler .bar-top {
    transform: rotate(45deg);
}

#CommunityContent:hover .btn-toggler .bar-middle {
    transform: rotate(-45deg);
}

#CommunityContent:hover .btn-toggler .bar-bottom {
    opacity: 0;
}

#CommunityDropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 1;
}

#CommunityContent:hover #CommunityDropdown {
    display: block;
}

#CommunityDropdown a {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    background-color: #47A17C;
    color: #fff;
    transition: background-color .3s;
}

    #CommunityDropdown a + a {
        border-top: 1px solid #fff;
    }

    #CommunityDropdown a:hover {
        background-color: #58c699;
    }

#navbarNavDropdown {
    transition: all .3s;
}

    #navbarNavDropdown a [class^=icon-]:not(.icon-dot-arrow),
    #CommunityContent a [class^=icon-] {
        display: block;
        width: 2.3rem;
        height: 2.3rem;
        background: url(/Content/images/icon-map-circle.png) 50% 50% no-repeat;
        background-size: contain;
    }
  
.icon-fb {
    background-image: url("/Content/images/icon-fb.png") !important;
}

.icon-line {
    background-image: url("/Content/images/icon-line.png") !important;
}

.icon-ig {
    background-image: url("/Content/images/icon-ig.png") !important;
}

.icon-yt {
    background-image: url("/Content/images/icon-yt.png") !important;
}

.icon-email {
    background-image: url("/Content/images/icon-email.png") !important;
}

#link-content a {
    transition: opacity .3s;
}

    #link-content a:hover {
        opacity: .65;
    }

.nav-tabs .nav-link {
    border: 0;
}

    .nav-tabs .nav-link[aria-expanded="true"] {
        border-bottom: 3px solid #47A17C;
        margin-bottom: -2px;
        border-radius: 1.5px;
        color: #47A17C;
    }

/* HomeNews */
#accordionNews {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.nav.nav-tabs {
    margin-right: 20px;
}

#accordionNews .slick-dots {
    bottom: -25px;
}

#accordionNews > div:not([data-width]) {
    opacity: 0;
}

#accordionNews > div:first-child {
    opacity: 1;
}

#accordionNews .item {
    padding: 0 20px;
    height: 390px;
}

.text-ellipsis-2row {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#accordionNews {
    padding-top: 35px;
}

.badge-submain {
    background-color: #EA478A;
}

.badge-end {
    background-color: #E2741A;
}

.badge-year {
    background-color: #937B6C;
}

.bg-section {
    height: 144.5vw;
    max-height: 2775px;
    background: url(/Content/images/bg-aa.png) 0 0 no-repeat;
    background-size: contain;
}

/* About */
#About .text-box:nth-child(2) {
    height: 20vw;
    max-height: 420px;
    margin-top: 7vw;
}

#About .text-box:nth-child(3) {
    min-height: 20vw;
    max-height: 370px;
    margin-top: 8vw;
}

.btn-more {
    display: inline-block;
    position: relative;
    padding: 1.5rem 3.75rem;
    border: 1px solid transparent;
    border-left: 4px solid #4B8763;
    background-color: #4FA371;
    color: #fff;
    overflow: hidden;
}

    .btn-more.blue {
        border-left: 4px solid #50638E;
        background-color: #5B7EBC;
    }

    .btn-more::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4B8763;
        background: linear-gradient(195deg, transparent 67px, #4B8763 0);
        transition: all .4s;
    }

    .btn-more.blue::before {
        background: #2F6645;
        background: linear-gradient(195deg, transparent 67px, #50638E 0);
    }

    .btn-more .btn-content {
        position: relative;
        display: inline-flex;
        align-items: end;
        line-height: 1;
    }

    .btn-more .text-stamp {
        margin: 0;
        transform: scale(.65);
    }

        .btn-more .text-stamp::before,
        .btn-more .text-stamp::after {
            background-color: #fff;
        }

    .btn-more:hover {
        border-color: #2F6645;
        background-color: #DAEADF;
        color: #2F6645;
    }

    .btn-more.blue:hover {
        border-color: #50638E;
        background-color: #D3DCEA;
        color: #50638E;
    }

    .btn-more:hover::before {
        left: -100%;
    }

    .btn-more:hover .text-stamp::before,
    .btn-more:hover .text-stamp::after {
        background-color: #2F6645;
    }

    .btn-more.blue:hover .text-stamp::before,
    .btn-more.blue:hover .text-stamp::after {
        background-color: #50638E;
    }

/* Activity */
#Activity {
    margin-top: 29vw;
}

#ActivityText {
    position: relative;
    height: 25vw;
    max-height: 480px;
    border: 1px solid #3A684E;
    background-color: rgba(255, 255, 255, .9);
}

    #ActivityText::before,
    #ActivityText::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 31px;
        height: 90%;
        background: url(/Content/images/icon-circle.png) 0 0 repeat-y;
    }

    #ActivityText::before {
        top: 0;
        left: -31px;
    }

    #ActivityText::after {
        bottom: 0;
    }

    #ActivityText .icon {
        position: absolute;
        right: 34px;
        bottom: 0;
        transform: translateY(50%);
    }

/* Project */
#Project {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

    #Project .item .border {
        width: 320px;
        height: 320px;
        border-width: 6px !important;
        overflow: hidden;
    }

.border .img-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.border:hover .img-background {
    width: 125%;
    height: 125%;
}

#Project .item h1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translateX(-160px);
    background-color: #47A17C;
}

#Project .item:hover h1 {
    background-color: #71BC8F;
}

.text-line {
    white-space: pre-wrap;
}

#bg-mountain {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 100px;
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-mountain.png) 50% 100% no-repeat;
}

#JoinUs {
    height: 1020px;
    background: url(/Content/images/bg-joinus.jpg) 50% 50% no-repeat;
}

    #JoinUs .title-text,
    #JoinUs .sub-text {
        top: 0;
        font-size: 3rem;
        line-height: 1.1;
    }

    #JoinUs .title-text {
        left: 0;
        background-color: #6AA3CE;
    }

    #JoinUs .sub-text {
        left: 130px;
        color: #6AA3CE;
    }

#RelatedNews {
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-news.jpg) 50% 50% no-repeat;
    background-size: contain, cover;
}

.news-title {
    position: relative;
    display: inline-block;
    padding: 1.25rem 2rem;
    border-top-right-radius: 2.5rem;
    background-color: rgba(114, 113, 79, .8);
    transition: background-color .3s;
    z-index: 1;
}

.news-box:hover .news-title {
    background-color: #A39E5C;
}

.news-box .icon-circle {
    display: block;
    position: absolute;
    top: 76px;
    right: -12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #72714F;
}

.news-content {
    max-height: 370px;
    margin-left: 15px;
    border-top: 1px solid #72714F;
    overflow-y: auto;
    transform: translateY(-8px);
}

.date-text {
    color: #72714F;
}

.news-content .item {
    background-color: rgba(255,255,255,.5);
}

    .news-content .item:nth-child(even) {
        background-color: #fff;
    }


.news-content .title {
    text-decoration: underline;
}

.news-content .item span {
    color: #666;
}

.news-content .item:hover span {
    color: #000;
}

.more-text {
    display: flex;
    justify-content: end;
    color: #000;
}

    .more-text .text-stamp {
        margin: 0;
        transform: scale(.65);
    }

        .more-text .text-stamp::before,
        .more-text .text-stamp::after {
            background-color: #000;
        }

    .more-text:hover .text-stamp::before,
    .more-text:hover .text-stamp::after {
        background-color: #65997F;
    }

/* Other Page */
.page-banner {
    min-height: 18vw;
    max-height: 350px;
    overflow-x: hidden;
}

    .page-banner .container-fluid {
        max-width: 1600px;
    }


.breadcrumb {
    position: relative;
    padding: .5rem;
    margin-bottom: 0;
}

.page-title,
.breadcrumb {
    padding-left: 1rem;
}

    .breadcrumb,
    .breadcrumb::before {
        background-color: rgba(51, 124, 92, .8);
    }

        .breadcrumb::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 100%;
            width: 25vw;
            height: 100%;
        }

        .breadcrumb,
        .breadcrumb a,
        .breadcrumb-item.active,
        .breadcrumb-item + .breadcrumb-item::before {
            color: #fff;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.layer-title1 {
    font-size: 7rem;
    font-style: italic;
    word-break: break-all;
    color: #D1E5DC;
}

    .layer-title1::after {
        content: '';
        display: inline-block;
        width: 15vw;
        max-width: 100px;
        height: 8px;
        border-radius: 4px;
        background-color: #D1E5DC;
    }

.layer-title2 {
    top: 50%;
    left: 5.3125rem;
    transform: translateY(-50%);
}

.content-box {
    padding-left: 5.3125rem;
    padding-right: 2.6rem;
}
/* About */
#jci-intro {
    padding-bottom: 8.75rem;
}

#jci-feature {
    height: 895px;
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-about2.png) 50% 50% no-repeat;
}

#jci-philosophy {
    padding-top: 5rem;
}

    #jci-philosophy .img-box {
        margin-top: 5rem;
    }

#bg-About {
    min-height: 1380px;
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-about3.png) 50% 0% no-repeat;
    background-size: contain, cover;
}

#jci-treasure {
    padding-top: 20rem;
}

    #jci-treasure .item {
        border: 4px solid #6C9381;
        padding: 0 1.875rem;
    }

    #jci-treasure [class^=col]:nth-child(3) .item {
        border-color: #7B8E6B;
    }

    #jci-treasure [class^=col]:nth-child(5) .item {
        border-color: #898560;
    }

    #jci-treasure .item i.icon-circle {
        top: -30px;
        right: -30px;
        width: 160px;
        height: 160px;
        background-color: #6C9381;
    }

    #jci-treasure [class^=col]:nth-child(3) .item i.icon-circle {
        background-color: #7B8E6B;
    }

    #jci-treasure [class^=col]:nth-child(5) .item i.icon-circle {
        background-color: #898560;
    }

    #jci-treasure i.icon-circle img {
        left: 45%;
        top: 55%;
    }

    #jci-treasure [class^=col]:nth-child(2) .item-border,
    #jci-treasure [class^=col]:nth-child(4) .item-border {
        top: 25%;
        left: 0;
        transform: translateY(-50%);
    }

    #jci-treasure [class^=col]:nth-child(4) .item-border {
        top: 75%;
    }

.transform-center {
    transform: translate(-50%, -50%);
}

#jci-treasure .item h3 {
    color: #6C9381;
}

#jci-treasure [class^=col]:nth-child(3) .item h3 {
    color: #7B8E6B;
}

#jci-treasure [class^=col]:nth-child(5) .item h3 {
    color: #898560;
}

#jci-treasure .item h3,
#jci-treasure .item h6 {
    padding-top: 3.5rem;
}

#jci-treasure .item h6 {
    line-height: 2;
}

#jci-treasure .item-border {
    width: 90px;
}

#jci-advantage {
    min-height: 770px;
    background: linear-gradient(transparent 0%, rgba(239,236,223,1) 100%), url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-about5.png) 30% 100% no-repeat;
}

    #jci-advantage .box-content {
        height: 335px;
        margin-left: -30px;
        padding-bottom: 70px;
    }

        #jci-advantage .box-content > div + div {
            border-top: 1px dashed #aaa;
        }

.box-content .title {
    color: #9E8274;
}

    .box-content .title::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 2px;
        margin-right: 10px;
        border-radius: 1px;
        background-color: #9E8274;
        transform: translateY(-6px);
    }

.box-content h6 {
    padding-left: 34px;
}

/* Organize */
.file-item {
    border: 2px solid #6C9381;
    background-color: #fff;
    color: #547263;
}

    .file-item:hover {
        background-color: #6C9381;
    }

        .file-item:hover,
        .file-item:hover h6 {
            color: #fff;
        }

.icon-pdf {
    width: 44px;
}

    .icon-pdf svg {
        fill: #C95757;
    }

.icon-download {
    width: 24px;
}

    .icon-download svg {
        fill: #000;
    }

.file-item:hover .icon-pdf svg,
.file-item:hover .icon-download svg {
    fill: #fff;
}

.file-item h6 {
    color: #000;
}

.icon-more {
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../Content/images/loading.png) 50% 50% no-repeat;
    background-size: cover;
    opacity: .8;
}

    .icon-more:hover {
        opacity: 1;
    }

#president-speech {
    min-height: 1150px;
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-president.png) 50% 100% no-repeat;
}

    #president-speech .title {
        min-height: 13vw;
        max-height: 250px;
        background: url(/Content/images/bg-slogan.png) 50% 50% no-repeat;
        background-size: contain;
    }

        #president-speech .title span {
            color: #844750;
        }

.border-custom::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background-color: #A3A3A3;
}

.chara-item {
    width: 290px;
}

    .chara-item figure {
        height: 360px;
    }

        .chara-item figure .img-background:empty {
            background-color: #999;
        }

figure .img-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.chara-item:hover figure .img-background {
    width: 110%;
    height: 110%;
}

.chara-item .bg-theme {
    background-color: #6C9381;
}

.chara-item small {
    color: #666;
}

.chara-item .text-theme {
    color: #6C9381;
}

.chara-item a {
    color: #999;
}

/* Sorority */
#bg-Sorority {
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-sorority.png) 50% 25% no-repeat;
}

#club-intro {
    padding-left: 15px;
    padding-right: 15px;
}

.flag-box {
    position: absolute;
    top: -3.75rem;
    right: 0;
    transform: translateY(-50%);
}

.btn-more[class~="flag"] {
    border: 0;
}

    .btn-more[class~="flag"]::before {
        top: initial;
        bottom: 0;
    }

    .btn-more[class~="flag"].active,
    .btn-more[class~="flag"]:hover {
        color: #fff;
    }

        .btn-more[class~="flag"].active::before,
        .btn-more[class~="flag"]:hover::before {
            left: 0;
            height: 200%;
        }

.btn-more[class~="flag"] {
    background-color: #6C9381;
}
    .btn-more[class~="flag"]::before {
        background: #6C9381;
    }

    .btn-more[class~="flag"].active {
        background-color: #0047A0;
    }

        .btn-more[class~="flag"].active::before {
            background: #CD2E3A;
        }


.btn-more .text-warning {
    color: #FFFACA !important;
}

.btn-more.stamp-sm {
    padding: 1.25rem 1.5rem;
}

.stamp-sm .text-stamp {
    width: 45px;
    transform: none;
}

    .stamp-sm .text-stamp::before {
        height: 4px;
        border-radius: 2px;
        transform: translateY(-2px);
    }

    .stamp-sm .text-stamp::after {
        width: 8px;
        height: 8px;
    }

.btn-more[data-flag]:hover .text-stamp::before,
.btn-more[data-flag]:hover .text-stamp::after {
    background-color: #fff;
}

.theme-select {
    border-color: #6C9381;
    font-weight: 900;
    color: #6C9381;
}

.card-theme {
    border-color: #6C9381;
}

    .card-theme .card-header {
        background-color: #6C9381;
    }

    .card-theme .card-header,
    .card-theme a {
        color: #fff;
    }

    .card-theme .card-body {
        color: #666;
    }

.text-small {
    color: #666;
}

#club-intro .box-content {
    height: 7rem;
}

.record-item {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

    .record-item:nth-child(even) {
        background-color: rgba(211, 229, 219, .6);
    }

.record-border {
    padding-left: 2rem;
    padding-right: 2rem;
}

    .record-border::before,
    .record-border::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 50%;
        border-radius: 3px;
        background-color: #47A17C;
        transform: translateY(-50%);
    }

    .record-border::after {
        left: initial;
        right: 0;
    }

.record-carousel .item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.record-carousel .img-background {
    width: 38.6vw;
    height: 25.7vw;
}

/* Activiity */
.bg-article {
    padding-bottom: 8rem;
    background: linear-gradient(#0000 50%, rgba(131, 131, 131, .1) 100%), url(/Content/images/bg-layout.png) 50% 50% repeat;
}

article {
    padding-top: 6.875rem;
}

.article-title::before {
    content: '';
    display: block;
    position: absolute;
    left: -3rem;
    bottom: 0;
    width: 41.8125rem;
    height: 7.5rem;
    transform: translateY(15%);
    background: url(/Content/images/article-title.png) 50% 50% no-repeat;
    background-size: contain;
    z-index: -1;
}

.text-nowrap {
    white-space: nowrap;
}

.more-arrow:hover {
    color: #6B918B;
}

.more-arrow::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .625rem;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000;
}

.more-arrow:hover::after {
    border-color: transparent transparent transparent #6B918B;
}

.news-bar {
    border: 4px solid transparent;
    background-color: rgba(108, 147, 129, .9);
}

    .news-bar:hover {
        border-color: rgba(162, 185, 186, .9);
        background-color: rgba(81, 110, 95, .9);
    }

    .news-bar .icon-download svg {
        fill: #fff;
    }

    .news-bar:hover .icon-download svg {
        fill: #516e5f;
    }

.text-shadow {
    text-shadow: 0 0 #000;
}

a:hover .text-shadow {
    color: #4C6859;
}

.border-gray {
    height: 1px;
    background-color: #D1D1D1;
}

.nav-border {
    position: relative;
}

    .nav-border:nth-child(2n)::before {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #D1D1D1;
        transform: translateX(-50%);
    }

.collapse-haed {
    background-color: #CCC;
    color: #000;
}

    .collapse-haed[aria-expanded="true"] {
        background-color: #6B918B;
        color: #fff;
    }

    .collapse-haed i.icon-dot-arrow {
        width: 10px;
        height: 20px;
    }

    .collapse-haed[aria-expanded="true"] i.icon-dot-arrow {
        transform: rotate(180deg);
    }

    .collapse-haed i.icon-dot-arrow::before {
        width: 3px;
        background-color: #000;
    }

    .collapse-haed[aria-expanded="true"] i.icon-dot-arrow::before {
        background-color: #fff;
    }

    .collapse-haed i.icon-dot-arrow::after {
        border-width: 8px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
    }

    .collapse-haed[aria-expanded="true"] i.icon-dot-arrow::after {
        border-color: #fff transparent transparent transparent;
    }

.archive-img {
    width: 90px;
}

.activiity-item {
    margin-bottom: 5.6rem;
}

    .activiity-item figure {
        height: 345px;
    }

    .activiity-item:hover figure .img-background {
        width: 125%;
        height: 125%;
    }

.badge-download {
    background-color: #757575;
}

.activiity-item .past-number {
    top: 0;
    left: 0;
    width: 9.4rem;
    background-color: #6B918B;
    transform: translateY(-50%);
    z-index: 2;
}

.activiity-item .article-title {
    padding-left: 1.5rem;
}

    .activiity-item .article-title::before {
        left: 0;
        width: 443px;
        height: 79px;
    }

/* Join */
#JoinForm {
    background: url(/Content/images/bg-layout.png) 50% 50% repeat, url(/Content/images/bg-joinform.png) 50% 50% no-repeat;
    background-size: contain, cover;
}

/* footer */
.footer-info {
    background: url(/Content/images/bg-footer.png) 50% 50% no-repeat, url(/Content/images/bg-layout.png) 50% 50% repeat;
    background-color: #81A38F;
}

    .footer-info a,
    .footer-info h5,
    .footer-info span {
        color: #fff;
    }

    .footer-info a {
        transition: opacity .3s;
    }

        .footer-info a:hover {
            opacity: .65;
        }

footer ul {
    padding-left: 9px;
}

footer li {
    list-style-type: '-';
    padding-left: 9px;
    color: #fff;
}

.footer-info [class^=icon-] {
    display: block;
    width: 86px;
    height: 86px;
}

.footer-copyright .logo {
    max-width: 1020px;
}

#gotop {
    position: fixed;
    right: -20px;
    bottom: 50px;
    color: #27684C;
    opacity: .7;
    transform: rotate(90deg);
    cursor: pointer;
}

    #gotop i {
        transform: rotate(90deg) scale(1.2) translate(1px, 10px);
    }

        #gotop i::before {
            background-color: #27684C;
        }

        #gotop i::after {
            border-color: #27684C #0000 #0000 #0000;
        }

    #gotop:hover {
        opacity: 1;
    }

#fb-root {
    display: none;
}

@media (min-width: 1921px) {
    #Activity {
        margin-top: 345px;
    }
}

@media (max-width: 1199.98px) {
    .nav.nav-tabs {
        width: 100%;
        margin-left: 20px;
    }

        .nav.nav-tabs li {
            width: 33.3%;
        }

    #Activity {
        margin-top: 15vw;
    }

    #jci-philosophy .img-box {
        margin-top: 3rem;
    }

    #jci-treasure [class^=col]:nth-child(4) .item-border {
        top: 0;
        left: 60%;
        transform: none;
        height: 90px;
        transform: rotate(90deg);
    }
}

@media (max-width: 991.98px) {
    .bg-section {
        height: auto;
        background-image: none;
    }

    #About {
        background: rgba(103, 168, 135, .45) url(/Content/images/bg-layout.png) 50% 50% repeat;
    }

        #About .text-box:nth-child(2) {
            height: auto;
            margin-top: 3.5vw;
            text-align: center;
        }

        #About .text-box:nth-child(3) {
            margin-top: 3.5vw;
            max-height: initial;
            text-align: center;
        }

            #About .text-box:nth-child(3) > div {
                width: 90%;
                margin: auto;
                background-color: rgba(255,255,255, .5)
            }

    #Activity {
        margin-top: auto;
    }

    #ActivityText {
        height: auto;
        max-height: initial;
    }

    .dropdown li {
        padding: .6rem 1.2rem;
    }

    #jci-treasure [class^=col]:nth-child(2) .item-border {
        top: 0;
        left: 20%;
        transform: none;
        height: 90px;
        transform: rotate(90deg);
    }

    .nav-border:nth-child(2n)::before {
        display: block;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px;
    }

    .logo {
        width: calc(100% - 50px);
    }

    #navbarNavDropdown {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        width: 100%;
        height: calc(100vh - 135px);
        z-index: 1;
    }

        #navbarNavDropdown::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.9);
        }

    .dropdown > li + li {
        border-top: 1px solid #47A17C;
    }

    .dropdown .dropdown-sub li + li {
        border-top: 1px solid #fff;
    }

    .dropdown ul,
    .dropdown ul ul,
    .dropdown ul.dropdown-sub {
        position: static;
        top: initial;
        left: initial;
        width: 100%;
        transform: none;
    }

    .dropdown li ul {
        display: none;
        margin-top: .5rem;
        border: 1px solid #47A17C;
    }

    .dropdown li.active > ul {
        display: block;
    }

    .dropdown li .icon-dot-arrow {
        transform: rotate(180deg);
    }

    .dropdown li:hover i.icon-dot-arrow,
    .dropdown li.active .icon-dot-arrow {
        transform: rotate(0deg);
    }

    .dropdown li > .dropdown-toggle::after {
        border-color: #fff #0000 #0000 #0000;
        transform: rotate(0deg);
    }

    .dropdown li:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .dropdown li.active > .dropdown-toggle::after {
        border-color: #47A17C #0000 #0000 #0000;
        transform: rotate(-180deg);
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav.nav-tabs li {
        width: 100%;
        border-bottom: 1px solid #dee2e6;
    }

    #Project {
        padding-left: 20px;
        padding-right: 20px;
    }

    #JoinUs {
        height: 620px;
    }

    /* Other Page*/
    .flag-box {
        position: static;
        top: initial;
        right: initial;
        transform: none;
    }

    article {
        padding-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 12px;
    }

    #Project .item .border {
        width: 300px;
        height: 300px;
        border-width: 3px !important;
    }

    #Project .item h1 {
        width: 80px;
        height: 80px;
        transform: translateX(-150px);
    }

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
    }

    /* Other Page*/
    .layer-title2 {
        left: 2.5rem;
    }

    .content-box {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    #jci-intro {
        padding-bottom: 3.75rem;
    }

    #jci-advantage .box-content {
        height: auto;
        justify-content: space-evenly;
        margin-left: initial;
        padding-bottom: initial;
    }

        #jci-advantage .box-content > div + div {
            border-top: 0;
            border-left: 1px dashed #aaa;
        }

    .record-carousel .img-background {
        width: 300px;
        height: 200px;
    }

    .activiity-item {
        margin-bottom: 3rem;
    }

    #article-archive .nav-border:nth-child(2n)::before {
        display: none;
    }
}

.mw-lg {
    max-width: 1200px;
}

.mw-sm {
    max-width: 450px;
}

.mh-flag {
    max-height: 39px;
}

.iframe-ratio-a4 {
    aspect-ratio: 1/1.48;
}

.bg-main {
    background-color: #65997F;
}

.homepage-chairman-area-ratio {
    aspect-ratio: 1.68/1;
}

.background-main {
    background-size: cover;
    background-position: center;
}

/*cursor-pointer*/
.cursor-pointer {
    cursor: pointer; 
}

.footer-img {
    width: 180px;
    height: 150px;
    background: no-repeat center;
    background-size: cover;
}

.ckeditor-area img{
    max-width: 100%;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.maxwidth-xl {
    max-width: 805px;
} 