/* css reset */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.pc-wrapper {
    width: 100%;
    background: yellow;
}
/* ----------------------------------------------------------------------
                            co-css
---------------------------------------------------------------------- */
body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

#mNav {
    display: none;
}

.section-title {
    font-size: 2.5vw; 
    font-weight: 500;
    text-align: center;
    padding: 3vw;
}

.section-title img {
    width: 300px;
}

/* ----------------------------------------------------------------------
                            section1
---------------------------------------------------------------------- */
.section1 {
    width: 100vw;
    background-image: url(../img/bg_img.svg);
    background-size: cover;
    overflow: hidden;
}

/* logo */
.logo,.mobile-logo {
    position: fixed;
    top: 5px;
    z-index: 1001;
}

.logo img,.mobile-logo img {
    height: 50px;
    margin: 8px 0px;
}

.mobile-logo {
    opacity: 0;
}

.section1-wrapper1 {
    width:100%;
}


/* pc - menu */
.section1 .topnav {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    /*border-bottom: 2px solid #262F40;*/
    background: #debb61;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    height: 75px;
}

.section1 .topnav a {
    /* float: left; */
    display: block;
    color: #050505;
    text-align: center;
    /* border-bottom: 1px solid #3d3d3d; */
    text-decoration: none;
}

.topnav .title-ch {
    font-size: 17px;
}

.section1 .topnav .list-style {
    padding: 23px 15px;
} 

.section1 .topnav a:hover {
    color: #fcfcfc;
    text-decoration: none;
}

.section1 .menu-logo {
    width: 35px;
}

.section1 .logo-style {
    padding: 19px 8px;
}

.login-btn {
    position: absolute;
    right: 5VW;
    top: 50%;
    transform: translateY(-50%);
    padding:7px 15px;
    background: black;
    color: white !important;
    border-radius: 2.5vw;
}

.login-btn:hover {
    background:none;
    border:solid 2px black;
    color: black !important;
}

/* 主視覺 */
.section1-wrapper1 {
    width: 80%;
    display: block;
    margin:  0 auto;
    padding-top: 10vw;
}

.mainvision {
    position: relative;
    left:12vw;
}

.keyvision img{
    width: 70%;
    bottom: 1vw;
    left: 20vh;
    animation: appear-frames 3s 1;
    -webkit-animation: appear-frames 3s 1;
}



.dialog-1 img {
    position: absolute;
    top: -3vw;
    width: 40%;
    left: -10vw;
    animation: mymove 1s infinite, appear-frames 3s 1;
    -webkit-animation: mymove 1s infinite, appear-frames 3s 1;
}

.dialog-2 img {
    position: absolute;
    top: -1vw;
    width: 28%;
    left: 39vw;
    animation: mymove 1s infinite, appear-frames 3s 1;
    -webkit-animation: mymove 1s infinite, appear-frames 3s 1;
}

.orange_1 img{
    position: absolute;
    width: 20%;
    top: 26vw;
    left: 49vw;
    animation: appear-frames 3s 1;
    -webkit-animation: appear-frames 3s 1;
}

.orange_2 img{
    position: absolute;
    width: 15%;
    left: -18vw;
    top: 22vw;
    animation: appear-frames 2s 1;
    -webkit-animation: appear-frames 3s 1;
}

.main-title img {
    width: 60%;
    position: relative;
    left: 14vw;
    top:-3vw;
    animation: appear-frames 2s 1;
    -webkit-animation: appear-frames 3s 1;
}

@keyframes appear-frames {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1);
    }
}

@keyframes mymove {
    0%   {transform: scale(1.0);}
    50%  {transform: scale(0.97);}
    100% {transform: scale(1.0);}
}

@-webkit-keyframes appear-frames {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1);
    }
}

@-webkit-keyframes mymove {
    0%   {transform: scale(1.0);}
    50%  {transform: scale(0.97);}
    100% {transform: scale(1.0);}
}

/* ----------------------------------------------------------------------
                            section2 活動辦法
---------------------------------------------------------------------- */
.section2 {
    width: 100vw;
    height: auto;
    background-color:#ffffff;
    text-align: center;
}

.section2-wrapper1 {
    text-align: center;
}

.text_1 {
    font-size: 25px;
    color: #000;
    margin: auto 15vw;
}

.section2-wrapper2 {
    
    height: 300px;
    position: relative;
    display:flex;
    justify-content:center;
}

.section2-wrapper3 {
    display: none;
}

.step {
    position:absolute;
    margin-top: 50px;
}

