/* css reset */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ////////////////////////////////////////////////////////////// */
/* mobile-display-control */
/* home */
#Mobile-main-section-home {
    display: none;
}

/* han */
#Mobile-main-section-han {
    display: none;
}

/* tsai */
#Mobile-main-section-tsai {
    display: none;
}

/* ke */
#Mobile-main-section-ke {
    display: none;
}

/* others */
#Mobile-main-section-others {
    display: none;
}



/* ////////////////////////////////////////////////////////////// */
#Mobile-three-btn-section {
    display: none;
}

#Mobile-article1-main-div {
    display: none;
}

#Mobile-article2-main-div {
    display: none;
}

#Mobile-article3-main-div {
    display: none;
}



/* ////////////////////////////////////////////////////////////// */
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    font-style: normal;
}

/* header & navbar */
#header {
    position: fixed;
    display: flex;
    justify-content: initial;
    align-items: center;
    width: 100%;
    min-height: 6vh;
    background: #000000;
    z-index: 50;
}

.container {
    display: inline-block;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    right: 5vw;
}
  
.bar1, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #ffffff;
    margin: 8px 0;
    transition: 0.4s;
}

.bar2 {
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    margin: 8px 0;
    transition: 0.4s;
}
  
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
  
.change .bar2 {opacity: 0;}
  
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}



/* ////////////////////////////////////////////////////////////// */
/* menu 內文 */
.menu {
    margin: 0;
    padding: 0;
    top: 0;
    left: 100%;
    position: fixed;
    width: 40%;
    height: 100%;
    background: black;
    z-index: 15;
    transition: .5s;
}

ul {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul li {
    list-style: none;
}

ul li a {
    padding: 10px;
    display: inline-block;
    font-size: 1.5em;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
}

/* .sub-title {
    padding-left: 5vw;
} */

ul li a:hover {
    background: rgb(195, 195, 159);
}

.menu.active {
    left: 60vw;
    overflow: auto;
}

/* 漢堡選單第二種寫法 */
.menu .wrapper {
    padding-top: 6vh; 
}

.menu .wrapper a {
    text-decoration: none;
    color: #ffffff;
}

.menu-list  {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 20px 200px;
}

.menu-list2  {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 20px 200px;
}

.menu-list2:hover {
    color: #c0c5c5;
    cursor: pointer;
}

.main-title-style {
    font-size: 2em;
    padding-bottom: 2vw;
}

.main-title-style2 {
    font-size: 1.6em;
}

.sub-title-style {
    padding-left: 250px;
    font-size: 1.4em;
}

.main-title-hr {
    border-color:#a19c9c;
}

.sub-title-hr {
   width: 75%;
   margin-left: auto;
   border-color:#a19c9c;
}



/* ////////////////////////////////////////////////////////////// */
/* search-box */
form {
    display: inline-block;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid rgb(209, 203, 203);
    float: left;
    width: 80%;
    background: #f1f1f1;
  }
  
form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: rgb(208, 208, 209);
    color: white;
    /* font-size: 17px; */
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}
  
form.example button:hover {
    background: #0b7dda;
}
  
form.example::after {
    content: "";
    clear: both;
    display: table;
}

/* 叉叉 */
.btn {
    background-color: rgb(147, 150, 153);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: RoyalBlue;
  }

/* 社群分享 section */
#social-media-section {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    text-align: right;   

    display: flex;
    justify-content: flex-end;
    align-items: center;
}



/* ////////////////////////////////////////////////////////////// */
/* main 主視覺 */
/* home */
#main-section-home {
    position: relative;
    width: 100%;
    height: 83vh;
    /* min-height: 800px; */
    background-image: url("../img/banner_main_1920x1016.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #333333; */
}

/* han page */
#main-section-han {
    position: relative;
    width: 100%;
    height: 83vh;
    /* min-height: 800px; */
    background-image: url("../img/banner_1_han_1920x1016.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #333333; */
}

/* tsai page */
#main-section-tsai {
    position: relative;
    width: 100%;
    height: 83vh;
    /* min-height: 800px; */
    background-image: url("../img/banner_1_tsai_1920x1016.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #333333; */
}

/* ke page */
#main-section-ke {
    position: relative;
    width: 100%;
    height: 83vh;
    /* min-height: 800px; */
    background-image: url("../img/banner_others_1920x1016.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #333333; */
}

/* others page */
#main-section-others {
    position: relative;
    width: 100%;
    height: 56.2vw;
    /* min-height: 800px; */
    background-image: url("../img/banner_main_1920x1016.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #333333; */
}


/* ////////////////////////////////////////////////////////////// */
#main-title {
    /* background: pink; */

    position: absolute;
    overflow: hidden;
    width: 80vw;
    height: 36vw;
    left: 18vw;
    top: 9vw;
    /* font-family: 'Noto Sans TC', sans-serif; */
}

