@charset "UTF-8";

.kvfd{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 94px
}

.fdmenu{
	position: relative;
	display: flex;
	gap: 30px;
	justify-content: center;

	margin-top: -100px;
	z-index: 2;
}

.fdmenu a{
	position: relative;
	display: inline-block;
	width: 160px;
}

.hottitle{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.hottitle.toleft{
	text-align: left;
}

.hottitle span.txt{
	position: relative;
	display: inline-block;

	padding: 0 10px;

	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	z-index: 1;
}

.hottitle span.txt::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0;
	background: #8fccde;
	z-index: -1;
}

.fdpurpose{
	display: block;
	padding: 120px 0 0 0;
	line-height: 1.5;
}

.fdpurpose span.hotentitle{
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #0f376b;
}

.fdpurpose .speech{
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0;
	color: #333333;
}

.fdpurpose .statistics{
	display: flex;
	width: 100%;
	align-items: center;
}

.fdpurpose .statistics .cover{
	flex: 1;	
	padding-right: 40px;
}

.fdpurpose .statistics .info{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px 20px;
	width: 500px;
}

.fdpurpose .statistics .info .item{
	position: relative;
	display: inline-block;
	width: calc((100% - 20px) / 2);

	padding: 0px 5px 5px 10px;

	border-left: 1px solid #ffb532;
}

.fdpurpose .statistics .info .item::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 3px;
	height: 35px;
	top: 0;
	left: 0;
	background: #ffb532;
}

.fdpurpose .statistics .info .item span.title{
	display: inline-block;
	width: 100%;

	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	color: #0f376b;
}

.fdpurpose .statistics .info .item .detail{
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 20px;
	letter-spacing: 0;
	color: #0f376b;
	z-index: 1;
}

.fdpurpose .statistics .info .item .detail::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0;
	bottom: 0;
	background: #ffdea3;
	z-index: -1;
}

.fdpurpose .statistics .info .item .detail span.num{
	padding-right: 5px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	color: #0f376b;
}

.fdpurpose .statistics .info .item .detail span.num i{
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
}

.mixblock{

	display: block;
	width: 100%;

	padding-top: 200px;
	padding-bottom: 200px;

	background: url("../images/foundation/fd_main_bg.png");
	background-size: 2280px auto;
	background-repeat: no-repeat;
	background-position: top center;
}

.prefecture{
	display: block;
	width: 100%;
	padding-top: 30px;
	line-height: 1.5;
	letter-spacing: 0;
}

.prefecture .item{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	gap: 50px;
}

.prefecture .item .cover{
	width: calc(47% - 50px);
}

.prefecture .item .intro{
	width: 53%;
}

.prefecture .item .intro .detail{
	display: inline-block;
	width: 100%;

	padding-top: 30px;
	font-size: 20px;
	color: #333333;

}

.prefecture .item .intro .detail span.title{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
}

.prefecture .item .intro .detail .memo{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.prefecture .item .intro .detail .memo ol{
	margin: 0;
}

.prefecture .item .intro .detail .memo a.reference{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding-right: 30px;
	color: #1b63b2;
	text-decoration: none;
}

.prefecture .item .intro .detail .memo a.reference:hover{
	color: #1b63b2;
	text-decoration: underline;
}

.prefecture .item .intro .detail .memo a.reference::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 17px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	background: url("../images/foundation/fd_a_icon.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;

}

.prefecture .item .intro .download{
	display: block;
	width: 100%;
	padding-top: 20px;
}

.prefecture .item .intro .download a{
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    background: #8fccde;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;

    border-radius: 80px;
}

/* 外側線條 */
.prefecture .item .intro .download a::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;

    border: 2px solid #8fccde;
    border-radius: 80px;
}

.prefecture .item .intro .download a:hover{
    background: #ffb532;
}

.prefecture .item .intro .download a:hover::after{
    border: 2px solid #ffb532;
}

.charity{
	display: block;
	width: 100%;
	padding-top: 30px;
}

.charity .vessel{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60px;
	padding-left: 30%;

	line-height: 1.5;

	background: url("../images/foundation/charity_vessel_bg.png");
	background-size: 55% auto;
	background-repeat: no-repeat;
	background-position: top 100px left;
}

.charity .vessel .luggage{
	display: block;
	width: 100%;
	padding: 60px;
	border: 3px solid #afa1de;
	border-radius: 30px;

	background: #FFF;
}

.charity .vessel .luggage .team{
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #c9d4f6;

	letter-spacing: 0;
	color: #333333;
}

.charity .vessel .luggage .team:first-child{
	margin-top: 0px;
}

.charity .vessel .luggage .team span.title{
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.charity .vessel .luggage .team span.title::before{
	content: "■";
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #afa1de;
	line-height: 0;
}

.charity .vessel .luggage .team .list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 30px;
	gap: 0 30px;
	align-items: flex-start;
	justify-content: flex-start;
}

