@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:#7f59a3;
	scroll-behavior: smooth;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}

.container {
	overflow: hidden;
	width: 100% !important;
 /* max-width: 1920px !important; */
 padding: 0;
}

.topbox {
	position: relative;
	width: 1240px;
	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%;
		position: relative;
	}

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

	.container {
		width: 100%;
		min-width: auto;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}






/*元件調整*/
.banner {
	padding: 0;
}
.broadwise, .crosswise_3p, .rectangle_3p, .circle, .toptitle, .hightlight, .hightlight_5p, .circle_5p, .topfive, .rectangle, .collect_5x6  {
	margin: 20px auto;
}

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

	.broadwise, .crosswise_3p, .rectangle_3p, .circle, .toptitle, .hightlight, .hightlight_5p, .circle_5p, .topfive, .rectangle, .collect_5x6  {
		margin: 2vw auto;
	}
	.half ul{
		margin: 1vw;
		padding: 1vw 0;
	}
	.collect_5x6 .s-row h4 {
        width: 46vw !important;
    }

}






/*omo攻略區*/
.block_0 ul.tip_a,
.block_0 ul.tip_b {
	width: 1160px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
}

.block_0 ul li img{
	width: 100%;
	padding: 5px;
}

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

	.block_0 ul.tip_a,
    .block_0 ul.tip_b {
		width: 96%;
		margin: 0 auto;
		padding: 0;
		flex-wrap: wrap;
	}

	.block_0 ul.tip_a li img {
		width: 95vw;
		margin: .5vw;
		padding: 0;
	}

	.block_0 ul.tip_b li img {
		width: 100%;
		/* margin: .5vw; */
		padding: 0;
	}

}






/*五品優惠輪播*/
.dct {
	width: 1140px;
	margin: 10px auto;
}

.dct .slick-list {
	padding-top: 20px;
	margin-bottom: 0;
}

.dct ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.dct li {
	width: 100%;
	background: #ff5d20;
	margin: 6px;
	padding: 0;
	border-radius: 15px;
	border: 2px solid #ff5d20;
	position: relative;
}

.dct .font {
	display: block;
	text-align: center;
}

