.everjoy-content {
    font-family: 'Noto Sans TC', sans-serif;
}

.dongle {
    font-family: 'Dongle', sans-serif;
}
.dongle-large{
    font-size: 60px;
}

p {
    margin: 5px 0;
}

/* Banner Section */
.everjoy-banner-container {
    background-color: #FFF3EC;
}

.everjoy-banner {
    max-width: 1250px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.everjoy-banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    letter-spacing: 0.1em;
    gap: 5px;
}

.everjoy-program-text {
    font-size: 35.8px;
    color: #BE5352;
    line-height: 146%;
    letter-spacing: 0.1em;
}

.everjoy-program-text-2 {
    font-size: 60px;
    color: #FF5055;
    line-height: 146%;
    letter-spacing: 0.05em;
}

.everjoy-banner-right {
    flex: 1;
    width: 100%;
}

.everjoy-banner-right img {
    max-width: 564px;
    width: 100%;
}

/* Content Text Section */
.everjoy-content-text-section {
    max-width: 1200px;
    margin: 45px auto 0;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* Section 1 */
.everjoy-content-section-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 84px;
}

.everjoy-section-1-header {
    color: #009FBC;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 26px;
    text-align: center;
}

.everjoy-section-1-content {
    justify-content: center;
    align-content: center;
    font-size: 20px;
    text-align: center;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

/* Section 2 */
.everjoy-content-section-2 {
    display: flex;
    gap: 22px;
    margin: 0 auto;
}

.section-2-detail {
    background-color: #EEFCFF;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #5A4A42;
    flex: 1;
    padding: 20px;
}

.section-2-detail-header {
    font-size: 35px;
    font-weight: 500;
    line-height: 100%;
}

.section-2-detail-content {
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.1em;
}

/* Section 3 */
.everjoy-content-section-3 {
    display: flex;
    gap: 22px;
    margin: 20px auto 0;
}

.section-3-detail {
    background-color: #FEF9F6;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #5A4A42;
    flex: 1;
    padding: 20px;
}

.section-3-detail-header {
    font-size: 35px;
    font-weight: 500;
    line-height: 100%;
}

.section-3-detail-image img {
    height: 100px;
}

.section-3-detail-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

/* Section 4 - Tabs */
.everjoy-content-section-4{
    margin: 50px 0;
}
.tabs {
    margin: 20px auto;
    background-color: #fff;
}

.tab-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.tab-btn {
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    cursor: pointer;
    flex: 1;
    border: none;
}

.tab-btn.active {
    border-top: 2px solid #dadada;
    border-right: 2px solid #dadada;
    border-left: 2px solid #dadada;
    color: #009FBC;
}

.tab-btn:not(.active):first-child,
.tab-btn:not(.active):last-child {
    border-bottom: 2px solid #dadada;
}

.tab-content {
    display: block;
}

.tab-pane {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.tab-pane.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.everjoy-content-benefit-tab-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    gap: 10px;
}

.everjoy-content-benefit-tab-1-header {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin: 20px 0;
}

.everjoy-content-benefit-tab-1-text {
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
}

.everjoy-content-benefit-tab-1-text span {
    color: #FF5055;
    font-size: 28px;
    font-weight: 700;
}
.everjoy-content-benefit-tab-1-image{
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 60px;
}
.everjoy-content-benefit-tab-1 img {
    width: 415px;
    margin: 20px 0;
}

.everjoy-content-benefit-tab-1-text:last-of-type {
    font-size: 19px;
}

.everjoy-content-benefit-tab-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
}

.everjoy-tab-2-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    letter-spacing: 0.05em;
    gap: 5px;
}

.everjoy-tab-2-left-text {
    font-size: 36px;
    color: #333;
    line-height: 146%;
}

.everjoy-tab-2-left-text-2 {
    font-size: 26px;
    color: #333;
    line-height: 146%;
    font-weight: 400;
}