#title {
    position: absolute;
    border-left: 12px solid #e52020;
    font-size: 5.8vw;
    font-family: 'KozGoPr6N', 'Noto Sans TC', sans-serif;
    font-weight: bold;
    color: #ffffff;
}

/* title-border-left-bar-gradient-color */
.title-tsai {
    border-left: 12px solid transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(180deg, #279e6b, #008F8D);
    border-image-slice: 1;
}

.title-han {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 12px solid transparent;
    border-image: linear-gradient(0deg, #006be0, #d4effa);
    border-image-slice: 1;
}

.title-others {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 12px solid transparent;
    border-image: linear-gradient(0deg, #a98a04, #e5f000);
    border-image-slice: 1;
}

#title .title-2020 {
    font-size: 2vw;
}

#title .title1 {
    padding-left: 1.3vw;
}

#title .title2 {
    padding-left: 1.3vw;
}

#title-des {
    position: absolute;
    top: 22vw;
    left: 1.9vw;

    font-size: 1.25vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    font-style: 400;
    color: rgb(255, 255, 255);
    /* background: paleturquoise; */

    width: 36vw;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
}

#title-btn {
    position: absolute;
    /* width: 7.8vw; */
    /* height: 2.5vw; */
    left: 55vw;
    top: 22vw;
    font-size: 1.25vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(255, 255, 255);
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin-top: 2vw;
    background: border-box;
}

.text-straight {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    border-left: 1px solid rgb(255, 255, 255);
}

#title-btn img {
    width: 1em;
    margin-left: 0.25em;
}


/*寫信給總統 animation*/
title-btn:hover {
color: #f5f0e9;
}

.ca3-scroll-down-link-PC {
    -webkit-animation: ca3_fade_move_down 1.5s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 1.5s ease-in-out infinite;
    animation: ca3_fade_move_down 1.5s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% { -webkit-transform:translate(0,-15px); opacity: 0; }
    50% { opacity: 1; }
    100% { -webkit-transform:translate(0,15px); opacity: 0; }
}

@-moz-keyframes ca3_fade_move_down {
    0% { -moz-transform:translate(0,-15px); opacity: 0; }
    50% { opacity: 1; }
    100% { -moz-transform:translate(0,15px); opacity: 0; }
}

@keyframes ca3_fade_move_down {
    0% { transform:translate(0,-15px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform:translate(0,15px); opacity: 0; }
}


/* ////////////////////////////////////////////////////////////// */
/* 三個後選人選單 */
#three-btn-section {
    width: 100%; 
    height: 10vw; 
    background-color: #000000;

    position: relative;
}

#three-btn-section .btn1 {
    position: absolute;
    width: 19vw;
    height: 10vw;
    /* background-color: yellow; */
    left: 24vw;
    padding-left: 5.7vw;
    padding-top: 1.5vw; 
    border-right: 0.5px solid #ffffff;
}

#three-btn-section .btn2 {
    position: absolute;
    width: 19vw;
    height: 10vw;
    /* background-color: pink; */
    left: 43vw;

    padding-left: 5.7vw;
    padding-top: 1.5vw; 
    border-right: 0.5px solid #ffffff;
}

#three-btn-section .btn3-2 {
    position: absolute;
    width: 19vw;
    height: 10vw;
    /* background-color: blueviolet; */
    left: 62vw;
    padding-top: 1.5vw; 
    padding-left: 6.4vw;
}

/* iframe */
#three-btn-section .btn3 {
    position: absolute;
    width: 14vw;
    height: 13vw;
    /* background-color: blueviolet; */
    left: 62vw;
}

#three-btn-section .btn3 iframe {
    width: 14vw;
    height: 13vw;
}

#three-btn-section .timeline-logo {
    position: absolute;
    display: inline-block;
    left: 95vw;
    /* padding-left: 19vw; */
}

#three-btn-section .timeline-logo img {
    width: 2.5vw;
    height: 13vw;
}

#three-btn-section .candidate {
    font-size: 1.3vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    line-height: 3.5vw;
    color: #ffffff;
}

#three-btn-section .name {
    font-size: 1.7vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    color: #ffffff;
}

.timeline-logo img{
    width: 100%;
    padding-top: 1.2vw;
}

/* three-btn-section hover effect */
#three-btn-section .btn1:hover {
    background-image: linear-gradient(0deg, #008F8D, #279e6b);
    /* background-image: linear-gradient(0deg, #006be0, #d4effa); */
}

#three-btn-section .btn2:hover {
    background-image: linear-gradient(0deg, #006be0, #7cb1ea);
    /* background-image: linear-gradient(0deg, #55c18a, #e3e96c); */
}

