<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #f7f7f7;
	font-size: 16px;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

h1{
	font-size: 3.4em;
	font-weight: 700;
	line-height: 1.2em;
}

h2{
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}

h3{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
}

h4{
	font-size: 1.25em;
	font-weight: 700;
}

h5{
	font-size: 1.125em;
	font-weight: 500;
}

h6{
	font-size: 1.1em;
    font-weight: 500;
}

p{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}


::selection {
    color: #ffffff;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.scrollfixed{
	overflow: hidden;
}

/* ============================================================
LOADING
============================================================ */
.progress {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c6703f;
	color: #999999;
}

.progress-inner {
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 36px);
	width: 200px;
	height: 73px;
	background-color: #ffffff;
	/*overflow: hidden;*/
}

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffcc00;
}

.progress-text {
	color: #ffffff;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	font-size: 2em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 250px;
	text-align: center;
	top: 120%;
	left: 50%;
	transform: translate(-50%, 0);
}

/* .complete {
	overflow: auto;
} */

.progress-logo {
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	position: absolute;
	top: 0;
}

.progress-complete .progress-bar {
	background-color: #ffffff;
}



/* ============================================================
nav
============================================================ */
nav{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

nav.scroll{
	background: rgba(245, 155, 45, .8);
}

.explorer-logo{
	width: 80px;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
}

.explorer-logo img{
	max-width: 100%;
	max-height: 40px;
}

.explorer-logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 1024px){
	nav{
		height: 70px;
	}

	.explorer-logo{
		width: 100px;
	}

	.explorer-logo img{
		max-height: 50px;
	}
}





/* ======= icon animation ======= */
.nav-icon{
	display: block;
	position: fixed;
	top: 24px;
	right: 20px;
	z-index: 6;
}

.menu-icon{
	width: 40px;
	height: 40px;
	position: relative;
    z-index: 21;
    cursor: pointer;
/*     margin-top: 24px; */
    z-index: 6;
}

.menu-icon-line{
	width: 100%;
    height: 3px;
    background: #ffffff;
    margin-bottom: 7px;
    border-radius: 50000px;
}

.menu-icon-line:nth-child(3){
	margin-bottom: 0;
}

@keyframes navActive1{
	0%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	/* background: #ea5f40; */
	}

	100%{
		transform: rotate(45deg);
    	margin-top: 10px;
    	/* background: #ffffff; */
	}
}

@keyframes navActive1Back{
	0%{
    	transform: rotate(45deg);
    	margin-top: 10px;
    	/* background: #ffffff; */
	}

	100%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	/* background: #ea5f40; */
	}
}

@keyframes navActive3{
	0%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	/* background: #ea5f40; */
	}

	100%{
		transform: rotate(-45deg);
    	margin-top: -10px;
    	/* background: #ffffff; */
	}
}

@keyframes navActive3Back{
	0%{
    	transform: rotate(-45deg);
    	margin-top: -10px;
    	/* background: #ffffff; */
	}

	100%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	/* background: #ea5f40; */
	}
}

.menu-line1-active{
    animation: navActive1 .2s;
	animation-fill-mode: forwards;
}

.menu-line3-active{
    animation: navActive3 .2s;
	animation-fill-mode: forwards;
}

.menu-line1-back{
    animation: navActive1Back .2s;
	animation-fill-mode: forwards;
}

.menu-line3-back{
    animation: navActive3Back .2s;
	animation-fill-mode: forwards;
}

/* ======= END OF icon animation ======= */





