body{
    background: #1e1856;
}
.menu{
    position: sticky;
    width: 100%;
    top: 0px;
    background: #002449;
    z-index: 999;
}

.menu-logo{
    display: none;
}

.menu-list{
    display: flex;
    color: white;
    justify-content: center;
    margin-bottom: 0;
}

.menu-list li{
    padding:1rem 1.5rem;
    cursor:pointer;
}

.menu-list li a{
    color: white;
	transition: 0.2s;
}

.menu-list li a:hover{
	color: #e58e03;
}
.menu-close,.menu-bar{
    display: none;
}

.kv-area{
    width: 100%;
    background-image: url(../img/benefits/kv_background.jpg);
    background-size: cover;
    /* position: relative; */
}

/* .kv_background{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.fade-up{
    opacity: 0;
    transform: translateY(50px);
}

.kv-word{
    position: relative;
    padding-top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    width: 100%;
}
.kv-title{
    
    letter-spacing: 3px;
    padding-bottom: 2rem;
    position: relative;
}

.kv-title h2{
    font-size: 3rem;
    font-weight: 700;
}

.kv-title h3{
    font-size: 2.3rem;
    font-weight: 600;
}

.kv-title::before{
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 0.5rem;
    background: #3cb9c6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.kv-describe{
    padding-top: 2rem;
    font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: 1px;
}

.btn-orange {
    width: fit-content;
    margin: 2rem auto 3rem auto;
}

.btn-orange a{
    color:white;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    background: #e58e03;
    border-radius: 3rem;
    display: block;
	transition: 0.5s;
}

.btn-orange a:hover{
	transform:scale(1.1);
}

.benefit-icon-area{
    width:100%;
    background: #00000056;
}

.benefit-icon-list{
    display: inline-flex;
    width: 100%;
    max-width: 723px;
    margin-bottom: 0;
    padding-bottom: 3rem;
}
.benefit-icon-list li {
    width: calc(100% / 5);
    padding: 0 1rem;
}

.benefit-icon-list li a{
    color: white;
    transition: 0.5s;
    display:block;
}

.benefit-icon-list li a:hover{
    transform: scale(1.1);
}

.benefit-icon-list li img{
    width: 7rem;
    padding: 1rem;
}

.sec-title{
    padding-top: 2rem;
    width: 100%;
    max-width: 723px;
    margin: 0 auto;
    text-align: center;
}

.sec-title .title{
    padding: 0 1rem;
}

.line{
    flex-grow: 1;
    border-bottom: solid 2px #e58e03;
    min-width: 10px;
}

.title-top{
    display: flex;
    width: 100%;
    align-items: center;
}


.sec-title h3{
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 0 1rem;
}

.sec-title p{
    color:#e58e03;
    font-size: 1.3rem;
    
}

.sec-title.type-2 p{
    color: #453587;
}

.sec-title.type-2 .line{
    border-bottom: solid 2px #453587;
}

.benefit-describe{
    background: #fff9f5;
    padding: 2rem 1rem;
}

.describe-list{
    width: 100%;
    max-width: 1008px;
    margin:0 auto;
}

.describe-list li{
    display: flex;
}

.describe-list li:nth-child(even){
    display: flex;
    flex-direction:row-reverse;
}

.describe-content{
    flex: 5;
    margin: 5rem 1rem;
}

.describe-content h3{
    font-weight: 600;
    /* border-left: solid 7px #e58e03; */
    padding-left: 20px;
    position: relative;
}

.describe-content h3::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    background: #e58e03;
    left: 0;
    border-radius: 10px;
}

.describe-content p{
    font-size: 1.2rem;
    padding-top: 1rem;
}

.btn-purple{
    color: white;
    font-size: 1.2rem;
    background: #453587;
    width: fit-content;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    margin-top: 1rem;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
}


.btn-purple img{
    width: 15px;
    margin-left: 10px;
    transition: 0.2s;
}

.btn-purple:hover,.btn-purple:focus{
    background: #5a45ad;
    color: white;
}

.btn-purple:hover img{
    transform: translateX(5px);
}

.describe-img{
    border-radius: 20px 75px 20px 75px;
    aspect-ratio: 9 / 6;
    overflow: hidden;
    flex:5;
    margin: 1rem;
    box-shadow: 0 0 7px 0 rgb(131 53 14 / 43%);
}

.describe-img img{
    width: 100% ;
    height: 100% ;
    object-fit: cover;
}

.QA-area{
    background: #e8dcd4;
    padding-bottom: 2rem;
}

.question-list{
    width: 100%;
    max-width: 723px;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 1.1rem;
}

.question-list li div{
    padding: 0.6rem 1rem;
}


.question-list li .question{
    padding: 0.6rem 2rem 0.6rem 1rem;
}

.question-list li{
    margin-bottom: 1rem;
}

.question-list .question{
    background: #bc9f93;
    color:white;
    position: relative;
    cursor: pointer;
}

.question-list .question i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition:  0.2s ;
}

.question-list .answer{
    background: #ffffff;
    display: none;
}

.question.rotate i{
    transform: translateY(-50%) rotate(180deg);
}

.float-area{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    /* visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s; */
}

.float-area.visible {
    opacity: 1;
    visibility: visible;
}

