@charset "utf-8";

body{
padding: 0px;
margin: 0px;
font-family: "微軟正黑體";
}

a{
text-decoration: none;
color: #000;
}

*:hover{
transition: 300ms ease;
}

.logo{
text-align: center;
margin: 40px 0 0 0;
}

.logoimg{
    width: 20%;
}

.menubar {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 20px 0 0 0;
    position: relative;
}

.menu{
display: flex;
width: 100%;
justify-content: center;
}

.menubox{
margin: 0 20px 0 20px;
font-size: 1.25em;
font-family: 'Noto Serif TC', serif;
font-weight: 500;
letter-spacing: 2px;
}

.menubox a{
display: block;
color: #000;
padding: 8px 8px 8px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.menubox a:hover{
color: rgba(200,57,10,1.00);
border-bottom: 3px solid #ea8c32;
padding: 8px 8px 5px 8px;
}

.menubox a.act{
color: rgba(200,57,10,1.00);
border-bottom: 3px solid #ea8c32;
padding: 8px 8px 5px 8px;
}

.shareblk{
position: absolute;
right: 4%;
top: 21%;
}

.search {
    margin: 2px 9px 0 0;
    /* display: inline-block; */
    float: left;
}

.search a{
    /*display: block;*/
}

.searchText {
    width: 205px;
    height: 32px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: -5px -27px 0 0;
    float: left;
    border: none;
    padding: 1px 0 0 16px;
    color: #515151;
    background-color: #dfdfdf;
	visibility: hidden;
}

.shbox {
    margin: 0 5px 0 0;
    float: left;
}

.shbox a {
display: block;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #575757;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
padding: 3px 0 0 0;
}

.shareblk .shbox:nth-child(2) a:hover{
background-color: #E06F0D;
}

.shareblk .shbox:nth-child(3) a:hover{
background-color: #1e67b9;
}

.shareblk .shbox:nth-child(4) a:hover{
background-color: #c23175;
}




/*首頁主要內容CSS*/

.htagall{
width: 92%;
margin: 10px auto 0 auto;
}

.htagall:after{
content: '';
display: block;
clear: both;
}

.sitemap {
    font-size: 0.85em;
    color: #494949;
	float: left;
}

.sitemap span {
    font-family: "MS UI Gothic";
    padding: 0 5px 0 5px;
}

.tgbxal{
    float: right;
}

.tagbox {
    display: inline-block;
    color: #e95200;
    font-size: 1em;
	margin: 0 0 0 3px;
}

.tagbox a{
    display: block;
    padding: 6px 11px 6px 11px;
    color: #e95200;
	border: 1px solid #e95200;
	position: relative;
	border-radius: 25px;
}

.tagbox a:hover{
color: #fff;
}

.tagbox a::before{
content: "";
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 10px;
height: 100%;
border-radius: 25px;
z-index: -1;
}

.tagbox:hover a::before{
width: 100%;
height: 100%;
background-color: #e95200;
transition: all 300ms ease;
}

.mconall{
width: 66%;
margin: 25px auto 25px auto;
}

.topcbxa{
margin: 0 0 90px 0;
}

.toptitar{
position: relative;
margin: 0 0 40px 0;
font-size: 3.1em;
font-family: 'Noto Serif TC', serif;
font-weight: 600;
letter-spacing: 1px;
}

.toptitar::before{
content: "";
display: block;
position: absolute;
top: -6px;
left: 7px;
width: 90px;
height: 4px;
background-color: #ea8c32;
}

.tparbg {
    position: absolute;
    font-size: 2.3em;
    font-family: "Times New Roman", serif;
    color: rgba(241,239,239,0.80);
    z-index: -1;
    letter-spacing: 0px;
    top: -39px;
    left: 127px;
}

.colistall{

}

.colpcallv {
    column-count: 3;
    column-gap: 35px;
}

.clpcbxb {
    break-inside: avoid;
    margin: 0 0 50px 0;
}

.clpcbxb a{
    display: block;
}

.clpc{
margin: 0 0 5px 0;
overflow: hidden;
}

.clpc img{
width: 100%;
}

.clpcbxb a:hover .clpc img{
    transform-origin: center;
	transform: scale(1.1,1.1);
	transition: 300ms ease;
}

.clpc a:hover img{
    transform-origin: center;
    transform: scale(1.1,1.1);
	transition: 300ms ease-in-out;
}

.cltxb{

}

.cltxb_tg{
color: #f0401d;
margin: 0 0 5px 0;
}

.cltxb_h1{
color: #121212;
font-weight: bold;
font-size: 1.4em;
margin: 0 0 6px 0;
}

.cltxb_h2{
color: #121212;
font-size: 1em;
line-height: 1.5em;
margin: 0 0 6px 0;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
}

.cltxb_date{
color: #818181;
font-size: 0.9em;
margin: 0 0 5px 0;
}

#gotop {
    display: none;
    position: fixed;
    right: 1.5%;
    bottom: 4.5%;    
    cursor: pointer;
	z-index: 2;
}

