@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/* 測試CSS */ 
.test{
	background-color:gray;
}
.divPostionR{
	position: relative;
}
.backgroundColor{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgb(75, 75, 75);
	text-decoration: none;
}
/* 文字基本CSS */ 
.table-text-M{
	text-align: center;
}
.table-text-L{
	text-align: left;
}
.table-text-R{
	text-align: right;
}
.textColorW{
	color:rgb(255, 255, 255);
}
.textColorB{
	color:rgb(0, 0, 0);
}
.textColor01{
	color:#ffd374;
}
.textColor02{
	color:#c4c4c4;
}
.textColor04{
	color:#614939;
}
.textColor05{
	color:#d1ae62;
}

.textColorE01{
	text-shadow: 0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0),
	0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0);
}
.textColorE02{
	text-shadow: 2px 2px 0.5em rgb(0, 0, 0);
}


/* 文字基本CSS */ 

.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.text-size-100{
	font-size: 100px !important;
}
.text-size-90{
	font-size: 90px;
}
.text-size-84{
	font-size: 84px;
}
.text-size-80{
	font-size: 80px;
}
.text-size-76{
	font-size: 76px;
}
.text-size-70{
	font-size: 70px;
}
.text-size-66{
	font-size: 66px;
}
.text-size-62{
	font-size: 62px;
}
.text-size-60{
	font-size: 60px;
}
.text-size-56{
	font-size: 56px;
}
.text-size-54{
	font-size: 54px;
}
.text-size-50{
	font-size: 50px;
}
.text-size-48{
	font-size: 48px;
}
.text-size-46{
	font-size: 46px;
}
.text-size-42{
	font-size: 42px;
}
.text-size-40{
	font-size: 40px;
}
.text-size-38{
	font-size: 38px;
}
.text-size-36{
	font-size: 36px;
}
.text-size-34{
	font-size: 34px;
}
.text-size-32{
	font-size: 32px;
}
.text-size-30{
	font-size: 30px;
}
.text-size-28{
	font-size: 28px;
}
.text-size-26{
	font-size: 26px;
}
.text-size-24{
	font-size: 24px;
}
.text-size-22{
	font-size: 22px;
}
.text-size-20{
	font-size: 20px;
}
.text-size-18{
	font-size: 18px;
}
.text-size-16{
	font-size: 16px;
}
.text-size-14{
	font-size: 14px;
}
.text-size-12{
	font-size: 12px;
}
.text-size-11{
	font-size: 11px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.line-height-1{
	line-height: 32px;
}
.line-height-2{
	line-height: 36px;
}
.line-height-3{
	line-height: 42px;
}
.line-height-4{
	line-height: 48px;
}
.line-height-5{
	line-height: 60px;
}
.line-height-6{
	line-height: 28px;
}
.line-height-70{
	line-height: 70px;
}
.line-height-80{
	line-height: 80px;
}
.letter-spacing-5{
	letter-spacing: 0.2rem;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.width-fit{
	width: fit-content;
}
.w-95{
	width: 95%;
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 6px #fff;
	white-space:nowrap;
}
.storke-2::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #fff;
	white-space:nowrap;
}
.rounded-pill-1{
	border-radius: 50rem !important;
}
.rounded-pill-2{
	border-radius: 3rem !important;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.bg-position-center{
	background-position: center;
}
.bg-position-bottom{
	background-position: bottom;
}
.bg-position-contain{
	background-size: contain;
}
.hr-1{
	border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
	.content-row{
		width: 100%;
	}
	.desktop_hide{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	/*新增*/
	.noMargin{
		margin: 0 0 !important;
	}
	.reMargin01{
		margin: 20px 0 20px 0!important;
	}
	.letter-spacing-2{
		letter-spacing: 0px;
	}
	.line-height-4{
		line-height: 32px;
	}
	.line-height-5{
		line-height: 36px;
	}
	.line-height-70{
		line-height: 56px;
	}
	.line-height-80{
		line-height: 4rem;
	}
	.line-height-Stext{
		line-height: 46px;
	}
	.div4PicMargin{
		margin: 18% 0 !important;
		line-height: 38px !important;
	}
	/*新增*/
	.content-row{
		width: 768px;
		width: 100%;
		background-color: rgb(255, 255, 255);

	}
	.table-obj-fit-cover{
		object-fit: cover !important;
	}

	.table-justify-content-start {
	    justify-content: start !important;
	}

	.table-pt-0 {
	    padding-top: 0 !important;
	}

	.table-pt-1 {
	    padding-top: .25rem !important;
	}

	.table-pt-2 {
	    padding-top: .5rem !important;
	}

	.table-pt-3 {
	    padding-top: 1rem !important;
	}

	.table-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.table-pt-5 {
	    padding-top: 3rem !important;
	}

	.table-pb-0 {
	    padding-bottom: 0 !important;
	}

	.table-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.table-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.table-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.table-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.table-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.table-pl-1 {
	    padding-left: .25rem !important;
	}

	.table-pl-2 {
	    padding-left: .5rem !important;
	}

	.table-pl-3 {
	    padding-left: 1rem !important;
	}

	.table-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.table-pl-5 {
	    padding-left: 3rem !important;
	}

	.table-pr-1 {
	    padding-right: .25rem !important;
	}

	.table-pr-2 {
	    padding-right: .5rem !important;
	}

	.table-pr-3 {
	    padding-right: 1rem !important;
	}

	.table-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.table-pr-5 {
	    padding-right: 3rem !important;
	}

	.table-mt-0 {
	    margin-top: 0 !important;
	}

	.table-mt-1 {
	    margin-top: .25rem !important;
	}

	.table-mt-2 {
	    margin-top: .5rem !important;
	}

	.table-mt-3 {
	    margin-top: 1rem !important;
	}

	.table-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.table-mt-5 {
	    margin-top: 3rem !important;
	}
	.table-mb-0{
		margin-bottom: 0 !important;
	}
	.table-mb-1{
		margin-bottom: .25rem !important;
	}
	.table-mb-2{
		margin-bottom: .5rem !important;
	}
	.table-mb-3{
		margin-bottom: 1rem !important;
	}
	.table-mb-4{
		margin-bottom: 1rem !important;
	}
	.table-mb-5{
		margin-bottom: 3rem !important;
	}
	.table-max-height-1{
		height: 200px !important;
	}
	.table-text-size-14 {
	    font-size: 14px !important;
	}

	.table-text-size-16 {
	    font-size: 16px !important;
	}

	.table-text-size-18 {
	    font-size: 18px !important;
	}

	.table-text-size-20 {
	    font-size: 20px !important;
	}

	.table-text-size-22 {
	    font-size: 22px !important;
	}

	.table-text-size-24 {
	    font-size: 24px !important;
	}

	.table-text-size-26 {
	    font-size: 26px !important;
	}

	.table-text-size-28 {
	    font-size: 28px !important;
	}

	.table-text-size-30 {
	    font-size: 30px !important;
	}

	.table-text-size-32 {
	    font-size: 32px !important;
	}

	.table-text-size-34 {
	    font-size: 34px !important;
	}

	.table-text-size-36 {
	    font-size: 36px !important;
	}

	.table-text-size-38 {
	    font-size: 38px !important;
	}

	.table-text-size-40 {
	    font-size: 40px !important;
	}
	.table-text-size-42{
		font-size: 42px;
	}
	.table-text-size-46 {
	    font-size: 46px !important;
	}
	.table-text-size-48 {
	    font-size: 48px !important;
	}
	.table-text-size-50 {
	    font-size: 50px !important;
	}
	.table-text-size-52 {
	    font-size: 52px !important;
	}
	.table-text-size-56 {
	    font-size: 56px !important;
	}
	.table-text-size-60 {
	    font-size: 60px !important;
	}
	.table-text-size-66 {
	    font-size: 66px !important;
	}
	.table-w-100{
		width: 100% !important;
	}
	.table-line-height-1{
		line-height: 45px !important;
	}
}
@media screen and (min-width: 576px) {
	.content-row{
		/*min-width: 749px;*/
		width: 100%;
	}
	.mobile-768-hide{
		display: none;
	}
}
@media screen and (max-width: 576px) {
	.content-row{
		width: unset !important;
		/*max-width: 430px !important;*/
		width: 100%;
	}
	.mobile-mt-0{
	  margin-top: 0 !important;
	}
	.mobile-mt-1{
	  margin-top: .25rem !important;
	}
	.mobile-mt-2{
	  margin-top: 0rem !important;
	}
	.mobile-mt-3{
	  margin-top: 1rem !important;
	}
	.mobile-mt-4{
	  margin-top: 1.5rem !important;
	}
	.mobile-mt-5{
	  margin-top: 3rem !important;
	}
	.mobile-mb-0{
	  margin-bottom: 0 !important;
	}
	.mobile-mb-1{
	  margin-bottom: .25rem !important;
	}
	.mobile-mb-2{
	  margin-bottom: .5rem !important;
	}
	.mobile-mb-3{
	  margin-bottom: 1rem !important;
	}
	.mobile-mb-4{
	  margin-bottom: 1.5rem !important;
	}
	.mobile-mb-5{
	  margin-bottom: 3rem !important;
	}
	.mobile-ml-0{
	  margin-left: 0 !important;
	}
	.mobile-ml-1{
	  margin-left: .25rem !important;
	}
	.mobile-ml-2{
	  margin-left: .5rem !important;
	}
	.mobile-ml-3{
	  margin-left: 1rem !important;
	}
	.mobile-ml-4{
	  margin-left: 1.5rem !important;
	}
	.mobile-ml-5{
	  margin-left: 3rem !important;
	}
	.mobile-mr-1{
	  margin-right: .25rem !important;
	}
	.mobile-mr-2{
	  margin-right: .5rem !important;
	}
	.mobile-mr-3{
	  margin-right: 1rem !important;
	}
	.mobile-mr-4{
	  margin-right: 1.5rem !important;
	}
	.mobile-mr-5{
	  margin-right: 3rem !important;
	}
	.mobile-mx-atuo{
	  margin: auto;
	}
	.mobile-576-show{
		display: block !important;
	}
	.mobile-576-hide{
		display: none;
	}
	.content-row {
		min-width: 375px;
	}
	.span_newline{
		padding-bottom: 30px;
		display: inline-block;
	}
	.span_newline_2{
		display: inline-block;
	}
	.mobile-p-0 {
	    padding: 0 !important;
	}

	.mobile-p-1 {
	    padding: .25rem !important;
	}

	.mobile-p-2 {
	    padding: .5rem !important;
	}

	.mobile-p-3 {
	    padding: 1rem !important;
	}

	.mobile-p-4 {
	    padding: 1.5rem !important;
	}

	.mobile-p-5 {
	    padding: 3rem !important;
	}

	.mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.mobile-pl-0 {
	    padding-left: 0 !important;
	}

	.mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.mobile-w-25 {
	    width: 25% !important;
	}

	.mobile-w-50 {
	    width: 50% !important;
	}

	.mobile-w-100 {
	    width: 100% !important;
	}

	.mobile-text-center {
	    text-align: center;
	}

	.mobile-show {
	    display: block !important;
	}

	.mobile-hide {
	    display: none !important;
	}

	.mobile-text-size-12 {
	    font-size: 12px !important;
	}

	.mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.mobile-text-size-22 {
	    font-size: 22px !important;
	}

	.mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.mobile-text-size-40 {
	    font-size: 40px !important;
	}

	.mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.mobile-line-height-0{
		line-height: 0;
	}

	.mobile-line-height-1{
		line-height: 45px;
	}

	.mobile-line-height-2{
		line-height: 20px;
	}

	.mobile-line-height-3{
	    line-height: 26px;
	}

	.mobile-line-height-3{
		line-height: 30px !important;
	}

	.mobitl-obj-fit-contain{
		object-fit: contain !important;
	}
	.mobile-width-fit-content{
		width: fit-content !important;
	}
	.mobile-d-block{
		display: block !important;
	}
	.mobile-position-static{
		position: static !important;
	}
	.mobile-text-nowrap{
		white-space: nowrap !important;
	}
	.mobile-text-pre-line{
		white-space: pre-line !important;
	}
	.mobile-text-normal{
		white-space: normal !important;
	}
	.mobile-letter-spacing-0{
		letter-spacing: 0;
	}
}

@media screen and (max-width: 430px) {
	.sm-mobile-text-size-08 {
		font-size: 8px !important;
	}
	.sm-mobile-text-size-10 {
		font-size: 10px !important;
	}
	.sm-mobile-text-size-11 {
		font-size: 11px !important;
	}
	.sm-mobile-text-size-12 {
		font-size: 12px !important;
	}

	.sm-mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.sm-mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.sm-mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.sm-mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.sm-mobile-text-size-22 {
	    font-size: 22px !important;
	}

	.sm-mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.sm-mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.sm-mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.sm-mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.sm-mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.sm-mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.sm-mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.sm-mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.sm-mobile-text-size-40 {
	    font-size: 40px !important;
	}
	.sm-mobile-text-size-48 {
	    font-size: 48px !important;
	}

	.sm-mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.sm-mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.sm-mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.sm-mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.sm-mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.sm-mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.sm-mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.sm-mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.sm-mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.sm-mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.sm-mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.sm-mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.sm-mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.sm-mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.sm-mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.sm-mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.sm-mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.sm-mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.sm-mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.sm-mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.sm-mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.sm-mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.sm-mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.sm-mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.sm-mobile-mt-0 {
	    margin-top: 0 !important;
	}

	.sm-mobile-mt-1 {
	    margin-top: .25rem !important;
	}

	.sm-mobile-mt-2 {
	    margin-top: .5rem !important;
	}

	.sm-mobile-mt-3 {
	    margin-top: 1rem !important;
	}

	.sm-mobile-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.sm-mobile-mt-5 {
	    margin-top: 3rem !important;
	}
	.sm-mobile-mb-0{
		margin-bottom: 0 !important;
	}
	.sm-mobile-mb-1{
		margin-bottom: .25rem !important;
	}
	.sm-mobile-mb-2{
		margin-bottom: .5rem !important;
	}
	.sm-mobile-mb-3{
		margin-bottom: 1rem !important;
	}
	.sm-mobile-mb-4{
		margin-bottom: 1.5rem !important;
	}
	.sm-mobile-mb-5{
		margin-bottom: 3rem !important;
	}
	.sm-text-normal{
		white-space: normal !important;
	}
	.sm-text-nowrap{
		white-space: nowrap !important;
	}
}
@media screen and (max-width: 575px) {
	.noMargin{
		margin: 0 0 !important;
	}
	.reMargin01{
		margin: 20px 0 20px 0!important;
	}
	.letter-spacing-2{
		letter-spacing: 0px;
	}
	.line-height-4{
		line-height: 18px;
	}
	.line-height-5{
		line-height: 20px;
	}
	.line-height-70{
		line-height: 30px;
	}
	.line-height-80{
		line-height: 2rem;
	}
	.line-height-Stext{
		line-height: 22px;
	}
	.div4PicMargin{
		margin: 18% 0 !important;
		line-height: 26px !important;
	}
}
