@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
html{
    font-size:16px;
}
body{
    margin:0 auto;
    padding:0;
    font-size:100%;
    font-weight:400;
    font-family:'Noto Sans TC',sans-serif;
    line-height:1.8;
    letter-spacing:1px;
    background-color:#52575c;
}
h1{
    font-size:2rem;
    font-weight:600;
    padding-bottom:1rem;
}
@media (max-width:64rem){
    h1{
        font-size:1.375rem;
    }
}
@media (max-width:50rem){
    h1{
        font-size:2rem;
    }
}
@media (max-width:40rem){
    h1{
        font-size:1.375rem;
    }
}
@media (max-width:20rem){
    h1{
        font-size:1.25rem;
    }
}
p{
    font-size:18px;
}
p span{
    display:inline-block;
    vertical-align:middle;
}
@media (max-width:37.5rem){
    p{
        font-size:16px;
    }
}
@media (max-width:20rem){
    p{
        font-size:14px;
    }
}
a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    opacity:.9;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
img{
    max-width:100%;
    height:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.share-box{
    text-align:center;
    position:absolute;
    right:1rem;
}
.share-box div{
    display:inline-block;
    cursor:pointer;
    padding-left:.5rem;
}
.share-box-inner{
    position:relative;
    margin:0 auto;
    text-align:center;
}
.share-box-inner div{
    display:inline-block;
    cursor:pointer;
    padding-left:.5rem;
}
.share-box-inner div:first-child{
    padding-left:0;
}
.logo-box{
    max-width:86px;
    padding:.4rem .8rem;
    text-align:center;
    background-color:#004e97;
    position:relative;
    z-index:999;
}
.logo-box span{
    display:none;
}
.icon-cnalogo{
    fill:#fff;
    width:50px;
    height:50px;
    margin:0 auto;
    vertical-align:middle;
}
.fb-btn{
    fill:#fff;
    width:32px;
    height:50px;
    vertical-align:middle;
}
.line-btn{
    fill:#fff;
    width:32px;
    height:50px;
    vertical-align:middle;
}
.twitter-btn{
    fill:#fff;
    width:32px;
    height:50px;
    margin:0 0 0 5px;
    vertical-align:middle;
}
@media (max-width:64rem){
    .logo-box{
        margin-left:0;
    }
}
@media (max-width:40rem){
    .icon-cnalogo{
        width:40px;
        height:40px;
    }
    .fb-btn{
        width:30px;
        height:40px;
    }
    .line-btn{
        width:30px;
        height:40px;
    }
    .twitter-btn{
        width:30px;
        height:40px;
    }
}
@media (max-width:37.5rem){
    .share-box{
        top:.36rem;
    }
    .logo-box{
        max-width:72px;
        padding:.4rem 0 0;
    }
    .fb-btn{
        width:26px;
        height:26px;
    }
    .line-btn{
        width:26px;
        height:26px;
    }
    .twitter-btn{
        width:26px;
        height:26px;
    }
}
.wrapper{
    margin:0 auto;
    clear:both;
    background-color:#52575c;
}
header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    height:3rem;
    position:relative;
    background-color:#141414;
}
header h1{
    font-size:1em;
    margin:0 auto 0 0;
    padding:.5em;
}
header h1 span{
    color:#585558;
}
.mainvisual{
    position:relative;
    height:calc(110vh - 3rem);
    overflow:hidden;
    text-align:center;
}
.mainvisual:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:100%;
}
.pagetitle{
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    z-index:8;
    position:relative;
    -webkit-filter:drop-shadow(0 2px 1px #141414);
    filter:drop-shadow(0 2px 1px #141414);
    color:#fff;
}

.pagetitle h1{
    width:45%;
    height:200px;
    margin:.5rem auto;
    z-index:0;
    background:url(../img/title2024.svg) center no-repeat;
    background-size:contain;
}
.pagetitle span{
    opacity:0
}
.pagetitle p{
    margin:0 auto;
    padding:.5% 0;
    max-width:45rem;
    font-size:1.2em;
    text-align:justify;
    line-height:1.5;
    font-family: 'Noto Sans TC',sans-serif;
}
.morepic{
    position:absolute;
    bottom:6.6rem;
    z-index:999;
    width:100%;
    color:#fff;
}
.morepic a{
    display:block;
    cursor:pointer;
}
.morepic .moretxt{
    display:block;
    font-size:14px;
}
@media screen and (max-width:64rem){
    .morepic{
        bottom:6.6rem;
    }
}
@media screen and (max-width:50rem){
    .pagetitle{
        width:90%;
        max-width:380px;
    }
    .pagetitle {
    display: inline-block;
    vertical-align: bottom;
        margin-bottom: 50px;
    }
    .pagetitle h1{
        margin:1.5rem auto;
    }
    .pagetitle p{
        max-width:23.125rem;
    }
}
@media screen and (max-width:40rem){
    .pagetitle h1{
        width:76%;
    }
    .mainvisual{
        position:relative;
        height:90vh;
        height: calc(var(--vh, 1vh) * 90);
        overflow:hidden;
        text-align:center;
    }
    .pagetitle p{
        font-size:1em;
        font-weight:400;
    }

    .tabitem{
        margin-top: 1rem;
    }
}
@media screen and (max-width:37.5rem){
    header{
        height:2.67rem;
    }
    .pagetitle h1{
        width:50%;
        height:80px;
    }
    .pagetitle p{
        font-size:1em;
        font-weight:400;
    }
    .credit{
        margin:.875em auto 0 auto;
    }
    .morepic{
        bottom:2rem;
    }
}
@media screen and (max-width:414px){
        .pagetitle {
        margin-bottom: 0px;
    }
}
@media screen and (max-width:20rem){
    .pagetitle{
        width:85%;
    }
    .pagetitle h1{
        margin:0 auto;
    }
}
.icon-downarrow{
    width:32px;
    height:12px;
    fill:#fff;
}
.hero{
    position:absolute;
    width:100%;
    height:calc(110vh - 35px);
    top:0;
    left:0;
    overflow:hidden;
    pointer-events:none;
    z-index:0;
}
.mask{
    background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#141414));
    background:-webkit-linear-gradient(top,transparent 0,#141414 100%);
    background:-o-linear-gradient(top,transparent 0,#141414 100%);
    background:linear-gradient(to bottom,transparent 0,#141414 100%);
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1;
}
.head_group{
    width:90%;
    margin:0 auto;
    padding:10px 0 30px 0;
    display:flex;
    justify-content:space-between;
    height:70px;
    position:relative;
    z-index:9999;
}
.head_group span{
    font-size:20px;
    vertical-align:middle;
}
.head_group .sharebox{
    display:inline-block;
}
.sharebox div{
    cursor:pointer;
}
.mb-sharebox{
    display:none;
}
.head_group .sharebox div{
    padding:0 10px;
    display:inline-block;
    vertical-align:middle;
}
.head_group .sharebox div:nth-child(1){
    padding-left:0;
}
.dropbtn{
    background-color:transparent;
    border:none;
    display:flex;
    align-items:baseline;
}
.dropbtn span{
    color:#fff;
    padding:7px;
    font-size:18px;
    cursor:pointer;
    font-family:"Noto Sans TC",sans-serif;
}
.dropdown{
    position:relative;
    display:inline-block;
}
.dropdown-content{
    display:none;
    position:absolute;
    background-color:#f9f9f9;
    background:#ececec;
    border-radius:3px;
    min-width:415px;
    left:-125%;
    overflow:auto;
    text-align:center;
    filter:drop-shadow(0 4px 20px rgba(0, 0, 0, .3));
    padding:0;
    z-index:99999;
}
.dropdown-content a{
    color:#000;
    padding:12px 16px;
    text-decoration:none;
    display:block;
}
.dropdown-content li{
    border-bottom:1.5px #fff solid;

}
.dropdown-content a span{
    font-size:18px;
    font-weight:700;
}
.dropdown-content a:hover span{
    box-shadow:inset 0 -.65rem #f3fe7b,inset 0 -.65rem #f3fe7b;
}
.dropdown-content li:nth-child(4){
    border:none;
}
.dropdown-content li:nth-child(3){
    border:none;
}
.show{
    display:block;
}
.rotate{
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
    cursor:pointer;
}
.rotate.up{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
@media (max-width:40rem){
    .logobox{
        padding-top:2px;
    }
    .dropbtn span{
        padding-top:0;
    }
    .dropdown-content li:nth-child(3){
        border-bottom:1.5px #fff solid;
    }
    .dropdown-content{
        display:none;
        position:absolute;
        background-color:#f9f9f9;
        background:#ececec;
        border-radius:3px;
        min-width:415px;
        left:-100%;
        overflow:auto;
        text-align:center;
        filter:drop-shadow(0 4px 20px rgba(0, 0, 0, .3));
        padding:10px;
        z-index:99999;
    }
    .head_group{
        height:70px;
    }
    .head_group .sharebox div{
        padding:0;
    }
    .dropbtn{
        padding:8px 16px 16px;
    }
    .logobox span{
        display:none
    }
    .head_group .sharebox div:nth-child(1),.head_group .sharebox div:nth-child(2){
        display:none;
    }
    .head_group .sharebox{
        visibility:hidden;
    }
    .mb-sharebox{
        display:block;
        display:flex;
        justify-content:center;
    }
    .mb-sharebox a{
        padding:16px 10px;
    }
    .mb-sharebox div{
        display:flex;
        align-items:center;
    }
}
@media (max-width:37.5rem){
    .dropdown-content{
        display:none;
        position:absolute;
        background-color:#f9f9f9;
        background:#ececec;
        border-radius:3px;
        min-width:415px;
        left:-100%;
        overflow:auto;
        text-align:center;
        filter:drop-shadow(0 4px 20px rgba(0, 0, 0, .3));
        padding:10px;
        z-index:99999;
    }
}
.nav-fixed{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    background:-moz-linear-gradient(top,#52575c 0,#52575c 89%,rgba(82,87,92,0) 100%);
    background:-webkit-linear-gradient(top,#52575c 0,#52575c 89%,rgba(82,87,92,0) 100%);
    background:linear-gradient(to bottom,#52575c 0,#52575c 89%,rgba(82,87,92,0) 100%);
}
.progress-container{
    width:100%;
    height:8px;
    background:#e8e8e8;
}
.progress-bar{
    height:8px;
    background:#f3fe7b;
    width:0%;
}
#navi{
    width:100%;
    margin:50px 0 10px 0;
}
#navi .tabitem a{
    display:inline-block;
    border:1px #fff solid;
    filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius:3px;
    padding:10px 30px;
    font-size:18px;
    color:#fff;
    margin: 1.5em;
}
#navi .tabitem{
    list-style:none;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
#navi .tabitem a:hover{
    font-weight:700;
    filter:drop-shadow(0 0 5px rgba(255, 255, 255, .9));
    box-shadow:0 0 0 1px #fff;
}
#navi .current{
    border-left:3px solid #fec130;
}
#navi a.current{
    font-weight:700;
    filter:drop-shadow(0 0 1px rgba(255, 255, 255, .9));
    background-color:#fff;
    color:#3c3c3c;
    margin: 1.5em;
}

@media (max-width:50rem){

    #navi .tabitem a{
        margin: 1em;
    }
    #navi a.current{
        margin: 1em;
    }
}
@media (max-width:40rem){

    #navi .tabitem a{
        margin: 0.35em;
    }
    #navi a.current{
        margin: 0.35em;
    }
}
@media (max-width:23.5rem){
#navi .tabitem a{
    padding:10px 7px;

}
}
.scrollbox::before{
    content:'scroll';
    position:absolute;
    color:#fff;
    bottom:-30px;
    left:50%;
    margin-left:-25px;
}
.scrollhint{
    width:1px;
    height:60px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    overflow:hidden;
}
.scrollhint .sline{
    width:100%;
    height:100%;
    display:block;
    background:linear-gradient(to bottom,#fff 50%,rgba(255,255,255,0) 50%);
    background-position:0 -60px;
    background-size:100% 200%;
    -webkit-animation:scrolldown 2.2s cubic-bezier(.76,0,.3,1) forwards infinite;
    animation:scrolldown 2.2s cubic-bezier(.76,0,.3,1) forwards infinite;
}
@keyframes scrolldown{
    0%{
        background-position:0 -60px
    }
    75%{
        background-position:0 0
    }
    100%{
        background-position:0 60px
    }
}
.content>.swiper-scrollbar{
    left:0;
    width:100%;
}
@media (max-width:50rem){
    #navi{
        margin:0 auto;
    }
    .scrollBlock{
        display:none;
    }
}
@media screen and (max-width:30rem){
    #navi{
        margin:10px 0 20px 0;
    }
}
@media screen and (max-width:20rem){
    #navi .tabitem a{
        padding:10px 25px;
    }
}
.content .swiper-scrollbar{
    position:absolute;
    z-index:50;
    height:8px;
    width:100%;
}
.content .swiper-scrollbar-drag{
    width:88.8889px;
    transform:translate3d(0,0,0);
    transition-duration:0s;
}
.content .swiper-scrollbar-drag{
    height:100%;
    width:100%;
    position:relative;
    background:silver;
    left:0;
    top:0;
}
.content .swiper-scrollbar-drag:before{
    display:block;
    content:" ";
    height:100%;
    width:12%;
    position:relative;
    background:#f3fe7b;
    left:0;
    top:0;
}
.swiper-box .swiper-button-next,.swiper-box .swiper-button-prev{
    position:absolute;
    top:30%;
}
main{
    max-width:1024px;
    margin:0 auto;
    clear:both;
}
.image-wrapper{
    margin:0 auto;
}
.one-pic{
    margin-top:150px;
}
figure{
    margin:0 auto 5rem auto;
}
figcaption{
    font-family: "Noto Sans TC";
    font-size:18px;
    color:#fff;
    width:70%;
}
figcaption span{
  font-family: "Noto Sans TC";
    color:#dedede;
    font-size:16px;
}
blockquote{
    border-left:3px solid #f3fe7b;
    margin:1.5rem 0;
    padding-left:2em;
}
blockquote .link-icon a{
    font-family: 'Noto Sans TC',sans-serif;
    color:rgba(236,236,236,.6);
    font-size:16px;
    border-bottom:1px solid rgba(236,236,236,.6);
    cursor:pointer;
}
blockquote .link-icon img{
    display:inline-block;
    vertical-align:middle;
    padding-right:10px;
}
blockquote .sharebox>div{
    display:inline-block;
}
blockquote .sharebox{
    margin-bottom:45px;
}
@media (max-width:64rem){
    .figbox{
        width:95%;
        margin:0 auto;
    }
    .img-text,figcaption{
        width:100%;
    }
    blockquote{
        padding-left:1em;
    }
}
@media (max-width:50rem){
    figcaption{
        font-size:16px;
    }
    figcaption span{
        font-size:14px;
    }
}
.textbox{
    display:block;
    max-width:650px;
    margin:0 auto;
}
.textbox p{
    font-size:18px;
    line-height:30px;
    color:#fff;
    margin-bottom:18px;
}
.textbox img{
    padding:65px;
    margin:0 auto;
}
.quotebox{
    display:block;
    max-width:650px;
    margin:0 auto 130px auto;
    padding:40px 26px;
    color:#3c3c3c;
    /* font-family:'Noto Serif TC',serif; */
    font-weight:600;
    font-size:18px;
    line-height:30px;
    text-align:justify;
    background:#ececec;
    box-shadow:0 4px 20px rgba(0,0,0,.3);
    border-radius:3px;
}
.quotebox p{
    padding:20px 0;
}
.quotebox img{
    margin:0 auto;
}
.quotebox .author{
    font-family:"Noto Sans TC",sans-serif;
    font-weight:400;
    padding-top:20px;
    text-align:center;
    font-size:16px;
}
/*.pic2-text{
    margin-bottom:11.25rem;
    display:block;
}*/
.pic1 img,.pic2 img{
    width:60.33333%;
    display:inline-block;
}
.pic2-text{
    width:33.33333%;
    display:inline-block;
    margin-left:46px;
    vertical-align:super;
    position:relative;
    top:-15px;
}
.pic2-text figcaption{
    width:100%;
}
.pic2 .link-icon img{
    display:inline-block;
    vertical-align:middle;
    padding-right:10px;
    width:30px;
}
@media (max-width:64rem){
    .pic1 img,.pic2 img{
        display:block;
        margin:0 auto;
    }
    .pic1,.pic2{
        width:95%;
        margin:0 auto;
    }
}
@media (max-width:37.5rem){
    .one-pic{
        margin-top:0;
    }
}
@media (max-width:64rem){
    .pic1,.pic2{
        display:block;
        margin:0 auto;
    }
    .pic2-text{
        width:95%;
        margin:0 auto;
        top:0;
    }
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#f3fe7b!important;
}
.owl-theme .owl-dots .owl-dot span{
    width:12px!important;
    height:12px!important;
}
#sync2 .item,#sync4 .item{
    margin-bottom:80px;
}
#sync1.owl-theme,#sync3.owl-theme{
    position:relative
}
#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev,#sync3.owl-theme .owl-next,#sync3.owl-theme .owl-prev{
    width:22px;
    height:40px;
    margin-top:-20px;
    position:absolute;
    top:50%;
    filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .75))
}
#sync1.owl-theme .owl-prev,#sync3.owl-theme .owl-prev{
    left:10px;
}
#sync1.owl-theme .owl-next,#sync3.owl-theme .owl-next{
    right:10px;
}
#sync1.owl-theme .owl-next:hover,#sync1.owl-theme .owl-prev:hover,#sync3.owl-theme .owl-next:hover,#sync3.owl-theme .owl-prev:hover{
    background-color:transparent!important;
}
@media (max-width:50rem){
    #sync1.owl-theme .owl-prev svg,#sync3.owl-theme .owl-prev svg{
        width:20px;
    }
    #sync1.owl-theme .owl-next svg,#sync3.owl-theme .owl-next svg{
        width:20px;
    }
}
.ftshare .sharebox div{
    display:inline-block;
}
.ftshare .sharebox div:nth-child(1){
    padding-right:24px;
}
.ftshare .sharebox div:nth-child(2){
    padding-right:24px;
}
.ftshare .sharebox{
    display:flex;
    justify-content:center;
}
.ftshare{
    padding-top:100px;
    padding-bottom:30px;
}
.related-title{
    font-size:18px;
    text-align:center;
    width:170px;
    margin:2rem auto;
    background-color:#e8e8e8;
    border:1px #fff solid;
    filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius:3px;
    padding:10px 25px;
}
.related .related-title{
    cursor:pointer;
    color:#3c3c3c;
    font-weight:700;
}
.credit{
    display:block;
    clear:both;
    max-width:45rem;
    font-size:14px;
    text-align:center;
    margin:0 auto;
    color:#fff;
    padding-bottom:100px;
}
footer{
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top:4rem;
    padding:1em 0;
    background-color:#3c3c3c;
}
@media (max-width:64rem){
    footer{
        margin-top:2rem;
    }
}
.cd-top{
    color:#fff;
    font-size:1.2rem;
    display:inline-block;
    width:45px;
    height:45px;
    line-height:48px;
    text-align:center;
    position:fixed;
    bottom:20px;
    right:10px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.05);
    box-shadow:0 0 10px rgba(0,0,0,.05);
    overflow:hidden;
    background:rgba(232,232,232,.9) no-repeat center 50%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    border-radius:100%;
    z-index:10;
}
@media only screen and (min-width:64rem){
    .cd-top{
        right:30px;
        bottom:20px;
    }
}
@media only screen and (min-width:40rem){
    .cd-top{
        right:20px;
        bottom:20px;
    }
}
@media (max-width:37.5rem){
    .figcaption{
        font-size:16px;
    }
    .cd-top{
        width:40px;
        height:40px;
        line-height:40px;
    }
    .related-title{
        width:180px;
    }
    .swiper-button-next::after,.swiper-button-prev::after{
        font-size:2rem!important;
    }
}
.cd-top.cd-is-visible{
    visibility:visible;
    opacity:1;
}
.cd-top.cd-fade-out{
    opacity:.5;
}
.no-touch .cd-top:hover{
    opacity:1;
}
.back2top{
    fill:#fff;
    width:40px;
    height:40px;
}
@media (max-width:40rem){
    .quotebox,.textbox{
        width:95%;
    }
    .textbox img{
        padding:40px;
    }
    .credit{
        padding-bottom:20px;
    }
    .ftshare{
        padding-top:20px;
    }
}
/*** 組合圖(2張) **/
.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin-top: 100px;
}
.content2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.box-1, .box-2 {flex: 1;display: flex;box-sizing: border-box;}
.box-1{margin-right: 25px;}
.text-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.background-container {position: relative;display: inline-block;}
.text-center .h4{
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.5em;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}
.background-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6D9;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/*.image img {width: 572px;height: 429px;object-fit: cover;}*/
.content2 .image img {max-width: 100%;height: auto;}
/*.content2-text .author{
     color: #dedede;;
    font-family: "Noto Sans TC";
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 8px;
}*/
.content2-text p{
    width: 100%;
    color: #fff;
    font-family: "Noto Sans TC";
    font-size: 18px;
}
.content2-text span{
 font-family: "Noto Sans TC";
  color: #dedede;
  font-size: 1rem;
}
.content2-text .span{
    display: contents;

}
.container2 .blockquote {
  border-left: 3px solid #f3fe7b;
  padding-left: 2em;
  margin-top: 1.5rem;
}
.content2-text .sharebox{
    display: flex;
}

