body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #452b0d !important;
	line-height: 1.3;
	font-size: 15px;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Arial',
		sans-serif !important;
	font-weight: 400;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type='button'],
input[type='submit'] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}

p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.row {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

li {
	list-style: none !important;
}

label {
	margin: 0;
}

a {
	color: #000;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.table td,
.table th {
	vertical-align: middle !important;
	padding: 0.75em;
}

.hide {
	display: none !important;
}

img {
	width: 100%;
}

section {
	padding-top: 4em;
	padding-bottom: 4em;
}

.scroll-to-top {
	z-index: 1029;
	right: 1rem;
	bottom: 3.3rem;
	display: none;
}

.scroll-to-top a {
	width: 3.1rem;
	height: 3.1rem;
	background-color: rgba(44, 46, 48, 0.8);
	line-height: 3.1rem;
}

.scroll-to-top a::after {
	content: url(../images/svg/fa-angle.svg);
	position: absolute;
	top: 15%;
	right: 15%;
	width: 70%;
	opacity: 0.7;
}

.scroll-to-top a:hover::after {
	opacity: 1;
}

@media (max-width: 575px) {
	.scroll-to-top {
		right: 3.8em;
		bottom: 0;
	}

	.scroll-to-top a {
		width: 5.8em;
		height: 9.8em;
		line-height: 1;
		font-size: 1em;
		padding-top: 0.4em;
	}
}

/**/

@media (min-width: 992px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1200px) {
	header .container {
		max-width: 1140px;
	}

	.container {
		max-width: 912px;
	}
}

/*END_container*/

/*-- //Reset-Code --*/

.bg-blue {
	background-color: #2e426e !important;
}

.bg-white {
	background-color: #fff !important;
}

.border-white {
	border: 2px solid #fff;
}

.f-white {
	color: #ffffff !important;
}

.f-yellow {
	color: #fdd100 !important;
}

.f-or {
	color: #e34f04 !important;
}

mark {
	background-color: #f4d739;
}

.navbar_logo {
	font-size: 1.2em !important;
	line-height: 1.6 !important;
	display: block;
	letter-spacing: 1px;
	margin-top: .1em;
	margin-bottom: 0 !important;
	color: #1e1e1e;
}

.bg_banner {
	background-image: url("../images/bn_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;

}

.bg_th1 {
	background-image: url('../images/bg_th1.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a37448;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th2 {
	background-image: url('../images/bg_th2.png'), url('../images/svg/bg_s1.svg');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-color: #f2eee9;
	background-size: 100% auto, 100% auto;
	-ms-background-size: 100% auto, 100% auto;
	-moz-background-size: 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto;
}

.bg_th3 {
	background-image: url('../images/svg/bg_s2.svg'), -moz-linear-gradient(-45deg, rgba(193, 170, 160, 0.1) 7.5%, transparent 7.5%, transparent 50%, rgba(193, 170, 160, 0.1) 50%, rgba(193, 170, 160, 0.1) 57.5%, transparent 57.5%, transparent), url('../images/bg_th3.png');
	background-image: url('../images/svg/bg_s2.svg'), -o-linear-gradient(-45deg, rgba(193, 170, 160, 0.1) 7.5%, transparent 7.5%, transparent 50%, rgba(193, 170, 160, 0.1) 50%, rgba(193, 170, 160, 0.1) 57.5%, transparent 57.5%, transparent), url('../images/bg_th3.png');
	background-image: url('../images/svg/bg_s2.svg'), -webkit-linear-gradient(-45deg, rgba(193, 170, 160, 0.1) 7.5%, transparent 7.5%, transparent 50%, rgba(193, 170, 160, 0.1) 50%, rgba(193, 170, 160, 0.1) 57.5%, transparent 57.5%, transparent), url('../images/bg_th3.png');
	background-image: url('../images/svg/bg_s2.svg'), linear-gradient(-45deg, rgba(193, 170, 160, 0.1) 7.5%, transparent 7.5%, transparent 50%, rgba(193, 170, 160, 0.1) 50%, rgba(193, 170, 160, 0.1) 57.5%, transparent 57.5%, transparent), url('../images/bg_th3.png');
	background-position: center bottom, left top, center top;
	background-size: 100% auto, 2em 2em, 100% auto;
	-ms-background-size: 100% auto, 2em 2em, 100% auto;
	-moz-background-size: 100% auto, 2em 2em, 100% auto;
	-webkit-background-size: 100% auto, 2em 2em, 100% auto;
	background-repeat: no-repeat, repeat, no-repeat;
	background-color: #eae2da;
}

.bg_th4 {
	background-image: url('../images/bg_th4.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a37448;
	background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

/*-------------------------------------Media------------------------------------------*/
@media screen and (max-width: 575px) {
	.bg_banner {
		/*	background-image: url("../images/bn_bg.png");*/
		background-position: left 50% top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		-ms-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size:  auto 100%;
	}

	.bg_th1,
	.bg_th2,
	.bg_th3,
	.bg_th4 {
		background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	.bg_th3{
		background-size: 180% auto;
		-ms-background-size: 180% auto;
		-moz-background-size: 180% auto;
		-webkit-background-size: 180% auto;
	}

}

/**/
/*------------------------------------#END_Media--------------------------------------*/

/*水平垂直至中*/
.middle {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/*齊高*/
.same_height_box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}

.same_height {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
}

/*BTNN*/
.hoverbig img {
	filter: drop-shadow(2px 2px 2px #303030);
}

.hoverbig:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	filter: drop-shadow(0px 0px 0px #303030);
}

.btngo {
	min-width: 28%;
	font-weight: 700;
	color: #fff;
	background-color: #001a59;
	border: .15em solid #fff;
	padding: 0.4em 0;
	margin-top: 1em;
	box-shadow: 8px 8px 0 rgba(100, 100, 100, 0.8);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	border-radius: 10em;
	align-items: center;
}

.btngo img {
	width: 2em;
	margin-right: 0.5em;
	transition: 0.5s all;
	vertical-align: bottom;
}

.btngo:hover {
	color: #ffe05f;
	box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.8);
}

.btngo:hover img {
	margin-right: 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*#BTNN*/
.shadow-f {
	filter: drop-shadow(3px 3px 5px #303030);
}

.shadow-f:hover {
	filter: drop-shadow(8px 8px 8px #303030);
}

/*click*/
.click_box {
	position: relative;
	display: inline-block;
}

.click_box:hover img.click_hand,
.click_box.active img.click_hand {
	display: none;
}

.click_hand {
	position: absolute;
	filter: drop-shadow(2px 2px 2px #303030);
	width: 3em;
	z-index: 2;
}

/*##click*/


/*---------------------------header------------------------------*/

header {
	padding: 5em 0 8em 0;
	overflow: hidden;
}

header h2 {
	line-height: 1.3;
}

.title_head {
	position: relative;
}

.title_head .logos {
	left: -6.5em;
	top: -0.5em;
}

.title_head .shadow {
	box-shadow: none !important;
	filter: drop-shadow(.2em .2em .2em #452b0d);
}

.title_head .lightss_box {
	position: absolute;
	left: 0;
	top: -7em;
	width: 100%;
}

.title_head img.an_lightss {
	-webkit-animation: fadeIn infinite;
	animation: fadeIn infinite;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.title_head img.bn_lightss {
	mix-blend-mode: screen!important;
	position: absolute;
	left: 0;
	top: 0;
}

.title_head img.bn_lightss.l1 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.title_head img.bn_lightss.l2 {
	animation-delay: 1s;
}

.title_head img.bn_lightss.l3 {
	animation-delay: 1.5s;
}

.title_head img.light {
	position: absolute;
	mix-blend-mode: screen;
}

.title_head img.light.l1 {
	width: 9em;
	right: 7em;
	top: 4em;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.title_head img.light.l2 {
	width: 4em;
	left: 21em;
	top: 12.2em;
}



@media screen and (max-width: 575px) {
	.title_head .logos {
		left: 0em;
		top: -0.5em;
		width: 100%;
	}
}

/**/

/*---------------------------#END_header----------------------------*/

/*---------------------------Menu----------------------------*/

:root {
	--mainNav_bgcolor-1: #d04e3e;
}

.menuheight {
	height: 50px;
}

#mainNav {
	width: 100%;
	background-color: var(--mainNav_bgcolor-1);
	z-index: 2000;
}

#mainNav li {
	width: calc(calc(100% / 4));
	text-align: center !important;
	font-size: 1.6em;
	line-height: 1.2;
	vertical-align: middle;
	margin: 0.4em 0;
}

/* #mainNav li {
	border-right: 1px solid var(--color-2) !important;
} */

#mainNav li:not(:nth-last-child(1)) {
	border-right: 1px solid var(--color-2) !important;
}

#mainNav li a {
	color: var(--color-2);
	display: inline-block;
	/* background-image: url("../images/menu-logo.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  -ms-background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%; */
	padding: 0 .6em;
	letter-spacing: 2px;
}

#mainNav li a i {
	color: var(--color-2);
}

#mainNav.ontop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


@media screen and (max-width: 575px) {
	#mainNav {
		font-size: 3vw;
		padding: 0.5em 0;
	}

	#mainNav li a {
		display: inline-block;
		background-image: unset;
		padding: 0 0.5em;
	}

	#mainNav li {
		width: calc(calc(100% / 2));
	}

	#mainNav li:not(:nth-last-child(1)) {
		border-right: unset !important;
	}

	.menuheight {
		height: 12em;
	}
}

/**/
/*---------------------------#END_mainNav----------------------------*/
/*---------------------------PART1------------------------------*/

#part1 ul img {
	filter: drop-shadow(.2em .2em .5em rgba(0, 0, 0, 0.5));
}

/*MEDIA*/
@media screen and (max-width: 1199px) {}

@media screen and (max-width: 575px) {}

/**/
/*---------------------------#END_PART1------------------------------*/
/*---------------------------Part_share------------------------------*/
#part_share {
	height: 38em;
	position: relative;
}

#part_share .ps_box {
	width: 100%;
	position: absolute;
	bottom: 3em;
	left: 0;
}


.bg_ptts {
	background-image: url(../images/svg/pt1-run.svg), url(../images/svg/pt1-bg.svg);
	background-repeat: no-repeat;
	background-color: #a37448;
	background-position: left bottom 2em, center;
	background-size: 25em auto, cover;
	-ms-background-size: 25em auto, cover;
	-moz-background-size: 25em auto, cover;
	-webkit-background-size: 25em auto, cover;
}

#part_share .title_style_1 {
	margin-bottom: 1em;
}

/*副標*/
#part_share h5 {
	color: #fff;
	font-weight: 500;
	padding: .5em 1.5em;
	position: relative;
	display: inline-block;
	/* background-color: #042236; */
	z-index: 2;
}

