@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif, 'Noto Sans TC', sans-serif;
	letter-spacing: 1px;
}
body {
	overflow-x: hidden;
	background-color: #bfac98;
}
img {
	max-width: 100%;
	height: auto;
}
div:focus {
	outline: none;
}
.gotop {
	position: fixed;
	right: 10px;
	bottom: 25%;
	z-index: 9999;
	width: 60px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #917d66;
}
textarea {
	resize: none;
}
.img_hover {
	line-height: 0px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.img_hover img {
	-webkit-filter: opacity(100%); /* Safari */
	filter: opacity(100%);
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	transform: scale(1, 1);
}
.img_hover img:hover, a:hover .img_hover img {
	-webkit-filter: opacity(20%); /* Safari */
	filter: opacity(100%);
	transform: scale(1.1, 1.1);
}
.pic_size {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pic_size_50 {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.border_color {
	border: 1px solid #917d66;
}
.pic_box {
	width:100%;
	height:60px;
	overflow:hidden;
}
/*btn*/
.btn:focus {
	box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
	-webkit-box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
}
.main_btn {
	color: #fff;
	font-size: 18px;
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	border: 0;
	z-index: 999;
}
.main_btn:hover, a:hover.main_btn {
	background-color: transparent;
	color: #fff;
	border: 0;
}
.main_btn::before {
 width: 300%;
 height: 1px;
 background-color: #fff;
 position: absolute;
 bottom: 40%;
 left: -330%;
 content: '';
 z-index: 9;
}
.main_btn::after {
 width: 40px;
 height: 40px;
 background-color: #a3907c;
 position: absolute;
 bottom: 5%;
 left: 0%;
 content: '';
 border-radius: 50px;
 z-index: -1;
}
.more_btn {
	color: #fff;
	font-size: 18px;
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	border: 1px solid #fff;
	z-index: 999;
}
.more_btn:hover, a:hover.more_btn {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
/*--------------------------------------------------------------
# color
--------------------------------------------------------------*/
.main_color {
	color: #bfac98;
}
.bg_main_color {
	background-color: #bfac98;
}
.bg_coffee_color {
	background-color: #4d3f2f;
}
/*--------------------------------------------------------------
# breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	color: #333;
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
	color: #917d66;
}
.breadcrumb-item + .breadcrumb-item::before {
 float: left;
 padding-right: 0;
 color: #333;
 content: var(--bs-breadcrumb-divider, "〉");
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
}
.page-link {
	color: #333;
	border-radius: 50px;
	margin: 0 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	background-color: #d9d9d9;
	border: 0;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #917d66;
	border-color: #917d66;
}
.page-link:hover {
	color: #fff;
	background-color: #917d66;
	border-color: #917d66;
}
.page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #917d66;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link {
	border-radius: 50px;
}
.page-item.active .page-link {
	border-radius: 50px;
}
.page-item:last-child .page-link {
	border-radius: 50px;
}
/*--------------------------------------------------------------
# font-size
--------------------------------------------------------------*/
.fs_6 {
 --min-size: 12;
 --max-size: 16;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_5 {
 --min-size: 16;
 --max-size: 18;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_4 {
 --min-size: 18;
 --max-size: 24;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_3 {
 --min-size: 25;
 --max-size: 32;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_2 {
 --min-size: 32;
 --max-size: 40;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_1 {
 --min-size: 40;
 --max-size: 50;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_small {
 --min-size: 12;
 --max-size: 13;
 --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
 font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.font_vertical {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}
/*--------------------------------------------------------------
# social_media
--------------------------------------------------------------*/
ul.social_media {
	display: inline;
	padding: 0px;
	margin: 0;
	text-align: center;
}
ul.social_media li {
	display: inline-block;
	position: relative;
}
ul.social_media li a i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	text-align: center;
	border-radius: 50px;
	color: #000;
}
ul.social_media li a:hover i {
	color: #fff;
}
ul.social_media li a img {
	width: 45px;
	height: 45px;
	line-height: 45px;
}
/*--------------------------------------------------------------
# side_menu_box_c
--------------------------------------------------------------*/
ul.side_menu_box_c {
	padding-left: 0;
	list-style: none;
	margin:10px;
}
ul.side_menu_box_c li {
	display: inline-block;
	position: relative;
}
ul.side_menu_box_c li a {
	color: #917d66;
	background-color:transparent;
	border-radius: 0px;
	padding: 10px 20px;
	font-size: 16px;
	border:1px solid #fff;
}
ul.side_menu_box_c li a:hover, ul.side_menu_box_c li a.current {
	color: #917d66;
	border-radius: 0px;
	background-color:#fff;
}
/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	padding: 12px 0;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link .show {
	color: #917d66;
}
.dropdown-menu {
	padding: 0 0;
	border: 0;
	border-top: 5px solid #917d66;
	min-width: 230px;
	font-size: 15px;
}
.dropdown-item {
	padding: 10px 15px;
	color: #333;
	border-bottom: 1px solid #eee;
}
.dropdown-item:hover {
	color: #917d66;
	background-color: #fff;
}
.dropdown-menu li {
	position: relative;
}
.dropdown-toggle::after {
 position: absolute;
 right: 10px;
 font-size: 16px;
 font-family: "Font Awesome 6 Free";
 content: '\f107';
 font-weight: 700;
 border: 0;
 top: 20px;
}
/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
.banner_area {
	max-width: 250px;
	margin: auto;
}
.date_area {
	margin: auto;
}
.a_title {
	position: relative;
}
.a_title::before {
 width: 30%;
 height: 1px;
 background-color: #fff;
 position: absolute;
 bottom: 40%;
 right: 0;
 content: '';
}
.a_pic {
	position: relative;
	z-index: 99;
}
.a_pic img {
	position: relative;
	z-index: 99;
}
.a_pic::before {
 width: 100%;
 height: 150px;
 background-color: #a3907b;
 position: absolute;
 bottom: -10%;
 right: -5%;
 content: '';
 z-index: -1;
}
.case_box {
	width: 100%;
	height: 100vh;
	max-height: 300px;
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.case_box::before {
 width: 100%;
 height: 100%;
 background-color: hsla(0, 0%, 0%, 0.60);
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 z-index: 99;
}
a:hover .case_box::before, .case_box:hover::before {
 width: 100%;
 height: 100%;
 background-color: hsla(32, 17%, 48%, 0.80);
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 z-index: 99;
}

/* 當有 no-mask class 時，不顯示遮罩 */
.case_box.no-mask::before {
  background-color: transparent !important;
}

.case_text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.case_text::before {
 border: 1px solid #fff;
 width: 90%;
 height: 90%;
 position: absolute;
 top: 5%;
 left: 5%;
 content: '';
}
a:hover .case_text {
	text-decoration: underline;
	color: #fff;
}
.case_text:hover {
	color: #fff;
}
a .step_text, .step_text {
	display:none;
}
a:hover .step_text, .case_text:hover .step_text {
	display:inline;
}
/**/
.notice_area {
	position: relative;
	width: 100%;
}
.team_pic {
	position: relative;
	z-index: 99;
}
.team_pic::before {
 width: 100%;
 height: 100%;
 background-color: #a3907b;
 content: '';
 z-index: -1;
 position: absolute;
 top: 8%;
 left: 8%;
}
@media (min-width: 414px) {
  /*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
  .case_box {
 max-height: 400px;
}
}
@media (min-width: 540px) {
  /*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
  .case_box {
 max-height: 480px;
}
 .pic_box {
 height:90px;
}
}
@media (min-width: 768px) {
  /*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
  .a_title::before {
 width: 50%;
}
 .a_pic::before {
 width: 125%;
 height: 260px;
 position: absolute;
 bottom: 20%;
 right: -70%;
}
 .case_box {
 max-height: 220px;
}
}
@media (min-width: 992px) {
 .case_box {
 max-height: 300px;
}
 .notice_area::before {
 width: 15%;
 height: 1px;
 background-color: #fff;
 position: absolute;
 bottom: 40%;
 right: 0%;
 content: '';
 z-index: 9;
}
 .pic_box {
 height:140px;
}
}
@media (min-width: 1260px) {
 .case_box {
 max-height: 380px;
}
 .a_pic::before {
 width: 130%;
 height: 350px;
 position: absolute;
 bottom: 20%;
 right: -50%;
}
 .notice_area::before {
 width: 35%;
}
}
@media (min-width: 1400px) {
 .case_box {
 max-height: 420px;
}
 .notice_area::before {
 width: 45%;
}
}
@media (min-width: 1920px) {
  /*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
  .case_box {
 max-height: 550px;
}
 .a_title::before {
 width: 55%;
}
}
