@charset "utf-8";
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
	}

html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
	font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 
	background:#fff9f1;
	background-attachment: fixed;
	}

*,*::before,*::after {
	box-sizing: border-box;
}    /*----------不用算padding內距------------*/


/*----nav----*/
.bg-color{
background-color: #d70c18;
}

.bg-color1{
background-color:#fffdeb;
}

.nav-item{
color: #fff;
font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255);
  }/*-----NAV 選項字體顏色------*/


  .navbar-dark .navbar-toggler-icon {
	background-image: url("list.svg");
	}


/* == 桌機版 ============================================================================= */

.bkcolor1{
	background: rgb(245, 243, 236);
}
.bkcolor2{
	background: rgb(255, 248, 219);
}

.logotype{
width: 100%;
padding: 10px 0;
}

#btn-back-to-top {
width: 120px;
position: fixed;
bottom: 80px;
right: 2%;
display: none;
z-index: 99999;
}



.go01{
	width: 100%;
	float: left;
}




#btn-back-to-top li{
display: list-item;
text-align: -webkit-match-parent;
list-style-type: none;
}


/* == 刊頭 == */
.head{
background-size: cover;
background-image: url("head_bg01.webp");
background-position:center; /*背景圖置中*/
background-repeat: no-repeat;
margin-top:  4rem;

}

.head .box{
width: 624px;
height: auto;
margin: auto;
padding: 3%;
top: 1%;
right:20%;
background-position:center; /*背景圖置中*/
position: relative;
z-index:1;
}


.box1{
	padding-top: 80px;
}

.box2{
	margin-top: 80px;
	padding-bottom: 80px;
	padding-top: 80px;
	
}

.box3{
	padding-top: 80px;
}
.section-title {
	text-align: center;
	padding-bottom: 5px;
}

.section-title h3 {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #2d405f;
}

.section-title h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #aabbd7;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-title p {
	margin-bottom: 0;
}

.con01{
	width: 80%;
	height: auto;
	margin: 0 auto;
}




.con01 p{
	font-size: 22px;
	line-height: 35px;
}

.con03 p{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

.bstype{
	width: 60%;
	margin: 0 auto;
}

.bnftype{
	width: 31%;
	margin: 0 auto;
}

.htype{
	width: 40%;
	margin: 0 auto;
}

.ntype{
	width: 60%;
	margin: 0 auto;
}

/*---FOOTER字體顏色---*/
.text-muted {
--bs-text-opacity: 1;
color: #fff !important;
}

.footer-lg{
display: block;
}

.footer-sm{
display: none;
}




/* 展開收合效果 */
.slide_toggle {
	text-align: left;
	font-weight: bold;
	color:#30374f;
	line-height: 200%;
	font-size: 20px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
	
}
.slide_toggle:hover {
	text-align: left;
	font-weight: bold;
	color:#ffffff;
	line-height:200%;
	background-color:#76a1b8;
	font-size: 20px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
}

.slide_toggle + div {
	text-align: left;
	font-size: 1em;
	display: none;
	width:100%;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


.slide_toggle2 {
	text-align: left;
	color:#ce4141;
	line-height: 200%;
	font-size: 16px;
	overflow:hidden;
	padding-top: 2px;
	
}
.slide_toggle2:hover {
	text-align: left;
	color:#ffffff;
	line-height:200%;
	background-color:#d66a6a;
	font-size: 16px;
	overflow:hidden;
	padding-top: 2px;
}

.slide_toggle2 + div {
	text-align: left;
	display: none;
	width:100%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}


.ps{
	font-size: 10px;
	color:#ce4141;
	font-weight: 600;
}

.look_more P{
	font-size: 14px;
	line-height: 22px;
}


.QA{
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
	/*---
    border-radius: 5px;
    
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(241,241,241,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(241,241,241,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(241,241,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.95) 0%,rgba(241,241,241,1.00) 100%);
    ----*/
}

.notered{
	color: red;
}

.noteblue{
	color: rgb(37, 49, 124);
}



.notebold{
	font-weight: bold;
}



.QA li{
	list-style: none;
	line-height: 30px;
	margin-left: -20px;
	padding: 4px 10px;
	font-family: "微軟正黑體";
}



.Q_title{
	color: #131212;
	/*---font-weight: bold;----*/
	font-family: "微軟正黑體";
	font-size:18px ;
}
.Q_an{
	color: #211e1f;
	/*---font-weight: bold;---*/
	font-family: "微軟正黑體";
}
.Q_an_list{
	margin-left: -24px;
	padding-top: 0px;
	font-size: 16px;
}

/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.98px){

.logotype{
width: 80%;
}





.head{
width: 100%;
height: auto;
padding-bottom: 65.2%;
background-size: cover;
background-image: url(head_bg01_m.jpg);
position: relative;
overflow: hidden;
}

.head .box {
width: 55%;
height: auto;
margin: auto;
padding: 0.5%;
position: absolute;
top:10%;
right:40%;
z-index: 1;
}
.bstype{
	width: 85%;
}

.bnftype{
    width: 45%;
}


.htype{
	width: 50%;
}

.ntype{
	width: 75%;
}




}



/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

.logotype{
width: 70%;
padding:10px 5px;
}


#btn-back-to-top {
width: 30%;
position: fixed;
bottom: 80px;
display: none;
right:1%;
z-index: 99999;
} 