#part_share h5::before {
	content: '';
	position: absolute;
	-webkit-clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	-moz-clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	-o-clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	left: 5%;
	top: 0;
	width: 90%;
	height: 100%;
	background-color: #042236;
	z-index: 1;
}

#part_share h5 .pp {
	color: #fff;
	font-weight: 500;
	padding: .5em 1.5em;
	position: relative;
	z-index: 2;
	margin: 0 0.75em;
}

/*** slick ***/
/*↓這兩組數字要相同↓*/
.regular .slick-center {
	padding-top: 2em;
	padding-bottom: 0;
}


.regular .slick-slide:not(.slick-center) {
	margin-top: 4.5em;
	margin-bottom: 0;
}

/*↑這兩組數字要相同↑*/

.regular .slick-center {
	transform: scale(1.05);
	transition: 1.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 1.5s all;
	-o-transition: 1.5s all;
	-ms-transition: 1.5s all;
	z-index: 9999;
	position: relative;
}


.regular .slick-slide:not(.slick-active) {
	cursor: pointer;
}

/*** #slick ***/
/*** slick_arrow ***/

.regular .slick-prev:before,
.regular .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #ecae66;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.regular .slick-prev:before {
	content: '<';
}

.regular .slick-next:before {
	content: '>';
}

