.container {	background: linear-gradient(to bottom, #ffffff 75%, #ffffff90 98%);
		display: table;
		border-radius: 25px;
		background-repeat-y: no-repeat;
		opacity:1.0;
		box-shadow: 0px 7px 5px rgb(0 0 0 / 30%), 0px 0px 100px rgb(0 0 0 / 5%) inset;
		padding-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
}
::marker{color:#28557c;}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
		
	}
    .container-full {
        width: 90%;
    }
}

.container-fluid {
    width: 100%;
}

.row {}

.cell-xs-1,
.cell-sm-1,
.cell-md-1,
.cell-lg-1,
.cell-xs-2,
.cell-sm-2,
.cell-md-2,
.cell-lg-2,
.cell-xs-3,
.cell-sm-3,
.cell-md-3,
.cell-lg-3,
.cell-xs-4,
.cell-sm-4,
.cell-md-4,
.cell-lg-4,
.cell-xs-5,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.cell-sm-5,
.cell-md-5,
.cell-lg-5,
.cell-xs-6,
.cell-sm-6,
.cell-md-6,
.cell-lg-6,
.cell-xs-7,
.cell-sm-7,
.cell-md-7,
.cell-lg-7,
.cell-xs-8,
.cell-sm-8,
.cell-md-8,
.cell-lg-8,
.cell-xs-9,
.cell-sm-9,
.cell-md-9,
.cell-lg-9,
.cell-xs-10,
.cell-sm-10,
.cell-md-10,
.cell-lg-10,
.cell-xs-11,
.cell-sm-11,
.cell-md-11,
.cell-lg-11,
.cell-xs-12,
.cell-sm-12,
.cell-md-12,
.cell-lg-12 {
    position: relative;
    min-height: 1px;
}

.cell-xs-1,
.cell-xs-2,
.cell-xs-3,
.cell-xs-4,
.cell-xs-5,
.cell-xs-6,
.cell-xs-7,
.cell-xs-8,
.cell-xs-9,
.cell-xs-10,
.cell-xs-11,
.cell-xs-12 {
    float: left;
}

.cell-xs-12 {
    width: 100%;
}

.cell-xs-11 {
    width: 91.66666667%;
}

.cell-xs-10 {
    width: 83.33333333%;
}

.cell-xs-9 {
    width: 75%;
}

.cell-xs-8 {
    width: 66.66666667%;
}

.cell-xs-7 {
    width: 58.33333333%;
}

.cell-xs-6 {
    width: 50%;
}

.cell-xs-5 {
    width: 41.66666667%;
}

.col-xs-5ths {
    width: 20%;
}

.cell-xs-4 {
    width: 33.33333333%;
}

.cell-xs-3 {
    width: 25%;
}

.cell-xs-2 {
    width: 16.66666667%;
}

