@charset 'UTF-8';

/********** font **********/
@import url(font.css);
@import url(slick.css);
@import url(common.css);

/********** MAIN **********/
.mainBanner {
	height: 500px;
	position: relative;
}
.mainBanner .assocition {
	height: 300px;
	position: absolute;
	top: 0;
	left: -31px;
	writing-mode: vertical-rl;
	font-size: 15px;
	font-weight: 500;
}
.mainSliderWrap {
	width:1550px;
	position: absolute;
	top:0;
	left: 0;
}
.mainSlider {
  height: 500px;
  overflow: hidden;
}
.mainSlider .slick-slide {
  height: 500px;
  padding: 104px 0 0 103px;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
}
.mainSlider li h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: #fff;
}
.mainSlider li p {
  margin-bottom: 58px;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.48;
  color: #fff;
}
.mainSlider li .sign {
  display: block;
  width: 87px;
  height: 27px;
  margin: 0 0 20px 0;
  padding: 1px 4px 2px 11px;
  border-radius: 56px;
  background-color: #3fa6c9;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.mainSlider .slick-dots {
  position: absolute;
  top: 342px;
  left: 103px;
}
.mainSlider .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.mainSlider .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}
.mainSlider .slick-dots li.slick-active button {
  width: 40px;
  height: 9px;
  border-radius: 5px;
  background-color: #fff;
}
.mainBanner .controls-auto {
  position: absolute;
  bottom: 134px;
  left: 186px;
}
.mainBanner .controls-auto .slide-stop {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  outline: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background: url(../img/btn_stopSlide.svg) 0 0 no-repeat;
  cursor: pointer;
}
.mainBanner .controls-auto .slide-start {
  display: inline-block;
  width: 23px;
  height: 23px;
  outline: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  background: url(../img/btn_startSlide.svg) 0 0 no-repeat;
  cursor: pointer;
}  
.titleArea {
  width: 309px;
  background-repeat: no-repeat;
  position: relative;
}
.titleArea h4 {
  margin-bottom: 5px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.titleArea h4::before {
  content: "";
  width: 26px;
  height: 5px;
  background-color: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
}
.titleArea .txt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.titleArea .moreBtn {
  width: 70px;
  height: 29px;
  margin: 0 0 25px 0;
  padding: 3px 0 4px;
  border-radius: 18px;
  text-align: center;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 15px;
}
[class*="main-section"] {
  display: flex;
  padding: 70px 0;
  position: relative;
}
.main-section01 {
  border-bottom: 1px solid #e1e1e1;
}
.main-section01 .titleArea {
  background-image: url("../img/icon_main01.png");
  background-position: 0 140px;
}
.tournament-list li {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.tournament-list li:last-child {
  margin-bottom: 0;
}
.tournament-list li p {
  width: 400px;
  margin-right: 35px;
}
.tournament-list li p span {
  display: block;
}
.tournament-list li p .contest {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
.tournament-list li p .date-place {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
}
.tournament-list li .state {
  width: 97px;
  height: 48px;
  padding: 11px 0 14px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 17px;
}
.main-section02 {
  border-bottom: 1px solid #e1e1e1;
}
.main-section02 .titleArea {
  padding-bottom: 72px;
  background-image: url("../img/icon_main02.png");
  background-position: 0 140px;
}
.main-section02 .joinBtn {
  width: 120px;
  height: 48px;
  padding: 11px 14px 14px 5px;
  border-radius: 3px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 17px;
  position: relative;
}
.main-section02 .joinBtn::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("../img/bg_leftArrow.png") no-repeat 0 0;
  position: absolute;
  top: 18px;
  right: 14px;
}
.main-section03 {
  border-bottom: 1px solid #e1e1e1;
}
.main-section03 .titleArea {
  padding-bottom: 72px;
  background-image: url("../img/icon_main03.png");
  background-position: 0 140px;
}
.main-section03 .movieList ul {
  display: flex;
  justify-content: space-between;
}
.main-section03 .movieList ul li {
  width: 272px;
  margin-right: 38px;
}
.main-section03 .movieList ul li .movie-img {
  margin-bottom: 15px;
}
.main-section03 .movieList ul li h5 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}
.main-section03 .movieList ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.94;
}
.main-section04 {
  border-bottom: 1px solid #e1e1e1;
}
.main-section04 .titleArea {
  padding-bottom: 65px;
  background-image: url("../img/icon_main04.png");
  background-position: 0 165px;
}
.main-section04 .score-cont {
  width: 890px;
  height: 308px;
}