.regular .slick-prev:before,
.regular .slick-next:before {
	font-size: 50px;
}

.regular .slick-next {
	right: 21px;
}

.regular .slick-prev {
	left: -7px;
	z-index: 9;
}

.regular .slick-dots li button:before {

	content: '●';
	color: #ecae66;
}

.regular .slick-dots li.slick-active button:before {
	color: #2b2f88;
	content: '●';
}

/*** #slick_arrow ***/

/*** hover ***/
.tbox {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 1em;
	border-radius: .5em;
	box-shadow: .2em 0 .5em rgba(0, 0, 0, .25);
	background-color: #042236;
	max-width: 17em;
	height: 37em;
}

.tbox img {
	width: 100%;
	height: auto;
	transition: all .75s linear;

}

.regular .slick-center .tbox img {
	position: relative;
	transform: scale(1.1);
	z-index: 1;
	top: -1.75em;
}

/**詳細介紹**/
.tbox .tbox-introduction {
	background: linear-gradient(to left top, #e34f04, #e34f04);
	width: 100%;
	text-align: left;
	font-size: .9em;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	padding: 1em 1.25em 2em 1.25em;
	transition: all 0.2s ease;
	opacity: 0;
}

.regular .slick-center .tbox .tbox-introduction {
	opacity: 1;
	top: 68%;
}

.tbox .tbox-content {
	color: #042236;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: -4.5em;
	right: 0px;
	transition: all 0.4s linear 0s;
	z-index: 0;
	text-align: left;
	background: url(../images/triangle2.png) right bottom / 100% 100% no-repeat;
	padding: 3em .6em 0em .8em;
	height: 9em;
}

.regular .slick-center .tbox .tbox-content {
	transform: translateY(-50%) scale(1);
}

.tbox .tbox-content .t_title {
	letter-spacing: 3px;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: .3em;
}

.tbox .tbox-content .post {
	letter-spacing: 1px;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: 700;
	text-shadow: 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff;

}

.tbox .t_experience {
	color: #fff0e3;
}


/*簡介*/
.tbox-name {
	width: 100%;
	background-color: #11426b;
	padding: 1em 1em 3em 1em;
	text-align: center;
	position: relative;
	bottom: 0;
	left: 0;
}

.tbox-name p {
	color: #fff0e3;
}

.tbox-name p.tbox-name_p1 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: .35em;
	color: #fac65a;
	line-height: 2;
	border-bottom: 1px solid #fff;
}

