.kv-slogan {
    max-width: 52%;
}

.fix-bn-right a {
    height: 104px;
}

.fix-bn-right a:nth-child(2) {
    height: 104px;
    top: calc(40vh + 140px);
}

.fix-bn-right {
    position: fixed;
    right: 0;
    top: calc(50vh - 140px);
    z-index: 2;
}

.fix-bn-right a,
.fix-bn-right a:nth-child(2) {
    position: initial;
    width: 34px;
    right: initial;
    z-index: initial;
}

.color-red {
    color: #E34436;
}

.font-size-21 {
    font-size: 1.3em;
}

.plan-box {
    border: 1px solid #ccc;
    border-radius: 30px;
}

.plan-box img {
    max-height: 250px;
}

.plan-a {
    border-color: #08796B;
	background-color: #ffffff;
}

.plan-b {
    border-color: #FFAB00;
	background-color: #ffffff;
}

.plan-a .title {
    color: #fff;
    border-radius: 99px;
    background-color: #00B7FF;
    font-size: 21px;
    display: inline-block;
    padding: 5px 20px;
}

.plan-b .title {
    color: #fff;
    border-radius: 99px;
    background-color: #FCAE00;
    font-size: 21px;
    display: inline-block;
    padding: 5px 20px;
}

.open-box {
    border-radius: 30px;
}

.open-box img {
    max-height: 350px;
}

.open-a {
	background-color: #ffffff;
}

.open-b {
	background-color: #ffffff;
}

.open-a .title {
    color: #fff;
    border-radius: 99px;
    background-color: #00B7FF;
    font-size: 21px;
    display: inline-block;
    padding: 5px 20px;
}

.open-b .title {
    color: #fff;
    border-radius: 99px;
    background-color: #FCAE00;
    font-size: 21px;
    display: inline-block;
    padding: 5px 20px;
}

.h5 {
	font-size: 21px;
	color: #707070;
}

.h4 {
	font-size: 24px;
	color: #333333;
}

.event-buff {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #FFBC15;
    padding: 40px 20px;
    text-align: center;
    min-height: 382px;
}

.event-buff ul {
    margin: 0;
}

.event-buff img {
    height: 90px;
}

.event-buff ul li {
    text-align: left;
    list-style: none;
    color: #707070;
    font-size: 20px;
    position: relative;
}

.event-buff ul li::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/list-icon.svg) no-repeat;
    width: 8px;
    height: 8px;
    top: 11px;
    left: -20px;
}

.event-detail li {
    padding: 5px 0;
    font-size: 1.1em;
    color: #707070;
}

/* 聯絡表單 */
.section-contact {
    background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.contact-content {
    padding: 0 100px;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #FFBC15;
    padding: 30px 20px;
    text-align: center;
    min-height: 382px;
    margin: 20px;
}

.contact-content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-content div input {
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    padding: 4px;
}

.contact-send-btn {
    cursor: pointer;
    color: #fff;
    background: #E53341;
    border: 1px solid #E53341;
    padding: 10px 10vw !important;
    border-radius: 20px;
}

.contact-send-btn:hover,
.contact-send-btn:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #E53341;
    background: #fff;
    border: 1px solid #E53341;
}

@media (max-width:480px) {
    .fix-bn-bottom {
        position: fixed;
        z-index: 2;
        bottom: 0;
        font-size: 0;
    }

    .fix-bn-bottom a {
        background-color: #CC0009;
        color: #fff;
        width: 33.3vw;
        display: inline-block;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .nav-tel {
        background-image: url(../../assets/img/money_logo.svg);
        width: 4vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px;
    }

    .fix-btn-open::after {
        content: '';
        position: absolute;
        display: block;
        width: 0.5px;
        height: 45px;
        background-color: #ccc;
        bottom: 0;
        left: 33.3vw;
    }
	.fix-btn-event::after {
        content: '';
        position: absolute;
        display: block;
        width: 0.5px;
        height: 45px;
        background-color: #ccc;
        bottom: 0;
        left: 66.6vw;
    }
}
