@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 {
  padding-bottom: 72px;
  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;
  }
  [class*="main-section"]:last-child {
    margin-bottom: 0;
  }

  .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;
}
/* 2604 추가 */
.boardTable01 table tr th.brline,
.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;
}
.overflow-x-auto { 
    width: 100%;
    overflow-x:auto;
}
.overflow-x-auto table {
    width: 150%;
}
.cursor-pointer {
    cursor: pointer;
}
/* 2604 추가 */
.mob-view {
    display: none;
}

/* 반응형 스크립트 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; /*--pc--20px--*/
  padding-left: 23px;/*--pc--30px--*/
  font-size: 16px;
  position: relative;
}

.bulTxt01::before {
  content: '';
  width: 17px; /*--pc--20px--*/
  height: 16px; /*--pc--20px--*/
  background: url('../img/img_bul01.svg') no-repeat 0 0;
  position: absolute;
  top: 4px; /*--pc--2px--*/
  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; /*--pc--block--*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(4, 4, 4, 0.47);
  z-index: 500;
}

.modalPop [class*=modalLayer] {
  min-height: 300px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 500;
}

.modalPop .modalLayer-s {
  width: 500px;
}

.modalPop .modalLayer-m {
  width: 800px;
}

.modalPop .modalLayer-l {
  width: 1200px;
}

.modalPop [class*=modalLayer] .modalHead {
  padding: 20px;
  border-bottom: 1px solid #707070;
}

.modalPop [class*=modalLayer] .modalHead h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}

.modalPop [class*=modalLayer] .modalCont {
  padding: 20px 20px 30px;
}

.modalPop [class*=modalLayer] .modalCont h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
  position: relative;
}

.modalPop [class*=modalLayer] .modalCont h4::before {
  content: '';
  width: 3px;
  height: 22px;
  background-color: #3498db;
  position: absolute;
  top: 4px;
  left: 0;
}

.modalPop [class*=modalLayer] .modalCont p {
  font-size: 14px;
  font-weight: normal;
  color: #565656;
}

.modalPop [class*=modalLayer] .modalCont p + p {
  margin-top: 20px;
}

.modalPop [class*=modalLayer] button {
  cursor: pointer;
}

.modalPop [class*=modalLayer] .modalClose {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 27px;
  right: 20px;
  background: url('../img/closePop.png') center center no-repeat;
  transition: transform 0.4s ease-in-out;
  font-size: 0;
  cursor: pointer;
}

.modalPop [class*=modalLayer] .modalClose:hover {
  transform-origin: center;
  transform: rotate(90deg);
}

.modalPop [class*=modalLayer] .cancelBtn {
  float: left;
  width: 115px;
  padding: 9px 41px 10px 42px;
  background-color: #bebebe;
}

.apply-list {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.apply-list li {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}

.apply-list li + li {
  border-top: 1px solid #ddd;
}

.apply-list li label {
  font-size: 15px;
  color: #3d3d3d;
}

[class*=modalPopBtn] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #384e7e;
  color: #fff;
}

[class*=modalPopBtn] + [class*=modalPopBtn] {
  margin-left: 3px;
}

.modalPopBtn01 {
  height: 35px;
  line-height: 35px;
  padding: 0 50px;
  background-color: #3498db;
}

/* application-approvalPop */
#application-approvalPop .modalLayer {
  width: 343px;
  padding: 50px 30px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 800;
}

#application-approvalPop .modalCont {
  padding: 0;
}

#application-approvalPop h4 {
  padding-top: 78px;
  padding-left: 0;
  background: url(../img/bg_pop01.png) no-repeat 0 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #3d3d3d;
}

#application-approvalPop .modalCont h4::before {
  display: none;
}

#application-approvalPop .infor-sign {
  display: inline-block;
  width: 72px;
  height: 24px;
  margin: 0 0 0 7px;
  text-align: center;
  border-radius: 23px;
  background-color: #39a9a5;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
}

#application-approvalPop .modalLayer p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

#application-approvalPop .requestBtn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 23px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #3d3d3d;
}

#application-approvalPop .modalLayer .modalClose {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../img/closePop.png') center center no-repeat;
  transition: transform 0.4s ease-in-out;
  font-size: 0;
  cursor: pointer;
}

#application-approvalPop .modalLayer.disible input[type='checkbox'] + label,
#application-approvalPop .modalLayer input[type='checkbox']:disabled + label {
  color: #969696;
}