.score-cont .scoreSlider li {
  height: 308px;
  padding: 40px 45px;
  background: url("../img/bg_score.png") no-repeat 0 0;
  box-sizing: border-box;
}
.scoreSlider li h5 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.scoreSlider li p {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
}
.scoreSlider li .live-score {
  display: flex;
  align-items: center;
}
.scoreSlider li .live-score span {
  display: block;
  width: 252px;
  height: 77px;
  padding: 20px 0 24px;
  text-align: center;
  border-radius: 39px;
  border: solid 2px #fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.scoreSlider li .live-score span.versus {
  width: 90px;
  height: 82px;
  margin: 0 70px;
  padding: 0;
  border: 0 none;
  font-size: 0;
}
.arrow {
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 0;
}
.prev {
  background: url("../img/btn_prev.png") no-repeat 0 0;
  left: -309px;
}
.next {
  background: url("../img/btn_next.png") no-repeat 0 0;
  left: -278px;
}
.main-section05 {
  display: block;
  padding: 70px 0 257px;
  border-bottom: 1px solid #e1e1e1;
  background: url("../img/bg_main01.png") no-repeat 295px 70px;
  position: relative;
}
.main-section05 .titleArea {
  padding: 30px 28px 0 0;
}
.view-more {
  display: block;
  width: 200px;
  height: 48px;
  margin: 30px 0 0 0;
  padding: 11px 25px 14px 18px;
  border-radius: 3px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 17px;
  color: #3d3d3d;
}
.main-section06 .titleArea h4 {
  margin-bottom: 100px;
}
.main-section06 .titleArea p {
  font-size: 16px;
  font-weight: normal;
}
.main-section06 .titleArea .organization {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
.main-section06 .titleArea .txt01 {
  margin-bottom: 40px;
  line-height: 1.63;
}
.main-section06 .titleArea .txt02 {
  margin-bottom: 15px;
}
.main-section06 .titleArea .txt03 {
  margin-bottom: 84px;
}
.main-section06 .titleArea .snsList {
  display: flex;
}
.main-section06 .titleArea .snsList li {
  margin-right: 20px;
}
.main-section06 .map {
  width: 890px;
  height: 478px;
}

/*  responsive */
@media(max-width:1917px) {
	.mainSliderWrap {
		width:1530px;
	}
}
@media(max-width:1878px) {
	.mainSliderWrap {
		width:1490px;
	}
}
@media(max-width:1798px) {
	.mainSliderWrap {
		width:1450px;
	}
}
@media(max-width:1718px) {
	.mainSliderWrap {
		width:1430px;
	}
}
@media(max-width:1685px) {
	.mainSliderWrap {
		width:1400px;
	}
}
@media(max-width:1618px) {
	.mainSliderWrap {
		width:1350px;
	}
}
@media(max-width:1540px) {
	.mainSliderWrap {
		width:1300px;
	}
}
@media(max-width:1418px) {
	.mainSliderWrap {
		width:1280px;
	}
}
@media(max-width:1380px) {
	.mainSliderWrap {
		width:1230px;
	}
}
@media(max-width:1280px) {
	.mainSliderWrap {
		width:100%;
	}
}
 @media(max-width:1200px) {
	.mainSliderWrap {
		width:100%;
	}
}
@media (max-width: 768px) {
	.main {
		background-color: #f2f2f2;
	 }
	.mainBanner {
    	height: 364px;
    	margin-left: 0;
	}
  .mainSlider {
    height: 364px;
  }
  .mainSlider .slick-slide {
    width: 100%;
    height: 364px;
    padding: 110px 20px 95px;
    background-position: center;
    background-size: cover;
  }
  .mainSlider li h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.38;
  }
  .mainSlider li p {
    font-size: 17px;
    line-height: 1.41;
  }
  .mainSlider .slick-dots {
    top: 305px;
    left: 20px;
  }
  .mainBanner .controls-auto {
    bottom: 35px;
    left: 104px;
  }

  [class*="main-section"] {
    display: block;
    margin-bottom: 8px;
    padding: 50px 20px;
    border-top: 1px solid #b6b6b6;
    background-color: #fff;
    border-bottom-color: #b6b6b6;
  }
  .titleArea {
    width: 100%;
  }
  .titleArea h4 {
    font-size: 20px;
  }
  .titleArea .txt {
    font-size: 15px;
  }
  .titleArea .moreBtn {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .main-section01 {
    border-top: 0 none;
  }
  .main-section01 .titleArea {
    padding-bottom: 103px;
    background-position: 0 82px;
  }
  .tournament-list li {
    display: block;
    margin-bottom: 40px;
  }
  .tournament-list li p {
    width: 100%;
    margin-right: 0;
  }
  .tournament-list li p .contest {
    font-size: 16px;
  }
  .tournament-list li .state {
    display: block;
    width: 80px;
    height: 30px;
    margin-top: 10px;
    padding: 3px 0 5px;
    font-size: 16px;
  }
  .main-section02 .titleArea {
    padding-bottom: 103px;
    background-position: 0 82px;
  }
  .main-section02 .joinBtn {
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding: 9px 0 11px;
    text-align: center;
  }
  .main-section02 .joinBtn::after {
    top: 16px;
    right: auto;
    left: 60%;
  }
  .main-section03 {
    padding: 50px 0;
  }
  .main-section03 .titleArea {
    padding: 0 20px 103px;
    background-position: 20px 82px;
  }
  .main-section03 .titleArea .moreBtn {
    right: 20px;
  }
  .main-section03 .movieList {
    padding-left: 20px;
    overflow-x: scroll;
  }
  .main-section03 .movieList ul {
    width: 226%;
  }
  .main-section03 .movieList ul li {
    margin-right: 25px;
  }
  .main-section03 .movieList ul li:last-child {
    margin-right: 0;
  }
  .main-section03 .movieList ul li h5 {
    font-size: 16px;
  }
  .main-section03 .movieList ul li p {
    line-height: 1.56;
  }
  .main-section04 {
    padding: 50px 0 0;
  }
  .main-section04 .titleArea {
    padding: 0 20px 103px;
    background-position: 20px 104px;
  }
  .main-section04 .titleArea .moreBtn {
    right: 20px;
  }
  .main-section04 .score-cont {
    width: 100%;
    height: auto;
  }
  .score-cont .scoreSlider li {
    height: 518px;
    padding: 47px 20px 50px;
    background-size: cover;
  }
  .scoreSlider li h5 {
    font-size: 21px;
    text-align: center;
  }
  .scoreSlider li p {
    font-size: 18px;
    text-align: center;
  }
  .scoreSlider li .live-score {
    display: block;
  }
  .scoreSlider li .live-score span {
    height: 70px;
    margin: 0 auto 27px;
    padding: 19px 0 23px;
    font-size: 21px;
    font-weight: bold;
  }
  .scoreSlider li .live-score span.versus {
    margin: 0 auto 40px;
  }
  .arrow {
    bottom: 185px;
    z-index: 100;
  }
  .prev {
    left: 20px;
  }
  .next {
    left: auto;
    right: 20px;
  }
  .main-section05 {
    background-position: 20px 176px;
    background-size: 375px auto;
  }
  .main-section05 .titleArea {
    padding: 0;
  }
  .view-more {
    width: 100%;
    height: 45px;
    margin: 270px 0 0 0;
    padding: 10px 0 12px;
    text-align: center;
  }
  .main-section06 {
    padding: 50px 0 0;
    overflow: hidden;
  }
  .main-section06 .titleArea {
    padding: 0 20px;
  }
  .main-section06 .titleArea h4 {
    margin-bottom: 30px;
  }
  .main-section06 .titleArea p {
    font-size: 15px;
  }
  .main-section06 .titleArea .txt01 {
    margin-bottom: 10px;
  }
  .main-section06 .titleArea .txt02,
  .main-section06 .titleArea .txt03 {
    display: inline-block;
    margin-bottom: 30px;
  }
  .main-section06 .titleArea .txt03 {
	display: block;
  }
  .main-section06 .titleArea .snsList {
    margin-bottom: 35px;
  }
  .main-section06 .map {
    width: 100%;
    height: 316px;
  }
}




/********** subPage **********/
.inquiry-box {
	padding: 98px 0 150px;
	text-align: center;
	border-top:2px solid #707070;
	border-bottom:1px solid #707070;
}
.inquiry-box p {
	margin-top: 35px;
	font-size: 16px;
} 



.content {
	position: relative;
}
.content h4 {
	margin-bottom: 10px;
	font-size: 19px;
    font-weight: bold;
    color: #3d3d3d;
}
.contTop {
	margin-bottom: 50px;
	overflow: hidden;
}
.subBanner {
    width: 100%;  
    height: 250px;
    margin-bottom: 25px;
	background: #000 url('../img/bg_subBanner.png') repeat-x center center;
}
.subBanner .inner {
    padding: 105px 0 90px 0;
}
.subBanner .inner h3 {
    padding-top: 20px;
	text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.subBanner .inner h3::before {
	content: '';
	width: 35px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-19px);
}
.sub-section,
.section-top {
	margin-bottom: 50px;
	position: relative;
}
.content .sub-section:last-child {
	margin-bottom: 0;
}	
.subTitArea { 
	margin:0 0 10px 0; 
	position: relative;
}
.subTitArea h4 {
	padding-top: 10px;
}
.subTitArea .btns {
	position: absolute;
	top:0;
	right: 0;
}
.content .subTit01 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #707070;
}