.step img {
    width:800px;
}

.section2_login_pc_btn{
    position: absolute;
    display: block;
    z-index: 2;
    top: 70%;
    left: 8%;
    width: 12%;
}
.section2_login_pc_btn:hover{
    cursor: pointer;
    transition: .3s;
    transform: scale(1.05,1.05);
}
.section2_login_pc_btn img{
    width: 100%;
}

.section2_login_mb_btn{
    position: absolute;
    display: none;
    z-index: 2;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}
.section2_login_mb_btn:hover{
    cursor: pointer;
    transition: .3s;
    transform: scale(1.05,1.05);
}
.section2_login_mb_btn img{
    width: 100% !important;
    margin: 0 !important;
}

.text-t {
    margin-top: 45px;
    font-size: 20px;
}

.text-s {
    font-size: 5px;
}

.section2 .type-text {
    color: rgb(0, 0, 0);
    font-size: 1vw;
    text-align: center;
    display: none;
    padding: 1vw;
    }

/* ----------------------------------------------------------------------
                            section3 參加投票
---------------------------------------------------------------------- */
.section3 {
    width: 100vw;
    height: 850px;
    background-color:#debb61;
    text-align: center;
    position: relative;
}

.sub-title img {
    width:700px;
    margin: 50px;
}

.section3-wrapper2 {
    height: 50vh;
    position: relative;
    display:flex;
    justify-content: center;
}

.section3-wrapper3 {
    display: none;
}

.vote-container1, .vote-container2 {
    position:absolute;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    height: 300px;
}

.vote-container2 {
    top:310px;
}

.type {
    height: auto;
    padding: 0 120px;
}

.vote-each-type {
    position: relative;
}

.vote-type img {
    position:absolute;
    width:200px;
    
    left: 20px;
    transition-duration: 0.5s;
}

.vote-type > div > a > img{
    position: relative;
    left: 0.2rem;
    width: 25% !important;
}

.type a {
    position:absolute;
    height:40px;
    border-radius:50px;
    display: flex;
    justify-content: center; 
    align-items: center;
    color: #ffffff;
    top:175px; 
    transform: translateX(-50%);
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-decoration: none;
}
.type a:nth-child(1){
    width: 100px;
    left: 32%;
    background-color:#e5724a;
}
.type a:nth-child(2){
    width: 80px;
    right: -6%;
    background-color:#000;
}
.type a:hover{
    transform: translateX(-50%) scale(1.05,1.05);
    transition: .3s;
    color: #feca29 !important;
}

p {
    position:absolute;
    font-size: 20px;
    top: 230px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.btn.disabled {
    opacity: 1;
}


/* .modal-dialog {
    top: 30vh;
} */

.modal-content {
    background-color: #ffffff;
    border-radius: 15px;
}

.modal-header {
    border-bottom: none;
    background-color: #debb61;
    border-radius: 15px 15px 0px 0px;
}

.modal-footer {
    border-top: none;
}
.modal-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 3px;
}

.form-control {
    border-radius: 14.25rem;
}

.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-radius: 20px;
    border: none;
}

.btn-primary:hover {
    color: #ffc107;
    background-color: #000000;
}

.btn-secondary {
    color: #000000;
    background-color: #ffc107;
    border-radius: 20px;
    border:none;
}

.btn-secondary:hover {
    color:#ffffff;
    background-color: #ffc107;
}


/* ----------------------------------------------------------------------
                            section4 專題報導
---------------------------------------------------------------------- */
.section4 {
    width: 100vw;
    background-color:#9b0000;
}

.section4-wrapper1 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding-bottom: 2vw;
}

.section4-wrapper2 {
    width: 75vw;
    position: relative;
}

.item {
    height: auto;
    padding: 0 10px;
    /*background-color: #f2d24c;*/
}

.item a{
    text-decoration:none;
}


.read-more-article .section-title {
    text-align: center;
    padding: 8vh 0 4vh;
}

.article-title {
    font-size: 15px;
    margin-top:5px;
    color:rgb(255, 255, 255);
}

.article-title:hover {
    color:#feca29;
}

.owl-prev,.owl-next {
    font-size: 44px !important;
    background-color: #feca29 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position:absolute;
    top:35%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    transition-duration: 500ms;
}

.fa-angle-right:before,
.fa-angle-left:before {
    padding: 0 13px;
    transition-duration: 500ms;
}

.owl-prev {
    left: -5%;
}

.owl-next {
    right: -5%;
}

