* { font-family: 'Calibri', '微軟正黑體', 'Microsoft JhengHei'/*, 'Adobe Arabic'*/;}

.main-banner-container {
	background-color: #fff;
}

#topics-0,
#topics-2,
#topics-4 {
	/*background: -webkit-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);*/
}
#topics-1,
#topics-3,
#topics-5 {
	/*background: -webkit-linear-gradient(bottom, #F6F0E3, #F5F1E4 60%, #FFFFFF);
	background: -o-linear-gradient(bottom, #F6F0E3, #F5F1E4 60%, #FFFFFF);
	background: -moz-linear-gradient(bottom, #F6F0E3, #F5F1E4 60%, #FFFFFF);
	background: linear-gradient(to bottom, #F6F0E3, #F5F1E4 60%, #FFFFFF);*/
}


#topics-2 .topics-pic {
	background-position: center;
	background-size: contain;
}

#topics-3 {
	background-color: #fff;
}

#topics-3 .topic-3-head {
	position: absolute;
	width: 100vw;
	height: calc(3em + 70px);
	padding-top: 70px;
	font-size: 1.5em;
	color: #501117;
	text-align: center;
	font-weight: 900;
	
	background: -webkit-linear-gradient(right, #D1BB84, #DCCCA3 25%, #D1BB84 50%, #DCCCA3 75%, #D1BB84 100%);
	background: -o-linear-gradient(right, #D1BB84, #F5F1E4 25%, #D1BB84 50%, #DCCCA3 75%, #D1BB84 100%);
	background: -moz-linear-gradient(right, #D1BB84, #F5F1E4 25%, #D1BB84 50%, #DCCCA3 75%, #D1BB84 100%);
	background: linear-gradient(to right, #D1BB84, #F5F1E4 25%, #D1BB84 50%, #DCCCA3 75%, #D1BB84 100%);
}
#topics-3 .topic-3-head span {
	font-size: 1.8em;
}
#topics-3 .topic-3-subhead {
	width: 100vw;
	position: absolute;
	width: 100vw;
	margin-top: calc(4.5em + 80px);
	font-size: 1.2em;
	color: #a31016;
	text-align: center;
	font-weight: 600;
	padding: 0 5vw;
}
#topics-3 .topic-3-subhead span {
	font-size: 2.5em;
}
#topics-3 .topic-3-char {
	position: absolute;
	top: calc(60vh - 200px);
	left: calc(50vw - 200px);
	width: 400px;
	height: 400px;
}
#topics-3 .topic-3-char img {
	width: 100%;
	height: 100%;
}
#topics-3 .topic-3-1-text {
	position: absolute;
	top: calc(60vh - 200px);
	right: calc(45vw + 200px);
	width: calc(45vw - 200px);
	height: auto;
}
#topics-3 .topic-3-2-text {
	position: absolute;
	top: calc(60vh + 100px);
	right: calc(45vw + 200px);
	width: calc(45vw - 200px);
	height: auto;
}
#topics-3 .topic-3-3-text {
	position: absolute;
	top: calc(60vh - 200px);
	left: calc(45vw + 200px);
	width: calc(45vw - 200px);
	height: auto;
}
#topics-3 .topic-3-4-text {
	position: absolute;
	top: calc(60vh + 100px);
	left: calc(45vw + 200px);
	width: calc(45vw - 200px);
	height: auto;
}
#topics-3 .topic-3-5-text {
	position: absolute;
	top: calc(60vh + 200px);
	left: 0;
	width: 100vw;
	height: auto;
}
#topics-3 .topic-3-num {
	text-align: center;
	font-size: 2em;
	font-style: italic;
	background-color: #a31016;
	color: #fff;
	font-weight: 900;
	border-radius: 50%;
	margin: auto;
	width: 3em;
	height: 3em !important;
	padding-top: 1em;
}
#topics-3 .topic-3-text {
	margin-top: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #a31016;
	font-weight: 600;
	text-align: center;
}
@media (min-width: 1025px) and  (max-width: 1440px) {
	#topics-3 .topic-3-char {
		top: calc(60vh - 150px);
		left: calc(50vw - 150px);
		width: 300px;
		height: 300px;
	}
	#topics-3 .topic-3-1-text {
		top: calc(60vh - 150px);
	}
	#topics-3 .topic-3-2-text {
		top: calc(60vh + 50px);
	}
	#topics-3 .topic-3-3-text {
		top: calc(60vh - 150px);
	}
	#topics-3 .topic-3-4-text {
		top: calc(60vh + 50px);
	}
	#topics-3 .topic-3-5-text {
		top: calc(60vh + 105px);
	}
}
@media (max-width: 1024px) {
	#topics-0 .topics-pic {
		background-size: 100% !important;
	}
	#topics-1 .topics-content-text_dn {
		min-height: 140px;
	}
	#topics-2 .topics-content-text_right {
		min-height: 84px;
	}
	
	#topics-3  {
		height: 700px;
	}
	#topics-3 .topic-3-head {
		height: calc(3em) !important;
		padding-top: 0px;
		font-size: 1.2em;
	}
	#topics-3 .topic-3-head span {
		font-size: 2.4em;
	}
	#topics-3 .topic-3-subhead {
		margin-top: calc(4.5em);
		font-size: 0.8em;
		color: #a31016;
		text-align: center;
		font-weight: 600;
		padding: 0 10vw;
	}
	#topics-3 .topic-3-subhead span {
		font-size: 1.6em;
	}
	#topics-3 .topic-3-char {
		position: absolute;
		top: 15em;
		left: calc(50vw - 100px);
		width: 200px;
		height: 200px !important;
	}
	#topics-3 .topic-3-char img {
		width: 100%;
		height: 100%;
	}
	#topics-3 .topic-3-1-text {
		top: calc(10em);
		left: 20px;
	}
	#topics-3 .topic-3-2-text {
		top: calc(20em + 3em);
		left: 20px;
	}
	#topics-3 .topic-3-3-text {
		top: calc(10em);
		left: auto;
		right: 20px;
	}
	#topics-3 .topic-3-4-text {
		top: calc(20em + 3em);
		left: auto;
		right: 20px;
	}
	#topics-3 .topic-3-5-text {
		top: calc(30em);
	}
}
@media (max-width: 768px) {
	#topics-3 .topic-3-head {
		height: calc(3.5em);
		padding-top: 5px;
		font-size: 0.9em;
	}
	#topics-3 .topic-3-subhead {
		margin-top: calc(4.5em);
		font-size: 0.6em;
		padding: 0 2vw;
	}
	#topics-3 .topic-3-subhead span {
		font-size: 1.2em;
	}
	#topics-3 .topic-3-1-text,
	#topics-3 .topic-3-2-text,
	#topics-3 .topic-3-3-text,
	#topics-3 .topic-3-4-text,
	#topics-3 .topic-3-5-text {
		height: auto;
	}
	#topics-3 .topic-3-5-text span {
	    position: absolute;
		left: 0;
		top: 100px;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 506px) {
	#topics-3 .topic-3-head span {
		font-size: 1.8em;
	}
}
#topics-3 .topic-3-bg {
	/*background-image: url(./../images/1.png);*/
}
#topics-3 .topic-3-1 {
	/*background-image: url(./../images/1-1.png);*/
}
#topics-3 .topic-3-2 {
	/*background-image: url(./../images/1-2.png);*/
}
#topics-3 .topic-3-3 {
	/*background-image: url(./../images/1-3.png);*/
}
#topics-3 .topic-3-4 {
	/*background-image: url(./../images/1-4.png);*/
}
#topics-3 .topic-3-bg,
#topics-3 .topic-3-1,
#topics-3 .topic-3-2,
#topics-3 .topic-3-3,
#topics-3 .topic-3-4 {
	background-size: 661px 482px;
    background-position: center;
	background-repeat: no-repeat;
	
	padding-top: 37px;
	position: absolute;
	width: 100vw;
	height: 100vh;
}

