/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700;900&display=swap'); */


*{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
body{
    background-color: #aaa;
    /* font-family: 'Noto Sans TC', sans-serif; */
    /* font-size: 16px;
    font-weight: 300; */
}
.wrap {
    position: relative;
}
a {
    text-decoration: none;
}



/*內文區塊*/

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.absolute {
    position: absolute;
}

.img-1000 {
    max-width: 1000px;
    width: 100%;
}

#header {
	position: relative;
	transition: all 1s;
	z-index: 99;
}

.countdown {
	background: url(../images/countdown_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 1% 0;
	width: 100%;
}

.countdown_content {
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 5px;
	color: #000;
	text-shadow: 1px 1px 3px #00000030;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
}

.countdown_content img {
	width: 40px;
}

#demo {
	font-weight: 700;
	color: #881414;
}

@media screen and (max-width: 900px) {
	.countdown {
		padding: 2% 0;
	}

	.countdown_content {
		font-size: 1.6rem;
		letter-spacing: 3px;
	}

	.countdown_content img {
		width: 35px;
	}
}

@media screen and (max-width: 500px) {
	.countdown_content {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 400px) {
	.countdown_content img {
		width: 25px;
	}

	.countdown_content {
		font-size: 1rem;
	}
}



.bg01 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_1/cut_1.jpg) top center no-repeat;
    background-size: cover;
}

.bg02 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_2/cut_2.jpg) top center no-repeat;
    background-size: cover;
}

.bg03 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_3/cut_3.jpg) top center no-repeat;
    background-size: cover;
}

.bg04 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_4/cut_4.jpg) top center no-repeat;
    background-size: cover;
}

.bg05 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_5/cut_5.jpg) top center no-repeat;
    background-size: cover;
}

.bg06 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_6/cut_6.jpg) top center no-repeat;
    background-size: cover;
}

.bg07 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_7/cut_7.jpg) top center no-repeat;
    background-size: cover;
}

.bg08 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_8/cut_8.jpg) top center no-repeat;
    background-size: cover;
}

.bg09 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_9/cut_9.jpg) top center no-repeat;
    background-size: cover;
}

.bg10 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_10/cut_10.jpg) top center no-repeat;
    background-size: cover;
}

.bg11 {
	max-width: 1920px;
    margin: 0 auto;
    background: url(../images/cut_11/cut_11.jpg) top center no-repeat;
    background-size: cover;
}



.bg06 .img06-1 {
    width: 36%;
    left: 8%;
    top: 19%;
}

.bg06 .img06-2 {
    width: 36%;
    left: 54%;
    top: 24%;
}

.bg08 .img08-1 {
    width: 83%;
    left: 8.2%;
    top: 91%;
}

.bg09 .img09-1 {
    width: 80%;
    left: 10.2%;
    top: 84.5%;
}

.bg10 .img10-1 {
    width: 39%;
    left: 53.2%;
    top: 32.5%;
}

.bg10 .img10-2 {
    width: 39%;
    left: 53.2%;
    top: 82%;
}



@media screen and (max-width: 768px){
	
}
