.main-sect { /* main的section */
	position: relative;
}
.about-sect-title-1 { /* 入住資訊的標題 - 2a 圓圓的那顆 */
	width: 125px;
	height: 125px;
	margin: 0 auto; /* 不需要margin-bottom (每頁的圈圈設定不同請留意) */
	padding-top: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	border-radius: 50%;
}
.about-sect-title-1::before {
	content: '';
	display: block;
	width: 80%;
	margin: auto;
	padding-top: 27%;
	background: url('../images/title-2a.png') no-repeat;
	background-size: 100%;
	background-position: 0 -60px;
}
.about-sect-title { /* 入住資訊的標題 */
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}
.about-sect-cont { /* 入住資訊的內容 */
	margin-top: 20px;
}
.about-sect-1 {  /* 只用來裝標題的section */
	
}
.about-sect-2 {  /* 關於我們 */ /* 這裡會有摺疊的div */

}
.about-sect-title-2  {  /* 關於我們的標題 */
	display: none;
}
.about-sect-3 {  /* 民宿特色 */ /* 這裡會有摺疊的div */
	background-color: rgba(200, 200, 200, 0.25);
}
.about-sect-4 {  /* 主人的話 */ /* 這裡會有摺疊的div */
	/* 背景為主題色不用在這裡設定 */
}
.about-sect-5 {  /* 民宿設施 */
	background-color: rgba(222, 222, 222, 0.25);
}
.about-sect-6 {  /* 民宿標誌 */

}

.about-sect-6 .about-sect-cont {  /* 民宿標誌 */
	margin-top: 0;
}
.js-about-unfold-inner img {
    max-width: 100%;
}
/* unfold-btn 的設定 */
.about-unfold-div { /* 文章過長控制div */
	position: relative;
}
.about-unfold-btn { /* 文章過長按鈕 */
	position: relative;
	display: block;
	width: 100%;
	height: 2rem;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	text-decoration: none;
}
.about-unfold-btn::before { /* 文章過長按鈕 */
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	top: 3px;
	right: 0;
	left: 0;
	margin: auto;
	border: 12px solid transparent;
	z-index: 2;
}
/* slider */
.master-pc-banner {
	border-bottom-width: 7px;
	border-bottom-style: solid;
}
/* slider */
.bnb-intro-photos.owl-carousel .owl-item .img-item,
.bnb-rooms.owl-carousel .owl-item .img-item {
	position: relative;
	width: 100%;
	padding-top: 62.57143%;
	background-color: #e0e0e0;
}
.bnb-intro-photos.owl-carousel .owl-item .img-item img,
.bnb-rooms.owl-carousel .owl-item .img-item img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	margin: auto;
}
/* room slider 2a only */
.bnb-rooms .owl-controls {
	position: absolute;
	width: 100%;
	top: 45%;
}
.bnb-rooms .owl-nav {
	position: relative;
	width: 100%;
}
.bnb-rooms .owl-nav .owl-prev {
	position: absolute;
	width: 26px;
	height: 36px;
	left: 20px;
}
.bnb-rooms .owl-nav .owl-next {
	position: absolute;
	width: 26px;
	height: 36px;
	right: 20px;
}
.bnb-rooms .owl-prev .arrow {
	background-position: 0 0;
}
.bnb-rooms .owl-next .arrow {
	background-position: -26px 0;
}
.bnb-rooms .arrow {
	position: relative;
	width: 26px;
	height: 36px;
	background: url('../images/arrow-slider.png');
	background-size: 104px 36px;
	overflow: hidden;
}
.img-item .room-link-blk {   /* a標籤 */
	display: none;
}
.owl-item.center .room-link-blk,
.img-item .room-link-blk.active {   /* a標籤 */
	position: absolute;
	display: block;
	width: 80%;
	max-width: 364px;
	margin: auto;
	top: 50%;
	left: 50%;
	transform:         translate(-50%, -50%);
	transform:     -ms-translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	color: #fff;
	text-decoration: none;
}
.room-inner-top { /* room-item 頭部裝飾背景 */
	/* display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: url('../images/eu-bg-top-1.png') no-repeat 0 0;
	background-size: 100% 60px; */
}
.room-head {
	position: relative;
	display: block;
	width: 100%;
	padding: 16% 2%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 30px;
	background: url('../images/m-black-bg.png') no-repeat 0 0;
	background-size: 100% 100%;
}
.room-head::before {
	position: absolute;
	content: 'more';
	display: block;
	right: 0;
	bottom: 5%;
	left: 0;
	margin: auto;
	font-size: 1.2rem;
}
.room-inner-bot { /* room-item 底部裝飾背景 */
	/* display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: url('../images/eu-bg-bot-1.png') no-repeat 0 0;
	background-size: 100% 60px; */
}

