/* Copyright (c) 2016 LG CNS UXTEAM joohyung lee*/
/* story_page style--------------------- */
.story .board_dic {
  position: relative;
}
.story .board_dic .category_box + .category_box {
	margin-left:-1px;
}
.story .board_dic .image_wrap {
  width: 300px;
  height: 200px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  background-size: cover;
  background-position: center 35%;
  background-color: #f1f1f1;
}
.story .board_dic.column .image_wrap {
	display:none;
}
.story .board_dic.column .txt_wrap {
	padding-left:0;
	height:auto;
}
.story .board_dic.TV .image_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../images/bg_grey.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.story .board_dic.TV .image_wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  content: "\e81d";
  font-family: lgsports_icon;
  color: #fff;
  margin: auto;
  font-size: 60px;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.story .board_dic .txt_wrap {
  padding-left: 320px;
  height: 200px;
}
.story .board_dic .txt_wrap .photo_area {
  position: absolute;
  bottom: 20px;
}

.story .board_dic .txt_wrap .photo_area ul {
}

.story .board_dic .txt_wrap .photo_area ul li {
  width: 115px;
  height: 95px;
  overflow: hidden;
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  background-size: cover;
  background-position: center top;
  background-color: #f1f1f1;
}

.story .board_dic .txt_wrap .photo_area ul li:last-child {
  margin: 0;
}

.story .board_dic .txt_wrap .photo_area ul li.more_photo {
  background-color: #f2f2f2;
  text-align: center;
  padding: 22px 0;
}

.story .board_dic .txt_wrap .photo_area ul li.more_photo:before {
  content: "\e81e";
  font-family: lgsports_icon;
  display: block;
  font-size: 25px;
  color: #aaa;
  margin-bottom: 10px;
}

.story .board_dic .txt_wrap .photo_area ul li.more_photo span {
}

.story .board_dic .txt_wrap .photo_area ul li img {
  width: 100%;
  min-height: 100%;
}

.story .board_dic .txt_wrap .title {
  display: block;
  padding: 0;
}

.story .board_dic .txt_wrap .title h3 {white-space: normal;line-height: 32px;}
/* news_page style--------------------- */

.news .board_dic .image_wrap {
  width: 200px;
  height: 140px;
  overflow: hidden;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-size: cover;
  background-position: center top;
  margin-right: 20px;
  background-color: #eee;
}
.news .board_dic .txt_wrap {
  /* padding-left: 230px; */
}

.news .board_dic .txt_wrap .date {
  margin-top: 10px;
  color: #aaa;
  font-size: 14px;
}

.news .board_dic .txt_wrap .title {
  padding: 0;
}
.news .board_dic .title h3.linkout:after {
	content:"\e851";
	font-family:lgsports_icon;
	font-size:12px;
	color:#888;
	margin-left:6px;
}
/* notice-event_page style--------------------- */
.notice .board_dic .likeComment {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}

.notice .board_dic .title {
  padding: 0;
  /* display: table; */
}

.notice .board_dic .title h3 {
  font-size: 20px;
  margin-left: 80px;
}

.notice .board_dic .date {
  color: #aaa;
  font-size: 14px;
  margin-left: 80px;
  display: inline-block;
}
.notice .board_dic .title .category_box {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  line-height: 18px;
  display: table;
  top: -4px;
  padding: 0px;
}
.notice .board_dic .title .category_box span {
	display:table-cell;
	vertical-align: middle;
	max-width: 60px;
	color: #555;
	white-space: normal;
	word-break: normal;
	padding: 0 5px;
}
.notice .board_dic span.status {
  position:absolute;
  right: 25px;
  top: 32px;
}
.notice .board_dic span.status a.bCancel {
	position:absolute;
	left:-100%;
	font-size:14px;
	color:#4f8bc7;
	top:0;
	padding:5px;
	text-decoration:underline;
}
.notice .board_dic.event .title {
	margin-right:150px;
}
.notice .board_dic.event .title .category_box {
	border-color: #009685;
}
.notice .board_dic.event .title .category_box span {
	color: #009685;
	white-space: initial;
}
.notice .board_dic.fixed {
	background-color:#fffff2;
}
.event .date span {
  color:#888;
  font-size:14px;
}
.event .date span b {
	padding: 3px 5px;
	margin-right:10px;
	font-weight:100;
	color:#555;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.event .detail_header {
	background-color:#555;
	text-align:center;
	background-size: cover;
}
.event .detail_header:after {
	position:absolute;
	top:0; bottom:0; right:0; left:0;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:1;
}
.event .detail_header * {
	color:#fff;
	position:relative;
	z-index:2;
}
.event .detail_header .title {
	font-size: 40px;
	line-height: 60px;
	padding:0;
}
.event .detail_header .sub_title {
	background:none;
	border-color:#fff;
	padding:8px 15px;
	font-size:14px;
}
.event .detail_header .sub_title{

}
.event .detail_header .date span {
	color:#bbb;
	font-size:16px;
	border-top: 1px solid #aaa;
	display: inline-block;
	padding-top:20px;
	margin-top: 10px;
}
.event .detail_header .date span b {
	border:none;
	color:#fff;
}
.event .detail_container .content {
	min-height:300px;
}
.apply_dialog p.msg {
	text-align:center;
}
.apply_dialog .table_wrap {
	padding:20px;
	background-color:#eee;
}
.apply_dialog .table_wrap textarea {
    padding: 15px;
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    height:100px;
    width:100%;
}
/* twins bigtab _history and donation ----------------------------*/
.bigtab.tab_header{
	padding: 0;
}
.history .bigtab.tab_header a{
	width:16.66%;
}
.bigtab.tab_header a{
	margin: 0;
	font-size: 18px;
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 55px;
	transition:all 0.2s;
}
.bigtab.tab_header a:hover{
	background-color: #f0f0f0;
}
.bigtab.tab_header a.on{
	background-color:#a50034;
	color:#fff;
}
.bigtab.tab_header .timeline:before,
.bigtab.tab_header .season:before,
.bigtab.tab_header .score:before,
.bigtab.tab_header .intro:before,
.bigtab.tab_header .book:before,
.bigtab.tab_header .player:before{
	font-family:lgsports_icon;
	margin-right:15px;
}
.bigtab.tab_header .timeline:before{
	content:"\e841";
}
.bigtab.tab_header .season:before{
	content:"\e82b";
}
.bigtab.tab_header .score:before{
	content:"\e82f";
}
.bigtab.tab_header .intro:before{
	content:"\e800";
}
.bigtab.tab_header .book:before{
	content:"\e840";
	font-size:26px;
	vertical-align:middle;
}
.bigtab.tab_header .player:before{
	content:"\e87e";
	font-size:26px;
	vertical-align:middle;
}
.bigtab.tab_header a.on:after{
	content:none;
}
/* twins history ----------------------------*/
.history{
	overflow:visible;
}
.hyear.tab_content{
	padding:50px 30px;
	background-color:#fff;
	min-height: 500px;
}
.history .mans{
	overflow:hidden;
}
.history .mans:after{
	content:"";
	display:block;
	clear:both;
}
.history .mans .board_dic{
	width: calc(33.33% - 6.66px);
	height: 180px;
	float: left;
	padding: 0;
	background:none;
	border: none;
	margin-bottom: 10px;
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
	cursor: pointer;
}
.history .mans .space{
	height:200px;
	width: 100%;
	clear: both;
}
/* twins history coach hover-action----------------------------*/

