/*----------------------------
pad           -> max-width: 1025px
mobile_all    -> max-width: 767px
mobile_lg     -> max-width: 480px
mobile_sm     -> max-width: 320px
----------------------------*/


/* @group [小卡片輪播功能特殊設定] ----------------------------------------------------------------------------------------*/
@media (max-width: 1433px) {
    .transferSection .slider_item {
        width: calc((95vw - 96px) / 3) !important;
    }
}

/* @End group [小卡片輪播功能特殊設定] ----------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
    .transferSection .wrapper {
        width: calc(100% - 32px);
    }
}
/* @group [pad 平板] ----------------------------------------------------------------------------------------*/

@media (max-width: 1025px) {

    /* @flex排版樣式 [pad]------------------------------------------------------------ */

    .transferSection .flex_col_pad {
        flex-direction: column !important;
    }
    .transferSection .flex_wrap_pad {
        flex-wrap: wrap !important;
    }
    .transferSection .justify_center_pad {
        justify-content: center !important;
    }
    /* @End flex排版樣式 [pad]------------------------------------------------------------ */



    /* @ 元件-標題文字設計樣式 [pad]------------------------------------------------------------ */

    .transferSection .title_h2 {
        font-size: 2rem;
    }

    /* @End 元件-標題文字設計樣式 [pad]------------------------------------------------------------ */

    /* @元件-卡片項目 [pad]------------------------------------------------------------ */

    .transferSection .card_rounded {
        width: 200px;
        height: 200px;
        padding: 1rem;
        margin: 0.5rem;
    }

    .transferSection .card_square.no_wrap {
        width: 214px;
        height: 214px;
    }

    .transferSection .card_square.no_wrap img {
        width: 166px;
        height: 91px;
    }

    .transferSection .card_overlap {
        width: 245px;
        height: 245px;
        margin: 0 -1rem;
    }

    .transferSection .card_overlap .text_sm_m {
        width: 180px;
    }

    .transferSection .card_overlap .title_h3 {
        margin-bottom: 0.25rem;
    }

    .transferSection .card_lg {
        min-height: 250px;
    }

    .transferSection .card_lg i {
        margin-bottom: 1rem;
    }

    .transferSection .card_overlap i {
        min-height: 90px;
    }

    /* @End 元件-卡片項目 [pad]------------------------------------------------------------ */


    /* @排列區塊-圖文排列 [pad]------------------------------------------------------------ */

    .transferSection .row {
        align-items: flex-start;
    }

    /* ---區塊-下載文件---  */
    .transferSection .block_doc {
        background-color: transparent;
    }

    .transferSection .block_doc > p {
        padding: 1rem;
        max-width: 600px;
    }

    .transferSection .block_doc .block_doc_list {
        background-color: #fff;
        border-radius: 8px;
        padding: 1rem;
    }

    /* @End 排列區塊-圖文排列 [pad]------------------------------------------------------------ */

    /* @排列區塊-流程圖說明 [pad]------------------------------------------------------------ */
    .transferSection .step_row li img {
        max-width: 180px;
    }

    .transferSection .steparrow::after {
        bottom: 2.5rem;
    }

    .transferSection .steparrow.upside::after {
        bottom: 60%;
    }

    /* @End 排列區塊-流程圖說明 [pad]------------------------------------------------------------ */


    /* @排列區塊-logo組合 [pad]------------------------------------------------------------ */

    .transferSection .logo_list img {
        max-width: 150px;
    }

    /* @End 排列區塊-logo組合 [pad]------------------------------------------------------------ */


    /* @錨點切換 [pad]------------------------------------------------------------ */

    .transferSection .anchor_block {
        flex-direction: column;
    }

    .transferSection .anchor_tab_box {
        width: 100%;
        position: sticky;
        top: 77px;
        z-index: 11;
    }

    .transferSection .anchor_content {
        width: 100%;
        margin-top: 40px;
    }

    .transferSection .anchor_tab_box .anchor_tab {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        position: static;
    }

    .transferSection .anchor_tab_box .anchor_tab::-webkit-scrollbar {
        display: none;
    }

    .transferSection .anchor_tab_box .anchor_tab.box_shadow_show {
        position: fixed;
        top: 60px;
        background: #f8f8f8;
        left: 0;
        padding: 0 20px;
        box-shadow: 0px 9px 10px 0 rgb(0 0 0 / 10%);
    }

    .transferSection .anchor_tab_box .tab_list {
        flex-direction: row;
        justify-content: space-between;
    }

    .transferSection .anchor_tab_box .tab_list a {
        padding: 20px 0 15px;
        margin: 0 20px 0 0;
        font-size: 1rem;
    }

    .transferSection .anchor_tab_box .tab_list a.active {
        padding-left: 0;
        border-bottom: 3px solid;
    }

    .transferSection .anchor_tab_box .tab_list a.active::before {
        display: none;
    }

    /* @End 錨點切換 [pad]------------------------------------------------------------ */

    /* @輪播功能 [pad]------------------------------------------------------------ */

    .transferSection .slider_item {
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
    }

    .transferSection .slider_item .slider_img {
        margin: 1rem auto;
    }

    .transferSection .slider_item .title_h4 {
        text-align: center;
        margin: 0.5rem auto;
    }

    /* @End 輪播功能 [pad]------------------------------------------------------------ */

    /* @圖片-Icon [pad]------------------------------------------------------------ */

    .transferSection .i_house {
        width: 42px;
        height: 42px;
    }

    .transferSection .i_data {
        width: 104px;
        height: 104px;
    }

    /* @End 圖片-Icon [pad]------------------------------------------------------------ */

}