@media (max-width: 661px) {
	#topics-3 .topic-3-bg,
	#topics-3 .topic-3-1,
	#topics-3 .topic-3-2,
	#topics-3 .topic-3-3,
	#topics-3 .topic-3-4 {
		background-size: contain;
	}
	#topics-3 {height: 700px;}
	#topics-3 .topic-3-subhead {
		padding: 0 1vw;
	}
	#topics-3 .topic-3-subhead span {
		font-size: 2.5em;
	}
	#topics-3 .topic-3-char {
		display: none;
	}
	#topics-3 .topic-3-char img {
		width: 100%;
		height: 100%;
	}
	#topics-3 .topic-3-1-text {
		top: 10em;
		left: 2vw;
		right: 2vw;
		width: 96vw;
	}
	#topics-3 .topic-3-2-text {
		top: calc(10em + 100px);
		left: 2vw;
		right: 2vw;
		width: 96vw;
	}
	#topics-3 .topic-3-3-text {
		top: calc(10em + 100px * 2);
		left: 2vw;
		right: 2vw;
		width: 96vw;
	}
	#topics-3 .topic-3-4-text {
		top: calc(10em + 100px * 3);
		left: 2vw;
		right: 2vw;
		width: 96vw;
	}
	#topics-3 .topic-3-5-text {
		top: calc(10em + 100px * 4);
		left: 2vw;
		right: 2vw;
		width: 96vw;
	}
	#topics-3 .topic-3-num {
		width: 96px;
		height: 96px !important;
		
		display: inline-block;
		display: -webkit-inline-block;
	}
	#topics-3 .topic-3-text {
		width: calc(95vw - 100px);
		padding-left: 20px;
		text-align: left;
		display: inline-block;
		display: -webkit-inline-block;
	}
}