.owl-prev :hover,
.owl-next :hover {
    color:#feca29;
    background-color: #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position:absolute;
    display: flex;
    justify-content: center; 
    align-items: center;
}

/* ----------------------------------------------------------------------
                            section5 活動獎項
---------------------------------------------------------------------- */
.section5 {
    width: 100vw;
    background-color: #e5724a;
}

.section5-wrapper {
    position: relative;
    width: 100%;
    display: block;
    font-size: 0;
}
.product_contain{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
}
.product_contain > div{
    position: relative;
}
.section5-wrapper .product_img{
    width: 100%;
}
.prize_modal_btn{
    position: absolute;
    display: block;
    z-index: 2;
    width: 21%;
    right: 16%;
    top: 77%;
}
.prize_modal_btn:hover{
    cursor: pointer;
    transform: scale(1.05,1.05);
    transition: .3s;
}
.prize_modal_btn img{
    width: 100%;
}
.product_banner{
    position: relative;
    display: block;
    width: 100%;
}



/* ----------------------------------------------------------------------
                            section6 得獎名單
---------------------------------------------------------------------- */
.section6 {
    width: 100vw;
    background-color: #debb61;
    overflow: hidden;
}

.section6-wrapper {
    position:relative;
    display: block;
    padding-bottom: 2%;
}

.get_prize_list_table_box{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
    overflow: hidden;
}

/*table*/
.get_prize_table_title{
    background-color: #871c1d;
    color: #fff;
    font-size: 1.2rem;
}
.table-parent{
    background-color: #e5d0a8;
}
.table-parent > tbody > tr > td{
    width: 33.3%;
}


/* ----------------------------------------------------------------------
                            section7 注意事項
---------------------------------------------------------------------- */
.section7-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.section7 {
    width: 100vw;
    height: auto;
    background-color:#f5f5f5;
}

.notice-list {
    width: 70vw;
    font-size: medium;
    margin-bottom: 40px;
    text-align: justify;
}

/* ----------------------------------------------------------------------
                            section9 訂購優惠
---------------------------------------------------------------------- */
.section9 {
    width: 100vw;
    background-color:#ffffff;
}
.section9-wrapper {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 4%;
}
.subscription_banner_btn{
    position: relative;
    display: block;
    width: 40%;
    margin: 0 auto;
}
.subscription_banner_btn:hover{
    transform: scale(1.05,1.05);
    transition: .3s;
    cursor: pointer;
}
img.subscription_banner{
    position: relative;
    display: block;
    width: 100%;
}


/* ----------------------------------------------------------------------
                            footer
---------------------------------------------------------------------- */
.footer-style {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #debb61;
    height: 86px;
    text-align: center;
    color: rgb(0, 0, 0);
}

/* ----------------------------------------------------------------------
                            right side fixed bar
---------------------------------------------------------------------- */
#right-icon {
    display: block;
    z-index: 999;  
}

.right-side-section {
    position: fixed; 
    top: 27%;
    right: 20px;
    /*border-radius: 5%; */
}

.right-side-section img{
    width: 45px;
}


/* ----------------------------------------------------------------------
                                go to top icon 
  ---------------------------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 19px;
    z-index: 9999;  
    color: #000000;
    cursor: pointer;
    border-radius: 250%;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 44px;
}

#back-to-top:hover { 
    color:#aaa;
}
#back-to-top.show {
    opacity: 1;
}



/* ----------------------------------------------------------------------
                            recommend-article-pages 
  ---------------------------------------------------------------------- */
body {
    background-color: #9b0000;;
}

.section8 {  
    background-image: url("../img/recommend-article-bg.svg");
    background-size: cover;
    height: 1365px; 
    display: flex;
    justify-content: center;
    text-align: center;
}

.recbgimg img {
    display: none;
}

.rec-m-bgimg img{
    display: none;
}

.recommend-page-container {
    width: 900px;
    height: 1050px;
    position:relative;
    display:flex;
    justify-content:center;
    top: 5vh;
}

.recommend-article-title img {
    position: absolute;
    width: 700px;
    padding-top: 20px;
    transform:translateX(-50%);
}

.recommend-article-subtitle img {
    position:absolute;
    width: 256px;
    top: 331px;
    transform:translateX(-50%);
}

.article-wrapper {
    display: flex;
    justify-content: center;
}

.recommend-article-container {
    width: 850px;
    height: 578px;
    border-radius: 30px;
    background-color:#ffffff;
    position: absolute;
    top: 405px;
    display:flex;
    justify-content:center;
}

.article-container1,.article-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px;
    position:absolute;
    top: 20px;
}


