@charset "utf-8";

#TB_caption a {
    font-size: 16px;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-width: 320px;
	bottom: 0;
	/*網頁內設定999以內 */
	z-index: 999;
	background-image: url(../images/header-bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
#content-bk {
	background-image: url(../images/footer-bk.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.area-box {
	width: 100%;
	min-width: 320px;
}

.area-1220 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1220px;
	width: 100%;
}

#goTop {
	height: auto;
	width: 48px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: none;
	cursor: pointer;
}

/* header */
header {
	height: 242px;
	width: 100%;
	position: relative;
	z-index: 100;
}

#logo-area {
	width: 405px;
	position: absolute;
	left: 50px;
	top: 75px;
	height: auto;
}

#logo-area img{
	display: block;
	width: 100%;
	height: auto;	
}

#i-nav {
	height: 32px;
	width: 32px;
	background-image: url(../images/iconmonstr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	top: 15px;
	right: 10px;
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 999;
}

/* Menu */
#Menu {
	background-color: #FFFFFF;
	width: 100%;
	z-index: 999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #163877;
	display: none;
}

@font-face{
	font-family: SOSA;
	src: url('../public/font/sosa.ttf');
}


#Menu li span {
	width: 100%;
	font-size: 20px;
	color: #008FA5;
	font-weight: bold;
	line-height: 0.9;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 20px;
}

#Menu li b {
	width: 100%;
	font-size: 20px;
	color: #c9061f;
	font-weight: bold;
	line-height: 0.9;
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
}

#Menu li b a{
	padding: 20px;
	color: #c9061f;
	font-weight: bold;
}

#Menu li a  {
	display: block;
	height: 100%;
	width: 100%;
	color: #163877;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
}

#Menu li a b {
	font-family: SOSA;
	font-size: 22px;
	line-height: 45px;
	color: #000;
	margin-right: 10px;
}

#Menu li:last-child a {	
	border-bottom-style: none;
}

#Menu li a:hover  {
	color: #FFFFFF;
	background-color: #333;
}

#Menu li a:hover b {
	margin-right: 15px;
}

/* left_menu */
#article-left {
	background-color: #000000;
}
#left-title-area {
	text-align: center;
	position: relative;
	border-bottom-style: none;
	padding-bottom: 20px;
}

#menu-title-pic {
	display: inline-block;
	float: none;
}

#left-menu {
	width: 95%;
	min-height: 1100px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#left-menu li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}

#left-menu li span {
	width: 100%;
	font-size: 20px;
	color: #FF000A;
	font-weight: bolder;
	line-height: 0.9;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 38px;
}

#left-menu li b {
	width: 100%;
	font-size: 20px;
	color: #c9061f;
	font-weight: bold;
	line-height: 0.9;
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
}

#left-menu li b a{
	color: #33ddf7;
	padding-top: 25px;
	padding-bottom: 25px;
}

#left-menu li:last-child {
	border-bottom-style: none;
}

#left-menu li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 38px;
	padding-right: 38px;
}

#left-menu li a:hover {
	background-color: #666666;
	color: #FF0;
}

#left-menus li a span {
	color: #a9834f;
	font-size: 15px;
}

#article-right {
	background-color:#FFF;
}

#right-top {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pro-box {
	cursor: pointer;
	min-height: 150px;
	background-color:#CCC;
}


/* footer */
footer {
	background-color: #212121;
	display: block;
}

#copyright {
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: right;
	line-height: 1.4;
	padding-top: 16px;
	padding-bottom: 33px;
	width: 100%;
}

#copyright a {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FF0;
}
/* page */
#index-bk1 {
	min-height: 500px;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	background-image: url(../images/left-menu-bk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #EEE;
}
.title-mark {
	height: 22px;
	width: 22px;
	float: left;
	margin-bottom: -2px;
	margin-left: -30px;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

#page-title {
	color: #c9061f;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	padding-bottom: 8px;
	line-height: 1;
	font-weight: bold;
	padding-left: 40px;
}

#ad-pic img {
	width: 100%;
	height: auto;
}

/* index */
#centent-index {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.box-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.title-mark-2 {
	background-color: #000;
	height: 8px;
	width: 8px;
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-top: 6px;
	margin-left: -20px;
}
.pro-title {
	color: #000;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 18px;
	line-height: 1;
	padding-left: 25px;
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 12px;
}
.pro-detail {
	width: 100%;
}
.pro-detail li {
	float: left;
	margin: 1%;
	width: 23%;
}
.pro-detail li img {
	height: auto;
	width: 100%;
}

.vt-box {
	height: 0px;
	width: 100%;
	padding-bottom: 25%;
}

.vt-link {
	background-image: url(../images/vt-link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	display: block;
	text-indent: -99999px;
}

#TB_caption a {
	font-size: 16px;
}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

	html, body {
		width: 100%;
		min-height: 100%;
		font-size: 18px;
	}

	#wrapper {
		width:100%;
		max-width: 100%;
		min-width: 320px;
		min-height:100%;
		bottom: 0;
		background-image: none;
	}

	/* header */
	header {
	height: 65px;
	width: 100%;
	min-width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #163877;
	background-color: #C11920;
	background-image: url(../images/menu-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

	#logo-area {
	width: 200px;
	left: 20px;
	top: 7px;
	display: none;
	}

	#i-nav {
		display:block;
	}
	
	/* Menu */

	/* left_menu */
	#article-left {
		display: none;
	}

	#article-right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#right-top {
		padding: 10px;
	}
	
	/* footer */
	footer {
		padding-left: 1%;
	}
	#copyright {
		padding-top: 20px;
		padding-bottom: 25px;
		text-align: left;
		padding-right: 2%;
		padding-left: 2%;
	}	

	/* page */
	#index-bk1 {
		width: 99%;
		margin-right: auto;
		margin-left: auto;
		background-image: none;
	}

	/* index */
	#centent-index {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.pro-detail li {
		float: left;
		margin: 1%;
		width: 31.33%;
	}
	
}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {
	html, body {
		width: 100%;
		min-height: 100%;
		font-size: 18px;
	}

	#wrapper {
		width:100%;
		max-width: 100%;
		min-width: 320px;
		min-height:100%;
		bottom: 0;
		background-image: none;
	}
	
	/* header */
	header {
	height: 65px;
	width: 100%;
	min-width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #163877;
	background-color: #C11920;
	background-image: url(../images/menu-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

	#logo-area {
	width: 200px;
	left: 15px;
	top: 7px;
	display: none;
	}

	#i-nav {
		display:block;
	}
	
	/* Menu */
	
	/* left_menu */	
	#article-left {
		display: none;
	}

	#article-right {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}

	#right-top {
		padding: 10px;
	}
	
	/* footer */
	footer {
		padding-left: 1%;
	}
	#copyright {
		padding-top: 20px; 
		padding-bottom: 25px;
		text-align: left;
		padding-right: 1%;
		padding-left: 1%;
	}
	
	/* page */
	#index-bk1 {
		width: 99%;
		margin-right: auto;
		margin-left: auto;
		background-image: none;
	}

	/* index */
	#centent-index {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.pro-detail li {
		float: none;
		width: 98%;
		margin-top: 20px;
		margin-right: 1%;
		margin-bottom: 20px;
		margin-left: 1%;
	}

	.vt-link {
		background-position: center top;
		background-size: 64% auto;
	}

	#web-link img {
		width:125px;			
	}

}

.modal {
    --bs-modal-width: 850px;
}

@media screen and (min-width: 992px) and (max-width: 1521px) {

	.modal {
		--bs-modal-width: 750px;
	}

}