@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:#ffffff;
}

*,*::before,*::after {
	box-sizing: border-box;
}    /*----------不用算padding內距------------*/


/*----nav----*/
.bg-color-rd{
    background-color: #d70c18;
}

.bg-color-wh{
    background-color: #ffffff;
}

.bg-color-g{
	background-color: #f5f5f5;
}

.nav-item{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

.navbar {
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(48, 48, 71);
}/*-----NAV 選項字體顏色------*/



.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 0rem;  /*---改 漢堡不會下移 原1-----*/
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 ;/*---取消漢堡點擊出現框框----*/
} 


.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/list-bk.svg");
}


.dropdown-menu {
	--bs-dropdown-padding-x: 0.5rem;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-divider-margin-y: 0rem;
	box-shadow: 0px 0px 30px rgb(127 137 161 / 10%);
	
}


.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 0px solid var(--bs-dropdown-divider-bg);
	opacity: 1;

}

.row{
	align-items: center;
}

.logotype{
    width: 225px;
    height: auto;
    padding: 10px 0;
	margin-left: 50px;
}


/* == 桌機版 ============================================================================= */

/* == 刊頭 == */

.main {
	margin-top: 100px;
}


.open{
	background-color: #ee8726;
	border-radius: 5px;
	padding: 10px;
	color: rgb(255, 255, 255);
}

.open2{
	background-color: #1245b4;
	border-radius: 5px;
	padding: 10px;
	color: rgb(255, 255, 255);
}

.head{
    background-size: cover;
    background-image: url("../images/head_bg01.webp");
    background-position:center; /*背景圖置中*/
    background-repeat: no-repeat;
    margin-top:  60px; /*20260128調整*/
    min-height: 950px;
}

.box{
    width: 50%;
    height: auto;
    background-position:center; /*背景圖置中*/
    position: relative;
    z-index:1;
    right:26%;
    margin: 30px auto;
    padding-top: 15%;
}

.box2{
    width: 55%;
    height: auto;
    position: relative;
    z-index:2;
    right:25%;
    margin: 0 auto;
	display:block;
}


p {
	margin-top: 0;
	margin-bottom: 0rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0rem;
}

.main-section{
	height: 100vh;
    color: rgb(10, 10, 10);
    position: relative;
    background-color: 0;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    overflow: hidden;
}





.feature{
    color: #fff;
    padding-left: 50px;
    line-height: 55px;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 600;
}



.h1-style{
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333131;
}

.feature02{
    line-height: 55px;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
}

.text-red{
	color: rgb(255, 20, 20);
}

.p-box{
	width: 310px;
	height: 190px;
	margin: 0 auto;
}

.advantage-p{
	font-size: 22px;
	text-align: justify
}

.advantage-img{
	width: 25%;
	margin: 0 auto;
	padding-top: 2rem;
}

.wrap1{
	overflow: hidden;
	background-image: url("../images/bg-01.webp");
	background-position: bottom bottom;
	background-size: cover;
	background-attachment: fixed;
	box-shadow:inset 0px 25px 25px -25px rgba(13, 34, 66, 0.644),
                inset 0px -25px 25px -25px rgb(13, 34, 66, 0.644); 
}

.content-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap2 {
	overflow: hidden;
	background-image: url("../images/bg-02.webp");
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
}



