/* Color 
############################################ */

.page-area .color-lt,
#content-area .color-lt {
	color: #fcb800;
}

.page-area .color-sc,
#content-area .color-sc {
	color: #009cb3;
}

.page-area .color-ad,
#content-area .color-ad {
	color: #cd0008;
}

.page-area .maglogo {
	width: 140px;
}
@media (max-width: 768px) {
	.page-area .maglogo {
		width: 120px;
	}
}

.page-area .bg-lt,
#content-area .bg-lt {
	background: #fcb800;
}

.page-area .bg-sc,
#content-area .bg-sc {
	background: #009cb3;
}

.page-area .bg-ad,
#content-area .bg-ad {
	background: #cd0008;
}

.rotated180 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
}
/* Orange fa6934
text link hover 0395f7  */

/* General 
############################################ */

body {
	font-size: 16px;
	font-family: Arial, "Noto Sans TC", sans-serif;
	text-align: left;
	color: #000000;
	line-height: 1.6em;
	background: #fff;
}

@media (max-width: 768px) {
	body {
		font-size: 1em;
		line-height: 1.5em;
	}
}

@media (max-width: 576px) {
	.container {
		padding-left: 0.3em;
	}
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol {
	margin: 1em 1.5em;
	padding: 0;
}

form {
	margin: 0;
	padding: 0 0 1em 0;
}

a:link,
a:visited {
	padding: 0 3px;
	text-decoration: none;
	color: #fa6934;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #ff4805;
}

a.btn:link,
a.btn:visited {
	padding: 0.2em 0.5em;
	text-decoration: none;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
	border-bottom-color: #64615e;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
	border-top-color: #64615e;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
	border-right-color: #64615e;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
	border-left-color: #64615e;
}

.tooltip-inner .article-img {
	max-width: 160px;
	margin: 2px;
}

.tooltip-inner {
	text-align: left;
	text-shadow: 1px 1px rgb(0, 0, 0, 0.9);
	max-width: 190px;
	font-family: "Noto Sans TC", sans-serif;
	box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.4);
	background-color: #64615e;
	font-size: 12px;
	overflow: auto;
}

.tooltip.show {
	opacity: 1;
}

.tooltip-inner span {
	font-size: 13px;
	font-weight: 700;
}

.sc-logo {
	width: auto;
	transition: all 0.2s;
}
@media (max-width: 992px) {
	.sc-logo {
		max-width: 250px;
		transition: all 0.3s;
	}
}

/* Warp 
        ############################################ */

#warp {
	width: 100%;
}

.top-color {
	height: 1em;
	background: #fa6934;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	.top-color {
		height: 0.5em;
		transition: all 0.3s;
	}
}

#upper {
	max-width: 992px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	#upper {
		width: auto;
	}
}

#upper-area {
	width: 100%;
	text-align: center;
}

/* Top Banner 
############################################ */

.topad {
	background: #fa6934;
}
.topad-area {
	position: relative;
	margin: 0 auto;
	display: none;
	max-width: 960px;
}
.topad .topad-area .topad-banner {
	width: 100%;
}
.topad .topad-area .close {
	position: absolute;
	top: 0;
	right: -3px;
	cursor: pointer;
}

@media (max-width: 996px) {
	.topad .topad-area .close {
		display: none;
	}
}

/* Nav 
############################################ */

nav {
	padding: 0;
	margin: 0;
}

.navbar {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	display: none;
}

@media (max-width: 992px) {
	.navbar-nav {
		display: inline;
	}
}

.navbar a.navbar-brand:link,
.navbar a.navbar-brand:visited {
	color: #fff;
}

.navbar-brand img {
	height: auto;
	transition: all 0.3s;
}

@media (max-width: 576px) {
	.navbar-brand img {
		height: 3rem;
		transition: all 0.3s;
	}
}

.navbar-toggler {
	padding: 0.25rem 0.45rem 0.35rem 0.45rem;
	font-size: 1rem;
	line-height: 0;
	background-color: #ff4314;
	border: 0px solid transparent;
	border-radius: 0.3rem;
	transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .8)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0.2rem 0.15rem rgb(255, 67, 20, 0.6);
}

.navbar .btn-nav-icon {
	font-size: 0.9rem;
	padding: 0.3rem 0.6rem;
	margin-right: 0.1rem;
	border-radius: 0.5rem;
	border: 1px solid rgb(13, 110, 253, 0);
	color: rgb(255, 255, 255, 0.6);
}

.navbar .btn-nav-icon:hover {
	/* background-color: #0d6efd; */
	border: 1px solid #227aff;
	color: #fff;
}