#three-btn-section .btn3-2:hover {
    background-image: linear-gradient(0deg, #a98a04, #e5f000);
}


/* three-btn-section hover effect */
#three-btn-section .btn1-tsai-page {
    background-image: linear-gradient(0deg, #008F8D, #279e6b);
}

#three-btn-section .btn2-han-page {
    background-image: linear-gradient(0deg, #006be0, #7cb1ea);
}

#three-btn-section .btn3-2-other-page {
    background-image: linear-gradient(0deg, #a98a04, #e5f000);
}

/* #three-btn-section .btn1:hover > .candidate {
    cursor: pointer;
    color: #006be0;
}
#three-btn-section .btn1:hover > .name {
    cursor: pointer;
    color: #006be0;
}

#three-btn-section .btn2:hover > .candidate {
    cursor: pointer;
    color: #55ce8a;
}
#three-btn-section .btn2:hover > .name {
    cursor: pointer;
    color: #55ce8a;
}

#three-btn-section .btn3-2:hover > .candidate {
    cursor: pointer;
    color: #a98a04;
}
#three-btn-section .btn3-2:hover > .name {
    cursor: pointer;
    color: #a98a04;
} */



/* ////////////////////////////////////////////////////////////// */
/* 文章區塊 */
section {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 870px; */
}

/* 三篇標號統一的css */
.box1 .num-underline {
    border-bottom: 2px solid #000000;
    display: inline;
}



/* ///////////////////////////////////// */
/* 第一篇文章 */
#article1-main-div {
	width: 100%;
	position: relative;
    /* background-color: #547ea8; */
        
    margin: 0px auto;
    margin-bottom: 13.9vw;
	overflow: hidden;
}

#article1-main-div .sub-div {
	width: 90vw;
	/* background-color: #de9657; */
	position: relative;
    height: 40vw;
    
    margin: 0px auto;
    overflow: hidden;
}
    
#article1-main-div .num-div {
    width: 3vw;
    height: 2vw;
    background: f0bcad;

    position: absolute;
    left: 2vw;
    font-size: 2vw; 
}

/* 文字區塊 */
#article1-main-div .text-div {
	background-color: white;
	width: 44vw;
	/* height: 29vw; */
	box-shadow: 5px 5px 10px rgba(191,189,189, 0.6);
	top: 6vw;

	position: absolute;
    z-index: 10;
    padding: 2.6vw 2.3vw 1.2vw 2.6vw;
}

#news-title-catalog-1 {
    float: left;
    padding: 0 1vw;
    background-image: linear-gradient(0deg, #006be0, #7cb1ea);
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}


#article1-main-div .text-div #news1-date {
    float: right;
    padding-top: 1vw;
    font-size: 0.9vw;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
}

#article1-main-div .text-div #news1-title {
    font-size: 2vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(0, 0, 0);
    padding: 3.6vw 0.9vw 2.8vw 0.9vw;
}

#article1-main-div .text-div #news1-content {
    width: 35vw;
    font-size: 1vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    padding-left: 1.1vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#article1-main-div .text-div #news1-read-more {
    font-size: 1vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    text-align: right;
    border-bottom: 1px solid #000000;
    float: right;
    margin-top: 6vw;
}

#article1-main-div .text-div #news1-read-more a{
    text-decoration: none;
    color: #000000;
}

/* 照片 */
#article1-main-div .main-img {
    /* background-color: red; */
    background-image: url(../img/content_pic_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

	width: 63vw;
	height: 40vw;

	position: absolute;
	z-index: 5;

    left: calc(100% - 63vw);
}    



/* ///////////////////////////////////// */
/* 廣告 slider */
#ad-main-div {
    width: 100%;
    height: 33.6vw;
    position: relative;
    /* background: #FF9F55; */
    margin: 0px auto;
	overflow: hidden;
}

#ad-main-div #ad-title {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 9.1vw;
    padding-bottom: 4.3vw;
    font-size: 2.9vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    font-weight: medium;
    color: rgba(38, 73, 139);
}

#ad-main-div #ad-text {
    width: 40vw;
    text-align: center;
    display: block;
    margin: 0 auto;

    font-size: 1vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    font-weight: medium;
    color: rgba(0, 0, 0, 0.6);

    line-height: 2vw;
    padding-bottom: 122px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0.8vw;
  /* margin-top: -22px; */
  color: white;
  font-weight: bold;
  font-size: 1.3vw;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgb(122, 122, 122, 0.6);
}

.prev {
  margin-left: 6.3vw;
}

.next {
  margin-right: 6.3vw;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/* ///////////////////////////////////// */
/* 第二篇文章 */
#article2-main-div {
	width: 100%;
	position: relative;
    /* background-color: #547ea8; */
        
	margin: 0px auto;
    /* overflow: hidden; */
    margin-bottom: 13.9vw;
}

