/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

#mainframe div, #mainframe span, #mainframe applet, #mainframe object, #mainframe iframe,
#mainframe h1, #mainframe h2, #mainframe h3, #mainframe h4, #mainframe h5, #mainframe h6, #mainframe p, #mainframe blockquote, #mainframe pre,
#mainframe a, #mainframe abbr, #mainframe acronym, #mainframe address, #mainframe big, #mainframe cite, #mainframe code,
#mainframe del, #mainframe dfn, #mainframe em, #mainframe img, #mainframe ins, #mainframe kbd, #mainframe q, #mainframe s, #mainframe samp,
#mainframe small, #mainframe strike, #mainframe strong, #mainframe sub, #mainframe sup, #mainframe tt, #mainframe var,
#mainframe b, #mainframe u, #mainframe i, #mainframe center,
#mainframe dl, #mainframe dt, #mainframe dd, #mainframe ol, #mainframe ul, #mainframe li,
#mainframe fieldset, #mainframe form, #mainframe label, #mainframe legend,
#mainframe table, #mainframe capxion, #mainframe tbody, #mainframe tfoot, #mainframe thead, #mainframe tr, #mainframe th, #mainframe td,
#mainframe article, #mainframe aside, #mainframe canvas, #mainframe details, #mainframe embed, 
#mainframe figure, #mainframe figcapxion, #mainframe hgroup, 
#mainframe menu, #mainframe nav, #mainframe output, #mainframe ruby, #mainframe section, #mainframe summary,
#mainframe time, #mainframe mark, #mainframe audio, #mainframe video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#mainframe article, #mainframe aside, #mainframe details, #mainframe figcapxion, #mainframe figure, 
#mainframe hgroup,#mainframe  menu, #mainframe nav, #mainframe section {
	display: block;
}
#mainframe {
	line-height: 1;
}
#mainframe ol, #mainframe ul {
	list-style: none;
}
#mainframe blockquote, #mainframe q {
	quotes: none;
}
#mainframe blockquote:before, #mainframe blockquote:after,
#mainframe q:before, #mainframe q:after {
	content: '';
	content: none;
}
#mainframe table {
	border-collapse: collapse;
	border-spacing: 0;
}
#mainframe a{
	text-decoration: none;
	color: inherit;
}

#mainframe{
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color:#212121;
}

/* Page Loader */

#fade{
    display:none;
    width:100%;
    height:100%;
    background: #FFF;
    position: fixed;
    top:0px;
    left:0px;
    z-index:99;
}
#fade .load_img{
    display: block;
    margin: auto;
    padding-top: 45vh;
}
#fade .load_img img{
	display: block;
	height: auto;
	width: 100px;
	background:transparent;
	/*animation: flash 3s linear infinite;*/
	margin: auto;
}
@-webkit-keyframes flash{
	0%,50%,to{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0
	%,50%,to{opacity:1}25%,75%{opacity:0}}

#mainframe img{
	max-width: 100%;
	vertical-align:middle;
}
#mainframe .sp{display: none!important;}


#mainframe .wrapper{
	font-size: 14px;
	background-color: #c9d2d9;
}

#mainframe #mainVisual {     
	width: 100%;   
	position: relative;   
	margin-bottom: 0; 
	padding: 3em 0;
} 

/*#mainframe #mainVisual .mainImg::before {   
	content: "";   
	display: block;   
	width: 100%;   
	height: 100%;   
	background-color: rgba(0, 0, 0, 0.05);   
	position: absolute;   
	top: 0;   
	left: 0;   
	z-index: 5; 
}*/
#mainframe .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    max-width: 1100px !important;
    width: 70%;
    margin: auto;
}

/*mainVisual setting END*/

#mainframe .intro{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 630px;
	margin: 4em auto 5.5em auto;
	background: #fff;
	padding: 50px 30px;
	border-radius: 30px;
}