.completion-message {
  display: none;
  margin-top: 27px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #3649a5;
}

#application-approvalPop .modalLayer.disible input[type='checkbox']:checked + label:before,
#application-approvalPop .modalLayer input[type='checkbox']:disabled + label:before {
  background: #969696 url(../img/bg_checkbox_on.svg) center center no-repeat;
  border-color: #969696;
}

#application-approvalPop .modalLayer.disible .requestBtn {
  border: solid 1px #bfbfbf;
  background-color: #f2f2f2;
  color: #969696;
  cursor: default;
}

#application-approvalPop .modalLayer.disible .completion-message {
  display: block;
  color: #3649a5;
}

@media (max-width: 510px) {
  .modalPop [class*=modalLayer] {
    top: 50px;
    left: 0;
    transform: translate(0, 0);
  }

  .modalPop .modalLayer-s {
    width: 95%;
    margin: 0 10px;
  }
}

/*  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;
  }
  .subTitArea h4.mpt-40 {
    padding-top: 40px;  
  }

  /* 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;
  }
     /* 2604 추가  */
    .pc-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
    .sub-section .boardTable01 table tr th,
    .sub-section .boardTable01 table tr td {
        font-size: 14px;
    } 

  .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%;
  }
  .tournament-results-typeD .boardTable01.overflow-x-auto table {
    width: 380%;
  }

  .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; */
    padding-top:7px;
  }

  .competition-details .boardTable01 .tablesaw-stack tbody tr td:last-child > .tablesaw-cell-content {
    /* width: 100%;
    max-width: 100%;*/
    padding-top: 5px; 
  }

  /* 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;
  }
}

/* 
	24.01.10 
	대회 세부종목, 선수추가 관련 반응형 스타일 추가
*/
.m-invisible {
  display: block;
}

.m-visible {
  display: none;
}

@media (max-width: 510px) {
  .m-invisible {
    display: none !important;
  }

  .m-visible {
    display: block !important;
  }

  .boardTable01 .tablesaw-stack tbody td:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/*  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 */


.fileList li {
  display: flex;
  align-items: center;
  height: 69px;
  padding: 12px 15px;
  border-radius: 3px;
  border: solid 1px #b1b1b1;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.fileList li + li {
  margin-top: 5px;
}

.fileList li div {
  width: 80%;
}

.fileList li .delBtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


.top-btn {
  position: absolute;
  top: -5px;
  right: 0;
}

.top-btn .button {
  height: 40px;
  padding: 7px 14px 10px 15px;
  background-color: #3fa6c9;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}


.tit01 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.tit02 {
  display: flex;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
}

.tit02 .noteTxt {
  display: block;
  margin-left: 5px;
  padding: 3px 0 0 15px;
  font-size: 16px;
  position: relative;
}


.noteTxt::before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #bfbfbf;
  position: absolute;
  top: 5px;
  left: 0;
}

.stepArea ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
  padding-top: 30px;
  border-top: 2px solid #3649a5;
}

.stepArea ul li {
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
  position: relative;
}

.stepArea ul.col04 li {
  padding-right: 47px;
}

.stepArea ul.col05 li {
  padding-right: 37px;
}

.stepArea ul li::after {
  content: '';
  width: 29px;
  height: 80px;
  background: url('../img/leftArrow_b.svg') no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

.stepArea ul.col05 li.step05 {
  margin-right: 0;
  padding-right: 0;
}

.stepArea ul.col05 li.step05::after {
  display: none;
}

.stepArea ul li .step-icon {
  width: 80px;
  height: 80px;
  padding: 16px 0;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #b6b6b6;
  background-color: #fff;
}

.stepArea ul.col04 .step01 .step-icon {
  padding: 19px 0;
}

.stepArea ul.col05 .step04 .step-icon {
  padding: 19px 0;
}

.stepArea ul li dl {
  margin-left: 15px;
  padding-top: 12px;
}

.stepArea ul li dl dt {
  font-size: 16px;
}

.stepArea ul li dl dd {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.32;
}

.stepArea ul li.finish {
  margin-right: 0;
  padding-right: 0;
}

.stepArea ul li.finish::after {
  display: none;
}

.stepArea ul li.current .step-icon {
  border-color: #3649a5;
  background-color: #3649a5;
}

.stepArea ul li.current dl dt,
.stepArea ul li.current dl dd {
  color: #3649a5;
  font-weight: bold;
}

.stepArea ul li.current::after {
  background-image: url('../img/leftArrow_b_on.svg');
}


/*  search */
.searchBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px;
  border-radius: 3px;
  border: solid 1px #bfbfbf;
  background-color: #f6f6f4;
  position: relative;
}