.everjoy-tab-2-left-text-2 .extra-points {
    color: #FF5055;
    font-size: 30px;
    font-weight: 700;
}

.everjoy-tab-2-right {
    flex: 1;
    width: 100%;
}

.everjoy-tab-2-right img {
    max-width: 564px;
    width: 100%;
}

/* Section 5 */
.everjoy-content-section-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.member-button {
    border-radius: 90px;
    padding: 20px 10px;
    background-color: #FF5055;
    color: #fff;
    width: 458px;
    display: flex;
    justify-content: center;
}

.everjoy-redirect {
    color: inherit;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.everjoy-terms-condition {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.everjoy-terms-condition a {
    text-decoration: underline;
    color: #333333;
}
.desktopflex{
    display : flex;
}
.mobileflex{
    display: none;
}
@media only screen and (max-width: 768px)
{
    /* remove later */
    .desktopflex{
        display : none;
    }
    .mobileflex{
        display: flex;
    }
     .dongle-large{
        font-size : 40px;
    }
    .everjoy-content{
        width: 100%;
        max-width: 100vw;
    }
    .everjoy-banner{
        flex-direction: column-reverse;
    }
    .everjoy-banner-left{
        text-align: center;
        padding-bottom: 20px;
    }
    .everjoy-program-text{
        font-size: 20px;
    }
    .everjoy-program-text-2{
        font-size : 37px;
    }
    .everjoy-content-text-section{
        width: 90% ;
    }
    .everjoy-content-section-1{
        margin-bottom: 5px;
    }
    .everjoy-section-1-header{
        font-size : 28px;
        padding : 0 10px;
        letter-spacing: 0.15em;
        line-height: 160%;
    }
    .everjoy-section-1-content{
        letter-spacing: 0.1em;
        font-size: 22px;
        font-weight: 400;
        line-height: 160%;
    }
    .everjoy-content-section-2, .everjoy-content-section-3{
        flex-direction: column;
        padding-top: 15px;
        margin : 0 auto;
    }
    .everjoy-content-section-4{

    }
    .tab-btn{
        width: 100%;
    }
    .tab-nav{
        padding : 0;
        flex-direction: column;
        margin-bottom: 0;
    }
    .tab-btn.active {
        border : 2px solid #dadada;
    }

    .tab-btn:not(.active):first-child,
    .tab-btn:not(.active):last-child {
        border : none;
    }
    .everjoy-content-benefit-tab-1{
        margin-top: 0;
        padding-top : 0;
    }
    .everjoy-content-benefit-tab-1-header{
        font-size : 22px;
    }
    .everjoy-content-benefit-tab-1-text{
        font-size: 20px;
        text-align: center;
    }
    .everjoy-content-benefit-tab-1-image{
        flex-direction: column;
        gap : 0;
    }
    .everjoy-content-benefit-tab-1 img {
        width: 80vw;
        height: 100%;
        margin: 20px 0;
    }
    .everjoy-content-benefit-tab-2{
        flex-direction: column;
        gap : 15px;
    }
    .everjoy-content-benefit-tab-1-text.description{
        text-align: justify;
    }
    .everjoy-content-benefit-tab-1-text.description.small{
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    .everjoy-tab-2-left{
        text-align: center;
    }
    .everjoy-tab-2-left-text{
        font-size: 22px;
        font-weight: 700;
    }
    .everjoy-tab-2-left-text-2{
        font-size: 20px;
        padding: 0 30px;
        line-height: 170%;
    }
    .everjoy-tab-2-left-text-2 .extra-points{
        font-size: 25px;
    }
    .everjoy-content-section-5{
        align-items: flex-start;
    }
    .section-3-detail-image img{
        width: 80vw;
        height: 100%;
    }
    .member-button {
        width: 90%;
        margin : 0 auto;
        padding : 10px;
    }
    .everjoy-redirect{
        font-size: 22px;
        letter-spacing: 0.1em;
    }
    .everjoy-terms-condition{
        text-align: justify;
        font-size: 17px;
    }
}