.history .mans .board_dic:hover{
    background-color: #333;
}
.history .mans .board_dic:hover .title h3{
	margin: 12px 0;
	font-size: 20px;
}

.history .mans .board_dic:hover .image_wrap{
	width: 60px;
	height: 60px;
	border-radius:50%;
	top: 13px;
	right: 20px;
}
.history .mans.coaches .board_dic:hover .textarea{
	top: 68px;
	opacity: 0;
}
.history .mans .board_dic:hover .image_wrap:after{
	left: 0px;
	width:0;
}
.history .mans .board_dic:hover .bottom{
	bottom: 0;
	transition-delay: 0.2s;
}
.history .mans.golden .board_dic .bottom{
	text-align: center;
}

.history .mans.golden .board_dic .bottom .award{
	line-height: 40px;
	font-size: 20px;
	color: #f1f1f1;
	padding-left: 30px;
}
.history .mans.golden .board_dic .bottom .award span{
	color:#ffcf40;
	font-weight:bold;
	font-size: 22px;
	margin:0 5px;
}
.history .mans.golden .board_dic .bottom .award:after{
	content:"\e854";
	font-family:lgsports_icon;
	position:absolute;
	left: 40px;
	font-size: 27px;
	color: #ffcf40;
	width: 40px;
	height: 40px;
	line-height: 43px;
	border-radius: 50%;
}
.history .mans.golden .board_dic .bottom .award p{

}
.history .mans .board_dic:hover .txt_wrap p{
	margin-top: 6px;
}
.history .mans .board_dic:hover .title h3 span{
	top:0;
	font-size: 16px;
}
.history .mans .board_dic:hover .txt_wrap .header{
	height: 90px;
}
/* twins history coach hover-action end----------------------------*/
.history .mans .board_dic .title h3:hover{
	color:#222;
}
.history .mans .board_dic:nth-child(3n-1){
    left: 10px;
}
.history .mans .board_dic:nth-child(3n+0){
    left: 20px;
}
.history .mans .board_dic .image_wrap{
	position: absolute;
	right: 0;
	top: 0;
	width: 165px;
	height: 185px;
	border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
	border: 1px solid #fff;
}
.history .mans .board_dic .image_wrap:after{
	content:"";
	position:absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: -32px;
	background-color:#fff;
	transform: skewX(-10deg);
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
}

.history .mans .board_dic .bottom{padding: 25px 0;position: absolute;bottom: -90px;left: 0;right: 0;transition: all 0.6s cubic-bezier(0.22, 0.5, 0.25, 1);transition-delay: 0s;z-index: 10;}
.history .mans .board_dic .bottom ul{
}
.history .mans .board_dic .bottom ul:after{
	content:"";
	display:block;
	clear:both;
}
.history .mans .board_dic .bottom ul li:first-child{
	border:none
}
.history .mans .board_dic .bottom ul li{
	width: 28%;
	float:left;
	text-align: center;
	font-size: 17px;
	border-left: 1px solid #777;
	font-weight: bold;
	color: #fff;
}
.history .mans .board_dic .bottom ul li:nth-child(2){
	width: 44%;
}
.history .mans .board_dic .bottom ul li span{
	display:block;
	color: #aaa;
	font-size: 14px;
	margin-top: 6px;
	font-weight: normal;
}
.history .mans .board_dic .txt_wrap{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.history .mans .board_dic .txt_wrap .header{padding-right: 130px;width: 100%;height: 100%;background-color: #fff;transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);}

.history .mans .board_dic .title{position: absolute;left: 20px;top: 20px;transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);z-index: 10;}
.history .mans .board_dic .textarea{position: absolute;top: 95px;right: 0;left: 0;padding: 0 160px 0 20px;transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);white-space: normal;opacity: 1;z-index: 10;}
.history .mans .board_dic .txt_wrap .slogun{
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 14px;
}


.history .mans .board_dic .txt_wrap p{
	margin-top: 20px;
	transition: all 0.6s cubic-bezier(0.22, 0.5, 0.25, 1);
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.history .mans.golden .board_dic .txt_wrap p{
}
.history .mans .board_dic .txt_wrap p+p{
}
.history .mans .board_dic .title span{font-size: 14px;color: #a50034;display: block;}
.history .mans .board_dic .title h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	margin: 15px 0 10px 0;
	transition: all 0.4s cubic-bezier(0.63, 0.05, 0.25, 1);
	display: inline-block;
	vertical-align: middle;
}

.history .mans .board_dic .title h3 span{
	font-weight:normal;
	color:#777;
	font-size: 18px;
	margin-left: 7px;
	display: inline;
	transition: all 0.4s cubic-bezier(0.63, 0.05, 0.25, 1);
	position: relative;
	top: -3px;
}
/* twins history golden-player----------------------------*/
.history .mans.golden .board_dic .textarea{
	top:auto;
	bottom: 15px;
}
.history .mans.golden .board_dic:hover .textarea{
	bottom: 20px;
	left: 70px;
	padding-right: 0;
}
.history .mans.golden .board_dic:hover{

}

.history .mans .board_dic .title #goldenYear{
	width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* twins history golden detailview----------------------------*/
.over_wrap.mans.golden .header{
height: 180px;
}
.over_wrap.mans.golden .header .image_wrap{
	top: 0;
}
.over_wrap.golden #proCareer{
margin-bottom: 30px;
}
.over_wrap.golden .header .detail_txt_wrap{

}
.over_wrap.golden .header .detail_txt_wrap ul:after{
	content:"";
	display:block;
	clear:both;
}
.over_wrap.golden .header .detail_txt_wrap ul{

margin-top: 30px;
}
.over_wrap.golden .header .detail_txt_wrap ul li{
	font-size: 15px;
	margin-bottom: 12px;
}