.tbox-name p.tbox-name_p2 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 1em;
}



@media only screen and (max-width:990px) {
	.tbox {
		max-width: 16em;
	}

	.regular .slick-center .tbox .tbox-introduction {
		top: 40%;
	}
}

@media only screen and (max-width:768px) {
	.tbox {
		max-width: 22em;
		margin: 0 -1em 0px;
		overflow: hidden;
		height: 44em;
	}

	.tbox-name {
		position: relative;
		top: 0;
	}
}

@media only screen and (max-width:575px) {
	#part_share {
		height: 74em;
	}

	.title_head .lightss_box {
		left: -25%;
		top: -5em;
		width: 152%;
	}

	.regular .slick-center .tbox .tbox-introduction {
		top: 50%;
	}


}


/*** #hover ***/
/*---------------------------#Part_share------------------------------*/
/*---------------------------PART2-----------------------------------*/


@media (min-width: 992px) {
	#part2 .container.sec {
		max-width: 860px;
	}
}

@media (min-width: 1200px) {

	#part2 .container.sec {
		max-width: 1200px;
	}
}

#more_learn_style {
	margin-top: 1.5em;
}
#more_learn_style li{
	max-width: 33.3%;
	margin-bottom: 1.5em;
}

#more_learn_style div.mls_con {
	background-color: #fff;
	border-radius: 1em;
	padding: 1em 1em 1.5em 1em;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	filter: drop-shadow(.2em .2em .25em rgba(0, 0, 0, 0.5)) !important;
}


#more_learn_style div.mls_con img {
	margin-bottom: 1em;
}

#more_learn_style div.mls_con h4 {
	color: #fff;
	background-color: #709a91;
	display: inline-block;
	padding: .2em 1em;
	border-radius: 10em;
	margin-bottom: .5em;
}

#more_learn_style div.mls_con p {
	color: #474443;
}

@media (max-width: 575px) {

	#more_learn_style li{
		max-width: 50%;
		margin-bottom: 1.5em;
	}
	#more_learn_style li:nth-last-child(1){
		max-width: 100%;
		width: 100%;
		position: relative!important;
	}
	#more_learn_style li:nth-last-child(1) div.mls_con{
		width: 95%;
		display: flex;position: relative!important;
	}
	#more_learn_style li:nth-last-child(1) div.mls_con img{
		width: 40%;
    position: absolute;
    left: 4%;
    top: 0;
	}
	#more_learn_style li:nth-last-child(1) div.mls_con .mls_con_lastbox{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
    max-width: 60%;
    margin-left: 38%;
    padding: 1.5em;
	}
}

