
.house-sect-title-1 {  /* 只用來裝標題的section */
    
}
.house-sect-title-1 { /* 入住資訊 的'大'標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.house-sect-title-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.house-sect-title-1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.house-main-div {
    line-height: 2;
}
.house-sect-2 {  /* 民宿服務 - 條列樣式(可參考) */

}
.house-sect-3 {  /* 到店付款 */
    
}
.house-sect-4 {  /* 匯款資訊 */
    
}
.house-btn { /* 匯款通知按鈕 */
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    left: 100%;
    margin: 20px 0;
    line-height: 40px;
    text-align: center;
    -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
}
.house-note-div { /* 匯款備註(不一定會有) */
    
}
.house-sect-5 { /* 到店付款 */
    
}
.house-sect-5 .house-sect-cont { /* 到店付款的內容 */
    text-align: center;
}
.house-sect-6 {  /* 注意事項 */ /* 這裡會有摺疊的div */
    
}
.house-cont-head { /* 平假日定義、入退時間、入住須知的標題 */
    font-size: 1.1rem;
    font-weight: bold;
}
.house-cont-div { /* 平假日定義、入退時間、入住須知的內容 */
    padding-bottom: 30px;
}
.house-cont-div:last-of-type { /* 入住須知 */
    padding-bottom: 0;
}
.house-sect-7 {  /* 改期退訂 */
    
}
.main::after {
    content: '';
    display: block;
    clear: both;
}
.main-sect { /* main的section */
    margin-bottom: 2.5%;
    border: 1px solid #d9d9d9;
}
.main-sect .house-sect-title { /* 入住資訊的標題 */
    position: relative;
    height: 64px;
    padding: 0 10px 0 80px;
    line-height: 64px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 5; /* 相對階層不能動 */
}
.main-sect {
    position: relative;
}
.main-sect::before { /* 各標題左側icon */
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;  
    z-index: 4; /* 相對階層不能動 */
}

.main-sect .house-sect-cont { /* 入住資訊的內容 */
    height: 0;
    overflow: hidden;
}
.main-sect.active .house-sect-title {
    border-bottom: 1px solid #d9d9d9;
}
.main-sect.active .house-sect-cont {
    height: auto;
    padding: 20px;
    overflow: auto;
}

/* 到店付款 */
.house-payment-method-list li { /* 到店付款 */
    display:inline-block;
    position: relative;
    width: 100px;
    height: 63px;
    margin-right: 8px;
    margin-bottom: 10px;
    background: url('../../../images/credit.png') scroll no-repeat 0 0;
    background-size: 810px 63px;
}
.house-payment-method-list li.aecard {background-position: 0 0;}
.house-payment-method-list li.visa {background-position: -100px 0;}
.house-payment-method-list li.master {background-position: -200px 0;}
.house-payment-method-list li.jcb {background-position: -300px 0;}
.house-payment-method-list li.unionpay {background-position: -400px 0;}
.house-payment-method-list li.cash {width: 108px;background-position: -500px 0;}
.house-payment-method-list li.alipay {width: 108px;background-position: -608px 0;}
.house-payment-method-list li.civiltravel {width: 90px;background-position: -716px 0;}

/* 預付訂金 */
.pay-tool-icon {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 20px 20px;
    background: url('../../../images/pay-tool.png') no-repeat;
    background-size: 400px 400px;
}
.pay-tool-icon.paypal {background-position: 0 0;}
.pay-tool-icon.paypal:hover {background-position: 0 -200px;}
.pay-tool-icon.other-tool-1 {background-position: -200px 0;}
.pay-tool-icon.other-tool-2 {background-position: -200px -200px;}
.pay-tool-icon.other-tool-1 img,
.pay-tool-icon.other-tool-2 img {
    position: absolute; 
    width: 120px;
    height: 120px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
.pay-tool-icon.other-tool-3 {
    display: block;
    width: 200px;
    height: 55px;
    margin: auto;
    background: none;
}
.pay-tool-icon.other-tool-3 a {
    display: block;
}

@media screen and (min-width: 1000px) {
    .main { /* main的section */
        padding: 0 12% 40px;
    }
    /* 版型專屬的 list-style */
    .list-exc li {
        width: 32%;
        margin-right: 1%;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* main的section */
        padding: 0 5% 40px;
    }
    /* 版型專屬的 list-style */
    .list-exc li {
        width: 48%;
        margin-right: 2%;
    }
}
@media screen and (min-width: 768px) {
    .house-main-div { /* 動態產生的div */
        float: left;
        width: 55%;
    }
    .house-sect-img {
        float: right;
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .main { /* main */
        padding: 0 5% 40px;
    }
    .house-sect-img {
        width: 100%;
        margin-bottom: 20px;
    }
}