.h3-style{
	text-align: center;
	color: rgb(49, 44, 44);
	font-weight: 600;
	font-size: 40px;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.font-color-wh{
    color:#ffffff;
}

.font-color-bk{
	color:#333131;
}

.step-img{
	width: 100%;
	height: auto;
}

.step-p-style{
	font-size: 30px;
	text-align: left;
	color: #ffffff;
	padding: 20px 10px 20px 10px;
}



.go-where{
	font-weight: 800;
	color: #0c4a80;
}



.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0px;
	--bs-card-border-color: #d4d4d4c4;
	--bs-card-border-radius: 0.375rem;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(0.375rem - 1px);
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: #fff;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}


.text-bg-purple {
	color: #fff !important;
	background: #6441A5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #37155B, #37155B);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #37155B, #37155B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.h5-style{
	font-weight: 600;
	font-size: 26px;
}

.three-img{
	width: 70%;
	margin: 0 auto;
	padding-top: 2rem;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    line-height: 2rem;
    font-weight: 900;
	color: rgb(49, 44, 44);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.card-body{
	margin-bottom: 3rem;
}

.btn-s{
width: 80px;
height: 38px;
}

.btn-l{
width: 143px;
height: 38px;
}

.btn-style {
	--bs-btn-color: #1e252b;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #d3d5ee;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #163a5a;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
	box-shadow: 0px 2px 5px rgba(170, 170, 170, 0.671);
	margin: 2px 2px ;
}

.h6-style{
	font-size: 16px;
	color: rgb(117, 117, 117);
}

.tip-style{
	font-size: 16px;
	text-align: left;
	padding: 30px 20px 20px 20px;
	line-height: 2rem;
	color: #262c31;
}



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 26px;
	font-weight: 600;
	letter-spacing: 0px;
}


.accordion {
    --bs-accordion-color: #ffffff;
	--bs-accordion-bg: 0;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: 0;
	--bs-accordion-border-width: 0;
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;

    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon:url("../images/chevron-down.svg");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("../images/chevron-down.svg");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #ffffff;
	padding-bottom: 5rem;
}

.accordion-button:not(.collapsed) {
    color:#fdda10;
    background-color: #2e364400;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
	font-weight: 600;
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
	line-height: 36px;
	letter-spacing: 0.5px;
	font-size: 22px;
}

.custom-space {
    white-space: pre;
}
.notice{
	color: rgb(255, 255, 255);
	line-height: 36px;
	font-size: 21.5px;
	padding-bottom: 5rem;
}


.cis{
color: #4e4e4e;
}

/*---FOOTER字體顏色---*/
.text-muted {
    --bs-text-opacity: 1;
    color: #fff !important;
    font-size: 14px;
}

.footer-lg{
    display: block;
}

.footer-sm{
    display: none;
}

/*-----20240116調整------*/



.navbar-nav{
	margin-right: 50px;
}

.bg-box{
	width: 70%;
	margin: 0 auto;
}

.item-font-size{
	font-size: 22px ; 
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #124886;
	padding-bottom: 1em;
}

.item-font-size .nav-link{
	color: #124886;
}

.nav-pills .nav-link {
	background: #e0e9f7;
}

.tg{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.tg td{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-size:20px;
    overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg th{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-size:20px;
    font-weight:bold;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg .tg-fn3y{
	background-color:#4F81BD;
	border-color:inherit;
	text-align:left;
	vertical-align:top;
}
.tg .tg-whcx{
	background-color:#DCE6F2;
	border-color:inherit;
	text-align:center;
	vertical-align:middle;
	color: rgb(34, 50, 100);
	font-weight: bold;
}
.tg .tg-j574{
	background-color:#4F81BD;
	border-color:inherit;
	text-align:center;
	vertical-align:top;
}
.tg .tg-j3v4{
	background-color:#4F81BD;
	border-color:inherit;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
}
.tg .tg-ff59{
	background-color:#DCE6F2;
	border-color:inherit;
	text-align:center;
	vertical-align:middle;
	color: rgb(34, 50, 100);
	font-weight: bold;
}

.wrap2-xq{
	overflow: hidden;
	background-image: url("../images/bg-03.webp");
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
}

@media (min-width: 992px) and (max-width: 1199.99px){
	.p-box{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.nav-item{
		font-size: 16px;
		margin-left: 50px;
		padding-top: 5px;
	}/*-----20240116調整------*/

	.item-font-size{
		font-size: 22px;
	}/*-----20240116調整------*/
	
}



/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.98px){

.logotype{
    width: 180px;
	margin-left: 20px;
}

.nav-item{
    font-size: 16px;
    margin-left: 20px;
	padding-top: 5px;
}/*-----20240116調整------*/

.item-font-size{
	font-size: 18px;
}/*-----20240116調整------*/

.tg td{
	font-size:18px;
}
.tg th{
	font-size:18px;
}

.head{
    background-image: url("../images/head_bg01.webp");
    width: 100%;
    min-height: auto;
    padding-bottom: 20%;
    background-size: cover;
    position: relative;
    overflow: hidden;
	margin-top: 53px; /*20260128調整*/
}

.box{
	width: 50%;
	height: auto;
	right:25%;
	margin: 20px auto;
	padding-top: 5%;
}


.box2{
	width: 50%;
	height: auto;
	right:25%;
}


.main-section{
	height: 60vh;
}

.feature{
	color: #fff;
	padding-left: 30px;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-size: 26px;
}

.h1-style{
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1px;
	color: #333131;
}


.feature02{
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

.p-box{
	width: 184px;
	height: 192px;
	margin: 0 auto;
}

.advantage-p{
	font-size: 16px;
}

.wrap1{
	background-position: bottom center;
}

.h3-style{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding-top: 3rem;
    padding-bottom: 1rem;
}


.step-img{
    width: 100%;
    height: auto;
}

.step-p-style{
    font-size: 20px;
    padding: 10px 20px 5px 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.h5-style{
	font-weight: 600;
	font-size: 20px;
}

.three-img{
	padding-top: 1rem;
}

.card-title {
    line-height: 2rem;
}

.card-body{
	margin-bottom: 0rem;
}

.btn-style {
	box-shadow: 0px 2px 5px rgba(170, 170, 170, 0.671);
	margin: 5px 0px 5px 0px ;
}


.accordion-button {
    font-size: 20px;
}


.accordion-body {
	line-height: 30px;
	letter-spacing: 0px;
	font-size: 18px;
}


.notice{
	line-height: 30px;
	font-size: 18px;
}



.cis{
    font-size: 10px;
}

.footer-lg{
    display: none;
}

.footer-sm{
    display: block;
    font-size: 13px;
}


}



/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

	.tg {
		width: auto !important;
	}

	.tg col {
		width: auto !important;
	}
	.tg-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: auto 0px;
	}

	.tg td{
		font-size:14px;
	}
	.tg th{
		font-size:14px;
	}
	.tg .tg-ff59{
		text-align:left;
	}
	

.logotype{
    width: 164.5px;
    padding:10px 5px;
	margin-left: 5px;
}


.navbar-nav {
    padding-left: 10px;
}

.nav-item{
    font-size: 16px;
    margin-left: 0px;
	padding-top: 5px;
}

.item-font-size{
	font-size: 16px;
}/*-----20240116調整------*/

.open2{
	padding: 10px 18px;
}

/* == 刊頭 == */
.head{
    width:100%;
    min-height: auto;
    padding-bottom: 30%;
    background-size: cover;
    background-image: url("../images/head_bg01_m.webp");
    position: relative;
    overflow: hidden;
	margin-top: 53px; /*20260128調整*/
}

.box{
	width: 60%;
	height: auto;
	background-position:center; /*背景圖置中*/
	position: relative;
	z-index:1;
	right:18%;
	margin: 50px auto;
	padding-top: 5%;
}

.box2{
	width: 58%;
	height: auto;
	position: relative;
	z-index:2;
	right:25%;
	margin: 0 auto;
	display:none;
}


.feature{
    color: #fff;
    padding-left: 35px;
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 14px;
}


.main-section{
	height: auto;
	padding-bottom: 4rem;
}


.img-fluid {
	max-width: 50%;
	height: auto;
}

.h1-style{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 1px;
	color: #333131;
	margin-top: 20px;
}


.feature02{
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
	padding-left: 1rem;
}

.p-box{
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.advantage-p{
	font-size: 16px;
}

.advantage-img{
	width: 20%;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 1rem;
}


.wrap1{
	background-position: bottom center;
}





.wrap2-xq-2{
	overflow: hidden;
	background-image: url("../images/bg-03.webp");
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 7rem;
}

.h3-style{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 2rem;
	padding-bottom: 1rem;
}


.step-img{
	width: 50%;
	height: auto;
}

.step-p-style{
	font-size: 16px;
	padding: 10px 30px 5px 30px;
	line-height: 22px;
    margin-bottom: 10px;
}

.h5-style{
	font-weight: 600;
	font-size: 18px;
}

.h6-style{
	font-size: 14px;
}

.three-img{
	padding-top: 1rem;
	width: 50%;
}

.card-title {
	line-height: 1.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
}



.card-body{
	margin-bottom:1rem;
	flex: 1 1 auto;
	padding:0;
}


.accordion{
	padding-bottom: 1rem;
}

.accordion-button {
	font-size: 16px;
}



.accordion-body {
	line-height: 22px;
	letter-spacing: 0px;
	font-size: 14px;
	padding: 10px 0 20px 0;
}


.tip-style{
	font-size: 14px;
	line-height: 22px;
}

.notice{
	line-height: 22px;
	font-size: 14px;
}



.cis{
    font-size: 10px;
}

.footer-lg{
    display: none;
}

.footer-sm{
    display: block;
    font-size: 13px;
}



/*-----20240116調整------*/
.bg-box{
	width: 100%;
	margin: 0 auto;
}


}