p.infinite-scroll-error {
    border-top: 1px dashed #d3d3d3;
    text-align: center;
    font-size: 1.1em;
    padding: 10px;
    color: #5c5c5c;
}

.kwtx {
    font-size: 1.2em;
}

.kwtxbo input {
    border: 1px solid #c1c1c1;
    padding: 6px 10px 6px 10px;
    font-size: 1.1em;
    width: 300px;
}

.kwsrbt input.seabutton_send {
    border: none;
    padding: 7px 10px 7px 10px;
    font-size: 1em;
    background-color: #8f8f8f;
    color: #fff;
    cursor:pointer;
}



@media screen and (max-width: 1440px){

.mconall {
    width: 80%;
}

}


@media screen and (max-width: 850px){

.logo {
    margin: 20px 0 0 0;
    text-align: left;
    padding-left: 25px;
}

.logoimg {
    width: 59%;
}

.menu {
    display: none;
}

.menubar {
    height: 45px;
    border-bottom: none;
	margin: 11px 0 0 0;
}

.htagall {
    text-align: left;
}

.mconall {
    width: 80%;
    margin: 40px auto 25px auto;
}

.colpcallv {
    column-count: 1;
    column-gap: 0px;
}

.toptitar {
    font-size: 2.7em;
}

.toptitar::before {
    width: 80px;
}

.tparbg {
    font-size: 2em;
    top: -24px;
    left: 106px;
}

.htagall {
    width: 80%;
}

.sitemap {
    float: none;
    margin: 0 0 15px 0;
}

.tgbxal {
    float: none;
}


}

/*首頁主要內容CSS結束*/


/* burger */

.tright {
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 4;
	display: none;
}

.in-burger {
    width: 38px;
    height: 38px;
    /* position: fixed; */
    /* top: 27px; */
    /* right: 100px; */
    border-radius: 4px;
    z-index: 10;
    float: left;
    margin: 7px 0 0 0;
}

.in-burger span {
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 29px;
}

