@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html{background: #000;}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}



/* PC */
/*.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden; background: url("../images/bg.jpg") top center no-repeat fixed;}*/

 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%; background-size: 260%; background-repeat: repeat-y;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}





/*區塊*/
.bg_1200{ width: 1200px; margin: 0px auto; padding: 10px 0; 
	background: rgb(24,24,24); /* Old browsers */
    background: -moz-linear-gradient(-15deg, rgba(24,24,24, .6) 0%, rgba(63,63,63, .5) 49%, rgba(24,24,24, .6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-15deg, rgba(24,24,24, .6) 0%, rgba(63,63,63, .5) 49%, rgba(24,24,24, .6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(165deg, rgba(24,24,24, .6) 0%, rgba(63,63,63, .5) 49%, rgba(24,24,24, .6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#181818',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 2px solid #cbb381;
	border-radius: 5px;
}


/*文字標題*/
.btt{ 
	margin: 40px auto 20px;
	background: url("../images/bg_title.jpg") center no-repeat;
	width: 100%;
	height: 127px;
}
.btt h2{ 
	font-size: 60px; 
	background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(104 101 95), rgb(72, 68, 61));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    color: #fff; 
	font-family: 'Noto Sans TC';
	font-weight: 700;
	padding: 33px 0 0 100px;
}

.stt {margin: 20px auto;}
.stt h3 {
	background:url("../images/bg_taitanium.jpg");
	width: fit-content;
	height: auto;
	border-radius: 50px;
	padding: 10px 25px 15px;
	font-family: 'Noto Sans TC';
	font-weight: 700;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 1px;
}
.titleC > p {color: #fff;}

	
/*promotion*/
.block_00 {
    width: 1200px;
    margin: 20px auto 70px;
}
.block_00 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


/*元件調整*/
.banner{ margin: 0 auto; padding: 0;}

.hightlight_5p .font h4, .hightlight .font h4{ background: url("../images/bg_gold.jpg");}
.hightlight_5p img{ object-fit: contain;}

.round_5p {width: 1160px; margin:20px auto 40px; }
.round_5p ul{ display: flex; justify-content: space-around; flex-wrap: wrap;}
.round_5p li{ width: 180px; margin: 6px; padding: 0; position: relative;}
.round_5p a { display: flex; flex-wrap: wrap;}
.round_5p .font {  margin: 0 auto;padding: 10px 0px 10px;text-align: center;}
.round_5p .font h4 { }
.round_5p .font p {  color: #fff; font-size: 20px; }
.round_5p img {width: 180px; height: 180px; object-fit: contain; margin: auto; border: 2px solid #cac5bb;border-radius: 180px;}


/*滑動按鈕*/
.go_btn {width: 1200px;margin: 20px auto;display: flex;justify-content: space-around;flex-wrap: wrap;}
.shape-ex1{ 
	width: 360px;
	height: auto;
	padding: 10px 10px 15px;
	justify-content: center;
	display: flex;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative; 
	transition: all .3s linear;
}
.shape-ex1 p{ font-size: 2.8rem; letter-spacing: 1px; font-family: 'Noto Sans TC'; font-weight: 700; color: #fff; text-align: center; line-height: 3.2rem;}
.shape-ex1 a{position: relative;z-index: 99;}
.shape-ex1:before{content: "";width: 0%;height: 100%;display: block;background:url("../images/bg_taitanium.jpg");
	border-radius: 8px;position: absolute;top: 0;left: 0;transition: all .8s ease;}
.shape-ex1:hover:before{width: 100%;}


/*----------------------------手機版----------------------------*/
@media screen and ( max-width: 991px ){

	
/*區塊*/
.bg_1200{ width: 98vw;  padding: 2vw 0; margin: 2vw auto;}	

/*文字標題*/	
.btt { 
	background: url("../images/sub_m.jpg") top center no-repeat;
	background-size: contain;
	width: 100%;
	height: 20vw;
	margin: 2vw auto 1vw;
}
.btt h2{ font-size: 2.2rem; padding: 5vw 0 0 0;}
.stt {margin: 2vw auto;}
.stt h3 {
	padding: 2vw 6vw 2.5vw;
	font-size: 1.5rem;
}
.titleC > p {
text-align: center;
font-size: .9rem;
padding: 2vw;
}
	
	
/*promotion*/
.block_00 {width: 98%; margin: 4vw auto 6vw;}
.block_00 ul {
    width: 100%;
    margin: 0vw auto;
	padding: 0;
}
.block_00 ul:nth-child(1) li img {width: 48vw; margin: 0;}	
.block_00 ul:nth-child(2) li img {width: 100vw; margin: 0;}		
.block_00 ul:nth-child(3) li img {width: 32vw; margin: 0;}	
	

	
/*元件調整*/
.hightlight_5p ul li:first-child {width: 94vw;margin: 1vw auto;}	
	
.round_5p {width: 100%; margin: 3vw auto;}
.round_5p li{ width: 44vw; margin: 0 auto 3vw; padding: 0;}
.round_5p a { flex-wrap: wrap; }
.round_5p .font { width: 100%; padding: 0;margin:2vw auto 0; text-align: center;}
.round_5p .font p { font-size: 1.2rem; }
.round_5p img { height: 44vw; width: 44vw;margin:0;}
.round_5p li:nth-child(even) .font {  text-align: center;}
.round_5p li:nth-child(even) img { order: 0;}
	
		
/*滑動按鈕*/	
.go_btn {width:100%;margin:3vw auto;}	
.shape-ex1{ 
	width: 60vw;
	padding: 2vw 2vw 3vw;
	justify-content: center;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 40px;
	background-color: transparent;
	position: relative; 
	transition: all .3s linear; 
	margin:2vw; 
	}	
.shape-ex1 p{ font-size:2rem; line-height: 2rem; }
.shape-ex1 p big{ font-size: 2.5rem;}
		

}






/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 125px;
	height: auto;
	top:10%;
	right:0.5%;
	padding: 5px;
	box-sizing: border-box;
	background: #000;
	border-radius: 10px;
	border: 1px solid #cbb381;
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	overflow:hidden;
}
.side-menu2 nav a{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	font-size:.9rem;
	line-height: 1.15rem;
	font-family: 'Noto Sans TC';
	font-weight: 500;
	
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left; }
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #e5f1ad;}
.side-menu2 nav ul.area2 li{border-bottom: 1px dotted #fff; } 
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 991px ){
		.side-menu2 {display: none;}
	}

/*Plugin*/
.side-menu2 .nav {
	width: 98%;
    margin:0px auto;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
    color: #cbb381!important;
    background: none;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*for mobile scrollmenu*/
.scrollmenu{display:none;}
@media screen and ( max-width: 991px ){
.scrollmenu{ 
	display:flex; 
	justify-content: flex-start; 
	overflow-x: auto; 
	white-space: nowrap; 
	z-index: 999; 
	top: 0; 
	width: 100vw; 
	padding: 2.5vw 1vw; 
	margin: 0 auto;  
	background: #ac8f4f;
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.05rem; 
	color: #ac8f4f !important;
	text-decoration:none; 
	padding: 1.7vw 3.5vw ; 
	text-align:center;
	border-radius: 100px; 
	background:#fff;
	margin: 0 1vw;
	font-family: 'Noto Sans TC';
	font-weight: 500;
}
.scrollmenu a:hover{ 
    background: #000;
}




/*--  錨點微調--*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-40px;}
	}



 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000; width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
 #gotop::after {position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/top.png") center no-repeat;background-size: 50%;background-position: 85% 35%;}         
 #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 