* { font-family: 'Calibri', '微軟正黑體', 'Microsoft JhengHei'; }

.main-banner-container {
	background-color: #fff;
}

#topics-0 {
	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-0 .topics-0-char {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(./../images/product/0-char.png);
	background-size: contain;
    background-position: right;
	background-repeat: no-repeat;
}

#topics-0 .topics-0-title,
#topics-0 .topics-0-text {
	margin-left: 10vw;
	width: 30vw;
	color: #91746a;
}
#topics-0 .topics-0-title {
	margin-top: 275px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 900;
}
#topics-0 .topics-0-text {
	margin-top: 15px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 100;
}
#topics-0 .topics-0-cir {
	margin-left: 11vw;
	width: 60vw;
	color: #a31016;
	font-size: 24px;
	font-weight: 600;
	padding: 6px;
	margin-bottom: 20px;
}
#topics-0 .topics-0-cir span {
	color: #fff;
	border-radius: 50%;
	background-color: #a31016;
	padding: 6px;
	margin-right: 10px;
	border: #fff 2px solid;
}
#topics-0 .topics-0-cir div {
	display: inline-block;
	display: -webkit-inline-block;
	width: calc(100% - 105px);
	vertical-align: top;
}
#topics-0 .topics-0-line {
	background-color: #a31016;
	margin-left: calc(11vw + 30px);
	margin-top: -160px;
	width: 5px;
	height: 160px;
}
#topics-0 .topics-0-line-end {
	background-color: transparent;
	margin-left: calc(11vw + 27.5px);
	width: 10px;
	height: 15px;
}

#topics-1 {
	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-1 .topics-1-title {
	margin-top: 75px;
	text-align: center;
	position: relative;
}
#topics-1 .topics-1-title .topics-1-title-col {
	display: inline-block;
	display: -webkit-inline-block;
	width: 8vw;
	height: 8vw;
	margin: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	padding-top: calc(4vw - 12px);
	color: #fff;
	background-color: #a31016;
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
}
#topics-1 .topics-1-title .topics-1-title-col-2 {
	padding-top: calc(4vw - 24px);
}
#topics-1 .topics-1-head, 
#topics-1 .topics-1-text {
	color: #a31016;
	margin-left: 15vw;
	margin-right: 15vw;
	width: 70vw;
}
#topics-1 .topics-1-head {
	margin-top: 100px;
	font-size: 32px;
	line-height: 48px;
	font-weight: 400;
}
#topics-1 .topics-1-head span {
	font-size: 48px;
	font-weight: 900;
	word-spacing: 12px;
	padding-right: 15px;
}
#topics-1 .topics-1-text {
	margin-top: 80px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}
#topics-1 .topics-1-text span {
	font-size: 32px;
	font-weight: 900;
	word-spacing: 12px;
	padding-right: 15px;
}

#topics-2 {
	background-color: #790605;
	background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
}
#topics-2 .topics-pic {
	background-position: 100% 50%;
	background-size: 65%;
}
.topics-content-title_dn,
.topics-content-title_right {
	font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #a31016;
    margin-bottom: 25px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 2px #F6E0B8 solid;
	font-weight: bold;
}
.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: #a31016;
}
.topics-content-link_right {
	font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
	margin-right: 20px;
    text-align: left;
    color: #F6E0B8;
}
.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-content-text_dn,
.topics-content-title_dn,
.topics-content-title_right ,
.topics-content-text_right,
.topics-content-link_right {
	width: 40vw;
}

#topics-3 {
	background-color: #fff;
	list-style-type: none;
}
#topics-3 .topics-3-row {
	margin: 2vh 10vw;
	/*width: 60vw;*/
	max-width: 60vw;
	/*height: 20vh;*/
	background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	border-radius: 20px;
	
	padding: 1.5em 5vw;
	font-size: 24px;
	color: #a31016;
	border: #a31016 1px solid;
	
	display: -webkit-box;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-align: center;
	display: -ms-box;
	-ms-box-align: center;	
	display: -o-box;
	-o-box-align: center;
}
#topics-3 .topics-3-row:nth-child(odd) {
	float: left;
}
#topics-3 .topics-3-row:nth-child(even) {
	float: right;
}