.in-burger span,
.in-burger span::before,
.in-burger span::after {
display: block;
height: 2px;
background-color: #474747;
outline: 1px solid transparent;
-webkit-transition-property: background-color, -webkit-transform;
-moz-transition-property: background-color, -moz-transform;
-o-transition-property: background-color, -o-transform;
transition-property: background-color, transform;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.in-burger span::before,
.in-burger span::after {
  position: absolute;
  content: "";
}
.in-burger span::before {
  top: -9px;
  width: 43px;
  right: 0px;
}
.in-burger span::after {
  top: 9px;
  width: 38px;
  right: 0px;
}
.in-burger.clicked span {
  background-color: transparent;
}
.in-burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.in-burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.in-burger.clicked span:before,
.in-burger.clicked span:after {
  background-color: #fff;
  width: 43px;
}
.in-burger:hover {
  cursor: pointer;
}

.in-burger:hover span::before {
  width: 38px;
  transition: all 0.3s ease-out;
}
.in-burger:hover span::after {
  width: 43px;
  transition: all 0.3s ease-out;
}

.in-burger.clicked:hover span:before,
.in-burger.clicked:hover span:after {
  width: 43px;
}

.overlay ul li a {
font-family: 'Noto Serif TC', serif;
}


.overlay ul li a span{
font-family:"Times New Roman", serif;
}

.carousel-indicators {
    z-index: 2 !important;
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

.ind .tright {
	display: inherit;
}
	
}

@media screen and (max-width: 850px){


.tright {
	display: inherit;
}

.collapse:not(.show) {
    display: none !important;
}

}

/* burger 結束 */


/*Footer CSS*/

.fatfooter{
background-color: #ebebeb;
padding: 25px 0 15px 0;
display: flex;
justify-content: center;
}

.fatftbox{
margin: 0 40px 0 40px;
}

.fat_h1{
font-weight: bold;
font-size: 1.1em;
margin: 0 0 8px 0;
}

.fat_h2{
font-size: 1em;
}

.fat_h2 ul {
    padding: 0 0 0 24px;
}

.fat_h2 ul li{
margin: 0 0 5px 0;
list-style-position: outside;
}

.fat_h2 ul li::marker{
color: #5b5b5b;
font-size: 0.9em;
}

.fat_h2 ul li a:hover{
color: rgba(200,57,10,1.00);
}

.footer{
background-color: #9b9b9b;
text-align: center;
padding: 25px 0 25px 0;
color: #fff;
font-size: 0.95em;
}

@media screen and (max-width: 850px){

.fatfooter {
display: none;
}

.footer {
    padding: 25px 12px 25px 12px;
}

}


/*Footer CSS 結束*/


/*列表頁 CSS */

.in_selbar{
margin: 0 0 26px 0;
display: flex;
justify-content: space-between;
width: 100%;
}

.tbclass {
    font-size: 1.2em;
    margin: 10px 0 0 40px;
}

.in_selbar .tbclass{
   margin: 10px 0 0 0px;
}

.tbclass span {
    display: inline-block;
    padding: 0 12px 0 12px;
    border-right: 1px solid #989898;
    line-height: 19px;
}

.tbclass span.select a {
    color: #cf6303;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
}

.in_selbar .tbclass span.select a {
    padding-bottom: 7px;
}

.tbclass span a {
    background-position: center bottom;
}

.tbclass span a:hover {
    color: #cf6303;
    text-decoration: none;
	background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	padding-bottom: 7px;
}

.tb_seq {
    margin: 0 0 0 0;
}

.tb_seq span {
    display: inline-block;
    padding: 0 12px 0 12px;
    border-right: 1px solid #cdcdcd;
    margin-top: 8px;
}

.tb_seq span:last-child {
    border-right: none;
}

.RWD_sel{
display: none;
}


@media screen and (max-device-width: 480px){

.tbclass{
display: none;
}

.RWD_sel{
  display: initial;
  width: 130px;
}

.RWD_sbox{
  
}

.RWD_sd{
	background-color: #ECEBEB;
	padding: 6px 13px 6px 13px;
	color: #cf6303;
	font-size: 1.2em;
	border: none;
	font-family: "微軟正黑體";
	width: 100%;
}


}

/*列表頁 CSS 結束*/


/*內容頁CSS*/
.pctht{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 13px 0;
	color: #2b2b2b;
}
.exbxall{

}

.exbth1{
font-size: 2.3em;
color: #d14500;
font-weight: bold;
}

.inhba{
margin: 15px 0 30px 0;
}

.inhba:after {
    content: '';
    display: block;
    clear: both;
}

.inhag{
float: left;
}

.shareall{
float: right;
}

.shbxa{
margin: 0 5px 0 0;
float: left;
}

.shbxa a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #9d9d9d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0 0 0;
}

.shbxa a:hover {
background-color: #686868;
}

.shopen{
display: none;
}

.shbxa:hover + .shopen{
display: inline-block;
transition: all 0.3s;
}

.shopen:hover{
display: inline-block;
transition: all 0.3s;
}

.shar_fb,.shar_tw,.shar_ig{
margin: 0 5px 0 0;
float: left;
}

.shar_fb a,.shar_tw a,.shar_ig a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0 0 0;
}

.shar_fb a{
background-color: #317bb4;
}

.shar_tw a{
background-color: #13b1df;
}

.shar_ig a{
background-color: #d35191;
}

.shar_fb a img{
    width: 27%;
}

.shar_tw a img{
    width: 62%;
}

.shar_ig a img{
    width: 55%;
}

.auth{
font-size: 1.25em;
margin: 0 0 30px 0;
color: #404040;
}

.mcoltxwal{
margin: 40px 0 30px 0;
}

.mbk{
margin: 0 0 40px 0;
}

.blocal{
display: flex;
align-items: flex-start;
}

