/* css reset */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    list-style:none;
	text-decoration: none;
	box-sizing: border-box;
	font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    position: relative;
    background: #f2e8d7;
    height: 100%;
    overflow-x: hidden;
}

/* all-set */
.ss-show{
    display: none;
}
section{
    padding-top: 5rem;
}
.title{
    font-size: 2.8rem;
    font-weight: 600;
    color: #994203;
    margin-bottom: 3rem;
    margin-right: 1.5rem;
}

.title img{
    width: 2.7rem;
}

.yellow{
    color:#ffe056;
}

.black{
    color:#000 !important;
}

.bg-yellow{
    background: #edac30;
    /* background: linear-gradient(129deg, #f3b030, 80%,#c77e13); */
    padding: 5rem 0;
}

section.bg-yellow p,section.bg-yellow .article_2-title{
    /* text-shadow: 0.1em 0.1em 0.2em #83470e5e; */
}

.content{
    width: 85vw;
    max-width: 1380px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.see{
    opacity:1 !important;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#f2e8d7; 
	z-index:99;
}


@keyframes rotate {
    0% {
        transform:translate(-50%,-50%) rotate(180deg)
    }
    
    100% {
        transform:translate(-50%,-50%) rotate(540deg)
    }
} 


#status img{
	width:80px;
	position:absolute;
	left:50%;
	top:50%; 
    transform:translate(-50%,-50%) rotate(180deg);
    animation: rotate 3s ease-in-out infinite;
    -moz-animation: rotate 3s ease-in-out infinite;
    -webkit-animation: rotate 3s ease-in-out infinite;
}



/* nav_bar */
.nav_bar{
    display: flex;
    position: fixed;
    width: 100%;
    color:#732f06;
    background-color: #ffffffcc;
    justify-content: end;
    z-index: 5;
    /* box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); */
}


.menu_box,.menu_list_mb{
    display: none;
}

.main-logo{
    position: absolute;
    display: flex;
    left: 5%;
    top:12px
}

.logo{
    height: 35px;
    margin: 0 15px;
}

.logo img{
    height: 100%;
}


.menu_list_pc {
    display: flex;
    align-items: center;
}

.menu_list_pc li{
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 1.2rem;
}

.menu_list_pc li:hover {
    color: #dc923c;
}

/* .header_social_area{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
} */

.headphone{
    width: 22px;
    margin-right: 5px;
}

.headphone_path{
    fill:#732f06;
}



.item7:hover > .headphone .headphone_path{
    fill:#dc923c;
}


.header_fb,.header_line {
	display: inline-block;
	outline: none;
    width: 35px;
    height: 35px;
    transition: 0.5s;
    margin-right: 15px;
}

.header_fb:hover,.header_line:hover{
    opacity: 0.7;
}

.header_fb{
    background-image: url(../images/logo-icon/logo-fb.svg);
    background-size: cover;
    
}

.header_line{
    background-image: url(../images/logo-icon/logo-line.svg);
    background-size: cover;
    width: 37px;
}

/* section_1 */
#section_1{
    position: relative;
    height: 44vw;
    margin-top: 0;
    background: linear-gradient(to bottom, #fdf8ef,#ffffff00 );
}

.tree{
    position: absolute;
    width: 45vw;
    top: -7vw;
    left: -3vw;
}

.cloud-1{
    position: absolute;
    width: 8vw;
    top: 8vw;
    left: 21vw;
    animation: swing2 7s ease-in-out infinite;
    -moz-animation: swing2 7s ease-in-out infinite;
    -webkit-animation: swing2 7s ease-in-out infinite;
}

@keyframes swing2 {
    0% {
        transform:translate(0,0)
    }
    45% {
        transform:translate(30px,0)
    }
    55% {
        transform:translate(30px,0)
    }
    100% {
        transform:translate(0px,0)
    }
}

.cloud-2{
    position: absolute;
    width: 15vw;
    top: 2vw;
    right: -2vw;
    animation: swing2 5s ease-in-out infinite;
    -moz-animation: swing2 5s ease-in-out infinite;
    -webkit-animation: swing2 5s ease-in-out infinite;
}

.happygo{
    position: absolute;
    width: 20vw;
    top: 10vw;
    left: 25vw;
}

.slogan_1{
    position: absolute;
    width: 22vw;
    top: 14.5vw;
    left: 33vw;
}

.slogan_2{
    position: absolute;
    width: 28vw;
    top: 21vw;
    left: 33vw;
}

.decor-1{
    position: absolute;
    width: 5vw;
    top: 20vw;
    left: 27vw;
}

.decor-2{
    position: absolute;
    width: 3.5vw;
    top: 23vw;
    left: 62vw;
}

.delivery{
    position: absolute;
    width: 15vw;
    top: 7vw;
    right: 9vw;
}

.clerk{
    position: absolute;
    width: 17vw;
    top: 31vw;
    left: 46vw;
}