/* @End group [pad 平板] ----------------------------------------------------------------------------------------*/


/* @group [mobile_all 手機] ----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    /* @flex排版樣式 [mobile_all]------------------------------------------------------------ */

    .transferSection .flex_wrap_mobile {
        flex-wrap: wrap !important;
    }
    .transferSection .flex_row_mobile {
        flex-direction: row !important;
    }
    .transferSection .flex_col_mobile {
        flex-direction: column !important;
    }
    .transferSection .items_center_mobile {
        align-items: center !important;
    }

    /* @End flex排版樣式 [mobile_all]------------------------------------------------------------ */

    /* Container [mobile_all]------------------------------------------------------------ */

    .transferSection .wrapper {
        width: calc(100% - 32px);
    }
    .transferSection .section {
        margin-bottom: 3rem;
    }

    /* @End Container [mobile_all]------------------------------------------------------------ */

    /* @ Header [mobile_all]------------------------------------------------------------ */

    .transferSection main {
        padding-top: 80px;
    }


    /* --背景遮罩-- */
    .transferSection .black_overlay {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100vh;
        background-color: black;
        z-index: 11;
        -moz-opacity: 0.4;
        opacity: 0.4;
        filter: alpha(opacity=4);
    }

    .transferSection body.hidden {
        overflow: hidden;
    }

    /* @End Header [mobile_all]------------------------------------------------------------ */

    /* @End Footer [mobile_all]------------------------------------------------------------ */


    /* @End Footer [mobile_all]------------------------------------------------------------ */

    /* @元件-按鈕 [mobile_all]------------------------------------------------------------ */

    /* 按鈕排列組合 */
    .transferSection .one_btn .btn,
    .transferSection .two_btn .btn,
    .transferSection .three_btn .btn {
        min-width: auto;
    }

    .transferSection .three_btn {
        flex-direction: column;
    }

    .transferSection .three_btn .btn_group {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }


    /* @End 元件-按鈕 [mobile_all]------------------------------------------------------------ */

    /* @元件-標題文字設計樣式 [mobile_all]------------------------------------------------------------ */

    .transferSection .title {
        margin-bottom: 1.5rem;
    }

    .transferSection .title_h2 {
        font-size: 1.5rem;
        margin: 1rem auto;
        text-align: center;
    }

    .transferSection .title_sub {
        font-size: 0.75rem;
        margin-top: 0;
    }

    .transferSection .title_h2::before,
    .transferSection .title_h2::after {
        width: 6px;
        height: 6px;
    }

    .transferSection .title_h2::before {
        left: -15px;
    }

    .transferSection .title_h2::after {
        right: -15px;
    }

    .transferSection .title_h4 {
        font-size: 1.125rem;
    }

    .transferSection .text_sm_m {
        font-size: 0.875rem;
    }

    /* @End 元件-標題文字設計樣式 [mobile_all]------------------------------------------------------------ */

    /* @元件-進度條 [mobile_all]------------------------------------------------------------ */

    /* ---步驟列樣式2手機版縮小圓圈尺寸--- */
    .transferSection .step_group2 .step_container {
        width: 100%;
    }
    .transferSection .step_group2 .step_number {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    .transferSection .step_group2 .step_container li::after {
        top: 10px;
    }

    /* body滾動進度條 */
    .transferSection .progress.progress_scroll.fixed {
        /* 搭配手機版header高度 */
        top: 50px;
    }

    /* @End 元件-進度條 [mobile_all]------------------------------------------------------------ */


    /* @元件-卡片項目 [mobile_all]------------------------------------------------------------ */

    .transferSection .card_item.flex_row_mobile i {
        margin: 0 1rem 0 0;
    }

    .transferSection .card {
        padding: 1rem 0;
    }

    .transferSection .card_rounded {
        width: 160px;
        height: 160px;
    }

    .transferSection .card_square {
        width: 160px;
        height: 160px;
        padding: 0.5rem;
    }

    .transferSection .card_square.no_wrap {
        width: 100px;
        height: auto;
    }

    .transferSection .card_square.no_wrap img {
        width: 92px;
        height: 50px;
    }

    .transferSection .card_lg {
        padding: 1.5rem 1rem;
        min-height: 125px;
    }

    .transferSection .card_lg .fz_h2 {
        margin: 0 0 1rem 1rem;
        font-size: 1.25rem;
    }

    .transferSection .card_overlap {
        width: 150px;
        height: 150px;
        margin: 0.25rem 0.75rem;
    }

    .transferSection .card_overlap i {
        min-height: 48px;
    }

    .transferSection .card_overlap .title_h3 {
        min-width: 140px;
        font-size: 1rem;
    }

    .transferSection .card_overlap .text_sm_m {
        min-height: 48px;
        width: 120px;
        font-size: 0.75rem;
    }

    .transferSection .card_overlap i {
        width: 50px;
        height: 50px;
    }

    /* 卡片連結 */
    .transferSection .card_link {
        width: 50%;
    }

    .transferSection .card_link a {
        width: calc(100% - 1rem);
        height: 120px;
        font-size: 1.25rem;
    }

    /* @End 元件-卡片項目 [mobile_all]------------------------------------------------------------ */


    /* @元件-彈跳視窗 [mobile_all]------------------------------------------------------------ */


    /* @End 元件-彈跳視窗 [mobile_all]------------------------------------------------------------ */


    /* @元件-頁籤 [mobile_all]------------------------------------------------------------ */

    /* 頁籤列 */
    .transferSection .tab_bar.scroll li {
        width: 100px;
    }

    /* 文字頁籤 */
    .transferSection .tab .tab_list li {
        padding: 10px;
    }

    .transferSection .tab .tab_content {
        padding: 1.5rem 1rem;
    }

    /* @End 元件-頁籤 [mobile_all]------------------------------------------------------------ */



    /* @排列區塊-圖文排列 [mobile_all]------------------------------------------------------------ */

    .transferSection .content_wrap {
        flex-wrap: wrap;
        margin: 1rem 0;
    }

    .transferSection .content_wrap .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .transferSection .row {
        flex-direction: column;
        align-items: center;
    }

    .transferSection .row .col_35 {
        margin: 1rem auto;
    }

    /* ---區塊-下載文件---  */
    .transferSection .block_doc {
        padding: 0;
    }

    .transferSection .block_doc .block_doc_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* ---特色標題區塊--- */
    .transferSection .middle_brown img {
        margin-bottom: 1rem;
    }

    .transferSection .middle_brown .fz_h2 {
        text-align: center;
    }

    /* @End 排列區塊-圖文排列 [mobile_all]------------------------------------------------------------ */

    /* @排列區塊-流程圖說明 [mobile_all]------------------------------------------------------------ */

    .transferSection .step_row p {
        margin: 0.5rem 0;
    }

    .transferSection .step_row.wrap_1col {
        flex-direction: column;
    }

    .transferSection .step_row .text_stepnumber {
        font-size: 1.5rem;
    }

    .transferSection .step_row .steparrow::after {
        right: 50%;
        bottom: -2rem;
    }

    .transferSection .step_row.wrap_2col li {
        flex: 0 1 calc((100% - 24px) / 2);
    }

    .transferSection.step_row.wrap_2col li img {
        max-width: 140px;
    }

    .transferSection .step_row.wrap_2col .steparrow::after {
        transform: none;
        right: -1.5rem;
        bottom: 70%;
    }

    .transferSection .step_sm {
        width: 136px;
        height: 136px;
    }

    .transferSection .step_sm .step_number {
        width: 24px;
        height: 24px;
    }

    .transferSection .steparrow::after {
        bottom: -0.5rem;
        right: 50%;
        transform: translate(50%, -50%) rotate(90deg);
    }

    .transferSection .steparrow.upside::after {
        bottom: -0.5rem;
    }

    .transferSection .steparrow.show_m::after {
        display: block;
    }

    .transferSection .steparrow.hide_m::after {
        display: none;
    }

    /* @End 排列區塊-流程圖說明 [mobile_all]------------------------------------------------------------ */


    /* @表格 [mobile_all]------------------------------------------------------------ */

    .transferSection .table {
        margin-bottom: 1rem;
    }

    .transferSection .table_web {
        display: none;
    }

    .transferSection .table_m {
        display: block;
    }

    /* 表格-第一欄寬度縮減 */
    .transferSection .first_s .table_tr .table_th:first-child,
    .transferSection .first_s .table_tr .table_td:first-child {
        width: 70%;
    }

    /* 橫式表格 */
    .transferSection .table_row .title_h4 {
        padding-left: 1rem;
    }

    .transferSection .table_row .table_tr {
        flex-direction: column;
    }

    .transferSection .table_row .table_tr .table_td {
        padding: 1rem 0;
        margin: 0;
    }

    .transferSection .table_row .table_tr .table_td:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }

    .transferSection .table_2col .table {
        margin-bottom: 1rem;
    }

    .transferSection .table_row .fz_h4 {
        padding-left: 1rem;
    }

    /* @End 表格 [mobile_all]------------------------------------------------------------ */


    /* @常見問答 [mobile_all]------------------------------------------------------------ */

    .transferSection .accordion .accordion_header::after {
        right: 10px;
    }

    .transferSection .accordion .accordion_content {
        padding: 0;
    }

    /* @End 常見問答 [mobile_all]------------------------------------------------------------ */


    /* @錨點切換 [mobile_all]------------------------------------------------------------ */

    .transferSection .anchor_tab_box .anchor_tab.box_shadow_show {
        top: 50px;
    }

    /* @End 錨點切換 [mobile_all]------------------------------------------------------------ */


    /* @輪播功能 [mobile_all]------------------------------------------------------------ */

    .transferSection .container_banner {
        height: 240px;
    }

    .transferSection .slider_item {
        padding: 16px 8px !important;
        margin: 0 8px !important;
        width: calc((95vw - 48px) / 3) !important;
    }

    .transferSection .slider_item .slider_img {
        max-width: 56px;
        margin: 0;
    }

    /* @End 輪播功能 [mobile_all]------------------------------------------------------------ */


    /* @圖片-Icon [mobile_all]------------------------------------------------------------ */

    .transferSection .i_global {
        width: 48px;
        height: 48px;
    }

    .transferSection .i_house {
        width: 36px;
        height: 36px;
    }

    .transferSection .i_data {
        width: 64px;
        height: 64px;
    }

    /* @End 圖片-Icon [mobile_all]------------------------------------------------------------ */

}

