/* Copyright (c) 2016 LG CNS UXTEAM joohyung lee*/
/* reset --------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #222;
	text-decoration: none;
	box-sizing: border-box;
	font-family: LGSmHaR;
	word-break:keep-all;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	border: 0;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	outline: none;
}

body {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	font-size: 13px;
	background-color: #f7f7f7;
	position: relative;
}
input[type=text][readonly=readonly],
input[type=text][readonly] {
	background-color: #eee;
	color: #222;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
a.txtLink {color:#00984b; text-decoration:underline;}
a.txtLink:hover {text-decoration:underline;}
a.disable {
	pointer-events:none;
	opacity:0.3;
}
.nodis {display:none !important;}

/* color --------------------- */
.lg_bg {
	background-color: #a50034 !important;
}

.lg_color {
	color: #a50034 !important;
}
.grey_color{
	color:#777;
}
/* font --------------------- */
@font-face {
	font-family: LGSmHaR;
	src: url(../../font/LGSmHaR_v1.4_151215.eot);
	src: url(../../font/LGSmHaR_v1.4_151215.woff) format('woff')
}

@font-face {
	font-family: 'lgsports_icon';
	src: url('../../font/lgsports_icon.eot?17981711');
	src: url('../../font/lgsports_icon.eot?17981711#iefix') format('embedded-opentype'),
		url('../../font/lgsports_icon.woff?17981711') format('woff'), url('../../font/lgsports_icon.ttf?17981711')
		format('truetype'), url('../../font/lgsports_icon.svg?17981711#lgsports_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lgsports {
	font-family: "lgsports_icon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* loading --------------------- */
.loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f0f0f0;
	z-index: 10;
	min-width: 200px;
	min-height: 100px;
}

.loading:before {
	content: "\e838";
	font-family: lgsports_icon;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #aaa;
	animation: spin 2s infinite linear;
}

@keyframes spin {
	from {transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}
/* loading --------------------- */
/* loading --------------------- */
@keyframes s_rotate1{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}
@keyframes s_rotate2{0%{ stroke-dashoffset: 120;}50%{ stroke-dashoffset: 40;}100%{ stroke-dashoffset: 120;}}
.spinner_main{
  margin: auto;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 4000;
  left: 0;
  right: 0;
  top: 300px;
}
.spinner_main svg{
  width: 100%;
  height: 100%;
  text-align: center;
  animation: s_rotate1 0.7s infinite linear;
}
.spinner_main .active{
 fill: none;
 stroke: #a50034;
 stroke-width: 2px;
 stroke-dasharray: 150;
 stroke-dashoffset: 120;
 animation: s_rotate2 1.4s infinite linear;
}
.spinner_main .back{
fill: #fff;
opacity: 0.3;
}

.spinner{
  margin: auto;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 4000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.spinner svg{
  width: 100%;
  height: 100%;
  text-align: center;
  animation: s_rotate1 0.7s infinite linear;
}
.spinner .active{
 fill: none;
 stroke: #a50034;
 stroke-width: 2px;
 stroke-dasharray: 150;
 stroke-dashoffset: 120;
 animation: s_rotate2 1.4s infinite linear;
}
.spinner .back{
fill: #fff;
opacity: 0.3;
}
/* scrollbar for chrome style--------------------- */
body ::-webkit-scrollbar {width: 5px; }
body ::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border-radius:10px;
}
/* input style--------------------- */
input[type=text],
input[type=password],
input[type=file] {
	padding: 15px;
	font-size: 18px;
	vertical-align: middle;
	border: 1px solid #ccc;
	outline: none;
	transition:border 0.4s;
}
input[type=text]:focus,
input[type=password]:focus{
	border:1px solid #333;
	position:relative;
	z-index:1;
}
input[type=text][readonly=readonly] {
	background-color: #fafafa
}
input[type=file] {
	font-size:14px;
	padding:10px;
}
/* table style--------------------- */
table * {
	box-sizing: border-box;
	vertical-align: middle;
	border-collapse: collapse;
}

table {
	width: 100%;
}

table caption {
	display: none;
}
.commonTable .txt_left{
	text-align:left;
}
.commonTable .txt_right{
	text-align:right;
}
.commonTable .big_font{
	font-size:18px;
}
.commonTable .bold{
	font-weight:bold;
}
.commonTable .border-right{
	border-right:1px solid #e5e5e5 !important;
}
.commonTable .descend {
	color:#a50034;
}
.commonTable .descend:after {
	content: "\e809";
	font-family: lgsports_icon;
	margin-left: 5px;
	color: #a50034;
	font-size:10px;
}
.commonTable p.msg,
.table_wrap p.msg {
	margin:10px 0 20px;
	font-size:16px;
	color:#a50034;
}
.commonTable p.msg:before,
.table_wrap p.msg:before {
	content: "\e801";
	font-family: lgsports_icon;
	margin-right:10px;
}
.commonTable th a.cmap{
	font-size: 12px;
	font-weight: 100;
	padding: 3px 5px;
	background: #eee;
	border-radius: 3px;
	border:1px solid #00984b;
	background-color:#fff;
	color:#00984b;
}
.commonTable th a.cmap:hover{
	background-color: #00984b;
	color:#fff;
	text-decoration:initial;
}
.commonTable {
	border-top: 1px solid #a50034;
	position: relative;
	/* background: #fff; */
}
.commonTable table {
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
.commonTable thead {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.commonTable thead tr {
	border-top:none;
}
.commonTable thead tr:last-child {
	border-top: 1px solid #ddd;
}
.commonTable th {
	text-align: center;
	padding: 0 10px;
	height: 40px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
}
.commonTable tbody tr {
	border-top: 1px solid #e5e5e5;
}
.commonTable tfoot tr {
	border-top: 1px solid #bbb;
}
.commonTable tbody tr.focus{
	border: 1px solid #a50034 !important;
}
.commonTable tbody tr.focus td:last-child{
}
.commonTable tbody tr:first-child{border-top: none;}
.commonTable tbody tr th:first-child {
	border-left: none;
}
.commonTable tbody tr th,
.commonTable tfoot tr th {
	background: #fcfcfc;
	padding: 15px;
	border-right: 1px solid #e5e5e5;
}
.commonTable tbody tr td,
.commonTable tfoot tr td {
	padding: 15px 10px;
	font-size: 16px;
	text-align: center;
	height: 60px;
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
	background: #fff;
}
.commonTable tbody tr td:first-child {
	border-left:0;
}
.commonTable tbody tr th:last-child,
.commonTable tbody tr td:last-child,
.commonTable tfoot tr td:last-child {
	border-right:none;
}
.commonTable.noside tbody tr th{
	border-right:none;
}
.commonTable.noside tbody tr td,
.commonTable.noside tfoot tr td {
	border-right:none;
}
.commonTable tbody tr .vic {
	font-size: 18px;
	background-color: #a5a5a5;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
}
.commonTable tbody tr .vic.same {
	background-color:#ddd;
	color:#333;
}
.commonTable tbody tr .team {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.commonTable tbody tr .team img {
	height: 60px;
	/* padding: 10px 0; */
	margin-right: 20px;
}
.commonTable tbody tr .home{
	color:#a50034;
}
.commonTable tbody tr .home:after {
	content: "\e839";
	font-family: lgsports_icon;
	font-size: 11px;
	margin-left: 5px;
	background-color:#ccc;
	color:#fff;
	padding:5px 4px;
	border-radius:100%;
	position:relative;
	top:-2px;
}
.commonTable + .note_box,
.commonTable + .board_header {margin-top: 50px;}

table.inputTable th, .inputTable td {padding: 10px;text-align:left;}
table.inputTable th {font-size:16px; font-weight:100; vertical-align:top; padding-top:25px;}
table.inputTable th span {color:#aaa;}
table.inputTable .fileupload a{

}
table.inputTable .fileupload input{
	height: 42px;
	margin: 0;
	width: 300px;
}

/* ticket buy button */
.dmenu_group {
	position:relative;
	max-width:150px;
	text-align:left;
	margin:auto;
	}
.dmenu_group > a {
	padding-right:40px;
	background-color:#555;
	color:#fff;
	border-radius:0;
	border:none;
	max-width:150px;
	width: 100%;
}
.dmenu_group > a:hover,
.dmenu_group > a:focus {
	background-color:#a50034;
}
.dmenu_group > a:after {
	position:absolute;
	content: "\e808";
	font-size:12px;
	margin:4px 10px;
	font-family: lgsports_icon;
}
.dmenu_group ul {
	position:absolute;
	border:1px solid #aaa;
	top:45px;
	box-shadow:2px 2px 10px rgba(0,0,0,0.2);
	display: none;
	z-index: 1;
	/* max-width:150px; */
	width: 110%;
	left:-5%;
}
.dmenu_group ul:after, .dmenu_group ul:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dmenu_group ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.dmenu_group ul:before {
	border-color: rgba(170, 170, 170, 0);
	border-bottom-color: #aaa;
	border-width: 11px;
	margin-left: -11px;
}
.dmenu_group ul a {
	background-color:#fff;
	padding:15px 15px;
	display:block;
	text-align:left;
	border-bottom:1px solid #eee;
}
.dmenu_group ul a:hover {
	background-color:#fafafa;
}

/* checkbox,radio style--------------------- */
.checkbox_style {
	position: relative;
	line-height: 23px !important;
	display: inline-block;
	/* cursor: pointer; */
}

.checkbox_style input[type="checkbox"],
.checkbox_style input[type="radio"]{
	width: 18px;
	height: 18px;
	margin-right: 5px;
	box-sizing: border-box;
	display: block;
	-webkit-appearance:none;
}
.checkbox_style input[type="checkbox"]:focus + label,
.checkbox_style input[type="radio"]:focus + label{
	text-decoration:underline;
	color:#a50034 !important;
}
.checkbox_style input[type="checkbox"]:not(:checked ),
.checkbox_style input[type="radio"]:not(:checked )
{
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}

.checkbox_style input[type="checkbox"]:checked,
.checkbox_style input[type="radio"]:checked {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.checkbox_style input[type="checkbox"]+label,
.checkbox_style input[type="radio"]+label {
	cursor: pointer;
	color: #777;
	font-size: 14px;
	display: inline-block;
	padding-left: 0;
	position: relative;
	left: 0;
}

.checkbox_style input[type="checkbox"]:not(:checked )+label,
.checkbox_style input[type="checkbox"]:checked+label{
	cursor: pointer;
	color: #777;
	font-size: 14px;
	display: inline-block;
	padding-left: 34px;
	position: relative;
	left: 0;
	margin-right: 20px;
}
.checkbox_style input[type="checkbox"]:not(:checked )+label:before,
.checkbox_style input[type="checkbox"]:checked+label:before
{
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 2px;
	box-sizing: border-box;
}
.checkbox_style input[type="checkbox"]:checked+label:after{
	position: absolute;
	left: 0;
	top: 0px;
	padding: 0 5px;
	width: 23px;
	height: 23px;
	display: inline-block;
	content: "\e816";
	font-family: lgsports_icon;
	color: #a50034;
	right: 0;
	transform: scale(1);
	animation-name: checkbox;
	animation-duration: 0.3s;
	box-sizing: border-box;
}
.checkbox_style input[type="radio"]:not(:checked )+label,
.checkbox_style input[type="radio"]:checked+label{
	cursor: pointer;
	color: #777;
	font-size: 14px;
	display: inline-block;
	padding-left: 34px;
	position: relative;
	left: 0;
	margin-right: 20px;
}

.checkbox_style input[type="radio"]:not(:checked )+label:before,
.checkbox_style input[type="radio"]:checked+label:before
{
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 2px;
	box-sizing: border-box;
	border-radius:100%;
}
.checkbox_style input[type="radio"]:checked+label:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 0 5px;
	width: 10px;
	height: 10px;
	line-height: 23px;
	border-radius:100%;
	display: inline-block;
	background-color: #a50034;
	transform: scale(1);
	animation-name: checkbox;
	animation-duration: 0.3s;
	box-sizing: border-box;
}
@keyframes checkbox {
from {
	transform:scale(0);
}
to {
	transform: scale(1);
}
}
.checkbox_style input.finalcheck[type="radio"]+label:before{
	background-color: #fff;
	border:none;
	width: 28px;
	height: 28px;
	top:calc(50% - 14px);
	left: -3px;
	border: 1px solid #eee;
}
.checkbox_style input.finalcheck[type="radio"]+label:after{
	position:absolute;
	content: "\e816";
	font-family: lgsports_icon;
	left: 5px;
	top: calc(50% - 11px);
	background: none;
	animation: none;
	color: #ddd;
}
.checkbox_style input.finalcheck[type="radio"]:checked+label:before {
	background-color:#a50034;
	border:none;
}
.checkbox_style input.finalcheck[type="radio"]:checked+label:after{
	content: "\e816";
	font-family: lgsports_icon;
	background: none;
	animation: none;
	color:#fff;
	left: 0px;
	top: calc(50% - 11px);
}
.checkbox_style input.finalcheck[type="radio"]+label {
	margin:0;
	background-color: #eee;
	border-radius:10px;
	width:100%;
	padding:2px;
	padding-left:35px;
	color: #aaa;
}
.checkbox_style input.finalcheck[type="radio"]:checked+label{
	color:#a50034;
}
/* select style--------------------- */
select{
	border: 1px solid #ccc;
	padding: 15px 10px;
	outline: none;
	font-size: 16px;
}
.select-hidden {
	display: none;
	visibility: hidden;
}

.select {
	display: inline-block;
	line-height: 40px;
	position: relative;
}

.select-styled {
	padding: 0 20px 0 10px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

.select-styled:after {
	content: "\e81f";
	font-family: lgsports_icon;
	position: absolute;
	color: #777;
	right: 6px;
}

.select-options {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: none;
	z-index: 300;
	opacity: 1;
	transform: translateY(0px);
	animation-name: select_box;
	animation-duration: 0.3s;
	text-align: left;
}

@keyframes select_box {
from {
	opacity:0;
	transform: translateY(15px);
}
to {
	opacity: 1;
	transform: translateY(0px);
}
}
.select-options li {
	padding: 0 10px;
	white-space: nowrap;
	line-height: 30px;
	min-width: 100px;
	cursor: pointer;
	transition: background 0.3s;
}

.select-options li:hover {
	background-color: #f2f2f2;
}
/* button style--------------------- */
.link_btn{
	position:relative;
	color:#777;
	font-size: 16px;
	overflow: hidden;
	margin-top: 20px;
}
.link_btn:after{
	content:"\e80d";
	font-family:lgsports_icon;
	margin-left: 10px;
	display: inline-block;
}
.btn_effect{
 overflow:hidden;
 transition: all 0.3s;
}
.btn_effect:hover{
 -webkit-filter: brightness(0.95);
 filter: brightness(0.95);
}
.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: rgba(200, 200, 200, 0.65);
  animation: ripple-animation 3s;
}


@keyframes ripple-animation {
    from {
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      transform: scale(100);
      opacity: 0;
    }
}


.btn_detail {
  padding: 10px 20px;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  color:#333;
}
.save:before {
  font-family: lgsports_icon;
  content: "\e816";
  font-size: 14px;
  margin-right: 8px;
  color: #888;
}

.btn_red {
	background-color: #a50034 !important;
	color:#fff;
}
.close_btn:before {
  content: "\e82e";
  font-family: lgsports_icon;
  color: #777;
}

.bottom_btn.big {
	text-align: center;
	margin: 45px 0px;
}

.bottom_btn.big a {
	border-radius: 0;
	padding: 25px 30px;
	width: 300px;
	border: none;
	background-color: #a50034;
	color: #fff;
	text-align: left;
	margin-right: 1%;
}
.bottom_btn.big a.disabled {
	background-color: #aaa;
	color:#eee;
}
.bottom_btn.big a:before {
	position: absolute;
	right: 20px;
	font-size: 20px;
	content: "\f105";
	font-family: "lgsports_icon";
	color: #fff;
}

.bottom_btn.big a:last-child {
	margin-right: 0;
}

.bottom_btn.big a span {
	opacity: 0.5;
	margin-left: 10px;
	color: #fff;
}

.bottom_btn.big a.sub {
	background-color: #e6e6e6;
	color: #333;
}

.bottom_btn.big a.sub:before {
	color: #333;
}
/* footer style--------------------- */
.footer {
  text-align: center;
  min-width: 1200px;
  display: block;
  clear: both;
  margin-top: 80px;
  position:relative;
}


.footer_dic02 {
  padding: 13px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.footer_dic02 ul {display:inline-block;}
.footer_dic02 ul li {
	display:inline-block;
	padding: 0 15px;
	border-right:1px solid #aaa;
}
.footer_dic02 ul li a.privacy {color:#a50034; font-weight:bold;}

.footer_dic02 ul li a.red {
	color:#a50034;
	font-weight: 600;
}
.footer_dic02 ul + p.tel {
	display:inline-block;
	padding:5px 15px;
	margin-left:10px;
	background-color: #bbb;
	color:#fff;
	border-radius:10px;
}
.footer_dic02 ul + p.tel span {margin-right:10px;}
.footer_dic03 {
  padding: 34px 0 44px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.footer_dic03 p {
  line-height: 24px;
  max-width:700px;
  margin:10px auto;
}
.footer_dic03 p span {
	white-space:nowrap;
	margin:0 5px;
}
.footer_dic03 p span a {
	font-size:11px;
	padding:5px 5px;
	background-color:#eee;
	vertical-align:middle;
	color:#888;
}
.footer .norton {
	position:absolute;
	right: 20px;
	top: 55px;
	background:#fff;
	padding:10px 20px;
	border-radius:30px;
	/* background: #333; */
}
.footer .norton img {
}

/* sub-nav style--------------------- */
.side_nav {
  width: 154px;
  float: left;
  position: relative;
  z-index: 10;
  top: 0;
}
.side_nav ul {
}

.side_nav ul .sideMenuNav {
  font-size: 18px;
  color: #555;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.side_nav ul li {
	position: relative;
	margin-bottom:20px;padding-right: 5px;
}
.side_nav ul li a {
  font-size: 18px;
  color: #555;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.side_nav ul li .menuside {
   font-size: 15px;
   color: #555;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.side_nav ul li .menuside.exp {
	font-size:14px;
}
.side_nav ul li .menuside.exp span{
	display: none;
}
.side_nav ul li a.on {
  color: #a50034;
  font-weight: bold;
}

.side_nav ul li a.on:before {
  content: "\f105";
  font-family: "lgsports_icon";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
}

.side_nav ul li a:hover {
  color: #a50034;
}
.side_nav ul li a:hover:before {
  -webkit-animation-name: sub_nav;
  -webkit-animation-duration: 0.5s;
  animation-name: sub_nav;
  animation-duration: 0.5s;
  content: "\f105";
  font-family: "lgsports_icon";
  position: absolute;
  right: 0px;
  top: 0px;
}
.side_nav ul li a.on:hover:after{
	animation:none;
}
.side_nav ul + p {
	width:150px;
	padding:20px 20px 10px 0;
	border-top:1px solid #ccc;
	line-height:1.8em;
}
.side_nav ul + p span {
	display:block;
}
.side_nav ul + p b {
	display:block;
}
.side_nav ul.sub_menu:before,
.side_nav ul.sub_menu:after {
	display:none;
}
@keyframes sub_nav {
  from {
    opacity: 0;
    right: 30px;
  }

  to {
    opacity: 1;
    right: 0px;
  }
}
.side_nav ul.sub_menu * {
	display:none
}

/* sub-title style--------------------- */
.sub_title {
    width: 100%;
    background-color: #eee;
    /* border-top: 7px solid #a50034; */
    box-sizing: content-box;
}
.sub_title_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 24px;
}
.sub_title_wrap p {
    margin-bottom: 10px;
    color: #4a4a4a;
}
.sub_title_wrap .l_title {
    font-size: 17px;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    line-height: 30px;
    color: #4a4a4a;
}
.sub_title_wrap a.golist {
	font-size:18px;
}
.sub_title_wrap a.golist:hover {
	color:#a50034;
}
.sub_title_wrap a.golist:before {
	content:"\e80e";
	font-family:lgsports_icon;
	margin-right:15px;
	font-size:16px;
}
.sub_title_wrap .l_title.bold {
    font-weight: bold;
}
.sub_title_wrap .right_arrow{
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 15px;
	color: #888;
	font-size: 14px;
}
.sub_title_wrap .right_arrow:after{
	content:"\e80d";
	font-family:lgsports_icon;

}
/* sub-body style--------------------- */
.body_wrap {
  position: relative;
  top: 0;
}
.sub_container {
  padding-top: 60px;
}
.sub_container_wrap {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.sub_container_wrap side_nav nav_link li a span {
	display:none;
}
.sub_container_wrap:after{
	content:"";
	display:block;
	clear:both;
}
.boardview {
  float: left;
  margin-left: 38px;
  width: 967px;
  overflow: hidden;
  /* padding-bottom: 30px; */
}
.boardview.full{
  margin:0;
  width:100%;
}

/* board style--------------------- */
/* notice */
.boardview .notice {
  position: relative;
  /* background-color: #fff; */
  padding: 16px 24px 16px 20px;
}
.boardview .notice li {
	display:block;
	line-height:30px;
	font-size: 16px;
}
.boardview .notice li a:before {
	content: "\e829";
	font-size:15px;
    font-family: lgsports_icon;
    color: #aaa;
	margin-right:10px
}
.boardview .notice li a {
	color:#888
}
.boardview .notice a:hover {
	color:#222;
}
.boardview .notice .close_btn {
  position: absolute;
  right: 20px;
  top: 22px;
}

.boardview .notice .close_btn:before {
  font-size: 14px;
  color: #888;
}
.boardview .note_box {
  padding: 25px 35px;
  background-color: #eee;
}
.boardview .commonTable .note_box {
	padding: 15px;
	background-color:#fff;
	text-align:left;
}
.boardview .note_box .title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
.boardview .note_box>ul>li,
.boardview .note_box .list {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 9px;
}
.boardview .note_box a {text-decoration:underline;}
.boardview .commonTable .note_box>ul>li{
  font-size:16px;
}
.boardview .commonTable .note_box h4{
	margin-bottom:10px;
}
.boardview .note_box ul li:before,
.boardview .note_box .list:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #aaa;
  position: absolute;
  top: 10px;
  margin: auto;
  left: 0;
  border-radius: 5px;
}
.boardview .note_box>ul ul {margin-top:5px;margin-bottom: 5px;}
.boardview .note_box>ul>li li{
	color:#888;
	text-indent:-10px;
	padding-left:10px;
}
.boardview .note_box>ul>li li b {
	font-weight:100;
}
.boardview .note_box + .note_box {
	margin-top:20px;
}

/* board_header */
.board_header {
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  height: 55px;
  clear: both;
  z-index: 30;
}
.tab_header {
	padding: 5px 20px 0;
}
.board_header .sort_header{
	display: inline-block;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
.board_header .sort_header a {
	font-size: 18px;
	color: #777;
	padding: 0 3px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	position: relative;
}
.board_header .sort_header a.on {
	color: #a50034;
}

.board_header .sort_header a.on:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #a50034;
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	animation-name: line_bar;
	animation-duration: 0.3s;
}
.board_header p.msg {
	font-size:16px;
	padding:18px 25px;
	color:#888;
}
.board_header p.msg a {
	color:#a50034;
	text-decoration:underline;
}
.board_header p.msg:before {
	content: "\e801";
	font-family: lgsports_icon;
	margin-right:10px;
	position: relative;
	left: 0;
}
.tab_header a {
  font-size: 20px;
  color: #777;
  margin: 0 10px;
  padding: 0 5px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tab_header a:first-child{
	margin-left:0;
}
.tab_header a:hover {
	text-decoration:initial;
}

.board_header .tab_header .expand_icon:before {
  content: "\e819";
  font-family: lgsports_icon;
}

.board_header .tab_header .list_icon:before {
  content: "\e81c";
  font-family: lgsports_icon;
}

.tab_header a.on {
	color: #a50034;
}


.tab_header a.on:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #a50034;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  animation-name: line_bar;
  animation-duration: 0.3s;
}
.tab_header a.on.list_icon:after,
.tab_header a.on.expand_icon:after {
	display:none !important;
}

@keyframes line_bar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.board_header .change_type {
  display: inline-block;
}

.board_header .search_wrap {
  right: 0;
  position: absolute;
  height: 47px;
  bottom: 0;
  min-width: 50px;
}

.board_header .search_wrap .form_group {
  height: 46px;
  position: relative;
  right: -284px;
  bottom: 0;
  display: none;
}

.board_header .search_wrap .form_group select {
  border: none;
  /* margin: 9px 10px; */
  /* outline: none; */
  /* cursor: pointer; */
  padding: 10px;
  font-size: 14px;
}

.board_header .search_wrap .form_group input {
  height: 40px;
  width: 182px;
  border: none;
  -webkit-appearance: none;
  padding: 5px 36px 5px 5px;
  outline: none;
  /* position: absolute; */
  right: 0;
  box-sizing: border-box;
  top: 0;
  background: none;
  display: inline-block;
}

.board_header .search_wrap .form_group:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #000;
  width: 100%;
  z-index: 10;
}

.board_header .search_wrap .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 60px;
  height: 42px;
}

.board_header .search_wrap .icon-search:before {
  font-family: lgsports_icon;
  content: "\e804";
  position: absolute;
  right: 15px;
  line-height: 40px;
  font-size: 21px;
}

.board_header .search_wrap a.icon-search {
  display: none;
  color:#555;
}

.board_header .search_wrap span.icon-search {
  display: block;
  cursor: pointer;
}

.board_header .change_type a {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  color: #888;
  padding: 0 10px;
  line-height: 36px;
}

.board_header .change_type .expand_icon:before {
  font-family: lgsports_icon;
  content: "\e819";
  font-size: 16px;
}

.board_header .change_type .list_icon:before {
  font-family: lgsports_icon;
  content: "\e81c";
  font-size: 15px;
}

.board_header .change_type .on:after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #a50034;
  left: 0;
  right: 0;
  bottom: -7px;
}
.board_header h3 {
	font-size: 22px;
	font-weight: 100;
	padding: 16px 1px 16px 5px;
	background: #f7f7f7;
}
.board_header .header_btn {
	position: absolute;
	right: 0px;
	top: 5px;
}
.board_header .btn_detail {
	border: none;
	background-color: #888;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 8px 32px 8px 12px;
}
.board_header .btn_detail:before {
	content:"1";
	position:absolute;
	right:10px;
	top:11px;
	font-family: lgsports_icon;
	content: "\e806";
	font-size:12px
}
/* board_body */
.category_box {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #777;
}
.board_dic {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  opacity: 1;
  transform: translateY(0px);
  animation-name: dic_appear;
  animation-duration: 0.5s;
  background-color: #fff;
  overflow: hidden;
}
.board_dic .image_wrap img {
  width: 100%;
  position: relative;
  top: 0;
  min-height: 100%;
}

.board_dic .txt_wrap.no-image {
  padding: 0 !important;
  height: auto;
}
.tab_content{
  animation-name: dic_appear;
  animation-duration: 0.5s;
  position: relative;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes dic_appear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.board_dic .title:hover {

}
.board_dic .title h3:hover {
  color:#a50034;
}

.board_dic .likeComment {
  margin-top: 15px;
}

.board_dic .likeComment .lc_dic {
  display: inline-block;
  margin-right: 20px;
}
.board_dic .likeComment .lc_dic:last-child {
  margin-right: 0px;
}
.board_dic .likeComment .lc_dic span:before {
  margin-right: 5px;
  /* color: #777; */
  font-size: 15px;
  vertical-align: top;
  line-height: 18px;
  display: inline-block;
}
.icon_view:before {
  font-family: lgsports_icon;
  content: "\f082";
  color: #888;
  margin-right: 5px;
}
.icon_heart:before {
  font-family: lgsports_icon;
  content: "\e800";
}

.icon_heart.on:before {
  color: #a50034;
  content: "\e817";
}

.icon_comment:before {
  font-family: lgsports_icon;
  content: "\e801";
}

.board_dic .likeComment .lc_dic span {
  font-size: 16px;
  color: #777;
  vertical-align: middle;
  line-height: 18px;
}

.board_dic .textarea {
	font-size: 16px;
  line-height: 26px;
  color: #777;
}

.board_dic .textarea > div,
.board_dic .textarea > p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
}

.board_dic .textarea .photo {
  overflow: hidden;
  margin-top: 20px;
  height: 310px;
  position: relative;
}
.board_dic .textarea .photo ul {
  overflow: hidden;
  height: 300px;
}
.board_dic .textarea .photo li {
  position: relative;
  width: 49%;
  height: 100%;
  float: left;
  background-position: center top;
  background-size: cover;
  background-color: #eee;
  cursor:pointer;
}

.board_dic .textarea .photo .img_count {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: url(../../images/bg_grey.png);
  text-align: center;
  line-height: 310px;
  color: #fff;
  font-size: 40px;
}

.board_dic .textarea .photo .img_count:before {
  content: "\e83f";
  font-family: lgsports_icon;
  font-size: 20px;
  position: relative;
  top: -8px;
  margin-right: 10px;
}

.board_dic .textarea .photo li:first-child {
  margin-right: 1%;
}

.board_dic .textarea .photo li:last-child {
}

.board_dic .header {
  position: relative;
}

.board_dic .title {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_dic .title h3 {
  font-size: 24px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  line-height: 28px;
  color: #333;
  text-overflow: ellipsis;
  overflow:hidden;
  white-space:nowrap;
  display: block;
}
.board_dic .title h3 span.n {
	font-weight:100;
	color:#fff;
	background-color:#a50034;
	font-size: 10px;
	padding: 2px 4px 2px;
	vertical-align:middle;
	margin-left: 7px;
}
.board_dic .title.direct h3:after {
  content: "\e818";
  font-family: lgsports_icon;
  margin-left: 10px;
  top: -2px;
  position: relative;
  color: #ef9800;
  font-size: 15px;
}

.board_dic .title .date {
  color: #888;
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
}
.board_dic .title a.edit {
	padding: 3px 4px;
	display: inline-block;
	border-radius: 5px;
}
.board_dic .title a.edit:hover {
	background-color:#888;
	color:#fff;
}
.board_dic .title a.edit:before {
  content: "\e802";
  font-family: lgsports_icon;
  margin-right: 5px;
}
.board_dic + .note_box {
	margin-top:50px;
}
.user_txt {
  position: absolute;
  right: 0px;
  top: -5px;
  cursor: pointer;
}

.user_txt:hover {
}

.user_txt .user_photo {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  float: left;
}

.user_txt .user_info {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 36px;
}
.user_txt .user_info .time{
	color:#777;
	padding-left: 7px;
	margin-left: 7px;
	position:relative;
}
.user_txt .user_info .time:before{
	content:"";
	width: 2px;
	height: 2px;
	background-color: #ccc;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.user_txt .user_info .user_name {
  color: #005682;
  font-size: 18px;
  float: left;
}
.user_txt i.Vmem {display: inline-block;position: relative;top: -2px;margin-right: 5px;}
.user_txt i.Vmem img {width: 15px !important;vertical-align: middle;}
.user_txt .user_info .user_id {
  color: #777;
  font-size: 16px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
  display: inline-block;
}

/* detail_page style--------------------- */
.over_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background-image: url(../../images/bg_black.png);
  z-index: 1006;
  display: none;
  height: 100%;
}
.over_wrap.picnic .board_detail_wrap{
	padding: 30px 50px 50px 50px;
}
.over_wrap.picnic .board_detail_wrap .commonTable tbody tr td{
	font-size:18px;
}
.over_wrap.picnic .board_detail_wrap a{
	margin-top:15px;
}
.over_wrap.picnic .board_detail_wrap .board_header h3{
	background:none;
}
.over_wrap .close_btn {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 40px;
  right: 50px;
  z-index: 1000;
}

.over_wrap .close_btn:before {
  font-size: 30px;
}

.board_detail_wrap {
  width: 990px;
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-bottom: 50px;
  padding: 0;
}
.over_wrap .board_detail_wrap {
	margin-top:100px;
	animation-name: layer_pop;
	  animation-duration: 0.5s;
}
.over_wrap.photo .board_detail_wrap {
  background: none;
  width: 1100px;
  animation: none;
  margin-top: 40px;
}

@keyframes layer_pop {
  from {
    margin-top: 150px;
  }

  to {
    margin-top: 100px;
  }
}

.detail_header {
  position: relative;
  padding: 80px 100px 80px 100px;
  margin-bottom:20px;
}
.detail_header:after {
	position:absolute;
	content:"";
	width: 150px;
	height:1px;
	background-color: #e5e5e5;
	bottom:0;
	left: 100px;
}

.detail_header .user_txt {
  top: 125px;
  right: 100px;
}

.detail_header .sub_title {
  display: inline-block;
  background-color: #fff;
  width: auto;
  padding: 5px 10px;
  border: 1px solid #d27f99;
  color: #a50034;
  text-align: center;
  margin-bottom: 15px;
}

.detail_header .title {
  font-size: 30px;
  display: block;
  line-height: 40px;
  padding-right: 190px;
}
.detail_header .title span {
	display:block;
	font-size:16px;
	font-weight:100;
	padding-right:200px;
	line-height:1.8em;
	margin-top:20px;
}
.detail_header .direct {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -10px;
  margin-left: 15px;
  color: #ef9800;
  font-size: 18px;
  font-weight: normal;
}

.detail_header .direct:before {
  content: "\e818";
  font-family: lgsports_icon;
  font-size: 18px;
  margin-right: 5px;
}

.detail_header .date {
  color: #888;
  margin-top: 17px;
  font-size: 16px;
  display: inline-block;
}

.detail_header .stat_count {
  padding: 0 10px 0 20px;
  display: inline-block;
  margin-left: 20px;
  border-left: 1px solid #ddd;
}

.board_detail_wrap .detail_header .stat_count span:first-child {
  margin: 0;
}

.board_detail_wrap .detail_header .stat_count span {
  font-size: 16px;
  margin-left: 25px;
}

.board_detail_wrap .detail_header .stat_count .like:before {
  font-family: lgsports_icon;
  content: "\e800";
  margin-right: 5px;
  color: #888;
}

.board_detail_wrap .detail_header .stat_count .view:before {
  font-family: lgsports_icon;
  content: "\f082";
  margin-right: 5px;
  color: #888;
}

.board_detail_wrap .detail_header .stat_count .comment:before {
  font-family: lgsports_icon;
  content: "\e801";
  margin-right: 5px;
  color: #888;
}

.detail_container {
  margin-top: 44px;
  padding: 0 100px 50px;
}
.detail_container .content * {font-family:sans-serif;}
.detail_container .content {margin-bottom: 50px;position: relative;z-index: 10;}

.detail_container .content .detail_photo {
  margin-top: 43px;
}

.detail_container .content .detail_photo img {
  max-width: 100%;
}
.detail_container .content,
.detail_container .content p {
  font-size: 16px;
  line-height: 30px;
  white-space: pre-line;
}
.detail_container .content p img {max-width:100%;}
.detail_container .bottom {
  padding: 35px 0;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.sns_link {
  float: left;
  position: relative;
}

.sns_link span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 37px;
  height: 37px;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.sns_link span:first-child {
  margin: 0;
}

.sns_link .kakao {
  background-image: url(../../images/sns_ico/kakao.png);
}

.sns_link .facebook {
  background-image: url(../../images/sns_ico/facebook.png);
}

.sns_link .band {
  background-image: url(../../images/sns_ico/band.png);
}

.detail_container .bottom .recommend {
  display: inline-block;
  position: relative;
}

.recommend span {
  line-height: 37px;
  float: left;
  font-size: 16px;
  padding-left: 44px;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}

.recommend .heart {
  color: #555;
}

.recommend .on.heart {
  color: #a50034;
}

.recommend .heart:after {
  content: "\e817";
  font-family: lgsports_icon;
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #e5e5e5;
  border-radius: 50px;
  top: 0;
}

.recommend .on.heart:after {
  background-color: #ff83aa;
  transform: scale(1);
  animation-name: heart_scale;
  animation-duration: 0.3s;
}

@keyframes heart_scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.recommend span:before {
  content: "";
  border-left: 1px solid #ccc;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -15px;
}

.detail_container .bottom .recommend .no-icon {
  padding: 0;
}

.recommend .offheart {
}

.recommend .offheart:after {
  content: "\e817";
  font-family: lgsports_icon;
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.detail_container .bottom .bottom_btn {
  float: right;
  margin-top: -4px;
}

.detail_container .bottom .bottom_btn a {
  margin-left: 8px;
  float: left;
}

.detail_container .bottom .bottom_btn .list_btn {
  background-color: #ececec;
  border: 1px solid #b8b8b8;
}

.comment_container {
  padding: 70px 100px;
  background-color: #f7f7f7;
}

.comment_container .commnet_wrap {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 28px 38px;
  position: relative;
}

.comment_container .commnet_wrap .header {
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}

.comment_container .commnet_wrap .header h3 {
  font-size: 18px;
  float: left;
}

.comment_container .commnet_wrap .header .reply {
  font-size: 18px;
  margin-left: 5px;
}

.comment_container .commnet_wrap .header .reply:before {
  content: "\e801";
  font-family: lgsports_icon;
  margin-right: 10px;
  color: #888;
}

.commnet_wrap .header .commnet_write {
  margin-top: 30px;
  position: relative;
}

.commnet_wrap .header .commnet_write .checkbox_style {
  position: absolute;
  right: 140px;
  margin-top: 23px;
  bottom: -47px;
}

.commnet_wrap .header .commnet_write .btn_detail {
  bottom: -55px;
  right: 0;
  position: absolute;
}
.commnet_wrap i.Vmem {display: inline-block;position: relative;top: -2px;margin-right: 5px;}
.commnet_wrap i.Vmem img {width:15px;vertical-align: middle;}
.user_photo {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(../../images/user_default.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  -ms-behavior: url('/pc_sakers/js/common/backgroundsize.min.htc');
  background-position: center;
  z-index: 10;
}

.user_photo > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.user_photo > i.Vmem {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:100%;
	text-align:right;
}
.user_photo > i.Vmem img {
	width:30%;
}
.commnet_wrap .header .commnet_write .user_photo {
  position: absolute;
  left: 0;
  top: 0;
}

.commnet_wrap textarea {
  width: calc(100% - 80px);
  margin-left: 80px;
  height: 88px;
  resize: none;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  padding: 5px;
  line-height:24px;
  font-size:16px;
}

.commnet_wrap .content {
}

.commnet_wrap .content .dic {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
.commnet_wrap .content .dic:first-child {
	border-top: 1px solid #ccc;
  margin-top: 0;
}

.commnet_wrap .content .dic.reply {
  padding-left: 70px;
  margin-top: 0px;
}

.commnet_wrap .content .dic.reply.write textarea {
  margin-left: 70px;

  width: calc(100% - 220px);

}

.commnet_wrap .content .dic.reply.write a {
  position: absolute;
  bottom: 28px;
  right: 0;
}

.commnet_wrap .content .dic.reply:before {
  font-family: lgsports_icon;
  content: "\e813";
  left: 23px;
  top: 40px;
  position: absolute;
  font-size: 16px;
  color: #888;
}

.commnet_wrap .content .dic .user_photo {
  position: absolute;
  top: 25px;
}

.commnet_wrap .content .dic .btn_group {
  position: absolute;
  right: 0;
  top: 35PX;
  display: none;
}
.commnet_wrap .content .dic:hover .btn_group {
	display: block;
}

.commnet_wrap .content .dic .btn_group a {
  color: #888;
  margin-left: 20px;
}

.commnet_wrap .content .dic .btn_group a:before {
  margin-right: 5px;
}

.commnet_wrap .content .dic .btn_group .delete:before {
  font-family: lgsports_icon;
  content: "\e803";
}

.commnet_wrap .content .dic .btn_group .reply:before {
  font-family: lgsports_icon;
  content: "\e813";
  font-size: 10px;
}

.commnet_wrap .content .dic .btn_group .notify:before {
  font-family: lgsports_icon;
  content: "\e814";
}

.commnet_wrap .content .dic .btn_group a:first-child {
  margin: 0;
}

.commnet_wrap .content .dic .header {
  border: none;
  padding: 0;
  float: left;
  margin-top: 8px;
  padding-left: 70px;
}

.commnet_wrap .content .dic .header .title {
  font-size: 16px;
  display:inline-block;
  margin-bottom:5px;
}

.commnet_wrap .content .dic .header .time {
  color: #888;
  position: relative;
  padding-left: 6px;
  margin-left: 6px;
}

.commnet_wrap .content .dic .header p {
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 26px;
}

.commnet_wrap .content .dic .header .time:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 5px;
  color: #888;
  display: inline-block;
  background-color: #888;
}
/* paging style--------------------- */
.paging_wrap {
  padding: 30px 0;
  text-align: center;
  position: relative;
  /* background: #fff; */
  margin-bottom: 20px;
}

.paging_wrap a {
  font-size: 16px;
  margin: 0 5px;
  color: #777;
  line-height: 34px;
  min-width: 36px;
  text-align: center;
  display: inline-block;
}

.paging_wrap .content {
  position: relative;
  display: inline-block;
}

.paging_wrap .left_btn {
  position: absolute;
  left: -65px;
}

.paging_wrap .left_btn:before {
  content: "\e80e";
  font-family: lgsports_icon;
  margin-right: 10px;
}

.paging_wrap .right_btn {
  position: absolute;
  right: -65px;
}

.paging_wrap .right_btn:after {
  content: "\e80d";
  font-family: lgsports_icon;
  margin-left: 10px;
}

.paging_wrap ul {
  display: inline-block;
}

.paging_wrap ul li {
  display: inline-block;
}
.paging_wrap ul li.Lnext a:hover,
.paging_wrap ul li.Lprev a:hover{
	border:none;
}
.paging_wrap ul li.Lnext:after{
	content:"\e80d";
	font-family:lgsports_icon;
}
.paging_wrap ul li.Lprev:before{
	content:"\e80e";
	font-family:lgsports_icon;
}
.paging_wrap ul li.Lend,
.paging_wrap ul li.Lbegin
{
display:none;
}
.boardview .notice li {
	background-color:#fff;
}
.paging_wrap ul li.on span {
  border: 1px solid #a50034;
  color: #a50034;
  background: #fff;
  font-size: 16px;
  margin: 0 5px;
  line-height: 34px;
  min-width: 36px;
  text-align: center;
  display: inline-block;
}

.paging_wrap ul li a:hover {
	border: 1px solid #a50034;
}

.brick {
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	min-height: 100px;
	background-color: #fff;
}
/* audio style--------------------- */
audio{
	width:0;
	height:0;
	display: block;
}
.audio {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cplayer {cursor:pointer;}

.audio:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	transition: all 0.2s;
	left: 17px;
}

.audio.play:before {
	border-top: 12px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 12px solid transparent;
}

.audio.pause:before {
	border-top: 0 solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 20px solid #fff;
}
.audio.pause:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 28px;
	right: 0;
	bottom: 0;
	margin: auto 0;
	transition: all 0.3s;
	left: 28px;
	border-top: 0 solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 20px solid #fff;

}


/* ul.summary */
ul.summary {
	padding:20px 30px;
	background:#fff;
	margin-bottom: 10px;
}
ul.summary + .note_box {margin-top:-30px;}

.jr_info .member_body ul.summary {
	padding:0;
	margin-bottom:50px;
}
.jr_info h4 + ul.summary {
	padding:0px;
	margin-top:20px;
}
.jr_info h4 + ul.summary>li {
	font-size:16px;
}
ul.summary>li {
	line-height: 30px;
	font-size:18px;
	position:relative;
	padding-bottom: 15px;
}
ul.summary>li.msg {
	font-size:14px;
	line-height:1.2em;
	color:#888;
}
ul.summary>li:last-child {
	padding-bottom:0;
}
ul.summary>li>b,
ul.summary>li dt {
	width: 120px;
	display:inline-block;
	font-weight:100;
	color:#888;
	font-size:16px;
	line-height: 1.5em;
}
ul.summary.longtitle>li>b,
ul.summary.longtitle>li dt {
	width: 180px;
}
ul.summary>li dl {
	padding: 7px 0 0 120px;
	position:relative;
}
ul.summary>li dt {
	position:absolute;
	left:0;
	top:0;
	padding-top:10px;
}
ul.summary>li dd {
	line-height: 30px;
	padding-bottom:5px;
	padding-left:12px;
	position:relative;
}
ul.summary>li dd:before {
	content:"";
	width:3px;
	height:3px;
	border-radius:100%;
	background-color:#555;
	position:absolute;
	top:12px;
	left:0;
}
ul.summary>li dd.sub {
	font-size:16px;
	color:#888;
	line-height: 22px;
}
ul.summary>li dd.sub:before {
	display:none;
}
ul.summary>li span {
	font-size:14px;
	padding-left:20px;
	line-height:18px;
	display:block;
	color: #888;
}
ul.summary>li>span {
	padding-left:120px;
}

ul.summary>li a {
	font-size: 14px;
	font-weight: 100;
	padding: 3px 5px;
	margin-left:10px;
	background: #eee;
	border-radius: 3px;
	background-color:#fff;
	color:#00984b;
}
ul.summary>li a:hover{
	background-color: #f1f1f1;
	text-decoration:initial;
}
ul.summary ul {
	position:absolute;
	top:0;
	padding-left:100px;
}
ul.summary>li dd>b {
	position:absolute;
	right: 40px;
}

/* no Data Style */
div.nodata,
li.nodata,
.board_dic.nodata {
	text-align:center;
	font-size: 18px !important;
	padding: 0 !important;
	line-height: 100px;
	cursor: default !important;
	color: #888 !important;
}
div.nodata:after,
li.nodata:after,
.board_dic.nodata:after {
	display:none !important;
}
div.nodata,
.board_dic.nodata {
	padding:50px !important;
	background-color:#fff;
}
li.nodata a,
.board_dic.nodata a {
	font-size:16px;
	background-color:#f1f1f1;
	padding:5px 10px;
	border-radius:10px;
	color:#a50034;
	margin:10px;
}

/* sason select UI */
span.ymSelect:hover,
span.seasonSelect:hover {
	color:#a50034;
	cursor:pointer;
}
span.ymSelect:after,
span.seasonSelect:after {
	font-family: lgsports_icon;
    content: "\e81f";
    font-size:14px;
    margin-left:5px;
}
ul.seasonList,
ul.ymList {
	position:absolute;
	left: calc(50% - 120px);
	background-color:#fff;
	padding:10px 10px;
	border:1px solid #ccc;
	width:240px;
	max-height:300px;
	overflow-y:auto;
	z-index:1;
	display:none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
ul.seasonList li {
	line-height:2em;
	padding:0;
}
ul.seasonList li a {
	line-height:2em;
	font-size:16px;
	display:block;
	padding:5px 30px;
}
ul.seasonList li a:hover {
	color:#a50034;
	background-color:#eee;
}
/* status style */
span.tRev {
	padding:5px 10px;
	border:1px solid #00984b;
	color:#00984b;
	border-radius:5px
}
span.tAct {
	padding:5px 10px;
	border:1px solid #a50034;
	color:#a50034;
	border-radius:5px
}
span.tEnd {
	padding:5px 10px;
	border:1px solid #aaa;
	color:#aaa;
	border-radius:5px
}
span.tCancel {
	padding:5px 10px;
	border:1px solid #aaa;
	color:#aaa;
	border-radius:5px
}

body .buorg * {font-family:sans-serif !important;}
body .buorg div {padding: 15px 36px 15px 40px;}

/* added by Sungjoon Kim*/
select[disabled] {
	background-color:#f0f0f0;
}
#picnicDetail{
	padding: 0 20px;
}

.ready-wrap img { display: block; margin: 0 auto;  }