.cell-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {

    .cell-sm-1,
    .cell-sm-2,
    .cell-sm-3,
    .cell-sm-4,
    .cell-sm-5,
    .cell-sm-6,
    .cell-sm-7,
    .cell-sm-8,
    .cell-sm-9,
    .cell-sm-10,
    .cell-sm-11,
    .cell-sm-12 {
        float: left;
    }

    .cell-sm-12 {
        width: 100%;
    }

    .cell-sm-11 {
        width: 91.66666667%;
    }

    .cell-sm-10 {
        width: 83.33333333%;
    }

    .cell-sm-9 {
        width: 75%;
    }

    .cell-sm-8 {
        width: 66.66666667%;
    }

    .cell-sm-7 {
        width: 58.33333333%;
    }

    .cell-sm-6 {
        width: 50%;
    }

    .cell-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .cell-sm-4 {
        width: 33.33333333%;
    }

    .cell-sm-3 {
        width: 25%;
    }

    .cell-sm-2 {
        width: 16.66666667%;
    }

    .cell-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {

    .cell-md-1,
    .cell-md-2,
    .cell-md-3,
    .cell-md-4,
    .cell-md-5,
    .cell-md-6,
    .cell-md-7,
    .cell-md-8,
    .cell-md-9,
    .cell-md-10,
    .cell-md-11,
    .cell-md-12 {
        float: left;
    }

    .cell-md-12 {
        width: 100%;
    }

    .cell-md-11 {
        width: 91.66666667%;
    }

    .cell-md-10 {
        width: 83.33333333%;
    }

    .cell-md-9 {
        width: 75%;
    }

    .cell-md-8 {
        width: 66.66666667%;
    }

    .cell-md-7 {
        width: 58.33333333%;
    }

    .cell-md-6 {
        width: 50%;
    }

    .cell-md-5 {
        width: 41.66666667%;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .cell-md-4 {
        width: 33.33333333%;
    }

    .cell-md-3 {
        width: 25%;
    }

    .cell-md-2 {
        width: 16.66666667%;
    }

    .cell-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {

    .cell-lg-1,
    .cell-lg-2,
    .cell-lg-3,
    .cell-lg-4,
    .cell-lg-5,
    .cell-lg-6,
    .cell-lg-7,
    .cell-lg-8,
    .cell-lg-9,
    .cell-lg-10,
    .cell-lg-11,
    .cell-lg-12 {
        float: left;
    }

    .cell-lg-12 {
        width: 100%;
    }

    .cell-lg-11 {
        width: 91.66666667%;
    }

    .cell-lg-10 {
        width: 83.33333333%;
    }

    .cell-lg-9 {
        width: 75%;
    }

    .cell-lg-8 {
        width: 66.66666667%;
    }

    .cell-lg-7 {
        width: 58.33333333%;
    }

    .cell-lg-6 {
        width: 50%;
    }

    .cell-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .cell-lg-4 {
        width: 33.33333333%;
    }

    .cell-lg-3 {
        width: 25%;
    }

    .cell-lg-2 {
        width: 16.66666667%;
    }

    .cell-lg-1 {
        width: 8.33333333%;
    }
}




/*所有元素漸變0.5秒
*{transition: all .5s}
*/
/*內容*/
body {
    margin: 0.5% auto 0;
    font-family: "noto sans tc", "Microsoft JhengHei";
    background: url(../images/1405054_t.png)no-repeat left top #177185;
    background-attachment: fixed;

	/*
    background-image: url(../images/20210812_bg.jpg);
    background-attachment: fixed;
    background-repeat-y: repeat;
	*/
}

#header-rwd {
    display: none;
}
#header-share a {
    font-size: 13px;
    color: #cbebf2 !important;
    text-decoration: underline;
}
#header-share a:visited {
    font-size: 13px;
    color: #3f3f3f !important
    text-decoration: underline;
}

.hide {
    display: none;
}

.br_mb {display: none !important}
/*a:hover {left: 2px;top: 2px;position: relative;}*/


.journal_title {
    font-size: 5.5em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #cf5f15;
    font-family: Meiryo, "Meiryo UI", Arial, sans-serif;
    margin: 3% auto 2%;
    /* padding: 0 9.7% 0 8%; */
    text-align: center;
}



.journal_title span {
    font-size: 0.55em;
    line-height: 1.2em;
    font-weight: normal;
    /* float: left; */
    text-align: center;
    display: block;
    color: #e59e6d;
	/*font-family: "Times New Roman","新細明體";*/
}


/*logo_title */
.logo_title {
    margin: 2% auto 0;
    padding: 0 9.7% 0 8%;
    text-align: right;
}

.logo_title img {
    width: 70%;
}