.charity .vessel .luggage .team .list .item{
	width: calc((100% - 30px) / 2);
	padding-bottom: 10px;

	font-size: 18px;
}

.movie{
	display: block;
	width: 100%;
	padding-top: 120px;
}

.movie .theater{
	display: block;
	width: 100%;
	padding: 80px 0 20px 0;

	text-align: center;

	background: url("../images/foundation/charity_movie_bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.movie .theater .screen{
	display: inline-block;
	position: relative;
	width: 75%;
	padding-top: 45%;
	margin: 0 auto;
}

.movie .theater .screen iframe{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.movie span.slogan{
	display: inline-block;
	width: 100%;

	text-align: center;

	font-size: 24px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0;
}

.fdinner{
	display: block;
	width: 100%;
	min-height: 1550px;
	padding-top: 100px;
	background: url("../images/foundation/fd_main_bg.png");
	background-size: 2280px auto;
	background-repeat: no-repeat;
	background-position: top center;
}

.fdinner .receptacle{
	display: block;
	width: 100%;
	padding-top: 40px;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
}

.fdinner .receptacle span.hihititle{
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

.fdinner .receptacle ol.chtag{
	list-style: cjk-ideographic;
}

.fdinner .receptacle ol.chtag li{
	padding-bottom: 30px;
}

.fdinner .receptacle ol.chtag li ol li{
	padding-bottom: 0px;
}

.fdinner .btngroup{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding-top: 120px;
}

.fdinner .btngroup a{
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    background: #8fccde;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;

    border-radius: 80px;
}

/* 外側線條 */
.fdinner .btngroup a::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;

    border: 2px solid #8fccde;
    border-radius: 80px;
}

.fdinner .btngroup a:hover{
    background: #ffb532;
}

.fdinner .btngroup a:hover::after{
    border: 2px solid #ffb532;
}

.fdtransition{
	display: block;
	width: 100%;
}

.fdtransition img{
	display: block;
	width: 100%;
}

footer{
	display: inline-block;
	width: 100%;
	padding: 80px 15px 40px 15px;

	background: url("../images/footer_bg_foundation.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*大於等於1921*/
@media (min-width: 1921px) {
}


/*小於等於1920*/
@media (max-width: 1920px) {

	.kvfd{
		width: 1920px;
		margin: 0 calc(50% - 960px);
	}



}

/*小於等於1800*/
@media (max-width: 1800px) {
}

/*小於等於1600*/
@media (max-width: 1600px) {

	.kvfd{
		width: 1600px;
		margin: 0 calc(50% - 800px);
		padding-top: 85px;
	}

	.fdmenu a{
		width: calc(160px * 0.8);
	}

	.fdpurpose{
		padding: 80px 0 0 0;
	}

	.hottitle span.txt{
		font-size: 24px;
	}

	.fdpurpose span.hotentitle{
		padding-top: 20px;
	}

	.fdpurpose .speech{
		padding-top: 10px;
	}

	.fdpurpose .speech{
		font-size: 18px;
	}

	.fdpurpose .statistics .cover{
		padding-right: 20px;
	}

	.fdpurpose .statistics .info{
		width: 440px;
	}

	.fdpurpose .statistics .info .item span.title{
		font-size: 20px;
	}

	.fdpurpose .statistics .info .item .detail{
		font-size: 18px;
	}

	.fdpurpose .statistics .info .item .detail span.num{
		font-size: 26px;
	}

	.mixblock{
		padding-top: 150px;
		padding-bottom: 100px;
		background-size: 1800px auto;
	}

	.prefecture .item .intro .detail span.title{
		font-size: 20px;
	}

	.prefecture .item .intro .detail .memo{
		font-size: 18px;
	}

	.prefecture .item .intro .download a{
		font-size: 18px;
	}

	.charity .vessel{
		padding-top: 30px;
	}

	.charity .vessel .luggage{
		padding: 40px;
	}

	.charity .vessel .luggage .team .list{
		gap: 0 20px;
		padding-left: 20px;
	}

	.charity .vessel .luggage .team span.title{
		padding-left: 20px;
		font-size: 18px;
	}

	.charity .vessel .luggage .team .list .item{	
		font-size: 16px;
	}

	.movie{
		padding-top: 80px;
	}

	.movie .theater{
		padding: 60px 0 10px 0;
	}

	.movie span.slogan{
		font-size: 22px;
	}

	.fdinner{
		padding-top: 100px;
		background-size: 1800px auto;
	}

	.fdinner .receptacle{
		padding-top: 30px;
		font-size: 18px;
	}

	.fdinner .receptacle span.hihititle{
		font-size: 20px;
	}

	.fdinner .receptacle ol.chtag li{
		padding-bottom: 20px;
	}

	.fdinner .btngroup{
		padding-top: 100px;
	}

	.fdinner .btngroup a{
		font-size: 18px;
	}

}

/*小於等於1441*/
@media (max-width: 1441px) {

	.kvfd{
		width: 1442px;
		margin: 0 calc(50% - 721px);
	}

}

/*小於等於1280*/
@media (max-width: 1280px) {

}

/*小於等於1160*/
@media (max-width: 1160px) {

	.kvfd{
		padding-top: 81px;
	}

}

/*小於等於1024*/
/* pad default */
@media (max-width: 1024px) {

}

/*小於等於992*/
@media (max-width: 992px) {
}

/*小於等於960*/
@media (max-width: 960px) {

	.kvfd{
		width: 960px;
		padding-top: 60px;
		padding-bottom: 0;
		margin: 0 calc(50% - 480px) 80px calc(50% - 480px);
	}

	.fdmenu{
		margin-top: -170px;
		gap: 20px;
	}

	.fdmenu a{
		width: calc(160px * 0.7);
	}

	.fdpurpose{
		padding: 40px 0 0 0;
	}

	.mixblock{
		background-size: 1400px auto;
		padding-bottom: 0px;
	}

	.fdpurpose .statistics{
		flex-wrap: wrap;
	}

	.fdpurpose .statistics .cover{
		width: 100%;
		padding-top: 30px;
		padding-right: 0;
		flex: none;
	}

	.fdpurpose .statistics .info{
		width: 100%;
	}

	.prefecture .item{
		gap: 0;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}

	.prefecture .item .cover{
		width: 100%;
		padding-bottom: 30px;
	}

	.prefecture .item .intro{
		width: 100%;
	}

	.charity .vessel{
		padding-left: 0;
		background: none;
	}

	.movie{
		padding-top: 40px;
	}

	.movie span.slogan{
		font-size: 20px;
	}

	.fdinner{
		padding-top: 60px;
		min-height: 600px;
		background-size: 1400px auto;
		padding-bottom: 0px;
	}

}

/*小於等於768*/
@media (max-width: 768px) {
}

/*小於等於575*/
/*mobile*/
@media (max-width: 575px) {

}

@media (max-width: 480px) {

	.kvfd{
		width: 480px;
		padding-top: 60px;
		margin: 0 calc(50% - 240px) 80px calc(50% - 240px);
	}

	.fdmenu{
		gap: 10px;
	}

	.fdmenu a{
		width: calc(160px * 0.6);
	}

	.hottitle span.txt{
		font-size: 20px;
		letter-spacing: 0;
	}

	.fdpurpose span.hotentitle{
		padding-top: 10px;
		font-size: 18px;
		letter-spacing: 0;
	}

	.fdpurpose .speech{
		font-size: 16px;
		text-align: left;
	}

	.fdpurpose .statistics .cover{
		padding-top: 20px;
	}

	.fdpurpose .statistics .info{
		gap: 10px 5px;
		justify-content: space-between;
	}

	.fdpurpose .statistics .info .item{
		width: calc((100% - 10px) / 2);
	}

	.fdpurpose .statistics .info .item span.title{
		font-size: 18px;
	}

	.fdpurpose .statistics .info .item .detail{
		padding: 5px;
		font-size: 14px;
	}

	.fdpurpose .statistics .info .item .detail span.num{
		font-size: 22px;
	}

	.mixblock{
		padding-top: 100px;
	}

	.prefecture .item{
		padding-bottom: 40px;
	}

	.prefecture .item .cover{
		padding-bottom: 20px;
	}

	.prefecture .item .intro .detail span.title{
		font-size: 18px;
	}

	.prefecture .item .intro .detail .memo{
		font-size: 16px;
	}

	.prefecture .item .intro .download{
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
	}

	.prefecture .item .intro .download a{
		font-size: 16px;
		padding: 10px 20px;
		margin: 0;
	}

	.charity .vessel{
		padding-top: 30px;
	}

	.charity .vessel .luggage{
		padding: 30px 15px;
	}

	.charity .vessel .luggage .team .list{
		flex-wrap: wrap;
	}

	.charity .vessel .luggage .team .list .item{
		width: 100%;
		padding-bottom: 5px;
		font-size: 14px;
	}

	.movie{
		padding-top: 20px;
	}

	.movie .theater{
		padding: 30px 0 5px 0;
	}

	.movie .theater .screen{
		width: 90%;
	}

	.movie span.slogan{
		font-size: 16px;
	}

	.fdinner .receptacle span.hihititle{
		font-size: 18px;
	}

	.fdinner .receptacle{
		padding-top: 20px;
		font-size: 16px;
	}

	.fdinner .btngroup{
		gap: 10px;
		padding-top: 0px;
	}

	.fdinner .btngroup a{
		font-size: 16px;
		padding: 10px 20px;
		margin: 0;
	}
	
}

/*小於等於414*/
@media (max-width: 414px) {
	
}

/*小於等於380*/
@media (max-width: 380px) {

}

/*小於等於350*/
@media (max-width: 350px) {

}