@charset "UTF-8";

/* CSS Document */
.contentBox .leftBox {
    padding: 30px 0px;
}

.contentBox .rightBox {
    padding: 0;
}

.classNote {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #222;
    text-align: center;
}

.roomList {
    margin: 0 -15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.roomList li {
    padding: 30px 15px 0px 15px;
}

.roomList .Img {
    position: relative;
    overflow: hidden;
}

.roomList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.roomList .Txt {
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    text-align: left;
}

.roomList .Txt h3 a {
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 400;
}

.roomList .Txt h3 a:hover {
    color: #350862;
}

.roomList .Txt p {

    padding-top: 10px;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}

/******內頁******/

.mainArea.room .top_title {

    border: 1px solid #e2e2e2;
    display: flex;
    margin-top: -70px;
    background-color: #fff;
}


.mainArea.room .top_title h1 {
    flex: 1;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    color: #061540;
}

.mainArea.room .top_title .page_close {
    display: inline-block;
    border-left: 1px solid #e2e2e2;
    padding: 10px;
    text-align: center;
}

.mainArea.room .top_title .page_close img {
    width: 12px;

}

.contentBox .leftBox h3 {
    margin: 10px 0 20px 0;
    border: none;
}

.contentBox .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contentBox .link {
    margin-bottom: 40px;
}

.contentBox .link a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #FFF;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}




.banner2 .titleBox {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
    opacity: 1;
    transform: translate(0px, 0px);
}

.banner2 .titleBox h2 {
    background: none;
    -webkit-text-fill-color: #fff;
}

.banner2 .titleBox em {
    background: none;
   color: #fff;
}


.titleBox h2{
    color: #fff
}

.banner2 .classBox {

    vertical-align: top;
    padding: 0;
    padding-bottom: 20px;
}

.banner2 .titleBox em:after {

    background-color: #fff;
}

.page_close a{ 
    display: flex;
    align-items: center;
    height: 100%;
}

.page_close2 {
    display: none
}


@media (max-width: 1181px) {


    .roomList li{

    }

    .roomList{
        margin: 0
    }

    .mainArea {
        padding: 0
    }

    .banner2 {
        margin-top: 0px;
    }

    .roomList .Txt p {
        padding-top: 0;
    }

}

@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 40px 0;
    }
}



@media (max-width: 640px) {
    .mainArea.room .top_title h1 {
        font-size: 18px;
    }

    .banner2 {
        height: 200px;
    }

    .roomList .Txt {
        padding: 10px 0;
        text-align: center;
        text-align: left;
        background-color: #fff;
    }
}


@media (max-width: 480px) {
    .page_close2 {
        display: block;
    }

    .page_close {
        display: none !important;
    }

    .page_close2 a {
        text-align: center;
        box-sizing: border-box;
        display: block;
        position: fixed;
        width: 100%;
        color: #fff;
        background-color: #535759;
        bottom: 0px;
        left: 0;
        font-size: 14px;
        padding: 15px 20px;
        z-index: 9;
        font-weight: 300;

    }
}