/* Copyright (c) 2016 LG CNS UXTEAM joohyung lee*/
/*main_style*/
.slide_time{
  position:absolute;
  z-index:1004;
  width: 70px;
  height: 70px;
  right: -85px;
  top: 15px;
  transform: skewX(10deg);
}
.spinner_wrap{
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	background-color:#f4f4f4;
	z-index: 1000;
}
.spinner_wrap img{
  width:50px;
  height:50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.slider_container:after{
	content:"";
	position:absolute;
	height:500px;
	left:0;
	right:0;
	background-color:#000;
	top:0;
	z-index:-100;
}
.slide_time #inner{
 stroke-dasharray: 200;
 stroke-dashoffset: 0;
 stroke: #fff;
 opacity: 0.4;
}
.slide_time #outer{
  stroke: #fff;
  opacity: 0.2;
}
.slide_time svg{
  stroke-width: 2px;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.slide_time .pause:after{
  content:"\e84e";
}
.slide_time .play:after{
  content:"\e84d";
  margin-left: 3px;
}
.slide_time a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 70px;
}
.slide_time a:after{font-family:lgsports_icon;color: #fff;font-size: 16px;}
#slider {
  width: 976px;
  height: 500px;
  margin: 0 auto;
  transform: skew(-10deg,0);
  background-color: #555;
  position: relative;
}

.slider_wrap {
  position: relative;
  height: 500px;
}

.slider_wrap .slider_list {
  position: absolute;
  height: 600px;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.5s,top 0.5s;
}
.slider_wrap .slider_list .txt_wrap{
  position:absolute;
  top: 140px;
  left: 100px;
  text-align: left;
  width: 370px;
  opacity:0;
  transform: translateX(-100px);
  transition: all 1.5s;
  z-index: 100;
}
.slider_wrap .slider_list .txt_wrap.right {
  left: auto;
  text-align:right;
  right:100px;
  transform: translateX(-100px);
}
.slider_wrap .slider_list.on .txt_wrap{
  opacity: 1;
  transform: translateX(0px);
}
.slider_wrap .slider_list .txt_wrap .group{
  margin-bottom: 15px;
  color: #ddd;
  border-bottom: 1px solid #777;
  display: inline-block;
}
.slider_wrap .slider_list.on .txt_wrap .group{

}
.slider_wrap .slider_list .txt_wrap .title{
  font-size: 35px;
  color:#fff;
  line-height: 47px;
  /* margin-bottom: 10px; */
  max-height: 140px;
  overflow: hidden;
  word-break: keep-all;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.slider_wrap .slider_list.on .txt_wrap h2.linkout + .link_btn:after {
	content:"\e851";
	font-family:lgsports_icon;
	font-size:12px;
	color:#fff;
	margin-left:6px;
}
.slider_wrap .slider_list .txt_wrap .link_btn{
  color: #fff;
  background-color: #a50034;
  padding: 6px 13px;
  z-index: 22;
  font-size: 13px;
  position: absolute;
  left: 0;
  margin-top: 10px;
}
.slider_wrap .slider_list .txt_wrap .link_btn:hover {
	 background-color: #a10034;
}
.slider_wrap .slider_list .txt_wrap.right .link_btn{
  left:auto;
  right:0;
}
.slider_wrap .slider_list:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #777;
  z-index: 9;
  opacity: 0.85;
  transition: all 0.5s;
}
.slider_wrap .slider_list:after{
   content: "";
   width: 100%;
   position: absolute;
   height: 100%;
   background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
   z-index: 10;
}
.slider_wrap .slider_list.on:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: none;
}

.slider_wrap .slider_list img {
  position: absolute;
  left: -5%;
  right: -5%;
  width: 112%;
  margin: 0 auto;
  display: block;
  transform: skew(10deg,0);
  text-align: center;
}

.slider_wrap .slider_list.on {
  z-index: 100;
  background-color: #000;
}