/*---------------------------#END_PART2------------------------------*/
/*---------------------------PART3-----------------------------------*/

#part3{overflow: hidden;}
img.lights_1,
img.lights_2 {
	position: absolute;
	mix-blend-mode: screen;
}

img.lights_1 {
	width: 55%;
	right: 0;
	top: -8em;
}

img.lights_2 {
	width: 67%;
	left: -12em;
	bottom: -4em em;
}


@media screen and (max-width: 575px) {
.run_boxx{
	position: relative;
    width: 123%;
    left: -18%;
    top: 0;
}


}

/**/
/*---------------------------#END_PART3------------------------------*/
/*---------------------------PART4-----------------------------------*/

/****** pt4-3 ******/
#part4 ul>li {
	border-radius: 2em;
	padding: 2.5em 2em;
	background-color: #001a59;
	color: #fdd100;
	width: calc(100%/2.07);
	margin-bottom: 1.8em;
}

#part4 ul>li p.sec {
	border: 2px solid #fff;
	border-radius: 10em;
	color: #fdd100;
	margin-bottom: .5em;
}

#part4 ul>li img {
	width: 45%;
}

#part4 ul>li p.des {
	color: #fff;
	line-height: 1.5;
}

@media (max-width: 575px) {


	#part4 ul>li {
		width: calc(100% / 2.02) !important;
		margin-bottom: 1em;
		margin-top: 0 !important;
	}

	#part4 ul>li {
		padding: 2.5em 1.5em;
	}

}



/**/
/*---------------------------#END_PART4------------------------------*/
/*---------------------------part5-----------------------------------*/
#part5 {
	overflow: hidden;
}

/* pt5-head */
.pt5-head .title_head .logos {
	left: 0;
}

/* pt5-body */
.pt5-body .next ul {
	width: 82%;
	position: absolute;
	bottom: 2.5em;
	left: 9%;
}

.pt5-body .next ul img {
	box-shadow: 0 0 .8em rgba(0, 0, 0, .75);
}

@media screen and (max-width: 575px) {
/* pt5-head */

	.pt5-body .next ul {
		width: 100%;
		bottom: 3.5em;
		left: 0%;
	}
}

/**/

/*---------------------------#END_part5------------------------------*/
/*---------------------------part6-----------------------------------*/

/*---------------------------#END_part6------------------------------*/
/*---------------------------PART7-----------------------------------*/

@media screen and (max-width: 575px) {}

/**/

/*---------------------------#END_PART7------------------------------*/
/*---------------------------footerstyle------------------------------*/
.logo {
	margin-top: 5% !important;
}

#footerstyle_01 {
	padding: 3em 0;
	background-color: #272727;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

#footerstyle_01 ul.footerstyle-social {
	padding: 10px 0;
	margin: 0;
}

#footerstyle_01 ul.footerstyle-social li {
	/*display: inline;*/
	padding: 0;
	margin: 0;
	list-style: none;
}

#footerstyle_01 ul.footerstyle-social li a {
	color: white;
	padding: 0.2em;
	display: block;
	font-size: 16px;
}

#footerstyle_01 ul.footerstyle-social li a:hover {
	color: white;
}

@media screen and (max-width: 767px) {
	.logo {
		width: 50%;
		margin-top: 5%;
		margin-bottom: 3em;
	}

	#footerstyle_01 {
		padding: 2em 0 6em 0;
	}

	#footerstyle_01 ul {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(255, 255, 255, 0.6);
		padding: 1em 0;
		/*margin: 0 3em; */
	}
}

@media screen and (max-width: 575px) {
	#footerstyle_01 {
		padding: 3em 0 17em 0;
	}
}

/**/
/*---------------------------#END_footerstyle------------------------------*/

/*---------------------------media------------------------------*/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {
	body {
		font-size: 13px !important;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 9px !important;
	}
}

/*576以上*/
@media screen and (min-width: 576px) {
	.type_ph {
		display: none !important;
	}
}

/*手機板575*/

@media screen and (max-width: 575px) {
	body {
		font-size: 1.9vw !important;
	}

	section {
		padding-bottom: 4em;
		padding-top: 4em;
	}

	.type_pc {
		display: none !important;
	}

	.nolr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 470px) {}

@media screen and (max-width: 440px) {
	body {
		font-size: 1.8vw !important;
	}
}

/*END_media*/

/**/

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	65% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}