.content2 .decor{display: none;}
@media (max-width: 992px) {
  .container2 {flex-direction: column;margin: 0 auto;margin-top:160px;}
  .content2-text {
  width: 95%;margin: 0 auto;  
  }
  .container2 img {width: 100%;height: auto;}
  .background-container {margin-bottom: 40px;}
  .box-2 {align-self: flex-end;margin-top: 40px;margin-left: 25px;}
  .content2 .decor{display: block; float: right;}
  .content2-text:before{display: none;}
}
@media (max-width: 50rem) {
  .content2-text p{font-size: 1rem;}
  .content2-text span{font-size: .875rem;}
}
@media (max-width:680px) {
  .container2 {margin-top:120px;}
  .container2 img {width: 80%;height: auto;}
  .box-2 img {margin-left: auto;margin-right: 0;display: flex;justify-content: flex-end;}
  .box-2{margin-left: 0px;}
  .box-1 {margin-right: 0px;}
  .content2-text .author {
    padding-top: 23px;
    padding-bottom: 12px;
}
.background-container {
        margin-bottom: 20px;
    }
}

/*** 組合圖(3張) ***/
.container3 {display: flex;flex-direction: column;box-sizing: border-box;}
.title {
display: flex;
align-items: center;
font-size: 1.5em;
text-align: left;
color: #fff;
font-family: "Noto Serif TC";
font-size: 28px;
font-weight: 700;
}