#article2-main-div .sub-div {
	width: 90vw;
    /* background-color: #de9657; */
    background-image: url(../img/content_pic_2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

	position: relative;
    height: 37vw;
    
    margin: 0px auto;
    /* overflow: hidden; */
}
    
#article2-main-div .num-div {
    width: 3vw;
    height: 2vw;
    background: f0bcad;

    position: absolute;
    left: 2vw;
    font-size: 2vw; 
}

/* 文字區塊 */
#article2-main-div .text-div {
	background-color: white;
	width: 42vw;
	/* height: 20vw; */
	box-shadow: 5px 5px 10px rgba(191,189,189, 0.6);
	bottom: 0;

	position: absolute;
    z-index: 10;
    padding: 2.6vw 2.3vw 1.2vw 2.6vw;
}

#news-title-catalog-2 {
    float: left;
    padding: 0 1vw;
    background-image: linear-gradient(0deg, #008F8D, #279e6b);
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

#article2-main-div .text-div #news2-date {
    float: right;
    padding-top: 1vw;
    font-size: 0.9vw;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
}

#article2-main-div .text-div #news2-title {
    font-size: 2vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(0, 0, 0);
    padding: 3.6vw 0.9vw 2.8vw 0.9vw;
}

#article2-main-div .text-div #news2-content {
    width: 35vw;
    font-size: 1vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    padding-left: 1.1vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#article2-main-div .text-div #news2-read-more {
    font-size: 1vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    /* text-align: right; */
    border-bottom: 1px solid #000000;
    float: right;
    margin-top: 1vw;
}

#article2-main-div .text-div #news2-read-more a{
    text-decoration: none;
    color: #000000;
}

/* 照片 */
#article2-main-div img {
	height: 37vw;
}    



/* ///////////////////////////////////// */
/* 第三篇文章 */
#article3-main-div {
	width: 100%;
	position: relative;
    /* background-color: #547ea8; */
        
    margin: 0px auto;
    margin-bottom: 13.9vw;
	/* overflow: hidden; */
}

#article3-main-div .sub-div {
	width: 90vw;
	/* background-color: #de9657; */
	position: relative;
    height: 40vw;
    
    margin: 0px auto;
    /* overflow: hidden; */
}
    
#article3-main-div .num-div {
    width: 3vw;
    height: 2vw;
    background: f0bcad;

    position: absolute;
    left: 2vw;
    font-size: 2vw; 
}

/* 文字區塊 */
#article3-main-div .text-div {
	background-color: white;
	width: 46vw;
	/* height: 29vw; */
	box-shadow: 5px 5px 10px rgba(191,189,189, 0.6);
    bottom: 0;
    right: -2.4vw;

	position: absolute;
    z-index: 10;
    padding: 2.6vw 2.3vw 1.2vw 2.6vw;
}

#news-title-catalog-3 {
    float: left;
    padding: 0 1vw;
    background-image: linear-gradient(0deg, #a98a04, #e5f000);
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}


#article3-main-div .text-div #news3-date {
    float: right;
    padding-top: 1vw;
    font-size: 0.9vw;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
}

#article3-main-div .text-div #news3-title {
    font-size: 2vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(0, 0, 0);
    padding: 3.6vw 0.9vw 2vw 0.9vw;
}

#article3-main-div .text-div #news3-content {
    width: 35vw;
    font-size: 1vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    padding-left: 1.1vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/* #article3-main-div .text-div #news3-content {
    width: 35vw;
    font-size: 1vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family:'YuMin-Medium';
    padding-left: 1.1vw;
    padding-bottom: 6vw;
} */

#article3-main-div .text-div #news3-read-more {
    font-size: 1vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    text-align: right;
    border-bottom: 1px solid #000000;
    float: right;
}

#article3-main-div .text-div #news3-read-more a{
    text-decoration: none;
    color: #000000;
}

/* 照片 */
#article3-main-div .main-img {
    /* background-color: red; */
    background-image: url(../img/content_pic_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

	width: 90vw;
	height: 38vw;

	position: absolute;
	z-index: 5;

    /* left: calc(100% - 63vw); */
}  



/* ////////////////////////////////////////////////////////////// */
/* 閱讀更多 */
#btn-section {
    position: relative;
    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-section .button {
    vertical-align:middle;
    background: #ffffff;
    border: black 1px solid;
    padding: 0.5vw;
    font-size: 1.7vw;
    width: 41vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0, 87%);
}

#btn-section button:hover {
  background-color: #5e5e5e;
  color: white;
}

.footer-hr {
    border: 1px solid;
    color: rgb(153, 148, 148);
}



/* ////////////////////////////////////////////////////////////// */
/* btn-info */
#btn-info-section {
    position: relative;
    width: 100%;
    /* height: 21.5vw; */
    overflow: hidden;
    margin: 0px auto;
    padding: 5vw;
}