#mainframe .intro p{
	width: 66%;
	letter-spacing: 0.1em;
	line-height: 230%;
	white-space: pre-line;
	text-align: justify;
	order: -1;
}
#mainframe .introImg{
	width: 23%;
}
#mainframe .content{
	max-width: 980px;
	margin: auto;
	padding: 6em 0 0 0;
	position: relative;
}
#mainframe .content:last-of-type{
	padding-bottom: 7em;
}
#mainframe .detail{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 55%;
	margin: auto;
}
#mainframe .detailImg{
	width: 46%;
	margin-bottom: 1.2em;
}
#mainframe .lineUp{
	--width: 55em;
	--aspect-ratio: 0.27;/* 原始background圖片的寬高比 */
	--height: calc(var(--width) * var(--aspect-ratio));
	height:calc(var(--height) / 2);
	background-image:url(../images/line_up.png);
	background-repeat:repeat-x;
	background-size:var(--width) var(--height);
	animation:lineup-translate 200s linear infinite,
	lineup-change .7s steps(2,jump-none) infinite alternate}
	@media only screen and (min-width: 769px){
		#mainframe .lineUp{
			--width: 70em;
		}
	}
		@keyframes lineup-tail{0%{rotate:0}to{rotate:15deg}}
		@keyframes lineup-translate{0%{background-position-x:0}to{background-position-x:calc(-1 * var(--width))}}
		@keyframes lineup-change{0%{background-position-y:0}to{background-position-y:calc(-1 * var(--height) / 2)}}

#mainframe .content p{
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 200%;
}
#mainframe .about{
	max-width: 630px;
	margin: auto;
	background: #FFF;
	padding: 50px 50px;
	border-radius: 30px;
}
#mainframe .aboutIMG{
	width: 170px;
	margin: 0 auto 30px auto;
}
#mainframe .aboutIMG img{
	border-radius: 50%;
}
#mainframe .about p{
	text-align: justify;
	margin-top: 25px;
}
#mainframe .ig{
	display: block;
	text-align: center;
	font-size: 15px;
	font-family:'Heebo', sans-serif;
	letter-spacing: .03em;
	vertical-align: middle;
	color: #437ba7;
}
#mainframe .ig i{
	font-size: 22px;
	margin-right: 6px;
	vertical-align: middle;
}
#mainframe .fa-instagram, #mainframe .fa{
    font-family: "Font Awesome 6 Brands";
}
#mainframe .productWrap{
	display: flex;
	justify-content: space-evenly;
}
#mainframe .product{
	width: 40%;
}
#mainframe .product h3{
	text-align: center;
	margin-top: 30px;
}
#mainframe .productName{
	font-size: 115%;
	font-weight: 600;
	letter-spacing: .07em;
}
#mainframe .btn{
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	letter-spacing: .05em;
	font-weight: 400;
	font-size: 85%;
	letter-spacing: .05em;
	width: fit-content;
	width: -webkit-fit-content;
	border: 1px solid;
	text-align: center;
	padding: 8px 15px 6px 15px;
    vertical-align: middle;
    margin-left: 15px;
    transform: translateY(-2px);
	transition: ease .8s;
}
#mainframe .btn:hover{
	transform: scale(1.1);
}

/*======= mobile setting ======= */

@media screen and (max-width: 640px){
	#fade .load_img{
	
	}
	#fade .load_img img{
		width: 80px;
	}
	._pc{display: none!important;}
	._sp{display: block!important;}
	#mainframe .wrapper{
		width: 100%;
		overflow-x: hidden;
		padding-bottom: 0;
	}
	#mainframe .sp{
		display: block!important;
	}
	#mainframe .pc{
		display: none;
	}
	#mainframe #mainVisual{
		padding: 3em 0 1.5em 0;
	}
	#mainframe .bx-wrapper{
		width: 100%;
	}
	#mainframe .intro{
		display: block;
		width: 88%;
		margin: 3.5em auto;
	}
	#mainframe .intro p{
		width: 100%;
	}
	#mainframe .introImg{
		/*display: none;*/
		width: 33%;
		margin:0 auto 1.5em auto;
	}
	#mainframe .content{
		padding-top: 4em;
	}
	#mainframe .content:last-of-type{
		padding-bottom: 5em;
	}
	#mainframe .detail{
		width: 90%;
		margin-top: ;
	}
	#mainframe .about{
		width: 85%;
		padding: 50px 9%;
	}
	#mainframe .aboutIMG{
		width: 68%;
	}
	#mainframe .productWrap{
		display: block;
	}
	#mainframe .product{
		width: 100%;
		margin: 0 auto 3em auto;
	}
	#mainframe .productImg{
		width: 70%;
		margin: 0 auto;
	}
	#mainframe .product h3{
		margin-top: 20px;
	}
	#mainframe .btn{
		font-size: 80%;
	}
}

@media(max-width: 414px){
	
}

@media(max-width: 376px){
	
}