/* collapse menu **************************************/
.navbar .container {
	position: relative;
}
.navbar .collapse {
	position: absolute;
	top: 3.8em;
	right: 1em;
	margin-bottom: 2em;
	min-width: 220px;
	z-index: 10;
}

.navbar-collapse {
	background: #fff;
	background: transparent;
	border-radius: 0.5em;
	margin-top: -0.6em;
}

.navbar .collapse h6 {
	font-size: 1em;
	background: #fff;
	margin: 0 0 0 1.5em;
	padding: 1em 0.2em 0.3em 0.2em;
}
.navbar .collapse .sub-cat {
	display: block;
	font-size: 0.85rem;
	color: #fa6934;
	background: #eeeeee;
	padding: 0.2em 0.2em 0.3em 0.2em;
	margin: 0 0 0 1.5em;
}

.navbar ul.navbar-nav a.collapse-mainmenu {
	display: block;
	margin-left: 10%;
	background: #fa6934;
	font-size: 0.85em;
	font-weight: 600;
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px solid #e0d3bc;
}

ul.navbar-nav a.collapse-mainmenu:link,
ul.navbar-nav a.collapse-mainmenu:visited {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

ul.navbar-nav a.collapse-mainmenu:hover,
ul.navbar-nav a.collapse-mainmenu:active {
	background: #fff;
	color: #ff5112;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}

/* s-menu */

.s-menu {
	position: absolute;
	top: 2rem;
	right: 23%;
	margin: -1.2em -0.5em 0 0;
	font-size: 1.4em;
}
@media (max-width: 1400px) {
	.s-menu {
		right: 25%;
	}
}

@media (max-width: 1200px) {
	.s-menu {
		right: 30%;
	}
}

@media (max-width: 992px) {
	.s-menu {
		display: none;
	}
}
.s-menu a svg {
	color: gray;
}
.s-menu a:link,
.s-menu a:visited {
	color: rgba(85, 85, 85, 0.5);
	display: block;
	float: right;
	padding: 4px 6px;
	text-decoration: none;
	margin-top: 0em;
	transition: all 0.4s;
}

.s-menu a:hover,
.s-menu a:active {
	color: rgb(0, 0, 0, 0.8);
	margin-top: -0.2em;
	transition: all 0.2s;
}

/* search */

#search {
	background: #fa6934;
	padding: 0.2em 1em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	margin-top: -2.6em;
}

@media (max-width: 992px) {
	#search {
		display: none;
	}
}

.input-search {
	font-size: 13px;
}

.input-group-text {
	background: rgb(219, 214, 171);
	color: rgb(112, 95, 53);
}

.logo {
	border: 0px solid;
	float: left;
}

/* Mainmenu */
.mainmenu-col {
	text-align: left;
}

@media (max-width: 996px) {
	.mainmenu-col {
		display: none;
	}
}
.mainmenu-col #mainmenu {
	text-align: left;
	color: #000;
	overflow: auto;
	border-radius: 0.5em;
	padding: 1px;
	background: linear-gradient(
		90deg,
		rgb(175, 175, 175),
		rgba(0, 0, 0, 0) 100%
	);
}

.mainmenu-col #mainmenu .mainmenu-box {
	border-radius: 0.5em;
	background: linear-gradient(
		90deg,
		rgb(255, 248, 215),
		rgba(255, 255, 255, 1) 100%
	);
}

@media (max-width: 1200px) {
	.mainmenu-col #mainmenu .mainmenu-box {
		font-size: 1em;
	}
}
.mainmenu-col #mainmenu .mainmenu-list a:link,
.mainmenu-col #mainmenu .mainmenu-list a:visited {
	line-height: 1em;
	font-size: 0.9em;
	display: block;
	padding: 5px 0 5px 15px;
	color: #1d1d1d;
	text-decoration: none;
	transition: all 0.1s;
}

.mainmenu-col #mainmenu .mainmenu-list a:hover,
.mainmenu-col #mainmenu .mainmenu-list a:active {
	color: #ff5112;
	padding: 5px 0 4px 15px;
	margin-left: -6px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.1s;
}