#btn-logo-section {
    text-align: center;
}

/* 上 */
#btn-logo-section img {
    width: 20vw;
}

#btn-logo-section h1 {
    display: inline-block;
    vertical-align: 2.5vw;
    font-size: 2.3vw;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0, 87%);
}
/* 下 */
#btn-contact-section {
    text-align: center;
}

#btn-contact-section .email{
    display: inline-block;
    font-size: 1.3vw;
    color: rgb(122, 122, 122);
    margin-right: 9.5vw;    
}

.email img {
    margin-right: 1vw;
    vertical-align: -1vw;
    width: 3vw;
}

#btn-contact-section .phone{
    display: inline-block;
    font-size: 1.3vw;
    color: rgb(122, 122, 122);
}

.phone img {
    margin-right: 0.4vw;
    vertical-align: -1vw;
    width: 3vw;
}



/* ////////////////////////////////////////////////////////////// */
/* footer */
.footer-style {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e52020;
    height: 86px;
    text-align: center;
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}




/* //////////////////////////////////////////////// */
/* timeline */
        /* close icon */
        i {
            position: absolute;
            left: 80%;
            color: #ffffff;
            background: #a19c9c;
            border-radius: 50%;
            padding: 2px;
            cursor: pointer;
        }


        #timeline-main-div {
            position: relative;
            width: 100%;
            /* top: 6vw; */
            overflow: hidden;
        }

        #timeline-main-div .timeline-all-item {
            text-decoration: none;
            color: #000000;
        }

        #timeline-main-div .timeline-all-item:hover {
            color: #c0c5c5;
        }


        #timeline-main-div .text-div {
            width: 60%;
            height: 9.4vw;
            margin-left: 30vw;

            position: relative;
            margin-top: 6vw;
        }
        #timeline-main-div #title1 {
            position:absolute;
            font-size: 0.9vw;
            font-family:'YuMin-Medium','Noto Serif TC', serif;
        }

        #timeline-main-div #title2 {
            position:absolute; 
            top: 2.7vw; 
            font-size: 1.5vw;
            font-family:'YuMin-Medium','Noto Serif TC', serif;
        }

        #timeline-main-div #party-catalog {
            position:absolute;
            width: 60%;
            top: 7.2vw;
            padding-left: 2vw;
        }  

        #timeline-main-div #party-catalog a {
            text-decoration: none;
            color: #000000;
        }
        
        .party-content {
            display: inline-block;
            width: 8vw;
            /* background:orange; */
        }

        .party-content img {
            width: 1.25vw;
        }

        .party-content .party-name {
            position: absolute;
            top: 0px;
            display: inline-block;
            font-family: 'Noto Serif TC', serif;
            font-size: 1vw;
            padding-left: 1.6vw;
        }

        .party-content .party-name:hover {
            color: #393939;
        }

        .event-style {
            color:#ffffff; 
            padding: 0.2vw;
            background-image: linear-gradient(0deg, #8f1515, #fa8888);
        }

    /* //////////////////////////////////////////////// */
    /*         timeline         */
    /* The actual timeline (the vertical ruler) */
    .timeline {
        position: relative;
        width: 64%;
        margin: 0 auto;
        margin-top: 2vw;
        margin-bottom: 10vw;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 0.1vw;
        background-color: rgb(228, 228, 228);
        top: 2.5vw;
        bottom: 6vw;
        left: 20%;
        margin-left: -0.3vw;
    }

    /* Container around content */
    .container-timeline {
        padding: 1.5vw 2vw;
        position: relative;
        background-color: inherit;
        /* width: 70%; */
        width: 35vw;
        padding-left: 6vw;
    }

    .container-timeline .content:hover {
        background: #fafafa;
        color: #ffffff;
    }    

    /* Place the container to the left */
    .left {
        left: 0;
    }

    /* Place the container to the right */
    .right {
        left: 20%;
    }

    /* Fix the circle for containers on the right side */
    .right::after {
        left: -0.8vw;
    }

    /* dotted line */
    .hr-dotted {
        width: 34.4vw;
        border-top: 1px dotted lightgrey;
        margin-top: 0.6vw;
    }

    #month {
        position: absolute;
        left: -1vw;
        top: 1vw;
        z-index: 10;
        font-family: 'Noto Serif TC', serif;
        font-size: 0.8vw;
        color: #707070;
    }

    #month-bar {
        position: absolute;
        width: 6.5vw;
        height: 1px;
        left: -0.2vw;
        top: 2.5vw;
        background: #9b0000;
    }

    /* The actual content */
    .content {
        padding: 0.3vw 3.5vw;
        background-color: #ffffff;
        position: relative;
        border-radius: 6px;
        box-shadow: 5px 5px 10px #bfbdbd;
    }

    .timeline .content #party-img {
        /* display: inline-block; */
        width: 1.2vw;
        margin-right: 0.4vw;
        vertical-align: bottom;
    }

    /* when the number of news over two , repeat this css block */
    .timeline .content #news-block-top {
        padding-top: 1.3vw;
    }
    /* when the number of news only one, use this css block */
    .timeline .content #news-block-bottom {
        padding-top: 1.3vw;
        padding-bottom: 1.3vw;
    }

    .timeline .content #news-title {
        /* display: inline-block; */
        vertical-align: top;
        font-size: 1vw;
    }

    .timeline .content #news-title a {
        text-decoration: none;
        color: #000000;
    }

    .timeline .content #news-title a:hover{
        color: #393939;
    }


    /* the top month with no text */
    #dot {
        position: absolute;
        width: 0.5vw;
        height: 0.5vw;
        border-radius: 50%;
        background:#9b0000;
        left: -0.5vw;
        top: 2.3vw;
        z-index: 20;
    }
    .timeline #month-top {
        position: absolute;
        left: 3.6vw;
        top: 1.8vw;
        z-index: 10;
        font-family: 'Noto Serif TC', serif;
        font-size: 0.8vw;
        color: #707070;
    }

    .timeline #month-bar-top {
        position: absolute;
        width: 2vw;
        height: 1px;
        background: #9b0000;
        left: -0.2vw;
        top: 2.5vw;
    }

    .content-top {
        padding: 1.6vw 3.5vw;
        background-color: #ffffff;
        position: relative;
        border-radius: 6px;
        box-shadow: none;
    }

    .timeline .content-top #party-img {
         width: 1vw;
         display: inline-block;
    }

    .timeline .content-top #news-block {
        padding-top: 1.3vw;
    }

    .timeline .content-top #news-title {
        display: inline-block;
        vertical-align: top;
        font-size: 0.7vw;
    }