.hole{
    position: absolute;
    width: 15vw;
    top: 21.5vw;
    right: 15vw;
}

.officelady{
    position: absolute;
    width: 9vw;
    top: 13.5vw;
    right: 18vw;
    animation: show 10s ease-in-out infinite;
    -moz-animation: show 10s ease-in-out infinite;
    -webkit-animation: show 10s ease-in-out infinite;
}

@keyframes show{
    0% {
        transform: translateY(0.5vw);
        opacity: 0;
    }

    20% {
        transform: translateY(0.5vw);
        opacity: 0;
        
    }
    30% {
        transform: translateY(0);
        opacity: 1;
        
    }
    80% {
        transform: translateY(0);
        opacity: 1;
        
    }
    90% {
        transform: translateY(0.5vw);
        opacity: 0;
        
    }
    100% {
        transform: translateY(0.5vw);
        opacity: 0;
    }
}

.officeman{
    position: absolute;
    width: 13vw;
    top: 29vw;
    left: 24vw;
}

.golden{
    position: absolute;
    width: 12vw;
    top: 34vw;
    right: 13vw;
}

.shine{
    position: absolute;
    width: 3vw;
    top: 33vw;
    right: 15vw;

    animation: shine 5s ease-in-out infinite;
    -moz-animation: shine 5s ease-in-out infinite;
    -webkit-animation: shine 5s ease-in-out infinite;
}

@keyframes shine{
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: scale(1.7);
    }
    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.pickaxe{
    position: absolute;
    width: 9vw;
    top: 28vw;
    right: 7vw;
    animation: wave 3s ease-in-out infinite;
    -moz-animation: wave 3s ease-in-out infinite;
    -webkit-animation: wave 3s ease-in-out infinite;
}

@keyframes wave{
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(50deg);
    }
    40% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.leaf-ground{
    position: absolute;
    width: 43vw;
    top: 40vw;
    right: 21vw;
}

.leaf{
    position: absolute;
    width: 3.5vw;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
    top: 5vw;
    left: 10vw;
    animation-name: fade, drop;
    animation-duration: 7.62061s, 7.62061s;
    animation-delay: 0.216373s, 0.216373s;
}

.leaf img{
    position: absolute;
    width: 100%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 50% -100%;
    animation-name: counterclockwiseSpinAndFlip;
    animation-duration: 4.72371s;
    
}

.leaf_2{
    left: 40vw;
    top: -1vw;
    width: 3vw;
    animation-duration: 10.72371s;
  }

@-webkit-keyframes fade
{
    0%   { opacity: 1; }
    95%  { opacity: 1; }
    100% { opacity: 0; }
}

@-webkit-keyframes drop
{
    0%   { -webkit-transform: translate(0px, -5vw); }
    100% { -webkit-transform: translate(0px, 40vw); }
}

@-webkit-keyframes counterclockwiseSpinAndFlip 
{
    0%   { -webkit-transform: scale(-1, 1) rotate(50deg); }
    100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}


.leaf_2{
    position: absolute;
    width: 3vw;
}

/* section_2 */
#section_2{
    padding-top: 0;
}
#section_2 .content{
    background:#dc923c;
    padding: 3rem 4rem 5rem 4rem;
    border-radius: 2rem;
}

#section_2 .content .title{
    margin-bottom: 0;
    margin-right: 0;
}

.wave{
    width: 10vw !important;
    margin: 0.5rem 0 2rem 0;
}

.content p{
    font-size: 1.5rem;
    color:#fff;
    text-align: justify;
}

.article p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* section_3 */
#section_3{
    position: relative;
}
#section_3 p{
    color:#000;
}

.more-btn-area{
    position: relative;
    height: 3rem;
    margin: 1rem 0; 
}