.over_wrap.golden .header .detail_txt_wrap ul li .statue{
	color: #777;
	width: auto;
}
.over_wrap.golden .header .detail_txt_wrap ul li span{
	color: #222;
	width: 80px;
	display: inline-block;
}
.over_wrap.golden #proCareer ul{

}
.over_wrap.golden #proCareer ul:after{
	content:"";
	display:block;
	clear:both;
}
.over_wrap.golden #proCareer ul li{
	float:left;
	width: calc(50% - 5px);
	font-size:16px;
	background: #f1f1f1;
	height:70px;
	line-height:1.5em;
	padding:10px 20px;
	display:flex;
	align-items:center;
	position:relative;
	margin-bottom:10px;
}
.over_wrap.golden #proCareer ul li:nth-child(even){
	left:10px;
}
/* twins history coach detailview----------------------------*/

.over_wrap.mans  .content{

white-space: normal;
}
.over_wrap.mans  .content .bold{
	font-weight:bold;
}
.over_wrap.mans .detail_header{
	padding: 80px 80px 0 80px;
}
.over_wrap.mans .detail_container{

padding: 0 80px 50px;
}
.over_wrap.mans .bottom{
	border:none;
}
.over_wrap.mans .header{
	padding-left: 240px;
	height: 180px;
	position: relative;
}
.over_wrap.mans .board_header h3{
	background:none;
	padding: 16px 0;
}
.over_wrap.mans .detail_header:after{
	left: 320px;
	width: auto;
	right: 80px;
}
.over_wrap.mans .header .image_wrap{
	width: 180px;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.over_wrap.mans .header .txt_wrap{
}
.over_wrap.mans .header .txt_wrap .title{
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 10px;
}
.over_wrap.mans .header .txt_wrap .sub_title{
	margin-bottom: 15px;
	padding: 5px 8px;
}
.over_wrap.mans .header .txt_wrap .name{
	font-size: 30px;
	font-weight: bold;
	display:block;
}
.over_wrap.mans .header .txt_wrap .name span{
	color:#777;
	font-weight:normal;
	font-size:22px;
	vertical-align:middle;
	display:inline-block;
	margin-left: 15px;
}
.over_wrap.mans .header .txt_wrap p{font-size: 16px;}

.over_wrap.mans .header .txt_wrap .slogun{
	font-size: 22px;
	margin: 25px 0 10px 0;
	line-height: 32px;
}
.timeline{
	position: relative;
}
.time_year{
	position:relative;
	margin-bottom: 50px;
}
.mbc .time_year:last-child .content{
	border:0;
	padding-bottom: 0;
}
.mbc .time_year:last-child .content .area:last-child{
	margin-bottom:0;
}
.time_year .title{
	position:absolute;
	top: -3px;
	font-size: 30px;
}
.time_year .title a{
	display:block;
	font-size: 16px;
	font-weight:normal;
	margin-top: 15px;
	position: relative;
	z-index: 100;
	width: 100px;
	letter-spacing: 0;
	color: #a50034;
	transition: all 0.3s;
}
.mbc .time_wrap{
	padding-left:140px;
	padding-right:0px;
}
.time_wrap {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	padding-left: 130px;
	padding-right: 100px;
}

.time_wrap:last-child {
	padding-bottom: 0;
}

.time_wrap.blur .content {
\
}

.time_wrap:after {
	content: "";
	display: block;
	clear: both;
}
.mbc .time_wrap .content{
	padding-left:0;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.time_wrap .content {
	display: block;
	vertical-align: top;
	transition-property: opacity;
	transition-duration: 0.3s;
	position: relative;
	padding: 0px 0px 0px 45px;
	text-align: left;
}

.time_wrap .twins {
	text-align: right;
	float: left;
}

.time_wrap .sakers {
	text-align: left;
	float: right;
}

.time_wrap .sports {
	text-align: left;
	float: right;
}

.time_wrap .content .area {
	display: inline-block;
	vertical-align: top;
	word-break: keep-all;
	width: 100%;
	overflow: hidden;
	position:relative;
	transition:all 0.4s;
}
.time_wrap .content .area p .more_txt.on{
	opacity: 0;
	height:0;
	margin-bottom:0;
}

.time_wrap .content .area p:last-child {
	margin: 0;
}

.time_wrap .content.twins .area {
	padding-right: 50px;
}

.time_wrap .content.sakers .area, .time_wrap .content.sports .area {
	padding-left: 50px;
}

.time_wrap .content.sakers .month, .time_wrap .content.sports .month {
	left: 0;
	right: auto;
}
/* twins history feed start----------------------------*/
.bigPic .board_detail_wrap{
	background: none;
	width: auto;
	max-width: 790px;
}
.bigPic .board_detail_wrap .detail_container{
	padding:0;
}
.bigPic .board_detail_wrap .title{
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}
.bigPic .board_detail_wrap .content{
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	white-space: normal;
	word-break:
}
.bigPic .board_detail_wrap img{
	max-width:790px;
	margin:50px auto;
	display:block;
	padding:20px;
	background-color:#fff;
	box-sizing:border-box;
	box-shadow:1px 1px 15px rgba(0, 0, 0, 0.7);
	animation: imgScale 0.4s cubic-bezier(0.54, 0.04, 0.46, 0.98);
}
.bigPic .board_detail_wrap img.book{
	padding:0;
}
@keyframes imgScale{
	from{
		transform:scale(0.5);
	}to{
		transform:scale(1);
	}
}
.feed_heaer{
	margin:30px 0;
	text-align:center;
}
.feed_heaer li{
	display:inline-block;
	margin:0 5px;
}
.feed_heaer li a{
	padding:8px 20px;
	background-color: #eee;
	border-radius:20px;
	font-size:16px;
	color:#777;
	transition: all 0.3s cubic-bezier(0.63, 0.05, 0.25, 1);
	border: 1px solid transparent;
}
.feed_heaer li a:hover{
	background-color:#fff;
}
.feed_heaer li a.on{
	color:#a50034;
	border:1px solid #a50034;
	background-color: #fff;
}
.feed_content:after{
	content:"";
	display:block;
	clear:both;

}
.feed_content .prize{
	padding:20px;
	background-color:#fff;
	margin-bottom:10px;
	animation-name: dic_appear;
	animation-duration: 0.5s;
}
.feed_content .prize .txt_wrap{

}
.feed_content .prize .txt_wrap h3{
	color:#a50034;
	font-size:22px;
	display:inline-block;
	vertical-align:middle;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #ccc;

}
.feed_content .prize .txt_wrap p{
	display:inline-block;
	font-size:18px;
	vertical-align:middle;
}
.feed_content .card{
	width: calc(33.33% - 6.66px);
	float: left;
	padding: 0;
	background:none;
	border: none;
	margin-bottom: 10px;
	position: relative;
	height: 300px;
	background-color: #fff;
	overflow: hidden;
	animation-name: dic_appear;
	animation-duration: 0.5s;
}
.feed_content .card.narrow{
	width: calc(25% - 7.5px);
	height: 320px;
}
.feed_content .card.narrow .image_wrap{
	background-size: 220px auto;
	height:260px;
}
.feed_content .card.narrow:nth-child(n){
	left: 0;
	margin-left:10px
}
.feed_content .card.narrow:nth-child(4n+1){
	margin-left:0px
}
.feed_content .book{
	height: 250px;
}
.feed_content .card.book .txt_wrap{

height: 60px;

text-align: center;

padding: 20px;
}
.feed_content .card.emblem .image_wrap{
	background-size: auto 100px;
	cursor:default;

}
.feed_content .card.emblem .image_wrap:hover{
	transform: none;
}
.feed_content .card.vsize{
	height:400px;
}
.feed_content .card.vsize .image_wrap{
	background-size: auto 250px;
	height: 290px;
}
.feed_content .card .image_wrap{
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 160px;
	position: relative;
	background-color: #fff;
	transition: all 0.3s;
	filter: blur(0);
	cursor:-webkit-zoom-in;
}
.feed_content .card .image_wrap:hover{
	transform: scale(1.1);
}
.feed_content .card .txt_wrap{
	padding: 30px 20px;
	text-align: left;
	background-color: #fff;
	position: absolute;
	height: 111px;
	width: 100%;
	bottom:0;
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
}
.feed_content .card .txt_wrap:after{
	content:"";
	position:absolute;
	top:0;
	left:20px;
	right:20px;
	height:1px;
	background-color: #e5e5e5;
}
.feed_content .card.on .txt_wrap{
	height:100%;
	padding: 50px 20px 20px 20px;
	background: none;
}

.feed_content .card.on .txt_wrap h3{
	color:#fff;
	font-weight:normal;
	white-space: normal;
}
.feed_content .card.on .txt_wrap p{
	color:#ddd;
	display: block;
	transition-delay: 0.2s;
	white-space: normal;
}
.feed_content .card.on .txt_wrap .more{
	top: 10px;
	\: scale(0.7);
	right: 20px;
}
.feed_content .card.on .txt_wrap .more span{
	transform: rotate(45deg);
	top: 20px;
}
.feed_content .card.on .txt_wrap .more span:before{
	transform: rotate(-90deg);
	top: 0px;
}
.feed_content .card.on .txt_wrap .more span:after{
	transition-delay: 0s;
	width: 0;
}
.feed_content .card.on .image_wrap{

filter: blur(5px);

transition-delay: 0.2s;
}
.feed_content .card .txt_wrap h3{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.feed_content .card .txt_wrap p{
	color: #888;
	line-height: 22px;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}
.feed_content .card .more{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 30px;
	top: -22px;
	border-radius: 50%;
	z-index:1;
	overflow: visible;
}
.feed_content .card .more:after{
	content:"";
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: -1;
	background-color: #fff;
	border-radius: 50%;
	transform:scale(1);
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.feed_content .card:hover .more:after{
	background-color: #333;
	border:0;
}
.feed_content .card.on .more:after{
	transform: scale(20);
	background-color: rgba(51,51,51,0.9);
	border:0;
}
.feed_content .card.vsize.on .more:after{
	transform: scale(24);

}
.feed_content .card *.more{
	transition: all 0.5s cubic-bezier(0.63, 0.05, 0.25, 1);
}
.feed_content .card .more span {
	height: 1px;
	width: 18px;
	background-color: #ccc;
	transition-property: all;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	display: inline-block;
	margin: 0 auto;
}

.feed_content .card .more span:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 18px;
	display: inline-block;
	background-color: #ccc;
	left: 0;
	top: 6px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
}

.feed_content .card .more span:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 12px;
	display: inline-block;
	background-color: #ccc;
	left: 0;
	top: 12px;
	transition-property: all;
	transition-duration: 0.1s;
	transition-delay: 0.3s;
}
.feed_content .card:nth-child(3n-1){
    left: 10px;
}
.feed_content .card:nth-child(3n+0){
    left: 20px;
}
/* twins history feed end----------------------------*/

.mbc .time_wrap .content .area{
	position:relative;
	padding-left: 200px;
	min-height: 120px;
	margin-bottom: 15px;
}
.mbc .time_wrap .content .image_wrap{
	width: 200px;
	height: 120px;
	position: absolute;
	background-color:#ccc;
	left:0;
	background-repeat: no-repeat;
	background-size: cover;
}
.mbc .time_wrap .content .txt_wrap{

}
.mbc .time_wrap .content .txt_wrap p{
	font-size:15px;
}
.time_wrap .content .area p {
	font-size: 16px;
	line-height: 26px;
	padding-left: 30px;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.time_wrap .content .area p .hide_txt{
	display:block;
	margin: 0;
	opacity:0;
	height:0;
	overflow:hidden;
	transition:all 0.3s
}
.time_wrap .content .area p .on.hide_txt{
	opacity:1;
	height:auto;
	color: #222;
}
.time_wrap .content .area p p{
	padding:0;
	overflow: hidden;
}
.time_wrap .content .area p span{
	margin-right:10px;
	color:#888;
	position: absolute;
	left: 0;
}
.time_wrap .content .area p span+p{
	display:inline;
}
.time_wrap .content .area p .more_txt{
	position: relative;
	margin:0px 0 0 10px;
	display:inline-block;
	color:#aaa;
	cursor:pointer;
	opacity: 1;
	transition: all 0.3s;
}
.time_wrap .content .area p .more_txt:hover{
	color:#222;
}
.time_wrap .content .area p .more_txt:after{
	content:"";
	display:block;
	clear:both;
}
.time_wrap .content .area .mobile_title {
	display: none;
}

.time_wrap .content.sports .area p {
	color: #a50034;
	background-color: #fff;
	padding: 5px 10px;
	position: relative;
	margin-top: -5px;
	display: inline-block;
	margin-right: 10px;
}

.time_wrap .content.sports .area p:before {
	position: absolute;
	content: "";
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 17px solid #fff;
	left: -13px;
	z-index: -1;
}

.time_wrap .content.sports .area p:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -10px;
	width: 100px;
	background-color: #fff;
	transform: skewX(-10deg);
	z-index: -1;
}

.time_wrap .content.sports .area p span {
	color: #a50034;
	font-weight: bold;
}

.time_wrap .content .area .img_wrap {

}

.time_wrap .content .area .img_wrap .img_dic {
	width: 165px;
	height: 95px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
}

.time_wrap .content .month {
	display: inline-block;
	position: absolute;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	top: 0;
	left: 0;
	padding: 0 5px;
}

.pillar {
	position: absolute;
	left: 110px;
	width: 3px;
	top: 5px;
	bottom: 9px;
	background-color: #ccc;
	margin: auto;
}
.mbc .pillar{
	bottom:0;
}
.pillar .active_bar {
	position: absolute;
	width: 3px;
	height: 0;
	background-color: #555;
	top: 0;
	transition-property: height;
	transition-duration: 0.2s;
	bottom: 0;
}

.time_wrap .time_event {
	display: inline-block;
	width: 3px;
	height: 15px;
	top: 5px;
	left: 110px;
	margin: 0 auto;
	position: absolute;
}

.time_wrap .time_event .circle_btn {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 4px solid #555;
	left: -6px;
	right: 0;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition-property: background;
	transition-duration: 0.3s;
}

.time_wrap.on .time_event .circle_btn {
	background-color: #555;
}
.year_content{
	position:absolute;
	right: 0;
	z-index: 100;
	text-align: right;
	top: 56px;
	background: #fff;
	padding: 0 30px 10px;
}

.year_content {}
.year_warp .dic h3{
	font-size:18px;
	margin-bottom: 15px;
	cursor: pointer;
}
.year_warp .dic ul{
	margin-bottom:15px;
	display: none;
}

.year_warp .dic ul li a{
	margin: 5px 0;
	padding: 3px 0;
	display: inline-block;
	color: #777;
	font-size: 16px;
	position:relative;
	transition:all 0.3s;
}
.year_warp .dic ul li a:hover,
.year_warp .dic ul li a.on{
	color:#222;
}
.year_warp .dic ul li a:hover:after,
.year_warp .dic ul li a.on:after{
	content:"";
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #222;
}
.season_wrap{
	padding: 0 10px;
}
.season_wrap .dic{
	padding: 45px 55px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	position: relative;
}
.season_wrap .dic .img_wrap{
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	margin: auto;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.35, -0.01, 0.27, 0.99);
	transform: skewX(-10deg);
	overflow: hidden;
}
.season_wrap .dic .img_wrap:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	transition:background 0.5s;
}
.season_wrap .dic:hover .img_wrap:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,0.3);
}
.season_wrap .dic .img_wrap span{
	position: absolute;
	top: 0px;
	right: -30px;
	bottom: 0;
	left: -30px;
	margin: auto;
	background-size: auto 152px;
	background-repeat: no-repeat;
	background-position-x: center;
	transform: skewX(10deg);
}
.season_wrap .dic:hover .img_wrap{
	width: 670px;
}