/* search */
[class*=searchBox] {
	display: flex;
	width: 100%;	
	border-radius: 3px;
	border: solid 1px #bfbfbf;
	background-color: #f6f6f4;
	position: relative;
}
[class*=searchBox] label {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}	 
[class*=searchBox] .searchBtn {
    display: inline-block;
    width: 97px;
    text-align: center;
    border-radius: 3px;
    background-color: #3fa6c9;
    font-size: 17px;
    font-weight: 500;
    color:#fff;
}
.searchBox01 {
	height: 165px;
	padding: 25px 25px 25px 173px;
	background:#f6f6f4 url('../img/bg_searchBox.png') no-repeat 25px 25px;
}
.searchBox01 ul {
	display: flex;
	flex-wrap: wrap;
	width: 883px;
}
.searchBox01 ul li {
	margin-top: 10px;
}
.searchBox01 ul li:nth-child(2n) {
	margin-left: 45px;
}	
.searchBox01 ul li label {
	width: 79px;
}	 
.searchBox01 div:first-child {
	margin-right: 45px;
}
.searchBox01 div span {
	display: block;
	margin-top: 12px;
}
.searchBox01 span label {
	width: 79px;
}	 
.searchBox01 select {
	min-width: 295px;
}	
.searchBox01 input.useDatepicker {
    width: 183px;
}
.searchBox01 .searchBtn {
    display: inline-block;
    width: 97px;
    height: 90px;
    margin:10px 0 0 20px;
    padding: 35px 0;
    text-align: center;
}
.searchBox02 {
	height: 80px;
	padding: 20px;
}
.searchBox02 span {
	display: block;
	margin-right: 50px;
}	
.searchBox02 span:last-child {
	margin-right: 0;
}	
.searchBox02 span label {
	 margin-right: 15px;
}	 
.searchBox02 select {
	min-width: 215px;
}	
.searchBox02 input.useDatepicker {
	width: 215px;
}
.searchBox02 .searchBtn {
	height: 40px;
	padding: 7px 0 10px;
	position: absolute;
	top:20px;
	right: 20px;
}
.searchBox03 {
	display: flex;
	align-items: center;
	height: 165px;
	padding: 0 0 0 180px;
	background: #f6f6f4 url(../img/bg_searchBox.png) no-repeat 25px center;
}
.searchBox03 ul {
	margin-bottom: 0;
}
.searchBox03 ul li+li {
	margin-top: 10px;
}
.searchBox03 ul li select {
	min-width: 375px;
}
.searchBox03 .searchBtn {
	display: inline-block;
    width: 97px;
    height: 90px;
    margin: 0 0 0 20px;
    padding: 35px 0;
    text-align: center;
}