.mcoltxwal .mnbloc01:nth-child(1) .mnpcall{
flex: 55%;
}

.mcoltxwal .mnbloc01:nth-child(1) .mntwd{
flex: 45%;
}

.mnbloc01 .mnpcall{
margin: 0 3% 0 0; 
flex: 40%;
}

.mnbloc01 .mnpcall .mntpc{
margin: 0 0 20px 0;
}

.mnbloc01 .mntwd{
flex: 60%;
}

.mnbloc02 .mnpcall{
flex: 36%;
}

.mnbloc02 .mnpcall .mntpc{
margin: 0 0 20px 0;
}

.mnbloc02 .mntwd{
margin: 0 3% 0 0;
flex: 61%;
}

.mnbloc03 .mnpcall{
margin: 0 3% 0 0; 
width: 50%; 
display: flex;
flex-wrap: wrap;
}

.mnbloc03 .mnpcall .mntpc{
width: 48.5555%;
margin: 0 1% 30px 0;
}

.mnbloc03 .mntwd{
width: 47%;
}

.mnbloc04 .mnpcall{
margin: 0 0 0 3%; 
width: 47%; 
display: flex;
flex-wrap: wrap;
}

.mnbloc04 .mnpcall .mntpc{
width: 48.5555%;
margin: 0 1% 30px 0;
}

.mnbloc04 .mntwd{
width: 50%;
}

.mnbloc05 .mntwd{
width: 100%;
}

.mnbloc06 .mnpcall{
width: 100%; 
display: flex;
}

.mnbloc06 .mnpcall .mntpc{
flex-grow:1;
margin: 0 0.5% 0 0.5%;
}

.mnbloc07 .blocal{
justify-content: space-between; 
align-items: flex-start;
}

.mnbloc07 .blocal .mnpcall{
width: 45%; 
}

.mnbloc07 .blocal .mnpcall .mntwd{
margin: 15px 0 0 0;
}

.mntpc img{
width: 100%;
}

.mntwd {
font-size: 1.1em;
line-height: 1.7em;
text-align: justify;
word-break: break-all;
}

.mntwd p:nth-child(1){
margin: 0px 0 0 0;
}

.imgspw{
color: #717171;
font-size: 1em;
margin: 5px 0 0 0;
}

.smtitle{
font-size: 1.5em;
color: #0f71bd;
margin: 0 0 15px 0;
width: 100%;
font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

.mnbloc01 .mnpcall {
min-width: 57%;
}

.mnbloc02 .mnpcall {
min-width: 57%;
}

}


@media screen and (max-width: 850px){

.exbth1 {
    font-size: 1.8em;
}

.shareall {
    float: none;
}

.inhag {
    float: none;
    margin: 0 0 15px 0;
}

.tagbox {
    font-size: 1em;
    margin: 0 0 7px 3px;
}

.mbk {
    margin: 0 0 20px 0;
}

.blocal {
    flex-wrap: wrap;
}

.mnbloc01 .mnpcall {
margin: 0 0% 0 0;
min-width: 100%;
}

.mnbloc02 .mnpcall {
margin: 0 0 0 0%;
min-width: 100%;
}

.mnbloc03 .mnpcall {
margin: 0 0% 0 0;
width: 100%;
}

.mnbloc03 .mntwd {
    width: 100%;
}

.mnbloc04 .mnpcall {
    margin: 0 0 0 0%;
    width: 100%;
}

.mnbloc04 .mntwd {
    width: 100%;
	margin: 0 0 15px 0;
}

.mnbloc06 .mnpcall {
    flex-wrap: wrap;
}

.mnbloc06 .mnpcall .mntpc {
    width: 100%;
	flex-grow: inherit;
	margin: 0 0% 20px 0%;
}

.mnbloc07 .blocal .mnpcall {
    width: 100%;
	margin: 0 0 25px 0;
}

.mntwd table {
    width: 100% !important;
    word-break: break-all;
}

.mntwd table img{
    width: 100% !important;
	height:auto !important;
}

.mntwd table td{
    /* display:block; */
    padding: 0 3px 0 3px;
}

}


/*內容頁CSS 結束*/


/*興趣及其他相關文章CSS*/

.ot_ainf {
    margin: 80px 0 80px 0;
}