.season_wrap .dic .txt_wrap{
	position:relative;

}

.season_wrap .dic:last-child{
	border:none;
}
.season_wrap .dic .sub_title{
	margin-bottom: 10px;
	color: #888;
	font-size: 16px;
	background: none;
	transition:all 0.5s;
}
.season_wrap .dic .title{
	font-size: 30px;
	transition:all 0.5s;
}
.season_wrap .dic:hover .sub_title{
	color:#fff;
}
.season_wrap .dic:hover .title{
	color:#fff;
}
.season .detail_header{
	text-align:center;
	z-index: 10;
	padding-bottom: 40px;
	padding-top: 130px;
}
.season .detail_header .title{
	padding:0;
}
.season .detail_header .date{
	font-size: 30px;
	margin: 0;
	color: #222;
	font-weight: bold;
}
.season .detail_header .date:before,
.season .detail_header .date:after{
	font-family:lgsports_icon;
	font-size:20px;
	color:#bbb;
	position: relative;
	margin: 0 20px;
	top: -5px;
}
.season .detail_header .date:before{
	content:"\e84c";


}
.season .detail_header .date:after{
	content:"\e84b";

}

.season .detail_header:after{
	content:none;
}
.season .detail_container{
padding: 0 50px 70px 120px;
margin-top:20px;
}
.season .detail_container .content{
	white-space: normal;
}
.con_history:after,
.con_con:after{
	content:"";
	display:block;
	clear:both;
}
.con_history,
.con_con,
.con_history h3,
.con_con h3{
	margin-bottom: 35px;
}
.con_history:last-child,
.con_con:last-child{
	margin:0;
}
.con_con,
.con_history p,
.con_history h6,
.con_con p,
.con_con h6,
.con_history b,
.ph_con,
.ph_con1{
	font-size: 15px;
	line-height: 28px;
}
.ph_imgL_custom,
.ph_imgL{
	float: left;
	width: 300px;
	margin-right: 15px;
}
.ph_imgR,
.ph_imgR_custom{
	float: right;
	width: 300px;
	margin-left: 15px;
}
.ph_imgL_custom img,
.ph_imgL img,
.ph_imgR_custom img,
.ph_imgR img,
.con_con div img{
	width: 100%;
}