.dct .font h4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 20px;
	margin: 0 auto;
	color: #fff;
	background: #ff5d20;
	border-radius: 50px;
	border: 3px solid #fff;
	font-weight: 500;
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dct .font p {
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.dct .font p span {
	color: #fff000;
}

.dct .font p big {
	color: #fff000;
	font-size: 1.8rem;
}

.link_d .dct .slick-slide img {
	width: 100%;
	height: 212px;
	background-color: #fff;
	border-radius: 13px 13px 0 0;
	object-fit: contain;
}

.link_d .slick-initialized .slick-slide.showByDate {
	display: none;
}

@media screen and (max-width: 991px) {
	.dct {
		width: 100%;
		margin: 2vw auto;
	}

	.dct .slick-list {
		padding-top: 4vw;
	}

	.dct .slider {
		margin: 0 auto;
	}

	/*
  .slickbg.dct .slick-next{right: -3vw;z-index: 99;}
  .slickbg.dct .slick-prev{left: -3vw;z-index: 99;}		
  */
	.dct ul {
		flex-wrap: wrap;
	}

	.dct li {
		width: 46vw;
		padding: 0;
		margin: 1vw;
	}

	.dct .font {
		margin: 0;
	}

	.dct .font h4 {
		padding: 1.5vw 4vw;
		border: 2px solid #fff;
	}

	.dct .font p {
		padding: 2vw 0;
	}

	.dct .font p big {
		font-size: 1.5rem;
	}

	.link_d .dct .slick-slide img {
		height: 45vw;
	}
}


/*--輪播 左右箭頭去點點 統一設定--*/
.slick-list,
.slider {
	margin: 0 !important;
}

.slickbg .slick-prev,
.slickbg .slick-next {
	display: block !important;
	height: 40px;
	width: 40px;
}

.slickbg .slick-prev:before {
	content: '';
	background: url('../images/arrow-f.svg')center center no-repeat, #221510;
	background-size: 20px 20px;
	height: 30px;
	width: 30px;
	font-weight: bold;
	border-radius: 99em;
	display: block;
	opacity: 1;
	z-index: 98;
}

.slickbg .slick-next:before {
	content: '';
	background: url('../images/arrow-b.svg')center center no-repeat, #221510;
	background-size: 20px 20px;
	height: 30px;
	width: 30px;
	font-weight: bold;
	border-radius: 99em;
	display: block;
	opacity: 1;
	z-index: 98;
}

.slickbg .slick-next {
	right: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-end;
}

.slickbg .slick-prev {
	left: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-start;
}

.slickbg .slick-dots li {
	display: none;
}

.slickbg .slick-dotted.slick-slider {
	margin: 0 !important;
	padding-bottom: 0px !important;
}

.slickbg.slick3item {
	width: 1172px;
}

.slick5itam-2 h4,
.slick5itam-2 p {
	color: #221510;
}

.link_c .slickbg .slick5itam-2 .slick5.showByDate {
	display: none;
}

@media screen and (max-width: 991px) {
	.slickbg {
		width: 96vw !important;
	}

	.slick5itam-2 h4,
	.slick5itam-2 p {
		padding-top: 2vw;
	}

	.slickbg .slick-next {
		right: 0 !important;
		opacity: 0.6;
	}

	.slickbg .slick-prev {
		left: 0 !important;
		opacity: 0.6;
	}

	.slick3item .slick-slide img {
		width: 86vw !important;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: #ffd902;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
		border: 1px solid #fff;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 25px 0px;
		flex-wrap: wrap;
	}

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: 1rem;
		color: #000;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #fff !important;
		background: #398e5b;
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #fff !important;
		background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: #7e58a2;
		border-bottom: 1.5px solid #191000;
		flex-direction: column;
		flex-wrap: wrap;
		position: absolute;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: auto;
	}

	.menustyle2 ul {
		flex-wrap: nowrap;
		display: flex;
	}

	.menustyle2 ul li {
		width: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #fff;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		color: #191000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background:  #398e5b;
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #191000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
		border-radius: 999em;
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#TopMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}





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


 /*--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;}          
 } 



 /*---- 新增 ----*/          
.bg01{	
	position: relative;
	background: url("../images/bg_01.jpg") top center no-repeat;
	font-size: 0;
}
.bg_repeat{	
	position: relative;
	background: url("../images/bg_repeat.png") top center repeat-y #7e58a2;
}
.bg_title{
	position: relative;
	background: url("../images/bg_02.png") top center no-repeat;
}
.section_bg{
	position: relative;
	width: 1350px;
	background: #f3ba4d;
	margin: 0 auto;
	padding: 0 0 10px;
}
.rectangle_3p {
    margin: 0px auto 40px;
}

.event_title_01 {
    position: absolute;
    top: 175px;
    right: 40px;
}
.event_title_02 {
    position: absolute;
    top: 488px;
    right: 127px;
}
.book {
    position: absolute;
    top: 362px;
    right: 35px;
}
.shine_01 {
    position: absolute;
    top: 526px;
    right: 588px;
}
.shine_02 {
    position: absolute;
    top: 503px;
    right: 558px;
}
.titleC {
	background: url("../images/category_bg.png") top center no-repeat;
	width: 1240px;
	margin: 40px auto 0px;
}
.titleC h2 {
    padding: 146px 0 52px;
	color: white;
	font-size: 56px;
	text-shadow: 
		3px 0 #000, -3px 0 #000, /* Horizontal shadows */
        0 3px #000, 0 -3px #000, /* Vertical shadows */
        2px 2px #000, -2px -2px #000, /* Diagonal shadows */
        2px -2px #000, -2px 2px #000;
}
.category{
	width: 1240px;
	margin: 0 auto;
	padding: 60px 0 12px;
	text-align: center;
}
.category.first{
	padding: 20px 0 6px;
}
.category span{
	color: white;
	font-size: 42px;
	padding: 10px 56px;
	background: #2768ab;
	border-radius: 50px;
	letter-spacing: 10px;
}
.category span b{
	letter-spacing: 0;
	font-size: 48px;
}
.category span c{
	letter-spacing: 0;
	font-size: 32px;
}

.tt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px;
}
.tt-btn a {
    font-size: 46px;
    padding: 12px 40px;
    background: #2768ab;
    border-radius: 99rem;
    color: #fff;
    width: fit-content;
    box-shadow: 0 8px 0 #fff;
    position: relative;
    transition: 0.3s all;
    top: 0;
    margin: 10px;
    font-weight: 900;
    border: #fff solid 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.rectangle_3p .font h4, .alternate .font h4 {
    color: #d71c28;
}
.collect_5x6 .special, .collect_5x6 .s-row h4{
	background: #d71c28;
}
.hightlight .font h4{
	background: #2768ab;
}
.alternate ul:nth-child(odd) li:first-child, .various .font h4{
	background: #368f5a;
}
.alternate ul:nth-child(even) li:last-child{
	background: #e55a27;
}

.btn_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0 7rem;
}
/* Base Button Styles */
.squishy {
  position: relative;
  font-size: 1.875rem;
  padding: 1.5rem 3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 250ms;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.squishy i {
  width: 1.75rem;
  height: 1.75rem;
}
/* Tech Squishy */
.squishy-tech {
  background-color: rgb(5 150 105);
  color: white;
  border-radius: 10rem;
  box-shadow:
    inset 0 -2px 0 0 rgba(255,255,255,0.3),
    0 2px 0 0 #059669,
    0 4px 0 0 #047857,
    0 6px 0 0 #065f46,
    0 8px 0 0 #064e3b,
    0 8px 16px 0 rgba(5,150,105,0.5);
  overflow: hidden;
}

.squishy-tech::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent);
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
}

.squishy-tech:hover {
  transform: translateY(4px);
  box-shadow:
    inset 0 1px 0 0 rgba(255,255,255,0.3),
    0 1px 0 0 #059669,
    0 2px 0 0 #047857,
    0 3px 0 0 #065f46,
    0 4px 0 0 #064e3b,
    0 4px 8px 0 rgba(5,150,105,0.5);
}

.squishy-tech:hover i {
  animation: bounce 1s infinite;
}

/* Animations */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}



@media screen and ( max-width: 991px ) {
	.bg01, .bg_repeat{background: #7f59a3;}
	.block_0 ul.tip_a, .block_0 ul.tip_b{width: 100%;}
	.block_0 ul.tip_a, .block_0 ul.tip_b li{width: 90%;padding-left: 1.5vw;}
	.titleC {
    width: 112%;
    background: url("../images/category_bg_m.jpg") top center no-repeat;
    background-size: cover;
    margin: 2vw 0 0 -6vw;
}
	.titleC h2 {
    font-size: 7vw;
    padding: 10vw 0 5vw;
}
	.section_bg{
		width: 100%;
	}
	.category{
		width: 100%;
	}
	.category span {
    font-size: 6vw;
    letter-spacing: 0.5vw;
    padding: 2vw 7vw;
}
	.category span b {
    font-size: 7vw;
    vertical-align: text-top;
}
	.category span c{
		font-size: 5vw;
	}
	.category.first{
		padding: 3vw 0 2vw;
	}
	.btn_container{
		padding: 4vw 0 8vw;
	}
}
 /*---- 新增///END ----*/   

