/* PC&Mobile css control */
.PC-version {
    display: none;
}

.Mobile-version {
    display: block;
} 

/* ////////////////////////////////////////// */
/* openning mask */
.mask {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100vh;
}


/* menu section */
/* The Overlay (background) */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    right: 1.8em;
    font-size: 30px;
    top: -8px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

.Mobile-version .logo img {
    float: left;
    height: 50px;
}

.ham-icon {
    font-size: 30px;
    cursor: pointer;
    float: left;
    position: absolute;
    right: 2em;
    color: #fff;
}

/* header */
.mobile-section1 {
    width: 100%;
    height: 100vh;
}

/* v1 */
/* .mobile-section1 video {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -10;
    border: 0;
    background: pink;
} */

/* v2 */
.mobile-section1 #video-div {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -10;
    border: 0;
    overflow: hidden;
}

.mobile-section1 video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    z-index: -10;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%; 
    left: 50%;
}

nav {
    position: fixed;
    width: 100%;
    overflow: hidden;
    background: rgb(27, 27, 27);
    z-index: 20;
    border-bottom: 1px #fff solid;
}
/* 主標 */
.mobile-section1  .title-wrapper {
    text-align: center;
    padding-top: 15em;
}

.title-img-wrapper {
    margin: 1em 0 2em 0;
}

.catalog {
    display: none;
    color: rgb(255, 247, 0);
    border: 2px solid #fff;
    padding: 0 0.5em;
    font-size: 1.5em;
}

#titleObjM {
    max-width: 80%;
}

.Mobile-version  .title-img-wrapper img {
    display: none;
}

.Mobile-version .mobile-section1 .title0 {
    font-size: 2.8em;
    font-weight: bold;
    color: #ffffff;
}

.Mobile-version .mobile-section1 .sub-title-wrapper .text{
    display: none;
    font-size: 1.8em;
    color: #ffffff;
}

.title-wrapper button {
    margin: 0 auto;
    display: block;
    background: none;
    border: #ffffff 1px solid;
    padding: 0.4vw;
    font-size: 1em;
    color: #ffffff;
    width: 100px;
    margin-top: 3em;
}

/* ////////////////////////////////////////////////////////////// */
/* 主文 */
.main-article-content {
    width: 100%;
    background: rgba(225, 225, 225, 0.3);
    overflow: hidden;
}

.main-article-content .content {
    background-image: url(/lazyweb/GloriousTaiwan/img/decoration-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 90%; */
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 1em 1em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    /* background: rosybrown; */
}

.main-article-content button {
    border: rgba(0, 0, 0, 0.6) 1px solid;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.2em 6em;
    font-size: 1.2em;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}

.main-article-content button:hover {
    background: rgb(226, 225, 225);
    color: #000;
}

/* ////////////////////////////////////////////////////////////// */
/* bar chart section */
.mobile-chart .title1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
}
.mobile-chart .text {
    font-size: 1.2em;
    padding: 1em 1em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
}

/* 共同 */
.mobile-chart .chart-container {
    width: 95%;
}

.mobile-chart .bar-left {
    float: left;
    width: 12%;
    height: 30px;
    color: #969696;
    line-height: 30px;
    /* background: rgb(141, 209, 132); */
}

.mobile-chart .bar-middle-wrapper {
    float: left;
    width: 76%;
    height: 30px;
    background: rgb(238, 237, 237);
}

.mobile-chart .bar-right {
    float: left;
    width: 12%;
    height: 30px;
    color: #969696;
    padding-left: 5px;
    line-height: 30px;
    /* background: rgb(135, 162, 211); */
}

.mobile-chart .bar-percent {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 30px;
}

/* bar1 */
.mobile-chart .bar1 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar1 .bar-middle {
    width: 85.7%;
    height: 30px;
}

.mobile-chart .bar1 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: #9c8856;
}

.mobile-chart .bar1-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

/* bar2 */
.mobile-chart .bar2 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar2 .bar-middle {
    width: 75.1%;
    height: 30px;
}

.mobile-chart .bar2 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: #6eae64;
}

.mobile-chart .bar2-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

/* bar3 */
.mobile-chart .bar3 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar3 .bar-middle {
    width: 75.1%;
    height: 30px;
}

.mobile-chart .bar3 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: #4c899b;
}

.mobile-chart .bar3-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

/* bar4 */
.mobile-chart .bar4 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar4 .bar-middle {
    width: 74.2%;
    height: 30px;
}

.mobile-chart .bar4 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: #4f6698;
}

.mobile-chart .bar4-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

/* bar5 */
.mobile-chart .bar5 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar5 .bar-middle {
    width: 69.4%;
    height: 30px;
}

.mobile-chart .bar5 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: rgb(214, 101, 101);
}

.mobile-chart .bar5-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

