@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap");
.container-xlg{
    position: relative;
    max-width: 1680px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container-xlg::after{
    content: '';
    clear: both;
    display: table;
}
.kv{
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/event20211001/kv.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-image: -moz-linear-gradient();
}
.kv .kv-container{
    position: absolute;
    top:21.5%;
    left: 8.6%;
    width: 32.55%;
    text-align: center;
}
.kv-title{
    margin-bottom: 10%;
}
.kv-title img{
    width: 100%;
}
.event-section{
    padding: 160px 0px;
    background-color: #EDECE9;
    color: #fff;
    background-attachment: scroll;
    overflow: hidden;
}
.event-section.top{
    padding: 135px 0px;
}
.event-section.middle-bottom{
    padding-top: 0;
    position: relative;
}

.middle-bottom::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 140px;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.05), transparent);
    z-index: 1;
}
.middle-bottom::after{
    position: absolute;
    content: ".";
    text-indent: -99;
    width: 804px;
    height: 940px;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
    color: transparent;
    background-image: url(../images/event20211001/couple.png);
    z-index: 2;
}
.event-section-title{
    text-align: center;
    letter-spacing: .15em;
    font-family: "Noto Serif TC", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 4.6rem;
    margin-bottom: 1.6em;
}
.event-section-subtitle{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
.title-big{
    font-size: 5.5rem;
}
.pink-gradient{
    background-image: linear-gradient(0deg,#F8455B, #F27C8A);
    box-shadow: 0px 5px 8px rgba(0,0,0,0.3);
    z-index: 9;
}
.pink-gradient .event-section-title{
    color: #fff;    
}
.event-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event-col-md-3{
    padding: 0 5px 10px 5px;
    width: 25%;
}
.event-col-md-6{
    padding: 0 5px 10px 5px;
    width: 50%;
}
.event-col-sm-6{
    padding: 0 5px 10px 5px;
    width: 50%;
}
.round-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgba(219,64,82,0.9);;
    background-image: linear-gradient(0deg, #F8E9B9, #ffffff);
    overflow: hidden;
}
.round-item-icon{
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 70%;
    margin: auto;
    background-color: #F74D62;
    color: #fff;
    width: 30%;
    text-align: center;
    padding-top: 8em;
    border-radius: 0px 0px 200px 200px;
    padding-bottom: 1.5em;
}
.round-item-icon p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}
.round-item-icon i{
    font-size: 4rem;
}
.round-item-text{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    text-align: center;
    color: #F74D62;
}
.round-item-text h3{
    color: #F74D62;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0.08em;
    margin-bottom: 0.3em;
}
.round-item-text p{
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 0 0.6em 0;
    padding: 0 1.5em;
    line-height: 1.3;
}
.event-box{
    background-color: rgba(255,255,255,.2);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.05);
    border-radius: 30px;
    padding: 65px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}
