/* Slick Slider 淡入效果 */
#otherImagesSlider {
		-webkit-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
		padding-bottom: 3rem;
}
/* 載入指示器樣式 */
#sliderLoadingIndicator {
		min-height: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
/* 確保圖片不會破版 */
.other-image-item img {
		display: block;
		width: 100%;
		height: auto;
}
.detailmodl .cover-image-container {
		position: relative;
		aspect-ratio: 16 / 9;
		width: 100%;
}
.detailmodl .other-image-item {
		position: relative;
		aspect-ratio: 6 / 4;
		width: 100%;
		height: 100%;
}
.detailmodl .other-image-item img, .detailmodl .cover-image-container img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
}
.detailmodl .modal-content {
		position: relative;
}
.detailmodl .title-block {
		min-width: 250px;
		padding-left: 0;
}
.detailmodl .title {
		color: #c6b188;
		border-bottom: 5px solid #c6b188;
}
.detailmodl .title {
		font-size: 2rem;
}
.detailmodl .other-images-slider .slick-next, .detailmodl .other-images-slider .slick-prev {
		top: 50%;
		width: 50px;
		height: 50px;
		opacity: .75;
		z-index: 3;
}
.detailmodl .other-images-slider .slick-next:hover, .detailmodl .other-images-slider .slick-prev:hover {
		opacity: .75;
}
.detailmodl .other-images-slider .slick-prev {
		left: 0;
}
.detailmodl .other-images-slider .slick-next {
		right: 1rem;
}
.detailmodl .other-images-slider .slick-dots {
		bottom: 2rem;
}
.detailmodl .modal-header {
		position: relative;
}
.slider-container {
		position: relative;
		min-height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		margin: auto;
		bottom: auto;
}
.slider-track {
		position: relative;
		aspect-ratio: 1 / 1;
		width: 100%;
		height: 100%;
}
.center-line {
		position: absolute;
		top: 50% !important;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		width: 100%; /* 只設定寬度 */
		aspect-ratio: 1 / 1; /* 高度自動等於寬度 */
		pointer-events: none;
		z-index: 10;
		border: 3px solid RGBA(0, 0, 0, .25);
		border-radius: 50%;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.slide-item {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		cursor: pointer;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		opacity: 1 !important;
}
.slide-card {
		width: 220px;
		height: 280px;
		border-radius: 1rem;
		overflow: hidden;
		background: #fff;
		position: relative;
		-webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-card .slide-image {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
}
.slide-card:hover .slide-image {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
}
.slide-card .slide-image, .slide-card:hover .slide-image {
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
}
.slide-image {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
}
.content-section {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		width: 100%;
		max-width: 750px; /* 只設定寬度 */
		aspect-ratio: 6 / 4; /* 高度自動等於寬度 */
		pointer-events: none;
		text-align: center;
}
.location-city, .location-title {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		color: #333;
		-webkit-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		margin-bottom: 0 !important;
}
.location-city {
		margin-bottom: 1rem !important;
}
.description {
		font-size: 1rem;
		line-height: 1.5;
		color: #555;
		-webkit-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
}
.description p:first-child {
		margin-top: 1rem;
}
.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		max-width: 80%;
		z-index: 11;
		margin: auto;
		pointer-events: none;
}
.navigation .is-prev {
		position: absolute;
		left: 30%;
		top: 10px;
}
.navigation .is-next {
		position: absolute;
		right: 30%;
		top: 10px;
}
.nav-btn {
		width: 50px;
		height: 50px;
		border: none;
		border-radius: 50%;
		background-color: #bca475;
		cursor: pointer;
		font-size: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		color: #000;
		font-weight: bolder;
		opacity: .85;
		pointer-events: auto;
}
.nav-btn:active, .nav-btn:hover {
		background: #fff;
		opacity: 1;
}
.nav-btn.is-prev {
		-webkit-transform: scale(1) rotate(-15deg);
		-ms-transform: scale(1) rotate(-15deg);
		transform: scale(1) rotate(-15deg);
}
.nav-btn.is-next {
		-webkit-transform: scale(1) rotate(15deg);
		-ms-transform: scale(1) rotate(15deg);
		transform: scale(1) rotate(15deg);
}
svg {
		width: 100%;
		height: 100%;
}
@media (min-width: 1200px) {
		.detailmodl .info-block, .detailmodl .cover-image-container {
				max-width: 1100px;
				margin: auto;
		}
		#modalOtherImagesSection {
				max-width: calc(100% - (100% - 1100px)/2 - 1.5rem);
				margin: 0 0 0 auto;
		}
}
@media (min-width: 1600px) {
		.location-city, .location-title {
				font-size: 2rem;
		}
		.description {
				font-size: 1.5rem;
		}
		.center-line {
				-webkit-transform: translate(-50%, -50%) scale(.75);
				-ms-transform: translate(-50%, -50%) scale(.75);
				transform: translate(-50%, -50%) scale(.75);
		}
		.nav-btn.is-prev {
				-webkit-transform: scale(1.5) rotate(-15deg);
				-ms-transform: scale(1.5) rotate(-15deg);
				transform: scale(1.5) rotate(-15deg);
		}
		.nav-btn.is-next {
				-webkit-transform: scale(1.5) rotate(15deg);
				-ms-transform: scale(1.5) rotate(15deg);
				transform: scale(1.5) rotate(15deg);
		}
}
@media (min-width: 1920px) {
		.slider-track {
				width: 1920px;
		}
		.horizontal-item .act-recycle {
				max-width: 80%;
		}
}
@media (max-width: 1199px) {
		.location-city, .location-title {
				font-size: 1.5rem;
		}
		.description {
				font-size: 1rem;
		}
		.slide-card {
				width: 150px;
				height: 200px;
		}
		.center-line {
				width: 115%;
		}
		.navigation {
				top: -40px;
		}
		.content-section {
				max-width: 50%;
		}
		.navigation .is-next {
				right: 32%;
				top: 39px;
		}
		.navigation .is-prev {
				left: 32%;
				top: 39px;
		}
		.detailmodl .title {
				font-size: 1.75rem;
		}
}
@media (max-width: 991px) {
		.slide-card {
				width: 130px;
				height: 180px;
		}
		.navigation .is-next {
				right: 28%;
				top: 39px;
		}
		.navigation .is-prev {
				left: 28%;
				top: 39px;
		}
		.location-city, .location-title {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.center-line {
				width: 110%;
		}
		.content-section {
				max-width: 60vw;
		}
		.description {
				font-size: .85rem;
				line-height: 1.6;
		}
		.detailmodl .title-block {
				min-width: 120px;
		}
		.detailmodl .title {
				border-bottom: 4px solid #c6b188;
				font-size: 1.25rem !important;
		}
		.detailmodl .title {
				font-size: 1.5rem;
		}
		.navigation {
				top: -45px;
		}
		.center-line {
				width: 110%;
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		.center-line {
				width: 100%;
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
		}
		.navigation .is-next {
				right: 30%;
				top: 39px;
		}
		.navigation .is-prev {
				left: 30%;
				top: 39px;
		}
		.nav-btn {
				width: 40px;
				height: 40px;
		}
		.location-title {
				font-size: 1.5rem;
		}
		.content-section {
				max-width: 60vw;
		}
		.slide-card {
				width: 140px;
				height: 170px;
		}
		.navigation {
				top: -40px;
		}
		.description {
				font-size: .85rem;
				line-height: 1.6;
		}
}
@media (max-width: 767px) {
		.center-line {
				width: 110%;
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
		}
		.detailmodl .info-block {
				font-size: .825rem;
		}
		.detailmodl .other-images-slider .slick-next, .detailmodl .other-images-slider .slick-prev {
				top: 50%;
				width: 40px;
				height: 40px;
		}
		.slide-card {
				width: 120px;
				height: 160px;
		}
		.content-section {
				max-width: 58vw;
		}
		.navigation .is-prev {
				left: 30%;
				top: 35px;
		}
		.navigation .is-next {
				right: 30%;
				top: 35px;
		}
}
@media (max-width: 600px) {
		.content-section {
				max-width: 70vw;
		}
}
@media (max-width: 576px) {
		.slider-container {
				/*min-height: inherit; */
		}
		.center-line {
				left: 50%;
				width: 200%;
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
		}
		.slide-card {
				width: 160px;
				height: 200px;
		}
		.detailmodl .cover-image-container {
				position: relative;
				aspect-ratio: 16 / 9;
				width: 100%;
		}
		.slider-track {}
		.nav-btn {
				width: 40px;
				height: 40px;
		}
		.nav-btn.is-prev {
				-webkit-transform: rotate(-30deg);
				-ms-transform: rotate(-30deg);
				transform: rotate(-30deg);
		}
		.nav-btn.is-next {
				-webkit-transform: rotate(30deg);
				-ms-transform: rotate(30deg);
				transform: rotate(30deg);
		}
		.detailmodl .info-block {
				font-size: .95rem;
		}
		.detailmodl .modal-header .btn-close {
				right: 1rem;
				top: 1rem;
		}
		.detailmodl .title-block {
				min-width: 100px;
		}
		.detailmodl .title {
				border-bottom: 2px solid #c6b188;
				font-size: 1rem !important;
				letter-spacing: normal;
		}
		.detailmodl .other-images-slider .slick-dots {
				padding-left: 0;
				bottom: 2rem;
		}
		#otherImagesSlider {
				padding-bottom: 3rem;
		}
		#otherImagesSlider .slick-list {
				max-width: 90%;
				margin: auto;
		}
		.detailmodl .other-images-slider .slick-prev {
				left: .2rem;
				opacity: 1;
		}
		.detailmodl .other-images-slider .slick-next {
				right: .2rem;
				opacity: 1;
		}
		.content-section {
				max-width: 90vw;
		}
		.navigation .is-prev {
				left: 16%;
				top: 75px;
		}
		.navigation .is-next {
				right: 16%;
				top: 75px;
		}
		.navigation {
				top: -58px;
				max-width: 70%;
		}
		.location-city, .location-title {
				font-size: 1.125rem;
				line-height: 1.5;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		.content-section {
				max-width: 88vw;
		}
		.center-line {
				width: 135%;
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
		}
		.slide-card {
				width: 120px;
				height: 160px;
		}
		.navigation .is-prev {
				left: 27%;
				top: 55px;
		}
		.navigation .is-next {
				right: 27%;
				top: 55px;
		}
		.slider-container {
				padding-top: 2rem;
		}
}
@media (max-width: 375px) {
		.location-city, .location-title {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.description {
				font-size: .95rem;
				letter-spacing: normal;
		}
}
@media (max-width: 320px) {
		.slider-container {
				padding-top: 2rem;
		}
		.center-line {
				width: 220%;
		}
		.slide-card {
				width: 140px;
				height: 160px;
		}
		.navigation .is-prev {
				left: 22%;
				top: 52px;
		}
		.navigation .is-next {
				right: 22%;
				top: 52px;
		}
}