@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#000000;
	/*background-image: url(/documents/418719/4472952/page-background.png);*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	background-color: #ffffff;
	background-repeat: repeat;
}

@media only screen and (max-width: 1023px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,1);
    }
.overlay.open {
    opacity: 1;
    visibility: visible;
    }
}

/************************
TOTAL
************************/
.page-wrapper,
.page-container {	
	margin: 0 auto; 
	width: 100%; 
	}
.page-wrapper {	
    padding: 0px; 
	/*max-width: 1200px;*/
	}
.page-container {	
    padding: 0px; 
	max-width: 1220px;
	}
@media only screen and (max-width: 1023px) {
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container { 
	width: 100%; 
	padding: 0px;
	}
}
@media only screen and (max-width:992px) { 

}	
@media only screen and (max-width:768px) { 

}	
/****************************/
.toggle-button {
	position: absolute;
    display: none;
	float: left;
	top: 0px;
	left: 0px;
	width: 60px;
    height: 60px;
    padding: 22px 18px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
	border-right: 1px solid #e0e0e0;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #000000;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    background-color: #000000;
    margin: 5px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #000000;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(4px, 5px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(4px, -5px);
    transition: .2s;
    } 

@media only screen and (max-width: 1023px) {
.toggle-button { 
	display: inline-block;
	}

}
/************************
HEADER
************************/
header .h-content,
header .h-link ul li,
header .h-link ul,
header .h-link,
header {
	position: relative;
	display: inline-block;
    width: 100%;
	}
	
header {
	position: fixed;
	top: 0;
	left: 0;	
	z-index: 150;
	box-shadow: 0 2px 8px 0 rgba(231, 231, 231, 0.5);
	}
header .h-link {
	width: 100%;
	height: 40px;
	background-color: #00965a;
	padding: 10px 25px;
	} 
header .h-link ul {
	text-align: right;
	}
header .h-link ul li {
	height: 15px;
	width: auto;
	list-style-type: none;
	}
header .h-link ul li + li {
	border-left: 1px solid #ffffff;
	}
		
header .h-link ul li a:hover,
header .h-link ul li a { 
    vertical-align: top;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 12px;
    }
header .h-link ul li a:hover {
    text-decoration: underline;
}


header .h-content {
	width: 100%;
	height: 70px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17.5px;
	padding-left: 25px;
	padding-right: 25px;
}
header .h-content .h_text,
header .h-content .h_logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
header .h-content .h_logo {
	width: 251px;
}
header .h-content .h_text {
	width: 220px;
	margin-left: 70px;
}
header .h-content .h_text img,
header .h-content .h_logo img {
	width: 100%;
}