.event-box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 80px;
}
.event-box.pink::before{
    border-color: transparent transparent transparent #F46B7B;
}
.event-box.olive::before{
    border-color: transparent transparent transparent #807C36;
}
.event-box-text h3{
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
.event-box h3 > span{
    font-size: 4.8rem;
}
.event-box.pink h3 > span{
    color: #F46B7B;
}
.event-box.olive h3 > span{
    color: #807C36;
}
.event-box-text p{
    font-size: 1.8rem;
    margin: 0 0 2em 0;
    min-height: 6.5em;
}
.event-box-photo{
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-end;
    width: 100%;
}
.event-box-photo img{
    width: 100%;
}
.event-section-titlesec{
    position: relative;
    text-align: center;
}
.rg-flower::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '.';
    color: transparent;
    text-indent: -999;
    left: 0;
    bottom: 0;
    background-image: url(../images/event20211001/flower_bottom.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.rg_subtitle{
    margin: -2.3em auto 4em auto;
    text-align: center;
}
.rg_subtitle img{
    max-width: 100%;
}
.rg-form-title{
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
}
.rg-form-control{
    background-color: rgba(255,255,255,.15);
    color: #fff;
    border: 0;
    height: 55px;
    font-size: 1.8rem;
}
.rg-form-control::-webkit-input-placeholder{
    color: #fff;
    font-size: 1.8rem;
}
.rg-form-control::-moz-placeholder{
    color: #fff;
    font-size: 1.8rem;
}
.rg-form-control:-ms-input-placeholder{
    color: #fff;
    font-size: 1.8rem;
}
.rg-form-control::-ms-input-placeholder{
    color: #fff;
    font-size: 1.8rem;
}
.rg-form-control::placeholder{
    color: #fff;
    font-size: 1.8rem;
}
.rg-form-control option{
    color: #414141;
}
.rg-form-cta{
    margin-top: 4em;
}
.thanks{
    background-image: url(../images/event20211001/thanks.jpg);
    background-size: cover;
    padding: 135px 0px;
    min-height: 800px;
    background-attachment: scroll;  
    background-position: center center;  
}
.thanks-wrap{}
.thanks-box{
    border-radius: 30px;
    background-color: rgba(255,255,255,.9);
    padding: 5em 4em;
    color: #666;
}
.thanks-title{
    text-align: center;
    letter-spacing: .15em;
    font-family: "Noto Serif TC", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 4.2rem;
    margin-bottom: 0.4em;
    color: #414141;
    line-height: 1.3;
}
.thanks-redsec{
    background-color: #FFE8EA;
    color: #F46B7B;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 4em auto;
    padding: 1.2em;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 30px;
}
.thanks-dl dt{
    margin-bottom: 1em;
    font-weight: bold;
    color: #414141;
    min-height: 1.4em;
}
.thanks-dl dd{
    margin-bottom: 0;
}

.confirm, .confirm a, .confirm a:hover, .confirm a:focus, .confirm a:active{
    color: #fff;
    text-align: center;
}
.pink, .pink h3, .pink p{
    color: #F46B7B;
}
.olive, .olive h3, .olivep{
    color: #807C36;
}
.flower-bg{
    background-image: url(../images/event20211001/flower_top.png);
    background-position: left top;
    background-size: 100% auto;
}
.btn-rg{
    color: #F74D62;
    background-image: linear-gradient(0deg, #FAEFCB, #ffffff);
    padding: 0.9em;
    font-size: 2rem;
    font-weight: bold;
    height: auto;
    transition: all;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
    position: relative;
    z-index: 8;
}
.btn-rg:hover, .btn-rg:focus, .btn-rg:active{
    color: #F46B7B;
    background-image: linear-gradient(0deg, #f0dfa8, #ffffff);
}
.btn-line{
    border: 1px solid #F46B7B;
    font-size: 1.6rem;
    font-weight: bold;
    color: #F46B7B;
}
.btn-line:hover, .btn-line:focus, .btn-line:active{
    color: #F46B7B;
    background-color: #fff;
}

.btn-round{
    border-radius: 1000px;
}
.btn-xlg{
    font-size: 20px;
    font-weight: bold;
}
.kv-cta .btn-xlg{
    padding: 0.9em 1.8em;
    font-size: 2rem;
}
.btn-olive{
    background-color: #7d8341;
    color: #fff;
}
.btn-olive:hover, .btn-olive:focus, .btn-olive:active{
    color: #fff;
    background-color: #8f9649;}

.btn-cta{
	background-color: #c2267d;
	color: #fff;
	transition: all .2s;
}
.btn-cta > i.fa-angle-right{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus{
	color: #fff;
	-webkit-filter: brightness(120%);
	        filter: brightness(120%);
}
@media (max-width: 1400px){
    .round-item-text h3{
        font-size: 3rem;
    }
    .round-item-icon p{
        font-size: 1.4rem;
    }
    .round-item-icon i{
        font-size: 3rem;
    }
    .round-item-text p{
        font-size: 2rem;
    }
    .btn-line{
        font-size: 2rem;
    }
}
@media (max-width: 1200px){
    .round-item-text h3{
        font-size: 2.5rem;
    }
    .round-item-icon p{
        font-size: 1rem;
    }
    .round-item-icon i{
        font-size: 2rem;
    }
    .round-item-text p{
        font-size: 1.4rem;
    }
    .btn-line{
        font-size: 1.4rem;
        line-height: 1.2 !important;
        height: auto;
    }
}
@media (max-width: 1024px){
    .event-col-md-3{
        width: 50%;
    }
    .event-col-md-6{
        width: 100%;
    }
    .round-item-text h3{
        font-size: 4rem;
    }
    .round-item-icon p{
        font-size: 2rem;
    }
    .round-item-icon i{
        font-size: 4rem;
    }
    .round-item-text p{
        font-size: 2.4rem;
    }
    .btn-line{
        font-size: 2.4rem;
        line-height: 1.2 !important;
        height: auto;
    }
    .middle-bottom::after{
        background-image: url(../images/event20211001/flower_top.png);
        width: 100%;
        height: 100%;
        transform: translateX(0) rotate(180deg);
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .register-box{
        padding: 0 30px;
    }
    .btn-rg{
        margin-bottom: 0.8em;
    }
}
@media (max-width: 992px){
    .thanks{
        padding: 60px 0px;
        background-position: left top;  
    }
    .thanks-wrap{}
    .thanks-box{
        padding: 5em 4em;
    }
    .thanks-title{
        font-size: 3.6rem;
    }
    .thanks-redsec{
        padding: 1.2em;
        text-align: center;
        font-size: 1.8rem;
    }
    .thanks-dl{
        margin-top: 0em;
    }
    .thanks-dl dt{
        min-height:auto;
    }
}
@media (max-width: 768px){
    .round-item-icon p{
        font-size: 1.4rem;
    }
    .round-item-icon i{
        font-size: 3rem;
    }
    .event-section-title{
        font-size: 4rem;
    }
    .title-big{
        font-size: 5rem;
    }
}
@media (max-width: 630px){
    .event-col-md-3{
        width: 100%;
    }
    .event-col-sm-6{
        width: 100%;
    }
    .event-section{
        padding: 80px 0;
    }
    .event-section.top{
        padding: 80px 0;
    }
    .round-item-wrap{
        padding: 0 20px;
    }
    .round-item-text h3{
        font-size: 3rem;
    }
    .round-item-text p{
        font-size: 2rem;
    }
    .btn-line{        
        font-size: 2rem;
    }
    .title-big{
        font-size: 5rem;
    }
    .kv{
        background-image: url(../images/event20211001/kv_m.jpg);
        padding-top: 125%;
    }
    .kv .kv-container{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .kv-title{
        display: none;
    }
    .kv-cta{
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        margin: auto;
    }
    .kv-cta .btn-xlg{
        display: block;
        box-shadow: 0px 5px 6px rgba(0,0,0,0.5);
    }
    .event-section-title{
        font-size: 3rem;
    }
    .title-big{
        font-size: 4rem;
    }
    .event-box-text p{
        min-height: auto;
    }
    .rg-form-title{
        font-size: 1.8rem;
        margin-bottom: 1em;
    }
    .thanks-box{
        padding: 4em 3em;
    }
}