#topics-5 .topics-content {
	background-color: #790605;
	background: -webkit-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
}

.topics-content-title_left
{
	font-size: 26px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px;
	text-align: left;
    /*color: #F6E0B8;*/
    color: #a31016;
	width: calc(50vw * 0.82);
}

.topics-content-link_left a
{
    /*font-family: 'Libre Baskerville', serif;*/
    font-size: 11px;
    font-style: italic;
    display: block;
    width: 90px;
    padding-bottom: 2px;
    text-align: left;
    /*color: #F6E0B8;*/
    color: #a31016;
}
.topics-content-link_left a:hover
{
    text-decoration: none;
}
.topics-content-link_left a .after
{
    position: absolute;
    z-index: 0;
    top: 1px;
    right: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: transparent;
}

.topics-content-title_dn,
.topics-content-title_right {
	font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    /*color: #F6E0B8;*/
    color: #a31016;
    margin-bottom: 25px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 2px #a31016 solid;
	font-weight: bold;
	width: calc(50vw * 0.82);
}
.topics-content-text_dn,
.topics-content-text_right {
	font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
	margin-right: 20px;
    text-align: left;
    /*color: #F6E0B8;*/
    color: #a31016;
	width: calc(50vw * 0.82);
}
.topics-content-link_right {
	font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
	margin-right: 20px;
    text-align: left;
    /*color: #F6E0B8;*/
    color: #a31016;
	width: calc(50vw * 0.82);
}
.topics-content-text_dn ol {
    list-style-type: disc;
    margin-left: 20px;
}
.topics-content-link_right table {
	border-radius: 10px;
	background-color: #811823;
	color: #fff;
	padding: 15px 20px;
}
.table-3 {
	padding-left: 20px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-right: 5px; 
	font-size: 60px; 
	vertical-align: middle;
}
.table-text {
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-right: 20px; 
	font-size: 26px; 
	vertical-align: middle;
}

#topics-4 {
	/*height: calc(22vw + 55vw * 0.5625 + 120px);
	min-height: 100vh;*/
}

.a-frame {
	width: 50%;
	max-width: 100vw;
	height: calc(40vw * 0.5625);
	/*text-align: center;
	margin: auto;*/
	display: inline-block;
	display: -webkit-inline-block;
}
.frame-selector {
	width: 120vh;
	max-width: 100vw;
	text-align: center;
	margin: auto;
}
.frame-selector img {
	margin: 2%;
	cursor: pointer;
}

.topics-4_v2-section-header {
	font-size: 32px;
    margin: 40px 17vw 10px 17vw;
    font-weight: 900;
	display: none;
}