/* 2305 추가 */
.sports-competition {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	margin: 0 0 20px 0;
	padding: 0 20px;
	border-radius: 2px;
	border: solid 1px #ccc;
	background-color: #f6f6f4;
}
.sports-competition dt {
	min-width: 43px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
}
.sports-competition dd {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
.box-list li {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 70px;
	padding: 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
}
.box-list li+li {
	margin-top: 10px;
}
.box-list li p {
	width: 70%;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.54;
}
.box-list li strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.box-list li .button-inner01 {
	margin-left: auto;
}

/* 09_대회경기영상조회 */
.total-sum {
	display: flex;
	margin: 8px 0 20px 0;
	font-size: 17px;
	line-height: 1.47;
	color: #3d3d3d;
}
.total-sum .total-posts {
	display: block;
	margin-right: 8px;
	padding-right: 10px;
	position: relative;
}
.total-sum .total-posts::after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #3d3d3d;
	position: absolute;
	top: 5px;
	right: 0;
}	
.search-result {
	padding: 20px 0;;
	border-top:2px solid #707070;
	border-bottom: 1px solid #707070;
}
.search-result .movieList {
	display: flex;
	flex-wrap: wrap;;
}
.search-result .movieList li{
	width: 285px;
	margin: 50px 20px 0 0;
}	
.search-result .movieList li:nth-child(-n+4){
	margin-top: 0;
}	
.search-result .movieList li:nth-child(4n){
	margin-right: 0;
}	
.search-result .movieList li  .movie-img {
	width: 285px;
	height: 170px;
	position: relative;
}
.search-result .movieList li  .movie-img > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	left:0;
}	
.search-result .movieList li h5 {
	margin:20px 0 10px 0;
	font-size: 17px;
	font-weight: 500;
}
.search-result .movieList p { 
	font-size: 16px;
	line-height: 1.56;
}

/* table */
[class*=boardTable] {
	width: 100%;
	overflow-x: auto;
}
[class*=boardTable] + [class*=boardTable] {
	margin-top: 50px;
}
[class*=boardTable] table { 
	border-top: 2px solid #707070;
	border-bottom:1px solid #707070;
}
[class*=boardTable] table tr th { 
	height: 50px;
	background-color: #f2f2f2;
	border-right:1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	font-weight: 500;
	color: #3d3d3d;
	vertical-align: middle;
	position: relative;
}
[class*=boardTable] table tr td { 
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	vertical-align: middle;
	position: relative;
} 
.boardTable01 table tr th { 
	padding: 9px 0 11px;
}
.boardTable01 table tr th.bgNone { 
	background-color: #fff;
	border-bottom: 2px solid #707070;
}	
.boardTable01 table tr th.brNone,
.boardTable01 table tr th:last-child {
	border-right: 0 none;
} 
.boardTable01 table tbody tr:last-child th,
.boardTable01 table tbody tr:last-child td {
	border-bottom: 0;
} 
.boardTable01 table tr td { 
	padding: 10px 0 9px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.boardTable01 .tbl-tal td,
.boardTable01 .search-result-table td { 
	text-align: left;
	padding-left: 15px;
}	
.boardTable01 .tbl-tal td.tac,
.boardTable01 .search-result-table td.tac {
	text-align: center;
    padding-left: 0;	
}	
.boardTable01 tbody tr:hover td,
.boardTable03 tbody tr:hover td {
	background-color: #eff6f6;
	transition: 0.5s;
}	
.boardTable01 table tr td.tal { 
	padding-left: 20px;
}	
.boardTable01 table tr td.tar { 
	text-align: right;
	padding-right: 25px;
}	
.boardTable01 table tr td.fwm {
	font-weight: 500;
}	 
.boardTable01 table tr td.bg01 { 
	background-color: #f2f2f2;
}	 
.boardTable01 table tr td.bg02 { 	
	background-color: #fbf9f4;
}	
.boardTable01 table tr td.bg03 { 	
	background-color: #ffe5d9;
}	
.boardTable01 table tr td.bg04 { 	
	background-color: #e5f4ff;
}	
.boardTable01 table tr td.superiority {
	font-weight: bold;
	color: #2185bf;
	background-color: #eff6f6;
}
.boardTable01 table tbody tr td:last-child { 
	border-right:none;
}
.boardTable01 table tbody td.brNone {
	border-right: 0 none;
}
.boardTable01 table tbody tr td.brline {
	border-right:1px solid #bfbfbf;
}
.boardTable01 table tbody td.bbNone {
	border-bottom: 0 none;
}
.boardTable01 table tbody tr td .vs {
	display: inline-block;
	margin: 0 22px 0 20px;
}
.boardTable01 table tbody tr td .teamL {
	display: inline-block;
	width: 230px;	
	text-align: right;
}
.boardTable01 table tbody tr td .teamR {
	display: inline-block;
	width: 230px;	
	text-align: left;
}
.boardTable01 table tbody tr td .win {
	color: #2185bf;
	font-weight: 500;
}
.boardTable02 table tr th { 
	height: 50px;
	padding: 13px 20px 12px;
	text-align: left;
}
.boardTable02 table tr td { 
	text-align: left;
	padding: 13px 20px 12px;
}
.boardTable02 table tr:last-child th,
.boardTable02 table tr:last-child td {
	border-bottom: 0;
} 
.boardTable02 table tr td:last-child {
	border-right: 0;
}	
.boardTable03 + .boardTable03 {
	margin-top: 40px;
}
.boardTable03  table {
	border-bottom: 2px solid #707070;
}
.boardTable03 + .boardTable03 table {
	border-top:0 none;
}	
.boardTable03 table tbody th {
	height: 40px;
	padding:0 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border-right:0 none;
	border-bottom:2px solid #707070;
	vertical-align: middle;
}
.boardTable03 table tbody td {
	padding:7px 20px 8px;
	text-align: center;
}	
.boardTable01 + .subTitArea { 
	margin-top: 50px;
}	

/* 반응형 스크립트 table */
.tablesaw {
	width: 100%;
	max-width: 100%;
	empty-cells: show;
	border: 0;
	padding: 0;
}
.tablesaw * {
	box-sizing: border-box;
}
.boardTable01 .tablesaw thead th {
	text-align: center;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
	display: none;
}
@media only all {
	/* Show the table cells as a block level element */

	.tablesaw-stack {
	  clear: both;
	}
	.tablesaw-stack td,
	.tablesaw-stack th {
	  text-align: left;
	  display: block;
	}
	.tablesaw-stack tr {
	  clear: both;
	  display: table-row;
	}

	/* Make the label elements a percentage width */
	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
	  display: inline-block;
	  width: 29%;
	  font-weight: 500;
	}
	.tablesaw-cell-label {
	  display: block;
	}
	/* Avoid double strokes when stacked */

	.tablesaw-stack tbody th.group {
	  margin-top: -1px;
	}

	/* Avoid double strokes when stacked */

	.tablesaw-stack th.group b.tablesaw-cell-label {
	  display: none !important;
	}
}