.btn-prev-big {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1005;
}
.btn-next-big {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1005;
}

@media screen and (min-width: 1280px) {
	.main-sect { /* main的section */
		padding: 60px 20%;
	}
	.about-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
		padding: 60px 20% 0;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
	.main-sect { /* main的section */
		padding: 60px 12%;
	}
	.about-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
		padding: 60px 12% 0;
	}
}
@media screen and (min-width: 1200px) {
    .btn-owlnav-big {
        width: 33%;
    }
    .btn-owlnav-big.few-3,
    .btn-owlnav-big.few-2,
    .btn-owlnav-big.few-1 {
        display: none;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .btn-owlnav-big {
        width: 26%;
    }
    .btn-owlnav-big.few-3,
    .btn-owlnav-big.few-2,
    .btn-owlnav-big.few-1 {
        display: none;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .btn-owlnav-big {
        width: 29.5%;
    }
    .btn-owlnav-big.few-3,
    .btn-owlnav-big.few-2,
    .btn-owlnav-big.few-1 {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.main-sect { /* main的section */
		padding: 60px 5%;
	}
	.about-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
		padding: 60px 5% 0;
	}
	.btn-prev-big {
		width: 30%;
	}
	.btn-next-big {
		width: 30%;
	}
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

	/* 2a mob style ▼ - (首頁和關於我們可以套用) */
	.swiper-outter-container { /* menu */
		padding-top: 60px;
	}
	h1::before, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有上邊線 */
	h1::after, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有下邊線 */
	.slogan, /* 各頁(除了首頁和關於我們) - 手機版不會有slogan */
	.master-pc-banner { /* 各頁(除了首頁和關於我們) - 不會有首頁的banner */
		/* display: none; */
	}
	.master-mob-banner {
		height: 100%;
		background-size: cover;
		background-position: 50% 0;
	}
	.mob-page-banner { /* 各頁(除了首頁和關於我們) - 獨立圖片banner */
		display: none;
	}
	.master-scroll-btn {
		display: block;
	}
	/* 2a mob style ▲ - (首頁和關於我們可以套用) */

	.main { /* 入住資訊 */

	}
	.main-sect { /* main的section */
		padding: 60px 5%;
	}
	.about-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
		padding: 60px 5% 0;
	}
	.about-sect-title-1 { /* 入住資訊的標題 - 2a 圓圓的那顆 */
		
	}
	.bnb-rooms .owl-nav .owl-prev {
		position: absolute;
		width: 13px;
		height: 18px;
		left: 4px;
	}
	.bnb-rooms .owl-nav .owl-next {
		position: absolute;
		width: 13px;
		height: 18px;
		right: 4px;
	}
	.bnb-rooms .owl-prev .arrow {
		background-position: 0 0;
	}
	.bnb-rooms .owl-next .arrow {
		background-position: -13px 0;
	}
	.bnb-rooms .arrow {
		position: relative;
		width: 13px;
		height: 18px;
		background: url('../images/arrow-slider.png');
		background-size: 52px 18px;
		overflow: hidden;
	}
	/* slider 房間文字 */
	.room-head {
		padding: 48px 2%;
	}
	.room-head::before {
		font-size: 1rem;
	}
	.btn-owlnav-big {
        width: 22%;
    }
}