.topics-5-section-header {
	position: absolute;
	left: 0;
	top: 0;
	color: #540000;
	z-index: 2000;
	font-size: 32px;
    margin: 40px 20px 15px;
    font-weight: 900;
}
.a-KOL {
	/*display: inline-block;
	display: -webkit-inline-block;*/
	/*height: 22vh;*/
	display: inline-block;
	display: -webkit-inline-block;
	position: relative;
	width: 14vw;
	margin: 1vw;
	cursor: pointer;
}
.a-KOL img {
	width: 100%;
    border-radius: 5px;
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
	border-color: #a31016;
	/*background: -webkit-linear-gradient(bottom, #E2B475, #FDD5CC, #E2B475);
	background: -o-linear-gradient(bottom, #E2B475, #FDD5CC, #E2B475);
	background: -moz-linear-gradient(bottom, #E2B475, #FDD5CC, #E2B475);
	background: linear-gradient(to bottom, #E2B475, #FDD5CC, #E2B475);*/
}
.a-KOL p{
	position: absolute;
	bottom: 0;
	background-color: rgba(163,16,22,.6);
	color: #F6E0B8;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	padding: 5px 15px 10px;
	text-align: center;
}
@media (min-width: 1024px) and  (max-width: 1650px) {
	.a-KOL p {
		font-size: 18px;
		line-height: 12px;
		min-height: 39px;
	}
}
.frame-section {
	width: 65vw;
	margin: 20px auto 10px;
	position: relative;
}
.a-frame-content-title {
	color: #a31016;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 5px;
}
.a-frame-content-content {
	display: inline-block;
	display: -webkit-inline-block;
	position: absolute;
	width: 49%;
    top: 30px;
    bottom: 3px;
	vertical-align: top;
	padding: 10px 20px;
	color: #a31016;
	font-size: 24px;
	line-height: 24px;
	background: -webkit-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #F5F1E4 60%, #F6F0E3);
}
.a-KOL:nth-child(odd) img {
	/*margin-left: 35vw;*/
}
.a-KOL:nth-child(even) img {
	/*margin-left: 10vw;*/
}
.a-KOL .topics-content-img_left{
	display: inline-block;
	display: -webkit-inline-block;
	vertical-align: middle;
	max-width: 44vw;
}
.topics-content-img_left-title {
	width: auto;
	padding-left: 20px;
	border-bottom: #FDD5CC 5px solid;
	color: #983333;
	font-size: 24px;
    font-weight: 900;
}
.topics-content-img_left-content {
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	color: #B5A084;
	font-size: 18px;
}
@media (max-width: 1024px) {
	#topics-0,
	#topics-1,
	#topics-2 {
		padding-top: calc(100vw * 0.5625);
	}
	
	/*.a-KOL:nth-child(odd) img,
	.a-KOL:nth-child(even) img { margin-left: 20vh; }*/
	.main-banner-container { padding-bottom: 0; }
	
	/*#topics-3 { padding-top: calc(100vw * 0.5625); }*/
	#topics-3 .topics-content { padding-top: 0 !important; }
	#topics-3 .topics-content .topic-content-wrap .topics-content-inner { top: 0; }
	#topics-3 .topics-content .topic-content-wrap .topics-content-inner div { height: calc(100vw * 0.6); }
	#topics-3 .topics-content .topic-content-wrap .topics-content-inner div.topic-3-text { max-height:96px; height: calc(100vw * 0.6); margin-top: 0px; vertical-align:-webkit-baseline-middle; vertical-align:-moz-baseline-middle; }
	
	#topics-5 { padding-top: 100vh; }
	/*#topics-5 .topics-content-inner  .a-KOL:first-child {
		margin-top: 70px;
	}*/
	#topics-4 {
		height: calc(22vw + 55vw * 0.5625 + 175px);
	}
	#topics-4 .topics-4_v2-section-header {
		position: absolute;
		top: 0;
	}
	#topics-4 .topics-content {
		top: 75px;
	}
	#topics-4 .topics-content .topics-content-inner {
		top: 175px;
	}
}
@media (max-width: 768px) {
	.topics-item {
		padding-top: 70%;
	}
	
	.topics-content-title_left,
	.topics-content-link_right { 
		font-size: 16px;
		line-height: 16px;
	}
	.topics-content-title_dn {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 16px;
	}
	.topics-content-text_dn  {
		margin: 0;
		font-size: 12px;
		line-height: 12px;
	}
	
	.topics-content-title_right,
	.topics-content-text_right,
	.topics-content-link_right {
		margin: 0;
		margin-bottom: 5px;
	}
	.topics-content-title_right  {
		font-size: 16px;
		line-height: 16px;
	}
	.topics-content-text_right {
		font-size: 14px;
		line-height: 14px;
	}
	.table-3  {
		padding: 0;
		font-size: 18px;
	}
	.table-text {
		padding: 0;
		font-size: 12px;
		line-height: 10px;
	}
	
	.topics-5-section-header {
		/*margin-top: 20px;*/
	}
	
	/*.a-KOL .topics-content-img_left {
		max-width: 60vw;
	}
	
	.topics-content-img_left-title { font-size: 18px; }
	.topics-content-img_left-content { font-size: 13px; }
	
	.a-KOL:nth-child(odd) img,
	.a-KOL:nth-child(even) img { margin-left: 10vh; }
	*/
	.a-KOL img {
		/*height: 30vw;*/
		/*border-width: 3px;*/
	}
	.a-KOL p {
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 480px) {
	/*.topics-item {
		padding-top: 80%;
	}
	
	.a-KOL:nth-child(odd) img,
	.a-KOL:nth-child(even) img { margin-left: 1vw; }
	.a-KOL .topics-content-img_left {
		max-width: 55vw;
	}*/
	#topics-4 {
		/*min-height: calc(22vw + 100vw * 0.5625 + 225px);*/
	}
	#topics-4 .topics-content {
		top: 175px;
		height: calc(90vw * 0.5625);
	}
	.a-frame {
		width: 100%;
		max-width: 100vw;
		height: calc(90vw * 0.5625);
	}
	.a-frame-content-content {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.topics-item {
		padding-top: 80%;
	}
	.a-frame-content-title {
		font-size: 18px;
		line-height: 18px;
	}
	.a-KOL p {
		font-size: 10px;
		line-height: 10px;
		padding: 5px 5px 10px;
	}
	/*.a-KOL:nth-child(odd) img,
	.a-KOL:nth-child(even) img { margin-left: 1vw; }
	.a-KOL .topics-content-img_left {
		max-width: 55vw;
	}*/
}
/*@media (max-width: 1366px) and (min-width: 1024px) {
	.frame-selector,
	.a-frame {
		width: 640px;16
		height: 360px;9
	}
}
@media (max-width: 1024px) {
	.frame-selector,
	.a-frame {
		width: 560px;
		height: 315px;
	}
}*/