.pic-1 {width: 100%; height: 532px; overflow: hidden; }
.pic-1 img {width: 100%; height: auto; display: block;object-fit: cover; }
.pic-container {display: flex;flex-wrap: wrap;position: relative;}
.pic-2, .pic-3, .pic-4 {display: flex;justify-content: center;}
.pic-2 img, .pic-3 img, .pic-4 img {
    max-width: 100%;
    height: auto;
    display: block;
 }
.pic-2,.pic-3{margin-right:20px; }
.pic-4 .container3-text{width: 380px;position: absolute;right: 0;}
.container3-text .sharebox{	
	display: flex;
}
/*.container3-text .author{
color: #dedede;
font-family: "Noto Sans TC";
font-size: 16px;
padding-bottom: 0px;
}*/
.container3-text figcaption{
color: #fff;
font-size: 18px;
text-align: justify;
line-height: 180%;
width: 100%;
}
.pic-4 .blockquote{
 border-left: 3px solid #f3fe7b;
  padding-left: 2em;
}
/*.pic-4 blockquote {
    margin: 0rem 0;
}*/
 
/*@media (max-width: 1024px){.pic-4 .container3-text{width:28%;}}*/
@media (min-width: 769px) {
  .pic-2, .pic-3 {width: 28%;margin-bottom: 10px;}
}
@media (max-width: 1024px){
.pic-container {width: 95%;margin: 0 auto;}
}