.more-btn{
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #9a9c0d;
    padding: 0.2rem 1.5rem;
    border-radius: 2rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.more-btn:hover{
    background-color: #dc923c;
}

.chart-title{
    font-size: 2.3rem;
    color: #9a9c0d;
    margin-top: 2rem;
}

.orange{
    color: #e9632e !important;
}

.chart-1,.chart-2{
    margin:2rem 0 ; 
}

.chart-2 iframe{
    width:100%;
    height:900px;
    padding-top: 3rem;
    background: #fff;
}


.article-area{
    display: flex;
    margin: 3rem 0 5rem 0;
    flex-wrap: wrap;
    justify-content: center;
}

.article{
    width: calc(100% / 3 - 3rem);
    margin: 1.5rem;
}

.article-img{
    width: 100%;
    height: 18rem;
    background-color: #fcf2e6;
    border-radius: 1.5rem;
    overflow: hidden;
    border: solid 2px #fff;
    margin-bottom: 1rem;
}

.article-img img{
    width: 100%;
    transition: 0.5s;
}

.article:hover > .article-img img {
    transform: scale(1.1)
}

.podcast-area{
    margin: 4rem 0;
}
.podcast-area h1{
    text-align: left;
    margin-bottom: 1rem;
    color:#732f06;
}

.podcast-area h1 img{
    width: 30px;
    margin-right: 0.5rem;
}

.podcast-episode{
    display: flex;
    padding: 1rem;
    border-radius: 1rem;
    background: #ffffff;
}

.podcast{
    width: 50%;
    /* margin: 0 1rem; */
    
}

.podcast-content{
    display: flex;
}

.podcast:first-child {
    border-right: solid 1px #732f06;
    padding-right: 1rem;
}

.podcast:last-child{
    padding-left: 1rem;
}

.podcast-img{
    width: 35%;
    background-color: #efcba8;
    margin-right: 1rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.7rem;
}

/* .podcast-episode iframe{
    width: 65%;
} */
.podcast-click{
    width: 65%;
    height: 175px;
    display: flex;
    align-items: center;
    background: #f5ead3;
    padding: 1rem;
    border-radius: 0.7rem;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    padding-bottom: 2.5rem;
}

.podcastclick-img{
    width: 30%;
    height: auto;
    border-radius: 0.5rem;
    border: solid 0.15rem #d9aa8e;
}

.podcast-click .title{
    font-size: 1.15rem;
    margin: 0;
    margin-left: 1rem;
    text-align: left;
    font-weight: 500;
    color:#732f06;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
}

.podcast-click:hover> .title{
    color:#732f06;
}

.podcast-click:hover{
    background: #f5f0e6b1;
}

.podcast-arrow{
    position: absolute;
    width: 35px;
    right: 25px;
    bottom:15px;
    transition: 0.5s;
}

.podcast-click:hover > .podcast-arrow{
    transform: translateX(10px);
}

.podcast-img:hover~ .podcast-click .podcast-arrow{
    transform: translateX(10px);
}

.podcast-person{
    text-align: left;
    margin-bottom: 0.7rem;
    padding-bottom: 0.5rem;
    color: #272623;
    font-weight: 400;
    border-bottom: solid 0.5px #732f0624;
}


.podcast-img img{
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.leaf-ground_decor{
    position: absolute;
    width: 38vw;
    left: -16vw;
    top: 17vw;
}

.tree-decor{
    position: absolute;
    width: 2.5vw;
    left: 13vw;
    top: 15vw;
}

.tree-decor2{
    position: absolute;
    width: 2vw;
    left: 7vw;
    top: 14vw;
}

.hill-pink2{
    position: absolute;
    width: 15vw;
    right: -1vw;
    top: 38vw;
}

.mine_decor2{
    position: absolute;
    width: 11vw;
    right: 8vw;
    top: 74vw;
}

.shine_decor7{
    position: absolute;
    width: 1.5vw;
    right: 8vw;
    top: 74vw;
    animation: shine 3s ease-in-out infinite;
    -moz-animation: shine 3s ease-in-out infinite;
    -webkit-animation: shine 3s ease-in-out infinite;
}

.shine_decor8{
    position: absolute;
    width: 1vw;
    right: 14vw;
    top: 75.5vw;
    animation: shine 6s ease-in-out infinite;
    -moz-animation: shine 6s ease-in-out infinite;
    -webkit-animation: shine 6s ease-in-out infinite;
}

.hill-pink{
    position: absolute;
    width: 15vw;
    left: -1vw;
    bottom: -0.4vw;
}

.golden_decor2{
    position: absolute;
    width: 9vw;
    left: 6vw;
    bottom: 0vw;
}

.mine_decor{
    position: absolute;
    width: 3.5vw;
    left: 5vw;
    bottom: -0.2vw;
}

.shine_decor2{
    position: absolute;
    width: 2vw;
    left: 11vw;
    bottom: 2.3vw;
    animation: shine 6s ease-in-out infinite;
    -moz-animation: shine 6s ease-in-out infinite;
    -webkit-animation: shine 6s ease-in-out infinite;
}

.shine_decor3{
    position: absolute;
    width: 1vw;
    left: 5vw;
    bottom: 0.8vw;
    animation: shine 5s ease-in-out infinite;
    -moz-animation: shine 5s ease-in-out infinite;
    -webkit-animation: shine 5s ease-in-out infinite;
}

.shine_decor4{
    position: absolute;
    width: 1vw;
    left: 6.5vw;
    bottom: 1.3vw;
    animation: shine 3s ease-in-out infinite;
    -moz-animation: shine 3s ease-in-out infinite;
    -webkit-animation: shine 3s ease-in-out infinite;
}

/* section_4 */
#section_4{
    position: relative;
}

.article_2{
    display: flex;
    margin: 5rem 0;
    align-items: center;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.article_2 .title{
    flex: 5;
    margin-bottom: 0;
    margin-right: 0;
}

.article_2-title{
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-bottom: 2rem;
}

.article_2 .title p{
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.article_2-img{
    flex: 5;
    margin-left:4rem;
    border-radius: 1.5rem;
    overflow: hidden;
    height: 24rem;
    border: solid 2px #fff;
}

.article_2-img img{
    width: 100%;
    transition: 0.5s;
}

.article_2:hover > .article_2-img img {
    transform: scale(1.1)
}

.mine_decor5{
    position: absolute;
    width: 6vw;
    right: 9vw;
    top: 6vw;
}

.shine_decor10{
    position: absolute;
    width: 2vw;
    right: 10vw;
    top: 5vw;
    animation: shine 4s ease-in-out infinite;
    -moz-animation: shine 4s ease-in-out infinite;
    -webkit-animation: shine 4s ease-in-out infinite;
}

.shine_decor11{
    position: absolute;
    width: 2vw;
    left: 13vw;
    bottom: 6vw;
    animation: shine 3s ease-in-out infinite;
    -moz-animation: shine 3s ease-in-out infinite;
    -webkit-animation: shine 3s ease-in-out infinite;
}

/* section_5 */
#section_5{
    position: relative;
}

#section_5 p{
    color:#000;
}

.mine_decor3{
    position: absolute;
    width: 11vw;
    right: 7vw;
    bottom: 1vw;
}
.hill-brown{
    position: absolute;
    width: 10vw;
    left: -1vw;
    top: 6vw;
}

.shine_decor5{
    position: absolute;
    width: 1.5vw;
    right: 3vw;
    bottom: -1.5vw;
    animation: shine 3s ease-in-out infinite;
    -moz-animation: shine 3s ease-in-out infinite;
    -webkit-animation: shine 3s ease-in-out infinite;
}

.shine_decor6{
    position: absolute;
    width: 1vw;
    right: 13vw;
    bottom: 1.5vw;
    animation: shine 6s ease-in-out infinite;
    -moz-animation: shine 6s ease-in-out infinite;
    -webkit-animation: shine 6s ease-in-out infinite;
}

/* section_6 */
#section_6{
    position: relative;
}