.searchBox label {
  display: block;
  margin-right: 17px;
  font-size: 16px;
  font-weight: 500;
  color: #3d3d3d;
}

.searchBox select {
  min-width: 215px;
}

.boardTableCol table tr th.brNone,
.boardTableCol table tr th:last-child {
  border-right: 0 none;
}

.boardTableCol table tbody tr:last-child th,
.boardTableCol table tbody tr:last-child td {
  border-bottom: 0;
}

.boardTableCol table tr td {
  padding: 10px 10px 9px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.boardTableCol tbody tr:hover td {
  background-color: #eff6f6;
  transition: 0.5s; 
}

.boardTableCol table tr td.tal {
  padding-left: 20px;
}

.boardTableCol table tbody tr td:last-child {
  border-right: none;
}

.boardTableCol table tbody td.brNone {
  border-right: 0 none;
}

.boardTableCol table tbody td.bbNone {
  border-bottom: 0 none;
}

.boardTableRow01 table tr th {
  height: 50px;
  padding: 0 20px;
  text-align: left;
}

.boardTableRow01 table tr td {
  text-align: left;
  padding: 13px 20px 12px;
}

.boardTableRow01 table tr:last-child th,
.boardTableRow01 table tr:last-child td {
  border-bottom: 0;
}

.boardTableRow01 table tr td:last-child {
  border-right: 0;
}

.boardTableRow02 + .boardTableRow02 {
  margin-top: 40px;
}

.boardTableRow02 + .boardTableRow02 table {
  border-top: 0 none;
}

.boardTableRow02 table tbody th {
  height: 60px;
  padding: 0 20px;
  text-align: left;
}

.boardTableRow02 table tbody td {
  padding: 10px;
}

.boardTableRow02 table tbody tr:last-child th,
.boardTableRow02 table tbody tr:last-child td {
  border-bottom: 0 none;
}

.boardTableRow02 table tbody tr td:last-child {
  border-right: 0;
}

.moveBtn {
  display: inline-block;
  height: 45px;
  border-radius: 3px;
  background-color: #3649a5;
  font-size: 16px;
  color: #fff;
}

.moveBtn strong {
  display: inline-block;
  position: relative;
}

.moveBtn strong::before {
  content: '';
  width: 9px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
}

.prevBtn {
  padding: 11px 24px 13px 15px;
}

.prevBtn strong {
  margin-right: 5px;
  padding-left: 15px;
}

.prevBtn strong::before {
  background-image: url('../img/bg_prevBtn.svg');
  left: 0;
}

.nextBtn {
  margin-left: 8px;
  padding: 11px 14px 13px 8px;
}

.nextBtn strong {
  margin-left: 5px;
  padding-right: 15px;
}

.nextBtn strong::before {
  background-image: url('../img/bg_nextBtn.svg');
  right: 0;
}


.sel-width01 {
  width: 330px;
  min-width: 330px;
}

.sel-width01 + .sel-width01 {
  margin-left: 20px;
}


/* 사이트팝업 */
.sidePop {
  width: 900px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  transition: all .5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 200;
}

.sidePop.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 300;
}

.sidePop .top {
  padding: 60px 20px 0;
  background-color: #fff;
}

.sidePop .top .titleArea {
  margin-bottom: 20px;
  padding: 17px 20px 0 106px;
  background: url('../img/bg_sidePop.png') no-repeat 20px 0;
}

.sidePop .top .titleArea h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.sidePop .top .titleArea p {
  font-size: 16px;
  font-weight: normal;
}

.sidePop .top .cont {
  height: 675px;
  padding: 0 20px;
  overflow-y: auto;
}

.sidePop .boardTableCol table tbody td.tal {
  padding-left: 20px;
}

.sidePop .top {
  margin: 55px 0 10px;
  align-items: center;
}

.sidePop .top h4 {
  font-size: 22px;
  font-weight: bold;
}

.sidePop .top h4 span {
  margin: 0 0 0 13px;
  font-size: 16px;
  font-weight: normal;
}

.sidePop .top .searchArea {
  margin-left: auto;
}

