@charset "utf-8";

/* CSS Document */

:root {
    --main-color: #FF9662;
    --sub-color: #333;
    --header-color: #FF9662;
    --highlight-color: #FF9662;
    --subheader-color: #333;
    --text-color: #333;
    --remark-color: #333;
}


/****** Start Global Setting  ******/

body {
    margin: 0 auto;
    font: 13px 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體", 微軟正黑體, "Apple LiGothic Medium", "蘋果儷中黑", 蘋果儷中黑, Arial, Helvetica, sans-serif;
    background: #FFF;
}

body.nofullwidth {
    margin: 0 auto;
    font: 13px 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體", 微軟正黑體, "Apple LiGothic Medium", "蘋果儷中黑", 蘋果儷中黑, Arial, Helvetica, sans-serif;
    background: #FFF;
    max-width: 2560px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.clearfix{display:inline-block}
a{color:#8b7348;text-decoration:none;transition:all .3s}
a:hover,.formDiv a:focus{color:var(--text-color,#666);text-decoration:underline;transition:all .3s}
a:active,a:hover,a:focus{outline:0;text-decoration:none}
button,button:hover,button:focus{transition:all .3s;outline:0}
button.btn-terms{color:#8b7348;text-decoration:underline;margin-top:10px}
button.btn-terms:hover{color:var(--text-color,#666);text-decoration:underline}
input{box-shadow:none}
textarea{resize:none}
a.disabled{pointer-events:none;cursor:default}
img{border:0;margin:0;padding:0}
img.fullwidth{width:100%;height:auto}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400}
.site-main{width:100%;position:relative}

/* kv content */
.kv_logo{background:#fff;padding:20px 0;max-width:2560px;width:100%; background:#1F0F07}
.kv_logo img{max-width:250px}
.kv{max-width:2560px;width:100%;background-color:#DDD6CB;margin:0 auto}

/* intro content */
.intro {background:#F9E4D1}
.intro_text{margin:30px auto 24px;color:#333;font-size:17px;font-weight:400;line-height:30px;letter-spacing:1.7px;color:#000}
.theme-intro img{max-width:633px}

/* venue intro */

.venue {
    background: #FFE4CC;
    background: #9E7758;
    padding-top: 50px;
}

.venue .venue-col {
    margin-bottom: 60px;
}
.venue-wrapper {
    width: 100%;
   /*  height: 100%; */
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 30px 30px 0px rgba(31, 15, 7, 0.15);

    transition: all .6s;
}

.venue-wrapper:hover {
    box-shadow: 0px 60px 60px 0px rgba(31, 15, 7, 0.15);
    transition: all 0.6s;
}

.venue .venue-col:nth-child(2n-1) {
  margin-top: -60px;
  margin-bottom: 120px;
}

.venue a:hover,
.merchant-list a:hover {
    text-decoration: none;
}

.venue-wrapper .thumbnail-img {
    height: 290px;
    background-size: cover;
    background-position: center center;
    transition: all 1s;
    overflow: hidden;
    position: relative;
}

.venue-wrapper .thumbnail-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}

.venue-wrapper:hover .thumbnail-img::before {
    transform: scale(1.1);
}

.venue-wrapper .venue-info {
    text-align: left;
    padding: 36px 30px;
}

.venue-wrapper .title {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    margin-bottom: 12px
}

.venue-wrapper .hotels {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    min-height: 54px;
    margin-bottom: 13px
}

.venue-wrapper .read-more {
    color: #FF9662;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
}


/* offer promotion */

.offer {
    padding: 65px 0 70px;
}

.offer .img_box {
    margin-right: -40px;
    box-shadow: 50px 50px 50px 0px rgba(232, 199, 180, 0.50);
}

.offer .offer-wrapper {
    margin-left: -300px;
    background: #fff;
    padding: 44px;
    color: #000;
    box-shadow: 0px 20px 30px 0px rgba(181, 121, 91, 0.15);
}

.offer .offer-wrapper  .offer-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.6px;
    margin-bottom: 10px;
}

.offer .offer-wrapper .offer-subtitle {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    margin: 0;
}

.offer .offer-wrapper .offer-details {
    margin: 68px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer .offer-wrapper .details-item {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    margin-right: 26px;
    margin-left: 26px;
}

.offer .offer-wrapper .details-item p{
    margin-bottom: 0
}
.offer .offer-wrapper .details-item img {
    margin-bottom: 18px;
}

.offer .offer-wrapper .offer-details span.separate {
    background: #A0A0A0;
    width: 1px;
    height: 90px
}

.offer .offer-wrapper .remarks {
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
}


.offer .offer-wrapper .remarks {
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
}

/* WeVow Entry */

.merchant-list {
    background: #f4f4f4;
    padding: 60px 0 35px;
}

.merchant-list .merchant_item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.merchant-list .merchant_item .hotel-thumbnail {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
	height: 231px;
}

.merchant-list .merchant_item .hotel-thumbnail img {
    /*transition: all .8s ease;*/
	height: 100%;
	object-fit: cover
}

/*
.merchant-list .merchant_item:hover .hotel-thumbnail img {
    transform: scale(1.1);
}
*/

.merchant-list .merchant_item .merchant_name {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.7px;
}

.merchant-list .merchant_item .merchant_name div.eng {
    letter-spacing: 0
}

.merchant-list .merchant_item .info {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.65px;
    margin-bottom: 10px;
	min-height:14px
}

.merchant-list .merchant_item .merchant_details {
    min-height: 220px;
    padding: 15px 20px 25px;
}

.merchant-list .merchant_item .bottom_info {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.merchant-list .merchant_item .feature span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #00BACB;
    display: inline;
    white-space: nowrap;
}

.merchant-list .merchant_item .price {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-top: 10px;
    min-height: 24px;
}

.merchant-list .merchant_item .price span {
    font-size: 24px;
    display: inline-block;
}

	
/* Footer */
footer{background: #fff;padding:55px 0 50px}
footer .disclaimer, footer .disclaimer a{color: #000000; line-height: 20px;font-size: 12px; margin-bottom: 20px; font-family: 'Noto Sans TC', sans-serif;}
footer .nav {display: inline-block; font-size: 16px; text-align: center;color: #a8774c; margin-bottom: 40px}
footer .logo-row{margin-bottom:24px}
footer .logo-row img{width:auto}
footer .global_footer .esdlife-logo{float:left}
footer .logo-row .logo_container{display:inline-block;float:right;vertical-align:middle;text-align:right}
footer .logo-row .logo_container img:nth-child(1){float:initial;margin-right:30px}
footer .logo-row .logo_container img:nth-child(2){width:50%;}
footer .footer-copyright *{color:#000;font-size:12px;font-weight:400;line-height:21px;letter-spacing:.6px}


@media screen and (max-width: 1920px) {
    body.nofullwidth {
        border: none;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {
    .offer .offer-wrapper {
        padding: 32px 25px;
    }
    .offer .offer-wrapper .offer-details {
        margin: 34px auto 28px
    }
}

@media screen and (max-width: 1024px) {
    textarea,
    input[type=text] {
        /* Remove First */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .venue-wrapper .thumbnail-img {
        height: 250px;
    }

    .venue-wrapper .venue-info {
        padding: 24px 20px;
    }
    .offer {
        padding: 30px 0 35px
    }
    .offer .offer-wrapper .details-item {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .venue-wrapper .thumbnail-img {
        height: 180px;
    }
    .offer .offer-wrapper, .offer .img_box {
        margin: 0 auto;
    }
	.offer .bgImg {
		display: none
	}
    .offer .offer-wrapper {
        box-shadow: none;
        padding: 15px 0 23px;
        margin: 0px 20px -30px;
    }
    footer {
        padding: 30px 0 25px;
    }
}


/****** Tablet Screen ******/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
    .kv_logo {
        padding: 10px 0;
    }
    .kv_logo img {
        max-width: 180px;
    }
	
	.merchant-list .merchant_item .hotel-thumbnail {
		height: 180px;
	}
}


@media screen and (max-width: 767px) {
    .venue .venue-col:nth-child(2n-1) {
        margin-top: 0px;
        margin-bottom:0px;
    }

    .venue .venue-col:first-child {
       margin-top: -60px;
    }

    .venue .venue-col {
        margin-bottom:30px !important;
    }
}


@media screen and (max-width:550px) {
    
    .offer .offer-wrapper { 
        margin: 0px 0px -30px;
    }
    .offer .offer-wrapper .offer-title {
        font-size: 24px;
    }
    .offer .offer-wrapper .offer-details {
        margin: 48px auto 50px;
        flex-wrap: wrap;
    }
    .offer .img_box {
        box-shadow: none;
    }
    .offer .offer-wrapper .details-item {
        flex: 30%;
    }
    .logo-row .logo_container img:nth-child(1) {
        margin-right: 15px;
    }
    .logo-row img {
        height: 30px;
    }
    .logo-row .logo_container img:nth-child(2) {
        margin: 0;
        height: auto;
    }
}


/* Mobile Screen */

@media screen and (max-width: 414px) {
    .checkbox-inside-align>.row {
        margin: 0 -15px !important;
        width: unset !important;
    }
    .venue .venue-col, .venue .venue-col:nth-child(2n-1) {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .venue .venue-col:first-child {
        margin-top: -60px;
    }

    .venue-wrapper .title {
        font-size: 18px;
    }

    .theme-intro img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    footer .logo-row .logo_container img:nth-child(1) {
        margin-right: 5px;
    }
    footer .logo-row .logo_container img:nth-child(2) {
        width: 40%;
    }
}

@media screen and (max-width: 320px) {
    .venue .hotels br {display: none;}
}