@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic), local(PMingLiU);
}

.editor * {
	font-family: 'Noto Sans TC', Arial, 'Microsoft JhengHei', 微軟正黑體, 'PMingLiU', 新細明體;
}

.editor p:not(.animal_name), .editor div:not(.animal_cell):not(.animal_icon), .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#000000; font-size: 18px; word-wrap: break-word; white-space: normal; line-height: 30px;letter-spacing: 0.8px;}

.editor ul, .editor ol { margin: 0; }

.editor ul, .editor ol { padding-left: 25px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#000000; font-size: inherit; }

.editor a:hover { color:#000000; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th {
	border-collapse: collapse;
	border: 1px solid #000000;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor .light{
	font-weight: 300;
}
.editor .editor_title{
	font-weight: bold;
	font-size: 24px;
	color: #6e4606;
	letter-spacing: 2.5px;
	margin-bottom: 24px;
	margin-left: -1px;
}
.editor .medium{
	font-weight: 400;
}
.editor .bold{
	font-weight: bold;
}
.editor:after {
	clear: both;
	display: block;
	content: " ";
}

.editor .table-responsive-wrapper {
	width: 100%;
}

.editor .table-responsive-wrapper .table-responsive {

}

.editor .text-right {
	float: left;
	margin-right: 20px;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
}

.editor .round-border {
	border-radius: 30px;
}

.editor .two-col,
.editor .three-col,
.editor .four-col {
	font-size: 0;
	white-space: nowrap;
}

.editor .two-col .col,
.editor .three-col .col,
.editor .four-col .col {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.editor .two-col .col {
	width: 49%;
}

.editor .three-col .col {
	width: 32%;
}

.editor .four-col .col {
	width: 23.5%;
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 2%;
}

.editor .wind_main_list .list_title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.5px;
}
.editor .wind_main_list ul{
	list-style: none;
	padding-left: 0;
}
.editor .wind_main_list ul li{
	font-size: 18px;
	font-weight: 300;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
	letter-spacing: 1.8px;
}
.editor .wind_main_list ul li::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 3px solid #6e4606;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.editor .wind_detail_list .list_title{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2.2px;
}
.editor .wind_detail_list_text .list_title{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2.2px;
	margin-bottom: 0.5px;
}
.editor .extra_detail_list_text .list_title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.4px;
	margin-bottom: 0.5px;
}
.editor .wind_detail_list .list_extra{
	font-size: 18px;
	letter-spacing: 2.1px;
	line-height: 31px;
	margin-top: 1px;
	margin-bottom: 26.5px;
}
.editor .wind_detail_list ul{
	list-style: none;
	padding-left: 0;
}
.editor .wind_detail_list ul li{
	font-size: 18px;
	font-weight: 300;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
	letter-spacing: 1.8px;
}
.editor .wind_detail_list ul li::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 3px solid #6e4606;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}

.editor .name_table{
	width: 100%;
	max-width: 620px;
	margin-bottom: 1px;
}
.editor .name_table tbody tr{}
.editor .name_table tbody tr td{
	padding: 1px;
	letter-spacing: 2px;
	padding-top: 2px;
	vertical-align: top;
}
.editor .thinner{
	margin-left: -5px;
	margin-right: -5px;
}
.editor .thinner2{
	margin-left: -5px;
	margin-right: -1px;
}
.editor .thinner2_1{
	margin-left: -1px;
	margin-right: -5px;
}
@media screen and (max-width: 1199px) {
	.editor .editor_title{
		margin-left: 1px;
	}
}
@media screen and (max-width: 768px) {
	.editor .name_table{
		margin-left: auto;
		margin-right: auto;
	}
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.editor .two-col,
	.editor .three-col,
	.editor .four-col {
		white-space: normal;
	}

	.editor .two-col .col,
	.editor .three-col .col,
	.editor .four-col .col {
		display: block;
		width: 100%;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-top: 20px;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-left: 0;
	}
}