/* go to top icon */
    #back-to-top {
        position: fixed;
        bottom: 10vw;
        right: 1vw;
        z-index: 9999;
        width: 40px;
        text-align: center;
        background: #f5f5f5;
        color: #444;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        transition: opacity 0.2s ease-out;
        opacity: 0;
        font-size: 1.5em;
    }
    #back-to-top:hover {
        background: #e9ebec;
    }
    #back-to-top.show {
        opacity: 1;
    }

    /* ////////////////////////////////////////////////////////////// */
    /* email to president */
    #write-to-president-main-div{
        background: #f5f0e9; 
        width: 100%;
        padding: 0vw;
    }

    #write-to-president-main-div  .sub-div {
        width: 80vw;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
        background: #ffffff;
        padding: 4vw;
    }

    .decoration-style {
        margin-right: 10vw;
        text-align: right;
    }

    #write-to-president-main-div img {
        max-width: 30%;
    }

    #write-to-president-main-div .title {
        width: 60vw;
        margin: 0 auto;
        display: block;
        font-size: 2vw;
        text-align: center;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        margin-bottom: 5vw;
    }

    #write-to-president-main-div .text {
        margin: 0 auto;
        display: block;
        font-size: 1.2vw;
        line-height: 2vw;
        width: 40vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    #write-to-president-main-div .input-style {
        display: block;
        margin-top: 3vw;
        padding-left: 18vw;
    }

    .text-input {
        width: 34vw;
        font-size: 1vw;
        padding: 1.5vw;
        margin: 1vw 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 4px;
        background: #ebebeb;
    }

    textarea {
        width: 34vw;
        height: 20vw;
        font-size: 1vw;
        padding: 1.5vw;
        margin: 1vw 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 4px;
        background: #ebebeb;
    }

    .submit-input {
        width: 34vw;
        font-size: 1vw;
        padding: 1.5vw;
        margin: 1vw 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 4px;
        background: #b0b0b0;
        color: #ffffff;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .submit-input:hover {
        color: #ebebeb;
        background: #585858; 
    }
    
    .require-icon {
        color: #b01212;
        padding: 0 1vw;
        font-size: 1vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .input-item-name {
        font-size: 1vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    
    /* 投票區域   */
    /* 第一篇文章 */
    #vote-main-div {
        width: 100%;
        position: relative;
        background-color: #f7f5f5; 
        margin: 0px auto;
        overflow: hidden;
        /*margin-bottom: 5vw;*/
        padding-top: 4vw;
    }

    #vote-main-div .sub-div {
        width: 90vw;
        /* background-color: #de9657; */
        position: relative;
        height: 30vw;
        
        margin: 0px auto;
        /* overflow: hidden; */
    }

    .vote-box-container {
        display: flex;
        justify-content: center;
    }

    .vote-title {
        font-size: 2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        border-bottom: 2px solid #000;
        margin-left: 35vw;
        padding-bottom: 1vw;
    }

    .vote-box1 {
        /* background-color:powderblue; */
        width: 25vw;
        height: 20vw;
        float: left;
        margin: 3vw 2vw;
        /* border: 1px solid grey; */
        box-shadow: 5px 5px 10px #bfbdbd;
        transition: transform .3s ease-out;
        background-color: #ffffff;
    }

    .vote-box1:hover {
        cursor: pointer;
        transform: translate(0, -5px);
    }

    .vote-box2 {
        /* background-color:red; */
        width: 25vw;
        height: 20vw;
        float: left;
        margin: 3vw 2vw;
        box-shadow: 5px 5px 10px #bfbdbd;
        transition: transform .3s ease-out;
        background-color: #ffffff;
    }

    .vote-box2:hover {
        cursor: pointer;
        transform: translate(0, -5px);
    }

    .vote-box3 {
        /* background-color:yellow; */
        width: 25vw;
        height: 20vw;
        float: left;
        margin: 3vw 2vw;
        box-shadow: 5px 5px 10px #bfbdbd;
        transition: transform .3s ease-out;
        background-color: #ffffff;
    }

    .vote-box3:hover {
        cursor: pointer;
        transform: translate(0, -5px);
    }

    /* candicate img */
    .vote-img-tsai {
        width: 100%;
        height: 10vw;
        background-image: url(/lazyweb/election/img/vote-img-tsai.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background: yellowgreen; */
    }

    .vote-img-han {
        width: 100%;
        height: 10vw;
        background-image: url(/lazyweb/election/img/vote-img-han.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background: yellowgreen; */
    }

    .vote-img-others {
        width: 100%;
        height: 10vw;
        background-image: url(/lazyweb/election/img/vote-img-others.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background: yellowgreen; */
    }

    /* candicate name */
    .vote-content {
        width: 100%;
        height: 6vw;
        /* background: orange;     */
    }

    .vote-content-name {
        float: left;
        width: 15vw;
        padding-left: 01vw;
        padding-top: 1.1vw;
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        /* background: olivedrab;   */
    }

    /* vote percent */
    .vote-content-percent {
        float: left;
        width: 10vw;
        margin-top: 1.1vw;
        border-left: 0.1vw solid rgba(0,0,0,0.5);
        /* background: orchid; */
    }

    .vote-content-percent-name {
        font-size: 1vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        padding-top: 1.1vw;
        padding-left: 1vw;
        /* background: tan;  */
    }

    .vote-content-percent-number {
        font-size: 2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        padding-left: 1vw;
        /* background: teal; */
    }

    
    /* vote icon&stamp */
    .vote-icon {
        height: 4vw;
        padding-top: 0.7vw;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        /* background: salmon; */
    }

    .vote-icon img {
        width: 10%;
        float: left;
        margin-left: 10vw;
    }

    .vote-icon .stamp-text {
        float: left;
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        padding-left: 1vw;
        padding-top: 0.5vw;
    }

    /* popup modal */
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100vw; /* Full width */
        height: 100vh; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
        z-index: 50;
    }

    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 2vw;
        border: 1px solid #888;
        width: 40%;
        text-align: center;
        height: 50%;
        margin-top: 25vh;
        box-sizing: border-box;
        /* background: green;  */
    }

    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 3vw;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }        
    
    /* vote-popup-title */
    .vote-popup-title {
        padding: 2vw;
        text-align: center;
        font-size: 1.5vw; 
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .popup-item-name {
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        float: left;
        margin-right: 1.5vw;
    }

    .popup-item-block {
        padding: 1vw 0;
    }

    .popup-require-icon {
        color: #b01212;
        /* padding: 0 1vw;
        font-size: 1vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif; */
    }

    .checkmark {
        height: 1.5vw;
        width: 1.5vw;
        position: relative;
        top: 0.3vw;
        margin-right: 0.5vw;
    }

    .checkmark span {
        margin-right: 1.6vw;
    }

    .radio-item {
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        margin-right: 1.2vw;
    }

    .location-item {
        width: 10vw;
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .location-item option {
        font-size: 0.8vw;
    }

    .age-item {
        width: 11vw;
        font-size: 1.2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .age-item option {
        font-size: 0.8vw;
    }

    .popup-submit-input {
        width: 17vw;
        font-size: 1.2vw;
        padding: 0.5vw 0.8vw;
        margin: 1vw 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 4px;
        background: #b0b0b0;
        color: #ffffff;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
    }

    .popup-submit-input:hover {
        cursor: pointer;
        background: #585858; 
    }

    /* 比例區域開關 */
    #tsaiPercentBox {
        display: none;
    }

    #hanPercentBox {
        display: none;
    }

    #othersPercentBox {
        display: none;
    }

     /* 投票比例區塊控制 */
    #mobile-vote-main-div {
        display: none;
    }

    /* new content section 修改 */
    .hot-news-title {
        font-size: 2vw;
        font-family: 'YuMin-Medium','Noto Serif TC', serif;
        border-bottom: 2px solid #000;
        margin-left: 45vw;
        padding-bottom: 1vw;
        margin-top: 4vw;
        display: inline-block;
    }