#topics-4, #topics-5 {
	background-color: #790605;
	background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
}
#topics-4  .topics-pic {
	background-position: 60% 50% !important;
}
#topics-5  .topics-pic {
	background-position: 30% 50% !important;
	-moz-transform: translateY(0) !important;
}

#topics-6 {
	padding: 5vh 0 0;
	font-size: 24px;
	line-height: 32px;
	color: #F6E0B8;
	background-color: #fff;
}

#topics-6 .topics-6-row {
	position: relative;
	margin: 2vh 20vw;
	width: 60vw;
	min-height: 30vh;
	background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 20%, #F6F0E3);
	border-radius: 20px;
	
	padding: 2vh 3vw;
	font-size: 24px;
	color: #a31016;
	
	border: #a31016 1px solid;
}
#topics-6 .topics-6-row .topics-6-img {
	height: 100%;
}
#topics-6 .topics-6-row:nth-child(odd) .topics-6-img {
	float: left;
	margin-right: 2vw;
}
#topics-6 .topics-6-row:nth-child(even) .topics-6-img {
	float: right;
	margin-left: 2vw;
}
#topics-6 .topics-6-row .topics-6-content {
	color: #91746a;
}
#topics-6 .topics-6-row .topics-6-content .topics-6-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}
#topics-6 .topics-6-row .topics-6-content .topics-6-title span {
	font-size: 32px;
	font-weight: 900;
}
#topics-6 .topics-6-row .topics-6-content .topics-6-text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
}


.l-footer {   
	background-color: #540000;
}	