.go01{
	width: 70%;
	float: left;
	margin-left: 30px;
}




/* == 刊頭 == */
.head{
width: 100%;
height: auto;
padding-bottom: 80%;
background-size: cover;
background-image: url(head_bg01_m.webp);
position: relative;
overflow: hidden;
}
.head .box {
width: 75%;
height: auto;
margin: auto;
padding: 0.5%;
position: absolute;
top:2%;
right: 23%;
z-index: 1;
}



.box1{
	padding-top: 30px;
}

.section-title h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #2d405f;
}

.con01{
	width: 100%;
	height: auto;
	margin: 0 auto;
}




.con01 p{
	font-size: 16px;
	line-height: 28px;
}




.box2{
	margin-top: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	
}

.box3{
	padding-top: 30px;
}

.con03 p{
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.bstype{
	width: 100%;
}

.bnftype{
    width: 75%;
}


.htype{
	width: 50%;
}

.ntype{
	width: 100%;
}

.slide_toggle {
	text-align: left;
	font-weight: bold;
	color:#30374f;
	line-height: 200%;
	font-size: 16px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
	
}
	
.slide_toggle:hover {
	text-align: left;
	font-weight: bold;
	color:#ffffff;
	line-height:200%;
	background-color:#76a1b8;
	font-size: 16px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
	
}
	
	
	

.slide_toggle + div {
	text-align: left;
	font-size: 14px;
	display: none;
	width:100%;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}



.slide_toggle2 {
	text-align: left;
	color:#ce4141;
	line-height: 150%;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
	margin-top: 5px;
	
}
.slide_toggle2:hover {
	text-align: left;
	color:#ffffff;
	line-height:150%;
	background-color:#d66a6a;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
}

.slide_toggle2 + div {
	text-align: left;
	display: none;
	width:100%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

.look_more P{
	font-size: 14px;
	line-height: 20px;
}






.QA li{
	list-style: none;
	line-height: 30px;
	margin-left: -20px;
	padding: 0px 0px;
	font-family: "微軟正黑體";
}



.Q_title{
	color: #131212;
	/*---font-weight: bold;----*/
	font-family: "微軟正黑體";
	font-size:16px ;
}
.Q_an{
	color: #211e1f;
	/*---font-weight: bold;---*/
	font-family: "微軟正黑體";
}
.Q_an_list{
	margin-left: -10px;
	padding-top: 0px;
	font-size: 16px;
}


.footer-lg{
display: none;
}

.footer-sm{
display: block;
font-size: 13px;
}

}