@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
a {
	text-decoration: none !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-white{
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.8);
}
.text-shadow {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(16 16 16);
}
.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.font-family-3{
  font-family: "Noto Serif TC", serif;
}
.content-row{
	width: 960px;overflow: hidden;font-family: "Noto Serif TC", serif;text-wrap: nowrap;
}
.custom-sale-prodcut-akkqt .content-row {
	transform-origin: top left;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.w-90{
	width: 90%;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.text-size-18 {
	font-size: 18px;
}
.text-size-20 {
	font-size: 20px;
}
.text-size-22 {
	font-size: 22px;
}
.text-size-24 {
	font-size: 24px;
}
.text-size-26 {
	font-size: 26px;
}
.text-size-28 {
	font-size: 28px;
}
.text-size-30 {
	font-size: 30px;
}
.text-size-32 {
	font-size: 32px;
}
.text-size-34 {
	font-size: 34px;
}
.text-size-36 {
	font-size: 36px;
}
.text-size-38 {
	font-size: 38px;
}
.text-size-40 {
	font-size: 40px;
}
.text-size-42 {
	font-size: 42px;
}
.text-size-46 {
	font-size: 46px;
}
.text-size-48 {
	font-size: 48px;
}
.text-size-50 {
	font-size: 50px;
}
.text-size-52 {
	font-size: 52px;
}
.text-size-54 {
	font-size: 54px;
}
.text-size-56 {
	font-size: 56px;
}
.text-size-58 {
	font-size: 58px;
}
.text-size-60 {
	font-size: 60px;
}
.text-size-62 {
	font-size: 62px;
}
.text-size-64 {
	font-size: 64px;
}
.text-size-66 {
	font-size: 66px;
}
.text-size-68 {
	font-size: 68px;
}
.text-size-70 {
	font-size: 70px;
}
.text-size-72 {
	font-size: 72px;
}
.text-size-74 {
	font-size: 74px;
}
.text-size-76 {
	font-size: 76px;
}
.text-size-78 {
	font-size: 78px;
}
.text-size-80 {
	font-size: 80px;
}
.text-size-82 {
	font-size: 82px;
}
.text-size-84 {
	font-size: 84px;
}
.text-size-86 {
	font-size: 86px;
}
.text-size-88 {
	font-size: 88px;
}
.text-size-90 {
	font-size: 90px;
}
.text-size-96 {
	font-size: 96px;
}
.text-size-100 {
	font-size: 100px;
}
.text-size-110 {
	font-size: 110px;
}
.text-size-120 {
	font-size: 120px;
}
.text-size-124 {
	font-size: 124px;
}
.text-size-130 {
	font-size: 130px;
}
.text-size-134 {
	font-size: 134px;
}
.text-size-140 {
	font-size: 140px;
}
.text-size-160 {
	font-size: 160px;
}
.text-size-200 {
	font-size: 200px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-300{
	font-weight: 300;
}
.text-blur-1{
  color: #000;
  filter: blur(5px);
}
.text-underline{
  text-decoration: underline;
}
.text-shadow-white{
	text-shadow: 0px 2px 20px #ffffff, 
		0 0 20px #ffffff, 
		0 0 30px #ffffff, 
		0 0 25px #ffffff, 
		0 0 25px #ffffff
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-position-left{
	object-position: left;
}
.obj-position-right{
	object-position: right;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	white-space:nowrap;
}
.storke-white::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 3px #fff;
	white-space:nowrap;
}
.absolute-align-center{
	top: 50%;
	transform: translateY(-50%);
}
.absolute-content-center{
	left: 50%;
	transform: translateX(-50%);
}
.absolute-center{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vertical-align-super{
	vertical-align: super !important;
}
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.bottom-0{
	bottom: 0;
}
.width-fit{
	width: fit-content;
}
.rounded-pill{
	border-radius: 15rem;
}
.rounded-pill-1{
	border-radius: 1rem;
}
.rounded-pill-3{
	border-radius: 3rem;
}
.rounded-pill-50{
	border-radius: 50rem;
}
.rounded-cycle{
	border-radius: 50%;
}
.aspect-ratio-1-1{
	aspect-ratio: 1 / 1;
}
.pointer-events-none{
	pointer-events: none;
}
.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-white-5{
	border: 5px solid #fff;
}
.letter-spacing-0{
	letter-spacing: 0;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.letter-spacing-3{
	letter-spacing: 3px;
}
.letter-spacing-4{
	letter-spacing: 4px;
}
.letter-spacing-6{
	letter-spacing: 6px;
}
.letter-spacing-8{
	letter-spacing: 8px;
}
.letter-spacing-10{
	letter-spacing: 10px;
}
.letter-spacing-12{
	letter-spacing: 10px;
}
.letter-spacing-15{
	letter-spacing: 15px;
}
.letter-spacing-20{
	letter-spacing: 20px;
}
.z-index-10{
	z-index:10;
}
.z-index-11{
	z-index:11;
}
.z-index-12{
	z-index:12;
}
.line-height-12 {
    line-height: 12px;
}
.line-height-14 {
    line-height: 14px;
}
.line-height-16 {
    line-height: 16px;
}
.line-height-18 {
    line-height: 18px;
}
.line-height-20 {
    line-height: 20px;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-24 {
    line-height: 24px;
}
.line-height-26 {
    line-height: 26px;
}
.line-height-28 {
    line-height: 28px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-32 {
    line-height: 32px;
}
.line-height-34 {
    line-height: 34px;
}
.line-height-36 {
    line-height: 36px;
}
.line-height-38 {
    line-height: 38px;
}
.line-height-40 {
    line-height: 40px;
}
.line-height-42 {
    line-height: 42px;
}
.line-height-44 {
    line-height: 44px;
}
.line-height-46 {
    line-height: 46px;
}
.line-height-48 {
    line-height: 48px;
}
.line-height-50 {
    line-height: 50px;
}
.line-height-52 {
    line-height: 52px;
}
.line-height-54 {
    line-height: 54px;
}
.line-height-56 {
    line-height: 56px;
}
.line-height-58 {
    line-height: 58px;
}
.line-height-60 {
    line-height: 60px;
}
.line-height-62 {
    line-height: 62px;
}
.line-height-64 {
    line-height: 64px;
}
.line-height-66 {
    line-height: 66px;
}
.line-height-68 {
    line-height: 68px;
}
.line-height-70 {
    line-height: 70px;
}
.line-height-72 {
    line-height: 72px;
}
.line-height-74 {
    line-height: 74px;
}
.line-height-76 {
    line-height: 76px;
}
.line-height-78 {
    line-height: 78px;
}
.line-height-80 {
    line-height: 80px;
}
.line-height-82 {
    line-height: 82px;
}
.line-height-84 {
    line-height: 84px;
}
.line-height-86 {
    line-height: 86px;
}
.line-height-88 {
    line-height: 88px;
}
.line-height-90 {
    line-height: 90px;
}
.line-height-92 {
    line-height: 92px;
}
.line-height-94 {
    line-height: 94px;
}
.line-height-96 {
    line-height: 96px;
}
.line-height-98 {
    line-height: 98px;
}
.line-height-100 {
    line-height: 100px;
}
.line-height-102 {
    line-height: 102px;
}
.line-height-104 {
    line-height: 104px;
}
.line-height-106 {
    line-height: 106px;
}
.line-height-108 {
    line-height: 108px;
}
.line-height-110 {
    line-height: 110px;
}
.line-height-112 {
    line-height: 112px;
}
.line-height-114 {
    line-height: 114px;
}
.line-height-116 {
    line-height: 116px;
}
.line-height-118 {
    line-height: 118px;
}
.line-height-120 {
    line-height: 120px;
}
.line-height-130 {
    line-height: 130px;
}
.line-height-140 {
    line-height: 140px;
}
.line-height-160 {
    line-height: 160px;
}
.line-height-200 {
    line-height: 200px;
}
.filter-brightness-06{
	filter: brightness(0.6);
}
.filter-brightness-08{
	filter: brightness(0.8);
}
.list-style-type-none{
	list-style-type: none;
}


.hide_text h2,
.hide_text h3,
.hide_text p,
.hide_text a{
	display: none;
}
.d-contents{
	display: contents;
}
.text-color-1{
	color: #412500;
}
.text-color-2{
	color: #5b1919;
}
.text-shadow-white-1{
	text-shadow: 0px 2px 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff
}
.text-shadow-1{
	text-shadow: 0px 2px 20px #fda02e, 
		0 0 20px #fda02e, 
		0 0 30px #fda02e, 
		0 0 25px #fda02e, 
		0 0 25px #fda02e
}
.text-shadow-2{
	text-shadow: 0px 2px 10px #AA5921, 
		0 0 10px #AA5921, 
		0 0 20px #AA5921, 
		0 0 15px #AA5921, 
		0 0 15px #AA5921
}
.sec_1 .text-1{
	top: 3%;
    font-size: 70px;
    letter-spacing: 26px;
}
.sec_1 .text-2{
	font-size: 56px;
	letter-spacing: 16px;
	top: 10%;
}
.sec_1 .text-3{
	color: #fff;
	font-size: 110px;
	top: 16%;
	letter-spacing: 36px;
}
.sec_1 .text-4{
	font-size: 160px;
	line-height: 186px;
}
.sec_1 .text-5{
	top: 80%;
    font-size: 160px;
    color: #fff;
    left: 3%;
}
.sec_1 .text-6{
	top: 80%;
    font-size: 160px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
.sec_1 .text-7{
	top: 80%;
	font-size: 160px;
	color: #fff;
	right: 3%;
}
.sec_1 .text-8{
	top: 93%;
	color: #fff;
	font-size: 40px;
	left: 9%;
}
.sec_1 .text-9{
	top: 93%;
	color: #fff;
	font-size: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.sec_1 .text-10{
	top: 93%;
	color: #fff;
	font-size: 40px;
	right: 5%;
}
.sec_2 .text-1{
	top: 4%;
	font-size: 46px;
	letter-spacing: 20px;
	left: 21%;
}
.sec_2 .text-2{
	top: 10%;
	left: 17%;
	right: 0;
	font-size: 74px;
	letter-spacing: 29px;
	width: fit-content;
}
.sec_2 .text-3{
	color: #676767;
	font-size: 125px;
}
.sec_2 .text-4{
	left: 43%;
}
.sec_2 .text-4 h3{
	font-size: 40px;
	letter-spacing: 3px;
}
.sec_2 .text-4 p{
	font-size: 30px;
	color: #715b40;
	font-weight: 600;
}
.sec_2 .text-4.text-5{
	top: 29.5%;
}
.sec_2 .text-4.text-6{
	top: 55%;
}
.sec_2 .text-4.text-7{
	top: 80.5%;
}
.sec_3 .text-1{
	top: 6%;
	font-size: 46px;
	letter-spacing: 20px;
	left: 14%;
}
.sec_3 .text-2{
	top: 15%;
	text-align: center;
	width: fit-content;
	color: #fff;
	font-size: 86px;
	line-height: 118px;
	letter-spacing: 24px;
}
.sec_3 .text-3{
	font-size: 46px;
	letter-spacing: 15px;
	left: 24%;
}
.sec_3 .text-4{
	top: 38.5%;
}
.sec_3 .text-5{
	top: 58.5%;
}
.sec_3 .text-6{
	top: 79%;
}
.sec_4 .text-1{
	top: 3%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80px;
	letter-spacing: 18px;
}
.sec_4 .text-2{
	top: 9%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 80px;
    letter-spacing: 18px;
}
.sec_4 .text-3{
	left: 21%;
	top: 57.5%;
	font-size: 36px;
	letter-spacing: 10px;
}
.sec_4 .text-4{
	left: 21%;
	top: 66.5%;
	font-size: 36px;
	letter-spacing: 10px;
}
.sec_4 .text-5{
	left: 21%;
	top: 74%;
	font-size: 36px;
	letter-spacing: 10px;
}
.sec_4 .text-6{
	left: 21%;
	top: 81.5%;
	font-size: 36px;
	letter-spacing: 10px;
}
.sec_4 .text-7{
	left: 21%;
	top: 89.5%;
	font-size: 36px;
	letter-spacing: 10px;
}
.sec_5 .text-1{
	top: 2.7%;
    font-size: 70px;
    letter-spacing: 26px;
}
.sec_5 .text-2{
	top: 7%;
	letter-spacing: 18px;
	font-size: 80px;
}
.sec_5 .text-block{
	color: #fff;
}
.sec_5 .text-block .frist{
	font-size: 60px !important;
}
.sec_5 .text-block span:nth-of-type(1) {
	font-size: 42px;
}
.sec_5 .text-block span:nth-of-type(2) {
	font-size: 34px;
}
.sec_5 .text-4{
	top: 30%;
	left: 8%;
}
.sec_5 .text-5{
	top: 33.5%;
	left: 54%;
}
.sec_5 .text-6{
	top: 56.5%;
	left: 8%;
}
.sec_5 .text-7{
	top: 61%;
	left: 54%;
}
.sec_5 .text-8{
	top: 83.5%;
	left: 8%;
}
.sec_5 .text-9{
	top: 88%;
	left: 54%;
}
.sec_6 .text-1 {
	font-size: 84px;
	color: #fff;
	letter-spacing: 5px;
	top: 2%;
}
.sec_6 .text-2 {
    font-size: 74px;
    top: 14%;
    left: 3%;
    letter-spacing: 3px;
}
.sec_6 .text-3 {
	font-size: 74px;
    top: 22%;
    left: 3%;
    letter-spacing: 3px;
}
.sec_6 .text-4 {
	writing-mode: vertical-lr;
	letter-spacing: 25px;
	top: 36%;
	transform: rotate(351deg);
	left: 18.5%;
	font-size: 50px;
}
.sec_7 .text-block {
	left: 15%;
}
.sec_7 .text-1 {
	color: #fff;
	top: 2%;
	font-size: 80px;
	letter-spacing: 14px;
}
.sec_7 .text-2 {
	top: 26%;
	font-size: 48px;
}
.sec_7 .text-block .text-3{
	font-size: 36px;
}
.sec_7 .text-block .text-4 {
	font-size: 76px;
	line-height: 76px;
	color: #D80305;
}
.sec_7 .text-5 {
	top: 86%;
	font-size: 48px;
	letter-spacing: 10px;
}
.sec_7 .text-6 {
	top: 90%;
	font-size: 56px;
	color: #D80305;
	letter-spacing: 10px;
}
.sec_7 .div-1 {
	top: 33%;
}
.sec_7 .div-2 {
	top: 46%;
}
.sec_7 .div-3 {
	top: 59%;
}
.sec_7 .div-4 {
	top: 72%;
}
.sec_8 .text-0{
	font-size: 50px;
	color: #fff;
	letter-spacing: 8px;
	top: 1%;
}
.sec_8 .text-1{
	top: 9.5%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80px;
	letter-spacing: 18px;
	color: #D80204;
}
.sec_8 .text-2{
	top: 19%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80px;
	letter-spacing: 18px;
}
.sec_8 .text-3 {
	font-size: 60px;
}
.sec_8 .text-3 span{
	font-size: 90px;
	color: #D80204;
}
.sec_8 .text-4 {
	font-size: 35px;
	padding-top: 20px;
	letter-spacing: 3px;
}
.sec_8 .div-1 {
	top: 35%;
	left: 10%;
}
.sec_8 .div-2 {
	left: 64%;
	top: 35%;
}
.sec_8 .div-3 {
	top: 59%;
	left: 8%;
}
.sec_8 .div-4 {
	top: 59%;
	left: 70%;
}
.sec_9 .text-1{
	top: 8%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_9 .text-2{
	top: 10.5%;
    font-size: 78px;
    letter-spacing: 10px;
    color: #D80204;
}
.sec_9 .text-3{
	top: 27.5%;
	font-size: 36px;
	letter-spacing: 2px;
}
.sec_9 .text-4{
	top: 29%;
	font-size: 42px;
	letter-spacing: 2px;
	color: #D80204;
}
.sec_9 .text-5{
	top: 33%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_9 .text-5 span{
	color: #D80204;
}
.sec_9 .text-6{
	top: 35.5%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_9 .text-7{
	top: 52.5%;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
}
.sec_9 .text-8{
	top: 60.4%;
	font-size: 52px;
	letter-spacing: 10px;
	text-align: center;
}
.sec_9 .text-9{
	top: 65.2%;
	font-size: 76px;
	letter-spacing: 10px;
	text-align: center;
}
.sec_9 .text-10{
    top: 72%;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
}
.sec_9 .text-11{
	top: 81.5%;
	font-size: 46px;
	letter-spacing: 2px;
	text-align: center;
	color: #001e59;
}
.sec_9 .text-block{
	letter-spacing: 2px;
	text-align: center;
}
.sec_9 .div-1{
	top: 93.5%;
	left: 10%;
}
.sec_9 .div-1 p:nth-of-type(1) {
	color: #1a562b;
}
.sec_9 .div-2{
	top: 93.5%;
	left: 0;
	right: 0;
	margin: auto;
}
.sec_9 .div-2 p:nth-of-type(1) {
	color: #0038b8;
}
.sec_9 .div-3{
	top: 93.5%;
	right: 11.5%;
}
.sec_9 .text-block p:nth-of-type(1) {
	font-size: 30px;
	font-weight: 900;
}
.sec_9 .text-block p:nth-of-type(2) {
	font-size: 30px;
	font-weight: 600;
}
.sec_10 .text-1{
	top: 16%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_10 .text-2{
	top: 20%;
    font-size: 78px;
    letter-spacing: 10px;
    color: #D80204;
}
.sec_10 .text-3{
	top: 30%;
	font-size: 42px;
	letter-spacing: 10px;
	color: #fff;
}
.sec_10 .text-4{
	top: 35%;
	font-size: 42px;
	letter-spacing: 10px;
	color: #d80305;
}
.sec_10 .div-1{
	color: #D80204;
	top: 48%;
	left: 19.5%;
}
.sec_10 .div-2{
	color: #fe8301;
	top: 66.5%;
	left: 12.5%;
}
.sec_10 .div-3{
	top: 81%;
	left: 48%;
	color: #608540;
}
.sec_10 .text-block{
	text-align: center;
}
.sec_10 .text-block h3{
	font-size: 64px;
	font-weight: 700;
	line-height: 74px;
}
.sec_10 .text-block p{
	font-weight: 900;
	text-align: center;
}
.sec_11 .text-1{
	color: #5c0e5d;
	top: 12.5%;
	font-size: 70px;
	letter-spacing: 20px;
}
.sec_11 .text-2{
	top: 17.5%;
    font-size: 53px;
    letter-spacing: 14px;
}
.sec_11 .text-3{
	top: 47.5%;
    font-size: 54px;
    letter-spacing: 3px;
    color: #fff;
}
.sec_11 .text-4{
	top: 55%;
	font-size: 46px;
	letter-spacing: 3px;
	color: #872d87;
}
.sec_11 .text-5{
	top: 60%;
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
}
.sec_11 .text-6{
	top: 75.5%;
    font-size: 54px;
    letter-spacing: 3px;
    color: #fff;
}
.sec_11 .text-7{
	top: 83%;
	font-size: 46px;
	letter-spacing: 3px;
	color: #7f4ca9;
}
.sec_11 .text-8{
	top: 88%;
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
}
.sec_12 .text-1{
	top: 15%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_12 .text-2{
	top: 19%;
    font-size: 78px;
    letter-spacing: 10px;
    color: #D80204;
}
.sec_12 .text-3{
	text-align: center;
	top: 59%;
	font-size: 42px;
	letter-spacing: 3px;
}
.sec_12 .text-3 span{
	font-size: 60px;
	line-height: 62px;
}
.sec_12 .text-4{
	top: 70%;
	left: 15%;
	font-size: 42px;
	letter-spacing: 3px;
}
.sec_12 .text-5{
	top: 73%;
	left: 41%;
	font-size: 42px;
	letter-spacing: 3px;
}
.sec_12 .text-6{
	top: 70%;
	left: 66%;
	font-size: 42px;
	letter-spacing: 3px;
}
.sec_12 .text-7{
	color: #804f0e;
	top: 89%;
	left: 17.5%;
	font-size: 38px;
	letter-spacing: 3px;
	text-align: center;
	line-height: 40px;
}
.sec_12 .text-8{
	color: #804f0e;
	top: 91.5%;
	left: 1%;
	right: 0;
	margin: auto;
	font-size: 38px;
	letter-spacing: 3px;
	text-align: center;
	line-height: 40px;
}
.sec_12 .text-9{
	color: #804f0e;
	top: 89%;
	left: 69%;
	font-size: 38px;
	letter-spacing: 3px;
	text-align: center;
	line-height: 40px;
}
.sec_13 .text-1{
	top: 15.5%;
	font-size: 52px;
	letter-spacing: 10px;
}
.sec_13 .text-2{
	top: 19.5%;
    font-size: 78px;
    letter-spacing: 10px;
    color: #d19425;
}
.sec_13 .text-3{
	top: 77%;
	font-size: 40px;
	letter-spacing: 3px;
	text-align: center;
	color: #D80204;
}
.sec_13 .text-4{
	top: 86%;
	font-size: 40px;
	letter-spacing: 3px;
	text-align: center;
}
.sec_14 .text-1{
	top: 2.5%;
	font-size: 112px;
	letter-spacing: 12px;
}
.sec_14 .text-2{
	top: 8.5%;
    font-size: 70px;
    letter-spacing: 18px;
    left: 26%;
    color: #D80204;
}
.sec_14 .div-1{
	top: 23.5%;
	width: 69%;
}
.sec_14 .div-2 {
    top: 52.5%;
    width: 69%;
}
.sec_14 .div-3 {
	top: 81.5%;
    width: 69%;
}
.sec_14 .text-block p:nth-of-type(1){
	font-size: 46px;
	letter-spacing: 3px;
}
.sec_14 .text-block p:nth-of-type(2){
	font-size: 30px;
	letter-spacing: 3px;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	padding-top: 38px;
}
.sec_15 .text-0{
	top: 4.3%;
	font-size: 68px;
	letter-spacing: 10px;
	color: #fff;
}
.sec_15 .text-1{
	top: 52%;
	font-size: 46px;
	letter-spacing: 3px;
	color: #fff;
	left: 27%;
}
.sec_15 .text-2{
	top: 61%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
	left: 27%;
	color: #c0070c;
	text-align: center;
}
.sec_15 .text-3{
	top: 71%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
	left: 27%;
	text-align: center;
}
.sec_15 .text-4{
	top: 78.5%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
	left: 27%;
	text-align: center;
}
.sec_15 .text-5{
	top: 90.5%;
	font-size: 45px;
	color: #fff;
	left: 26.5%;
}
.sec_15 .text-6{
	top: 52%;
	font-size: 46px;
	letter-spacing: 3px;
	color: #fff;
	left: 73%;
}
.sec_15 .text-7{
	top: 61%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
	left: 73%;
	color: #a92f85;
	text-align: center;
}
.sec_15 .text-8{
	top: 71%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
    left: 73%;
	text-align: center;
}
.sec_15 .text-9{
	top: 78.5%;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 3px;
	left: 73%;
	text-align: center;
}
.sec_15 .text-10{
	top: 90.5%;
	font-size: 45px;
	color: #fff;
	left: 73%;
}

.jtowgfg-lazy-img {
  transition: opacity 0s ease;
}

.jtowgfg-lazy-img.fade-in {
  opacity: 1; /* 真正圖片載入後變為完全不透明 */
}