.slider_wrap + .move_btn {
  position: absolute;
  z-index: 1005;
  top: 40%;
  left: 0;
  right: 0;
  height: 40px;
  transform: skew(10deg);
  width: 100%;
}
@media screen and (max-width: 1300px) {
    .move_btn #prev_btn{
        left: -60px;
    }
    .move_btn #next_btn{
        right: -60px;
    }
}
.move_btn a:before{
  color:#aaa;
  font-size:40px
}
.move_btn a:hover:before {
	color:#fff;
}
#next_btn {
  position: absolute;
  display: inline-block;
  z-index: 1000;
  right: -170px;
  text-indent: 0;
}
#next_btn:before{
  content:"\e80d";
  font-family:lgsports_icon;
}
#prev_btn {
  display: inline-block;
  position: absolute;
  left: -170px;
  text-indent: 0;
}
#prev_btn:before{
   content:"\e80e";
  font-family:lgsports_icon;

}
.slider_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 550px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(107,107,107,1) 0%, rgba(255,255,255,0.33) 67%, rgba(255,255,255,0) 100%);
}

.slider_bg {
  height: 490px;
  width: 100%;
  background: #000;
  position: absolute;
  z-index: -1000;
}
.event_notice{
  position: relative;
  z-index: 105;
  right: 0;
  bottom: 0;
  text-align: right;
  /* display: none; */
  height: 100px;
  margin-top: -97px;
}
.event_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  cursor: pointer;
  position:relative;
}
.event_notice ul {
	position:absolute;
	right:0;
	bottom:0;
}
.event_notice li {
	position:relative;
	top:30px;
	right:30px;
	display: inline-block;
	margin-left: -20px;
	animation: bannerIn 0.5s ease-out 3s forwards;
	opacity: 0;
}
.event_notice li a {
	display:block;
}
.event_notice li:nth-child(1) {animation-delay:2s;}
.event_notice li:nth-child(2) {animation-delay:2.2s;}
.event_notice li:nth-child(3) {animation-delay:2.4s;}
@keyframes bannerIn {
  from {
    right: 30px;
    top:30px;
    opacity:0;
  }

  to {
    right: 0;
    top:0;
    opacity:1;
  }
}



.event_notice li img {
    -webkit-filter: drop-shadow(8px 8px 10px  rgba(0,0,0,0.1)); /* Chrome, Safari, Opera */
    filter: drop-shadow(8px 8px 10px rgba(0,0,0,0.1));
}
.body_wrap.main>div>.dic_wrap {
  position: relative;
  top: 0;
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
  padding: 0 20px;
}
.body_wrap.main .dic{
  width:50%;
  float:left;
  padding: 28px 80px 28px 50px;
  position:relative;
}
.body_wrap.main .dic:last-child{
  padding-right:0;
  padding-left: 50px;
}
.body_wrap.main .dic:last-child .group{
  left: 70px;
}
.body_wrap.main .dic ul{
  margin-left: 130px;
}
.slideDic {
	overflow: hidden;
	margin-left: 130px;
    position: relative;
    white-space: nowrap;
    z-index: 200;
}
.slideDic .list_circle_btn {
	top: 0;
	z-index: 1000;
	left: auto;
	right: -5px;
	bottom: 0;
	height: 30px;
	padding: 10px;
	text-align: right;
	background-color: #4a4a4a;
}
#academy_slide {
	margin-left:0;
}
#academy_slide img {
	position:absolute;
	height:100px;
	left:0;
	top:10px;
}
#academy_slide .list_circle_btn {
	background-color: #525252;
}
.slideDic .list_circle_btn ul{
	margin: 0 !important;
}
.slideDic>.dic_wrap>ul {
	margin-left:0 !important;
}