@media (max-width: 992px) {
  .container3 {margin-top:160px;}
  .pic-container {flex-wrap: wrap;padding-top: 10px; width: 100%;}
  .pic-1 {width: 100%;height: auto;}
  .pic-2, .pic-3 {width: 50%; box-sizing: border-box;margin: 0 auto;}
  .pic-2{padding-right: 5px;}
  .pic-3{padding-left: 5px;}
  .pic-4 {width: 100%; margin: 1.5rem 0;}
  .container3-text .author{padding: 27px 0px 16px;}
  .pic-4 .container3-text {width: 95%;position: relative;}
  .pic-4 .blockquote,   .container2 .blockquote{padding-left: 1em;}
}

@media (max-width: 768px) {
    .title {font-size: 24px;}
    .title .svg{margin-right: 20px;margin-bottom: -13px;}
    .title .svg svg{width: 86px;height: 86px;}
    .container3-text .author{padding: 20px 0px 4px;}
/*    .pic-4 .container3-text {width: 90%;position: relative;bottom: 0;right: 0px;}*/
}
@media (max-width: 50rem) {
    .container3-text figcaption{
        font-size: 1rem;
    }
}

 @media (max-width: 576px) {
    .title3{font-size: 24px;}
    .container3 {margin-top:120px;}
    .title .svg {margin-bottom: -16px;}
}