/* bar6 */
.mobile-chart .bar6 {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.mobile-chart .bar6 .bar-middle {
    width: 68.6%;
    height: 30px;
}

.mobile-chart .bar6 .bar-middle-run {
    width: 0%;
    height: 30px;
    border-right: 1px #fff solid;
    background: rgb(127, 75, 148);
}

.mobile-chart .bar6-title-m {
    width: 80%;
    font-size: 1.2em;
    padding-left: 70px;
}

.mobile-chart .remark {
    clear: both;
    font-size: 1em;
    margin: 2vw 0vw 2vw 0vw;
}
/* ////////////////////////////////////////////////////////////// */
/* gap-section */
.gap-section {
    width: 100%;
    height: 1em;
    background: rgb(216, 215, 215);
}

/* ////////////////////////////////////////////////////////////// */
/* character section */
.mobile-swiper-container .title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
    background: #cce7f4;
}

.mobile-swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    display: initial;
    background:  #cce7f4;;
}


.swiper-button-prev {
    position: relative;
}

.swiper-pagination-bullets {
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* arrow */
.swiper-button-next {
    position: absolute;
    color: #fff;
    background: rgb(45, 113, 172);
}

.swiper-button-prev {
    position: absolute;
    color: #fff;
    background: rgb(45, 113, 172);
}

/* content */
.mobile-swiper-container {
    position: relative;
    background: #cce7f4;
}


/* 右字 */
.mobile-swiper-container .article-title {
    font-size: 26px;
    color: rgb(14, 60, 101);
    padding: 10px 0;
    text-align: center;
}

.mobile-swiper-container .article-subTitle {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.mobile-swiper-container .article-text {
    font-size: 18px;
    padding: 0em 1em 1em 1em;
    color:rgba(0, 0, 0, 0.6);
    line-height: 32px;
}

/* button - read more */
.mobile-swiper-container button {
    border: rgba(0, 0, 0, 0.6) 1px solid;
    color: rgba(0, 0, 0, 0.6);
    background: none;
    padding: 0.2em 1em;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}


/* ////////////////////////////////////////// */
/* article section */
#mobile-article .title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
}

/* content */
#mobile-article .article-title {
    font-size: 26px;
    color: rgb(196, 48, 48);
    padding: 10px 0;
    text-align: center;
}

#mobile-article .article-subTitle {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#mobile-article .article-text {
    font-size: 18px;
    padding: 0em 1em 1em 1em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
}

/* button - read more */
#mobile-article button {
    border: rgba(0, 0, 0, 0.6) 1px solid;
    color: rgba(0, 0, 0, 0.6);
    background: none;
    padding: 0.2em 1em;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* ////////////////////////////////////////// */
/* ad section */
#mobile-ad {
    width: 100%;
}

#mobile-ad .title {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
    border-bottom: 1px dotted rgb(216, 215, 215);
}

#mobile-ad .ad-img {
 display: block;
 margin: 0 auto;
 margin-bottom: 20px;
}

/* 相關文章 */
#mobile-ad .related-articles {
    padding: 1em;
    text-align: center;
    font-size: 26px;
}

#mobile-ad .related-articles span {
    border-bottom: 2px solid #000;
}

#mobile-ad .related-articles-content {
    margin: 2vw 0;
}


/* ////////////////////////////////////////// */
/* footer */
#btn-logo-section img {
    vertical-align: initial;
}

hr {
    margin: 0;
}

/* ////////////////////////////////////////// */
/* others */
.main-article-content a {
    text-decoration: none;
}

.main-article-content button:hover {
    background: #818181;
    color: #fff;
}

#mobile-article a {
    text-decoration: none;
}

#mobile-article button:hover {
    background: #818181;
    color: #fff;
}

#mobile-article hr.article-line {
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #000;
    height: 2px;
}

/* ad section */
.related-articles-wrapper {
    width: 90%;
    margin-bottom: 20px;
    height: auto;
}

.related-articles-wrapper .box {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.related-articles-wrapper .box .content-style {
    height: 100px;
}

.related-articles-wrapper .box .content-style .text {
    font-size: 16px;
    padding: 2px 10px;

    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

/* img */
.related-articles-wrapper .box .img-style {
    height: 100px;
}

.related-articles-wrapper .box .news1 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad1.jpg); 
    background-position: center; 
    background-size: cover;
}

.related-articles-wrapper .box .news2 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad2.jpg); 
    background-position: right; 
    background-size: cover;
}

.related-articles-wrapper .box .news3 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad3.jpg); 
    background-position: center; 
    background-size: cover;
}

.related-articles-wrapper .box .news4 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad4.jpg); 
    background-position: center; 
    background-size: cover;
}

.related-articles-wrapper .box .news5 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad5.jpg); 
    background-position: right; 
    background-size: cover;
}

.related-articles-wrapper .box .news6 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad6.jpg); 
    background-position: center; 
    background-size: cover;
}

.related-articles-wrapper .box .news7 {
    background-image: url(/lazyweb/GloriousTaiwan/img/300x250_ad7.jpg); 
    background-position: center; 
    background-size: cover;
    position: relative;
}
