
.main-titles .btns {
	align-items: flex-end;
}



.viewport-home {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/top_bk1.jpg);
	background-size: 100% 400px;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: center 100px;
}
.bk-white {
	background-color: #ffffff;
}
.padding-about {
	padding-top: 40px;
	padding-bottom: 65px;
}
.padding-carousel {
	padding-bottom: 30px;
}
.ad1 img {
	width: 100%;
}
.ad1 .pc {
	display: block;
}
.ad1 .mobile {
	display: none;
}
.footer {
	margin-top: 0px;
}





@media screen and (max-width: 970px) {
.viewport-home {
	background-color: #ffffff;
	background-image: none;
}
.padding1 {
	padding-bottom: 30px;
}
.padding2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-about {
	padding-top: 0px;
	padding-bottom: 30px;
}
.padding-carousel {
	padding-bottom: 60px;
}
.ad1 {
	padding: 30px 0px 50px 0px;	
}	
.ad1 .pc {
	display: none;
}
.ad1 .mobile {
	display: block;
}
}
.title-type-m {
	display: none;
}



@media screen and (max-width: 970px) {
.title-type-m {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 60px;
}
.title-type-m h3 {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333333;
}
}




.mainplayer {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.mainplayer .nav {
	background-image: url(../images/home_tamenu.jpg);
	background-size: 100% 100%;
	display: flex;
	width: 100%;
	overflow-y: hidden;
	align-items: flex-start;
	z-index: 100;
}
.mainplayer .bknone {
	background: none;
}
.mainplayer .nav .range {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
}
.mainplayer .nav .items {
	display: flex;
	flex-wrap: nowrap;
	height: 60px;
	white-space: nowrap;
}
.mainplayer .nav .items a, .mainplayer .nav .items div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	border-bottom: 5px solid rgba(255,255,255,0);
	box-sizing: border-box;
	font-size: 1.25rem;
	color: rgba(255,255,255,0.7);
	cursor: pointer;
}
.mainplayer .nav .items .current {
	color: #ffffff;
	border-bottom: 5px solid #ffff00;
}
.mainplayer .nav .items .current a, 
.mainplayer .nav .items a:hover, 
.mainplayer .nav .items div:hover {
	color: #ffffff;
}
.mainplayer .nav .nav-more {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-wrap: nowrap;
}
.mainplayer .nav .btn {
	font-size: 1.5rem;
	color: #badefe;
	font-weight: bold;
	flex-grow: 0;
	flex-shrink: 0;
	width: 50px;
	height: 60px;
	cursor: pointer;
}
.mainplayer .nav .btn:hover {
	color: #ffffff;
}
.mainplayer .nav .btndisable, .mainplayer .nav .btndisable:hover {
	opacity: 0.3;
}
.mainplayer .playerbox-holder {
	display: flex;
	background-color: #ffffff;
}
.mainplayer .playerbox-holder .playlist {
	flex-grow: 0;
	flex-shrink: 0;
	width: 400px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.mainplayer .playerbox-holder .playlist .playlist-loader {
	padding: 0px 0px 0px 0px;
}
.mainplayer .playerbox-holder .playlist .tabs {
	margin-left: 20px;
	margin-right: 15px;
	height: 50px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.mainplayer .playerbox-holder .playlist .tabs div {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	color: #999999;
	display: flex;
	justify-content: center;
}
.mainplayer .playerbox-holder .playlist .tabs div:hover {
	color: #000000;
}
.mainplayer .playerbox-holder .playlist .tabs .current {
	color: #000000;
	border-bottom: 5px solid #00aaff;
	font-weight: 600;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile {
	display: none;
}
.mainplayer .playerbox-holder .playlist .list-box {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	visibility: hidden;
	position: absolute;
}
.mainplayer .playerbox-holder .playlist .list-range {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
}
.mainplayer .playerbox-holder .playlist .list-all {
	display: block;
}
.mainplayer .playerbox-holder .playlist .list-scroll {
	flex-grow: 0;
	flex-shrink: 0;
	width: 12px;
	background-color: #e5e5e5;
}
.mainplayer .playerbox-holder .playlist .list-drag {
	width: 100%;
	height: 100px;
	background-color: #cccccc;
}

.mainplayer .playerbox-holder .playlist .item-line {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	justify-content: center;		
	border-top: 1px solid #dddddd;	
	margin-top: 0.8rem;
}

.mainplayer .playerbox-holder .playlist .item-line span{
	color:#cccccc;
	background-color: #ffffff;	
	font-size: 0.875rem;
	font-weight: normal;	
	margin-top: -0.8rem;
	display: block;
	padding: 0px 5px 0px 5px;
	font-family: 'font2-regular';
}


.mainplayer .playerbox-holder .playlist .item-t {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
}
.mainplayer .playerbox-holder .playlist .item-t:nth-of-type(1) {
	padding-top: 10px;
	border-bottom: 1px solid #dddddd;
}

.mainplayer .playerbox-holder .playlist .item-t .time {
	color: #999999;
}
.mainplayer .playerbox-holder .playlist .item-t .time span {
	color: #999999;
	font-weight: bold;
	padding-right: 10px;
}
.mainplayer .playerbox-holder .playlist .item-t h3 {
	font-size: 0.875rem;
}
.mainplayer .playerbox-holder .playlist .item-t .type {
	font-size: 0.875rem;
	font-weight: 500;
	color: #32b7f2;	
	overflow: hidden;
	max-height: 1.25rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;		
}
.mainplayer-footer {
	background-image: url(../images/home_tamenu.jpg);
	background-size: 100% 100%;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	justify-content: flex-end;
}
.mainplayer-footer .tips {
	flex: 1;
	font-size: 0.9rem;
	color: #ffffff;	
}

.mainplayer-footer a {
	font-size: 0.9rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.mainplayer-footer a span {
	font-family: 'font1-bold';
	font-weight: bold;
	font-size: 0.8rem;
	color: #ffffff;
}
.mainplayer-footer a:hover {
	color: #32b7f2;
}

@media screen and (max-width: 970px) {
.mainplayer .nav {
	display: none;
}
.mainplayer .playerbox-holder {
	display: block;
}
.playerbox-container .playerbox {
	width: 100vw;
	height: calc(100vw/1.777);
}
.mainplayer .playerbox-holder .playlist {
	margin: 0px 15px 0px 15px;
	display: block;
	border-right: none;
}
.mainplayer .playerbox-holder .playlist .tabs {
	display: none;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0px;
	margin-top: 20px;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile a {
	color: #00aaff;
}
.mainplayer .playerbox-holder .playlist .item-line {
    margin-left: 0px;
    margin-right: 0px;
}
.mainplayer .playerbox-holder .playlist .item-t {
	border-left: 0px;
	margin: 0px;
}
.mainplayer .playerbox-holder .playlist {
	width: auto;
}
.mainplayer .playerbox-holder .playlist .list-box {
	position: relative;
	visibility: visible;
	max-height: 400px;
	overflow: hidden;
	margin-right: 0px;
}
.mainplayer .playerbox-holder .playlist .list-range {
	overflow: visible;
}
.mainplayer .playerbox-holder .playlist .list-scroll {
	display: none;
}
.mainplayer-footer {
	display: none;
	padding: 10px 15px 10px 15px;
	justify-content: center;
	flex-direction: column;
}
.mainplayer-footer .tips {
	font-size: 1rem;
	justify-content: flex-start;
	margin-right: 0px;
	margin-bottom: 15px;
}
.mainplayer-footer a {
	font-size: 1rem;
	margin-bottom: 15px;
}
}



.gallery {
	position: relative;
}
.gallery .notes {
	font-size: 1.125rem;
	font-weight: normal;
	margin-bottom: 10px;
	display: flex;
}
.gallery .navbar-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.gallery .navbar-box .nav{
	flex: 1;
}
.gallery .navbar-box .more{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.gallery .nav {
	background-size: 100% 100%;
	display: flex;
	height: 30px;
	width: 100%;
	overflow-y: hidden;
	position: relative;
	
}
.gallery .nav .range {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
}
.gallery .nav .items {
	display: flex;
	flex-wrap: nowrap;
	height: 40px;
}
.gallery .nav .items div, .gallery .nav .items a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 5px solid transprent;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	color: #666666;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #dddddd;
	margin-right: 10px;
	background-color: #ffffff;
	white-space: nowrap;
}
.gallery .nav .items .current, 
.gallery .nav .items .current:hover {
	background-color: #00aaff;
	color: #ffffff;
}
.gallery .nav .items div:hover, 
.gallery .nav .items a:hover {
	color: #00aaff;
}
.gallery .nav .nav-more {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-wrap: nowrap;
	padding-left: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/nav-g-morebk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery .nav .btn {
	font-size: 1.3rem;
	color: #00aaff;
	font-weight: bold;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
.gallery .nav .btn:hover {
	color: #000000;
}
.gallery .nav .btndisable {
	color: #999999;
}
.gallery .nav .nav-more .more {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-left: 20px;
	background-color: #f5f5f5;
}



.gallery .picnews1 {
	position: relative;
}
.gallery .picnews1 .range {
	overflow: hidden;
	position: relative;
}
.gallery .picnews1 .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .picnews1 .item {
	width: 100%;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
}



.gallery .picnews1 .item .vbox {
	width: calc(25% - 15px);
}
.gallery .picnews1 .item .vbox:hover {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
}
.gallery .picnews1 .item .vbox .contents {
}
.gallery .picnews1 .item .vbox .simage {
	width: 100%;
	height: auto;
}
.gallery .picnews1 .item .vbox:nth-of-type(4n+4) {
	margin-right: 0px;
}
.gallery .picnews1 .item .vbox:nth-last-of-type(1), 
.gallery .picnews1 .item .vbox:nth-last-of-type(2), 
.gallery .picnews1 .item .vbox:nth-last-of-type(3), 
.gallery .picnews1 .item .vbox:nth-last-of-type(4) {
	margin-bottom: 0px;
}




.gallery .picnews2 {
	position: relative;
}
.gallery .picnews2 .range {
	overflow: hidden;
	position: relative;
}
.gallery .picnews2 .range .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .picnews2 .range .item {
	width: 100%;
	flex-wrap: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
.gallery .picnews2 .item .row1 {
	display: flex;
	margin-bottom: 6px;
}
.gallery .picnews2 .item .row2 {
	display: flex;
}
.gallery .picnews2 .item .row1 .vbox {
	margin-bottom: 0px;
	margin-right: 6px;
	width: 50%;
	flex: 1;
}
.gallery .picnews2 .item .row1 .vbox:last-of-type, 
.gallery .picnews2 .item .row2 .vbox:last-of-type {
	margin-right: 0px;
}
.gallery .picnews2 .item .vbox .typea {
	font-size: 0.875rem;
	font-family: 'font2-medium';
	font-weight: 500;
	position: absolute;
	left: 20px;
	top: 20px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #00aaff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	z-index: 55;
}
.gallery .picnews2 .item .row2 .vbox .typea {
	left: 10px;
	top: 10px;
}
.gallery .picnews2 .item .info {
	padding: 20px 20px 15px 20px;
	align-items: flex-start;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0.7));	
}
.gallery .picnews2 .item .row2 .info {
	padding: 12px 15px 15px 15px;
}
.gallery .picnews2 .item .row1 .vbox .info .type {
	position: static;
	margin-bottom: 15px;
}
.gallery .picnews2 .item .vbox .info h3 a {
	width: 100%;
	color: #ffffff;
}
.gallery .picnews2 .item .vbox .info .more {
	color: #ffffff;
	font-size: 0.875rem;
}
.gallery .picnews2 .item .vbox .titles {
	display: none;
}
.gallery .picnews2 .item .vbox .info .time {
	display: none;
}
.gallery .picnews2 .item .row1 .vbox .info h3 {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.5rem;
	overflow: hidden;
	max-height: 3rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gallery .picnews2 .item .row2 {
	display: flex;
}
.gallery .picnews2 .item .row2 .vbox {
	width: 25%;
	margin-right: 6px;
	margin-bottom: 0px;
}
.gallery .picnews2 .item .row2 .vbox .info h3 {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25rem;
	overflow: hidden;
	max-height: 1.25rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.gallery .picnews2 .item .row2 .vbox .info .more {
}




.gallery .polulars {
	display: flex;
}
.gallery .polulars .left {
	flex: 1;
	margin-right: 30px;
}
.gallery .polulars .left .range {
	flex: 1;
}
.gallery .polulars .row1 {
	margin-bottom: 20px;
}
.gallery .polulars .row1 .vbox {
	margin-right: 0px;
	margin-bottom: 0px;
}
.gallery .polulars .row1 .info {
	padding: 20px 20px 15px 20px;
	align-items: flex-start;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0.7));
}
.gallery .polulars .row1 .vbox .info .typea {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	color: #ffffff;
	border-radius: 3px;
	background-color: #00aaff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	z-index: 55;
}
.gallery .polulars .row1 .vbox .info .length {
	display: none;
}
.gallery .polulars .row1 .vbox .info .type {
	position: static;
	margin-bottom: 15px;
}
.gallery .polulars .row1 .vbox .info h3 {
	width: 100%;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.5rem;
	max-height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gallery .polulars .row1 .vbox .info .more {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	padding-top: 10px;
	color: #ffffff;
}
.gallery .polulars .row1 .vbox .info .more span {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	color: #ffffff;
}
.gallery .polulars .row1 .vbox .titles {
	display: none;
}
.gallery .polulars .row1 .vbox .info .time {
	display: none;
}
.gallery .polulars .row2 {
	display: flex;
}
.gallery .polulars .row2 .vbox {
	width: 33.33%;
	margin-right: 15px;
	margin-bottom: 0px;
	border: none;
}
.gallery .polulars .row2 .vbox:nth-of-type(3) {
	margin-right: 0px;
}
.gallery .polulars .row2 .vbox .titles {
	padding: 15px 0px 0px 0px;
}

@media screen and (max-width: 970px) {
.gallery .polulars {
	flex-direction: column;
}
.gallery .polulars .left {
	display: block;
	width: 100%;
	margin-right: 0px;
	flex: 0;
}
.gallery .polulars .left .range {
	display: block;
}
.gallery .polulars .left .range .row1 {
	margin-bottom: 20px;
}
.gallery .polulars .left .range .row2 {
	display: block;
}
}





.polulars-list {
	flex-grow: 0;
	flex-shrink: 0;
	width: 500px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.polulars-list .tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}
.polulars-list .tabs div {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	font-size: 1rem;
	cursor: pointer;
	color: #999999;
	flex: 1;
	display: flex;
	justify-content: center;
	font-weight: 500;
}
.polulars-list .tabs div:hover {
	color: #000000;
}
.polulars-list .tabs .current {
	color: #000000;
	border-bottom: 5px solid #00aaff;
}


.polulars-list .list-boxp {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	box-sizing: border-box;
	visibility: hidden;
}
.polulars-list .list-boxp .list-range {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	margin-right: 15px;
}
.polulars-list .list-boxp .list-all {
}
.polulars-list .list-boxp .list-scroll {
	flex-grow: 0;
	flex-shrink: 0;
	width: 10px;
	background-color: #e5e5e5;
	border-radius: 10px;
}
.polulars-list .list-boxp .list-drag {
	width: 100%;
	height: 100px;
	background-color: #cccccc;
	border-radius: 10px;
}
.polulars-list .item-p:last-of-type {
	border-bottom: none;
}
.polulars-list .item-p {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
}
.polulars-list .vbox {
	border: none;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 16px;
}
.polulars-list .vbox .contents {
	flex-direction: row;
}
.polulars-list .vbox .simage {
	width: 160px;
	height: 90px;
	margin-top: 10px;
	flex-shrink: 0;
}
.polulars-list .vbox .contents .titles {
	padding: 10px 0px 0px 15px;
}
.polulars-list .vbox .contents .titles h3 a {
}


@media screen and (max-width: 970px) {

.polulars-list {
	display: block;
	width: 100%;
	padding: 0px;
	border: none;
}
.polulars-list .tabs {
	display: none;
}
.polulars-list .list-boxp {
	display: block;
	position: relative;
	visibility: visible;
	height: 600px;
	overflow: hidden;
}
.polulars-list .list-boxp .list-range {
	margin-right: 0px;
}
.polulars-list .list-boxp .list-all {
}
.polulars-list .list-boxp .list-scroll {
	display: none;
}
.polulars-list .item-p:last-of-type {
	border-bottom: none;
}
.polulars-list .item-p {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
}
.polulars-list .vbox:last-of-type {
	border-bottom: none;
}
}	






.gallery .mustknow .range {
	overflow: hidden;
	position: relative;
}
.gallery .mustknow .range .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .mustknow .item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
.gallery .mustknow .left {
    width: 780px;
	display: flex;	
	flex-grow: 1;
	flex-shrink: 1;
	margin-right: 15px;
}
.gallery .mustknow .right {
	width: 452px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-direction: column;
	justify-content: space-between;
}
.gallery .mustknow .vbox {
	flex-grow: 1;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.gallery .mustknow .vbox .simage a:hover, 
.gallery .mustknow .vbox:hover .simage a {
	background-size: 0px 0px;
	border-bottom: 7px solid #00aaff;
	background-position: center center;
}
.gallery .mustknow .left .vbox .titles {
	padding: 30px;
}
.gallery .mustknow .left .vbox h3 {
	flex: 0;
}
.gallery .mustknow .left .vbox h3 a {
	font-size: 1.75rem;
	line-height: 2.6rem;
	font-weight: 600;
	overflow: hidden;
	max-height: 2.6rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.gallery .mustknow .left .vbox .simage {
	flex-shrink: 1;
	display: flex;
}
.gallery .mustknow .left .vbox .contents {
    flex-direction:row;
}
.gallery .mustknow .left .vbox .time-pc {
	flex: 1;
}
.gallery .mustknow .left .vbox .titles .more span {
	font-family: 'font1-bold';
	font-weight: bold;
}
.gallery .mustknow .left .vbox .abstract {
	font-family: 'font2-medium';	
	font-weight: 500;
	overflow: hidden;
	max-height: 4.5rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.gallery .mustknow .right .vbox {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gallery .mustknow .right .vbox:hover {
}
.gallery .mustknow .right .vbox .contents {
	flex-direction: row;
}
.gallery .mustknow .right .vbox:last-of-type {
	margin-bottom: 0px;
}
.gallery .mustknow .right .vbox:hover, 
.gallery .mustknow .right .vbox:hover h3 a, 
.gallery .mustknow .right .vbox:hover .type, 
.gallery .mustknow .right .vbox:hover .more {
	background-color: #00aaff;
	color: #ffffff;
}
.gallery .mustknow .right .vbox .simage {
	flex-shrink: 1;
	display: flex;
}
.gallery .mustknow .right .vbox .titles {
	padding: 17px 20px 17px 20px;
	flex: 1;
}
.gallery .mustknow .right .vbox .titles .type {
	margin-bottom: 7px;
}
.gallery .mustknow .right .vbox .titles h3 a {
	margin-bottom: 0px;
}
.gallery .mustknow .right .vbox .titles h3 a:hover {
	color: #ffffff;
}
.gallery .mustknow .right .vbox .titles .more:before {
	margin-top: 2px;
}
.gallery .mustknow .right .vbox .titles .more span {
	font-family: 'font1-bold';
	font-weight: bold;
}

@media screen and (max-width: 970px) {

.gallery .mustknow {
	height: 600px;
	overflow: hidden;
}
.gallery .mustknow .range .items, 
.gallery .mustknow .item, 
.gallery .mustknow .left, 
.gallery .mustknow .right {
	display: block;
	width: auto;
	margin: 0px;
}
.gallery .mustknow .right .vbox .titles {
	flex: 1;
	display: flex;
	padding: 0px 0px 0px 15px;
}	
.gallery .mustknow .right .vbox .titles .more {
	display: none;
}	
.gallery .mustknow .left .vbox .simage {
	width: auto;
}
.gallery .mustknow .left .vbox .titles {
	padding: 5px 0px 0px 0px;
}
.gallery .mustknow .vbox .contents {
	flex-direction: column;
}
}	






.heartline {
}
.heartline .firstimg {
}
.heartline .firstimg img {
	width: 100%;
}
.heartline .btn-hline-pc {
	display: block;
}
.heartline .btn-hline-mobile {
	display: none;
}
.heartline .items {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 150px;
	padding-right: 150px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 200px;
	overflow: hidden;
}
.heartline .range {
	width: 100%;
}
.heartline .items .item {
	flex-shrink: 0;
	display: flex;
	margin-bottom: 40px;
	width: 100%;
}
.heartline .items .item .flag {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #cccccc;
	margin-right: 50px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.heartline .items .item .flag img {
	height: 100%;
	width: auto;
	max-width: none;
}
.heartline .items .item .texts {
	flex-grow: 1;
}
.heartline .items .item .texts .name {
	margin-bottom: 10px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 500;
}
.heartline .items .item .texts .words {
	color: #999999;
	font-size: 0.875rem;
}
.heartline .items .more {
	color: #666666;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 50px;
	position: absolute;
}
.heartline .items .more:hover {
	background-color: #eeeeee;
}
.heartline-more {
	display: block;
}
.heartline-more span {
	width: 40px;
	height: 40px;
	color: #999999;
	align-items: center;
	min-width: 0px;
	padding: 0px;
	cursor: pointer;
	margin-bottom: 20px;
}
.heartline-more span:hover {
	background-color: #eeeeee;
}

@media screen and (max-width: 1300px) {
.heartline {
	margin-top: 35px;	
}
}
@media screen and (max-width: 970px) {
.heartline .btn-hline-pc {
	display: none;
}
.heartline .btn-hline-mobile {
	display: block;
}
.heartline .items {
	padding: 25px 15px 15px 15px;
	border-bottom: none;
}
.heartline .items .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.heartline .items .item .flag {
	margin-right: 15px;
}
}




.aboutm {
}
.aboutm .barsbk {
	background-image: url(../images/aboutm/barbk.jpg);
	background-size: 100% 100%;
}
.aboutm .bars {
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutm .bars h2 {
	font-size: 2rem;
	color: #ffffff;
	flex: 1;
	line-height: 2rem;
}
.lang-ch .aboutm .bars h2, .lang-gb .aboutm .bars h2 {
	font-weight: 500;
}
.aboutm .bars .types {
	display: flex;
	align-items: center;
}
.aboutm .bars .types div {
	color: #ffffff;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
	line-height: 1rem;
	cursor: pointer;
	font-size: 1.2rem;
}
.aboutm .bars .types div:last-of-type {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.aboutm .bars .types .current, 
.aboutm .bars .types div:hover {
	color: #00ccff;
}


.aboutm-container {
	display: flex;
	flex-direction: column;
}
.aboutm-videos {
}
.aboutm-videos .first {
	margin-bottom: 20px;
	padding: 45px 105px 45px 105px;
	background-size: cover;
}
.aboutm-videos .first img {
	width: 100%;
	height: auto;
}
.aboutm-videos .moreitems {
	display: flex;
}
.aboutm-videos .moreitems .left {
	flex: 1;
	margin-right: 50px;
}
.aboutm-videos .moreitems .left h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.aboutm-videos .moreitems .left .abstract {
	color: #999999;
	font-size: 0.875rem;
	margin-bottom: 22px;
	overflow: hidden;
	max-height: 3.937rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.aboutm-videos .moreitems .left .more {
	color: #ffffff;
	font-size: 0.875rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #00aaff;
}
.aboutm-videos .moreitems .left .more:hover {
	background-color: #00ccff;
}
.aboutm-videos .moreitems .right {
	width: 50%;
	display: flex;
}
.aboutm-videos .moreitems .right .vbox {
	width: 150px;
	margin-right: 15px;
	border: none;
	flex: 1;
}
.aboutm-videos .moreitems .right .vbox:last-of-type {
	margin-right: 0px;
}
.aboutm-videos .moreitems .right .vbox .titles {
	padding: 5px 0px 0px 0px;
}
.aboutm-videos .moreitems .right .vbox .titles h3 {
	font-size: 1rem;
}



@media screen and (max-width: 970px) {
.aboutm {
}
.aboutm .bars {
	padding: 20px 15px 20px 15px;
	flex-direction: column;
	align-items: center;
}
.aboutm .bars h2 {
	font-size: 1.1rem;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.aboutm-videos .moreitems {
	display: block;
}
.aboutm-videos .moreitems .left {
	margin: 0px;
	padding: 0px 15px 15px 15px;
}
.aboutm-videos .moreitems .right {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
}




.aboutm-pics {
}
.aboutm-pics .pics {
	margin-bottom: 40px;
}
.aboutm-pics .pics .pics-cover {
	padding: 45px 105px 45px 105px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	width: calc(100% - 210px);
	height: 490px;
	z-index: 1;
}
.aboutm-pics .pics .pics-cover img {
	width: auto;
	height: 100%;
	max-width: none;
}
.aboutm-pics .pics .coverbk-artw {
	background-image: url(../images/aboutm/artw_coverbk.jpg);
	background-size: cover;
}
.aboutm-pics .pics .pics-range {
	overflow: hidden;
	position: relative;
}
.aboutm-pics .pics .pics-items {
	display: flex;
}
.aboutm-pics .pics .pics-item {
	position: relative;
	width: 100%;
	flex-shrink: 0;
}
.aboutm-pics .pics .pics-item .range {
	overflow: hidden;
}
.aboutm-pics .pics .pics-item .range .items {
	position: relative;
}
.aboutm-pics .pics .pics-item .range .item {
	left: 0px;
	top: 0px;
	height: 490px;
	width: calc(100% - 210px);
	padding: 45px 105px 45px 105px;
	flex-flow: 0;
	flex-shrink: 0;
	background-size: cover;
}
.aboutm-pics .pics .pics-item .range .item-wimg {
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg {
	position: relative;
	max-height: 490px;
	overflow: hidden;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg img {
	width: 100%;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles {
	font-weight: normal;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 35px 15px 15px;
	box-sizing: border-box;
	display: flex;
	margin-left: 0px;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles h3 {
	color: #ffffff;
	font-size: 1rem;
	margin-bottom: 0px;
}
.aboutm-pics .pics .pics-item .range .item .bgcolor {
	background-color: rgba(255,255,255,0.5);
	padding: 45px 55px 45px 55px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
}
.aboutm-pics .pics .pics-item .range .item .simage {
	min-width: 350px;
	flex-shrink: 0;
	text-align: right;
}
.aboutm-pics .pics .pics-item .range .item .simage img {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	max-width: 430px;
	max-height: 400px;
}
.aboutm-pics .pics .pics-item .range .item .titles {
	flex: 1;
	margin-left: 50px;
}
.aboutm-pics .pics .pics-item .range .item .titles .type {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.aboutm-pics .pics .pics-item .range .item .titles h3 {
	font-size: 1.7rem;
	line-height: 2rem;
	margin-bottom: 15px;
}
.aboutm-pics .pics .pics-item .range .item .titles .abstract {
	margin-bottom: 30px;
}
.aboutm-pics .pics .pics-item .range .item .titles .btns {
	display: flex;
	align-items: center;
}
.aboutm-pics .pics .pics-item .range .item .titles .more {
	flex: 1;
}
.aboutm-pics .pics .pics-item .range .item .titles .more a {
	font-size: 1rem;
	display: inline-block;
	background-color: rgba(255,255,255,1);
	padding: 5px 30px 5px 30px;
}
.aboutm-pics .pics .pics-item .range .item .titles .more a:hover {
	background-color: rgba(0,0,0,0.1);
}
.aboutm-pics .pics .pics-item .share {
	display: flex;
}
.aboutm-pics .pics .pics-item .share .ico-share{
	display: none;
}
.aboutm-pics .pics .pics-item .share span {
	display: none;
}
.aboutm-pics .pics .pics-item .share a {
	color: rgba(0,0,0,0.5);
	margin-right: 10px;
}
.aboutm-pics .pics .pics-item .share a:hover {
	color: rgba(0,0,0,1);
}
.aboutm-pics .pics .pics-item .share a:before {
	font-size: 1.5rem;
}
.aboutm-pics .pics .pics-item .wimg .share {
	display: flex;
	align-items: flex-end;
}
.aboutm-pics .pics .pics-item .wimg .share span {
	display: none;
}
.aboutm-pics .pics .pics-item .wimg .share a {
	color: rgba(255,255,255,0.5);
	margin-right: 10px;
}
.aboutm-pics .pics .pics-item .wimg .share a:hover {
	color: rgba(255,255,255,1);
}
.aboutm-pics .pics .pics-item .wimg .share a:before {
}
.aboutm-pics .pics .pics-item .nav {
	position: absolute;
	z-index: 60;
	right: 12px;
	top: 55px;
	width: 80px;
	display: flex;
	flex-direction: column;
	height: 490px;
}
.aboutm-pics .pics .pics-item .nav .point {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .point div {
	background-color: rgba(255,255,255,0.4);
	border-radius: 50px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-bottom: 10px;
	flex-flow: 0;
}
.aboutm-pics .pics .pics-item .nav .point .current, 
.aboutm-pics .pics .pics-item .nav .point div:hover {
	background-color: rgba(255,255,255,1);
}
.aboutm-pics .pics .pics-item .nav .page {
	display: flex;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .page .left, 
.aboutm-pics .pics .pics-item .nav .page .right {
	color: rgba(255,255,255,1);
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .page .left:hover, 
.aboutm-pics .pics .pics-item .nav .page .right:hover {
	color: rgba(0,0,0,0.2);
}
.aboutm-pics .pics .pics-item .nav .page .left:before, 
.aboutm-pics .pics .pics-item .nav .page .right:before {
	font-size: 2rem;
}
.aboutm-pics .pics-nav {
}
.aboutm-pics .pics-nav .range {
	position: relative;
	overflow: hidden;
}
.aboutm-pics .pics-nav .range .items {
	display: flex;
}
.aboutm-pics .pics-nav .range .items .item {
	margin-right: 30px;
	flex-shrink: 0;
	width: 183.6px;
	cursor: pointer;
}
.aboutm-pics .pics-nav .range .items .item:last-of-type {
	margin-right: 0px;
}
.aboutm-pics .pics-nav .range .items .item .boxborder {
	border: 1px solid #eeeeee;
	font-size: 0px;
	margin-bottom: 5px;
}
.aboutm-pics .pics-nav .range .items .item img {
	box-sizing: border-box;
}
.aboutm-pics .pics-nav .range .items .current .boxborder, 
.aboutm-pics .pics-nav .range .items .item:hover .boxborder {
	margin-bottom: 0px;
}
.aboutm-pics .pics-nav .range .items .current img, 
.aboutm-pics .pics-nav .range .items .item:hover img {
	border-bottom: 5px solid #00aaff;
}
.aboutm-pics .pics-nav .range .items .item h3 {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	font-weight: normal;
}

@media screen and (max-width: 1300px) {
	
.aboutm-videos .moreitems .left h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}	
.aboutm-videos .first {
	padding: 25px 90px 25px 90px;
}
.aboutm-pics .pics .pics-cover {
	padding: 25px 45px 25px 45px;
	width: calc(100% - 90px);
}
.aboutm-pics .pics .pics-item .share a{
	display: none;
}	
.aboutm-pics .pics .pics-item .share .ico-share{
	display: block;
}
.aboutm-pics .pics .pics-item .share .ico-share:before{
	font-size: 1rem;
}	
.aboutm-pics .pics .pics-item .range .item {
	padding: 25px 90px 25px 90px;
	width: calc(100% - 180px);
}
.aboutm-pics .pics .pics-item .nav {
	right: 10px;
	top: 25px;
}
}


@media screen and (max-width: 970px) {
.aboutm-videos .first {
	padding: 0px;
	background-size: 0px 0px;
	display: flex;
	align-items: flex-start;
}
.aboutm-pics .pics .pics-cover {
	display: none;
}
.aboutm .bars .types {
	display: none;
}
.aboutm-container {
	display: block;
}
.aboutm-pics .pics {
	margin-bottom: 0px;
	position: relative;
	height: 600px;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
}
.aboutm-pics .pics .pics-items {
	display: block;
}
.aboutm-pics .pics .pics-item .range .item {
	padding: 0px;
	width: 100%;
	height: auto;
	background-size: 0px 0px;
}
.aboutm-pics .pics .pics-item .range .item .bgcolor {	
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	height: auto;
	align-items: flex-start;
	padding: 15px 0px 15px 0px;	
}
.aboutm-pics .pics .pics-item .range .item .simage {
	padding: 0px;
	width: 150px;
	min-width: 0px;
}
.aboutm-pics .pics .pics-item .range .item .simage a {
	font-size: 0px;
}
.aboutm-pics .pics .pics-item .range .item .simage img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	max-width: 100%;
	min-height: 0px;
}
.aboutm-pics .pics .pics-item .range .item .titles {
	margin-left: 15px;
	padding-top: 0px;
}
.aboutm-pics .pics .pics-item .range .item .titles .type {
	font-size: 0.875rem;
	color:#999999;
}
.aboutm-pics .pics .pics-item .range .item .titles h3 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.aboutm-pics .pics .pics-item .range .item .titles .abstract {
	margin-bottom: 20px;
    color: #999999;
    font-size: 0.875rem;
    overflow: hidden;
    max-height: 13.125rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.aboutm-pics .pics .pics-item .nav {
	display: none;
}
.aboutm-pics .pics .pics-item .range .item .titles .more {
	display: none;
}
.aboutm-pics .pics-nav {
	display: none;
}
	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg{
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
}
.aboutm-pics .pics .pics-item .range .wimg a {
	order: 1;
	font-size: 0px;
}
	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles {
	position: static;
	background-color: #ffffff;
	order: 1;
    padding: 15px 0px 15px 0px;
}	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles h3 {	
	color: #333333;
	display: block;
	position: static;
	padding: 0px;
}
.aboutm-pics .pics .pics-item .wimg .share a {
    color: rgba(0,0,0,0.5);
}
}
	

	
@media screen and (max-width: 970px) {	
	
.gallery {
	margin-left: 15px;
	margin-right: 15px;
}
.gallery .navbar-box {
	display: none;
}
.gallery .nav {
	display: none;	
}
	
.gallery .picnews1 {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.gallery .picnews1 .range {
	overflow: visible;
}
.gallery .picnews1 .items {
	display: block;
}
.gallery .picnews1 .item {
	display: flex;
	position: static;
	flex-direction: column;
}
.gallery .picnews1 .item .vbox:hover {
	padding: 12px 0px 15px 0px;
	margin: 0px;
}	
	
.gallery .picnews1 .item:nth-of-type(1) {
	position: static;
	visibility: visible;
}
.gallery .picnews1 .item .carbox {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
}
	
	
.gallery .picnews2 {
	height: 600px;
	overflow: hidden;
}
.gallery .picnews2 .range .item {
	flex-direction: column;
}
.gallery .picnews2 .item .row1 {
	width: 100%;
	flex-direction: column;
}
.gallery .picnews2 .item .row2 {
	width: 100%;
	flex-direction: column;
}

	
	
	
/********************************/	
	
	
.gallery .picnews1 .item .vbox, 
.gallery .picnews2 .item .row1 .vbox, 
.gallery .picnews2 .item .row2 .vbox, 
.gallery .polulars .row2 .vbox, 
.polulars-list .vbox, 
.gallery .mustknow .vbox, 
.gallery .mustknow .right .vbox, 
.aboutm .moreitems .right .vbox {
	display: block;
	width: auto;
	margin: 0px;
	padding: 12px 0px 15px 0px;
	justify-content: space-between;
	border: none;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	box-sizing: border-box;
}		
.gallery .picnews1 .item .vbox .simage, 	
.polulars-list .vbox .simage {
	width: 150px;
	height: auto;
	margin: 0px;
}	
.gallery .mustknow .right .vbox .simage {
	width: auto;
	height: auto;
	margin: 0px;
}	
.gallery .mustknow .left .vbox h3 a {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	overflow: hidden;
	max-height: 6rem;
	-webkit-line-clamp: 4;
}
.gallery .polulars .vbox .info, 
.gallery .picnews2 .item .info, 
.gallery .picnews2 .item .row2 .info {
	padding: 0px;
	background: transparent;
	justify-content: flex-end;
	align-items: flex-end;
}
.gallery .polulars .vbox .info .typea, 
.gallery .picnews2 .item .vbox .typea {
	display: none;
}
.gallery .polulars .row1 .vbox .info .length {
	display: block;
}
.gallery .polulars .row1 .vbox .info h3, 
.gallery .picnews2 .item .row1 .vbox .info h3, 
.gallery .picnews2 .item .row2 .vbox .info h3 {
	display: none;
}
.gallery .polulars .row1 .vbox .info .more, 
.gallery .picnews2 .item .row1 .vbox .info .more, 
.gallery .picnews2 .item .row2 .vbox .info .more {
	display: none;
}
.gallery .polulars .row1 .vbox .titles, 
.gallery .picnews2 .item .vbox .titles, 
.gallery .polulars .row2 .vbox .titles, 
.aboutm .moreitems .right .vbox .titles {
	flex: 1;
	display: flex;
	padding: 0px 0px 0px 15px;
}
}



/*****************************/

.lang-bg .mainplayer .playerbox-holder .playlist .tabs div{
	font-size: 0.9rem;
}
.lang-te .mainplayer .playerbox-holder .playlist .tabs div,
.lang-es .mainplayer .playerbox-holder .playlist .tabs div,
.lang-mn .mainplayer .playerbox-holder .playlist .tabs div,
.lang-ru .mainplayer .playerbox-holder .playlist .tabs div,
.lang-bg .mainplayer .playerbox-holder .playlist .tabs div,
.lang-hu .mainplayer .playerbox-holder .playlist .tabs div,
.lang-vn .mainplayer .playerbox-holder .playlist .tabs div,
.lang-fr .mainplayer .playerbox-holder .playlist .tabs div {
	padding-left: 0px;
	padding-right: 0px;	
}

.lang-kr .mainplayer .playerbox-holder .playlist .tabs div,
.lang-jp .mainplayer .playerbox-holder .playlist .tabs div,
.lang-ch .mainplayer .playerbox-holder .playlist .tabs div,
.lang-gb .mainplayer .playerbox-holder .playlist .tabs div{
	width: 33%;
}



.lang-fa .mainplayer .playerbox-holder .playlist .tabs div,
.lang-th .mainplayer .playerbox-holder .playlist .tabs div {
	min-width: 25%;
}
.lang-pl .mainplayer .playerbox-holder .playlist .tabs,
.lang-mn .mainplayer .playerbox-holder .playlist .tabs {
	height: 72px;
}
.lang-mn .mainplayer .playerbox-holder .playlist .tabs div {
    line-height: 1.2;
	text-align: center;
}
.lang-kr .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-jp .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-ch .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-gb .mainplayer .playerbox-holder .playlist .item-t h3 {
	font-size: 1rem;
}
.lang-jp .mainplayer .playerbox-holder .playlist .item-line span,
.lang-kr .mainplayer .playerbox-holder .playlist .item-line span,
.lang-gb .mainplayer .playerbox-holder .playlist .item-line span,
.lang-ch .mainplayer .playerbox-holder .playlist .item-line span{
	letter-spacing: 0.3rem;
}

/********************/
.lang-fa .heartline .items .item .texts .words,
.lang-fa .heartline .items .item .texts .name,

.lang-ar .heartline .items .item .texts .words,
.lang-ar .heartline .items .item .texts .name{
	direction: rtl;
}