#donate_slide .list{
    margin:0;
    display: inline-block;
    width: 400px;
    position: relative;
}
#donate_slide>div.dic_wrap>ul>li{
	display: inline-block;
	float: none;
	margin-top: 50px;
	width: 200px;
}
.body_wrap.main .dic ul:after{
  content:"";
  display:block;
  clear:both;
}
.body_wrap.main .contents01 .dic{
  padding: 50px 90px 50px 50px;
}
.body_wrap.main .contents01 .dic:last-child{
  padding-left:50px;
}
.body_wrap.main .contents03 .dic ul li{
  float:left;
  /* margin-top:20px; */
  position: relative;
}

.body_wrap.main .contents03 .dic ul li p{
  color: #fff;
}
.body_wrap.main .contents03 .dic ul li .donate{
  font-size:14px;
  display:inline-block;
}
.body_wrap.main .contents03 .count:after {
	position:absolute;
	content:"";
	background-color:#555;
	top:0;
	bottom:0;
	right:-10px;
	width:20px;
	transform: skewX(-20deg);
}
.body_wrap.main .contents03 .count{
  font-size: 20px;
  padding: 5px 10px 3px;
  background-color: #555;
  width:80%;
  position:relative;
}
.body_wrap.main .contents03 .count span{
  font-size: 18px;
  color: #aaa;
  font-weight:normal;
}
.body_wrap.main .dic_wrap:after{
  content:"";
  display:block;
  clear:both;
  /* width:100%; */
}
.body_wrap.main .dic .group{
  color:#fff;
  margin-bottom:20px;
  font-size: 16px;
  position: absolute;
  left: 50px;
  line-height: 24px;
  transform: skew(-7deg);
}

.body_wrap.main .contents01 .dic .group{
  color:#a50034;
  max-width: 90px;
}
.body_wrap.main .dic ul li{
 font-size: 20px;
 line-height: 28px;
 margin-bottom: 20px;
}
.contents01{
	position:relative;
	background-color: #fff;
	margin-top: -60px;
	padding-top: 60px;
	min-width: 1200px;
	z-index: 1;
}
.contents01 .dic ul li{
  display: table;
}
.contents01 .dic{height: 315px;
}
.contents01:after {
  position: absolute;
  left: 50%;
  background-color: #f7f7f7;
  content: "";
  right: 0;
  bottom:0;
  top: 0;
  z-index: 0;
}
.body_wrap.main .dic:last-child:before{
  content:"";
  position:absolute;
  top:0;
}
.contents01 .dic:last-child:before{
  left: -30px;
  width: 60px;
  bottom: 0;
  height: 315px;
  background-color: #f7f7f7;
  transform: skew(-10deg);
}
.contents02 .dic:last-child:before{
  left: -15px;
  width: 30px;
  bottom: 0;
  height: 170px;
  background-color: #94002f;
  transform: skew(-10deg);
}
.contents03 .dic:last-child:before{
  left: -15px;
  width: 30px;
  bottom: 0;
  height: 175px;
  background-color: #4a4a4a;
  transform: skew(-10deg);
}
.contents01 .dic ul li span{
  display: inline-block;
  width:80px;
  height:65px;
  margin-right: 20px;
  background-size:cover;
  background-position: center top;
  background-color:#eee;
}
.contents01 .dic ul li .txt_wrap{display: table-cell;vertical-align: middle;}
.contents01 .dic ul li .txt_wrap a {
  word-break:keep-all;
}
.contents01 .dic ul li .txt_wrap a.linkout:after {
  	content:"\e851";
  	font-family:lgsports_icon;
  	font-size:12px;
  	color: #888;
  	margin-left:6px;
}
.contents01 .dic ul li .txt_wrap a:hover {
  color:#a50034;
}
.contents01 .dic ul li .date{
 color: #777;
 margin-top: 5px;
 font-size: 16px;
}
.contents01 .dic .group .link_btn{
  display: block;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-indent: 3px;
  opacity:0;
  transition:all 0.5s;
  position:relative;
  left:-20px;
}
.contents01 .dic:hover .link_btn {
	opacity:1;
	left:0px;
}
.contents02 {
  width: 100%;
  position: relative;
  height: 170px;
  background-color: #a50034;
  min-width: 1200px;
  overflow: hidden;
}
.contents02:after {
  position: absolute;
  left: 50%;
  background-color: #94002f;
  content: "";
  right: 0;
  height: 170px;
  top: 0;
  z-index: 10;
}
.contents02 .dic .group .link_btn {
  display: block;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-indent: 3px;
  opacity:0;
  transition:all 0.5s;
  position:relative;
  left:-20px;
}
.contents02 .dic:hover .group .link_btn {
	opacity:1;
	left:0px
}
.contents02 .dic .group{
  margin-top:10px;
}
.contents02 ul#homeMatch {
  display:table;
  margin-left: 100px !important;
}