.sidePop .top .searchArea input {
  width: 250px;
  margin-right: 5px;
  padding: 8px 70px 9px 40px;
  border-radius: 3px;
  border: solid 1px #b1b1b1;
  background: #fff url('../img/bg_search.png') no-repeat 10px 9px;
}

.sidePop .top .searchArea .searchBtn {
  width: 67px;
  height: 39px;
  padding: 7px 16px 9px 17px;
  border-radius: 3px;
  background-color: #3fa6c9;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

sidePop .top .searchArea span {
  display: inline-block;
  margin: 0 0 0 24px;
  padding-top: 18px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
}

.sidePop .top .boardTableCol {
  overflow-x: hidden;
  overflow-y: auto;
}

.sidePop .top .boardTableCol table th:first-child,
.sidePop .top .boardTableCol table td:first-child {
  border-left: 1px solid #fff;
}

.sidePop .top .boardTableCol table th:last-child,
.sidePop .top .boardTableCol table td:last-child {
  border-right: 1px solid #fff;
}

.sidePop .top .boardTableCol table tbody tr:hover {
  border-left: 1px solid #58a3cd;
  border-right: 1px solid #58a3cd;
}

.sidePop .top .boardTableCol table tbody tr:hover td {
  background-color: #eff6f6;
  border-bottom: 1px solid #58a3cd;
  transition: 0.5s;
  position: relative;
}

.sidePop .top .boardTableCol table tr:hover th:first-child,
.sidePop .top .boardTableCol table tr:hover td:first-child {
  border-left: 1px solid #58a3cd;
}

.sidePop .top .boardTableCol table tr:hover th:last-child,
.sidePop .top .boardTableCol table tr:hover td:last-child {
  border-right: 1px solid #58a3cd;
}

/* .sidePop .top .boardTableCol table tbody tr:hover td::before {
	content: '';
	width: 100%;
	height: 100%;
	border-top: 1px solid #58a3cd;
	border-left: 0;
	background-color:transparent;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
} */
.sidePop .top .boardTableCol table tbody tr.active {
  border: 1px solid #58a3cd;
}

.sidePop .top .boardTableCol table tbody tr.active td {
  border-top: 1px solid #58a3cd;
  background-color: #eff6f6;
  position: relative;
}

.sidePop .top .boardTableCol table tbody tr.active td::before {
  content: '';
  width: 100%;
  height: 100%;
  border-top: 1px solid #58a3cd;
  border-left: 0;
  background-color: transparent;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.sidePop .top .boardTableCol table tr.active td:first-child {
  border-left-color: #58a3cd;
}

.sidePop .top .boardTableCol table tr.active td:last-child {
  border-right-color: #58a3cd;
}

.sidePop .top .boardTableCol table tbody tr td label {
  z-index: 50;
}


.sidePop .top input[type='checkbox']:checked + label,
.sidePop .top input[type='radio']:checked + label {
  color: #3649a5;
  z-index: 60;
}

.opponent-selection {
  display: none;
}

.btns-col02 {
  display: flex;
  margin-top: 20px;
}

.btns-col02 button {
  width: 425px;
}

.btns-col02 .button-type01 + .button-type01 {
  margin-left: 10px;
}

.sidePop .bottom {
  background-color: #fff;
  position: fixed;
  bottom: 0;
}

.sidePop .bottom .btns {
  padding: 20px;
}

.sidePop .bottom .line {
  width: 100%;
  height: 8px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #f6f6f4;
}

.sidePop .bottom button {
  display: inline-block;
  height: 55px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.sidePop .bottom .cancelBtn {
  width: 226px;
  margin: 0 5px 0 0;
  padding: 13px 0;
}

.sidePop .bottom .cancelBtn {
  background-color: #788192;
}

.sidePop .bottom .confirmBtn {
  width: 625px;
  padding: 13px 0;
  background-color: #2b3b86;
  position: relative;
}

.sidePop .bottom .confirmBtn::after {
  content: '';
  width: 10px;
  height: 15px;
  background: url('../img/left_arrow01.png') no-repeat 0 0;
  position: absolute;
  top: 22px;
  right: 20px;
}

.closeBtn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: solid 1px #b1b1b1;
  background-image: url('../img/cls.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.2s ease;
}

.closeBtn:hover {
  background-color: #3d3d3d;
  background-image: url('../img/cls_on.png');
}
.dimmedLayer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 100;
  -webkit-animation: show-dimmed .2s forwards;
  animation: show-dimmed .2s forwards;
}