/* 版本一 */
#new-article-section {
    width: 100%;
    height: 30vw;
    margin-top: 3vw;
    /* background: red; */
}


#new-article-section .number {
    width: 10%;
    height: 30vw;
    float: left;
    /* background: yellow; */
    font-size: 1.2vw;
    padding-top: 13vw;
    text-align: center;
}

#new-article-section .article-content {
    width: 40%;
    height: 30vw;
    float: left;
    padding-top: 4vw;
    /* background: rgb(160, 132, 91); */
}

#new-article-section a {
    text-decoration: none;
}

#new-article-section #news1-title-catalog {
    float: left;
    padding: 0 1vw;
    margin-left: 2vw;
    background: #224da1;
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

#new-article-section .img {
    width: 35%;
    height: 26.2vw;    
    float: left;
    /* background: rgb(202, 202, 202); */
    background-image: url(../img/img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#new-article-section .content-block0 {
    width: 5%;
    height: 30vw;
    float: left;
}

#new-article-section .content-block {
    width: 5%;
    height: 30vw;
    float: left;
    /* background: rgb(82, 155, 125); */
}

#new-article-section #news1-title {
    font-size: 2vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(0, 0, 0);
    padding: 5vw 0.9vw 2.8vw 2vw;
}

#new-article-section #news1-content {
    width: 35vw;
    font-size: 1.2vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    padding-left: 2vw;
    border-left: 1px solid #000;
    margin-top: 8vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#new-article-section #news1-read-more {
    font-size: 1.2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    text-align: right;
    border-bottom: 1px solid #000000;
    float: right;
    margin-top: 3vw;
    margin-right: 5vw;
}