@media (max-width: 1025px) {
	.boardTable01 .tablesaw-stack {
		border-bottom: 0;
	}
	.tablesaw-stack colgroup {
		display: none;
	}
	.boardTable01 .tablesaw-stack tbody {
		display: block;
		padding-top: 20px;
	}
	.boardTable01 .tablesaw-stack tbody tr {
	  display: block;
	  width: 100%;
	  margin-bottom: 20px;
	  padding: 20px;
	  border-radius: 2px;
	  border: solid 1px #ccc;
	  background-color: #fff;
	  overflow: hidden;
	}
	.boardTable01 .tablesaw-stack thead td,
	.boardTable01 .tablesaw-stack thead th {
	  display: none;
	}
	.boardTable01 .tablesaw-stack tbody td,
	.boardTable01 .tablesaw-stack tbody th {
		display: block;
		float: left;
		clear: left;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
		border-right: 0;
    	border-bottom: 0;;
	}
	/* S: 230811추가 */
	.boardTable01 .tablesaw.tbl-tal tbody td.tac {
		text-align: left !important;
	}
	.boardTable01 tbody tr:hover td,
	.boardTable03 tbody tr:hover td {
		background-color: transparent;
	}
	.boardTable01 .tablesaw-stack tr td.tar {
		padding-right: 0;
		text-align: left !important;
	}
	/* E: 230811추가 */

	.boardTable01 .tablesaw-stack tr td.tal {
		padding-left: 0;
	}
	.boardTable01 .tablesaw-stack tr td.tar {
		padding-right: 0;
		text-align: left;
	}
	.boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-content > .button-inner,
	.boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-content > .button-inner01 {
		width: 100%;
		height: 40px;
	}
  	.tablesaw-cell-label {
	  vertical-align: top;
	}
	.tablesaw-cell-content {
	  display: inline-block;
	  max-width: 70%;
	  padding: 0 0 0 15px;
	}
  	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
	  display: block;
	  width: 100%;
	  max-width: 100%;
	  padding: 0;
	}
  	.tablesaw-stack td:empty,
	.tablesaw-stack th:empty {
	  display: none;
	}
}

  /* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
	.tablesaw-stack tr {
	  display: table-row;
	}
	/* Show the table header rows */
	.tablesaw-stack td,
	.tablesaw-stack th,
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
	  display: table-cell;
	  margin: 0;
	}

    /* Hide the labels in each cell */
	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
	  display: none !important;
	}
  }

  @media only all {
	/* Unchecked manually: Always hide */

	.tablesaw-swipe th.tablesaw-swipe-cellhidden,
	.tablesaw-swipe td.tablesaw-swipe-cellhidden {
	  display: none;
	}
  }

  .tablesaw-overflow {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* More in skin.css */
  }

  .tablesaw-overflow > .tablesaw {
	margin-top: 2px;
	/* sortable focus rings are clipped */
  }

  /* Hide all prioritized columns by default */

  @media only all {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6,
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5,
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4,
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3,
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2,
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1,
	.tablesaw-columntoggle th.tablesaw-priority-0,
	.tablesaw-columntoggle td.tablesaw-priority-0 {
	  display: none;
	}
  }
  /* Show priority 1 at 320px (20em x 16px) */

  @media (min-width: 20em) {
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1 {
	  display: table-cell;
	}
  }

  /* Show priority 2 at 480px (30em x 16px) */

  @media (min-width: 30em) {
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2 {
	  display: table-cell;
	}
  }

  /* Show priority 3 at 640px (40em x 16px) */

  @media (min-width: 40em) {
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3 {
	  display: table-cell;
	}

	.tablesaw-columntoggle tbody td {
	  line-height: 2;
	}
  }

  /* Show priority 4 at 800px (50em x 16px) */

  @media (min-width: 50em) {
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4 {
	  display: table-cell;
	}
  }

  /* Show priority 5 at 960px (60em x 16px) */

  @media (min-width: 60em) {
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5 {
	  display: table-cell;
	}
  }

  /* Show priority 6 at 1,120px (70em x 16px) */

  @media (min-width: 70em) {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6 {
	  display: table-cell;
	}
  }

  @media only all {
	/* Unchecked manually: Always hide */

	.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
	.tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
	  display: none;
	}

	/* Checked manually: Always show */

	.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
	.tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
	  display: table-cell;
	}
  }
  .tablesaw-sortable-head {
	position: relative;
	vertical-align: top;
  }

  /* Override */

  .tablesaw .tablesaw-sortable-head {
	padding: 0;
  }

  .tablesaw-sortable-btn {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	text-align: inherit;
	font: inherit;
	text-transform: inherit;
  }

  .tablesaw-sortable-arrow:after {
	display: inline-block;
	width: 10px;
	height: 14px;
	content: " ";
	margin-left: .3125em;
  }

  .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
  .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\0020";
  }

  .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "\2191";
  }

  .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\2193";
  }

  .tablesaw-advance {
	float: right;
  }