/* @End group [mobile_all 手機] ----------------------------------------------------------------------------------------*/


/* @group [mobile_lg] ----------------------------------------------------------------------------------------*/

@media (max-width: 480px) {


    /* @排列區塊-流程圖說明 [mobile_lg]------------------------------------------------------------ */

    /* 步驟為單數時 最後一個步驟靠左排列 */
    .transferSection .step_sm_row {
        justify-content: flex-start;
        padding: 0 calc((100% - 304px) / 2);
    }

    /* @End 排列區塊-流程圖說明 [mobile_lg]------------------------------------------------------------ */


    /* @排列區塊-logo組合 [mobile_lg]------------------------------------------------------------ */

    .transferSection .logo_list {
        padding: 0.5rem;
    }

    .transferSection .logo_list li {
        padding: 0;
        flex: 1 0 150px;
    }

    /* @End 排列區塊-logo組合 [mobile_lg]------------------------------------------------------------ */
}

/* @End group [mobile_lg] ----------------------------------------------------------------------------------------*/


/* @group [mobile_sm] ----------------------------------------------------------------------------------------*/

@media (max-width: 320px) {

    /* @ 元件-卡片項目 [mobile_sm]------------------------------------------------------------ */

    /* 重疊大圓形 */
    .transferSection .card_overlap {
        width: 130px;
        height: 130px;
        margin: 0.25rem;
    }

    .transferSection .card_overlap .text_sm_m {
        width: 100px;
    }

    /* @End 元件-卡片項目 [mobile_sm]------------------------------------------------------------ */


    /* @排列區塊-流程圖說明 [mobile_sm]------------------------------------------------------------ */

    /* 箭頭隱藏 */
    .transferSection .step_row.wrap_2col .steparrow::after,
    .transferSection .step_row.wrap_2col .steparrow.show_m::after {
        display: none;
    }

    .transferSection .step_row,
    .transferSection .step_sm_row {
        justify-content: center;
    }

    /* @End 排列區塊-流程圖說明 [mobile_sm]------------------------------------------------------------ */
}

/* @End group [mobile_sm] ----------------------------------------------------------------------------------------*/