.date_title {
    margin: 2% auto 0;
    padding: 6.5% 9.7% 1.2% 8%;
    padding: 2%;
    color: #fff;
    width: 92%;
    font-family: Verdana,"Microsoft YaHei", Meiryo, "Meiryo UI",Arial, sans-serif;
    font-size: 1.6em;
    text-align: center;
    background-color: #cc0;
    border-radius: 25px 25px 0 0;
    border-bottom: 10px #eaeaea solid;
    background: rgb(204,205,7);
    background: -moz-linear-gradient(top, rgba(204 205 7 / 86%) 0%, rgba(204 205 7 / 0%) 99%);
    /* background: -webkit-linear-gradient(top, rgb(204 205 7 / 86%) 0%,rgba(204 205 7 / 0%) 99%); */
    /* background: linear-gradient(to bottom, rgb(204 205 7 / 86%) 0%,rgb(204 205 7 / 0%) 99%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccd07', endColorstr='#cccd07',GradientType=0 );
}






/*單元topmenu*/
.topmenu {
    margin: 1% 0 0.5rem;
    }

.topmenu ul {
    margin: 0 0px;
}

.topmenu li {
    display: inline-block;margin-right: 2.0rem;
}

.topmenu a {
    font-size: 1.4em;
    line-height: 0em;
    color: #116d86;
    font-weight: bold;
    padding: 0px 0px 0px 1.0rem;
    border-left: 1px #4ba7bb solid;
    text-decoration: none;
}

.topmenu a:hover {
    color: #cf5f15;
}



/*雜誌書封 */
.cover {
  text-align: center;
}

.cover img {
    width: 320px;
	opacity: 1;
}

.hr_green {
    border-bottom: #2eaa89 0px dotted;
    width: 82%;
    margin: 0 auto 0;
    padding-top: 1%;
}

.shopping {
    margin: 1em;
}
.bgfull{}
.intro {
    margin: 0 0 0 -3%;
    width: 87%;

}

.intro ul {
    margin-left: -1.5em;
}

.intro li {
    list-style-type: disc;
    color: #ee7d5e;
}

.intro li,
.list li {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 0 0 8px;
}

.intro li a,
.list li a {
    color: #000;
    text-decoration: none;
}

.intro li a:hover,
.list li a:hover {
    color: #e46948;
    top: 2px;
    left: 2px;
    position: relative;
}

.list li .author {
    white-space: nowrap;
}


.intro h1,
.list h1 {
    font-size: 1.9em;
    line-height: 1em;
    color: #466cb3;
    border-left: rgba(238, 125, 94, 0.7) 5px solid;
    padding: 0 0 0 10px;
    font-family: "noto sans tc", "Microsoft JhengHei";
    letter-spacing: -1px;
}

.intro h1 {
    margin: 7% 0 2.6%;
}

.list {
    margin: 1em 6.8%;
    padding: 7px 0 0 24px;
    width: 84%;
    display: block;
    float: left;
	border-top: 1px #e79a7e dotted;
	border-bottom: 1px #e79a7e dotted;
}
.list li {
    list-style-type: disc;
    color: #7f95c3;
    padding-right: 24px;
}

.list h1 {
    margin: 3.5% 0 -0.7%;
	color: #de5819;
}

.intro h2,
.list h2 {
    font-size: 3.2em;
    line-height: 1.07em;
	font-weight: bold;
	letter-spacing: -0.5px;
    color: #dd5312;
    padding: 0 0 0 30px;
    margin: 0;
    font-family: Meiryo, "Meiryo UI", Arial, sans-serif;
}

.intro h2 a,
.list h2 a {
    color: #000;
}

.intro h2 a:hover,.list h2 a:hover {
    color: #18af69;
    font-weight: bold;
}

.intro h3 {
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: -0.2px;
    padding:0% 0 0 30px;
    text-align: justify;
    color: #222;
}
.intro p {
    font-size: 1.2em;
    line-height: 1.65em;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 10px 0 32px;
}

.more {
    padding: 0 0 2px;
    margin: 1% 0 0;
    float: right;
    border-bottom: 1.5px #ee7d5e dotted;
}

.more a {
    font-size: 1em;
    line-height: 1em;
    color: #000;
    padding: 0 7px;
    margin: 3px 0;
    text-decoration: none;
    vertical-align: middle;
}

.more a:hover {
    color: #e46948;
    font-weight: bold;
}

.moreleftline {
    font-size: 0.8em;
    padding: 0 1px;
}

.icon_listen {
    width: 17px;
    height: auto;
    padding-left: 4px;
}


/*購物車shopping*/
.shopping {
    margin: 0 0 0 0;
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
}
.shopping ul {
    margin: 0;
    display: inline-block;
    padding: 0;
}
.shopping li {
    display: inline-block;
}

.shopping a {
    font-size: 1.2em;
    line-height: 1em;
    color: #fff;
    padding: 3px 14px;
    border-radius: 25px;
    margin: 3px 0;
    text-decoration: none;
    vertical-align: middle;
    background-color: #dd5c1f;
}

.shopping a:hover {
    background-color: #ee7d5e;
}

/*最新活動*/
.news {
    margin: 0 0 0 -25px;
    display: inline-block;
    float: initial;
}
.news .title{font-size: 1.2em;letter-spacing: -0.5px;color: #36adbc;}
.news .title1{font-size: 1.2em;letter-spacing: -0.5px;color: #6879e3;}

.news li {
    list-style-type: disc;
    color: #000;
}

.news li {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 0 90px 0.3em 21px;
}

.news ul {
    color: #ee7d5e;
    font-size: 1.2em;
    line-height: 1.65em;
    font-weight: normal;
}

.news ul a {
    color: #ee7d5e;

}

.news li a {
    color: #c00;

}

.news li a:hover {
    color: #e46948;
    top: 2px;
}


.news li mark {
    font-size: 0.8em;
    padding: 2px;
    background-color: #ee7d5e;
    color: #fff;
    border-radius: 5px;
}

/*固定相關網站連結txtad*/
.txtad {
    margin: 14px 0 0 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    float: initial;
}

.txtad ul {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
}

.txtad li {
    display: block;
    margin: 0 0 6px 0;
    text-align: center;
}

.txtad a {
    font-size: 1.2em;
    line-height: 2em;
    color: #28547c;
    padding: 3px 14px;
    border-radius: 25px;
    margin: 3px 0;
    text-decoration: none;
    vertical-align: middle;
    background-color: #f4f5ef;
    border: 1px #ffa277 solid;
}

.txtad a:hover {
	color: #fff;
    background-color: #ee7d5e;
	border: 0px #f4f5ef solid;
}





/*歷期目錄*/
#moreold {
    margin: 14px 1px 10px 7%;
    width: 87%;
    float: left;
}
.period {
    padding: 12px 2% 30px;
    background: hsla(199, 27%, 70%, 0.4);
    background-image: url(../images/0811076_period_bg.png);
    border-radius: 10px;
    width: 92%;
}

.period h1 {
    font-size: 1.5em;
    line-height: 1em;
    color: #ee7d5e;
    padding: 0 0 0 18px;
    font-family: "noto sans tc", "Microsoft JhengHei";
    letter-spacing: -1px;
}
.period h1 a {
    color: #395a95;
}
.period h1 a:hover {
	text-decoration:none    
}

.period li {
    list-style-type: disc;
    color: #b6bdd2;
}

.period li {
    font-size: 1.05em;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 0 0 0.5em 0;
}

.period li a {
    color: #000;
    text-decoration: none;
}

.period li a:hover {
    color: #e46948;
}

.topic {
    margin: 0 0 0;
    padding: 30px 107px 28px;
    float: left;
    display: block;
}
.topic h1 {
    font-size: 1.9rem;
    line-height: 1em;
    color: #c96018;
    margin: 16px 0;
    padding: 0;
    /*border-left: rgb(232, 156, 136) 5px solid;*/
    padding: 0 0 0 10px;
}

.hot_topic {
    margin: 0 0 0;
    padding: 20px 107px 25px;
	background-image: url(../images/0903006_bg_3.jpg);
    /*border-radius: 0 0 50px 0;*/
    background-repeat-y: no-repeat;
}
.hot_topic.bg {
    background-color: #c1c18f47;
    width: 77%;
    margin: -2% auto 0;
    padding: 2.5% 4% 1%;
    border-bottom: 10px #f6f6f6 solid;
    border-radius: 0 100px 0;
}
.hot_topic h1 {font-size: 1.9rem;line-height: 1em;color: #c96018;}
.hot_topic .icon{position: relative;    padding: 0 0 0 68px;margin-bottom: 1.5rem;}
.hot_topic .icon:before{content: " ";position: absolute;width: 60px;height: 60px;background: linear-gradient(to right, #a36923 10%, #e0b788 95%);border-radius: 50%;left: 0px;top: -21px;font-family: "Font Awesome 5 Free";}
.hot_topic h1 a {text-decoration: underline;color: #dd5718;float: right;margin-top: -1%;}
.hot_topic ul { list-style: disc;padding-bottom: 0;padding-top:0; }
.hot_topic ul li{ padding-bottom:7px; }
.hot_topic ul li a {text-decoration:none; color:#28547c;}
.hot_topic ul li a:hover {color: #c96018;left: 2px;top: 2px;position: relative;}
.hot_topic.bg {
    background: linear-gradient(to right, #eed9bf 10%, #fff5e9 95%);
    width: 77%;
    margin: 0% auto;
    padding: 2.5% 6% 3%;
    border-bottom: 10px #f6f6f6 solid;
    border-radius: 0 100px 0;
}
.hot_topic.bg a{ color:#174776;word-break:break-all;}

.pen_icon {
    background-color: #ffa57b;
    width: 50px;
    height: 50px;
    border-radius: 70%;
    padding: 2.1% 2% 1.9%;
    margin: 0% 2% -2% 0;
    float: left;
}

.hot_topic h2 {}
.hot_topic h2 a{color: #dd5718;word-break:break-all;}

.hot_topic h3 {border-left: solid 5px #cf5f15;padding-left: 0.8rem;}
.hot_topic h3 a{color: #dd5718;text-align: right;display: block;}
.hot_topic h4 a{color: #dd5718;text-align: center;display: block;border: solid 1px;width: max-content;padding: 0.2rem 1.0rem;margin: 0 auto;border-radius: 1.0rem 0;font-size: 1.2rem;text-decoration: none;border-right: solid 6px;}
.hot_topic ol { list-style:decimal ; margin-left: -1em;margin-top: 8px;color: #754a13;}
.hot_topic li { line-height: 1.8rem;font-size: 1.05rem;}

.book {
    margin: 0.5em 0.5em 0;
    padding: 0.25em;
    height: 300px;
}
.book img {
    width: 100%;
	height: 228px;
    border-radius: 0px;
    box-shadow: 0px 2px 8px #888;
	margin-bottom: 7%
}
.book ul{ padding:0; margin:0}
.book ul li a{ color:#28547c;font-size: 1em;line-height: 1.45em;}
.book ul li a:hover{ color:#c96018;left: 2px;top: 2px;position: relative;}


.hr_org {
    border-bottom: #ee7d5e 1px dotted;
    width: 100%;
    margin: 0 auto;
}


.note {
    margin: 0;
    padding: 10px 103px 3px;
}

.note li::before {
    content: "•";
    color: #b6bdd2;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.note li {
    font-size: 0.95em;
    line-height: 1.65em;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 0;
    color: #000;
}





#Bodyfooter {
    /*width: 1000px !important;*/
	border-radius: 0 50px 0 50px;
	margin-top: 7px;
	margin-bottom: 1%;
	background-image: url(../images/0903006_bg_4.jpg);
    background-repeat-y: no-repeat;
	opacity: 1.0;color: #ffffff;line-height: 1.5rem; 
}
#Bodyfooter a {
    color: #000;
    font-size: 0.9rem;
    font-family: "Microsoft YaHei", Arial, Verdana;
}
#Bodyfooter td a {
    color: #cde6ec;
    font-size: 0.9rem;
    font-family: "Microsoft YaHei", Arial, Verdana;
}

footer a {
    color: white;
}

#Bodyfooter .footer {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 20px 0;
}
#Bodyfooter .end_font_12{font-size: 0.9em !important; font-family:"Microsoft YaHei", Arial, Verdana}
address {
    color: white;
    font-style: normal;
    text-align: center;
    font-size: 1.2em;
}

address li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
}

@media screen and (min-width:768px) and (max-width:1199px) {}

@media(max-width:767px) {
    .hide {
        display: block;
    }






}