@charset "UTF-8";
/* favorable 禮券優惠 */

.index_list-custom {
	padding:0;
	margin:0;
	z-index:0;
}
.index_list-custom>div {
	vertical-align:middle;
	padding:3% 5%;
	z-index:0;
	min-height: 450px;
}

/* 主標 */
.favorable .title01 {
    display: block;
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 10px;
}

/* 副標 */
.index_list-custom .sub {
    font-size: 1.5rem;
    font-weight: 500;
}

/* 優惠內容 */
.favorable .right {
    padding: 0 40px 40px 0;
}
.favorable .right .content {
    position: relative;
    background: #fbf3ca;
    padding: 40px 10% 40px;
    min-height: 500px;
}
.favorable .right .pic1 {
    position: absolute;
    width: 50%;
    left: -47%;
    bottom: 0;
    pointer-events: none;
}

.favorable .right .pic2 {
    position: absolute;
    width: 20%;
    right: 10px;
    top: 20%;
    pointer-events: none;
}


@media only screen and (max-width: 1000px) {
    .favorable .left {
        display: none;
    }
	.favorable .right {
        padding: 0 20px 100px;
    }
    .favorable .right .content {
        position: relative;
        background: #fbf3ca;
        padding: 20px 20px 110px;
        min-height: auto;
    }
    
    .favorable .title01 {
        display: block;
        line-height: 1.3;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    .favorable .right .pic1 {
        width: 180px;
        left: 0;
        bottom: 0;
    }
    
    .favorable .right .pic2 {
        width: 140px;
        right: 0;
        top: auto;
        bottom: 20px;
    }
}

/* 編輯器 */
.editor, .editor p {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1000px) {
    .editor, .editor p {
        position: relative;
        font-size: 1.1rem;
        line-height: 1.6;
    }
}


/* 加入按鈕*/
.favorable .btn-area {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 40px 0 0;
}

.favorable .btn {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #f6dd42;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    border: 5px solid #fff;
    border-radius: 50px;
    padding: 0 40px 0 80px;
    transition: .3s;
    box-sizing: content-box;
}
.favorable .btn:hover {
    color: #c51720;
    transition: .3s;
    transform: scale(1.1);
}
.favorable .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    left: 10%;
    bottom: 4px;
    background-image: url(../../../../../../upload/home/blocks/btn-icon.png);
    background-size: 100% 100%;
}

@media only screen and (max-width: 1000px) {
    .favorable .btn-area {
        padding: 20px 0 0;
    }
    
    .favorable .btn {
        font-size: 1.2rem;
        padding: 0 20px 0 50px;
    }
    .favorable .btn:before {
        width: 30px;
        height: 30px;
        bottom: 10px;
        left: 10px;
    }
}