.mainmenu-col .side-box {
	clear: both;
	padding: 0 0 0 0.5em;
	margin-top: 1em;
}
.mainmenu-col .side-box h4 {
	font-size: 1.1em;
	color: #ff5112;
	font-weight: 600;
	line-height: 1em;
	padding: 1em 0 0.6em 0;
	margin: 0;
	border-radius: 0.3em;
}
.mainmenu-col .side-box a {
	display: block;
	line-height: 1em;
}
.mainmenu-col .side-box .note {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #5d5d5d;
	padding: 0.5em 0 0.5em 0.3em;
	margin-bottom: 1em;
}
.mainmenu-col .side-box .scnews a:link,
.mainmenu-col .side-box .scnews a:visited {
	display: block;
	word-wrap: break-word;
	color: #636363;
	font-size: 0.85em;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-decoration: none;
	transition: all 0.3s;
}
.mainmenu-col .side-box .scnews a:hover,
.mainmenu-col .side-box .scnews a:active {
	color: #ff5112;
	text-decoration: none;
	transition: all 0.3s;
}

/* Content area 
############################################ */

#content-area {
	width: 100%;
	clear: both;
}

@media (max-width: 576px) {
	#content-area .row .col {
		min-width: 100%;
		padding-left: 26%;
		margin-bottom: 1em;
	}
	#content-area .row .col-single {
		min-width: 100%;
		padding-left: 1em;
		margin-bottom: 1em;
	}
}

/* Mag Cover */

.mag-cover {
	float: left;
}

.mag-cover .newcover .thiscover img {
	width: 170px;
	margin: 0;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.6);
	transition: all 0.3s;
}

@media (min-width: 576px) and (max-width: 768px) {
	.mag-cover .newcover .thiscover img {
		width: 130px;
		transition: all 0.3s;
	}
}

.newcover {
	position: relative;
}

.note-qr {
	position: absolute;
	display: none;
	top: 18%;
	left: -50%;
}
.mag-cover:hover .note-qr {
	transform: scale(1.1) translate(0.5em, 1em);
}
@media (min-width: 576px) and (max-width: 768px) {
	.note-qr {
		top: 25%;
		left: -35%;
		transition: all 0.2s;
	}
	.note-qr img {
		width: 80%;
		transition: all 0.2s;
	}
}

.hide-note {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.newcover .note-lt,
.newcover .note-sc,
.newcover .note-ad {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.7rem;
	text-align: center;
	vertical-align: middle;
}

.note-level {
	font-size: 0.7rem;
	text-align: center;
	padding: 2px 0 0 0;
}
/* .mag-cover:hover .note-level {
    display: none;
    transition: all 0.3s;
    transform: scale(1.1) rotate(2deg) translate(-0.2em, 0.5em);
} */

/* menu */

.mag-menu {
	float: left;
	margin-left: 0.2em;
	transition: all 0.3s;
}

.mag-menu a {
	display: block;
}

.mag-menu .menu-icon {
	position: relative;
	margin-bottom: 0.3em;
}
.tp span {
	font-size: 1rem;
}

.mag-menu .menu-icon img.img-hover {
	position: absolute;
	top: 0;
	left: 2px;
	opacity: 0;
	transition: all 0.3s;
}

.mag-menu .menu-icon:hover img.img-hover {
	opacity: 1;
	transition: all 0.3s;
}

@media (min-width: 576px) and (max-width: 768px) {
	.mag-menu .menu-icon img {
		width: 28px;
		transition: all 0.3s;
	}
}

/* AD promo */

.ad {
	clear: both;
}

@media (min-width: 768px) {
	.ad img {
		width: 47%;
		transition: all 0.3s;
	}
}

.banner_left img {
	margin: 3px 3px 13px 3px;
	transition: all 0.3s;
}

.banner_left img:hover {
	filter: brightness(1.2);
	transition: all 0.3s;
}

.banner_right img {
	margin: 3px 3px 13px 3px;
	transition: all 0.3s;
}

.banner_right img:hover {
	filter: brightness(1.2);
	transition: all 0.3s;
}

/* Warp b (dufault only)
############################################ */

#warp_b {
	width: 100%;
	text-align: center;
	padding: 0.5em 0 2.5em 0;
	margin: 0;
	/*background:#03357a;*/
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003d90+0,0048a2+100 */
	background: #0e3687;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0e3687 0%, #005e8f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0e3687 0%, #005e8f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0e3687 0%, #005e8f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e3687', endColorstr='#005e8f', GradientType=0);
	/* IE6-9 */
}

/* Under (dufault only)
############################################ */

#under {
	margin: 0 auto;
}

/* c1 */

#under .c1 {
	text-align: right;
}

#under .c1 img {
	border-radius: 0.8em;
	margin: 5px 0 5px 5px;
	transition: all 0.2s;
}

#under .c1 img:hover {
	margin: 2px 0 8px 5px;
	transition: all 0.2s;
}