/* menu */
.menu{
	position: absolute;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	background: linear-gradient(#d07000, #fcb25d);
	margin-top: 0;
	margin-right: 0;
}

.menu ul{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu ul li{
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
	font-size: 1.2em;
	width: 100%;
	box-sizing: content-box;
	transition: .2s linear;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.menu ul li:hover{
	background: #ffba69;
}

.menu ul li.active{
	background: #ffba69;
	color: #ffffff;
}

.menu ul a{
	color: #ffffff;
}






/* ============================================================
header
============================================================ */
header{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.header-bg{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.header-bg picture img{
	width: 100%;
	vertical-align: bottom;
}

.header-bg img{
	width: 100%;
}

.header-bg-line{
	width: 130%;
    position: absolute;
    top: 31%;
    left: -18%;
    mix-blend-mode: overlay;
    padding-bottom: 101.8%;
    overflow: hidden;
    animation: headerLineMobile 6s linear forwards infinite;
}

.header-bg-line img{
	position: absolute;
	top: 0;
	left: 0;
}

.header-bg-light{
	width: 58%;
    position: absolute;
    bottom: 9%;
    left: 17%;
    animation: headerFog 6s linear forwards infinite;
}

.header-bg-kids{
	width: 45%;
    position: absolute;
    bottom: 5%;
    left: 25%;
}

@media all and (min-width: 1024px) {
	.header-bg-line{
		width: 51%;
	    top: 0;
	    left: auto;
	    right: 9%;
	    padding-bottom: 40%;
	    animation: headerLineDesktop 6s linear forwards infinite;
	}

	.header-bg-light{
		width: 23.5%;
	    bottom: 13.5%;
	    left: auto;
	    right: 23%;
	}

	.header-bg-kids{
		width: 20%;
	    bottom: 5%;
	    left: auto;
	    right: 24%;
	}
}

@keyframes headerLineMobile{
	0%{
		padding-bottom: 0;
		opacity: 0;
	}

	30%{
		padding-bottom: 101.8%;
		opacity: 1;
	}

	70%{
		padding-bottom: 101.8%;
		opacity: 1;
	}

	100%{
		padding-bottom: 0;
		opacity: 0;
	}
}

@keyframes headerLineDesktop{
	0%{
		padding-bottom: 0;
		opacity: 0;
	}

	30%{
		padding-bottom: 40%;
		opacity: 1;
	}

	70%{
		padding-bottom: 40%;
		opacity: 1;
	}

	100%{
		padding-bottom: 0;
		opacity: 0;
	}
}

@keyframes headerFog{
	0%{
		opacity: 0;
	}

	30%{
		opacity: 1;
	}

	40%{
		opacity: .8;
	}

	50%{
		opacity: 1;
	}

	60%{
		opacity: .8;
	}

	70%{
		opacity: 1;
	}

	100%{
		opacity: 0;
	}
}

h1{
	width: 70%;
	position: absolute;
	top: 10%;
	left: 15%;
}

h1 img{
	width: 100%;
}

@media all and (min-width: 1024px){
	h1{
		width: 25%;
		position: absolute;
		top: 15%;
		left: auto;
		right: 21%;
	}
}


.header-video{
	width: 90%;
	position: absolute;
	top: 33%;
	left: 5%;
}

.header-video h2{
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}

.header-video-area{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	z-index: 2;
}

.header-video-area iframe{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.header-video-switch{
	width: 60px;
	position: relative;
	margin-left: calc(100% - 60px);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: -1px;
}

.header-video-btn{
	width: 30px;
	height: 30px;
	position: relative;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.header-video-btn.active{
	background: #ffffff;
	color: #000000;
}

@media all and (min-width: 1024px){
	.header-video{
		width: 40%;
		max-width: 600px;
		position: absolute;
		top: 50%;
	    left: 50%;
	    transform: translate(-120%, -60%);
	}

	.header-video h2{
		font-size: 1.5em;
	}

}

.header-ticket{
	width: 150px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	animation: ticketMove 2s linear forwards infinite;
	cursor: pointer;
}

.header-ticket h5{
	width: 100%;
	position: relative;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: 500;
	color: #f5f5f5;
	text-align: center;
}

.header-ticket h5 em{
	font-size: 1.5em;
	font-weight: 600;
}

.header-ticket-pic{
	width: 100%;
	position: relative;
}

.header-ticket-pic img{
	width: 100%;
}

.header-ticket-pic h5{
	position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translate(50%,0);
    width: 100%;
}

@media all and (min-width: 1024px){
	.header-ticket{
		width: 20%;
		max-width: 250px;
		position: absolute;
		bottom: 10%;
		right: 40px;
	}

	.header-ticket h5{
		font-size: 1.3em;
	}
}

@keyframes ticketMove{
	0%{
		margin-bottom: 10px;
	}

	50%{
		margin-bottom: 0;
	}

	100%{
		margin-bottom: 10px;
	}
}




/* ============================================================
section RECOMMEND
============================================================ */
section.recommend{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

@media all and (min-width: 1024px){
	section.recommend{
		padding: 70px 0;
	}
}

.recommend-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}


h2.unit-title{
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 40px;
}

h2.unit-title:after{
	content: '';
	display: table;
	width: 70px;
	height: 5px;
	background: #ffcc00;
	margin-top: 10px;
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
}

h2.unit-title.white{
	color: #ffffff;
}

@media all and (min-width: 1024px){
	h2.unit-title{
		font-size: 2em;
	}
}

.recommend-content{
	width: 100%;
	position: relative;
	margin: 10px 0;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.recommend-content li{
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	margin: 0 5px;
}

.recommend-main{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}

.recommend-pic{
	width: 80%;
	padding-bottom: 80%;
	position: relative;
	margin: 20px auto;
	border-radius: 50%;
	overflow: hidden;
}

.recommend-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.recommend-text h5{
	font-size: 1em;
	font-weight: 500;
	color: #e29b58;
	text-align: center;
}

.recommend-text h4{
	font-size: 1.25em;
	font-weight: 600;
	color: #882518;
	text-align: center;
}

.recommend-text p{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
}

.intro-icon-0{
    position: relative;
    /* float: left; */
}

ul.intro-icons:after{
	content: '';
	display: table;
	clear: both;
}

.slide-control {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 3;
    top: 35%;
    transform: translate(0,-50%);
    display: block;
}

.slide-prev, .slide-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(136, 37, 24, .8);
    cursor: pointer;
    color: #ffffff;
    font-size: 2em;
    position: absolute;
}

.slide-prev {
    top: 0;
    left: 0;
}

.slide-next {
    top: 0;
    right: 0;
}

@media all and (min-width: 768px) {
	.slide-prev, .slide-next{
		display: none;
	}
}

/* ============================================================
section series
============================================================ */
section.series{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	background: #c6703f;
}

@media all and (min-width: 1024px){
	section.series{
		padding: 70px 0;
	}
}

.series-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

.series-intro{
	width: 100%;
	max-width: 768px;
	position: relative;
	margin: 0 auto;
}

.series-intro ul li {
	list-style-type: square;
	margin-left: 1.4em;
	font-size: 1.15em;
    font-weight: 500;
    color: #ffffff;
}

@media all and (min-width: 768px){
	.series-intro ul li{
		text-align: center;
		list-style-type: none;
		font-size: 1.2em;
	}
}

.series-intro h6{
	font-size: 1.15em;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 10px 0;
	color: #222222;
}

.series-intro p{
	font-size: 1em;
	font-weight: 500;
	text-align: justify;
	color: #222222;
}

ul.book-intro{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 30px;
}

ul.book-intro li{
	width: 100%;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	margin: 10px 0;
}

.book-container{
	width: 85%;
	padding: 15px;
	position: relative;
	margin: 0 auto;
}

.book-cover{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.book-cover img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	position: absolute;
}

.book-text{
	width: 100%;
	position: relative;
}

.book-text h2{
	font-size: 1.3em;
	font-weight: 600;
	color: #882518;
	text-align: center;
}

.book-text p{
	color: #333333;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
}

.book-btn{
	width: 100%;
	height: 46px;
	position: relative;
	text-align: center;
	line-height: 46px;
	border: 1px solid #882518;
	box-sizing: border-box;
	color: #882518;
	margin: 20px 0;
	cursor: pointer;
	transition: .2s linear;
}

.book-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 768px){
	ul.book-intro li{
		width: 32%;
	}

	.book-btn:hover{
		background: #882518;
		color: #ffffff;
	}
}

/* ============================================================
section exploer-more
============================================================ */
section.exploer-more{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	background: #f7f7f7;
}

@media all and (min-width: 1024px){
	section.exploer-more{
		padding: 70px 0;
	}
}

.exploer-more-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

ul.exploer-more-content{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

ul.exploer-more-content li{
	width: 49%;
	position: relative;
	padding-bottom: 49%;
	margin: 1% 0;
}

@media all and (min-width: 768px){
	ul.exploer-more-content li{
		width: 24%;
		padding-bottom: 36%;
	}
}

ul.exploer-more-content li:before{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.exploer-more-pic{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	overflow: hidden;
}

.exploer-more-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transition: .2s linear;
}

.exploer-more-text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translate(0,-50%);
	color: #ffffff;
	z-index: 3;
}

.exploer-more-text h5{
	font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
}

.exploer-more-text h4{
	font-size: 1.5em;
    font-weight: 600;
}

ul.exploer-more-content li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}



@media all and (min-width: 768px){
	ul.exploer-more-content li:hover .exploer-more-pic img{
		transform: scale(1.2);
	}
}


/* ============================================================
section sale
============================================================ */
section.sale{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	background: url('../img/sale_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

@media all and (min-width: 1024px){
	section.sale{
		padding: 70px 0;
	}
}

.sale-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

.sale-content{
	width: 100%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.sale-content li{
	width: 100%;
	position: relative;
	margin: 10px auto;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
}

@media all and (min-width: 768px){
	.sale-content li{
		width: 48%;
	}
}

.sale-main{
	width: 85%;
	position: relative;
	padding: 15px 0;
	margin: 0 auto;
	padding-bottom: 60px;
}

.sale-pic{
	width: 100%;
	position: relative;
}

.sale-pic img{
	width: 100%;
}

.discount{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	background: #cc0000;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
	animation: discountJump 1s linear forwards infinite;
}

.discount h5{
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	line-height: 80px;
	color: #ffffff;
}

.discount h5 em{
	font-size: 2em;
	font-weight: 600;
}

@keyframes discountJump{
	0%{
		margin-top: 0;
	}

	50%{
		margin-top: -10px;
	}

	100%{
		margin-top: 0;
	}
}


.sale-text h3{
	font-size: 1.3em;
	font-weight: 600;
	color: #882518;
	text-align: center;
}

.sale-text p{
	font-size: 1em;
	font-weight: 500;
	color: #333333;
	text-decoration: line-through;
	text-align: left;
	margin: 8px 0;
}

.sale-text h6{
	font-size: 1em;
	font-weight: 500;
	color: #333333;
	text-align: right;
}

.sale-text h6 em{
	font-size: 1.5em;
	font-weight: 600;
	color: #cc0000;
}

.sale-btn{
	width: 100%;
	height: 46px;
	position: relative;
	/* border-radius: 5px; */
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	font-weight: 500;
	color: #000000;
	background: #ffcc00;
	/* margin: 10px 0; */
	transition: .2s linear;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sale-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

@media all and (min-width: 768px){
	.sale-btn:hover{
		color: #ffcc00;
		background: #000000;
	}

	.sale-text h3{
		min-height: 60px;
	}
}

/* ============================================================
Footer
============================================================ */
footer{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #000000;
	padding: 40px 0;
}

/* @media all and (min-width: 1024px){
	footer{
		padding: 60px 0;
	}
} */

.footer-container{
	width: 90%;
	max-width: 768px;
	position: relative;
	margin: 0 auto;
}

.copyright-logos{
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright-logo-item{
	width: 50%;
	height: 60px;
	text-align: center;
	position: relative;
}

.copyright-logo-item img{
	max-width: 150px;
	height: 60px;
}

.copyright-logo-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copyright-items{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px 0 20px 0;
}

.copyright-items li{
	width: 100%;
}

.footer-container p{
	font-size: .9em;
	text-align: center;
	color: #f7f7f7;
}

@media all and (min-width: 1024px){
	.copyright-items li{
		width: 33.3333%;
	}
}


/* ============================================================
GO TOP
============================================================ */

#gotop{
	width: 52px;
	height: 52px;
	background: rgba(255,204,0,.7);
	z-index:9;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	/* border-radius: 50%; */
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 15;
}

#gotop i{
	font-size: 2em;
	color: #FFFFFF;
	width: 52px;
	line-height: 52px;
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
}


/* ============================================================
RWD
============================================================ */
@media all and (max-width: 1440px) {
	
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 960px) {
	
}

@media screen and (orientation: portrait) {
	

}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 640px) {
	
}

@media all and (max-width: 480px) {
	
}


@media all and (max-width: 320px){
	
}

</pre></body></html>