.container-wrapper {
    position: relative;
}

#love-event-banner {
    margin: 30px auto 60px;
}
.service-intro {
    margin-top: 70px;
}

#service-intro {
    border: 3px solid #DA8263;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5% 10%;
    max-width: 940px;
    margin: auto;
}

#service-intro p {
    font-size: 16px;
}

#service-intro strong {
    color: #c4465b;
    font-size: 20px;
}

#service-intro .underline {
    text-decoration:underline;
}

#service-intro .highlight {
    font-size: 18px;
    font-weight: 600;
}

#service-intro span {
    font-style: italic;
    font-size: 16px;
}

#service-intro ul {
    color: #c4465b;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    list-style-type: none;
}

#service-intro ul li:before {
    content: "\2713\0020";
    color: #74B18F;}

.love-event-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #EB6266;
    margin-bottom: 2rem;
}

.know-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

#know-more-btn img{
    max-width: 270px;
}

#know-more-btn:hover {
    transform: scale(1.2);
    transition: 1s;
}

#btn-wrapper {
    background: #EEEEEE;
    margin: 50px 0;
}

#btn-yellow {
    border: 3px solid #E9BE6A;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 250px;
    font-weight: bold;
    font-size: 20px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

#btn-yellow:hover {
    background: #E9BE6A;
    color: white;
}
#btn-yellow:hover::before {
    content: url('https://parc.tw/assets/images/icon/i-icon-white.png');
    margin-right: 10px;
    margin-top: 7px;
}

#btn-yellow::before {
    content: url('https://parc.tw/assets/images/icon/i-icon-yellow.png');
    margin-right: 10px;
    margin-top: 7px;
}

#btn-green {
    border: 3px solid #74B18F;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 250px;
    font-weight: bold;
    font-size: 20px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

#btn-green:hover {
    background: #74B18F;
    color: white;
}

#btn-green:hover::before {
    content: url('https://parc.tw/assets/images/icon/q-icon-white.png');
    margin-right: 10px;
    margin-top: 7px;
}

#btn-green::before {
    content: url('https://parc.tw/assets/images/icon/q-icon-green.png');
    margin-right: 10px;
    margin-top: 7px;
}
#love-event-banner-bottom {
    background: url('https://parc.tw/assets/images/icon/love-event-banner-bottom-hd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50%;
    position: relative;
}
#banner-bottom-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    margin-top: 12%;
    padding: 0px 10%;
}
@media (max-width: 992px) {
    #love-event-banner-bottom {
        padding-top: 60%;
    }

}
@media (max-width: 767px) {
    #love-event-banner-bottom {
        background: url('https://parc.tw/assets/images/icon/love-event-banner-bottom-pad-hd.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 150%;
        position: relative;
    }
    #banner-bottom-content {
        width: 100%;
    }

}

@media (max-width: 572px) {
    #love-event-banner-bottom {
        background: url('https://parc.tw/assets/images/icon/love-event-banner-bottom-mb-hd.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        position: relative;
        height: 850px;
    }

}

#banner-bottom-content h4{
    font-weight: bold;
    font-size: 35px;
    color: #EB6266;
    display: inline-flex;
}

#banner-bottom-content h4::before {
    content: url('https://parc.tw/assets/images/icon/heart-icon.svg');
    margin-top: 10px;
    margin-right: 10px;
}
#banner-bottom-content p {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #666666;
    margin: 0 0 3%;
}
#donat-btn {
    margin-top: 2rem;
}

#donat-btn a{
    background: #EB6266;
    padding: 1rem;
    border-radius: 10px;
    font-size: 22px;
    color: white;
}

#donat-btn a:hover{
    text-decoration: none;
}

#donat-btn img{
    width: 30px;
    margin-left: .5rem;
}
#news-new {
    background: white;
    padding: 5%;
    margin-top: 50px;
}
.news-main {
    background: white;
    padding: 5%;
    margin-top: 50px;
}
.news-main__title::before {
    z-index: 1!important;
}
.news-main  .news-main__item {
    width: 90%;
    margin: auto;
}

#video-love {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 40%;
    max-width: 940px;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3 {
    background-image: url('https://parc.tw/assets/images/icon/photo-x3-prev.png') !important;
    color: transparent!important;
    width: 50px!important;
    background-repeat: no-repeat!important;
    left: 5%!important;
    position: absolute;
    top: 50%;
    height: 50px;
    z-index: 9999;
}

.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3 {
    background-image: url('https://parc.tw/assets/images/icon/photo-x3-next.png') !important;
    color: transparent!important;
    width: 50px!important;
    background-repeat: no-repeat!important;
    right: 5%!important;
    position: absolute;
    top: 50%;
    height: 50px;
    z-index: 9999;
}

.join-info {
    margin-top: 100px;
}

.event-extra {
    padding-top: 100px;
    background: white;
}

.event-extra .nav {
    justify-content: center;
}
.event-extra .nav-link{
    padding: .5rem;
}
.event-extra .nav-link.active {
    background-color: #EB6266;
    padding: .5rem;
}
.swiper-container {
    padding-bottom: 50px!important;
}

@media (max-width: 1130px) {
    #banner-bottom-content h4 {
        font-size: 30px;
    }
    #banner-bottom-content p{
        font-size: 16px;
    }

    #banner-bottom-content {
        margin-top: 7%;
    }
}