/* b2b main block */
#under .c1 .b2b {
	border-radius: 0.8em;
	color: #323232;
	font-weight: 600;
	font-size: 0.9rem;
	text-align: right;
	margin: 0;
	padding: 0.5rem 0.8rem;
	background: #ffe263;
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 82px;
	transition: all 0.2s;
}
#under .c1 .b2b:hover {
	margin-top: 2px;
	margin-bottom: 8px;
	background: #ffde21;
	transition: all 0.2s;
}
@media (max-width: 1400px) {
	#under .c1 .b2b {
		margin-left: 20px;
		min-width: 350px;
		max-width: 350px;
	}
}
@media (max-width: 1200px) {
	#under .c1 .b2b {
		margin-left: 10px;
		min-width: 300px;
		max-width: 300px;
	}
}
@media (max-width: 992px) {
	#under .c1 .b2b {
		margin-left: 10px;
		min-width: 340px;
		max-width: 340px;
	}
}
@media (max-width: 767.98px) {
	#under .c1 .b2b {
		margin-left: 10px;
		min-width: 250px;
		max-width: 250px;
	}
}
@media (max-width: 576px) {
	#under .c1 .b2b {
		min-width: 305px;
		max-width: 305px;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
/* b2b box */
#under .c1 .b2b .box {
	position: relative;
	font-size: 1.3rem;
	margin-left: 3rem;
	padding: 0.8rem 0.3rem;
	cursor: pointer;
	transition: all 0.3s;
}
#under .c1 .b2b .box:hover {
	color: #ee3a3a;
	text-decoration: none;
	transition: all 0.3s;
}

@media (max-width: 1200px) {
	#under .c1 .b2b .box {
		font-size: 1.2rem;
		padding: 0.4rem 0.3rem;
	}
}
@media (max-width: 992px) {
	#under .c1 .b2b .box {
		font-size: 1.1rem;
		padding: 0.4rem 0.3rem;
	}
}
@media (max-width: 768px) {
	#under .c1 .b2b .box {
		font-size: 0.8rem;
		padding: 0.2rem 0.2rem;
	}
}
@media (max-width: 576px) {
	#under .c1 .b2b .box {
		font-size: 1.2rem;
	}
}
/* b2b box icon */
#under .c1 .b2b .box:hover img {
	transform: rotate(3deg) scale(1.2);
	transition: all 0.3s;
}
#under .c1 .b2b .box img {
	position: absolute;
	max-width: 80px;
	top: -0.5rem;
	left: -0.85rem;
}
@media (max-width: 1200px) {
	#under .c1 .b2b .box img {
		max-width: 60px;
		left: -1.5rem;
	}
}
@media (max-width: 992px) {
	#under .c1 .b2b .box img {
		max-width: 50px;
	}
}
@media (max-width: 768px) {
	#under .c1 .b2b .box img {
		max-width: 40px;
		left: -2.2rem;
	}
}
@media (max-width: 576px) {
	#under .c1 .b2b .box img {
		position: absolute;
		width: 50px;
		top: -0.5rem;
		left: -0.5rem;
	}
}
/* b2b box des blcok */
#under .c1 .b2b .box-des {
	font-size: 15px;
	text-align: center;
	background: #f3f1e9;
	border: 1px solid #9c9c9c;
	padding: 0.5rem 0.3rem;
	border-radius: 0.8rem;
	line-height: 1.2rem;
	font-weight: 400;
	margin: 0.8rem 0 0 0;
}
@media (max-width: 768px) {
	#under .c1 .b2b .box-des {
		padding: 0.5rem 0.1rem;
	}
}
/* b2b box des blcok small word */
.box-des small {
	display: block;
	line-height: 1.4em;
	text-align: right;
}
@media (max-width: 768px) {
	.box-des small {
		font-size: 0.75rem;
	}
}
/* b2b box des blcok title */
#under .c1 .b2b .box-des .title {
	line-height: 1.1rem;
	font-size: 0.95rem;
	font-weight: 700;
}
@media (max-width: 1200px) {
	#under .c1 .b2b .box-des .title {
		font-size: 0.9rem;
	}
}
@media (max-width: 992px) {
	#under .c1 .b2b .box-des .title {
		font-size: 0.8rem;
	}
}
@media (max-width: 768px) {
	#under .c1 .b2b .box-des .title {
		padding: 0.5rem;
	}
}
/* b2b box des blcok detail */
#under .c1 .b2b .box-des .box-des-data {
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
@media (max-width: 768px) {
	#under .c1 .b2b .box-des .box-des-data {
		width: 92%;
		font-size: 12px;
	}
}
@media (max-width: 576px) {
	#under .c1 .b2b .box-des .box-des-data {
		padding: 0 0 0 2rem;
	}
}
@media (max-width: 576px) {
	#under .c1 .b2b .box-des .title {
		font-size: 0.9rem;
	}
}
#under .c1 .b2b .box-des a:link,
#under .c1 .b2b .box-des a:visited {
	color: #0092e7;
	text-decoration: underline;
}
#under .c1 .b2b .box-des a:hover,
#under .c1 .b2b .box-des a:active {
	color: #0092e7;
	text-decoration: none;
}

