@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: block;
}

.clear{
	clear: both;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

/*----------CTA 按鈕 star----------*/

.fixed-obj{
	position: fixed;
	top: -380px;
	right: 0;
	max-width: 270px;
	width: 100%;
	z-index: 999;
	transition: top .5s ease-out;
}

.fixed-obj.show_sta{
	top: 105px;
}


.fixed-obj #pc_sta{
	width: 220px;
	display: block;
	margin: 0 0 0 auto;
}

.fixed-obj #mobile_sta{
	display: none;
	margin: 0 auto;
}


@media screen and (max-width : 900px){	
	

	.fixed-obj #pc_sta{
		display: none;
	}

	 .fixed-obj #mobile_sta{
			display: block;
			width: 100%;
	  }
	
	.fixed-obj {
		top: auto;
		bottom: -360px;
		max-width: 800px;
		transition: bottom .5s ease-out;
	}

	.fixed-obj.show_sta{
		top: auto;
		bottom: 0;
	}
	
	
}

/*----------CTA 按鈕 end----------*/

body::before {
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../images/bg.jpg') bottom center no-repeat;
	background-size: cover;
}

.content{
	position: relative;
	margin: 0 auto;
	max-width: 900px;
}

.content img{
	max-width: 900px;
	width: 100%;
}

.shadow {
	max-width: 900px;
	margin: 0 auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
}

/* 語言跳轉btn */
.language_btn {
    position: absolute;
    top: 3%;
    right: 1%;
}

.language_btn a {
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    color: #093324;
    background: #F6E87B;
    border-radius: 5px;
    padding: 3px 8px;
    letter-spacing: 0.5px;
    box-shadow: 2px 2px 0 #ddc302;
}

.language_btn a:hover {
    background: #FFFFFF;
}

@media screen and (max-width: 800px) {
    .language_btn {
        top: 2%;
    }
    .language_btn a {
        letter-spacing: 0;
        font-size: 0.75em;
        padding: 3px 5px;
    }
}

@media screen and (max-width: 450px) {
    .language_btn {
        top: 1.5%;
    }
    .language_btn a {
        padding: 1px 2px;
    }
}
/* 語言跳轉btn END */

.skin {
	border: 8px solid #addda5;
	position: absolute;
	bottom: 2%;
	right: 3%;
	width: 45%;
}

.accordion {
	cursor: pointer;
	transition: 0.4s;
	cursor: pointer;
}

.panel {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btn01 {
	position: absolute;
	bottom: 14% !important ;
	right: 11%;
}



.btn02 {
	position: absolute;
	bottom: 6%;
	left: 15%;
}

.btn03 {
	position: absolute;
	bottom: 6%;
	right: 15%;
}

.btn04 {
	position: absolute;
	bottom: 14.5%;
	right: 11%;
}

.btn05 {
	position: absolute;
	bottom: 17%;
	right: 11%;
}



/* ボタン自体のstyle */
.button{
	display: inline-block;
	border-radius: 10px;
}
/* 光らせるためのstyle */
.shine{
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
	content: "";
	animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
	background-color: #fff;
	width: 140%;
	height: 100%;
	transform: skewX(-45deg);
	top: 0;
	left: -160%;
	opacity: 0.5;
	position: absolute;
}
/* 光の動き */
@keyframes shine{
	0% {
	  left: -160%;
	  opacity: 0;
	}
	70% {
	  left: -160%;
	  opacity: 0.5;
	}
	71% {
	  left: -160%;
	  opacity: 1;
	}
	100% {
	  left: -20%;
	  opacity: 0;
	}
}

@media screen and (min-width: 1921px) {
	body {
		background: #000;
	}
	section {
		max-width: 1920px;
	}
}
	
@media screen and (max-width: 900px) {
	.content {
	    margin: 0;
		width: 100%;
	}

    .content img {
		width: 100%;
	}

	.btn01 {
		position: absolute;
		bottom: 17%;
		right: 11%;
		width: 40%;
	}
	
	.btn02,
	.btn03,
	.btn04,
	.btn05 {
		width: 30%;
	}

}
/* 特商法start */
.foot{
	height:120px;
	}
	
  .foot_txt {
    width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
    line-height: 1.5em;
	font-size: 15px;
    }
	/* 特商法結束 */