body {
    font-family: 'Taipei Sans TC', 'Microsoft JhengHei', sans-serif;
    margin: 0;
    padding: 0;
    background: #FFFEF2;
    width: 100%;

    /* padding-bottom: 200px; */
}

html {
    scroll-behavior: smooth;
}

#anchor_1,
#anchor_2,
#anchor_3 {
  scroll-margin-top: 60px;
}

a{
    text-decoration: none;
    color: #233144;

}

.a_tag_normal{
    color: #9d9d9d;
    text-decoration: underline;
    text-decoration-color: #68F73C;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.a_tag_normal:hover{
    transition: .4s;
    cursor: pointer;
    color: #68F73C;
    text-decoration-color: #9d9d9d;
}

/* header ▽ */
.header_menu_container{
    width: 90vw;
    padding: 0 5vw;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    box-shadow: 0px 4px rgba(0, 0, 0, .1);
    /* border: 1px solid #000000; */
    opacity: 0;
}

.header_menu_left{
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.header_menu_right{
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.header_menu{
    font-size: 14px;
    color: #233144;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.header_menu_icon{
    width: 24px;
    height: 24px;
    background: url('img/logo_3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
/* header △ */

.main_img_support_us{
    background-image: url('img/21.jpg');

}

.main_img_container_recovery{

    background-image: url('img/header_pic1.jpg');
}


.main_img_container{
    width: 100vw;
    /* height: 64vh; */
    height: 61vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_img_title_block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.main_img_title_ch{
    letter-spacing: 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: 45px;
    height: 65px;
    display: flex;
    position: relative;
    margin-right: -20px;
}

.main_img_title_en{
    /* width: 100%; */
    font-weight: 300;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
}

.main_img_title_block_usa{
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.main_img_title_en_usa{
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    justify-content: space-around;
}

.main_img_title_ch_usa{
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    font-size: 53px;
    /* height: 75px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;

}



.main_img_text{
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 43%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.main_img_title_mark{
    width: 40px;
    height: 40px;
    position: absolute;
    left: -18px;
    top: -19px;
    background: url('img/r1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.main_menu_btn_container{
    width: calc(100% - 30px);
    margin: -40px 0 0 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}

.main_menu_btn_left_block{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.main_menu_btn_right_block{
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.main_menu_btn{
    width: 150px;
    height: 80px;
    background: #E2EF9F;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
    border-radius: 20px;
    margin: 0 22px 0 0;
    position: relative;
}

.main_menu_btn:nth-of-type(1){
    margin-left: 22px;
}

.main_menu_btn:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate( -6px, -6px);
    box-shadow: 14px 14px rgba(0, 0, 0, .5);
    background: #B8EF82;
}

.main_menu_btn_text{
    position: absolute;
    left: 14px;
    bottom: 6px;
    color: #16292E;
    font-size: 12px;
    line-height: 18px;
}

.main_menu_btn_icon{
    position: absolute;
    right: 9px;
    top: 8px;
    width: 26px;
    height: 26px;
}

.first_brief_text_box{
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: 193px;
}

.first_brief_lines_box{
    position: absolute;
    top: -10px;
    left: 50%;
    height: 250px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.first_brief_lines_circle{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 4.5px solid #68F73C;
}

.first_brief_lines{
    width: 4px;
    flex: 1;
    background: #68F73C;
}

.first_brief_fade{
    width: 4px;
    height: 150px;
    background: linear-gradient(to bottom, rgba(104, 247, 60, 1.0), rgba(104, 247, 60, .0));
}

.first_brief_text{
    position: absolute;
    top: 120px;
    right: 7%;
    color: #16292E;
    color: #ffffff;
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 14px;
    line-height: 29px;
    width: 40%;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, .6);
}

.first_brief_pic{
    margin-top: -23vh;
    width: 100%;
    /* height: calc(100vh - 250px); */
    height: 85vh;
    background: url('img/12-1_02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: -1;
}

.first_brief_pic_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient(to top, rgba(255, 254, 242, .0) 0%, rgba(255, 254, 242, .5) 50%, rgba(255, 254, 242, 1) 100%);
}

.second_brief_text_box{
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: 180px;
}

.second_brief_line{
    position: absolute;
    top: 0;
    left: 50%;
    height: 180px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 4px;
    flex: 1;
    background: #68F73C;
}

.second_brief_text{
    position: absolute;
    top: -10px;
    right: 7%;
    color: #16292E;
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 14px;
    line-height: 29px;
    width: 40%;
}

.second_brief_point_text{
    position: absolute;
    top: 90px;
    right: 53%;
    color: #16292E;
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 22px;
    line-height: 40px;
    /* width: 40%; */
}

.second_brief_point_mark{
    position: absolute;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -12px;
    top: -4px;
    background: url('img/r1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 左右滑 區塊 ▽ */

.explain_full_container{
    width: 100vw;
    display: flex;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 30px;
}

/* block ▽ */

.explain_block{
    /* width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */

    /* 關鍵：讓所有區塊重疊在 explain_full_container 內 */
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    display: none; /* 預設全部隱藏 */
    /* 讓內容在垂直方向上居中或以您需要的方式排列 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 確保淡出淡入時，區塊是透明的 */
    opacity: 0; 
    transition: opacity .9s ease-in-out; /* 添加平滑的過渡效果 */
}

/* 預設顯示第一個區塊 */
.explain_block:first-of-type {
    display: flex; /* 使用 flex 顯示 */
    opacity: 1;    /* 預設完全顯示 */
    position: relative; /* 關鍵：讓第一個區塊撐開父容器高度 */
}

/* 新增：用於在切換時維持正確高度的類別 (由 JS 動態添加/移除) */
.active-content {
    position: relative !important; 
    display: flex !important;
}
.inactive-content {
    position: absolute !important;
    display: none !important;
}

.explain_pic{
    width: 100%;
    height: 70vh;
}

.explain_pic_1{
    background: url('img/13-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explain_pic_2{
    background: url('img/14.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explain_pic_3{
    background: url('img/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 介紹tab ▽ */
.explain_choose_tab_block{
    width: 280px;
    height: 45px;
    background: #E2EF9F;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -20px;
    padding: 0 5px;
}

.explain_choose_text_block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #16292E;
    position: relative;
    height: 45px;
}

.explain_choose_text_block:hover{
    transition: .5s;
    transform: translate(-4px, -4px);
    text-shadow: 4px 4px rgba(0, 0, 0, .1);
    font-weight: 600;
    cursor: pointer;
}

.explain_choose_sign{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 6px;
    background: #68F73C;
    display: none;
}

.explain_choose_text_select{
    font-weight: 600;
}

.explain_choose_text_select:hover{
    cursor: default;
    transform: none;
    text-shadow: none;
    font-weight: 600;
}

.explain_choose_text_select .explain_choose_sign{
    display: flex;
}

/* 介紹tab △ */

.explain_brief_text_block{
    padding: 32px 16%;
    /* border: 1px solid #000000; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.explain_brief_text{
    color: #16292E;
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15%;
}

.explain_brief_line{
    width: 70vw;
    height: 1px;
    background: #bebebe;
    margin: 32px 0;
}

.explain_brief_more_block{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.explain_brief_more_text{
    color: #16292E;
}

.explain_brief_more_sign{
    width: 60px;
    height: 15px;
    background: url('img/green_arrow_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* block △ */




/* 左右滑 區塊 △ */



.full_text_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full_text_top{
    color: #233144;
    color: #4F9B84;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 50px 0 0 0;
}


/* 數據區塊 ▽ */
.number_full_container{
    width: 50%;
    margin: 45px 25% 45px 25%;
    display: flex;
}

.number_full_left_block{
    width: 72px;
    font-size: 18px;
}

.number_full_right_block{
    flex: 1;
}

.number_full_main_number_blcok{
    display: flex;
    justify-content: center;
    align-items: center;
}

.number_block{
    flex: 1;
    color: #233144;
    border-left: 1px solid #B7B6B0;
    height: 120px;
    padding: 30px 25px 50px 25px;
}

.number_state_1{
    font-size: 14px;
}

.number_state_2{
    font-size: 50px;
    margin: 7px 0 13px 0;
}

.number_state_3{
    font-size: 18px;
}

.number_full_main_text_block{
    width: 100%;
    display: flex;
    color: #233144;
    margin: 30px 0 0 0;
}

.number_full_main_text_block_left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.number_full_main_text{
    font-size: 16px;

}

.number_full_main_text_ac{
    font-size: 26px;
    margin-left: 3px;
    color: #CCD94A;
}

.number_full_main_text_block_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
}

.number_full_main_text_block_right .number_state_1{
    font-size: 16px;
}

.number_full_main_text_block_right .number_state_2{
    font-size: 55px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0 16px 0;
}

.number_full_main_text_block_right .number_state_3{
    font-size: 20px;
}

.number_full_right_border_block{
    width: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number_full_right_border_1{
    width: 4px;
    height: 50px;
}

.number_full_right_border_2{
    width: 4px;
    flex: 1;
    background: #68F73C;
}


/* 數據區塊 △ */


/* △▽ */
/* ▽ */
.full_text_content_block{
    padding: 15px 0;
}

.text_block_container{
    /* width: 100%; */
    margin: 50px calc(100% / 12) 0 calc(100% / 12);
    /* border: 1px solid #000000; */
}

.general_page_main_describe{
    
}

.recent_ac_main_title{
    font-size: 33px;
    font-weight: 600;
    color: #233144;
    position: relative;
    margin-bottom: 28px;
    line-height: 2.2rem;
}

.recent_ac_main_title_mark{
    width: 35px;
    height: 35px;
    position: absolute;
    left: -16px;
    top: -17px;
    background: url('img/r1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.recent_ac_main_title_small{
    font-size: 23px;
}


.main_title_chi{
    font-size: 28px;

}

.text_block{
    margin: 0 calc(100% / 12 * 2) 60px calc(100% / 12 * 2);
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .3px;
    color: #233144;
}

.text_title_second{
    font-size: 1.3rem;
    margin: 15px 0 10px 0;
    font-weight: 600;
}


/* 近期活動 △ */

.main_menu_btn_mobile{
    display: none;
}

.header_menu_mobile_conatiner{
    display: none;
}


.main_img_title_en_usa_mobile{
    display: none;
}




/* 0206新增 ▽ */
.main_menu_btn_translate{
    width: 70px;
}

.main_menu_btn_translate .main_menu_btn_text{
    color: #007AAA;
    font-weight: 600;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
    bottom: auto;
    text-align: center;
}

.sub_page_main_describe{
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #16292E;
    text-align: center;
    width: 70%;
    height: 36vh;
    padding: 0px 15% 0px 15%;
    /* margin-bottom: -50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_page_main_tab_block{
    width: 490px;
    height: 45px;
    background: #E2EF9F;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5vh auto -20px auto;
    padding: 0 5px;
}

.tab_block_about_us{
    width: 660px;
}

.text_notification_block{
    /* width: calc(100% / 12 * 7); */
    margin: 0px calc(100% / 12 * 3);
    background: #FBF3FD;
    padding: 25px calc(100% / 24);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9%;
    border-radius: 25px;
}

.text_notification_icon{
    width: 45px;
    height: 45px;
    background: url('img/icons/bell_normal_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.text_notification_content{
    flex: 1;
    font-size: 15px;
    line-height: 30px;
}

.category_btn_full_content{
    width: calc(100% / 12 * 10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 60px calc(100% / 12) 50px calc(100% / 12);
}

.category_btn{
    /* width: 70px; */
    flex: 1;
    height: 100px;
    background: #E2EF9F;
    border-radius: 20px;
    position: relative;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
}

.category_btn:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-6px, -6px);
    box-shadow: 14px 14px rgba(0, 0, 0, .5);
    background: #B8EF82;
    font-weight: 600;
}

.category_btn_title{
    position: absolute;
    left: 16px;
    bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}

.dedication_btn_personal{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 1.png');
}

.dedication_btn_credit_card{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 2.png');
}

.dedication_btn_post_office{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 3.png');
}

.dedication_btn_bank{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 4.png');
}

.dedication_btn_cash{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 5.png');
}

.dedication_btn_global{
    width: 28px;
    height: 28px;
    background: url('img/icons/Artboard – 6.png');
}

.category_btn_icon{
    position: absolute;
    top: 10px;
    right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img_with_text_block_1{
    width: 100%;
    height: 140px;
    /* background: url('img/1.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto; */
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    border-radius: 25px;
    background-color: #FFFEF2;
}

.img_with_text_1{
    /* background: url('img/word_bg_03.jpg'); */
    background: url('img/asgreen.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    flex: 1;
    height: 100%;
    /* mask: linear-gradient(transparent, rgba(0, 0, 0, .3)); */
    
}

.link_arrow_text_title_second_sign{
    width: 65px;
    height: 16px;
    background: url('img/green_arrow_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img_with_text_block_2{
    width: 100%;
    height: 230px;
    display: grid;
    /* 定義兩欄，寬度各佔一半 (1fr) */
    grid-template-columns: 1fr 1fr; 
    /* 定義兩列，高度各佔一半 (也可以設固定 px) */
    grid-template-rows: 1fr 1fr; 
    gap: 20px;
    margin-top: 20px;
}

.img_with_text_2{
    /* background: url('img/word_bg_04.jpg'); */
    background: url('img/asaa.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */

}

.box_big{
    /* 放在第 2 欄 */
    grid-column: 2; 
    /* 從第 1 列開始，跨越 2 列 (也就是垂直撐滿) */
    grid-row: 1 / span 2;
}

.img_with_text_number{
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 8px;
    padding-right: 5px;
    /* margin-bottom: 10px; */
}

.text_title_third{
    font-weight: 600;
    font-size: 1.16rem;
    margin: 25px 0 10px 0;
}

.text_history_block_unit{
    width: 100%;
    padding-left: 15px;
    border-left: 1px solid #707070;
    margin-bottom: 20px;
}

.link_arrow_text_block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.link_arrow_text_block:hover{
    /*cursor: pointer;*/
}

.link_arrow_text{
    font-size: 1rem;
    color: #9d9d9d;
}

.link_arrow_sign{
    width: 50px;
    height: 12px;
    background: url('img/link_green_arrow_01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.link_arrow_text_block:hover .link_arrow_text_title_second_sign{
    transition: .5s;
    width: 80px;
    height: 15px;
    background: url('img/green_arrow_02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.link_arrow_text_block_small{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}

.link_arrow_text_block_small:hover{
    cursor: pointer;
}

.link_arrow_text_block_small:hover .link_arrow_sign{
    transition: .5s;
    width: 80px;
    height: 12px;
    background: url('img/link_green_arrow_02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.link_arrow_text_block_small:hover .link_arrow_text{
    transition: .5s;
    /* font-weight: 600; */
    color: #6c6c6c;
}


/* 0206新增 △ */



.filter_option_btn_block{
    width: calc(100% / 12 * 10);
    margin: 0 calc(100% / 12) 25px calc(100% / 12);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter_option_btn{
    padding: 1px 19px;
    height: 35px;
    background: #EFF7C7;
    color: #16292E;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
    border-radius: 13px;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.filter_option_btn_select{
    box-shadow: none;
    transform: translate(4px, 4px);
}

.filter_option_btn:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px rgba(0, 0, 0, .4);
    font-weight: 600;
    background-color: #E2EF9F;
}

.lower_letter_list{
    list-style-type: lower-alpha;
}






/* 近期活動 ▽ */
.recent_ac_full_container{
    width: calc(100% / 12 * 10);
    margin: 110px calc(100% / 12) 0 calc(100% / 12);
    /* border: 1px solid #000000; */
}

.recent_ac_main_title{
    font-size: 33px;
    font-weight: 600;
    color: #233144;
    position: relative;
}

.recent_ac_main_title_mark{
    width: 35px;
    height: 35px;
    position: absolute;
    left: -16px;
    top: -17px;
    background: url('img/r1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.recent_ac_container{
    width: 100%;
    margin: 30px 0 60px 0;


    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5%;
    /* border: 1px solid #000000; */
}

.ac_full_container{
    width: 100%;
    margin: 0px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5%;
}

.recent_ac_block{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #707070;
    margin-bottom: 15px;
}

.recent_ac_pic_1{
    background: url('img/ac_01.png');
}

.recent_ac_pic_2{
    background: url('img/ac_02.png');
}

.recent_ac_pic_3{
    background: url('img/ac_03.png');
}

.recent_ac_pic{
    width: 100%;
    aspect-ratio: 5/7;
    border: 1px solid green;
    border-radius: 35px;
    box-shadow: 10px 10px rgba(0, 0, 0, .3);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}

.recent_ac_pic:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-7px, -7px);
    box-shadow: 17px 17px rgba(0, 0, 0, .5);
    font-weight: 600;
}




.ac_info_full_block{
    width: 100%;
}

.ac_info_top_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #28723F;
    margin-bottom: 7px;
}

.ac_info_date{
    font-size: 12px;
}

.ac_info_location{
    font-size: 12px;
}

.ac_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 25px;
    /* text-align: center; */
}

.recent_ac_time{
    font-size: 12px;
    margin-bottom: 10px;
}

.ac_qualify{
    font-size: 12px;
    line-height: 16px;
}

.recent_ac_more_btn{
    width: 125px;
    height: 45px;
    background: #E2EF9F;
    color: #16292E;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.recent_ac_more_btn:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-5px, -5px);
    box-shadow: 11px 11px rgba(0, 0, 0, .5);
    background: #B8EF82;
    font-weight: 600;
}

.text_block_container.ac_page{
    margin-top: 0px;
    margin-bottom: 60px;
}

.filter_dropdown_btn_block{
    width: calc(100% / 12 * 10);
    margin: 0 calc(100% / 12) 25px calc(100% / 12);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter_dropdown_btn{
    padding: 1px 10px;
    width: 115px;
    height: 35px;
    background: #EFF7C7;
    color: #16292E;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
    border-radius: 13px;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
}

.filter_dropdown_btn:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px rgba(0, 0, 0, .4);
    font-weight: 600;
    background-color: #E2EF9F;
}

.filter_dropdown_btn_block .filter_option_btn{
    margin-left: 15px;
}

.ac_detail_img_block{
    width: 100%;
    height: 70vh;
    margin-bottom: 50px;
}

.ac_detail_img{
    width: 100%;
    height: 100%;
    background: url('img/ac_01.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 近期活動 △ */




/* 活動一覽表 ▽ */
.full_ac_list_block{
    width: calc(100% / 12 * 10);
    margin: 0 calc(100% / 12) 50px calc(100% / 12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.full_ac_list_block.hidden {
    display: none;
}

.ac_list_item{
    height: 50px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #28723F;
    color: #9d9d9d;
}

.ac_list_item:hover{
    transition: .4s;
    cursor: pointer;
    color: #68F73C;
    border-bottom: 1px solid #9d9d9d;
}

.ac_name{
    margin: 0 15px;
}
/* 活動一覽表 △ */



/* 部落格 ▽ */
.blog_full_container{
    width: 100%;
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5%;
}

.blog_block{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #707070;
    margin-bottom: 50px;
}

.blog_pic_1{
    background: url('img/blog_01.png');
}

.blog_pic_2{
    background: url('img/blog_02.png');
}

.blog_pic_3{
    background: url('img/blog_03.png');
}

.blog_pic_4{
    background: url('img/blog_04.png');
}

.blog_pic_5{
    background: url('img/blog_05.png');
}

.blog_pic_6{
    background: url('img/blog_06.png');
}

.blog_pic{
    width: 100%;
    aspect-ratio: 10/7;
    border: 1px solid green;
    border-radius: 35px;
    box-shadow: 10px 10px rgba(0, 0, 0, .3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    opacity: .85;
}

.blog_pic:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-7px, -7px);
    box-shadow: 17px 17px rgba(0, 0, 0, .5);
    font-weight: 600;
}

.blog_info_full_block{
    width: 100%;
}

.blog_line_date_block{
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    /* border-bottom: 1px solid #28723F; */
    margin-bottom: 7px;
}

.blog_line{
    flex: 1;
    height: 1px;
    background-color: #bababa;
}

.blog_date{
    font-size: 12px;
    margin-left: 5px;
    color: #BABABA;
}

.blog_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 27tlltpx;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    min-height: 48px;
}

.blog_brief_text{
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
}

.blog_detail_info_block{
    font-size: 13px;
    color: #b5b5b5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.blog_detail_date{
    /* font-weight: 600; */
}

.blog_detail_img_block{
    width: calc(100% / 12 * 10);
    margin: 40px calc(100% / 12) 0 calc(100% / 12);
    aspect-ratio: 11/3;
    background: url('img/blog_detail_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .85;
    border-radius: 35px;
}

.blog_detail_special_part{
    width: calc(100% - 120px);
    background: #F3F8FD;
    border-radius: 35px;
    padding: 35px 60px;
    margin: 20px 0;
}

/* 部落格 △ */






/* 電子報 ▽ */

.subscribe_option_full_block{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}

.subscribe_option_block{
    background: #ffffff;
    border-radius: 25px;
    padding: 20px;

}

.subscribe_catygory_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

/* 電子報 △ */



/* 復原計劃 ▽ */
body{
    overflow-x: hidden;
}
/* 收合選單 */
.hide_show_item{
    display: none;
}
.link_arrow_text_block{
        justify-content: space-between;
}
/* 選單按鈕（上下） */
.hide_show_down_sign{
    display: inline-block;
    width:20px;
    height:20px;
    background: url('img/0_hide_show_sign_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    position: relative;
    margin-left: 10px;
    cursor:pointer;
}
.hide_show_down_sign:hover{
    transition: .3s;
    /* transform: translate(-2px, -2px); */
    /*filter: drop-shadow( 4px 4px rgba(0, 0, 0, .1));*/
}
.sign_up{
    background: url('img/0_hide_show_sign_up.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
}
.hide_show_menu{
    cursor: pointer;
}
.hide_show_menu:hover .read_more{
    transition: .3s;
    transform: translate(-2px, -2px);
    background-color: #e2ef9f;
    /* filter: drop-shadow(6px 6px rgba(0, 0, 0, .1)); */
    box-shadow: 9px 5px rgba(0, 0, 0, .3);
}
/* 選單按鈕（左右） */
.search{
    font-weight: 800 ;
    font-size: 0.95em ;
    color:#4F9B84;
    
}
.hide_show_right_sign{
    display: inline-block;
    width:20px;
    height:20px;

    /* background: url('img/0_hide_show_sign_01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
     top: 3px;
    position: relative;
    margin-left: 10px;  */
    background-color: #eff7c7;
    cursor:pointer;
    padding: 3px;
    border-radius: 13px;
    /* margin-left: 8px; */
    box-shadow: 7px 3px rgba(0, 0, 0, .3);
    margin-right:calc(100% / 12 * 2);
}
/* .hide_show_right_sign:hover{
    transition: .3s;
    transform: translate(-2px, -2px);
    background-color: #e2ef9f;
    filter: drop-shadow( 6px 6px rgba(0, 0, 0, .1));
    box-shadow: 9px 5px rgba(0, 0, 0, .3);
} */
/* .sign_left{
    background: url('img/0_hide_show_sign_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
} */
.read_more{
    width: auto;
    font-size: 14px;
    color: #4F9B84;
    height: auto;
    line-height: 0.2;
    /* vertical-align: top; */
        padding: 0px 10px 0 20px;
    display: inline-flex;
    align-items: center;
}
/* .link_arrow_text_block{
        justify-content: space-between;
} */
/* 前言 */
.foreword{
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #16292E;
    text-align: justify;
    width: calc(100% / 12 *6);
    
    /*padding: 0px 15% 0px 15%;*/
    /* margin-bottom: -50px; */
    display: block;
    margin:5vh auto 50px auto;
}
.foreword div{
    margin-bottom: 20px;
}
.foreword .foreword_title{
    font-size: 0.9em;
    color:#4F9B84;
    margin-bottom: 15;
        border-bottom: 1px solid #4F9B84;
}
.foreword_highlight{
    padding:15px 25px;
    background-color: #E2EF9F;
    font-weight: 600;
    margin-bottom:40px !important;
}
.text_note{
    line-height: 1.4;
    font-size: 0.8em;
    opacity: 0.8;
    margin-top: 10px;
}
/* 索引sticky */
.sticky{
    position: sticky;
    top: 20px;
    left: 0;
    z-index: 50;
}

/* 一、啟動復原計劃 */
/* 文字block後推 */
.text_block_arrange{
    margin: 3vh calc(100% / 12 * 2) 5vh calc(100% / 12 * 2);
    padding-bottom: 20px;
    border-bottom: 2px solid #CCD94A;
}
.text_block_arrange .text_note{
    display: block;
    font-weight: 400;
}

/* 三、事件盤點 */
/* 3-1 關鍵時間軸 */
.time_line_flex{
    margin:0 calc(100% / 12 * 1) 0 0 ;
}
.time_line_item{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:20px 0;
    width:100%;
}
.time_line_item_text{
    width: 60%;
}
.time_line_item_img{
    background-color: #E2EF9F;
    /*background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    color: #16292E;
    border-radius: 25px;
    width:40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
        text-align: center;
    line-height: 1.6;
}
.time_line_icon{
    background: url('img/0_icon_3_1_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:80px;
    height:80px;
}
.icon_3_1_2{
    background: url('img/0_icon_3_1_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:80px;
    height:80px;
}
.icon_3_1_3{
    background: url('img/0_icon_3_1_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:80px;
    height:80px;
}
.icon_3_1_4{
    background: url('img/0_icon_3_1_4.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:80px;
    height:80px;
}
.time_line_sub{
    font-size: 0.9em;
    line-height: 0.9;
    background-color: #4F9B84;
    padding: 8px 15px;
    color: #FFF;
    border-radius: 15px;
    margin-top:10px;
}
.time_line_item_flex{
    width:100%;
}
.time_line_table_row{
    display:flex;
    width:100%;
}
.time_line_table_row .text_note{
    display: block;
}
.time_line_date{
    width:20%;
    text-align: right;
    padding: 5px 20px 5px 0;
    border-right: 1px solid #CCD94A;
    /*color:#4F9B84;*/
}
.time_line_event{
    width:80%;
    padding:5px 0 5px 20px;
}
/* 年份 */
.time_line_table_row .year{
    padding: 10px 20px 0 0;
    font-size: 1.5em;
    font-weight: 800;
    color:#4F9B84;
    text-align: center;
    width:20%;
}
/*.year::after{
    content: "";
    position: absolute;
    z-index: -2;
    inset-block-end: -0.1rem;
    inset-inline-start: 25rem;
    inset-inline-end: 25rem;
    block-size: 1.5rem;
    background-color: #f8f8ce;
}*/
/* 3-2 因素分析 */
.key_factor_flex{
    display:flex;
    width:100%;
}
.key_factor_item{
    display:flex;
    width:100%;
    
}
.key_factor_img{
    background-color: #E2EF9F;
    color: #16292E;
    border-radius: 25px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.6;
    position:relative;
}
.key_factor_icon{
    background: url(img/0_icon_3_2.png);
    background-repeat: no-repeat;
    /* background-position: right; */
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 0 0 0 auto;
    position: absolute;
    left: -35px;
    z-index: 0;
}
.key_factor_content{
    margin-left:20px;
    width:60%;
}

.decimal_li{
    margin-bottom:15px;
}
.decimal_li .text_note{
    display:block;
}

/* 3-3 改善建議 */
.block_3_3_mb{
    display: none;
}
.advice_item_flex{
    display:flex;
    width:100%;
    flex-wrap:wrap;
    justify-content: center;
}
.advice_item{
    height:100px;
    width:calc(100% / 7 - 10px);
    text-align: center;
    display: flex;
    background-color: #E2EF9F;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 5px;
    box-shadow: 6px 6px rgba(0,0,0,.3);
}
.advice_item:hover{
        transition: .5s;
    transform: translate(-4px, -4px);
    /* text-shadow: 4px 4px rgba(0, 0, 0, .1); */
    font-weight: 600;
    cursor: pointer;
    box-shadow: 10px 10px rgba(0, 0, 0, .3);
}
.advice_item img{
    height:50px;
    width:50px;
}
.advice_item_list{
    border: 3px solid #ccd94a;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0 25px 20px 25px;
    background-color: #FFF;
}
/* 四、因素探究 */
.sign_up_flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-right: calc(100% / 12 * 1);
}
.sign_up_text{
        width: 60%;
    display: inline-block;
    margin-left: 30px;
}
.sign_up_btn{
    background-color: #FFF;
    border-radius: 20px;
    padding: 10px 15px;
    margin: auto 0;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
}
.sign_up_btn:hover{
    transition: .5s;
    transform: translate(-4px, -4px);
    /* text-shadow: 4px 4px rgba(0, 0, 0, .1); */
    font-weight: 600;
    cursor: pointer;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
}
.factor_block{
    padding: 0 calc(100% / 12 * 1) 0 0 ;
}
.factor_flex{
    width:calc(100% / 12 * 10);
    display:flex;
    margin:auto;
}
.factor_flex .factor_item{
    display:flex;
    width:50%;
    margin:0 15px;
    flex-direction: column;
    align-items: center;
}
.factor_flex .factor_item .factor_title{
    color:#4F9B84;
    border-bottom: 4px solid #CCD94A;
    margin-bottom: 15px;
}

/* 文字上標 */
.upper_minor_text{
    vertical-align: super;
    font-size: 0.7em;
    color: #4F9B84;
}
/* 粗體 */
.heavy{
    font-weight: 600;
}
/* 數字li */
.decimal_li_title{
    display:block;
    font-weight: 600;
    
}

/* 五、十年回顧 */
/* 分三區塊 */
.review_block_flex{
    display: flex;
    width:100%;
    justify-content: space-between;
}
.review_block_item{
    display:flex;
    width:30%;
    margin: 0 10px;
    background-image: url('img/asgreen.jpg');

    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
    padding:20px;
    border-radius: 20px;
    height:50vh;
    min-height: 400px;
}
.review_block_text{
    text-align: center;
    padding:0 20px;
    color:#FFF;
        font-size: 0.9em;
    line-height: 1.8;
}
.review_block_title{
        font-size: 1.3rem;
    margin:10px 0;
    font-weight: 600;
}
.review_block_btn{
    display: flex;
    margin-top:30px;
    flex-direction: column;
}
.img_btn{
    background-color: #E2EF9F;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
    border-radius: 20px;
    padding:10px 15px;
    margin:5px;
    text-align: center;
}
.img_btn:hover{
    transition: .5s;
    transform: translate(-4px, -4px);
    /* text-shadow: 4px 4px rgba(0, 0, 0, .1); */
    font-weight: 600;
    cursor: pointer;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
}
.layer{
    display:none;
    position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.4);
	z-index: 100;
    overflow-y: scroll;
    overscroll-behavior: contain;
}
.layer::-webkit-scrollbar{
    display:none;
}
 /* .layer::after {
    content: "";
    display: block;
    height: 800px;
    width: 100%;
}  */
.layer_content{
	position:absolute;
	width:60%;
	/*height:90%;*/
	min-height: 400px;
	border:1px solid #CCD94A;
	border-radius: 20px;
	box-shadow: 3px 3px 20px 0px #000000;
	background-color: #FFFFFF;
	left:50%;
	top:80px;
	transform: translateX(-50%);
	padding:20px 5%;
}
.layer_close{
	position:sticky;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#E2EF9F;
	color:#16292e;
	top:20px;
	float:right;
	cursor:pointer;
	z-index: 101;
	font-size:1.8rem !important;
	transition: 0.3s;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
}
.layer_close:hover{
    transition: .5s;
    transform: translate(-4px, -4px);
    /* text-shadow: 4px 4px rgba(0, 0, 0, .1); */
    font-weight: 600;
    cursor: pointer;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
}
.review_title{
    font-weight: 600;
    font-size: 1.16rem;
    margin: 25px 0 10px 0;
    text-align: center;
}
/* 時間軸 flex table */
.review_flex_table{
    display: flex;
    flex-direction: column;
    width:75%;
    margin:0 auto;
}
.review_table_row{
    display:flex;
    width:100%;
}
.review_table_row .year{
        padding: 10px 30px 0 0;
    font-size: 1.5em;
    font-weight: 800;
    color: #4F9B84;
    text-align: center;
}
.review_date{
    width:15%;
    text-align: right;
    padding: 10px 30px 10px 0;
    border-right: 1px solid #CCD94A;
    color:#4F9B84;
}
.review_event{
    width:70%;
    padding:10px 0 10px 30px;
}

.layer .text_note{
    display:block;
    font-weight: 400;
}
/* 六、FAQ */

.FAQ_q{
    border-bottom: 1.5px solid #CCD94A;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.FAQ_a{
    padding-bottom: 3vh;
    margin: 0 calc(100% / 12 * 2 );
}
.FAQ_btn{

    padding-right: 5vw;
}
.FAQ_flex{
    display:flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.FAQ_link{
        background-color: #E2EF9F;
    box-shadow: 4px 4px rgba(0, 0, 0, .3);
    border-radius: 20px;
    padding: 10px 15px;
    margin: 5px;
    display: inline-block; 
    width: auto;
}
.FAQ_link:hover{
    transition: .5s;
    transform: translate(-4px, -4px);
    /* text-shadow: 4px 4px rgba(0, 0, 0, .1); */
    font-weight: 600;
    cursor: pointer;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
}



.narration{
    background-color: #FFF;
    color:#4F9B84;
    padding:30px 10px;
    text-align: center;
}
.sign_name{
    display: block;
    background: url(img/sign.png);
    height: 50px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 0;
}

.img_bg_block{
    background-image: url('img/0_conclusion_pic_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width:100%;
    height:90vh;
    position: relative;
}
.img_bg_line_deco{
    height: 17%;
    content: "";
    border-right: 2.5px solid #68F73C;
    transform: translateX(calc(-100% / 12 * 4));
}
.img_bg_line_deco_2{
    height: 13%;
    content: "";
    border-right: 2.5px solid #68F73C;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    right: calc(100% / 12 * 4);
}
.img_bg_text{
    background-color: rgba(255, 255, 255, 0.8);
    padding:60px;
    width:calc(100% / 12 * 5);
    height:50%;
    font-family: 'Creamfont 2.0', 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #16292E;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: calc(100% / 12 * 1);
    right: calc(100% / 12 * 1);
    font-weight: 600;
}
.img_bg_text div{
    margin-bottom:20px;
}
.text_block_container_arrange{
    margin:0;
}
.mb_arrange{
    display:none;
}
.narration_border{
    display: none;
}
.mail_address{
    list-style: none;
    color:#4F9B84;
}
/* 復原計劃 △ */



/* footer ▽ */
footer{
    background: #3E3E3E;
    width: 90vw;
    height: 300px;
    padding: 10px 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_top_block{
    width: 100%;
    margin-bottom: 20px;
}

.footer_cef_icon{
    background: url('img/footer/footer_cef_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 60px;
}

.footer_main_block{
    width: 100%;
}

.footer_main_block{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.footer_info_block{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer_info_media_block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}

.footer_info_block_media{
    flex: 1.4;
}

.footer_info_block_2{
    flex: 1.1;
}

.footer_info_block_1{
    flex: .8;
}

.footer_ig_icon{
    background: url('img/footer/footer_ig.png');
}

.footer_fb_icon{
    background: url('img/footer/footer_fb.png');
}

.footer_yt_icon{
    background: url('img/footer/footer_yt.png');
}

.footer_info_media{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.footer_info{
    color: #CACACA;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 18px;
}

.footer_info_title{
    color: #CACACA;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    height: 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* footer △ */




@media only screen and (max-width: 1710px) {
    .advice_item{
        width:23%;
    }
}

@media only screen and (max-width: 1670px) {
    .hide_show_right_sign{
        margin-right:calc( 100% / 12 * 1);
    }
    .review_block_flex{
        flex-direction: column;
    }
    .review_block_item{
        margin:10px 0;
        padding:0;
        height:auto;
        min-height:0;
        width:100%;
    }

    .review_block_text{
        padding:5px 110px 0 110px;
        line-height: 1.5;
    }
        .review_block_title{
        margin:10px 0;
    }
    .review_block_btn{
        margin:5px 0 15px 0;
    }
}



@media only screen and (max-width: 1300px){
    
    .hide_show_right_sign{
        margin-right:calc(100% / 12 * 1);
    }
}




@media only screen and (max-width: 1280px){
    

}

@media only screen and (max-width: 1200px){
    .time_line_flex{
        margin:0;
    }
    .time_line_item{
            flex-direction: column;
    }
    .time_line_item_img{
            flex-direction: row;
            justify-content: space-around;
            width:100%;
            padding: 10px 0;
    }
    .time_line_item_text{
        width:95%;
    }
    .time_line_icon{
        background-size: contain;
                width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .factor_flex{
        width:100%;
    }
}

@media only screen and (max-width: 1110px){
    .main_menu_btn{
        width: 100px;
        height: 80px;
    }

    .main_img_title_usa_chi_page .main_img_title_block{
        width: 50%;
    }

/* 0206新增 ▽ */
    .main_menu_btn_translate{
        width: 70px;
    }
/* 0206新增 △ */

    .text_block_arrange{
    margin:0 calc(100% / 12 * 1) 20px 0;
    padding-left:20px;
    padding-bottom:0;
    border-bottom: 0;
    border-left:2px solid #CCD94A;
}

    .text_block{
            margin: 0 calc(100% / 12 * 1) 60px calc(100% / 12 * 1);
    }

}

    /* 0206更新 */
@media only screen and (max-width: 935px){

    .main_menu_btn_left_block{
        width: 100%;
    }

    .main_menu_btn_container{
        display: block;
    }

    .main_menu_btn_right_block .main_menu_btn {
        height: 43px;
    }

    .main_menu_btn_right_block .main_menu_btn_translate{
        width: 90px;
    }

    .main_menu_btn_right_block{
        /* display: none; */
        margin-top: 20px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 90px;
        grid-template-rows: repeat(1, auto);
        gap: 15px 20px;

    }

    .main_menu_btn_mobile{
        /* display: block; */
    }

    .main_menu_btn_left_block{
        width: 100%;
        display: grid;
        /* grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto); */
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(1, auto);
                gap: 15px 20px;

        /* margin: 0px auto 0 auto; */
    }



    .main_menu_btn{
        width: 100%;
        height: 75px;
        margin: 0 0px;
    }

    .main_menu_btn:nth-of-type(1){
        margin-left: 0px;
    }



    .main_img_title_block_usa{
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: min-content;
    }

    .main_img_title_en_usa{
        width: 100%;
        font-weight: 700;
        color: #ffffff;
        font-size: 25px;
        display: flex;
        justify-content: space-around;
    }

    .main_img_title_ch_usa{
        line-height: 64px;
    }

    .main_img_title_mark{
        left: -19px;
        top: -14px;
    }

    .main_img_title_usa_chi_page .main_img_title_mark{
        left: -22px;
        top: -25px;
    }

    .header_menu_container{
        width: 96vw;
        padding: 0 2vw;
    }

    
}

/* 0206更新 */

@media only screen and (max-width: 850px){
    
    .block_3_3_mb{
        display: block;
    }
    .block_3_3_mb .read_more{
        display: flex !important;
        width: fit-content !important;
    }
    .advice_item_flex .hide_show_item{
        margin-bottom:10px;
    }
    .block_3_3_dt{
        display: none;
    }
    .main_img_container{
        height:35vh;
    }
    .main_img_title_block{
        width:85%;
    }
    .main_img_title_ch{
        letter-spacing: 5px;
        font-size:2em;
        height:auto;
    }
    .foreword{
        width: calc(100% / 12 * 9);
        margin: 2vh auto 50px auto;
        font-size: 0.95em;
        line-height: 2;
    }
    .foreword_highlight{
        line-height: 1.8;
        padding:25px 15px;
        margin-bottom:12px !important;
    }

    .sub_page_main_tab_block{
        width:90vw;
        height:auto;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top:30px;
    }
    .explain_choose_text_block{
        height: 36px;
        min-width: 80px;
    }
    .text_block{
        margin:0 auto 60px auto;
        /* width: calc(100% / 12 * 9); */
    }
    .text_title_second{
        margin: 15px 0 10px 0;
        align-items: flex-start;
    }
    .hide_show_right_sign{
        margin-left:5px;
        margin-right:0;
    }
    .text_block_arrange{
                margin: 0 0 20px 0;
        padding-left: 15px;
    }

    .read_more_menu{
        flex-direction: column;
        
    }
    .read_more{
        padding:5px 10px 5px 20px;
        line-height:1;
        margin:10px 0 0 auto;
    }
    .time_line_item_img{
        flex-wrap: wrap;
        justify-content: center;
    }
    .time_line_sub{
        width:auto;
        margin-top:0;
        margin-left:20px;

    }
    .time_line_item_text{
        width:100%;
    }
    .time_line_table_row .year{
        padding: 10px 10px 0 0;
        width:25%;
    }
    .time_line_date{
        width:25%;
        padding:5px 10px 5px 0;
    }
    .time_line_event{
        width:75%;
        padding: 5px 0 5px 10px;
    }
    .key_factor_item{
        flex-direction: column;
    }
    .key_factor_img{
        width:100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 8vh;
    }
    .key_factor_icon{
        width: 70px;
        height: 70px;
        /* margin: 5px 0 5px 0; */
        left: 20px;
        top: -22px;
    }
    .key_factor_content{
        margin-left:0;
        width:100%;
    }
    .key_factor_content ol{
        padding-inline-start:20px;
    }
    .advice_item_flex{
        flex-direction: column;
    }
    .advice_item{
        width:96%;
        flex-direction: row;
        height:auto;
        margin:5px auto;
        padding: 10px 0;

    }
    .advice_item img{
        height:45px;
        width:45px;
        margin-right:5px;
    }
    
    .sign_up_flex{
            flex-direction: column;
    }
    .sign_up_text{
        width:100%;
        margin-left:0;

    }
    .sign_up_btn{
        margin: 10px auto 0 auto;
     float: none;
    text-align: center;
    width: 30vw;
    
    }
    .factor_flex{
        flex-direction: column;
        width:100%;
    }
    .factor_flex .factor_item{
        width:100%;
        margin:10px 0;
        align-items: flex-start;
    }
    .review_block_flex{
        flex-direction: column;
    }
    .review_block_item{
        margin:10px 0;
        padding:0;
        height:auto;
        min-height:0;
        width:100%;
    }

    .review_block_text{
        padding:5px 50px 0 50px;
        line-height: 1.5;
    }
        .review_block_title{
        margin:10px 0;
    }
    .review_block_btn{
        margin:5px 0 15px 0;
    }

    .layer_content{
        width:80%;
        top: 40px;
    }
    .review_title{
        margin: 5px 0 10px 0;
    }
    .review_flex_table{
        width:100%;
    }
    .review_table_row .year{
        padding:5px 10px 0 0;
    }
    .review_date{
        padding:5px 10px 5px 0;
        width:20%;
    }
    .review_event{
        padding: 5px 0 5px 10px;
        width:80%;
    }

    .dt_arrange{
        display:none;
    }

    .mb_arrange{
        display:block;
        margin-bottom:0;
    }
    .mb_arrange img{
        width:80vw;
        height:auto;
    }
    .narration_border{
        display: block;
        content: "";
        height:15px;
    }
    .FAQ_a{
        margin:0;
    }
}

@media only screen and (max-width: 810px){

/* 
    .main_img_title_block {
        width: 70%;
    } */

    .header_menu_mobile_conatiner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header_menu_mobile_center_block{
        width: 26px;
        height: 26px;
        background: url('img/logo_3.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header_menu_mobile_right_block{
        width: 26px;
        height: 26px;
        background: url('img/menu1.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .header_menu_left, .header_menu_right{
        display: none;
    }

    .main_img_title_usa_chi_page .main_img_title_block{
        width: 73%;
    }

    .main_img_title_ch_usa{
        line-height: 54px;
    }

    .main_img_title_mark{
        top: -17px;
    }
}

@media only screen and (max-width: 500px){
    .text_block_container{
        margin-top: 30px;
    }

    .recent_ac_main_title{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .main_title_chi{
        font-size: 24px;
    }

    .recent_ac_main_title_mark{
        width: 28px;
        height: 28px;
        left: -13px;
        top: -10px;
    }

    .text_block{
        font-size: .85rem;
        line-height: 1.6rem;
        margin-bottom: 40px;
    }

    .text_title_second{
        font-size: 1.15rem;
    }

    .main_menu_btn_text{
        font-size: 10px;
        width: 65px;
    /* 0206更新 */
        line-height: 14px;
    }

    .main_img_title_ch_usa{
        font-size: 46px;
    }

    .main_img_title_mark{
        width: 42px;
        height: 42px;
        left: -18px;
        top: -13px;
    }

    .main_img_title_usa_chi_page .main_img_title_ch{
        font-size: 47px;
        height: 62px;
    }

    .main_img_title_en_usa_mobile{
        display: block;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .main_img_title_en span{
        display: none;
    }

    .main_img_title_usa_chi_page .main_img_title_block{
        width: 85%;
        justify-content: space-evenly;
    }

    .main_img_title_usa_chi_page .main_img_title_mark{
        width: 42px;
        height: 42px;
        left: -18px;
        top: -22px;
    }
    .review_block_text{
        padding:5px 20px 0 20px;
        line-height: 1.5;
    }
}