.bulTxt01 {
	margin-top: 10px;
	padding-left: 23px;
	font-size: 16px;
	position: relative;
}
.bulTxt01::before {
	content: '';
	width: 17px;
	height: 16px;
	background: url('../img/img_bul01.svg') no-repeat 0 0;
	position: absolute;
	top:4px;
	left: 0;
}	

/* tab */
.tabMenu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.tabMenu li {
	margin-left: 10px;
}
.tabMenu li:first-child {
	margin-left: 0;
}	
.tabMenu li a {
	display: block;
	width: 393px;
	height: 50px;
	padding: 13px 0 15px;
	text-align: center;
	border: solid 1px #bfbfbf;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.tabMenu li.active a {
	border: solid 1px #2185bf;
	background-color: #eff6f6;	
	color: #2185bf;
}	
.tabMenu.col05 li a {
	width: 232px;
}	
[class*=tabType] {
	display: flex;	
}	
.tabType01 {
	margin-bottom: 20px;	
}
.tabType01 li + li {
	margin-left:10px;
}
.tabType01 li a {
	display: block;
	width: 172px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #b1b1b1;
	background-color: #fff;
	font-size: 17px;
	font-weight: 500;
}	
.tabType01 li.active a {
	background-color: #3d3d3d;
	color: #fff;
} 