.mine_decor4{
    position: absolute;
    width: 7vw;
    bottom: 2vw;
    left: 12.1vw;
}

.shine_decor9{
    position: absolute;
    width: 2vw;
    bottom: 4.5vw;
    left: 3vw;
    animation: shine 6s ease-in-out infinite;
    -moz-animation: shine 6s ease-in-out infinite;
    -webkit-animation: shine 6s ease-in-out infinite;
}

/* section_7 */
#section_7{
    margin-bottom: 10vw;
    position: relative;
}

.golden_decor{
    position: absolute;
    width: 9vw;
    bottom: -11vw;
    left: 4vw;
    transform: rotateY(180deg);
}

.shine_decor{
    position: absolute;
    width: 2vw;
    bottom: -9vw;
    left: 9vw;
    animation: shine 6s ease-in-out infinite;
    -moz-animation: shine 6s ease-in-out infinite;
    -webkit-animation: shine 6s ease-in-out infinite;
}


/* right-fixed */
.right-fixed-area {
    position: fixed;
    right: 25px;
    bottom: 15%;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}

.go-to-top {
    width: 100px;
    cursor: pointer;
    transition: 0.5s;
}

.go-to-top:hover {
    opacity: 0.7;
}

.go-to-top img{
    width: 100%;
}

/* footer*/

footer{
    
    background: #2d2d2d;
    color:#fff;
    display: flex;
    align-items: center;
    padding: 2rem 5vw;
    line-height: 2rem;
    letter-spacing: 2px;
}


.left,.right{
    width: 50%;
    padding: 2rem;
    text-align: left;
}

.right{
    border-left: solid 1px #fff;
}
@media screen and (max-width:2048px){
    .title {
        font-size: 2.5rem;
    }

    .title img {
        width: 2.2rem;
    }
    .leaf-ground_decor {
        top: 4vw;
    }
    .tree-decor2 {
        top: 1.5vw;
    }
    .tree-decor {
        top: 3vw;
    }

    .mine_decor2 {
        width: 12vw;
        right: 3vw;
        top: 5vw;
    }

    .shine_decor7 {
        right: 3vw;
        top: 6vw;
    }
    .shine_decor8 {
        right: 9.5vw;
        top: 7vw;
    }

    .mine_decor4 {
        bottom: 4vw;
        top: auto;
    }

    .shine_decor9 {
        bottom: 6.8vw;
        top: auto;
    }
}