@media (max-width: 1200px) {
	#under .c1 img {
		width: 96%;
		transition: all 0.2s;
	}
}

@media (max-width: 576px) {
	#under .c1 {
		text-align: center;
	}
	#under .c1 img {
		width: 305px;
		margin: 5px auto;
		transition: all 0.2s;
	}
}

/* c2 */

#under .c2 {
	padding: 6px 1em;
}
.c2 .news-item {
	font-size: 0.98em;
	display: block;
}
.c2 .news-item p {
	padding: 0;
	margin: 0;
}
.c2 li {
	text-align: left;
}

.c2 li.owl-left {
	padding: 0;
}

.c2 li.owl-right {
	padding: 0;
}

.c2 li.owl-txt {
	padding: 0;
}

.c2_banner {
	padding: 10px 0;
	text-align: center;
}

.c2 .box-link {
	clear: both;
	color: #3d3d3d;
}
.c2 .owl-right .box-link {
	text-align: right;
}

.c2 .box-link a {
	display: block;
	text-align: left;
	min-height: 1.4em;
	line-height: 1.6em;
	padding: 0.5em 0.6em;
	margin-bottom: 0.7em;
	border-radius: 0.8em;
}

.c2 .box-link .txt-news {
	display: block;
	min-height: 1.4em;
	line-height: 1.6em;
	color: #555555;
	background: #fff;
	padding: 0.5em 0.6em;
	margin-bottom: 0.7em;
	border-radius: 0.8em;
}
.c2 .box-link .txt-news:hover {
	background: #fff;
	color: #1b1b1b;
}

.c2 .box-link a:link,
.c2 .box-link a:visited {
	color: #3a3a3a;
	background: #ffffff;
	text-decoration: none;
}

.c2 .box-link a:hover,
.c2 .box-link a:active {
	color: #fff;
	background: #fa6934;
	text-decoration: none;
}

.c2 .box-link .new-badge {
	color: #fa6934;
}

.sc_in {
	margin: 3em 0;
}

.sc_in img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* c3 */

#under .c3 {
	padding: 10px 0 0 0;
	text-align: left;
}