.season .bottom{
	position: absolute;
	top: 228px;
	left: 30px;
	margin: 0 auto;
	border: none;
	padding: 0;
}

.season .bottom a{
	font-size:16px;
	color:#555;
	display: block;
	margin-bottom: 20px;
	width: 40px;
	text-align: center;
}
.season .bottom .move_list:after{
	content:"\e866";
	font-family:lgsports_icon;
	font-size: 29px;
}
.season .bottom .sns_link{
	float: none;
	display: block;
	width: 40px;
}
.season .bottom .sns_link span{
	float: none;
	display: block;
	margin: 10px 0;
	background-size: 30px auto;
	background-position: center;
	width: 40px;
}
.season .bottom .bottom_btn{

float: none;
}
.season .detail_container .content p{
	font-size:14px;
	white-space: normal;
	line-height: 28px;
}
.season .detail_container .content .detail_photo{
	margin: 40px 0;
}
.season .detail_container .content .detail_photo:after{
	content:"";
	display:block;
	clear:both;
}
.season .detail_container .content .detail_photo.left img,
.season .detail_container .content .detail_photo.right img{
	width: 320px;
}
.season .detail_container .content .detail_photo.left p,
.season .detail_container .content .detail_photo.right p{
	width:calc(100% - 340px);

}
.season .detail_container .content .detail_photo.left img{
	float: left;
}
.season .detail_container .content .detail_photo.left p{
	float:left;
	margin-left:20px;

}
.season .detail_container .content .detail_photo.right img{
	float:right;
}
.season .detail_container .content .detail_photo.right p{

}
.tab_content.number{padding-top: 10px;}
.top_date {
	display: block;
	width: 300px;
	margin: 0 auto 10px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.top_date ul:after{
	content:"";
	display:block;
	clear:both;
}
.top_date ul li{
	float:left;
	width:50%;
}
.top_date a {
	display: inline-block;
	vertical-align: middle;
}
.top_date a:before {
	font-family: lgsports_icon;
	font-size: 18px;
	padding: 0 25px;
	display: inline-block;
}

.top_date .left_arrow:before {
	content: "\e80e";
}

.top_date .right_arrow:before {
	content: "\e80d"
}

.top_date span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.season_score{
	border-top: 5px solid #f7f7f7;
	width: 100%;
}
.season_score .dic_wrap{
	display: table;
	width: 100%;
}
.season_score .dic_wrap:after{
	content:"";
	display:block;
	clear:both;
}
.season_score .dic{
	width: 25%;
	height: 180px;
	border: 1px solid #f7f7f7;
	padding: 20px;
	text-align:center;
	vertical-align: top;
	display: table-cell;
	position: relative;
}
.season_score .dic .group{
	color:#a50034;
	font-size:18px;
	font-weight:bold;
	margin-top: 15px;
	}
.season_score .dic.no-data{
	background-color:#fcfcfc;
}
.season_score .dic.no-data .group{
color: #aaa;
margin-bottom: 40px;
}
.season_score .dic.no-data .content{font-size: 16px;color: #bbb;position: absolute;left: 0;right: 0;top: 30px;bottom: 0;height: 20px;margin: auto;}
.season_score .dic .center_txt{margin-top: 30px;margin-bottom: 20px;}
.season_score .dic .player_dic{
	display: inline-block;
	text-align: center;
	margin: 15px 10px 0 10px;
}
.season_score .dic .player_dic a{
	color:#222;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
	padding: 0;
	cursor: pointer;
}
.season_score .dic .player_dic .bottom{margin-top: 8px;}
.season_score .dic .player_dic a:after{
font-size: 14px;
}
.season_score .dic .user_pic{
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../../images/user_default.png);
	background-size: 100%;
	margin-right: 5px;
	border-radius: 100%;
	overflow:hidden;
}
.season_score .dic .user_pic.big{
	width: 70px;
	height: 70px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.season_score .dic .user_pic img{
	max-width: 100%;
	height: auto;
	background-color: #ebebec;
	border-radius: 50%;
}
.season_score .dic .name{
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
}
.season_score .dic span{
	font-size: 20px;
	color: #555;
	font-weight:normal;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	margin-top: 0;
}
.season_score .dic .result{
	width: 55px;
	height: 55px;
	border-radius: 100%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	margin: 0;
	margin-right: 5px;
}
.season_score .dic .result.lose{

background-color: #818181;
}
.season_score .dic .result.vic{
	background-color:#a50034;
}
.season_score .dic .link_btn:after{

font-size: 16px;

margin-left: 10px;

color: #888;

font-weight: normal;
}
.season_score .dic .bottom{
	color:#777;
	font-size: 14px;
	\: 30px;
	margin-top: 25px;
}
.season_score .dic:first-child{
	border-left:none;
}
.season_score .dic:last-child{
	border-right:none;
}
.season_score .dic.col-2{
	width:50%;
}
.sakers_logo {
	background-image: url(../../images/lg_sakers.png);
	background-repeat: no-repeat;
	background-position: center;
}
.season_score .dic .sakers_logo{
	width: 150px;
	height: 68px;
	background-size: auto 100%;
	margin: 0 auto;
	margin-top: 20px;
}
/* emblem--------------------- */
.emblem_wrap{
background-color: #fff;
}
.emblem_wrap .dic{
	padding: 50px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow:hidden;
}
.emblem_wrap .dic:last-child{
	border-bottom:1px solid #ccc;
}
.emblem_wrap .dic .title{
	font-size: 29px;
	height: 30px;
	margin: auto 0 30px;
}
.emblem_wrap .dic>div {
	float:left;
	width:50%;
	text-align: center;

}
.emblem_wrap .dic>div.txt_wrap p {
	clear:both;
	display:block;
	text-align:left;
	line-height:30px;
	font-size:18px;
	margin-top:90px;
}
.emblem_wrap .dic>div.txt_wrap a {
	top:0;
	margin:20px 0;
}
.emblem_wrap .dic>div span {
	display:block;
	padding:10px 0;
	font-size: 16px;
}
.emblem_wrap .dic a {
	clear:both;
	display: block;
	margin:0 auto;
	width: 200px;
	text-align: center;
	font-size:16px;
	color:#a50034;
	position:relative;
	top:-35px;
	padding:10px;
	background-color:#fafafa;
	border:1px solid #eee;
}
.emblem_wrap .dic a:hover {
	border-color:#a50034;
}
.emblem_wrap .dic > a:before {
	content: "\e837";
	font-family: lgsports_icon;
	margin-right:10px;

}
.emblem_wrap .dic >.mascot_block:after {display:block;visibility:hidden;height:0;font-size:0;clear:both;content:"";}
.emblem_wrap .dic >.mascot_block {
	float:none;
	width:auto;
	font-size: 14px;
	color:#555;
	text-align:left;
}
.emblem_wrap .dic >.mascot_block .txt_wrap {
	float:left;
	width:460px;
	padding-top:30px;
	font-size:14px;
	line-height:1.6;
	color:#555;
}
.emblem_wrap .dic >.mascot_block .img_block {
	float:right;
	width:401px;
	text-align:left;
}
.emblem_wrap .dic >.mascot_block .img_desc {
	padding-top:18px;
}
.emblem_wrap .dic >.mascot_block .img_desc:after {display:block;visibility:hidden;height:0;font-size:0;clear:both;content:"";}
.emblem_wrap .dic >.mascot_block .img_desc li {
	float:left;
	width:50%;
	font-size:18px;
	font-weight:700;
	text-align:center;
	color:#ac1335;
}


/* homecourt -------------------------------*/
.hc .side_nav ul li a{
	color: #aaa;
}
.hc .side_nav ul li a.on{
	color: #a50034;
}
.homef .board_header {
	background:none;
	margin-bottom: 30px;
}
.homef .tab_header {
	padding:0;
	border-bottom: 1px solid #ccc;
}
.homef .tab_header a {
	font-size:25px;
}
.sub_title.hc{
	background:none;
	position: relative;
	z-index: 1;
}
.sub_title.hc .sub_title_wrap .l_title{
	color: #ddd;
}
.fotorama{
	width:100%;
}
.fotorama__nav {
	margin-bottom:0;
}
.court{margin-bottom: 70px;}
.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.53);
	z-index: 2;
}
.overlay .spinner{
	position: absolute;
	left: 0;
}
.sub_container_wrap.hc{
	position: inherit;
}
.homef{
	padding-top: 530px;
}
.list_circle_btn{
  display: block;
  position: absolute;
  bottom: 295px;
  left:0;
  right:0;
  text-align: center;
}
.list_circle_btn ul{
  display: inline-block;
}
.list_circle_btn ul li{
  width:8px;
  height:8px;
  display: inline-block;
  background-color: #aaa;
  margin:0 5px;
  border-radius: 10px;
  cursor: pointer;
}
.list_circle_btn ul li.on{
  background-color: #fff !important;
}
#hcView{
  width:100%;
  height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