.float-btn{
    width: 90px;
    font-size: 14px;
    text-align: center;
    background: #bf623be0;
    letter-spacing: 1px;
    color: white;
    padding: 20px 10px 15px 10px;
    border-radius: 10px 30px;
    display: block;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 25%);
}

.float-btn i{
    font-size: 30px;
    padding-bottom: 10px;
    
}

.float-btn:hover,.float-btn:focus{
    background: #bf633b;
    color: white;
    transform: scale(1.05);
    /* box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 25%); */
}

@media print, screen and (max-width: 857px) {
    .kv-title{
        padding-top: 3rem;
    }
    .menu {
        min-height: 50px;
        width: 100%;
        /* overflow-x: hidden; */
        position: fixed;
        top: 80px;
        transition: all 0.3s ease;
    }

    .menu .menu-logo{
        display: none;
        position: absolute;
        left: 50%;
        top: 7px;
        transform: translateX(-50%);
        height: 35px;
    }

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

    .menu.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    }

    .menu.fixed .menu-logo{
        display: block;
    }

    .menu.active{
        height: auto;
    }

    .placeholder {
        display: none; /* 預設不顯示，當選單固定時顯示 */
    }

    .menu-bar{
        color: white;
        position: absolute;
        font-size: 30px;
        right: 10px;
        top: 5px;
        display: block;
    }

    .resp-menu-icon-container {
        width: 1.5rem;
        height: 2rem;
        top: 5px;
        right: 5px;
        position: absolute;
        display: block;
        z-index: 99;
	}
	.resp-menu-icon-container .resp-menu-icon {
		position: absolute;
		top: 50%;
		height: 0.2rem;
		border-radius: 10px;
		width: 100%;
		background: #ffffff;
		-moz-transition: all 0.2s ease-in-out 0.2s;
		-o-transition: all 0.2s ease-in-out 0.2s;
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transition-delay: 0.2s;
		transition: all 0.2s ease-in-out 0.2s;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.resp-menu-icon-container .resp-menu-icon:before, .resp-menu-icon-container .resp-menu-icon:after {
		position: absolute;
		content: '';
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background: #ffffff;
		-moz-transition: top 0.2s ease-in-out 0.2s, bottom 0.2s ease-in-out 0.2s, -moz-transform 0.2s ease-in-out 0s;
		-o-transition: top 0.2s ease-in-out 0.2s, bottom 0.2s ease-in-out 0.2s, -o-transform 0.2s ease-in-out 0s;
		-webkit-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		-webkit-transition-delay: 0.2s, 0.2s, 0s;
		transition: top 0.2s ease-in-out 0.2s, bottom 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
	}
	.resp-menu-icon-container .resp-menu-icon:before {
		top: -250%;
	}
	.resp-menu-icon-container .resp-menu-icon:after {
		bottom: -250%;
	}

	.resp-menu-icon-container.close .resp-menu-icon {
		background: transparent;
	}

	.resp-menu-icon-container.close .resp-menu-icon:before, 
	.resp-menu-icon-container.close .resp-menu-icon:after {
		-moz-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, -moz-transform 0.2s ease-in-out 0.2s;
		-o-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, -o-transform 0.2s ease-in-out 0.2s;
		-webkit-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		-webkit-transition-delay: 0s, 0s, 0.2s;
		transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
	}
	.resp-menu-icon-container.close .resp-menu-icon:before {
		top: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.resp-menu-icon-container.close .resp-menu-icon:after {
		bottom: 0;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
    .menu-list {
        background: #002449;
        left: 100%;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s ease;
        min-height: 100vh;
        justify-content: flex-start;
        width: 100%;
        padding-top: 50px;
        display: none;
    }

    .menu-list li {
        width: 100%;
        text-align: center;
        border-bottom: solid 1px #ffffffb3;
    }

    .menu-close{
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 30px;
        display: block;
    }

    .float-area{
        width: 100%;
        bottom: 0;
        top: initial;
        transform: initial;
        right: 0;
        z-index: 999;
    }

    .float-btn{
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        padding: 15px;
        background: #bf633b;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        flex-direction: row;
    }

    .float-btn:hover{
        background: #cc6235;
    }

    .float-btn i{
        font-size: 24px;
        padding-bottom: 5px;
        padding-right: 10px;
    }
}

@media print, screen and (max-width: 540px) {
    

    .kv-title h2{
        font-size: 1.8rem;
    }
    
    .kv-title h3{
        font-size: 1.5rem;
    }

    .sec-title{
        width: 100%;
    }

    .benefit-icon-list {
        width: 100%;
        padding: 0 1rem 2rem 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .benefit-icon-list li {
        padding: 1rem;
        width: calc(100% / 3);
    }
    .benefit-icon-list li img {
        width: 6rem;
    }

    .describe-list li {
        flex-direction: column-reverse;
        padding: 1rem;
    }

    .describe-list li:nth-child(even) {
        flex-direction: column-reverse;
    }

    .describe-img {
        border-radius: 10px 50px 10px 50px;
        /* aspect-ratio: 5 / 3 ; */
        width: 100%;
        height: auto;
        margin: 0;
    }

    .describe-img img{
        width: 100%;
        height: 100% ;
        object-fit: cover;
    }

    .describe-content {
        margin: 1rem 0rem 1rem 0rem;
        
    }

    .describe-content p {
        padding-top: 0.5rem;
    }

    .question-list {
        width: 100%;
    }
}