.article-container2 {
    top:300px;
}


.notice img{
    width: 700px;
    position: absolute;
    bottom: 830px;
    left: 100px;
}

.article {
    width: 260px;
    margin: 5px;
}

.article img {
    width: 250px;
}

.recarticle-title {
    text-align: left;
}

.vote-again {
    position: absolute;
    bottom: 727px;
}
.vote-again a {   
    width:200px;
    height:50px;
    margin-bottom: 30px;
    border-radius:50px;
    background-color:#000;
    color: #feca29;
    font-size:25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.vote-again a:hover {
    background-color: #feca29;
    color: black;
}
/* ----------------------------------------------------------------------
                    recommend-article-pages-creditcard
  ---------------------------------------------------------------------- */
.creditcard-decor1 img {
    width: 211px;
    position: absolute;
    right: 39px;
    top: 295px;
}

.creditcard-decor2 img {
    width: 180px;
    position:absolute;
    left: 53px;
    top: 235px;
}


/* ----------------------------------------------------------------------
                    recommend-article-pages-etf
  ---------------------------------------------------------------------- */
.etf-decor1 img {
    width: 200px;
    position: absolute;
    right: 23px;
    top: 220px;
}

.etf-decor2 img {
    width: 166px;
    position:absolute;
    left: 43px;
    top: 1014px;
}

/* ----------------------------------------------------------------------
                    recommend-article-pages-nft
  ---------------------------------------------------------------------- */
.nft-decor1 img {
    width: 165px;
    position: absolute;
    right: 34px;
    top: 243px;
}

.nft-decor2 img {
    width: 82px;
    position:absolute;
    left: 107px;
    top: 1017px;
}

/* ----------------------------------------------------------------------
                    recommend-article-pages-realestate
  ---------------------------------------------------------------------- */
.realestate-decor1 img {
    width: 156px;
    position: absolute;
    right: 13px;
    top: 270px;
}

.realestate-decor2 img {
    width: 152px;
    position:absolute;
    left: 24px;
    top: 1004px;
}

/* ----------------------------------------------------------------------
                    recommend-article-pages-taiwan
  ---------------------------------------------------------------------- */
.taiwan-decor1 img {
    width: 165px;
    position: absolute;
    right: 34px;
    top: 254px;
}

.taiwan-decor2 img {
    width: 123px;
    position:absolute;
    left: 48px;
    top: 1007px;
}

/* ----------------------------------------------------------------------
                    recommend-article-pages-usa
  ---------------------------------------------------------------------- */
.usa-decor1 img {
    width: 165px;
    position: absolute;
    left: 30px;
    top: 255px;
}

.usa-decor2 img {
    width: 132px;
    position:absolute;
    right: 60px;
    top: 1004px;
}


/* ----------------------------------------------------------------------
                    swiper
  ---------------------------------------------------------------------- */
.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 2%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-next, .swiper-button-prev{
    display: block !important;
    background-color: #feca29;
    border-radius: 50rem;
    width: 4rem !important;
    height: 4rem !important;
    text-align: center;
}
.swiper-button-next::after, .swiper-button-prev::after{
    position: relative;
    display: inline-block;
    font-weight: bold !important;
    color: #9b0000;
    vertical-align: middle;
    margin-top: 0.5rem;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: #9b0000;
    border: 2px solid #feca29;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after{
    color: #feca29;
}
.swiper-button-prev{
	left: -10% !important;
    right: none !important;
}
.swiper-button-next{
	right: -10% !important;
    left: none !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -10%;
}
.swiper-pagination-bullet-active{
	background-color: #ffd42a;
}
.item_box{
    text-decoration: none;
}
.item_box:hover p{
    color: #ffd42a !important;
}
.swiper_img_box{
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
}
.swiper_img_box::before{
    content: '';
    display: block;
    padding-bottom: 75%;
}
.swiper_img_box ~ p{
    position: relative !important;
    display: block;
    top: 0.5rem !important;
    text-align: justify !important;
    color: #fff !important;
    text-decoration: none !important;
}
.swiper_title_area{
	position: absolute;
	display: block;
	width: 100%;
	min-height: 5rem;
	z-index: 2;
	bottom: 0;
	padding: 0.5rem 1rem;
}
.swiper_title_area p{
	position: relative;
	display: block;
	z-index: 2;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: justify;
}
.swiper_title_area_bg{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #000;
	opacity: .7;
}
.swiper-slide img {
    position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
    top: 0;
}

.mySwiper1 p{
    font-size: 15px;
}