#hcView:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #3b3b3b;
	z-index: -2;
}
#hcView .skew_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 130px solid #f7f7f7;
	border-right: 1900px solid transparent;
	z-index: 3;
}
#hcView .dic_wrap{
  position: relative;
  height:100%;
  margin:0;
  padding:0;
  z-index: -1;

}
#hcView .list{
  position:relative;
  box-sizing: border-box;
  width:100%;
  height:100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
#hcView .list:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

#hcView .list img{
  width: 100%;
}
#hcView .list .dic{
  text-align: center;
  padding: 190px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  transform: skewX(-8deg);
}
#hcView .list .dic .group{font-size: 16px;color: #ddd;margin-bottom: 10px;text-decoration: underline;}
#hcView .list .dic h3{color: #fff;position: relative;font-size: 50px;text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);}
.page_num{
  position: absolute;
  left:0;
  right:0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 20px;
}
.page_num #current_num{

font-weight: bold;
}
.move_btn{
  width: 100%;
  top: 50%;
  position: fixed;
  z-index: 100;
}
.move_btn a{
  border:none;
  padding: 10px 20px;
  text-indent:-99999px;
  cursor: pointer;
}
.move_btn #slide_prev{
  position: absolute;
  left:16px;
  background-size: 64px;
  width: 64px;
  height: 64px;
}
.move_btn #slide_next{
  position: absolute;
  right:16px;
  background-size: 64px;
  width: 64px;
  height: 64px;
}
.hc_title{
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px;
}
.title_wrap{
	margin-bottom: 70px;
	background-color:#fff;
	padding: 50px;
}
.title_wrap p{
	font-size: 18px;
	line-height: 34px;
	color:#555;
	margin-bottom: 15px;
}
.homeview{
	margin-bottom: 70px;
}
#map-canvas{
	height:350px;
	margin-bottom:30px;
}
.address ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 80px;
}