@media (max-width: 992px) {
	.c3_banner {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.c3_banner {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 576px) {
	.c3_banner {
		max-width: 100%;
		text-align: center;
	}
}

.c3_banner .c3_img {
	margin: 0 0 5px 5px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.2s;
}

.c3_banner .c3_img:hover {
	margin: -5px 0 5px 5px;
	box-shadow: -2px 2px 10px rgb(0, 0, 0, 0.6);
	transition: all 0.2s;
}

@media (max-width: 992px) {
	.c3_banner .c3_img {
		width: auto;
		transition: all 0.2s;
	}
}

.videobox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.videobox iframe {
	position: absolute;
	border-radius: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px 3px 3px rgb(0, 0, 0, 0.3);
}

.c3_banner h6 {
	margin: 0.2em 0;
}

.fb_box {
	padding: 0;
	line-height: 1.4em;
	margin: 0 0 20px 15px;
}

.fb-page {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* copyright
############################################ */

.copyright {
	clear: both;
	border: 0px solid;
	color: #f2f5fa;
	background: #142037;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 1.5em 0 5em 0;
}
@media (max-width: 576px) {
	.copyright {
		font-size: 0.8em;
	}
}

.copyright h6 {
	font-size: 0.8em;
	padding: 1em 0;
	margin: 0;
}

.copyright a:link,
.copyright a:visited {
	color: #00fffb;
	text-decoration: none;
	font-weight: bold;
}

.copyright a:hover,
.copyright a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.copyright .social-link {
	padding: 0 0 0.5em 0;
	font-size: 2em;
}

.copyright .social-link a {
	margin: 0 0.2em;
}

@media (max-width: 992px) {
	.subweb {
		margin-bottom: 1em;
		font-weight: 400;
	}
	.subweb a {
		margin: 0 0.3em;
	}
}

@media (min-width: 992px) {
	.copyright .social-link {
		display: none;
	}
	.subweb {
		display: none;
	}
}

/* Sc note 
--------------------------------------- */

.sc-note {
	background: #f00000;
}

.sc-note a:link,
.sc-note a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.sc-note a:hover,
.sc-note a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.sc-note-2 {
	width: 1000px;
	margin: 0 auto;
	padding: 2px 0 1px 0;
	font-size: 12px;
	letter-spacing: 0px;
	color: #fff;
}

/* Single Page FIX 
###########################################################################################*/

/* page title */

.page-title {
	clear: both;
	padding: 1em 0;
}

.page-title .title {
	font-size: 1.8em;
	color: #fa6934;
}

@media (max-width: 576px) {
	.page-title .title {
		font-size: 1.3em;
		letter-spacing: -1px;
	}
}

.page-title .title-ch {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #3b3b3b;
	margin-left: 0.5em;
}

@media (max-width: 576px) {
	.page-title .title-ch {
		font-size: 0.9em;
		margin-left: 0;
	}
}

/* Language switch */

.page-title .lang {
	float: right;
}

.lang-switch {
	font-size: 0.85em;
	padding: 0 0.5em 0 0;
	cursor: pointer;
	transition: all 0.5s;
}

#content-area a.lang-switch:hover,
#content-area a.lang-switch:active {
	text-decoration: none;
	color: #fff;
	font-size: 1.12em;
	filter: brightness(0.5);
	transition: all 0.2s;
}

/* page area */

.page-area {
	clear: both;
	color: rgb(0, 0, 0);
}
.en-title {
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.25em;
	display: inline-block;
}
.en-content {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #a9a9a9;
	margin-top: 0em;
}

/* image adjust */

@media (max-width: 768px) {
	.page-area img {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.page-area .img-main {
		display: none;
	}
	.page-area .img-title {
		width: 250px;
	}
}

.page-area h4 {
	color: #fa6934;
	font-size: 1.5em;
	margin-top: 1.5em;
	font-weight: 400;
}

.page-area ul {
	list-style-type: disc;
	margin: 0.3em 0.8em 0.8em 0.8em;
	padding: 0 0 0 1.2em;
}

.page-area .note {
	font-size: 0.96em;
	line-height: 1.2em;
	font-weight: normal;
	color: #474747;
}

.epaper_box {
	padding: 5px 0px 8px 0px;
	border-bottom: 1px solid #e4ddb6;
	margin: 0 0 10px 80px;
	line-height: 1.6em;
}

/* Span Style */

.mag-name {
	font-weight: bold;
	color: #000;
	padding: 0 2px;
	font-size: 1em;
}

/* Links */

#content a:link,
#content a:visited {
	color: #e4370b;
	text-decoration: underline;
}

#content a:hover,
#content a:active {
	color: #00a8db;
	text-decoration: none;
}

/* Page - Product */

#content a.btn:link,
#content a.btn:visited {
	text-decoration: none;
}

/* Page - Sub */
.page-area a.btn-sub {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 0.7rem;
}
@media (max-width: 768px) {
	.page-area a.btn-sub {
		font-size: 0.8rem;
	}
}
#content a.btn-sub:link,
#content a.btn-sub:visited {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#content a.btn-sub:hover,
#content a.btn-sub:active {
	color: rgb(255, 243, 77);
	text-decoration: none;
	transition: all 0.3s;
}

/* Help
--------------------------------------- */

.help-box {
	margin: 8px 0;
	background: #fff0ab;
	padding: 1em;
	text-align: center;
	border-radius: 1em;
}
.help-link {
	margin-top: 1em;
}
.help-link h4 {
	font-size: 1.2em;
	color: #737272;
}
.help-link ul {
	padding: 0;
	margin: 0 0 0 0.6em;
}

.help-link ul li {
	list-style-type: none;
	text-align: left;
	font-size: 0.9em;
	padding: 0;
}

.help-branch-title {
	color: #000;
	font-weight: bold;
	margin: 0px 0 12px 0;
}

.hq {
	text-align: right;
}

@media (max-width: 768px) {
	.hq {
		text-align: left;
	}
}

.tran {
	cursor: pointer;
}

.tran:hover {
	color: #fa6934;
	transition: all 0.3s;
}

/* Help Page Toggle
--------------------------------------- */

.toggler {
	font-size: 1rem;
	padding: 0.6em 1em;
	color: rgb(82, 82, 82);
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #9b9b9b;
	cursor: pointer;
	transition: all 0.3s;
}