@media screen and (max-width:1560px){
    /* .article{
        width: calc(100% / 3);
        margin: 1.5rem;
    } */

    .article_2-img {
        height: 20rem;
    }

    .article_2 {
        align-items: center;
    }

    .article-img {
        height: 14rem;
    }

    .podcast-episode {
        flex-direction: column;
    }

    .podcast {
        width: 100%;
    }

     .podcast-img{
        width: 18%;
        min-width: 225px;
    }

    .podcast-click {
        width: 100%;
        height: 158px;
        padding-bottom: 1rem;
    }

    /* .podcast-episode iframe{
        width: 82%;
    } */

    .podcastclick-img {
        width: 100px;
    }

    .podcast:first-child {
        border-bottom: solid 1px #959595;
        border-right: none;
        padding-right: 0rem;
        padding-bottom: 1rem;
    }

    .podcast:last-child {
        padding-left: 0rem;
        padding-top: 1rem;
    }

    .podcast-area {
        margin: 2rem 0;
    }
}

@media screen and (max-width:1332px){
    .menu_list_pc,.header_social_area{
        display: none;
    }
    .menu_box{
        display: block;
        position: absolute;
        right: 15px;
    }

    .nav_bar{
        height: 55px;
        justify-content: end;
    }

    #OpenNav{
        font-size: 2rem;
        cursor: pointer;
    }

    .menu_list_mb{
        width: 100%;
        min-height: 100vh;
        height: auto;
        background-color: #ffffff;
        z-index: 9;
        text-align: center;
        display: block;
        position: relative;
        right: -100%;
        transition: 0.5s;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
        /* overflow-y: auto; */
	}

    .mb_item{
        padding: 0.8rem 0;
        border-bottom: solid 1px #d9bcaa;
        cursor: pointer;
        font-size: 1.5rem;
    }

    .menu_close_box {
        font-size: 2rem;
        position: absolute;
        right: 20px;
        top: 4px;
        cursor: pointer;
    }

    .header_fb, .header_line {
        position: relative;
        top: 5px;
    }

    #OpenNav:hover,.menu_close_box:hover,.mb_item:hover{
        color: #f9e595;
    }

    .article-img {
        height: 15rem;
    }
}

@media screen and (max-width:1340px){
    .article_2-img {
        height: 18rem;
    }
}



@media screen and (max-width:1280px){
    .article_2-img {
        height: 15rem;
    }

    .article-img {
        height: 20rem;
    }

    .article {
        width: calc(100% / 2.3);
    }

    .podcastclick-img {
        width: 100px;
    }
}

@media screen and (max-width:1170px){
    .article-img {
        height: 16rem;
    }
    .wave {
        width: 15vw !important;
    }
}

@media screen and (max-width:1065px){
    .article_2-img {
        height: 15rem;
    }

    .article-img {
        height: 16rem;
    }

    .article_2-title {
        font-size: 1.5rem;
    }

    .podcast-click{
        padding-bottom: 2.5rem;
    }

    footer {
        letter-spacing: 1px;
        font-size: 0.8rem;
    }
}

@media screen and (max-width:1030px){
    .article_2-img {
        height: 12rem;
    }

    .article-img {
        height: 14rem;
    }
}

@media screen and (max-width:920px){

    .article-img {
        height: 15rem;
    }

    
}

@media screen and (max-width: 450px){
    .article_2-img {
        height: 15rem;
    }

    .article-img {
        height: 15rem;
    }
}