.address ul li span.title {
	width: 75px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #ccc;
}

.address ul li span.content {
	word-break: keep-all;
	padding-left: 10px;
}
ul.block {
	overflow:hidden;
	background:none;
	padding:0;
	transform:scale(1.01);
	margin-bottom:10px;
}
ul.block li {
	background-color:#fff;
	float:left;
	width:24.5%;
	/* height:100px; */
	text-align: right;
	margin:0.2%;
	padding: 20px 20px;
}
ul.block li dl {
	display:table;
}
ul.block li dt {
	display:block;
	width:100%;
	text-align: left;
	margin-bottom: 10px;
	padding:0;
	color:#888;
	font-size:16px;
}
ul.block li dd {
	font-size: 21px;
	display:table-cell;
	vertical-align:bottom;
	height: 55px;
	width:100%;
}
ul.block li span {
	font-size: 14px;
	color:#888;
	display: block;
	margin-top: 3px;
}
/* sponsor -------------------------------*/
.sponsor_wrap .content{

}
.sponsor_wrap .circle_wrap{
	position: relative;
	text-align: center;
}
.sponsor_wrap .circle_dic.red{
	background-color:#a50034;
}
.sponsor_wrap .circle_wrap:after{
	content:"";
	display:block;
	clear:both;
}
.sponsor_wrap .circle_dic{
	width: 170px;
	height: 170px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 10px;
	position: relative;
	transition:all 0.3s;
	overflow: hidden;
}
.sponsor_wrap .circle_dic:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s;
}
.sponsor_wrap .circle_dic:hover:after{
	background-color: rgba(86,86,86,0.8);
}
.sponsor_wrap .circle_dic.red{
	background-color:#a50034;
}
.sponsor_wrap .circle_dic.red:hover:after{
	background: none;
}
.sponsor_wrap .circle_dic:hover span{
	display:block;
}
.sponsor_wrap{
	text-align: center;
}
.sponsor_wrap .title{
	margin-bottom: 50px;
}
.sponsor_wrap .title p{
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
.sponsor_wrap .title h3{
	font-size: 25px;
}
.sponsor_wrap .circle_dic span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	z-index:1;
	color:#fff;
	font-size: 20px;
	display: none;
}
.sponsor_wrap .circle_dic.red span{
	display:block;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
}
.sponsor_wrap .circle_dic img{
	width: 110px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* event__vote */
.event__vote .page_top_brn {padding-top:40px;text-align:center;}
.event__wrap {background:#fff;}
.event__wrap .inner_cont {width:780px;padding-top:40px;margin:0 auto;}
.event__wrap .inner_cont:after {display:block;visibility:hidden;height:0;font-size:0;clear:both;content:"";}
.event__wrap .list_vote_item {margin:0 -10px;}
.event__wrap .list_vote_item:after {display:block;visibility:hidden;height:0;font-size:0;clear:both;content:"";}
.event__wrap .list_vote_item li {float:left;width:50%;padding:0 10px 14px;}
.event__wrap .list_vote_item .frame_g {overflow:hidden;display:block;text-align:center;}
.event__wrap .list_vote_item .desc_block {overflow:hidden;padding-top:14px;}
.event__wrap .checkbox_style input[type="checkbox"]+label, .event__wrap .checkbox_style input[type="radio"]+label {font-size:16px;color:#222;line-height:1.6;}
.event__vote .bottom_btn {text-align:center;padding:45px 0px 50px;}
.event__vote .bottom_btn .btn_detail  {border-radius:0;padding: 25px 30px;min-width:260px;border:none;background-color:#a50034;color:#fff;text-align: center;}



/* donation - tab2 - love book share */
.donation .intro {margin-top:30px;}
.donation .intro .board_dic {padding:50px; margin-bottom:20px;}
.donation .intro .opening p {
	font-size:18px;
	line-height:1.8em;
	color:#888;
}
.donation .intro .opening p:last-child {
	font-size:18px;
	margin-top:10px;
	color:#333;
}
.donation .intro .sum_dic dl {
	float:left; width:50%;
	text-align:center;
	font-size:16px; padding-left:50px;
	line-height:1.8em;
}
.donation .intro .sum_dic dl:first-child {
	border-right:1px solid #ddd;
	padding-left:0;
	padding-right:50px;
}
.donation .intro .sum_dic dl dt {
	font-size:22px;
	margin-bottom:70px;
}
.donation .intro .sum_dic dl dd.sum {
	font-size:50px; margin-bottom:60px;
	font-weight:600;
	vertical-align:top;
}
.donation .intro .sum_dic dl dd.sum span {
	font-size:30px; color:#888;
	vertical-align:top; font-weight:100;
}
.donation .intro .sum_dic dl dd a {
	display:block;
	width: 80px;
	margin: 20px auto 0;
	color:#a50034;
}
.donation .intro .list {padding:0 60px;}
.donation .intro .list dl {
	position:relative;
	min-height:180px;
	border-bottom:1px solid #ddd;
	margin:30px 0;
	padding:20px 0;
}
.donation .intro .list dl:last-child {
	border:0; margin-bottom:0;
}
.donation .intro .list dt {
	font-size:20px; margin-bottom:20px;
	font-weight:600;
}
.donation .intro .list dd {
	font-size:18px; line-height:1.8em;
	padding-right:300px;
}
.donation .intro .list dd.img_wrap {
	padding: 0;
	width: 250px;
	height:150px;
	background-position:center;
	background-size:cover;
	position:absolute;
	right:0;
	top:0;
}
.donation .detail_header {
	background-color:#fff;
	text-align:center;
	background-size:cover;
	background-position-y:-30px;;
	height:290px;
	margin-bottom:0;
}
.donation .book .detail_header {
	background-image:url('../../images/twins_history/donation/donation_header.jpg');
}
.donation .player .detail_header {
	background-image:url('../../images/twins_history/donation/donation_player.jpg');
}
.donation .detail_header * {padding:0; margin:0; border:0; background:none;}
.donation .detail_header:after {
	height:100%; width:100%;
	left:0; background-color:rgba(0,0,0,0.6)
}
.donation .detail_header h2 {
	color:#fff !important;
	position:absolute;
	z-index:1;
	width:380px;
	left:calc(50% - 190px );
	letter-spacing:0.30em;
	border:1px solid #fff;
	padding:15px 0 30px;
	font-size:37px;
}
.donation .detail_header h2 p {
	color:#fff !important;
	font-size:17px; font-weight:100;
	letter-spacing:0.6em;
	margin-bottom:5px;
}
.donation .sum_wrap {
	background-color:#fff;
	padding: 50px 60px;
	position:relative;
	height: 250px;
}
.donation .sum_wrap dl {
	width:400px;
	margin-left: 450px;
	margin-bottom: 25px;
	float: right;
	position: relative;
	top: -20px;
}
.donation .sum_wrap dl>* {
	vertical-align:middle;
	line-height: 1.9em;
	height: 65px;
	display:block;
}
.donation .sum_wrap dt {
	width:90px;
	color:#a50034;
	font-weight:600;
	font-size:16px;
	position:relative;
	float: left;
	padding-top: 27px;
}
.donation .sum_wrap dt:after {
	content:"";
	height:1px;
	width:320px;
	background-color:#a50034;
	position:absolute;
	top: 42px;
	margin-left: 10px;
}
.donation .sum_wrap dd {
	text-align:right;
	font-size: 47px;
	background: #fff;
	float: right;
	position: relative;
	padding-left: 20px;
}
.donation .sum_wrap dd span {
	font-size:20px;
	color:#888;
	margin-left:10px;
	vertical-align: middle;
}
.donation .sum_wrap p {
	font-size:18px;
	line-height:26px;
	width: 35%;
	color:#888;
	position: absolute;
	top: 60px;
}
.donation .sum_wrap p span{
	display:block;
	margin-top:15px;
}
.donation .tab_content .board_header {margin:0; height:auto;}
.donation .tab_content .sum_wrap + .board_header h3 {
	background-color:#fff;
	padding:20px 60px;
	color:#555;
	border-top:1px solid #eee;
}
div.gusum.commonTable tbody tr th {
	font-size: 22px;
	padding: 25px 20px 25px 60px;
	text-align: left;
	font-weight: 600;color: #333;
	background-color:#fff;
}
div.gusum.commonTable tbody tr td {
	text-align:left;
	font-size:19px;
}
div.gusum.commonTable tbody tr td span {
	font-size:18px; color:#888; margin-left:5px;
}
div.gusum.commonTable tbody tr td:last-child {
	white-space:normal;
	text-align:left;
	padding:0;
}
div.gusum td dl {
	padding:0 30px;
	position:relative;
}
div.gusum td dl dt {
	display:none;
}
div.gusum td dl dt:after {
	content:"";

}
div.gusum b.backN {margin-right:10px;
	display:inline-block;
	min-width:30px;
	text-align:right;
}
div.gusum td dl dd {
	background:#f1f1f1;
	padding:7px 10px;
	border-radius:5px;
	text-align:center;
	min-width:85px;
	float:left;
	margin:2px;
	font-size:14px;
	display:none;
}
div.gusum tr:hover dd {
	display:block;
}
.donation .tab_content.player .board_header img {
	position:absolute;
	bottom:0; right:50px;
}ute;
	bottom:0; right:50px;
0px;