@media (min-width: 1025px) {
	#topics-0 .topics-content-inner,
	#topics-2 .topics-content-inner{
		margin-left: 0;
	}
	#topics-1 .topics-content-inner,
	#topics-2 .topics-content-inner{
		margin-right: 0;
	}
}
@media (max-width: 1024px) {
	/*.a-KOL:nth-child(odd) img,
	.a-KOL:nth-child(even) img { margin-left: 20vh; }*/
	#topics-4 .main-banner-container { padding-bottom: 0; }
	
	#topics-4 { padding-top: calc(22vw + 50vw * 0.5625) !important; margin-top: 20px; }
	#topics-4 .topics-4_v2-section-header { position: absolute; top: -40px; }
	#topics-4 .topics-content { top: 0px; }
	
	#topics-2 table {
		border-radius: 3px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#topics-4 { padding-top: calc(22vw + 80vw * 0.5625 + 120px) !important; }
	
	#topics-4 .topics-item {
		padding-top: 80%;
	}
	#topics-4 .a-KOL p {
		font-size: 12px;
		line-height: 12px;
		padding: 2px;
		top: 100%;
		display: none;
	}
	#topics-4 .a-KOL img {
		border-width: 2px;
	}
	#topics-4 .topics-content .topics-content-inner {
		top: 0px;
	}
	#topics-4 .frame-section {
		margin: 10px auto;
	}
	#topics-4 .frame-section .a-frame-content-title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	#topics-4 .frame-section .a-frame {
		width: 100%;
		height: calc(80vw * 0.5625);
	}
	#topics-4 .frame-section .a-frame-content-content {
		top: 0;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		position: relative;
	}
}
@media (max-width: 768px) {
	#topics-4 { padding-top: calc(22vw + 80vw * 0.5625 + 120px) !important; }
	
	#topics-4 .topics-item {
		padding-top: 80%;
	}
	#topics-4 .a-KOL p {
		font-size: 12px;
		line-height: 12px;
		padding: 2px;
		top: 100%;
		display: none;
	}
	#topics-4 .a-KOL img {
		border-width: 2px;
	}
	#topics-4 .topics-content .topics-content-inner {
		top: 0px;
		transform: translate(0,0);
		left: 0;
	}
	#topics-4 .frame-section {
		margin: 10px auto;
	}
	#topics-4 .frame-section .a-frame-content-title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	#topics-4 .frame-section .a-frame {
		width: 100%;
		height: calc(80vw * 0.5625);
	}
	#topics-4 .frame-section .a-frame-content-content {
		top: 0;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		position: relative;
	}
}
@media (max-width: 435px) {
	#topics-4 .topics-content { top: 0px; }
	#topics-4 { padding-top: calc(22vw + 80vw * 0.5625 + 120px) !important; }
	#topics-4 .topics-4_v2-section-header { 
		font-size: 18px;
		line-height: 18px;
		margin: 40px 5vw 10px 5vw;
	}
	
	#topics-4 .topics-item {
		padding-top: 80%;
	}
	#topics-4 .a-KOL {
		margin: 0 0px;
		width: 23vw;
	}
	#topics-4 .a-KOL p {
		font-size: 12px;
		line-height: 12px;
		padding: 2px;
		top: 100%;
		display: none;
	}
	#topics-4 .a-KOL img {
		border-width: 2px;
	}
	#topics-4 .topics-content .topics-content-inner {
		top: 0px;
		transform: translate(0,0);
		left: 0;
	}
	#topics-4 .frame-section {
		margin: 10px auto;
		width: 90vw;
	}
	#topics-4 .frame-section .a-frame-content-title {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	#topics-4 .frame-section .a-frame {
		width: 100%;
		height: calc(90vw * 0.5625);
	}
	#topics-4 .frame-section .a-frame-content-content {
		top: 0;
		width: 100%;
		font-size: 12px;
		line-height: 12px;
		position: relative;
	}
	
	#topics-2 .topics-content-inner .topics-content-title_right {
		width: 90vw;
		padding-bottom: 4px;
	}
	#topics-2 .topics-content-inner .topics-content-title_right {
		margin-left: -50vw;
	}
	#topics-2 table {
		width: 90vw;
		margin-left: -50vw;
		border-radius: 3px;
	}
	#topics-2 table td{
		padding: 2px;
	}
	#topics-2 table td:first-child {
	    width: 20px;
		text-align: center;
		font-size: 24px;
	}
}
/* Galaxy(360x640), iPhone4(320x480), iPhone5(320x568) */
@media (max-width: 360px) {
	#topics-1 .topics-content-inner .topics-content-title_dn, 
	#topics-2 .topics-content-inner .topics-content-title_right {
		width: 90vw;
		padding-bottom: 4px;
	}
	#topics-1 .topics-content-inner .topics-content-text_dn {
		width: 130%;
	}
	#topics-2 .topics-content-inner .topics-content-title_right {
		margin-left: -50vw;
	}
	#topics-2 table {
		width: 90vw;
		margin-left: -50vw;
		border-radius: 3px;
	}
	#topics-2 table td{
		padding: 2px;
	}
	#topics-2 table td:first-child {
	    width: 20px;
		text-align: center;
		font-size: 24px;
	}
	.topics-content-title_left, 
	.topics-content-link_right,	
	.topics-content-text_dn, 
	.topics-content-text_right {
		font-size: 12px;
		line-height: 14px;
	}
	.topics-content-title_dn, 
	.topics-content-title_right	{
		font-size: 12px;
		line-height: 8px;
	}
	.topics-item {
		padding-top: calc(100vw * 0.6);
	}
}

.l-footer {
	background-color: #540000;
}





#topics-2 .topics-content-link_right a{
	color: #a31016;
	text-decoration: none;
}
#topics-4 .topics-content-link_left {
	margin-top: 5px;
	margin-left: 20vw;
	-moz-margin-start: 30px;
}
@media (max-width: 1025px) {
	#topics-4 .topics-content-link_left {
		margin-left: 18vw;
	}
}
@media (max-width: 800px) {
	#topics-4 .topics-content-link_left {
		margin-left: 18vw;
	}
}
@media (max-width: 435px) {
	#topics-4 .topics-content-link_left {
		margin-left: 2vw;
	}
	#topics-2 .topics-content-link_right a{
		margin-left: -120%;
	}
}
@media (max-width: 350px) {
	#topics-4 .a-KOL {
		margin: 0 0px;
		width: 20vw;
	}
}