.contents02 ul li{
  display:table-cell;
  vertical-align:middle;
  text-align: center;
  padding: 0 20px;
}
.contents02 ul li.nodata {
	text-align:center;
	padding: 15px;
}
.contents02 ul li.nodata p {
	font-size:18px;
	padding: 31px 60px;
	opacity: 0.8;
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.1);
	border-radius:50px;
	margin-top: 15px;
}
.contents02 ul#homeMatch li.nodata p {
	margin-left:20px;
}
.contents02 ul li:first-child{
  padding-left: 0;
}
.contents02 ul li p{
  color:#fff;
  line-height: 22px;
  white-space: nowrap;
  font-size: 14px;
}
.contents02 ul li.vs {
	border: 1px solid rgba(255,255,255,.3);
	opacity: 0.8;
	border-radius:100%;
	padding: 20px 10px;
	width: 110px;
}
.contents02 ul li .date{
  font-size: 15px;
}
.contents02 ul li .time{
  font-size: 15px;
}
.contents02 ul li .head{
  padding-bottom:5px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.contents02 ul li .score{
  font-size:34px;
  font-weight:bold;
  margin-top: 24px;
  margin-bottom: 10px;
}
.contents02 ul li img{
  height: 90px;
  margin-bottom: -10px;
}
.contents03{
  width: 100%;
  position: relative;
  height: 175px;
  background-color: #525252;
  min-width: 1200px;
}
.contents03:after {
  position: absolute;
  left: 50%;
  background-color: #4a4a4a;
  content: "";
  right: 0;
  height: 175px;
  top: 0;
  z-index: 10;
}
.contents03 .ad_title{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  font-weight:normal;
  padding-left:130px;
}
.contents03 .ad_title span {
	display:block;
	font-size:16px;
	color:#aaa;
}
.contents03 .ad_title + a {
	width:180px;
	display:block;
	padding: 6px 10px;
	font-size: 16px;
	color:#fff;
	background-color:#444;
	position:relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left:130px;
}
.contents03 .ad_title + a:after {
	position:absolute;
	content:"";
	background-color:#444;
	top:0;
	bottom:0;
	right:-10px;
	width:20px;
	transform: skewX(-20deg);
}
.contents03 .ad_title + a:hover,
.contents03 .ad_title + a:hover:after {
	background-color:#a50034;
}

.contents03 .dic  .explain{
  margin-left: 130px;
  font-size:16px;
  color:#fff;
}
#donate_slide .explain{
	margin:0;
	position: absolute;
	top: 4px;
	line-height: 22px;
}
.contents03 .dic  .explain span.info {
	color: #888;
	font-size: 12px;
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.contents04 {
  width: 100%;
  position: relative;
  background-color: #ccc;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom:30px;
}
.contents04 .sns_title{letter-spacing: 10px;position: relative;display: inline-block;}
.sns_title:after{
  content:"";
  position:absolute;
  top: -10px;
  bottom: -20px;
  right: -40px;
  width:1px;
  background-color: #555;
  transform: skew(-10deg);
}
.contents04 .sns_title h3{
  font-size:45px;
  color: #4a4a4a;
  word-spacing: 13px;
}
.twins_sns{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	padding: 20px !important;
}
.twins_sns a{
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: all 0.3s;
}
.twins_sns a:active{
	-webkit-filter: brightness(0.8);
}
.twins_sns a.facebook{
	background:url(../../images/sns_ico/facebook.png) center no-repeat;
	background-size: 100%;
}
.twins_sns a.youtube{
	background:url(../../images/sns_ico/youtube.png) center no-repeat;
	background-size:100%;
}
.twins_sns a.instagram{
	background:url(../../images/sns_ico/instagram.png) center no-repeat;
	background-size:100%;
}
.contents04 .sns_title p{
  font-size:35px;
  margin-bottom:5px;
  color: #be0737;
}
.contents04 ul{
  width:100%;
}
.contents04 ul li{
  width: calc(25% - 12px);
  float:left;
  position: relative;
  margin: 5px;
  opacity:0;
  transition: opacity 0.3s;
  transition: all 0.15s;
}
.contents04.appear ul li{
  opacity:0.8;
}
.contents04 ul:after{
  content:"";
  clear:both;
  display:block;
}
.contents04 .img_wrap{
  width: 100%;
  height: 190px;
  overflow:hidden;
  position: relative;
  background-color:#fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contents04 .txt_wrap{
  padding: 20px 20px 15px;
  background-color: #fff;
  height: 185px;
  /* overflow: hidden; */
}
.contents04 .txt_wrap:before {
	content:"";
	display:block;
	/* background-color:#282828; */
	/* background: linear-gradient(to bottom, rgba(40,40,40,0) 0%, rgba(255, 255, 255,1) 100%); */
	height: 111px;
	width:100%;
	left:0;
	top:140px;
	position:absolute;
	transition: all 0.2s;
}
.contents04 ul li:hover .txt_wrap {
	background-color: #fff;
}
.contents04 ul li:hover {

	transform:scale(1.04);
	box-shadow:3px 3px 20px rgba(0,0,0,0.5);
	z-index:1; opacity:1;
}
.contents04 .txt_wrap p{
  color: #222;
  word-break: break-word;
}
.contents04 .txt_wrap .date{
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position:relative;
  font-weight: 600;
}
.contents04 .txt_wrap .date:after{
  content:"";
  position:absolute;
  bottom:0;
  width:30px;
  height:1px;
  background-color: #555;
  left:0;
}
.contents04 .txt_wrap .content{
  color: #222;
  line-height: 22px;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 600;
}
.contents04 img {
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition:transform 0.5s;
}
.appear.contents04 .up:nth-last-child(1),
.appear.contents04 .up:nth-last-child(3) {
	animation: up 1s ease-in-out forwards;
}
.appear.contents04 .down:nth-last-child(2),
.appear.contents04 .down:nth-last-child(4) {
	animation: down 1s ease-in-out forwards;
}


@keyframes up {
  from {top: 67px; opacity:0; }
  to {top: 0; opacity:1;}
}

@keyframes down {
  from {top: 0; opacity:0;}
  to {top: 67px;opacity:1;}
}



.appear.contents04 a {
  opacity: 1;
}

.contents04 li > a {
  position: relative;
  transition: all 1s;
  opacity:0;
  display: inline-block;
  width:100%;
}
.contents04 a:hover img{
  transform:scale(1.2);
}
.contents04 .down {
  top: 67px;
}

.contents04 .bottom {
  top: 134px;
}

.contents04 .up {
  top: 0;
}

.more_area {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #eee;
  text-align: center;
  margin: 120px auto 0;
  /* transform: skew(-10deg); */
}
.more_area:hover {
	transition: all 0.1s;
	box-shadow:2px 2px 6px rgba(0,0,0,0.2);
	z-index:1;
}

.more_area a {
  color: #222;
  line-height: 80px;
  font-size:16px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
.more_area a:after {
	content:"";
	display:block;
	content:"\e80f";
	font-family:lgsports_icon;
	font-size: 20px;
	color:#888;
	height: 30px;
	margin-top: -50px;
}