@media only screen and (max-width: 1023px) {
header .h-link {
	display: none;
    }
header .h-link.open {
	position: absolute;
	display: inline-block;
	top: 66px;
	left: 0px;	
    width: 100%;
	height: auto;
	z-index: 1;

    background: linear-gradient(180deg,  #f7f7f7 0%, #ffffff 5%);
    }
header .h-link ul {
	text-align: left;
	}
header .h-link.open ul li {
	height: 60px;
	width: 100%;
	list-style-type: none;
	}	
header .h-link.open ul li + li {
	border-left: 0px solid #ffffff;
	}
header .h-link.open ul li {
	border-bottom: 1px solid #ededed;
	}		
	
header .h-link.open ul li a {
  display: block;
  font-size: 18px;
  text-align: left;
  list-style-type: 1px;
  color: #141414;
  padding: 17px 25px;
}

header .h-content {
	height: 65px;
	border-top: 5px solid #00965a;
	text-align: center;
    }
header .h-content .h_logo {
	width: 170px;
    }
header .h-content .h_text {
	width: 170px;
	margin-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
header {
	height: 65px;
	}
header .h-content {
	padding-top: 5px;
    }
header .h-content .h_text,	
header .h-content .h_logo {
	position: absolute;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
    }
header .h-content .h_logo {
    top: 8px;
    left: 0px;
    }	
header .h-content .h_text {
	top: 30px;
    left: 0px;
    }
header .h-content .h_text img,
header .h-content .h_logo img {
	width: 162px;
    }
}
/*MENU CSS ------------------------*/
.menu_wrap {
    display: block;
    width: 100%;
    background-color: white;
    position:relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
	border-bottom: 2px #00965E solid;
}
.menu_outter {
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
    padding: 20px 15px;
    margin: 0 auto;
}
.logo_wrap{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.BNP_logo {
    width: 310px;
}
.BNP_slogan {
   margin-left: 15px;
}

@media only screen and (max-width: 640px) { /*MOBILE*/
    .menu_outter{
        width: 100%;
        padding:15px;
        box-sizing: border-box;
    }
	.logo_wrap {
		flex-direction: column;
	}
    .BNP_logo {
        width: 200px;
    }
	.BNP_slogan {
	   width: 200px;
	   margin-left: 0px;
	   margin-top: 10px;
	}
	.menu_bt img{
		width: 30px;
		margin-right: 15px;
	}
	.menu_bt .last_bt{
		padding-right: 15px;
	}
	.menu_item_outer{
		top: 60px;
	}
}
/*MENU CSS END --------------------*/

/*Footer CSS --------------------*/
footer{
	display: block;
	overflow: hidden;
	width: 100%;
	border-top: 5px solid #16423F;
	background-color: #ffffff;
}
.footer_logo_wrap{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
	box-sizing: border-box;
}
.copyright{
	padding:15px 10px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #1F1F1F;
	box-sizing: border-box;
}
@media only screen and (max-width: 800px) { /*MOBILE*/
	.footer_logo_wrap .BNP_logo {
		width: 250px;
	}
}
@media only screen and (max-width: 640px) { /*MOBILE*/
	.footer_logo_wrap{
		flex-direction: column;
		align-items: flex-start;
	}
}
/*Footer CSS END --------------------*/

	
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	/* padding-top: 120px; */
	background: #ffffff;
	}



/************************
KEY-VISUAL
************************/
.key-visual { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	height: 620px;

	background: #ddebeb;
	background-image: url('/documents/418719/4472952/kv_bk.jpg');
	background-repeat: no-repeat; 
	background-position: center bottom; 
	
	background-size: auto 520px;
	}

.key-visual .kv_text  { 
	position: relative;
	display: inline-block;
	
	width: 520px;
	padding-top: 150px;
	padding-left: 20px;
	text-align: center;
	}
.key-visual .kv_text img  { 
	position: relative;
	display: inline-block;
	width: 100%;
	}	

   
@media screen and (max-width: 1023px) {

}
	
@media screen and (max-width: 768px) {
.key-visual { 
	height: 420px;
	background-size: auto 420px;
	}
.key-visual .kv_text  { 
	max-width: 360px;
	padding-top: 100px;
	padding-left: 20px;
	}	
}

@media screen and (max-width: 480px) {
.key-visual { 
	height: 710px;

	background-image: url('/documents/418719/4472952/kv_bks.jpg');
	background-size: auto 680px;
	}
.key-visual .kv_text  { 
	width: 100%;
	max-width: 450px;
	padding-top: 100px;
	padding-left: 0px;
	}
.key-visual .kv_text img  { 
	width: 75%;
	}	
}


/************************
BLOCK
************************/ 
.block ul li,
.block ul,
.block .tt,
.block .dd,
.block .pic img,
.block .txt,
.block .pic,
.block .box,
.block { 
    position: relative;
	display: inline-block;
    width: 100%;	
	}
.block { 
	float: left;
	line-height: 1.6em; 
	}	

.block .title img,
.block .title { 
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	}	
.block .title { 
	padding: 50px 0px;
	}	
.block .title img { 
	max-width: 230px;
	}
.block .note { 
	text-align: center;
    font-size: 16px;
	padding: 10px 0px;
	}
.block .title-deco{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.block .title-deco .note{
	display: inline-block;
}

@media screen and (max-width: 768px) {
.block {
	font-size: 16px;
	line-height: 1.8em;
	}
}
@media screen and (max-width: 480px) {
.block .title-deco{
	flex-direction: column;
	gap: 0px;
}
}
	
/************************/ 
.block_01 { 
	padding: 50px 5%;
	padding-bottom: 90px;
    background: #ffffff; 
	text-align: center;
	background-image: url('/documents/418719/4472952/bk_b101.svg');
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-size: auto 320px;
	}
.block_01 .box_01 { 
	padding-bottom: 50px;
	color: #2f2523;	
	text-align: center;
	}
.block_01 .box_01 dt { 
    font-size: 23px;
	font-weight: 900; 
	padding-bottom: 10px;
	}

	
	
.block_01 .box_02 ul { 
	max-width: 780px;
	text-align: center;	
	}	
.block_01 .box_02 ul li { 
	width: 33.3%;
	text-align: center;	
	vertical-align: top;
	}
.block_01 .box_02 img { 
	position: relative;
	display: inline-block;
	text-align: center;	
	width: 90%;
	max-width: 165px;
	}
.block_01 .box_02 dt { 
    font-size: 30px;
	font-weight: 900; 
	color: #8e4c00;
	}

@media screen and (max-width: 768px) {
.block_01 .box_01 { 
	text-align: left;
	}
.block_01 .box_02 dt { 
    font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	
}

/************************/ 
.block_02 { 
	padding-bottom: 50px;
    background: #e7f3ee; 
	text-align: center;
	
	background-image: url('/documents/418719/4472952/bk_b201.svg');
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-size: auto 320px;
	}
.block_03 .page-container,	
.block_02 .page-container { 
	padding: 0px 5%;
	}	
	
.block_02 .box_01 { 
	text-align: left;
	padding: 20px 30px;
	padding-top: 50px;
	background: #ffffff; 
	border-radius: 20px;
	border: 0px solid #00b86a;
	box-shadow: 10px 8px 0px 0 #00b86a;
	
	background-image: url('/documents/418719/4472952/bk_i02.png');
	background-repeat: repeat-x; 
	background-position: center top; 
	background-size: auto 50px;
	}
	
	
.block_02 .box_01 li { 
	float: left;
	width: 100%;
	padding: 20px 0px;

	}
.block_02 .box_01 li + li { 
	border-top: 1px solid #d8d8d8;
	}
	
.block_02 .box_01 dd,	
.block_02 .box_01 dt {
	position: relative;
	display: inline-block;
	float: left;
	}	
.block_02 .box_01 dt { 
	width: 14%;
	font-size: 20px;
	font-weight: 900; 
	color: #00953a;
	text-align: center;
	}
.block_02 .box_01 dd { 
	width: 86%;
	padding: 0px 10px;
	}
.block_02 .box_01 .lump50 dd { 
	width: 32%;
	}	
	.block_02 .box_01 dd a{
		color: #1062c4;
		text-decoration: underline;
	}
	.block_02 .box_01 dd a:hover{
		color: #f60505;
	}
.block_03 .bk,	
.block_02 .bk { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 50px;
	top: -50px;
	overflow: hidden;
	}
.block_03 .bk img,	
.block_02 .bk img { 
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	}	
@media screen and (max-width: 1023px) {
.block_02 .box_01 dt { 
	width: 18%;
	}
.block_02 .box_01 dd { 
	width: 82%;
	}	
}
@media screen and (max-width: 768px) {
.block_02 .box_01 .line {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d8d8d8;
	}
.block_02 .box_01 dt { 
	width: 20%;
	}	
.block_02 .box_01 dd,	
.block_02 .box_01 .lump50 dd { 
	width: 80%;
	}
}

@media screen and (max-width: 480px) {
.block_02 .box_01 dt { 
	width: 30%;
	}	
.block_02 .box_01 dd,	
.block_02 .box_01 .lump50 dd { 
	width: 70%;
	}
}

/************************/ 
.block_02 .box_02 ul { 
	max-width: 880px;
	text-align: center;	
	margin: 0 auto 50px;
	}
.block_02 .box_02 ul li { 
	width: 33.3%;
	text-align: center;	
	vertical-align: top;
	}
.block_02 .box_02 img { 
	position: relative;
	display: inline-block;
	text-align: center;	
	width: 100%;
	max-width: 270px;
	}
	
@media screen and (max-width: 768px) {
.block_02 .box_02 ul li { 
	width: 100%;
	}	
}
/************************/ 
.block_03 { 
	padding-bottom: 50px;	
    background: #ffffff; 
	text-align: center;
	}

.block_03 .box_01 ul li { 
    float: left;
	width: 20%;
	text-align: center;	
    background: linear-gradient(135deg,  #ede7df 0%,#f4eee6 47%,#fdf6ee 100%);
    min-height: 240px; 
	padding: 40px 20px;
	}

.block_03 .box_01 ul li:hover { 
    background: linear-gradient(135deg,  #ffffff 0%,#fdf6ee 47%,#ffffff 100%);
	}
	
.block_03 .box_01 ul li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 15px 0 15px 20px;
	border-left-color: #f9bd37;
	top: 70px;
	right: -10px;
    z-index: 1;
	}
.block_03 .box_01 ul li:last-of-type:before {
    display: none;
}
	
.block_03 .box_01 img { 
	position: relative;
	display: inline-block;
	text-align: center;	
	width: 100%;
	max-width: 100px;
	}
.block_03 .box_01 .txt { 
    min-height: 180px; 
	}	
	
.block_03 .box_01 dt { 
    font-size: 23px;
	font-weight: 900; 
	color: #00953a;
	padding: 15px 0px;
	}
@media screen and (max-width: 1023px) {
.block_03 .box_01 ul li { 
	padding: 40px 10px;
	}	
.block_03 .box_01 .txt { 
    min-height: 220px; 
	}	
}		
@media screen and (max-width: 768px) {
.block_03 .box_01 ul li { 
    float: left;
	width: 100%;
    min-height: 160px; 
	padding: 20px 10%;
	}
.block_03 .box_01 ul li:before {
	border-width: 20px 15px 0 15px;
	border-top-color: #f9bd37;
	border-left-color: transparent;
	top: auto;
	bottom: -10px;
	right: 49%;
    z-index: 1;
	}
.block_03 .box_01 .txt { 
    min-height: 100px; 
	}
.block_03 .box_01 dt { 
	padding: 5px 0px;
	}
}	
/************************/

.block_03 .box_10 { 
	text-align: left;
    font-size: 16px;
	margin-top: 30px;
	padding: 0px 20px;
	padding-top: 20px;
	border-top: 2px solid #bababa;
	position: relative;
	}
.not_page{
	position: absolute;
	top: -110px;
	}
.block_03 .box_10 dt {	
	font-weight: 900;
	}
.block_03 .box_10 li {	
	text-indent: -20px;
	margin-left: 20px;
	}

	
/************************/
.pc_768, .pc_480 { display: block; }
.mo_768, .mo_480 { display: none; }
	
@media screen and (max-width: 768px) {
.pc_768 { display: none; }
.mo_768 { display: block; }	
}
@media screen and (max-width: 480px) {
.pc_480 { display: none; }
.mo_480 { display: block; }	
}



/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
	}

a.btn_c02 {
	display: inline-block;
    min-width: 180px;
	font-weight: 900; 
    margin: 30px 20px;
	padding: 6px 30px;
	border-radius: 10px;

    color: #00953a;
    background: #ffffff; 
    border: 2px solid #00953a;
	}
a.btn_c02:hover, a.btn_c02:active { 
	color: #ffffff;
    background: #00953a;
    border: 2px solid #00953a;
	}

   
@media screen and (max-width: 1280px) {

} 

@media screen and (max-width: 480px) {
.block_btn {
	text-align: center;
    }
}

/************************
GOTOP
************************/

#go_top,
.go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}

#go_top { 
    width: 45px; 
	height: 45px;
	right: 10px;
	bottom: 50px;
	}
.go_link { 
    width: 100px; 
	right: 0px;
	bottom: 100px;
	}
	
#go_top img,
.go_link img { 
	position: relative;
	display: inline-block;
	width: 100%; 
	}

@media only screen and (max-width: 1200px) {

}	


@media screen and (orientation: landscape) and (max-width: 992px) {
.go_link { width: 80px; }
}