#new-article-section #news1-read-more a {
    text-decoration: none;
    color: #000000;
}


/* 版本二 */
/* new content section 修改 */
#new-article-section2 {
    width: 100%;
    height: 30vw;
    margin-top: 3vw;
    /* background: red; */
}

#new-article-section2 a {
    text-decoration: none;
}

#new-article-section2 #news1-title-catalog2 {
    float: left;
    padding: 0 1vw;
    margin-left: 2vw;
    background: #224da1;
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

#new-article-section2 .number2 {
    width: 10%;
    height: 30vw;
    float: left;
    font-size: 1.2vw;
    padding-top: 13vw;
    text-align: center;
    /* background: yellow; */
}

#new-article-section2 .article-content2 {
    width: 40%;
    height: 30vw;
    float: left;
    padding-left: 5vw;
    padding-top: 4vw;
    /* background: rgb(160, 132, 91); */
}

#new-article-section2 .img2 {
    width: 35%;
    height: 26.2vw;    
    float: left;
    /* margin-left: 5vw; */
    /* background: rgb(202, 202, 202); */
    background-image: url(../img/img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#new-article-section2 .content-block0 {
    width: 5%;
    height: 30vw;
    float: left;
}

#new-article-section2 .content-block2 {
    width: 5%;
    height: 30vw;
    float: left;
    /* background: rgb(82, 155, 125); */
}

#new-article-section2 #news1-title2 {
    font-size: 2vw;
    font-family:'YuMin-Medium','Noto Serif TC', serif;
    color: rgb(0, 0, 0);
    padding: 5vw 0.9vw 2.8vw 2vw;
}

#new-article-section2 #news1-content2 {
    width: 35vw;
    font-size: 1.2vw;
    line-height: 2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    padding-left: 2vw;
    border-left: 1px solid #000;
    margin-top: 8vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#new-article-section2 #news1-read-more2 {
    font-size: 1.2vw;
    color: rgb(0, 0, 0);
    font-family: 'YuMin-Medium','Noto Serif TC', serif;
    text-align: right;
    border-bottom: 1px solid #000000;
    float: right;
    margin-top: 3vw;
    /* margin-right: 1vw; */
}

#new-article-section2 #news1-read-more2 a {
    text-decoration: none;
    color: #000000;
}

/* 修改 end */

/* 文章分隔線 */
.article-hr {
    background: #fcfcfc;
    width: 75%; 
    opacity: 0.2; 
    margin-left: 15vw;
}

/* 1119 new add */
.logo {
    width: 30%;
}

#news-title-catalog-all {
    float: left;
    padding: 0 1vw;
    background-image: linear-gradient(0deg, #b19693, #eed9d7);
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}
