@charset "utf-8";
@media(max-width: 1599px) {
    /*輪播*/
    .my_swiper{
        padding-left: 48px;
        padding-right: 48px;
    }
    .my_swiper .swiper-button-next{
        right: 0;
    }
    .my_swiper .swiper-button-prev{
        left: 0;
    }
    /*首頁-作者*/
    .index_author_box {
        min-height: calc((100vw - 64px) * 0.42 * 1.33);
    }
    /*首頁-熱門文章*/
    .index_hotarticle_box{
        background: none;
        background-color: var(--second-color);
    }
}
@media(max-width: 1439px) {
    .my_container{
        max-width: 1472px;
        padding-right: 20px;;
        padding-left: 20px;
    }
    .footer_nav_group {
        margin-left: -16px;
        margin-right: -16px;
    }
    .footer_nav_list {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/*xl以下*/
@media(max-width: 1199px) {
    /*更多*/
    .more_link a::before{
        display: none;
    }
    /*header*/
    .header_box{
        justify-content: space-between;
        height: 60px;
    }
    .under_page_header{
        height: 60px;
    }
    .header_logo a img {
        height: 48px;
    }
    .header_nav{
        display: none;
    }
    .header_right{
        display: none;
    }
    .header_right.common{
        display: block;
        width: fit-content;
    }
    .mobile_menu_btn{
        display: block;
    }
    .mobile_btn{
        display: block;
        padding-right: 0;
    }
    .mobile_btn .two_btn{
        height: 100%;
    }
    .mobile_btn .two_btn>div{
        display: flex;
        align-items: center;
        padding-top: 12px;
    }
    .mobile_btn .two_btn>div .btn{
        width: 24px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }
    .mobile_btn .two_btn>div .btn:hover, .mobile_btn .two_btn>div .btn:focus{
        box-shadow: none;
    }
    .mobile_btn .two_btn>.mobile_search_btn>.btn{
        font-size: 20px;
    }
    /*搜尋*/
    .search_offcanvas .offcanvas-header {
        height: 72px;
        padding: 0;
    }
    .search_offcanvas .offcanvas-body {
        height: calc(100% - 72px);
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 128px;
    }
    /*首頁-作者*/
    .index_author_name {
        padding-top: 24px;
        font-size: 4.5rem;
    }
    .index_author_name::after{
        margin-top: 2rem;
    }
    .index_author_body{
        padding-right: 32px;
    }
    .indiex_author_info {
        margin-top: 2rem;
    }
    /*首頁文章*/
    .index_blog_swiper {
        padding-bottom: 0;
    }
    .index_blog_swiper .swiper-slide-next {
        transform: translateY(0);
    }
    .hotarticle_swiper{
        padding-left: 64px;
    }
    /*首頁問答*/
    .index_faq_row {
        flex-direction: column;
    }
    .index_faq_right {
        width: 100%;
        min-width: auto;
    }
    /*首頁-tikTok影片*/
    .index_short_right{
        width: 80%;
    }
    /*影片內容頁*/
    .video_content_row{
        flex-direction: column;
    }
    .video_content_right{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    .video_content_left{
        flex: 1;
    }
    .video_box{
        position: initial;
    }
}

/*lg以下*/
@media(max-width: 991px) {
    .main_pt {
        padding-top: 24px;
    }
    .main_pb{
        padding-bottom: 64px;
    }
    .block_pt{
        padding-top: 48px;
    }
    .block_pb{
        padding-bottom: 48px;
    }
    /*短影音卡片*/
    .tiktok_card:hover .tiktok_card_body{
        height: 60%;
    }
    /*長影片卡片*/
    .youtube_card_img::before{
        display: none;
    }
    /*首頁-作者*/
    .index_author_box {
        padding-right: 0;
        min-height: auto;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .index_author_name {
        padding-top: 0;
        font-size: 4rem;
        margin-bottom: 1.5rem;
        order: 1;
    }
    .index_author_img_box{
        position: initial;
        width: 100%;
        max-width: 100%;
        order: 2;
    }
    .index_author_body{
        order: 3;
        padding-right: 0;
    }
    .index_author_name::after {
        height: 2px;
        margin-top: 1rem;
        background-color: var(--second-color);
    }
    /*404*/
    .error_box{
        flex-direction: column;
        align-items: center;
    }
    .error_img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .error_img img{
        width: 80%;
        max-width: 200px;
    }
    .error_body{
        padding-left: 0;
        text-align: center;
    }
    .error_body .title{
        font-size: 1.75rem;
    }
    .error_body .txt{
        font-size: 1rem;
    }
    .error_btn{
        margin-top: 1.5rem;
    }
    .error_btn .btn{
        margin-left: auto;
        margin-right: auto;
    }
    /*關於我*/
    .author_info_box{
        flex-direction: column-reverse;
    }
    .author_info_img{
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .author_info_body{
        padding-right: 0;
    }
    .author_info_content{
        max-width: 100%;
    }
    .author_info_content::after{
        content: "";
        display: block;
        height: 2px;
        width: 80%;
        background-color: var(--second-color);
        margin-left: auto;
        margin-top: 1.5rem;
    }
    .author_info_name{
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .visual_content_block{
        flex-direction: column;
        align-items: initial;
    }
    .visual_content_body{
        padding: 0;
    }
    .visual_content_content{
        max-width: 100%;
    }
    .visual_content_img{
        width: 100%;
        margin-top: 1rem;
    }
    .visual_content_img img{
        max-width: 100%;
    }
}

/*md以下*/
@media(max-width: 767px) {
    /*頁面標題*/
    .page_title{
        height: 120px;
        margin-bottom: 1rem;
    }
    .page_title h1{
        font-size: 1.75rem;
    }
    .page_title .en{
        margin-top: 0;
    }
    /*輪播*/
    .my_swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .my_swiper .swiper-button-next, .my_swiper .swiper-button-prev{
        display: none;
    }
    /*footer*/
    .footer_logo {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer_social{
        justify-content: center;
    }
    .footer_nav_list{
        flex: auto;
        width: 100%;
        padding-bottom: 24px;
    }
    .footer_nav.onenav .nav{
        margin-top: 8px;
    }
    .footer_row_bottom .footer_copyright{
        order: 2;
        text-align: center;
    }
    .footer_row_bottom .statement{
        order: 1;
        margin-bottom: 8px;
    }
    .footer_row_bottom .statement .nav {
        justify-content: center;
    }
    /*首頁-作者*/
    .index_author_name {
        font-size: 2.75rem;
        line-height: 1;
        margin-bottom: 1.25rem;
    }
    /*首頁-tikTok影片*/
    .index_short_box{
        flex-direction: column;
    }
    .index_short_right{
        width: 100%;
    }
    .index_short_swiper_box{
        margin-right: -20px;
    }
    .index_short_box .more_link_box{
        position: initial;
    }
    .index_short_box .more_link_box a {
        margin-left: auto;
    }
    /*首頁-youtube影片*/
    .index_long_swiper_box{
        margin-left: -20px;
        margin-right: -20px;
    }
    .index_long_swiper .swiper-slide .youtube_card {
        transform: scale(1);
    }
}

/*sm以下*/
@media(max-width: 575px) {
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.75rem;
    }
    /*區塊標題*/
    .block_title{
        margin-bottom: 1.5rem;
    }
    .block_title h2 {
        font-size: 1.75rem;
    }
    /*更多*/
    /* .more_link_box {
        margin-top: 1.5rem;
    } */
    /*共幾篇*/
    .list_count_row{
        margin-bottom: 1.5rem;
    }
    /*文章列表*/
    .article_card_list{
        margin-bottom: -28px;
    }
    .article_card_item{
        padding-bottom: 28px;
    }
    .article_card_list.inventory{
        margin-bottom: -1rem;
    }
    .article_card_list.inventory .article_card_item{
        padding-bottom: 1rem;
    }
    /*文章卡片*/
    .article_card:hover .article_card_img img{
        transform: scale(1);
    }
    .article_card_body {
        padding-top: 0.75rem;
    }
    .article_card_title {
        letter-spacing: 0.02em;
        line-height: 1.4;
    }
    /*文章清單*/
    .article_inventory_card{
        flex-direction: row-reverse;
    }
    .article_inventory_title{
        letter-spacing: 0.02em;
        line-height: 1.4;
    }
    .article_inventory_img{
        width: 120px;
        padding-top: 2px;
    }
    .article_inventory_body{
        padding-left: 8px;
        padding-right: 0;
    }
    .article_inventory_title{
        font-size: 1rem;
    }
    .article_inventory_body p{
        -webkit-line-clamp: 2;
        font-size: 15px;
        line-height: 1.4;
    }
    .article_inventory_body .article_info{
        padding-top: 0.25rem;
    }
    /*短影音卡片*/
    .tiktok_list{
        margin-bottom: -24px;
    }
    .tiktok_item{
        padding-bottom: 24px;
    }
    .tiktok_card_body{
        padding: 1rem;
    }
    .tiktok_card_title {
        letter-spacing: 0.02em;
        line-height: 1.4;
    }
    /*長影片卡片*/
    .youtube_list{
        margin-bottom: -28px;
    }
    .youtube_item{
        padding-bottom: 28px;
    }
    .youtube_card_body{
        padding-top: 0.75rem;
    }
    .youtube_card_title{
        letter-spacing: 0.02em;
        line-height: 1.4;
    }
    /*彈窗*/
    .my_modal .modal-header{
        padding-left: 16px;
        padding-right: 16px;
    }
    .my_modal .modal-body{
        padding: 16px 16px 20px 16px;
    }
    .my_modal .modal-footer{
        display: block;
        padding: 20px 16px;
    }
    .footer_btn{
        flex: 1;
    }
    .footer_btn .btn{
        width: 100%;
    }
    /*彈窗-簡易*/
    .simple_modal .modal-dialog{
        max-width: 400px;
    }
    .simple_modal .modal-content{
        border-radius: 16px;
        border: none;
    }
    .simple_modal .modal-header{
        padding-left: 24px;
        padding-right: 24px;
    }
    .simple_modal .modal-body{
        padding: 16px 24px 20px 24px;
    }
    .simple_modal .modal-body .title{
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
    .simple_modal .modal-footer{
        padding: 0 24px 20px 24px;
        border-top: none;
        justify-content: center;
    }
    .simple_modal .modal-footer>*{
        margin: 0;
    }
    .simple_modal .modal-footer>.two_btn{
        margin-bottom: -8px;
    }
    .simple_modal .modal-footer .btn+.btn{
        margin-left: 16px;
    }
    .message_modal_content{
        text-align: center;
    }
    /*footer*/
    .page_footer{
        background-color: var(--main-color);
        padding: 2rem 0 1rem 0;
    }
    .footer_nav li{
        width: 100%;
    }
    .footer_subscribe {
        margin-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .subscribe_input_group>div:last-child {
        width: 110px;
        margin-left: 0;
    }
    .subscribe_input_group>div:last-child .maincolor_border_btn{
        width: 100%;
        min-width: auto;
        border-radius: 0 4px 4px 0;
    }
    .subscribe_input_group .my_input_color{
        border-radius: 4px 0 0 4px;
    }
    .footer_row_bottom {
        padding-top: 1rem;
    }
    .footer_social i {
        font-size: 24px;
    }
    /*編輯器內容-tiptap*/
    .from_tiptap blockquote{
        padding: 16px 24px;
    }
    .from_tiptap blockquote::before{
        bottom: -1rem;
    }
    .from_tiptap blockquote, .from_tiptap blockquote p{
            font-size: 1.125rem;
    }
    .from_tiptap .tableWrapper th {
        padding: 8px;
    }
    .from_tiptap .tableWrapper td {
        padding: 8px;
    }
    /*關鍵字*/
    .tag_list{
        margin-bottom: -16px;
    }
    .tag_list span{
        padding-bottom: 16px;
    }
    /*首頁-作者*/
    .index_author_social {
        margin-top: 0.5rem;
    }
    .index_author_social .nav-link {
        padding: 0;
    }
    /*首頁文章*/
    .index_blog_swiper_box{
        margin-right: -1.25rem;
    }
    .index_article_box.block_pt{
        padding-top: 0;
    }
    /*首頁-熱門文章*/
    .hotarticle_swiper_box{
        margin-right: -1.25rem;
    }
    .hotarticle_swiper {
        padding-left: 0;
        padding-top: 58px;
        margin-top: -8px;
    }
    .hotarticle_swiper .top_num {
        top: -68px;
        bottom: auto;
        left: 8px;
        width: 48px;
        font-size: 5.5rem;
        text-align: left;
        -webkit-text-stroke: 2px rgb(255 255 255 / 85%);
        text-stroke: 2px #fff;
    }
    /*首頁問答*/
    .faq_list{
        margin-top: -24px;
    }
    .faq_card_title {
        cursor: pointer;
        padding: 32px 8px 16px;
    }
    .faq_card_title .txt {
        font-size: 1.125rem;
    }
    .faq_card_title .txt::before {
        font-size: 1.75rem;
        top: -6px;
        margin-right: 0.5rem;
    }
    .faq_card_title .icon {
        width: 28px;
    }
    .faq_card_body::before {
        font-size: 1.75rem;
        top: -6px;
        margin-right: 0.5rem;
    }
    /*部落格首頁*/
    .blog_themm_title{
        margin-bottom: 1rem;
    }
    .blog_themm_title h2{
        font-size: 1.5rem;
    }
    .blog_themm_title h2::after{
        content: "";
        display: block;
        width: 50%;
        height: 2px;
        margin-top: 0.25rem;
        background-color: var(--main-color);
    }
    /*文章內容*/
    .article_header{
        padding-top: 1.5rem;
        margin-bottom: 2.5rem;
    }
    .article_title{
        text-align: left;
        margin-bottom: 0.5rem;
        font-size: 1.75rem;
        letter-spacing: 0.05em;
    }
    .article_info_row{
        text-align: left;
    }
    .article_page_img{
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: 61%;
        margin-top: 1.5rem;
    }
    .article_page_img img{
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        transition: all 0.3s ease;
    }
    /* .article_page_content::after{
        content: "";
        display: block;
        width: 40%;
        height: 2px;
        background-color: var(--main-color);
        margin-top: 2rem;
    } */
    .article_page_content+.social_list{
        margin-top: 2.5rem;
    }
    /*關於我*/
    .author_info_img{
        width: auto;
        max-width: none;
        margin-bottom: 1.25rem;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -16px;
    }
    .author_info_content::after{
        content: "";
        display: block;
        height: 2px;
        width: 80%;
        background-color: var(--second-color);
        margin-left: auto;
        margin-top: 1.5rem;
    }
    .author_info_name{
        font-size: 2.5rem;
        margin-bottom: 1rem;
        letter-spacing: 0.03em;
    }
    /*影片內容頁*/
    .video_header{
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .video_title {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    .video_info_row{
        margin-top: 0.5rem;
    }
}

/*超窄*/
@media(max-width: 350px) {
}