.toggler:hover {
	background: rgb(248, 205, 86);
	color: rgb(32, 32, 32);
	transition: all 0s;
}

.toggler i {
	font-weight: 700;
}

.titlebold {
	color: rgb(32, 32, 32);
	background: rgb(248, 205, 86);
	font-size: 1.1rem;
	font-weight: bold;
	transition: all 0.3s;
}

.titlebold:hover {
	color: rgb(32, 32, 32);
	background: rgb(248, 205, 86);
	font-size: 1.1rem;
	transition: all 0.3s;
}

.element {
	padding: 0.5em 1.5em;
}

.element ul {
	margin: 0 1em;
	padding: 0;
}

.element {
	display: none;
}

/* Help Branch Style *********************************/

.float-right {
	padding: 10px 20px;
	float: right;
}

blockquote {
	padding: 5px 0 5px 30px;
}

.b-title {
	font-size: 1.1em;
	color: #000000;
	padding: 0.5em 1em;
	border-bottom: 1px solid #dddcdc;
	cursor: pointer;
	transition: all 0.5s;
}

.b-title:hover {
	/* color: #fa6934; */
	background: #fff4c7;
	transition: all 0.1s;
}

.b-title-act {
	font-size: 1.35em;
	padding: 0.6em;
	color: #000000;
	background: #f9e08e;
	font-weight: bold;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	transition: all 1s;
}

.b-title-act:hover {
	background: #f9e08e;
}

.b-content {
	font-size: 1.1rem;
	padding: 1em 1em 0.3em 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
	background: #f7f7f7;
	box-shadow: 0 2px 2px 1px #c8c7c7;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	display: none;
}
.b-content .note {
	font-size: 0.95rem;
}

.b-add-map {
	font-size: 12px;
	font-weight: normal;
	color: #fa6934;
	cursor: pointer;
}

.b-map {
	display: none;
}

/* Products
--------------------------------------- */

.product-sub-title {
	font-weight: bold;
	padding: 20px 0 12px 0;
	color: #000;
	clear: both;
}

.cat-box {
	overflow: auto;
	margin: 0 1em 0 0;
	line-height: 1.4em;
	padding: 1em 0;
	border-bottom: 1px solid #bebebe;
}

.cat-box h4,
.cat-box h3 {
	color: #fa6934;
	font-weight: 600;
}
.cat-box h5 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.cat-box h6 {
	font-size: 1.1em;
	color: #719000;
}

.cat-box .p-img {
	max-width: 180px;
	margin: 0.5em;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.cat-box .p-img {
		max-width: 120px;
		margin: 0.5em;
		transition: all 0.3s;
	}
}

.btn-p-menu {
	margin: 0.3em 0.2em;
}

#content a.btn-p-menu:link,
#content a.btn-p-menu:visited {
	color: #fff;
}

.abook {
	clear: both;
	padding: 0 0 15px 0;
}

.abook b {
	color: #141414;
	font-size: 1.2em;
}

/* Sub Page 
----------------------------- */

.page-area h4.sub-title {
	color: rgb(48, 48, 48);
}
.page-area .sub-mag-intro {
	margin: 1em 0;
}
.page-area .sub-mag-intro .btn-sub {
	margin-top: -1em;
}

.page-area .sub-mag-intro ul.mag-spec {
	padding: 0;
	margin: -1em 0 0 0;
}
.page-area .sub-mag-intro ul.mag-spec li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 0.2em 0;
	margin: 0;
	list-style-type: none;
}
@media (max-width: 768px) {
	.page-area .sub-mag-intro ul.mag-spec li {
		font-size: 0.88em;
	}
}

.mag-spec li b {
	color: rgb(59, 59, 59);
}
.page-area ul.mag-spec .mag-des {
	font-size: 0.88em;
	line-height: 1.05em;
	color: #767676;
}

.page-area .sub-mag-intro h4 {
	padding: 0;
	margin: 0;
}
.page-area .sub-mag-intro .sub-mag-cover {
	float: left;
	width: 110px;
	margin: 0.5em 1em 0.3em 0;
	box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.7);
	transition: all 1s;
}
.page-area .sub-mag-intro .sub-mag-cover:hover {
	filter: brightness(1.2);
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.page-area .sub-mag-intro .sub-mag-cover {
		width: 80px;
	}
}

.page-area h4 .des {
	font-size: 0.65em;
	line-height: 1.2em;
	font-weight: 500;
	padding-top: 0.5em;
	color: #5e5e5e;
}