/* 레이어 팝업 **/
.modalPop { 
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(4, 4, 4, 0.47);
	z-index:500;
}
.modalPop .mediamodal { 
	width: 354px;
	min-height:390px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	top:50%;
	left: 50%;
    margin: -179px 0 0 -176px;
	padding: 40px 15px 25px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #131313;
	box-sizing:border-box;
	overflow: hidden;
	z-index:800;
}
.modalPop .mediamodal h4 { 
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}
.modalPop .mediamodal h4 span { 
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.modalPop .mediamodal p{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.modalPop .mediamodal .closeBtn {
	position: absolute;
	top:11px;
	right: 15px; 
    background: transparent;
	cursor: pointer;
}

/*  responsity */
@media (max-width: 1200px) {
	.contTop {
		display: none;
	}
	.sub-section {
		padding: 0 20px;
	}
	.section-top {
		margin-bottom: 35px;
		padding: 0 20px 60px;
		background-color: #fff;
		position: relative;
	}
	.section-top::after {
		content: '';
		width: 100%;
		height: 10px;
		background-color: #f6f6f4;
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.section-top .subTitArea {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 2px solid #707070;
	}
	.searchBox01 {
		height: auto;
		padding: 25px;
		background: none;
	}
	.searchBox01 ul {
		width: 89%;
	}
	.searchBox03 {
		height: auto;
		padding: 0;
		background: none;
		border-radius: 0;
		border:0 none;
	}

	/* tab */
	.tabMenu {
		justify-content: flex-start;
		margin:0 20px 20px;
	}
	.tabMenu li {
		width: 34%;
		margin-left: 5px;
	}
	.tabMenu li a {
		width: 100%;
		padding: 13px 0 15px;
		text-align: center;
		font-weight: 400;
	}
}	

@media (max-width: 1090px) {
	[class*=searchBox] {
		display: block;
	}

	.searchBox01 {
		padding:20px;
		background-image: none;
		background-color: #f6f6f4;
	}
	.searchBox01 ul {
		display: block;
		width: 100%;
		padding: 0;
	}
	.searchBox01 ul li:nth-child(2n) {
		margin-left: 0;
	}
	.searchBox01 ul li+li {
		margin-top: 10px;
	}
	.searchBox01 label {
		display: block;
		margin-bottom: 5px;
	}
	.searchBox01 select,
	.searchBox01 input[type='text'] {
		width: 100%;
	}
	.searchBox01 input[type='text'].useDatepicker {
		width: 160px;
	}
	.searchBox01 .inp-width02 {
		width: 100% !important;
	}
	.searchBox01 .searchBtn {
		width: 100%;
		height: 45px;
		margin: 10px 0 0 0;
		padding: 0;
		line-height: 1.47;
	}
	.searchBox02 {
		height: auto;
	}
	.searchBox02 span {
		margin: 0 0 20px 0;
	}
	.searchBox02 span label {
		display: block;
		margin: 0 0 5px 0;
		font-size: 15px;
	}
	.searchBox02 select {
		width: 100%;
	}
	.searchBox02 input.useDatepicker {
		width: 100%;
	}
	.searchBox02 .searchBtn {
		width: 100%;
		height: 50px;
  		padding: 13px 0 14px;
		position: static;
	}
	.searchBox03 ul {
		display: block;
		margin: 0;
	}
	.searchBox03 ul li+li {
		margin: 10px 0 0 0;
	}
	.searchBox03 ul li select {
		width: 100%;
		min-width: auto;
	}
	.searchBox03 .searchBtn {
    	width: 100%;
    	height: 45px;
    	margin: 10px 0 0 0;
    	padding: 0;
    	text-align: center;
    	border-radius: 3px;
  		background-color: #3fa6c9;
  		font-size: 17px;
  		font-weight: 500;
  		color: #fff;
	}
	/* S: 230811추가 */
	.billboard > table td {
		height: 85px;
		padding: 20px 0 23px;
		text-align: center;
		border: solid 1px #bfbfbf;
		background-color: #fff;
		font-size: 16px;
		font-weight: bold;
		vertical-align:middle
	}
	/* E: 230811추가 */	
}	

@media (max-width: 1025px) {
	.subBanner {
		height: 110px;
		background-size: cover;
	}
	.subBanner .inner {
		padding: 32px 0 22px;
	} 
	.subBanner .inner h3 {
		font-size: 23px;
	}
	.subBanner .inner h3::before {
		width: 30px;
		height: 5px;
	}
	.group-name {
		display: none;
	}
	.subTitArea {
		padding: 0;
	}
	.subTitArea h4 {
		margin: 0;
		padding-top: 0;
		font-size: 19px;
		font-weight: bold;
	}
	
	/* S: 230811추가 */
	.subTitArea .btns {
		display: none;
	}
	.btns.mob-btns01 {
		display: flex;
		width: 100%;
	}
	.btns.mob-btns01 .button {
		width: 100%;
	}
	/* E: 230811추가 */

	.subTitArea .btns.mob-btns01 {
		width: 90.3%;
		top:-29px;
		right: auto;
		left: 20px;
	}
	.subTitArea .btns.mob-btns01.col02 .button {
		width: 48%;
	}	
	.subTitArea .btns.mob-btns01.col03 .button {
		width: 32%;
		padding: 9px 0 7px;
	}
	.subTitArea .btns.mob-btns01.col03 .button + .button {
		margin-left: 4px;
	}
	.subTitArea .btns.mob-btns01.col04 .button {
		width: 48.5%;
		margin:0 0 10px 8px; 
	}
	.subTitArea .btns.mob-btns01.col04 .button:nth-child(odd) {
		margin-left: 0;
	}	
	.subTitArea .btns.mob-btns02 {
		position: static;
	}
	.subTitArea h4.pt50 {
		padding-top: 50px;
	}
	.subTitArea h4.pt105 {
		padding-top: 105px;
	}
	.sub-section .subTitArea .btns.mob-btns01 {
		width: 100%;
		left: 0;
	}
	.total-sum {
		font-size: 16px;
	}
	.boardTable01 {
		width: 95%;
		margin-left: 20px;
	}
	.sub-section .boardTable01 {
		width: 100%;
		margin-left: 0;
	}	
	.boardTable01 + .boardTable01 {
		margin-top: 20px;
	}
	.boardTable01 table,
	.boardTable03 table {
		width: 285%;
	}
	.sub-section .boardTable01 table {
		width: 100%;
	}
	.boardTable01 table.search-result-table td .button-inner {
		width: 100%;
		height: 40px;
		line-height: 37px;
	}
	.boardTable01 .table-action {
		width: 100%;
		border-bottom: 0 none;
	}
	.boardTable01 .table-action thead {
		display: none;
	}
	.boxType01 .boardTable01 {
		width: 100%;
	}
	.boxType01 .boardTable01 table {
		width: 100%;
		border: 0 none
	}
	.boardTable01 .table-action {
		display: block;
		padding-top: 20px;
	}
	.boardTable01 .table-action thead,
	.boardTable01 .table-action colgroup {
		display: none;
	}
	.boardTable01 .table-action tbody,
	.boardTable01 .table-action tbody tr,
	.boardTable01 .table-action tbody tr td {
		display: block;
	}	
	.boardTable01 .table-action tbody {
		padding: 15px;
		border: 1px solid #ccc;
	}
	.boardTable01 .table-action tbody tr {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom:1px solid #ccc;
		position: relative;
	}
	.boardTable01 .table-action tbody tr:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom:0 none;
	}
	.boardTable01 .table-action tbody tr td {
		margin-bottom: 5px;
		padding: 0;
		text-align: left;
		border-bottom: 0 none;
		border-right: 0 none;
		font-size: 14px;
		overflow: hidden;
	}
	.boardTable01 .table-action tbody tr td.competition {
		width: 69%;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
	}
	.table-action tbody tr td span {
		float: left;
		margin-right: 5px;
		text-align: left;
	}
	.table-action tbody tr td.mob-btn {
		position: absolute;
		top: 19px;
		right: 0;
	}
	 
	[class*=boardTable] .mob-table {
		background-color: #f2f2f2;
	}
	.mob-table {
		display: block;
	}
	.mob-table colgroup {
		display: none;
	}
	.mob-table tbody {
		display: block;
	}	
	.mob-table tbody tr {
		display: flex;
		flex-wrap: wrap;
	}	
	.mob-table tbody tr th {
		display: flex;
		align-items: center;
		width: 31%;
		height: 65px;
		min-height: 40px;
		padding: 0 10px;
		text-align: left;
	}
	.mob-table tbody tr th.mobH01,
	.mob-table tbody tr td.mobH01 {
		height: 65px;
	}
	.mob-table tbody tr td {
		display: flex;
		align-items: center;
		width: 69%;
		height: 65px;
		min-height: 40px;
		padding: 0 10px;
		border-right: 0 none;
		background-color: #fff;
	}
	.boardTable02 .mob-table tr:last-child th,
	.boardTable02 .mob-table tr:last-child td {
		border-bottom:1px solid#bfbfbf;
	 } 
	.bulTxt01 {
		margin-left: 20px;
	}
	.sub-section .bulTxt01 {
		margin-left: 0;
	}
    .tabMenu.col05 {
        flex-wrap: wrap;
    }
    .tabMenu.col05 li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    .tabMenu.col05 li:nth-child(2) {
        margin-left: 0;
    } 
    .tabMenu.col05 li {
        width: 23.9%;
    }
    .tabMenu.col05 li a {
        width: 100%;
    }

    /* 종목_Sub */
	.event-sub .table-action td .button-inner {
		width: 100%;
	}
    .event-sub .boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-label {
		display: none;
	}
	.event-sub .boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	/*  대회상세정보 */
	.competition-details .boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-label {
		display: none;
	}
	.competition-details .boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	/* 09_대회경기영상조회 */
	.search-result .movieList {
		display: block;
	}
	.search-result .movieList li {
		width: 100%;
		margin: 20px 0;
	}	
	.search-result .movieList li  .movie-img {
		width: 100%;
  		height: 223px;
	}
	.search-result .movieList li h5 {
		margin: 10px 0;
		font-size: 16px;
	}
	.search-result .movieList p {
		font-size: 15px;
		line-height: 1.67;
	}
    
    /* 10_통합검색결과 */
    .integrated-search-results {
        padding-bottom: 40px;
    }
    .integrated-search-results .tablesaw-stack tbody td:last-child > .tablesaw-cell-label {
		display: none;
	}
	.integrated-search-results .tablesaw-stack tbody td:last-child > .tablesaw-cell-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
    .integrated-search-results .subTitArea02,
    .integrated-search-results .subTitArea03,
    .integrated-search-results .subTitArea04 {
        padding-top: 20px;
    }
    .integrated-search-results .subTitArea01 .btns.mob-btns01 {
        top: 1396px;
    }
    .integrated-search-results .subTitArea02 .btns.mob-btns01 {
       top:1251px
    }
    .integrated-search-results .subTitArea03 .btns.mob-btns01 {
       top:1466px
    }
     .integrated-search-results .subTitArea04 .btns.mob-btns01 {
       top:1618px
    }
    .integrated-search-results .search-result {
        padding: 20px 0 0 0;
        border-bottom: 0 none;
    }

    /* 14. 기록경기일정조회 */
	.record-match-schedule-inquiry .tablesaw-stack tbody td:nth-child(6) > .tablesaw-cell-label,
	[class*=record-match-schedule] .tablesaw-stack tbody td:last-child > .tablesaw-cell-label {
		display: none;
	}
	.record-match-schedule-inquiry .tablesaw-stack tbody td:nth-child(6) > .tablesaw-cell-content,
	[class*=record-match-schedule] .tablesaw-stack tbody td:last-child > .tablesaw-cell-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	[class*=record-match-schedule] .tablesaw-stack tbody td .button-inner {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	[class*=record-match-schedule] .tablesaw-stack tbody td .button-inner .mobView {
		margin-right: 5px;
	}
}	

@media (max-width: 415px) {
	.search-result .movieList li  .movie-img {
		width: 374px;
	}
}	

@media (max-width: 390px) {
	.searchBox01 {
		padding:10px;
	}
	.searchBox01 input[type='text'].useDatepicker {
		width: 151px;
	}
	.subTitArea .btns.mob-btns01 {
		width: 89.3%;
	}	
	.subTitArea .btns.mob-btns01.col03 .button {
		width: 31.7%;
	}	
	.subTitArea .btns.mob-btns01.col04 .button {
		margin:0 0 10px 6px; 
	}
	.boardTable01 table.search-result-table tr {
		padding: 10px;	
	}
	.boardTable01 table.search-result-table em {
		width: 19%;
	}
	.tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
		width: 24%;
	}
	.tablesaw-cell-content {
		max-width: 74%;
	}
	.mob-table tbody tr th {
		width: 32%;
		font-size: 15px;
	}
	.mob-table tbody tr td {
		width: 68%;
		font-size: 15px;
	}
	.table-action tbody tr td em {
		width: 19.5%;
	}	
    .tabMenu.col05 li {
        width: 23.8%;
    }
	.bulTxt01 {
		font-size: 15px;
	}

	/* 09_대회경기영상조회 */
	.search-result .movieList li  .movie-img {
		width: 100%;
	}	

	/* 2305 */
	.sports-competition {
		padding:0 10px;
	}
	.box-list li {
		padding: 15px 10px;
	}
}  

@media (max-width: 360px) {
	.contTop {
		margin-bottom: 15px;
		padding: 0 10px;
	}
	.section-top {
		padding: 0 10px 60px;
	}
	.sub-section, 
	.subTitArea {
		padding: 0 10px;
	}
	.subTitArea .btns.mob-btns01 {
		width: 94.5%;
		left: 10px;
	}
	.boardTable01 {
		width: 97%;
		margin-left: 10px;
	}
	.bulTxt01 {
		margin-left: 10px;
		font-size: 14px;
	}
	.tabMenu {
		margin:0 10px 20px;
	}
} 

/*  240802 마우스오버시 손가락 start */
.tournament-list li .state {
  width: 97px;
  height: 48px;
  padding: 11px 0 14px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 17px;
  cursor: pointer;
}
/* 240802 마우스오버시 손가락 end */

/* 240802 전전분석 안보이게 start */
.main-section05 {
  display: none;
  padding: 70px 0 257px;
  border-bottom:1px solid #e1e1e1;
  background: url('../img/bg_main01.png') no-repeat 295px 70px;
  position: relative;
}
/* 240802 전전분석 안보이게 end */

/* 240802 경기영상 안내문 start */
.subTitArea h4 .references {
  font-size: 15px;
  font-weight: 500;
  color:#3fa6c9;   
}
/* 240802 경기영상 안내문 end */