@media (max-width: 1440px) and (min-width: 1025px) {
	#topics-0 .topics-0-title {
		margin-left: 10vw;
		width: 85vw;
	}
	#topics-0 .topics-0-text {
		margin-left: 10vw;
		width: 65vw;
	}
	#topics-0 .topics-0-title {
		margin-top: 125px;
		font-size: 36px;
		line-height: 40px;
		font-weight: 900;
	}
	#topics-0 .topics-0-text {
		margin-top: 15px;
		font-size: 20px;
		line-height: 24px;
		font-weight: 100;
	}
	#topics-0 .topics-0-cir {
		margin-left: 11vw;
		width: 60vw;
		font-size: 24px;
		font-weight: 600;
		padding: 6px;
		margin-bottom: 20px;
	}
	#topics-0 .topics-0-cir span {
		color: #fff;
		padding: 6px;
		margin-right: 10px;
	}
	#topics-0 .topics-0-cir div {
		width: calc(100% - 200px);
		vertical-align: top;
	}
	#topics-0 .topics-0-line {
		margin-left: calc(11vw + 30px);
		margin-top: -160px;
		width: 5px;
		height: 160px;
	}
	#topics-0 .topics-0-line-end {
		margin-left: calc(11vw + 27.5px);
		width: 10px;
		height: 15px;
	}
	
	#topics-1 .topics-1-title {
		margin: 50px 25px 25px;
	}
	#topics-1 .topics-1-title .topics-1-title-col {
		margin: 5px;
		width: calc(12vw - 20px);
		height: calc(12vw - 20px);
		padding-top: calc(6vw - 10px - 9px);
		font-size: 18px;
		line-height: 18px;
	}
	#topics-1 .topics-1-title .topics-1-title-col-2 {
		padding-top: calc(6vw - 10px - 18px);
	}
	#topics-1 .topics-1-head {
		margin: 50px 10vw 0;
		width: 80vw;
		font-size: 24px;
		line-height: 32px;
	}
	#topics-1 .topics-1-head span {
		font-size: 32px;
	}
	#topics-1 .topics-1-text {
		margin: 25px 10vw 0;
		width: 80vw;
		font-size: 18px;
		line-height: 18px;
	}
	#topics-1 .topics-1-text span {
		font-size: 24px;
		padding-right: 10px;
	}
	
	
	#topics-6 .topics-6-row .topics-6-content .topics-6-title {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-title span {
		font-size: 24px;
		font-weight: 900;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-text {
		font-size: 14px;
		line-height: 18px;
		font-weight: 100;
	}
}
@media (min-width: 1025px) and  (max-width: 1366px)  { 
	#topics-2 .topics-content {
		-moz-transform: translate(50vw, -100vh);
	}
}
@media (max-width: 1024px) {
	.main-banner-container { padding-bottom: 0; }
	#topics-0 {
		padding: calc(100vw * 0.5) 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-2 {
		padding: calc(100vw * 0.5) 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-0 .topics-0-title{
		margin-top: 75px;
		font-size: 24px;
		line-height: 24px;
		width: 50vw;
	}
	#topics-0 .topics-0-text{
		font-size: 18px;
		line-height: 18px;
		width: 55vw;
	}
	#topics-0 .topics-0-cir{
		font-size: 16px;
		line-height: 16px;
		width: 55vw;
	}
	#topics-0 .topics-0-line{
		margin-left: calc(11vw + 24px);
		margin-top: -140px;
		height: 140px;
	}
	#topics-0 .topics-0-line-end{
		margin-left: calc(11vw + 21.5px);
		margin-top: -3px;
	}
	
	#topics-1 {
		padding-top: 0;
		padding-bottom: 5vw;
	}
	#topics-1 .topics-1-title {
		margin: 25px;
	}
	#topics-1 .topics-1-title .topics-1-title-col {
		margin: 5px;
		width: calc(16vw - 20px);
		height: calc(16vw - 20px);
		padding-top: calc(8vw - 10px - 9px);
		font-size: 18px;
		line-height: 18px;
	}
	#topics-1 .topics-1-title .topics-1-title-col-2 {
		padding-top: calc(8vw - 10px - 18px);
	}
	#topics-1 .topics-1-head {
		margin: 25px 10vw 0;
		width: 80vw;
		font-size: 24px;
		line-height: 32px;
	}
	#topics-1 .topics-1-head span {
		font-size: 32px;
	}
	#topics-1 .topics-1-text {
		margin: 25px 10vw 0;
		width: 80vw;
		font-size: 18px;
		line-height: 18px;
	}
	#topics-1 .topics-1-text span {
		font-size: 24px;
		padding-right: 10px;
	}
	
	#topics-2 .topics-pic {
		background-size: contain;
	}
	
	#topics-3 {
		padding-top: 0 !important;
	}
	#topics-3 .topics-3-row {
		min-height: auto;
		height: auto;
	}
	
	#topics-4 {
		padding-top: calc(100vw * 0.5) !important;
	}
	#topics-5 {
		/*padding-top: calc(100vw * 0.65) !important;*/
		padding-top: 225px !important;
	}
	#topics-5 .topics-pic {
		background-position: 75% 50% !important;
	}
	#topics-5 .topics-content-title_right {
		/*width: 90vw;*/
		width: 60vw;
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
		padding-bottom: 3px;
	}
	#topics-5 .topics-content-text_right {
		width: 60vw;
		font-size: 16px;
		line-height: 16px;
	}
	#topics-5 table {
		width: 60vw;
		/*width: 90vw;
		border-radius: 3px;*/
	}
	#topics-5 td {
		font-size: 16px;
		line-height: 16px;
		padding: 2px;
	}
	#topics-5 td:first-child {
		font-size: 32px;
		line-height: 32px;
	}
	
	#topics-6 {
		padding: 5vh 0 0;
	}
	#topics-6 .topics-6-row {
		height: auto;
		min-height: calc(4vh + 151px);
		width: 85vw;
		margin: 10px 5vw;
	}
	#topics-6 .topics-6-row .topics-6-img {
		height: auto;
	}
	#topics-6 .topics-6-row:nth-child(odd) .topics-6-img {
	}
	#topics-6 .topics-6-row:nth-child(even) .topics-6-img {
	}
	
	#topics-6 .topics-6-row .topics-6-content .topics-6-title {
		font-size: 14px;
		line-height: 18px;
		font-weight: 600;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-title span {
		font-size: 18px;
		font-weight: 900;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-text {
		font-size: 14px;
		line-height: 14px;
		font-weight: 100;
	}
}
@media (max-width: 800px) {
	#topics-2 {
		padding: calc(100vw * 0.55) 0 0;
	}
	#topics-2 .topics-content-inner {
		position: absolute;
		left: -100%;
		width: 200%;
		top: 0;
	
		-webkit-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
	
	#topics-2 .topics-pic {
		background-position: 0 100%;
		height: calc(50vw * 1.1 + 40px);
		-moz-transform: translateY(25px) !important;
	}
	
	#topics-2 .topics-content-title_dn {
		width: 90vw;
		margin-left: 5vw;
		font-size: 14px;
	}
	#topics-2 .topics-content .topics-content-title_dn {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		height: 50px;
		padding: 12px;
		text-align: center;
	}
	#topics-2 .topics-content .topics-content-text_dn {
		
		margin-left: 50%;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}
}
@media (max-width: 768px) {
	#topics-0 .topics-0-title{
		margin-top: 8vw;
		font-size: 20px;
		line-height: 20px;
		width: 55vw;
	}
	#topics-0 .topics-0-text{
		font-size: 16px;
		line-height: 16px;
		width: 60vw;
	}
	#topics-0 .topics-0-cir{
		font-size: 13px;
		line-height: 13px;
		width: 55vw;
		margin: 10px 0 0px 11vw !important;
	}
	#topics-0 .topics-0-line{
		margin-left: calc(11vw + 22px);
		margin-top: -90px;
		height: 100px;
	}
	#topics-0 .topics-0-line-end{
		margin-left: calc(11vw + 19.25px);
		margin-top: -3px;
	}
	
	
	#topics-6 {
		padding: 5vh 0 0;
	}
	#topics-6 .topics-6-row {
		height: auto;
		width: 85vw;
		margin: 2vh 5vw;
	}
	#topics-6 .topics-6-row .topics-6-img {
		height: 30vh;
		text-align: center;
	}
	#topics-6 .topics-6-row:nth-child(odd) .topics-6-img {
		float: none;
		margin-right: 0;
	}
	#topics-6 .topics-6-row:nth-child(even) .topics-6-img {
		float: none;
		margin-left: 0;
	}
	
	#topics-6 .topics-6-row .topics-6-content .topics-6-title {
		font-size: 14px;
		line-height: 18px;
		font-weight: 600;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-title span {
		font-size: 18px;
		font-weight: 900;
	}
	#topics-6 .topics-6-row .topics-6-content .topics-6-text {
		font-size: 14px;
		line-height: 14px;
		font-weight: 100;
	}
}
@media (max-width: 650px) {
	#topics-2 {
		padding: calc(100vw * 1) 0 0;
	}
	#topics-0 .topics-0-title{
		margin-left: calc(6vw);
		width: 65vw;
		font-size: 16px;
		line-height: 16px;
	}
	#topics-0 .topics-0-text{
		margin-left: calc(6vw);
		width: 65vw;
		font-size: 14px;
	}
	#topics-0 .topics-0-cir{
		font-size: 12px;
		line-height: 12px;
		width: 65vw;
		margin: 10px 0 0px 6vw !important;
		font-weight: 400;
		
		transform: scale(.8);
		transform-origin: left;
	}
	#topics-0 .topics-0-line{
		margin-left: calc(6vw + 16px);
		margin-top: -90px;
		height: 100px;
	}
	#topics-0 .topics-0-line-end{
		margin-left: calc(6vw + 13.5px);
		margin-top: -3px;
	}
	
	#topics-1 {
		padding-top: 0;
		padding-bottom: 5vw;
	}
	#topics-1 .topics-1-title {
		margin: 25px;
	}
	#topics-1 .topics-1-title .topics-1-title-col {
		margin: 2vw 2vw;
		width: calc(24vw - 20px);
		height: calc(24vw - 20px);
		padding-top: calc(12vw - 10px - 9px);
		font-size: 18px;
		line-height: 18px;
	}
	#topics-1 .topics-1-title .topics-1-title-col-2 {
		padding-top: calc(12vw - 10px - 18px);
	}
	#topics-1 .topics-1-head {
		margin: 25px 3vw 0;
		width: 94vw;
		font-size: 16px;
		line-height: 20px;
	}
	#topics-1 .topics-1-head span {
		font-size: 20px;
	}
	#topics-1 .topics-1-text {
		margin: 25px 3vw 0;
		width: 94vw;
		font-size: 14px;
		line-height: 16px;
	}
	#topics-1 .topics-1-text span {
		font-size: 16px;
		padding-right: 0px;
	}
	
	#topics-2 .topics-content .topics-content-title_dn {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	#topics-2 .topics-content .topics-content-text_dn {
		/*font-size: 14px;
		line-height: 14px;*/
	}
	#topics-2 .topics-content-text_dn {
		width: 60vw;
	}
	#topics-4 .topics-content-title_dn {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 2px;
		margin-bottom: 4px;
	}
	#topics-4 .topics-content-text_dn {
		font-size: 13px;
		line-height: 14px;
	}
	
	#topics-5 .topics-content-title_right {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 2px;
		margin-bottom: 4px;
	}
	/*#topics-5 .topics-pic {
		background-position: 70% 40% !important;
	}*/
	
	
	#topics-3 .topics-3-row:nth-child(odd),
	#topics-3 .topics-3-row:nth-child(even) {
		float: left;
		min-height: auto;
		max-width: 80vw;
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	#topics-2 {
		padding: calc(100vw * 0.65) 0 0;
	}
	#topics-0{
		padding: calc(175vw * 0.5) 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-0 .topics-0-char{
		background-position: right bottom;
		background-size: 125%;
	}
	#topics-0 .topics-0-title{
		margin-left: 2vw;
		width: 96vw;
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	#topics-0 .topics-0-text{
		margin-left: 2vw;
		width: 73vw;
		font-size: 13px;
		line-height: 14px;
	}
	#topics-0 .topics-0-cir{
		margin: 5px 0 0px 2vw !important;
	}
	#topics-0 .topics-0-cir div{
		width: calc(100% - 70px);
	}
	#topics-0 .topics-0-line{
		margin-left: calc(2vw + 22px);
	}
	#topics-0 .topics-0-line-end{
		margin-left: calc(2vw + 19.25px);
	}
	
	#topics-1 .topics-1-title .topics-1-title-col {
		font-size: 14px;
		line-height: 14px;
		padding-top: calc(12vw - 10px - 7px);
	}
	#topics-1 .topics-1-title .topics-1-title-col-2 {
		padding-top: calc(12vw - 10px - 14px);
	}
	
	#topics-2 {
		padding: calc(35vw * 1.5 + 75px) 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-2 .topics-pic {
		height: calc(35vw * 1.1 + 45px);
		width: 35vw;
	}
	#topics-2 .topics-content .topics-content-title_dn {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	#topics-2 .topics-content .topics-content-text_dn {
		font-size: 12px;
		line-height: 14px;
		margin-right: 0;
		
		/*transform: scale(.8);*/
		transform-origin: top left;
		
		margin-left: 35%;
	}
	
	#topics-5 {
		/*padding-top: calc(100vw * 0.65) !important;*/
		padding-top: auto;
	}
	#topics-5 .topics-pic {
		background-position: 70% 25px !important;
		-moz-transform: translateY(25px) !important;
		height: 225px;
	}
	#topics-5 .topics-content-title_right {
		width: 90vw;
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 2px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	#topics-5 .topics-content-text_right {
		width: 60vw;
		font-size: 12px;
		line-height: 13px;
		
		min-height: 70px;
		padding-top: 20px;
	}
	#topics-5 table {
		width: 90vw;
		border-radius: 3px;
	}
	#topics-5 td {
		font-size: 14px;
		line-height: 14px;
		padding: 2px;
	}
	#topics-5 td:first-child {
		font-size: 32px;
		line-height: 32px;
	}
	/*#topics-5 .topics-pic {
		background-position: 70% 40% !important;
	}
	#topics-5 .topics-pic {
		background-position: 70% 40% !important;
	}*/
	
	.topics-0-line-end,
	.topics-0-line {
		display: none;
	}
}
@media (max-width: 360px) {
	#topics-1 .topics-1-title .topics-1-title-col {
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
		padding-top: calc(12vw - 10px - 6px);
	}
	#topics-1 .topics-1-title .topics-1-title-col-2 {
		padding-top: calc(12vw - 10px - 12px);
	}
}


@media (max-width: 435px) {
	#topics-5 .topics-pic {
		background-position: 70% 40px !important;
	}
}