@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:#f5f5f5;
}

*,*::before,*::after {
	box-sizing: border-box;
}    /*----------不用算padding內距------------*/


/*----nav----*/
.bg-color-rd{
background-color: #ff0a00;
}

.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;
}


/*===不更動=====*/
.logotype{
	width: 225px;
	height: auto;
	padding: 10px 0;
}

.main {
	min-height: calc(100% - 50px); /*減去footer高度*/
}


.cis{
	color: #4e4e4e;
}

/*---FOOTER字體顏色---*/
.text-muted {
	--bs-text-opacity: 1;
	color: #fff !important;
	font-size: 14px;
}

.footer{
	height: 50px;
}

.footer-lg{
	display: block;
}

.footer-sm{
	display: none;
}

/* == 桌機版 ============================================================================= */

.row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 50%;
    margin: 20px auto;
}

/*-----------------線上簽署---------------------*/
.page-title{
	padding-top: 150px;
	color: rgb(37, 28, 28);
}

h2{
	font-size: 30px;
}


.bg-card{
width: 70%;
height: auto;
margin: 30px auto;
padding-bottom: 30px;
/*background-color: #9c91a046;*/
border-radius: 8px;
}

.bg-card2{
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding-bottom: 30px;
	/*background-color: #9c91a046;*/
	border-radius: 8px;
}



.box01{
	padding: 10px 30px;
	margin-bottom: 20px;
}

.sm-title {
	font-weight: 900;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	position: relative;
}

.line:after {
	content: "";
	position: absolute;
	top: 50%;
	background: #b4b4b4;
	width: 90%;
	height: 1px;
	margin-left: 30px;
}



.box02{
	margin-bottom: 10px;
}

.button-img{
	margin-left: 10px;
	margin-bottom: 0.5px;
}

.text-red {
    color: #dc3545 !important;
	font-weight: 800;
	text-align: right;
}


.text-green {
    color: #35b653 !important;
	font-weight: 800;
	text-align: right;
}


.text-grey {
    color: #7c7c7c !important;
	font-weight: 800;
	text-align: right;
}


.text-black{
	color: #333;
}


.bg-style{
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(170, 170, 170, 0.671);
	margin: 0 auto;
	border-radius: 8px;
	border-style: solid ;
	border-width: 1px;
	border-color: #d3d5ee;
}

.bg-style p{
	font-size: 16px;
	font-weight: 800;
	margin-top:1rem;
    margin-bottom: 1rem;
}

.bg-red{
	border-right-style:solid; 
    border-right-color:#f05665e1;
	border-radius: 0 8px 8px 0;
}


/*-----------------線上測試---------------------*/


.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 ;
}

.h5-style{
	font-weight: 600;
	font-size: 26px;
	text-align: center;
}


.two-img{
	width: 40%;
	margin: 0 auto;
	padding-top: 0rem;
}

.three-img{
	width: 60%;
	margin: 0 auto;
	padding-top: 0rem;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    line-height: 4rem;
    font-weight: 800;
	color: rgb(49, 44, 44);
}

.card-body{
	margin-bottom: 1rem;
	padding: 0;
}

/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.98px){


/*===不更動=====*/
.logotype{
	width: 180px;
}

.footer{
	height: auto
}
/*===不更動=====*/


.h5-style{
	font-weight: 800;
	font-size: 20px;
}


.two-img{
	width: 60%;
	padding-top: 0rem;
}


.three-img{
	padding-top: 0rem;
}

.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 ;
}


/*-----------------線上簽署---------------------*/
.page-title{
	padding-top: 120px;
}

.bg-card{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 30px;
}


.cis{
font-size: 10px;
}

.footer-lg{
display: none;
}

.footer-sm{
display: block;
font-size: 13px;
}


}



/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

/*===不更動=====*/
.logotype{
	width: 164.5px;
	padding:10px 5px;
}


.navbar-nav {
padding-left: 10px;
}

.nav-item{
font-size: 16px;
margin-left: 0px;
}


.cis{
font-size: 10px;
}

.footer{
	height: auto
}

.footer-lg{
display: none;
}
	
.footer-sm{
display: block;
font-size: 13px;
}
/*===不更動=====*/


.row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
    margin: 20px auto;
}


/*-----------------線上簽署---------------------*/

h2{
	font-size: 20px;
}

.sm-title {
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.line:before,
.line:after {
	content: "";
	position: absolute;
	top: 50%;
	background: #b4b4b4;
	width: 20%;
	height: 1px;
	margin-left: 0;
}

.line:before {
	left: 1%; 
}

.line:after {
	right: 1%; 
}

.box02{
	margin-bottom: 25px;
}

.page-title{
	padding-top: 100px;
}

.bg-card{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding-bottom: 10px;
	}

.two-img{
	width: 70%;
	margin: 0 auto;
	padding-top: 0rem;
}


.three-img{
	width: 70%;
	margin: 0 auto;
	padding-top: 0rem;
}


.box01{
	padding: 0px 25px;
	margin-bottom: 0px;
}

.bg-style p{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	text-align: center;
}


.text-red {
    color: #dc3545 !important;
	font-weight: 800;
	text-align: center;
}


.text-green {
    color: #35b653 !important;
	font-weight: 800;
	text-align: center;
}


.text-grey {
    color: #7c7c7c !important;
	font-weight: 800;
	text-align: center;
}

.bg-green{
	background-color: 0;
	border-radius: 0;
	border-top-style:0; 
    border-top-color:0;
}



.bg-red{
	background-color: #ffdade44;
	border-radius: 0 0 8px 8px;
	border-top-style:solid; 
    border-top-color:#ffdade59;
	border-right-style:none; 
}

.bg-grey{
	background-color: 0;
	border-radius: 0;
}


.button-img{
	margin-left: 2px;
	margin-bottom: 2px;
}




.h5-style{
	font-weight: 800;
	font-size: 18px;
}


.card-title {
	line-height: 2rem;
}



.card-body{
	margin-bottom:1rem;
	flex: 1 1 auto;
	padding:0;
}




}