.page-area .sub-price {
	width: auto;
	clear: both;
	color: #353535;
	margin: 0.5em 0;
}
.page-area .sub-price h5 {
	font-size: 1.2em;
	font-weight: 800;
	color: #433c29;
	padding: 0.5em 0 0.5em 0.3em;
	margin: 1em 0 0 0;
}
.page-area .sub-price .sub-price-each {
	font-size: 0.85em;
	line-height: 1em;
	background: #ffffff;
	padding: 1em 0 1.5em 0;
	border-radius: 1em;
	border: 2px solid #d5d5d5;
	transition: all 1s;
}
.page-area .sub-price .sub-price-each:hover {
	border: 2px solid #959595;
	background: #fdff86;
	transition: all 0.3s;
}
.page-area .sub-price .price-tag {
	font-size: 0.9em;
	color: #000;
	padding: 0.5em 0 0.5em 0;
	margin: 0 1em 1em 0 1em;
	transition: all 1s;
}
.page-area .sub-price .main-price {
	font-size: 2.5em;
	line-height: 1.2em;
	font-family: sans-serif;
	font-weight: 800;
	padding: 0 0.2em;
	color: #fa6934;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	.page-area .sub-price .main-price {
		font-size: 2em;
		transition: all 0.3s;
	}
}

.page-area .sub-price .sub-price-each:hover .price-tag {
	transition: all 0.3s;
}
.page-area .sub-price small {
	font-size: 0.8rem;
	display: block;
	line-height: 1.2em;
}
.page-area .sub-price b {
	font-size: 2em;
	color: #fa6934;
}

#content-area a.sub-btn-sm:link,
#content-area a.sub-btn-sm:visited {
	color: #fff;
	background: #fa6934;
	transition: all 0.3s;
}
#content-area a.sub-btn-sm:hover,
#content-area .sub-btn-sm:active {
	color: #fff;
	background: #d93d04;
	box-shadow: 2px 2px 4px 1px #c0beb8;
	transition: all 0.3s;
}

.btn-sub {
	font-size: 0.75rem;
	padding: 0.1em 1em;
}

#content-area a.btn-sub:link,
#content-area a.btn-sub:visited {
	background: #fa6934;
	color: #fff;
	transition: all 0.3s;
}
#content-area a.btn-sub:hover,
#content-area a.btn-sub:active {
	background: #d93d04;
	color: #fff;
	box-shadow: 2px 2px 4px 1px #c0beb8;
	transition: all 0.3s;
}

#content-area a.btn-doc:link,
#content-area a.btn-doc:visited {
	background: #676768;
	color: #fff;
	transition: all 0.3s;
}
#content-area a.btn-doc:hover,
#content-area a.btn-doc:active {
	background: #525252;
	color: #fff;
	box-shadow: 2px 2px 4px 1px #c0beb8;
	transition: all 0.3s;
}

.page-area ul.how {
	padding: 0;
	margin: 0;
}
.page-area .how li {
	list-style-type: none;
	padding: 0.5em 1em;
	border-radius: 1em;
	transition: all 0.3s;
}
.page-area .how li:hover {
	background: #fdffa0;
	padding: 1.5em 2em;
	box-shadow: 2px 2px 5px 1px #8c8c8c;
	transition: all 0.3s;
}
.page-area .how li b {
	font-size: 1.2em;
}
.page-area .how mobile-mod {
	display: inline;
}
.page-area .how .note {
	font-size: 0.8em;
	color: #858585;
	display: block;
	padding-top: 0.5em;
	line-height: 1.4em;
}
@media (max-width: 768px) {
	.page-area .how mobile-mod {
		display: block;
	}
}

@media (max-width: 768px) {
	.page-area .box span.line-mod {
		display: block;
	}
	.page-are .box h5 {
		font-size: 2em;
	}
}
.page-area .box p.note {
	border-top: 1px dotted #808080;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
}

/* Teaching Service */

.ts-title .title {
	font-size: 2em;
	font-weight: 700;
	color: #23a6dd;
}

.ts-area h4 {
	color: #01c0ce;
}

.ts-area h5 {
	font-weight: 700;
	color: #2b2b2b;
}

.ts-link h6,
.ts-link h5 {
	font-size: 1em;
	font-weight: 600;
	color: #23a6dd;
}

/* about our teachers */

.teacher-list img {
	margin: 0 0.2em;
	cursor: pointer;
	transition: 0.4s;
	opacity: 0.5;
}

.teacher-list img:hover {
	margin-top: -1em;
	opacity: 1;
	transition: 0.2s;
}

@media (max-width: 576px) {
	.teacher-list img {
		width: 68px;
	}
}