.otarea{
	border-top: 1px dotted #aaaaaa;
	padding: 30px 0 50px 0;
	margin: 0 0 5px 0;
	position: relative;
}

.ot_h1{
	color: #00afbf;
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 30px 0;
	font-weight: bold;
	letter-spacing: 2px;
}

.otb_all{
  text-align: center;
}

.otb_all span{
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    background-color: #ea8a19;
    margin: 0 10px 0 0;
	
}

.otb_all span a{
  color: #fff;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
  display: block;
  min-width: 100px; 
}

.otb_all span a:hover{
  display: block;
  background-color: #f36100; 
}

.otartic{
  width: 43%;
  margin: 0 auto 0 auto;
  font-size: 1.1em;
}

.otartic ul{
  padding: 0px;
}

.otartic ul li{
	padding: 0px;
	list-style-position: outside;
	margin: 0 0 15px 0;
}

.otartic ul li a{
	color: #000;
	text-decoration: none;
}

.otartic ul li a:hover{
	color: #494949;
	text-decoration: none;
}

.otartic ul li span{
	color: #676767;
    float: right;
    text-align: left;
    width: 30%;
}

.preaw_left{
	position: absolute;
    left: 0px;
    top: 45%;
    background-color: #EEEEEE; 
    color: #767676;
    font-size: 1.2em;
}

.preaw_left a{
	display: block;
	text-decoration: none;
	color: #767676; 
	padding: 20px 25px 20px 47px;
	background-image: url(../images/pre_aw.png);
    background-repeat: no-repeat;
    background-position: 16% center;
}

.preaw_left a:hover{
	background-color: #6e6e6e;
	color: #fff;
	background-image: url(../images/pre_aw_h.png);
	background-position: 14% center;
}

.preaw_right{
	position: absolute;
    right: 0px;
    top: 45%;
    background-color: #EEEEEE;
    color: #767676;
    font-size: 1.2em;
}

.preaw_right a{
	display: block;
	text-decoration: none;
	color: #767676; 
	padding: 20px 47px 20px 25px;
	background-image: url(../images/pre_aw2.png);
    background-repeat: no-repeat;
    background-position: 86% center;
}

.preaw_right a:hover{
	background-color: #6e6e6e;
	color: #fff;
	background-image: url(../images/pre_aw2_h.png);
    background-position: 88% center;
}

@media screen and (max-width: 1200px){

.otb_all span a {
    padding: 10px 15px 10px 15px;
    min-width: 100px;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px){

.otb_all span {
    font-size: 1em;
    margin: 0 10px 10px 0;
}

.otb_all span a {
    padding: 10px 20px 10px 20px;
    min-width: 70px;
}

.preaw_left,.preaw_right {
    font-size: 1em;
}

.preaw_left a {
    padding: 15px 15px 15px 30px;
    background-position: 8% center;
}

.preaw_right a {
    padding: 15px 30px 15px 15px;
    background-position: 90% center;
}

.otartic {
width: 58%;
font-size: 1.05em;
}

.otartic ul li a {
width: 68%;
float: left;
margin: 0 2% 0 0;
}

.otartic ul li:after{
content: '';
display: block;
clear: both;
}

.otartic ul li span {
text-align: left;
width: 30%;
}

}

@media screen and (max-device-width: 850px){

.otartic {
    width: 47%;
}

.otartic ul li a {
    width: 100%;
    float: none;
    display: block;
	margin: 0 0 3px 0;
}

.otartic ul li span {
    width: 100%;
    display: block;
}

}

@media screen and (max-device-width: 480px){

.otb_all span {
    display: block;
    margin: 0 10px 7px 0;
}

.preaw_left {
    bottom: -50px;
    top: inherit;
}

.preaw_left a {
    padding: 15px 20px 15px 45px;
}

.preaw_left, .preaw_right {
    font-size: 1em;
}

.preaw_right {
    bottom: -50px;
    top: inherit;
}

.preaw_right a {
    padding: 15px 45px 15px 31px;
}

.otartic {
    width: 87%;
    font-size: 1.05em;
}

.otartic ul li {
    margin: 0 0 20px 0;
}

.otartic ul li span {
    float: none;
    width: auto;
    display: block;
    margin: 3px 0 3px 0;
}

}

/*興趣及其他相關文章CSS 結束*/



