.instagram-media {
    margin-bottom: 1rem!important;
}

.v_cf_box {
    margin: 0 auto;
    width: 100%;
}

.v_hi_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.v_faq_box {
    padding: 120px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.v_media_box {
    padding: 120px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.v_ln_box {
    padding: 120px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.v_cf_box,
.v_hi_content_box,
.v_hi_box {
    padding-top: 120px;
    padding-bottom: 120px;
}

#YearDiv {
    border-radius: 5px;
}

.v_media_toolbars {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.v_media_toolbars_category {
    column-gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.v_media_toolbars_category > div{
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--green-color);
    transition: all .3s ease-in-out;
    cursor: pointer;
}


.v_media_toolbars_category > div.active {
    background-color: var(--green-color);
    transition: all .3s ease-in-out;
    color: white;
}

.v_media_table {
    display: none;
}

.v_media_table.active {
    display: block;
}

.v_media_content table {
    margin: 60px auto 0; 
    width: 100%;
}

.v_media_content table.active {
    display: block;
}

.v_media_content table thead th {
    padding: 20px;
    border: 3px solid transparent;
    background-color: var(--green-color);
    color: white;
}

.v_media_content table thead th:first-child,
.v_media_content table thead th:nth-child(2) {
    width: 250px;
}

.v_media_content table tbody td{
    padding: 20px;
}

.v_media_content table tbody tr {
    border-bottom: 1px solid rgb(245, 245, 245);
}

.v_media_content table tbody tr a:hover {
    color: var(--green-color);
    text-decoration: underline;
}

/* End Media */

.v_hi_hashtag_category {
    column-gap: 20px;
    row-gap: 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.v_hi_hashtag_item {
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: white;
    cursor: pointer;
}

.v_hi_hashtag_item:hover {
    color: white;
    background-color: var(--green-color);
}

.v_hi_article {
    margin: 0 auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
    grid-template-columns: 2fr 1fr;
    column-gap: 120px;
    display: grid;
}

.v_hi_er_article_item {
    column-gap: 20px;
    padding: 20px 0;
    grid-template-columns: 1fr 3fr;
    border-bottom: 1px solid rgb(240, 240, 240);
    display: grid;
}

.v_hi_er_article_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.v_hi_article_label {
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(240, 240, 240);
    color: var(--gold-color);
}

.v_hi_er_article_right h6{
    margin-bottom: 10px;
}

.v_hi_er_article_right h4 {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
}

.v_hi_er_article_right p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.v_hi_er_article_editor_date {
    display: flex;
    flex-direction: row;
}

.v_hi_er_article_editor_date span {
    margin: 0 10px;
    color: rgb(240, 240, 240);
}

.v_hi_er_article_editor {
    font-size: 16px;
}

.v_hi_er_article_date {
    font-size: 16px;
}

.v_hi_er_la_item {
    padding: 20px 0;
    border-bottom: 1px solid rgb(240, 240, 240);
    display: flex;
    flex-direction: column;
}

.v_hi_er_la_item h6 {
    margin-bottom: 10px;
}

.v_hi_er_la_item h4 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 500;
}

.v_hi_content_hashtag_label {
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--green-color);
}

.v_hi_content_article {
    margin-bottom: 90px;
    column-gap: 120px;
    grid-template-columns: 3fr 1fr;
    display: grid;
}

.v_hi_content_article2 {
    grid-gap: 120px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 3fr 1fr;
    display: grid;
}

.v_hi_content_article2 .v_hi_ca_left {
    all: unset;
    display: revert;
}

.v_hi_content_article2 .v_hi_ca_right {
    top: calc(100% / 3.5);
    align-items: flex-start;
    align-self: start;
    display: flex;
    flex-direction: column;
    position: sticky;
}

.v_hi_content_title {
    line-height: 1.35;
    margin-bottom: 10px;
}

.v_hi_content_toc {
}

.v_hi_content_toc_item {
    margin-bottom: 80px;
}

.v_hi_content_toc_item img {
    margin-bottom: 1rem;
    width: 100%;
}

.v_hi_content_toc_item h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.v_hi_content_toc_item:last-child{
    margin-bottom: 0;
}

.v_hi_content_toc_title {
    margin-bottom: 20px;
    font-weight: 600;
}


.v_hi_ca_info_item {
    margin-bottom: 15px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.v_hi_ca_info_item span:first-child {
    color: var(--text-color);
}

.v_hi_ca_info_item span:last-child{
    font-weight: 500;
    color: var(--text-color);
}

.v_hi_ca_menu_toc_title {
    font-weight: 500;
    color: var(--text-color);
}

.v_hi_ca_menu_toc_list {
    margin: 10px 0 20px;
}

.v_hi_ca_menu_toc_list li {
    margin-bottom: 10px;
}

.v_hi_ca_menu_toc_list li a {
    transition: all .3s ease-in-out;
    display: flex;
}

.v_hi_ca_menu_toc_list a i {
    margin-top: 5px;
}

.v_hi_ca_menu_toc_list a span {
    margin-left: 10px;
}

.v_hi_ca_menu_toc_list li a:hover i,
.v_hi_ca_menu_toc_list li a:hover span{
    color: var(--green-color);
}

.v_hi_ca_menu_share {
    margin: 10px 0 20px;
}

.v_hi_ca_menu_share a {
    margin-right: 15px;
}

.v_hi_ca_menu_share a:hover {
    color: var(--green-color);
}

.v_hi_content_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.v_faq_question {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}

.v_faq_question_item {
    padding-bottom: 40px;
}

.v_faq_question_item:last-child{
    padding-bottom: 0;
}

.v_faq_question_item:hover h5 {
    color: var(--green-color);
}

.v_faq_sub_question.active {
    display: flex;
}

.v_faq_question_title {
    padding-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.v_faq_question_title h5 {
    font-weight: 500;
    font-family: "Barlow", "Noto Sans TC", "Noto Sans SC", serif;
}

.v_faq_question_title i {
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.v_faq_question_title.active {
    padding-bottom: 0;
    border-bottom: 0;
}

.v_faq_question_title.active h5{
    color: var(--green-color);
}

.v_faq_question_title.active i {
    color: var(--green-color);
    transition: all .3s ease-in-out;
    transform: rotate(-180deg);
}

.v_faq_sub_question {
    margin: 40px auto 0;
    width: 100%;
    flex-direction: column;
    display: none;
}

.v_faq_sub_question_item {
    margin-bottom: 20px;
    padding:  0 0 20px 0;
    border-bottom: 1px dashed lightgrey;
    background: url(../img/logo_watermark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
}

.v_faq_sub_question_item:last-child{
    margin-bottom: 0;
}

.v_faq_sub_question_title {
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.v_faq_sub_question_title > div {
    font-weight: 500;
    color: var(--gold-color);
}

.v_faq_sub_question_item i {
    transition: all .3s ease-in-out;
}

.v_faq_sub_question_item.active .v_faq_sub_answer{
    display: block;
}

.v_faq_sub_answer p{
    margin: 0;
}

.v_faq_sub_answer u {
    font-weight: 500;
}

.v_latest_news_intro {
    margin: 0 auto;
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.v_latest_news_year {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.v_latest_news {
    column-gap: 60px;
    row-gap: 60px;
    margin: 60px 0;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.v_ln_item {
    padding: 30px;
    transition: all 1s ease-in-out;
    background-color: white;
    background-position: center;
    transition: all 1s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.v_ln_item:hover {
    transition: all 1s ease-in-out;
}

.v_ln_item:hover .v_ln_thumbnail {
    background-size: 120%;
    transition: all 1s ease-in-out;
}

.v_ln_thumbnail {
    width: 100%;
    height: 240px;
    background-size: 100%;
    background-image: url(../img/20241030__1749.jpg);
    background-repeat: no-repeat;
    transition: all 1s ease-in-out;
    background-position: center;
}

.v_ln_thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.v_ln_date {
    margin: 10px 0;
    font-weight: 500;
    text-align: right;
}

.v_ln_title {
    font-size: 18px;
    font-weight: 500;
}

.v_hi_back_page_btn {
    margin-top: 60px;
}

.v_hi_content_intro img {
    width: 100%;
}

.pagination {
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pagination button {
    margin: 0 10px;
    padding: 0 15px;
    border: none;
    background-color: transparent;
}

.pagination button.active {
    color: var(--green-color);
    border-bottom: 2px solid var(--green-color);
}

.v_hi_content_title sup {
    top: -1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

#NewsContent_Div {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

#NewsContentDiv {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.v_news_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--green-color);
}

.v_news_date {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--green-color);
}

.v_news_desc {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid var(--green-color);
}

#NewsImageSwiperDiv {
    margin: 60px 0;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#NewsImageSwiperDiv img {
    width: 100%;
    object-fit: contain;
}

#NewsContent_Div .v_hi_back_page_btn {
    margin: 0 auto 0;
    width: 100%;
    max-width: 1200px;
}

#PressTableDiv thead th:last-child {
    width: auto;
}