@media screen and (max-width:860px){
    #section_1 {
        height: 72vw;
    }

    .tree {
        width: 66vw;
        top: -10vw;
        left: -4vw;
    }

    .officeman {
        width: 20vw;
        top: 49vw;
        left: 11vw;
    }

    .clerk {
        width: 26vw;
        top: 53vw;
        left: 34vw;
    }

    .slogan_2 {
        width: 39vw;
        top: 40vw;
        left: 28vw;
    }

    .slogan_1 {
        width: 30vw;
        top: 30.5vw;
        left: 21vw;
    }

    .officelady {
        width: 13vw;
        top: 50vw;
        right: 21vw;
    }

    .hole {
        width: 15vw;
        top: 63.5vw;
        right: 20vw;
    }

    .leaf_2 {
        width: 5vw;
    }
    .leaf {
        width: 6vw;
    }

    .happygo {
        width: 36vw;
        top: 22vw;
        left: 10vw;
    }

    .decor-1 {
        width: 7vw;
        top: 41vw;
        left: 20vw;
    }

    .decor-2 {
        width: 5.5vw;
        top: 43vw;
        left: 68vw;
    }

    .golden {
        width: 14vw;
        top: 41vw;
        right: 10vw;
    }

    .shine {
        width: 5vw;
        top: 39vw;
        right: 12vw;
    }

    .pickaxe {
        width: 10vw;
        top: 34vw;
        right: 4vw;
    }

    .delivery {
        width: 21vw;
        top: 13vw;
        right: 18vw;
    }

    .cloud-1 {
        width: 14vw;
        top: 14vw;
        left: 21vw;
    }

    .cloud-2 {
        width: 22vw;
        top: 8vw;
        right: -4vw;
    }

    .leaf-ground {
        width: 63vw;
        top: 66vw;
        right: 6vw;
    }

    #section_2 .content {
        padding: 2rem 3rem 4rem 3rem;
        border-radius: 1.5rem;
    }

    .title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .wave {
        width: 24vw !important;
    }

    .content p {
        font-size: 1.2rem;
    }

    .podcast-episode {
        flex-direction: column;
    }

    .podcast {
        width: 100%;
    }

    .podcast:first-child {
        border-bottom: solid 1px #959595;
        border-right: none;
        padding-right: 0rem;
        padding-bottom: 1rem;
    }

    .podcast:last-child {
        padding-left: 0rem;
        padding-top: 1rem;
    }

    .podcast-area {
        margin: 2rem 0;
    }

    .chart-title {
        font-size: 2rem;
        margin-top: 1rem;
    }

    .chart-1, .chart-2 {
        margin: 1rem 0;
    }

    .article-area {
        flex-direction: column;
        align-items: center;
    }

    .article {
        width: 70%;
    }
    .article-img {
        height: 20rem;
    }

    .article_2-img img{
        width: 100%;
    }

    .article_2-img {
        flex: none;
        width: 100%;
        height: 20rem;
        margin-left: 0rem;
        margin-bottom: 1rem;
    }

    .article_2-title {
        font-size: 1.3rem;
    }

    .article_2 {
        align-items: start;
        flex-direction: column-reverse;
        width: 70%;
    }

    .article_2-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }

    .more-btn {
        font-size: 1.5rem;
    }

    .chart-2 iframe {
        height: 700px;
    }
    .tree-decor {
        width: 4.5vw;
        left: 13vw;
        top: 12vw;
    }
    .tree-decor2 {
        width: 3vw;
        left: 6vw;
        top: 12vw;
    }

    .hill-pink2 {
        width: 17vw;
        right: -1vw;
        top: 13vw;
    }

    .mine_decor2 {
        width: 17vw;
        right: 2vw;
        top: 61vw;
    }

    .shine_decor7 {
        width: 4.5vw;
        right: 1vw;
        top: 59vw;
    }

    .shine_decor8 {
        width: 3vw;
        right: 10vw;
        top: 62.5vw;
    }

    .hill-pink {
        width: 25vw;
    }

    .golden_decor2 {
        width: 15vw;
        left: 8vw;
        bottom: 0vw;
    }

    .mine_decor {
        width: 7vw;
        left: 5vw;
        bottom: -0.2vw;
    }

    .shine_decor2 {
        width: 4vw;
        left: 15vw;
        bottom: 4vw;
    }

    .shine_decor4 {
        width: 4vw;
        left: 6.5vw;
        bottom: 1.3vw;
    }

    .shine_decor3 {
        width: 3vw;
        left: 3vw;
        bottom: 2.8vw;
    }

    .mine_decor5 {
        width: 9vw;
        right: 9vw;
        top: 9vw;
    }

    .shine_decor10 {
        width: 3vw;
        right: 10vw;
        top: 7vw;
    }

    .shine_decor11 {
        width: 3vw;
        right: 15vw;
        top: 9vw;
    }

    .mine_decor3 {
        width: 21vw;
        left: 7vw;
        right: auto;
        bottom: 1vw;
    }

    .shine_decor6 {
        width: 3vw;
        left: 13vw;
        right: auto;
        bottom: 1.5vw;
    }
    .shine_decor5 {
        width: 4.5vw;
        left: 24vw;
        bottom: 5.5vw;
    }
    .mine_decor4 {
        width: 17vw;
        bottom: 8vw;
    }

    .shine_decor9 {
        width: 5vw;
        bottom: 11.8vw;
    }

    .golden_decor {
        width: 15vw;
        bottom: -7.2vw;
        right: 7vw;
    }

    .shine_decor {
        width: 5vw;
        bottom: -3.8vw;
        right: 13vw;
    }

    .right-fixed-area {
        right: 0px;
    }
}

@media screen and (max-width:768px){
    .article_2 {
        flex-direction: column-reverse;
        width: 70%;
        align-items: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .article_2-img {
        height: 20rem;
    }
    .mine_decor2 {
        top: 69vw;
        display: none;
    }

    .podcast-click .title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    
    

    .shine_decor7 {
        top: 68vw;
        display: none;
    }

    .shine_decor8 {
        top: 70.5vw;
        display: none;
    }
}

@media screen and (max-width: 712px){
    .article-img {
        height: 15rem;
    }
    .article_2-img {
        height: 15rem;
    }

    .podcast-episode {
        flex-direction: column;
    }

    .podcast {
        width: 100%;
        
        /* margin-bottom: 1.5rem; */
    }
    .podcast-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .podcast-img {
        width: 100%;
        height: 45vw;
        margin-right: 0rem;
        margin-bottom: 0.5rem;
        border-radius: 0.7rem;
    }

    .podcast-img img {
        height: auto;
        width: 100%;
    }

    /* .podcast-episode iframe{
        width: 100%;
    } */

    

    .podcast:first-child {
        border-right: none;
        padding-right: 0rem;
    }

    .podcast:last-child {
        padding-left: 0rem;
        margin-bottom: 0;
        
    }

    .podcast-area {
        margin: 2rem 0;
    }

}

@media screen and (max-width:540px){
    .ss-show{
        display: block;
    }

    #status img{
        width:50px;
    }

    .logo {
        height: 30px;
    }
    section {
        padding-top: 3rem;
    }

    .title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .title img {
        width: 1.7rem;
    }
    .content p {
        font-size: 1.2rem;
    }

    .more-btn {
        font-size: 1.3rem;
    }

    #section_1 {
        height: 112vw;
    }

    .cloud-1 {
        width: 20vw;
        top: 28vw;
        left: 14vw;
    }

    .cloud-2 {
        width: 30vw;
        top: 19vw;
        right: -6vw;
    }

    .tree {
        width: 147vw;
        top: -21vw;
        left: -46vw;
        transform: rotate(1deg);
    }

    .happygo {
        width: 62vw;
        top: 34vw;
        left: 16vw;
    }

    .slogan_1 {
        width: 49vw;
        top: 49vw;
        left: 24vw;
    }

    .slogan_2 {
        width: 63vw;
        top: 65vw;
        left: 16vw;
    }

    .officeman {
        width: 24vw;
        top: 85vw;
        left: 6vw;
    }

    .clerk {
        width: 33vw;
        top: 87vw;
        left: 34vw;
    }

    .officelady {
        width: 27vw;
        top: 82vw;
        right: 2vw;
        display: none;
    }

    .hole{
        width: 27vw;
        top: 82vw;
        right: 2vw;
        display: none;
    }

    .shine {
        width: 9vw;
        top: 83vw;
        right: 13vw;
    }

    .delivery {
        width: 25vw;
        top: 35vw;
        right: 5vw;
    }

    .golden {
        width: 20vw;
        top: 87vw;
        right: 11vw;
    }

    .pickaxe {
        width: 15vw;
        top: 77vw;
        right: 2vw;
    }

    .decor-1 {
        width: 11vw;
        top: 65vw;
        left: 3vw;
    }

    .decor-2 {
        position: absolute;
        width: 10.5vw;
        top: 68vw;
        left: 80vw;
    }

    .leaf-ground {
        width: 116vw;
        top: 101vw;
        right: -15vw;
    }

    .leaf{
        position: absolute;
        width: 10vw;
        -webkit-animation-iteration-count: infinite, infinite;
        -webkit-animation-direction: normal, normal;
        -webkit-animation-timing-function: linear, ease-in;
        top: 5vw;
        left: 10vw;
        animation-name: fade, drop;
        animation-duration: 7.62061s, 7.62061s;
        animation-delay: 0.216373s, 0.216373s;
    }

    .leaf img{
        position: absolute;
        width: 100%;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: 50% -100%;
        animation-name: counterclockwiseSpinAndFlip;
        animation-duration: 4.72371s;
    }
    
    .leaf_2{
        left: 40vw;
        top: -1vw;
        width: 8vw;
        animation-duration: 10.72371s;
    }

    @-webkit-keyframes fade {
        0%   { opacity: 1; }
        95%  { opacity: 1; }
        100% { opacity: 0; }
    }

    @-webkit-keyframes drop{
        0%   { -webkit-transform: translate(0px, -5vw); }
        100% { -webkit-transform: translate(0px, 112vw); }
    }

    @-webkit-keyframes counterclockwiseSpinAndFlip {
        0%   { -webkit-transform: scale(-1, 1) rotate(50deg); }
        100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
    }

    #section_2 .content {
        padding: 1rem 1rem 2rem 1rem;
        border-radius: 1.5rem;
    }

    .wave {
        width: 40vw !important;
        margin: 0.5rem 0 1rem 0;
    }

    .podcast-episode {
        flex-direction: column;
        
    }

    .podcast-iframe {
        overflow-y: scroll;
        border-radius:10px;
        width:100%;
    }

    .podcast {
        width: 100%;
        
        /* margin-bottom: 1.5rem; */
    }

    .podcast-person{
        font-size: 0.7rem;
    }

    .podcast-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .podcast-click .title {
        font-size: 1rem;
    }

    .podcast-img {
        width: 100%;
        height: 45vw;
        margin-right: 0rem;
        margin-bottom: 0.5rem;
        border-radius: 0.7rem;
    }

    .podcast-img img {
        height: auto;
        width: 100%;
    }

    /* .podcast-episode iframe{
        width: 100%;
       
        position: relative;
        left: 0;

    } */

    .podcast-click{
        padding-bottom: 2rem;
    }
    
    .podcast-arrow {
        width: 30px;
    }

    .podcast:first-child {
        border-right: none;
        padding-right: 0rem;
    }

    .podcast:last-child {
        padding-left: 0rem;
        margin-bottom: 0;
        
    }

    .podcast-area {
        margin: 2rem 0;
    }

    .chart-title {
        font-size: 1.8rem;
        color: #9a9c0d;
        margin-top: 2rem;
    }

    .chart-1{
        width: 100%;
    }

    .chart-1, .chart-2 {
        margin: 1rem 0;
    }

    .chart-2 iframe {
        width: 100%;
        height: 500px;
        padding-top: 1rem;
    }

    .article_2 .title p {
        text-align: left;
    }

    .hill-pink {
        width: 38vw;
        left: -5vw;
        bottom: -0.9vw;
    }

    .golden_decor2 {
        width: 21vw;
        left: 15vw;
        bottom: 0vw;
    }

    .mine_decor {
        width: 7.5vw;
        left: 12vw;
        bottom: -0.2vw;
    }

    .shine_decor2 {
        width: 7vw;
        left: 24vw;
        bottom: 4.3vw;
    }

    .shine_decor3 {
        width: 4vw;
        left: 13vw;
        bottom: 0.8vw;
    }

    .shine_decor4 {
        width: 4vw;
        left: 9.5vw;
        bottom: 3.3vw;
    }

    .hill-brown {
        width: 24vw;
        left: -6vw;
        top: 14vw;
    }

    .mine_decor3 {
        width: 32vw;
        left: 4vw;
        bottom: 1vw;
    }

    .shine_decor5 {
        width: 7.5vw;
        left: 31vw;
        bottom: 7.5vw;
    }

    .shine_decor6 {
        width: 6vw;
        left: 15vw;
        bottom: 3.5vw;
    }

    .golden_decor {
        width: 25vw;
        bottom: -25.2vw;
        right: 6vw;
    }

    .shine_decor {
        width: 11vw;
        bottom: -20vw;
        right: 11vw;
    }

    .leaf-ground_decor {
        width: 73vw;
        left: -32vw;
        top: 17vw;
    }

    .hill-pink2 {
        width: 41vw;
        right: -7vw;
        top: 187vw;
        display: none;
    }

    .mine_decor2 {
        width: 34vw;
        left: 6vw;
        top: 174vw;
        display: none;
    }

    .shine_decor7 {
        width: 7.5vw;
        left: 33vw;
        top: 173vw;
        display: none;
    }

    .shine_decor8 {
        width: 7vw;
        left: 14vw;
        top: 178.5vw;
        display: none;
    }

    .tree-decor2,.tree-decor{
        display: none;
    }

    .mine_decor5 {
        width: 19vw;
        left: 8vw;
        top:auto;
        bottom: 8vw;
    }

    .shine_decor10 {
        width: 6vw;
        right: 10vw;
        top: 7vw;
    }

    .shine_decor11 {
        position: absolute;
        width: 6vw;
        left: 10vw;
        top:auto;
        bottom: 10vw;
    }

    .mine_decor4 {
        width: 27vw;
        bottom: 9vw;
        left: 8.1vw;
        top:auto;
    }

    .shine_decor9 {
        position: absolute;
        width: 9vw;
        bottom: 17vw;
        left: 18vw;
        top:auto;
    }

    .article-area {
        display: flex;
        margin: 1rem 0;
        flex-direction: column;
        align-items: center;
        flex-wrap: initial;
    }

    .article {
        width: 100%;
        margin-bottom: 1rem;
    }

    .article-img {
        height: 18rem;
        overflow: hidden;
    }

    .bg-yellow {
        padding: 2rem 0;
    }

    .article_2 {
        display: flex;
        margin: 3rem 0;
        align-items: center;
        flex-direction: column-reverse;
        width: 100%;
    }

    .article_2-img {
        flex: none;
        margin: 0rem;
        border-radius: 1.5rem;
        overflow: hidden;
        border: solid 2px #fff;
        height: 18rem;
        margin-bottom: 1rem;
    }

    .article_2-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }

    .go-to-top {
        width: 70px;
    }

    .right-fixed-area {
        right: 5px;
        bottom: 13%;
    }

    #section_7 {
        margin-bottom: 24vw;
    }

    footer {
        text-align: left;
        padding: 1rem;
        font-size: 0.5rem;
        line-height: 1.2rem;
        letter-spacing: 1px;
        flex-direction: column;
    }

    .left, .right {
        width: 100%;
        padding: 1rem;
        font-size: 0.75rem;
    }

    .right{
        border-left: none;
        border-top: solid 1px #fff;
        text-align: center;
        
    }
}

@media screen and (max-width: 450px){
    .article_2-img {
        height: 15rem;
    }

    .article-img {
        height: 15rem;
    }
}

@media screen and (max-width: 375px){
    .article_2-img {
        height: 12rem;
    }
    .article-img {
        height: 12rem;
    }
}