/* sub_visual */
.sub_visual {
  position: relative;
  height: 350px;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}

.sub_visual .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: url(/asset/img/sub/visual/v1.svg)no-repeat center right;
}

.sub_visual .sub-depth-air {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.sub_visual .sub-depth-air .sub-dep {
  position: relative;
  color: #000;
}

.sub_visual .sub-depth-air .sub-dep+.sub-dep:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #a0a0a0;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
}

/* .sub_visual .sub-vi-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
} */

.sub_visual .sub-visual-txt {
  line-height: 1;
  width: 100%;
}

.sub_visual .text-up {
  position: relative;
  text-align: center;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  animation-name: fadeIn;
  animation-duration: .9s;
  animation-timing-function: ease-out;
  animation-delay: .7s;
  animation-fill-mode: forwards;
}

.sub_visual .delay-09 {
  animation-delay: .9s;
}

.sub_visual .delay-11 {
  animation-delay: 1.1s;
}

.sub_visual .sub-tab-list {
  max-width: 508px;
  width: 100%;
  opacity: 0;
  /* 초기 상태를 투명하게 설정 (필수) */

  animation-name: fadeInEffect;
  animation-duration: .5s;
  animation-delay: .3s;
  animation-timing-function: ease-out;

  animation-fill-mode: forwards;
}

@keyframes fadeInEffect {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub_visual .sub-tab-list .tab-item {
  flex: 1;
}

.sub_visual .sub-tab-list .tab-item a {
  padding: 15px 0;
  background-color: #F2F4F9;
  width: 100%;
  display: block;
}

.sub_visual .sub-tab-list .tab-item:first-child a {
  border-radius: 10px 0 0 10px;
}

.sub_visual .sub-tab-list .tab-item:last-child a {
  border-radius: 0 10px 10px 0;
}

.sub_visual .sub-tab-list .tab-item.active a {
  border: 1px solid #003189;
  background-color: #fff;
  color: #003189;
  font-weight: 700;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1024px) {
  .sub_visual {
    height: 300px;
  }

  .sub_visual .container {
    background-size: 300px auto;
  }
}

@media all and (max-width: 768px) {
  .sub_visual .sub-tab-list .tab-item a {
    padding: 10px 0;
  }

  .sub_visual .sub-depth-air {
    gap: 20px;
  }

  .sub_visual .sub-depth-air .sub-dep+.sub-dep:before {
    left: -10px;
  }
}

@media all and (max-width: 576px) {
  .sub_visual {
    height: 250px;
  }

  .sub_visual .container {
    background-size: 200px auto;
  }
}

/* 대한레슬링협회 > 인사말 */
.greeting-con01-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.greeting-con01-sec .lt-box {
  max-width: 1100px;
}

.greeting-con01-sec .sign {
  display: flex;
  align-items: center;
  gap: 25px;
}

.greeting-con01-sec .line {
  width: 200px;
  height: 2px;
  background-color: #fff;
}

@media all and (max-widtH:1400px) {
  .greeting-con01-sec .lt-box {
    max-width: 505px;
  }

  .greeting-con01-sec .lt-box br.lg {
    display: none;
  }
}

@media all and (max-width:768px) {
  .greeting-con01-sec {
    gap: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .greeting-con01-sec .rt-box{display: none;}
}

.greeting-con02-sec .map-box {
  height: 600px;
}

.greeting-con02-sec .info-li {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #BFBFBF;
}

.greeting-con02-sec .info-li .it-txt {
  display: flex;
  align-items: center;
  gap: 20px;
}

.greeting-con02-sec .info-li .bg-span {
  min-width: 70px;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.greeting-con02-sec .info-li .bg-purple {
  background-color: #7030A0;
}

.greeting-con02-sec .info-li .bg-brown {
  background-color: #8D8179;
}

.greeting-con02-sec .info-li .bg-green {
  background-color: #008E1C;
}
.greeting-con02-sec .info-li .bg-pink {
  background-color: #E61A6D;
}

@media all and (max-width:1024px) {
  .greeting-con02-sec .map-box {
    height: 450px;
  }

  .greeting-con02-sec .info-li {
    gap: 20px;
  }

  .greeting-con02-sec .info-li .bg-span {
    width: 50px;
    min-width: 50px;
    height: 25px;
  }

}

@media all and (max-width:576px) {
  .greeting-con02-sec .map-box {
    height: 360px;
  }

  .greeting-con02-sec .info-li {
    gap: 5px;
  }

  .greeting-con02-sec .info-li .it-txt {
    gap: 10px;
  }

  .greeting-con02-sec .info-i {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

.history-con01-sec {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.history-con01-sec .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #D2D2D2;
}

.history-con01-sec .line:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: var(--line-progress, 0px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #003189;
  transition: top 0.1s linear;
}

.history-con01-sec .line:after {
  content: '';
  width: 100%;
  height: var(--line-progress, 0px);
  background-color: #003189;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  transition: height 0.1s linear;
}

.history-con01-sec .lt-box {
  width: 50%;
  padding-right: 110px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  left: 0;
}

.history-con01-sec .rt-box {
  width: 50%;
  padding-left: 110px;
}

.history-con01-sec .sticky-box {}

.history-con01-sec .sb-img {
  aspect-ratio: 1/.602;
  max-width: 532px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.history-con01-sec .sb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-con01-sec .rt-year-box+.rt-year-box {
  margin-top: 100px;
}

@media all and (max-width:1200px) {
  .history-con01-sec .lt-box {
    top: 110px;
  }
}

@media all and (max-width:1024px) {
  .history-con01-sec .lt-box {
    padding-right: 50px;
  }

  .history-con01-sec .rt-box {
    padding-left: 50px;
  }

  .history-con01-sec .rt-year-box+.rt-year-box {
    margin-top: 50px;
  }
}

@media all and (max-width:768px) {
  .history-con01-sec .lt-box {
    width: 150px;
    padding-right: 15px;
  }

  .history-con01-sec .rt-box {
    width: calc(100% - 150px);
    padding-left: 15px;
  }

  .history-con01-sec .line {
    left: 150px;
  }

  .history-con01-sec .sb-img {
    margin-top: 15px;
  }

  .history-con01-sec .rt-year-box+.rt-year-box {
    margin-top: 30px;
  }

  .history-con01-sec .rt-year-box .yl-li {
    font-size: 1.4rem;
  }
}

/* 대한레슬링협회 > 규정 */
.circle-tit-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 0;
  flex-wrap: wrap;
}

.circle-tit-box {
  display: flex;
  align-items: center;
  gap: 20px;

}

.circle-tit-box:before {
  content: '';
  width: 15px;
  height: 13px;
  background-color: #003189;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media all and (max-width:768px) {
  .circle-tit-box {
    gap: 10px;
  }

  .circle-tit-box:before {
    width: 10px;
    height: 10px;
  }

}

@media all and (max-width:576px) {
  .circle-tit-box {
    gap: 5px;
  }

  .circle-tit-box:before {
    width: 8px;
    height: 8px;
  }

}


/* 레슬링이란 > 종목소개 */
.wsports-cont-box {
  position: relative;
}

.wsports-cont-box .line {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 2px;
  height: 100%;
  background-color: #E5E5E5;
}

.wsports-cont-box .line:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
  height: var(--line-progress, 0px);
  ;
  background-color: #EC4115;
  content: '';
}

.wsports-cont-box .cont-box {
  display: flex;
  padding-left: 50px;
}

.wsports-cont-box .cont-box+.cont-box {
  margin-top: 120px;
}

.wsports-cont-box .txt-box,
.wsports-cont-box .img-box {
  width: 50%;
}

.wsports-cont-box .txt-box .tit {
  position: relative;
}

.wsports-cont-box .txt-box .tit:before {
  width: 20px;
  height: 17px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #EC4115;
  position: absolute;
  left: -49px;
  top: 15px;
  content: '';
}

.wsports-cont-box .img-box {
  display: flex;
  gap: 24px;
}

.wsports-cont-box .img-box .img-b {
  width: 100%;
}

.wsports-cont-box .img-box.item02 .img-b {
  width: calc(50% - 12px);
}

.wsports-cont-box .img-box .ib-img {
  aspect-ratio: 1/0.484;
  border-radius: 20px;
  overflow: hidden;
}

.wsports-cont-box .img-box.item02 .ib-img {
  aspect-ratio: 1/1;
}

.wsports-cont-box .img-box .ib-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1024px) {
  .wsports-cont-box .cont-box {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .wsports-cont-box .txt-box {
    width: 100%;
  }

  .wsports-cont-box .txt-box br.md {
    display: none;
  }

  .wsports-cont-box .img-box {
    gap: 10px;
    width: 100%;
    max-width: 600px;
  }

  .wsports-cont-box .img-box.item02 .img-b {
    width: calc(50% - 5px);
  }

  .wsports-cont-box .txt-box .tit:before {
    top: 9px;
  }

  .wsports-cont-box .line {
    top: 15px;
  }

  .wsports-cont-box .cont-box+.cont-box {
    margin-top: 80px;
  }
}


@media all and (max-width:768px) {
  .wsports-cont-box .cont-box {
    padding-left: 30px;
    gap: 20px 0;
  }

  .wsports-cont-box .txt-box .tit:before {
    width: 15px;
    height: 13px;
    left: -27px;
  }

  .wsports-cont-box .cont-box+.cont-box {
    margin-top: 50px;
  }
}

/* 대회소식 > 국내대회 */
.comp-local-cal {
  display: flex;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F2F4F9;
  gap: 20px;
}

.comp-local-cal .calendar {
  width: 120px;
  height: 40px;
}

.comp-local-cal .c-calbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comp-local-cal .select-box {
  width: 120px;
  height: 40px;
}

.comp-local-cal .select-box select {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  cursor: pointer;
  background: #fff url(/asset/img/common/ico-select.svg)no-repeat center right 10px;
}

.comp-local-cal .c-selbox {
  display: flex;
  gap: 10px;
  align-items: center;
}

.comp-local-cal .calendar input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  background: #fff url(/asset/img/common/ico-cal.svg)no-repeat center right 10px;
}

.comp-local-cal .calendar input::placeholder {
  color: #191919;
}

.comp-local-cal .search-box {
  width: 340px;
  position: relative;
  height: 40px;
}

.comp-local-cal .search-box .input {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 100px 0 10px;
}

.comp-local-cal .search-box .button {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  width: 90px;
}

@media all and (max-width:900px) {
  .comp-local-cal .search-box {
    width: 280px;
  }
}

@media all and (max-width:768px) {
  .comp-local-cal {
    flex-wrap: wrap;
    gap: 10px;
  }

  .comp-local-cal .c-selbox {
    gap: 5px;
  }

  .comp-local-cal .search-box .button {
    width: 50px;
  }

  .comp-local-cal .search-box .input {
    padding-right: 60px;
  }
}

@media all and (max-width:576px) {
  .comp-local-cal {
    padding: 20px 5px;
    border-radius: 10px;
  }

  .comp-local-cal .calendar {
    height: 35px;
    width: 50%;
  }

  .comp-local-cal .search-box {
    width: calc(100% - 125px);
    height: 35px;
  }

  .comp-local-cal .select-box {
    height: 35px;
  }
}

.comp-local-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.comp-local-list .cl-listb {
  width: calc(50% - 12px);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #959595;
  position: relative;
}

.comp-local-list .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(38, 38, 38, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.comp-local-list .cl-listb:hover .hover-box {
  opacity: 1;
  visibility: visible;
}

.comp-local-list .hover-box .a-center {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.comp-local-list .hover-box .a-href {
  width: calc(33.333% - 6.666px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.comp-local-list .hover-box .a-href.bg-white {
  background-color: #F5F5F5;
}

.comp-local-list .hover-box .a-href.bg-blue {
  background-color: #E6EBF3;
}

.comp-local-list .hover-box .a-href.bg-pink {
  background-color: #FDECE8;
}

.comp-local-list .tag {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-local-list .tag.bg-gray {
  background-color: #737373;
}

.comp-local-list .tag.bg-orange {
  background-color: #F28D4F;
}

.comp-local-list .tag.bg-green {
  background-color: #009044;
}

.comp-local-list .img {
  aspect-ratio: 1/.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-local-list .img img {
  max-width: 100%;
  max-height: 100%;
}

.comp-local-list .info-ul {
  padding: 20px;
}

.comp-local-list .info-li {
  display: flex;
  align-items: center;
}

.comp-local-list .info-li .il-tit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 110px;
  width: 110px;
}

.comp-local-list .info-li+.info-li {
  margin-top: 20px;
}

@media all and (max-width:1024px) {
  .comp-local-list .info-ul {
    padding: 0;
  }

  .comp-local-list .info-li .il-tit {
    min-width: 90px;
    width: 90px;
  }
}

@media all and (max-width:768px) {
  .comp-local-list .info-li+.info-li {
    margin-top: 10px;
  }

  .comp-local-list .info-li .il-tit {
    min-width: 80px;
    width: 80px;
  }

  .comp-local-list .tag {
    width: 80px;
    height: 30px;
  }

  .comp-local-list .cl-listb {
    width: 100%;
    padding: 15px 10px;
  }

  .comp-local-list .hover-box {
    padding: 10px;
  }
}

@media all and (max-width:576px) {
  .comp-local-list .tag {
    width: 65px;
    height: 25px;
  }
}

.more-view-btn {
  width: 360px;
  height: 70px;
  border-radius: 10px;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media all and (max-width:1024px) {
  .more-view-btn {
    width: 280px;
    height: 55px;
  }
}

@media all and (max-width:576px) {
  .more-view-btn {
    width: 180px;
    height: 40px;
  }
}

/* 커뮤니티 > 커뮤니티 */
.commu-index-sec {
  display: flex;
  gap: 60px;
}

.commu-index-sec .rt-list {
  width: calc(100% - 544px);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.commu-index-sec .list-href {
  width: calc(33.333% - 16.666px);
  height: calc(50% - 12.5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #F2F4F9;
  border-radius: 20px;
  gap: 5px;
}

.commu-index-sec .list-href .arw-i {
  min-width: 38px;
  width: 38px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003189;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.commu-index-sec .list-href .arw-i img {
  filter: brightness(0) invert(1);
}

.commu-index-sec .list-href:hover {
  background-color: #003189;
}

.commu-index-sec .list-href:hover span {
  color: #fff;
}

.commu-index-sec .list-href:hover .arw-i {
  background-color: #fff;
}

.commu-index-sec .list-href:hover .arw-i img {
  filter: invert(13%) sepia(86%) saturate(2580%) hue-rotate(211deg) brightness(99%) contrast(106%);
}

.commu-index-sec .lt-img {
  width: 484px;
  aspect-ratio: 1/0.55;
  border-radius: 20px;
  overflow: hidden;
}

.commu-index-sec .lt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1400px) {
  .commu-index-sec {
    gap: 30px;
  }

  .commu-index-sec .rt-list {
    width: calc(100% - 514px);
  }
}

@media all and (max-width:1200px) {
  .commu-index-sec .lt-img {
    width: 350px;
  }

  .commu-index-sec .rt-list {
    width: calc(100% - 380px);
    gap: 10px;
  }

  .commu-index-sec .list-href {
    width: calc(33.333% - 6.666px);
    height: calc(50% - 5px);
    padding: 0 10px;
  }
}

@media all and (max-width:900px) {
  .commu-index-sec {
    flex-direction: column;
    align-items: center;
  }

  .commu-index-sec .lt-img {
    width: 100%;
    max-width: 350px;
  }

  .commu-index-sec .rt-list {
    width: 100%;
  }

  .commu-index-sec .list-href {
    padding: 30px 15px;
  }
}

@media all and (max-width:600px) {
  .commu-index-sec .list-href {
    width: calc(50% - 5px);
  }
}

/* 협회소개 > 정관 */
.bylaws-down-load {
  width: 200px;
  height: 60px;
  border-radius: 10px;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media all and (max-width:768px) {
  .bylaws-down-load {
    width: 150px;
    height: 45px;
    gap: 5px;
  }

  .bylaws-down-load i img {
    height: 15px;
  }
}

.bylaws-con-box .bc-list {
  display: flex;
  background-color: #F2F4F9;
  border-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.bylaws-con-box .bc-list .bl-box {
  width: 20%;
  padding: 35px 5px;
  position: relative;
}

.bylaws-con-box .bc-list .bl-box:hover {
  font-weight: 600;
  color: #003189;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bylaws-con-box .bc-list .bl-box+.bl-box:before {
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35%;
  background-color: #D2D2D2;
  position: absolute;
}

.bylaws-con-box .bc-list .bl-box:nth-child(5n + 1):before {
  content: none;
}


@media all and (max-width:1024px) {
  .bylaws-con-box .bc-list .bl-box {
    width: 25%;
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(4n + 1):before {
    content: none;
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(5n + 1):before {
    content: '';
  }

  .bylaws-con-box .bc-list .bl-box {
    padding: 30px 5px;
  }
}

@media all and (max-width:768px) {
  .bylaws-con-box .bc-list .bl-box {
    width: 33.3333%;
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(4n + 1):before {
    content: '';
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(3n + 1):before {
    content: none;
  }

  .bylaws-con-box .bc-list .bl-box {
    padding: 20px 5px;
  }
}

@media all and (max-width:576px) {
  .bylaws-con-box .bc-list .bl-box {
    width: 50%;
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(3n + 1):before {
    content: '';
  }

  .bylaws-con-box .bc-list .bl-box:nth-child(odd):before {
    content: none;
  }

  .bylaws-con-box .bc-list .bl-box {
    padding: 15px 5px;
  }
}

/* 레슬링정보 > 경기기술 */
.common-skill-list {
  display: flex;
  gap: 80px;
  flex-direction: column;
}

.common-skill-list .cs-skill {
  display: flex;
  align-items: center;
  gap: 80px;
}

.common-skill-list .cs-skill:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.common-skill-list .img-box {
  width: 41%;
  /* aspect-ratio: 1/0.678; */
  border-radius: 20px;
  overflow: hidden;
}

.common-skill-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.common-skill-list .txt-box {
  width: calc(49% - 80px);
}

@media all and (max-width:1024px) {
  .common-skill-list {
    gap: 60px;
  }

  .common-skill-list .cs-skill {
    gap: 40px;
  }

  .common-skill-list .txt-box {
    width: calc(49% - 40px);
  }

}

@media all and (max-width:768px) {
  .common-skill-list {
    gap: 40px
  }

  .common-skill-list .cs-skill {
    gap: 20px;
  }

  .common-skill-list .txt-box {
    width: calc(49% - 20px);
  }
  .common-skill-list .img-box{
    border-radius: 10px;
  }
}

@media all and (max-width:576px) {
  .common-skill-list {
    gap: 30px;
  }

  .common-skill-list .cs-skill {
    gap: 15px;
  }

  .common-skill-list .cs-skill:nth-child(even),
  .common-skill-list .cs-skill {
    flex-direction: column;
  }

  .common-skill-list .img-box,
  .common-skill-list .txt-box {
    width: 100%;
  }

}


/* 팀/선수소개 > 명예의 전당 */
.common-hof-sticky .hof-sticky {
  background-color: #FDECE7;
  border-radius: 20px;
  /* position: sticky; */
  /* top: -50px; */
  width: 100%;
  z-index: 3;
}

.common-hof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.common-hof-list .hof-bg {
  background: url(/asset/img/sub/team/hof_bg01.png)no-repeat center center /cover;
  height: 100%;
}

.common-hof-list .hof-box {
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.333% - 16px);
}

.common-hof-list .hof-box .hof-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-hof-list .hof-box .icon {
  display: flex;
  justify-content: center;
}

.common-hof-list .hof-box .medal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.common-hof-list .hof-kibu {
  background-color: #EC4115;
}
.common-hof-list .hof-box .hof-txt .photo{
  display: flex;
  justify-content: center;
}

@media all and (max-width:1200px) {
  /* .common-hof-sticky .hof-sticky {
    top: 50px;
  } */
}

@media all and (max-width:1024px) {
  .common-hof-list {
    gap: 20px;
  }

  .common-hof-list .hof-box {
    width: calc(33.333% - 13.333px);
  }
}

@media all and (max-width:768px) {
  .common-hof-list {
    gap: 10px;
  }

  .common-hof-list .hof-box {
    width: calc(50% - 5px);
  }

  .common-hof-sticky .hof-sticky {
    top: 60px;
  }
}

@media all and (max-width:500px) {
  .common-hof-list .hof-box {
    width: 100%;
  }
}

.national-select-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.national-select-box {
  width: 200px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #959595;
}

.national-select-box select {
  padding: 0 25px 0 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(/asset/img/sub/team/select_arw.svg)no-repeat center right 20px;
}

.national-search-box .search-box {
  display: flex;
  height: 60px;
  border: 1px solid #959595;
  border-radius: 5px;
  overflow: hidden;
  width: 400px;
  max-width: 100%;
}

.national-search-box .search-box .searchBtn {
  width: 100px;
  background-color: #191919;
  height: 100%;
}

.national-search-box .input-box {
  width: calc(100% - 100px);
}

.national-search-box .input-box .input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

@media all and (max-width:1024px) {
  .national-select-flex {
    flex-wrap: wrap;
  }

  .national-select-box,
  .national-search-box .search-box {
    height: 50px;
  }

  .national-select-box select {
    padding: 0 20px 0 15px;
  }

  .national-search-box .search-box .input {
    padding: 0 15px;
  }
}

@media all and (max-width:768px) {
  .national-select-box {
    width: calc(50% - 5px);
  }

  .national-select-box.mw-100,
  .national-search-box,
  .national-search-box .search-box {
    width: 100%;
  }

  .national-select-box,
  .national-search-box .search-box {
    height: 45px;
  }
}

.national-gray-box {
  padding: 80px 90px;
  border-radius: 10px;
  background-color: #F5F5F5;
  display: flex;
  gap: 20px 0;
}

.national-gray-box .ng-box {
  width: 33.333%;
}

@media all and (max-width:1200px) {
  .national-gray-box {
    padding: 50px 45px;
  }
}

@media all and (max-width:1024px) {
  .national-gray-box {
    padding: 40px 30px;
  }
}

@media all and (max-width:768px) {
  .national-gray-box {
    padding: 30px 0;
  }
}

@media all and (max-width:500px) {
  .national-gray-box {
    padding: 20px 40px;
    flex-wrap: wrap;
  }

  .national-gray-box .ng-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .national-gray-box .ng-box .count{margin-top: 0;}
}

.national-excel-pyo {}

.national-excel-pyo table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  overflow: hidden;

}

.national-excel-pyo table th,
.national-excel-pyo table td {
  padding: 15px 0;
  border: 1px solid #D2D2D2;
}

.national-excel-pyo tbody th,
.national-excel-pyo tbody td {}

.national-excel-pyo thead th {
  background-color: #003189;
  color: #fff;
  font-weight: 600;
}

.national-excel-pyo tbody th {
  background-color: #E6EBF4;
  font-weight: 400;
}

.national-excel-pyo tbody td {
  background-color: #F2F4F9;

}


.natio02-map-flex {
  display: flex;
  gap: 24px;
}

.natio02-map-flex>div {
  width: calc(50% - 12px);
}

.natio02-map-flex .info-right {
  height: 100%;
  max-height: 900px;
}

.natio02-map-flex .map-box {
  border-radius: 20px;
  height: 900px;
  overflow: hidden;
}

.natio02-map-flex .map-box iframe {
  width: 100%;
  height: 100%;
}

.natio02-map-flex .info-flex {
  padding: 25px 50px;
  display: flex;
  gap: 10px;
  background-color: #F2F4F9;
  border-radius: 10px;
}

.natio02-map-flex .map-select {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  overflow: hidden;
}

.natio02-map-flex .map-select .select {
  width: 100%;
  height: 100%;
  padding: 0 15px 0 10px;
  cursor: pointer;
  background: url(/asset/img/sub/team/select_arw02.svg)no-repeat center right 10px;
}

.natio02-map-flex .map-search {
  width: calc(100% - 300px);
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  display: flex;
  height: 40px;
  overflow: hidden;
}

.natio02-map-flex .map-search .ms-input {
  width: calc(100% - 90px);
  height: 100%;
  background-color: #fff;
}

.natio02-map-flex .map-search .ms-input .input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.natio02-map-flex .map-search .ms-search {
  height: 100%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003189;
}

.natio02-map-flex .info-scroll {
  max-height: 790px;
  overflow-y: auto;
}

/* 1. 스크롤바 전체 너비 */
.natio02-map-flex .info-scroll::-webkit-scrollbar {
  width: 15px;
  height: 12px;
}

/* 기본 상태: 연한 회색 */
.natio02-map-flex .info-scroll::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  border-radius: 10px;
  border: 3px solid #F5F5F5;
  /* 배경(track)과 같은 색으로 여백을 주면 더 예뻐요 */
}

/* 마우스를 박스 위에 올렸을 때 (hover) : 남색 강제 적용 */
.natio02-map-flex .info-scroll:hover::-webkit-scrollbar-thumb {}

.natio02-map-flex .info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #003189;
}

/* 트랙(배경)도 확실하게 지정 */
.natio02-map-flex .info-scroll::-webkit-scrollbar-track {
  background: #F5F5F5;
}

.natio02-map-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.natio02-map-list .sel-box {
  display: block;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  cursor: pointer;
  position: relative;
}

.natio02-map-list .sel-box:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.natio02-map-list .sel-box.active:before {
  border-color: #003189;
}

.natio02-map-list .tit-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.natio02-map-list .tit-box .map-href {
  width: 90px;
  height: 30px;
  border-radius: 5px;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
}

.natio02-map-list .mapz-box {
  display: flex;
}

.natio02-map-list .mapz-box .mz-tit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 110px;
  width: 110px;
}

.natio02-map-flex .pagination {
  margin: 40px 0 20px;
}

@media all and (max-width:1400px) {
  .natio02-map-flex .info-flex {
    padding: 25px;
  }
}

@media all and (max-width:1200px) {
  .natio02-map-list .sel-box {
    padding: 20px;
  }

  .natio02-map-flex .map-box {
    height: 700px;
  }

  .natio02-map-flex .info-right {
    max-height: 700px;
  }

  .natio02-map-flex .info-scroll {
    height: 590px;
  }

  .natio02-map-flex .map-select {
    width: 110px;
  }

  .natio02-map-flex .info-flex {
    gap: 5px;
    padding: 25px 15px;
  }

  .natio02-map-flex .map-search {
    width: calc(100% - 230px);
  }
}

@media all and (max-width:1024px) {
  .natio02-map-list .tit-box .map-href {
    width: 70px;
  }

  .natio02-map-list .tit-box {
    gap: 10px;
  }

  .natio02-map-flex {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .natio02-map-flex>div {
    width: 100%;
  }

  .natio02-map-flex .info-right {
    max-height: auto;
  }

  .natio02-map-flex .info-scroll {
    height: 200px;
  }

  .natio02-map-flex .map-box {
    height: 350px;
  }

  .natio02-map-flex .info-flex {
    padding: 15px;
  }

  .natio02-map-list .mapz-box .mz-tit {
    width: 85px;
    min-width: 85px;
  }

  .natio02-map-list .mapz-box .mz-tit img {
    height: 20px;
  }
}

@media all and (max-width:768px) {
  .natio02-map-flex .map-box {
    height: 250px;
  }

  .natio02-map-flex .pagination {
    margin: 20px 0 10px;
  }

}

@media all and (max-width:576px) {
  .natio02-map-flex .info-flex {
    flex-wrap: wrap;
  }

  .natio02-map-flex .map-select {
    width: calc(50% - 2.5px);
    height: 35px;
  }

  .natio02-map-flex .map-search {
    width: 100%;
    height: 35px;
  }

  .natio02-map-list .sel-box {
    padding: 10px;
  }

  .natio02-map-list .mapz-box .mz-tit img {
    height: 18px;
  }

  .natio02-map-list .mapz-box .mz-tit {
    gap: 5px;
    width: auto;
    min-width: auto;
  }

  .natio02-map-list .mapz-box {
    gap: 5px;
  }

  .natio02-map-list .mapz-box .mz-tt {
    display: none;
  }
}

/* 대회소식 > 국제대회 > 일정 */
.sch_con_flex {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}

/* ===== 달력 영역 ===== */
.sch_con_flex .calendar-wrap {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
}

/* ===== 헤더 ===== */
.sch_con_flex .calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 40px 0 30px;
}

.sch_con_flex .calendar-header .month-title {
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  min-width: 135px;
}

.sch_con_flex .calendar-header .month-title strong {
  font-weight: 700;
}

.sch_con_flex .nav-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sch_con_flex .nav-btn.prev-btn {
  background-image: url(/asset/img/sub/competition/sch_arw01.svg);
}

.sch_con_flex .nav-btn.next-btn {
  background-image: url(/asset/img/sub/competition/sch_arw02.svg);
}

/* ===== 요일 헤더 ===== */
.sch_con_flex .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid #D2D2D2;
}

.sch_con_flex .calendar-weekdays .wd {
  padding: 22px 10px;
  letter-spacing: 0.08em;
  color: #959595;
  text-transform: uppercase;
  font-weight: 600;
}

.sch_con_flex .calendar-weekdays .wd.sun {
  color: #E50019;
}

.sch_con_flex .calendar-weekdays .wd.sat {
  color: #003189;
}

/* ===== 날짜 그리드 ===== */
.sch_con_flex .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.sch_con_flex .cal-cell {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  position: relative;
  transition: background 0.1s;
  font-size: 1.6rem;
}

.sch_con_flex .cal-cell:nth-child(7n) {
  border-right: none;
}

.sch_con_flex .cal-cell:hover {
  background: #fafafa;
}

.sch_con_flex .cal-cell.empty {
  background: #f8f8f8;
  pointer-events: none;
}

.sch_con_flex .cal-cell .date-num {
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}

.sch_con_flex .cal-cell.sun .date-num {
  color: #E50019;
}

.sch_con_flex .cal-cell.sat .date-num {
  color: #003189;
}

.sch_con_flex .cal-cell.today .date-num {
  background: #003189;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sch_con_flex .cal-cell.sun:nth-last-child(1 of .sun),
.sch_con_flex .cal-cell.sun:nth-last-child(1 of .sun)~.cal-cell {
  border-bottom: none;
}

/* ===== 이벤트 뱃지 ===== */
.sch_con_flex .event-scroll {
  max-height: calc(100% - 22px);
  overflow-y: auto;
  padding-right: 10px;
}

/* 1. 크롬, 사파리, 엣지용 스크롤바 설정 (Webkit) */
.sch_con_flex .event-scroll::-webkit-scrollbar {
  width: 7px;
  /* 스크롤바 전체 너비 */
}

/* 스크롤바 배경 (트랙) */
.sch_con_flex .event-scroll::-webkit-scrollbar-track {
  background: #F5F5F5;
  /* 배경 색상 */
}

/* 스크롤바 막대 (핸들) */
.sch_con_flex .event-scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  /* 바 색상 */
  border-radius: 0;
  /* 곡률 0 (직각형) */
}

.sch_con_flex .event-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sch_con_flex .event-badge {
  display: block;
  border-radius: 5px;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* cursor: pointer;
    transition: opacity 0.12s, transform 0.12s; */
  line-height: 1.5;
}

/* .sch_con_flex .event-badge:hover { opacity: 0.85; transform: translateX(1px); } */

.sch_con_flex .event-badge.blue {
  background: #6683B8;
  color: #fff;
}

.sch_con_flex .event-badge.orange {
  background: #F28D4F;
  color: #fff;
}

.sch_con_flex .event-badge.teal {
  background: #14b8a6;
  color: #fff;
}

.sch_con_flex .event-badge.red {
  background: #ef4444;
  color: #fff;
}

.sch_con_flex .event-badge.purple {
  background: #8b5cf6;
  color: #fff;
}

.sch_con_flex .event-badge.green {
  background: #22c55e;
  color: #fff;
}

.sch_con_flex .more-badge {
  font-size: 11px;
  color: #888;
  padding: 2px 7px;
  cursor: pointer;
}

.sch_con_flex .more-badge:hover {
  color: #333;
}

/* ===== 우측 사이드 패널 ===== */
.sch_con_flex .side-panel {
  width: 484px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  padding-right: 15px;

}

.sch_con_flex .side-panel::-webkit-scrollbar {
  width: 12px;
}

.sch_con_flex .side-panel::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 10px;
}

.sch_con_flex .side-panel::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 10px;
}

/* 이벤트 카드 */
.event-card-box {
  background: #fff;
  border-radius: 14px;
  padding: 50px 30px;
  border: 1px solid #d2d2d2;
}

.event-card-box .event-card-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #1a3a6b;
  line-height: 1.4;
}

.event-card-box .event-card-divider {
  height: 1px;
  background: #959595;
  margin: 30px 0;
}

.event-card-box .event-card-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-card-box .meta-row {
  display: flex;
  align-items: center;
  gap: 45px;
}

.event-card-box .meta-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-card-box .meta-icon.ico-place {
  background-image: url(/asset/img/sub/competition/sch_svg01.svg);
}

.event-card-box .meta-icon.ico-cal {
  background-image: url(/asset/img/sub/competition/sch_svg02.svg);
}

.event-card-box .meta-con {
  display: flex;
  align-items: center;
  width: 70px;
  min-width: 70px;
  justify-content: space-between;
}

.event-card-box .meta-label {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.event-card-box .meta-value {
  line-height: 1.5;
  font-size: 1.8rem;
}

/* 이벤트 없을 때 */
.sch_con_flex .no-events {
  background: #fff;
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  color: #aaa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  width: 100%;
}

.sch_con_flex .no-events-icon {
  margin-bottom: 10px;
}

@media all and (max-widtH:1400px) {
  .sch_con_flex .side-panel {
    width: 440px;
  }
}

@media all and (max-width:1200px) {
  .sch_con_flex .side-panel {
    gap: 20px;
    width: 360px;
  }

  .event-card-box {
    padding: 30px 15px;
  }

  .event-card-box .meta-row {
    gap: 20px;
  }

  .event-card-box .event-card-title {
    font-size: 2.2rem;
  }

  .event-card-box .meta-label,
  .event-card-box .meta-value {
    font-size: 1.6rem;
  }

  .event-card-box .meta-con {
    width: 55px;
    min-width: 55px;
  }

  .event-card-box .event-card-divider {
    margin: 20px 0;
  }
}

@media all and (max-width:1024px) {
  .sch_con_flex {
    flex-direction: column;
  }

  .sch_con_flex .calendar-wrap {
    width: 100%;
  }

  .sch_con_flex .side-panel {
    width: 100%;
    max-height: 250px !important;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .sch_con_flex .event-card-box {
    width: calc(33.333% - 13.3333px);
  }

  .event-card-box .meta-row {
    gap: 10px;
  }

  .event-card-box .meta-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .event-card-box .event-card-title {
    font-size: 2rem;
  }
}

@media all and (max-width:850px) {
  .sch_con_flex .side-panel {
    gap: 10px;
  }

  .sch_con_flex .event-card-box {
    width: calc(50% - 5px);
  }
}
@media all and (max-width:768px) {

  .event-card-box .event-card-title {
    font-size: 1.8rem;
  }

  .event-card-box .meta-label,
  .event-card-box .meta-value {
    font-size: 1.4rem;
  }

  .sch_con_flex .calendar-header {
    padding: 20px 0;
  }

  .sch_con_flex .calendar-weekdays .wd {
    padding: 10px 5px;
  }

  .sch_con_flex .cal-cell {
    padding: 5px 0 5px 5px;
  }

  .sch_con_flex .calendar-weekdays .wd,
  .sch_con_flex .cal-cell .date-num {
    font-size: 1.4rem;
  }

  .sch_con_flex .event-badge {
    font-size: 1rem;
    padding: 1px 3px;
  }

  .sch_con_flex .event-scroll {
    padding-right: 3px;
  }

  .sch_con_flex .event-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sec-mo-none {
    display: none;
  }
}

@media all and (max-width:576px) {
  .sch_con_flex .event-badge {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .event-card-box {
    padding: 20px 15px;
  }

  .event-card-box .event-card-title {
    font-size: 1.6rem;
  }

  .event-card-box .event-card-divider {
    margin: 10px 0;
  }

}


.event-card-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.event-card-list .event-card-box {
  width: calc(33.333% - 16px);
}

@media all and (max-width:850px) {
  .event-card-list {
    gap: 20px;
  }

  .event-card-list .event-card-box {
    width: calc(50% - 10px);
  }

}

@media all and (max-width:576px) {
  .event-card-list {
    gap: 15px;
  }

  .event-card-list .event-card-box {
    width: 100%;
  }

}

/* 협회소개 > 협회소개 > 파트너 */
.partner-logo-cont{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 24px;
}
.partner-logo-cont .logo-box{
  width: calc(25% - 18px);
}

@media all and (max-widtH:1024px){
.partner-logo-cont{
  gap: 20px;
}
.partner-logo-cont .logo-box{
  width: calc(25% - 15px);
}
}
@media all and (max-widtH:768px){
.partner-logo-cont{
  gap: 20px 10px;
}
.partner-logo-cont .logo-box{
  width: calc(33.333% - 6.666px);
}
}
@media all and (max-widtH:500px){
.partner-logo-cont{
  gap: 10px;
}
.partner-logo-cont .logo-box{
  width: calc(50% - 5px);
}
}

/* Mypage Navigation */
.mypage-nav-wrap {
    background-color: #f8f9fb;
    border-radius: 10px;
    padding: 10px;
}

.mypage-nav-wrap .user-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mypage-nav-wrap .name-box {
    width: 300px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.mypage-nav-wrap .nav-list-box {
    flex: 1;
}

.mypage-nav-wrap .nav-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mypage-nav-wrap .nav-item {
    flex: 1;
}
.mypage-nav-wrap.general .nav-item{
  max-width: 185px;
}

.mypage-nav-wrap .nav-item a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypage-nav-wrap .nav-item.active a,
.mypage-nav-wrap .nav-item a:hover {
}


/* 선수 전용 css */
.mypage-nav-wrap.player{background-color: #FDF2EE;}

.mypage-nav-wrap.player .nav-item.active a,
.mypage-nav-wrap.player .nav-item a:hover {
  color: #EC4115;
  font-weight: 600;
}

.mypage-nav-wrap.player .name-box .i-img img{
  filter: invert(47%) sepia(78%) saturate(6032%) hue-rotate(354deg) brightness(94%) contrast(96%);
}
.mypage-nav-wrap.player .name-box .name{color: #EC4115;}

/* 지도자 전용 css */
.mypage-nav-wrap.leader{background-color: #F2F4F9;}

.mypage-nav-wrap.leader .nav-item.active a,
.mypage-nav-wrap.leader .nav-item a:hover {
  color: #003189;
  font-weight: 600;
}

.mypage-nav-wrap.leader .name-box .i-img img{
  filter: invert(13%) sepia(83%) saturate(3492%) hue-rotate(212deg) brightness(85%) contrast(105%);
}
.mypage-nav-wrap.leader .name-box .name{color: #003189;}

/* 담당자 전용 css */
.mypage-nav-wrap.staff{background-color: #EBF6F3;}

.mypage-nav-wrap.staff .nav-item.active a,
.mypage-nav-wrap.staff .nav-item a:hover {
  color: #008969;
  font-weight: 600;
}

.mypage-nav-wrap.staff .name-box .i-img img{
  filter: invert(31%) sepia(70%) saturate(5208%) hue-rotate(156deg) brightness(93%) contrast(101%);
}
.mypage-nav-wrap.staff .name-box .name{color: #008969;}


@media all and (max-width: 1200px) {
    .mypage-nav-wrap .name-box {
        width: 200px;
        gap: 5px;
    }
    .mypage-nav-wrap .name-box .name {
    }
    .mypage-nav-wrap .nav-item a {
    }
}

@media all and (max-width: 1024px) {
    .mypage-nav-wrap .user-info-box {
        flex-direction: column;
        align-items: stretch;
    }
    .mypage-nav-wrap .name-box {
        width: 100%;
        height: 50px;
    }
    .mypage-nav-wrap .nav-item a{
      height: 50px;
    }
    .mypage-nav-wrap .nav-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .mypage-nav-wrap.player .name-box .i-img img{
      height: 20px;
    }
}

@media all and (max-width: 576px) {
  
  .mypage-nav-wrap .name-box .i-img img{
    height: 18px;
  }
    .mypage-nav-wrap .nav-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .mypage-nav-wrap .name-box,
    .mypage-nav-wrap .nav-item a{
      height: 40px;
    }
}

/* Mypage Index List */
.mypage-index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.mypage-index-list .index-item {
    width: calc(50% - 12px);
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    min-height: 465px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.mypage-index-list .index-item .tit {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mypage-index-list .line{
  width: 100%;
  height: 2px;
  background-color: #a0a0a0;
}
.mypage-index-list .gain-box{
  display: flex;
  align-items: center;
}
.mypage-index-list .gain-box + .gain-box{
  margin-top: 10px;
}

.mypage-index-list .gain-tit{
  min-width: 105px;
  width: 105px;
  font-weight: 500;
}
.mypage-index-list .btn-flex{
  display: flex;
  gap: 10px;
}
.mypage-index-list .a-btn{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.mypage-index-list .a-btn.blue-btn{
  background-color: #003189;
}
.mypage-index-list .a-btn.white-btn{
  background-color: #fff;
  border: 1px solid #003189;
}
.mypage-index-list .com-box{
  padding-bottom: 10px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 10px;
}
.mypage-index-list .com-tit{
  font-weight: 500;
}
.mypage-index-list .com-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mypage-index-list .com-btn{
  border-radius: 5px;
  padding: 1px 7px;
  background-color: #fff;
  min-width: 80px;
  text-align: center;
}
.mypage-index-list .com-btn.blue-btn{
  border: 1px solid #003189;
  color: #003189;
}
.mypage-index-list .com-btn.orange-btn{
  border: 1px solid #EC4115;
  color: #EC4115;
}
.mypage-index-list .orange-box{
  display: flex;
  align-items: center;
}
.mypage-index-list .orange-box + .orange-box{
  margin-top: 10px;
}

.mypage-index-list .orange-tit{
  min-width: 140px;
  width: 140px;
  font-weight: 500;
}


.mypage-index-list.staff .index-item.type02 .com-box{
  display: flex;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
}
.mypage-index-list.staff .index-item.type02 .com-tit{
  min-width: 95px;
}

@media all and (max-width:1024px){
  .mypage-index-list .index-item{
    min-height: auto;
  }
}


@media all and (max-width: 768px) {
    .mypage-index-list .index-item {
        width: 100%;
    }
    .mypage-index-list .a-btn{
      height: 45px;
    }
}

.myinfo-auth-box{
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #f2f4f9;
  border-radius: 20px;
  padding: 50px 100px;
}
.myinfo-auth-box .tel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.myinfo-auth-box .tel-tit{
  display: flex;
  align-items: center;
  gap: 10px;
}
.myinfo-auth-box .pw-input{
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
.myinfo-auth-box .pw-input .pw{
  width: 100%;
  border-bottom: 1px solid #A0A0A0;
  height: 100%;
  background-color: transparent;
}
.myinfo-auth-box .btn-flex{
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
}
.myinfo-auth-box .btn-flex .btn{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.myinfo-auth-box .btn-flex .btn.white-btn{
  background-color: #fff;
  border: 1px solid #BFCEF4;
}
.myinfo-auth-box .btn-flex .btn.navy-btn{
  background-color: #003189;
}

@media all and (max-width:768px){
  .myinfo-auth-box{
    padding: 30px 50px;
  }
}
@media all and (max-width:576px){
  .myinfo-auth-box{
    padding: 30px;
  }
  .myinfo-auth-box .pw-input,
  .myinfo-auth-box .btn-flex .btn{
    height: 40px;
  }
}

/* mypage common */
.mypage-com-tit{
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.mypage-com-line{
  width: 100%;
  height: 1px;
  background-color: #959595;
}

.mypage-com-table table{
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #a0a0a0;
  border-left: none;
  border-right: none;
}

.mypage-com-table table + table{
  margin-top: 40px;
}
.mypage-com-table tbody th{
  text-align: left;
  background-color: #F5F5F5;
}
.mypage-com-table tbody th,
.mypage-com-table tbody td{
  padding: 20px;
}
.mypage-com-table tbody tr + tr{
  border-top: 1px solid #D2D2D2;
}
.mypage-com-table .radio-flex{
  display: flex;
  gap: 20px;
  align-items: center;
}
.mypage-com-table .radio-label{
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.mypage-com-table .radio-input{
  display: none;
}
.mypage-com-table .radio-i{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  border: 1px solid #191919;
  position: relative;
}
.mypage-com-table .radio-i:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #191919;
  opacity: 0;
}
.mypage-com-table .radio-input:checked ~ .radio-i:before{
  opacity: 1;
}
.mypage-com-table .pw-change-btn{
  padding: 5px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.mypage-com-table .pw-flex-box{
  display: flex;
  align-items: center;
  gap: 5px 15px;
  flex-wrap: wrap;
}
.mypage-com-table .pw-flex-box .input-box{
  max-width: 500px;
  height: 40px;
  width: 100%;
}
.mypage-com-table .pw-flex-box .pw{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
}
.mypage-com-table .pw-change-view{display: none;}
.mypage-com-table.is-pw-changing .pw-change-view { display: flex; }
.mypage-com-table.is-pw-changing tr.pw-change-view { display: table-row; }
.mypage-com-table.is-pw-changing #pwChBtn { display: none; }

.pw-check-txt { display: none; }
.pw-check-txt.check-no { display: block; color: #EC4115; }
.pw-check-txt.check-yes { display: block; color: #003189; }


.mypage-com-table .email-flex{
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypage-com-table .email-input{
  width: 100%;
  max-width: 230px;
  height: 40px;
}

.mypage-com-table .email-input .email{
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
}
.mypage-com-table .email-input .select-email{
  cursor: pointer;
  background: url(/asset/img/sub/mypage/sel-btn.svg)no-repeat center right 10px;
}


.mypage-com-table .phone-flex{
  display: flex;
  gap: 10px;
  align-items: center;
}
.mypage-com-table .phone-box{
  width: 100%;
  max-width: 150px;
  height: 40px;
}
.mypage-com-table .phone-box .phone{
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
}

.mypage-com-submit{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.mypage-com-submit .btn{
  width: 400px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-com-submit .btn.white-btn{
  background-color: #fff;
  border: 1px solid #BFCEF4;
}
.mypage-com-submit .btn.navy-btn{
  background-color: #003189;
}
.mypage-com-submit .btn.skyblue-btn{
  background-color: #F2F4F9;
}

.mypage-com-table tbody td .down-icon{
  display: flex;
  align-items: center;
  gap: 10px;
}

@media all and (max-width: 768px) {
    .mypage-com-table colgroup {
        display: none;
    }
    .mypage-com-table table,
    .mypage-com-table tbody,
    .mypage-com-table tr,
    .mypage-com-table th,
    .mypage-com-table td {
        display: block;
        width: 100% !important;
    }
    .mypage-com-table.is-pw-changing tr.pw-change-view{
      display: block;
    }
    .mypage-com-table tbody th {
      padding: 15px 10px;
        background-color: #F5F5F5;
        border-bottom: 1px solid #E5E5E5;
        font-size: 1.6rem;
    }
    .mypage-com-table tbody td {
        padding: 15px 10px;
        font-size: 1.6rem;
    }
    .mypage-com-table .pw-flex-box,
    .mypage-com-table .email-flex,
    .mypage-com-table .phone-flex {
        gap: 5px;
    }
    .mypage-com-table .pw-flex-box .input-box,
    .mypage-com-table .email-input,
    .mypage-com-table .phone-box {
        max-width: 100%;
    }
    .mypage-com-submit {
    }
    .mypage-com-submit .btn {
        width: 100%;
        height: 45px;
    }
    .mypage-com-table table + table{
      margin-top: 20px;
    }
}

.mypage-search-box{
  border-radius: 20px;
  padding: 30px 40px;
  background-color: #F2F4F9;
}

.mypage-search-box .search-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.mypage-search-box .sb-form{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 660px;
  width: 100%;
}
.mypage-search-box .sb-form.w-780{
  max-width: 780px;
}
.mypage-search-box .select-box{
  width: 150px;
  height: 40px;
}

.mypage-search-box .select-box.w100{
  width: 100%;
}
.mypage-search-box .select-box .select{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #fff url(/asset/img/sub/mypage/sel-btn.svg)no-repeat center right 10px;
  cursor: pointer;
}


.mypage-search-box .insert-box{
  width: calc(100% - 160px);
  position: relative;
}

.mypage-search-box .input-box{
  width: 100%;
  height: 40px;
}
.mypage-search-box .input-box .input{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 110px 0 10px;
}


.mypage-search-box .btn-box{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
}
.mypage-search-box .btn-box .btn{
  width: 100%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background-color: #003189;
  border-left: 1px solid #d9d9d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mypage-search-box.type02 .btn-box{
  position: unset;
  height: auto;
}
.mypage-search-box .w100{
  width: 100%;
}

.mypage-search-box .new-flex-column{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mypage-search-box .new-flex-btn{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mypage-search-box.type02 .sb-tit{
  min-width: 130px;
  width: 130px;
}
.mypage-search-box.type02 .search-box{gap: 0;}
.mypage-search-box.type02 .input-box .input{
  padding: 0 10px;
}

@media all and (max-width:768px){
  .mypage-search-box{
    padding: 15px;
    border-radius: 0;
  }
  .mypage-search-box .search-box{
    gap: 10px;
    flex-direction: column;
  }
  .mypage-search-box .select-box{
    width: 105px;
    height: 35px;
  }
  .mypage-search-box .sb-form{
    gap: 5px;
  }
  .mypage-search-box .insert-box{
    width: calc(100% - 110px);
  }
  .mypage-search-box .input-box{
    height: 35px;
  }
  .mypage-search-box .btn-box{
    width: 65px;
  }
  .mypage-search-box .input-box .input{
    padding: 0 75px 0 10px;
  }
  .mypage-search-box .new-flex-btn{
    flex-direction: column;
  }
  .mypage-search-box.type02 .sb-tit{
    min-width: auto;
    width: auto;
  }
  .mypage-search-box.type02 .btn-box{
    height: 40px;
    width: 100%;
  }
  .mypage-search-box.type02 .btn-box .btn{border-radius: 0;}
  .mypage-search-box.type02 .search-box{
    gap: 10px;
  }
}


.supervise-top-flex{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.supervise-top-flex .href-btn{
  width: 135px;
  height: 40px;
  border-radius: 5px;
  background-color: #e2e2e2;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:768px){
  
.supervise-top-flex .href-btn{
  width: 100px;
  height: 35px;
}
}

/* 결제내역 */

.pay-search-flex{
  display: flex;
  align-items: center;
}
.pay-search-flex + .pay-search-flex{
  margin-top: 15px;
}
.pay-search-flex .sf-tit{
  width: 105px;
  min-width: 105px;
}
.pay-search-flex .sf-list{
  display: flex;
  gap: 10px;
  align-items: center;
}
.pay-search-flex .sf-list.mw-600{
  max-width: 600px;
  width: 100%;
}
.pay-search-flex .sf-label .sf-radio{display: none;}
.pay-search-flex .sf-label {
  padding: 6px 20px;
  border-radius: 5px; 
  background-color: #fff;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.pay-search-flex .sf-label:has(.sf-radio:checked){
  background-color: #959595;
  border-color: #959595;
  color: #fff;
}
.pay-search-flex .sf-select{
  width: 150px;
  height: 40px;
}
.pay-search-flex .sf-select .select{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff url(/asset/img/sub/mypage/sel-btn.svg)no-repeat center right 10px;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.pay-search-flex .sf-cal{
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 350px;
  width: 100%;
}
.pay-search-flex .cal-box{
  width: 100%;
  height: 40px;
}
.pay-search-flex .cal-box .cal{
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff url(/asset/img/sub/mypage/ico-cal.svg)no-repeat center right 10px;

}
.pay-search-flex .sf-btn{
  width: 80px;
  height: 40px;
  border-radius: 5px;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-search-flex .input.px-10{
  padding: 0 10px;
}

@media (max-width: 768px) {
  .pay-search-flex {
    display: block;
  }
  .pay-search-flex .sf-tit {
    min-width: auto;
    width: auto;
    margin-bottom: 10px;
  }
  .pay-search-flex .sf-list {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pay-search-flex .sf-cal {
    max-width: 100%;
    gap: 5px;
  }
  .pay-search-flex .sf-label{
    padding: 3px 10px;
  }
  .pay-search-flex .sf-btn{
    width: 100%;
  }
  .pay-search-flex .sf-select{
    width: 130px;
    height: 35px;
  }
  .pay-search-flex .cal-box{
    height: 35px;
  }
}

/* 20260622 로그인, 회원가입 페이지 추가 */
.container.w740{
  max-width: 740px;
}

.login-blue-box{
  padding: 50px 60px;
  border-radius: 20px;
  background-color: #f2f4f9;
}
.login-blue-box .login-input{
  width: 100%;
}
.login-blue-box .log-input{
  width: 100%;
  height: 60px;
}
.login-blue-box .log-input .input{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 0 20px;
}
.login-blue-box .login-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-blue-box .login-btn .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 10px;
}
.login-blue-box .login-btn .btn.navy-btn{
  background-color: #003189;
}
.login-href-list .ahref-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
}
.login-href-list .ah-arw{
  position: relative;
  width: 7px;
  height: 7px;
}
.login-href-list .ah-arw:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%) rotate(45deg);
  border-right: 1px solid #191919;
  border-top: 1px solid #191919;
}
.login-href-list .ahref-flex{
  display: flex;
  gap: 10px;
}

@media all and (max-width:740px){
  .login-blue-box{
    padding: 25px 30px;
  }
  .login-href-list .ahref-btn{
    padding: 10px 15px;
  }
  .login-blue-box .log-input{
    height: 50px;
  }
  .login-blue-box .login-btn .btn{
    height: 60px;
  }
}
@media all and (max-width:576px){
  .login-blue-box{
    padding: 20px 15px;
  }
  .login-href-list .ahref-btn{
    padding: 5px 10px;
  }
  .login-blue-box .log-input{
    height: 45px;
  }
  .login-blue-box .login-btn .btn{
    height: 50px;
  }
  .login-blue-box .log-input .input{
    padding: 0 10px;
  }
}

/* 회원가입 페이지 */
.signup-click-btn{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.signup-click-btn .sign-btn{
  width: calc(50% - 12px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f9;
  height: 234px;
  cursor: pointer;
}
.signup-click-btn .sign-btn:hover,
.signup-click-btn .sign-btn.active,
.signup-click-btn .sign-btn:has(.sign-radio:checked){
  background-color: #003189;
  color: #fff;
}
.signup-click-btn .sign-radio{display: none;}


.signup-agree-box .agree-line{
  width: 100%;
  height: 1px;
  background-color: #959595;
}
.signup-agree-box .allag-label{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.signup-agree-box .allag-check{
  display: none;
}

.signup-agree-box .allag-check:checked ~ .allag-i{
  background: #262626 url(/asset/img/sub/auth/ico-check.svg)no-repeat center center;
}
.signup-agree-box .allag-i{
  width: 20px;
  height: 20px;
  border: 1px solid #262626;
  display: block;
}

.signup-agree-box .chk-agree-textarea{
  width: 100%;
  height: 175px;
  border: 1px solid #d2d2d2;
}
.signup-agree-box .chk-agree-textarea .textarea{
  width: 100%;
  height: 100%;
  padding: 20px;
  resize: none;
  outline: none;
}

.sign-com-flex{
  display: flex;
  gap: 10px;
}
.sign-com-btn{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-com-btn.navy-btn{
  background-color: #003189;
}

@media all and (max-width:576px){
  .signup-click-btn{
    gap: 10px;
  }
  .signup-click-btn .sign-btn{
    height: 150px;
    width: calc(50% - 5px);
  }
  .signup-agree-box .allag-i{
    width: 17px;
    height: 17px;
  }
  .signup-agree-box .allag-label{
    gap: 5px;
  }
  .signup-agree-box .allag-check:checked ~ .allag-i{
    background-size: 10px auto;
  }
  .signup-agree-box .chk-agree-textarea {
    height: 130px;
  }
  .signup-agree-box .chk-agree-textarea .textarea{
    padding: 10px;
  }

  .sign-com-btn{
    height: 55px;
  }
}

/* 회원가입 > 보호자인증 */
.sign-verify-box{
  border-radius: 20px;
  overflow: hidden;
  background-color: #F2F4F9;
}
.sign-verify-box .verify-top{
  padding: 50px 0;
}
.sign-verify-box .verify-btn{
  background-color: #003189;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:576px){
  .sign-verify-box br.pc_only{display: none;}
}

.verify-pop-up{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify-pop-cont{
  max-width: 600px;
  width: 95%;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.verify-pop-up .btn-flex{
  display: flex;
  gap: 10px;
  max-width: 450px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.verify-pop-up .btn-flex .pop-btn{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.verify-pop-up .btn-flex .pop-btn.navy-btn{
  background-color: #003189;
}
.verify-pop-up .btn-flex .pop-btn.gray-btn{
  background-color: #F2F4F9;
}
.verify-pop-up .pop-closed{
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5 url(/asset/img/sub/auth/ico-x.svg)no-repeat center center;
}

/* 회원가입 입력페이지 */
.sign-info-blue{
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f9;
  border-radius: 20px;
  gap: 10px;
}

.info-input-line{
  width: 100%;
  height: 1px;
  background-color: #959595;
}

.info-input-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.info-input-flex .info-flex{
  display: flex;
  align-items: center;
  width: 100%;
}
.info-input-flex .info-tit{
  width: 200px;
  min-width: 200px;
}
.info-input-flex .info-txt{
  width: 100%;
}
.info-input-flex .info-box{
  width: 100%;
  height: 50px;
}
.info-input-flex .info-box .input{
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
.info-input-flex .info-box .select{
  cursor: pointer;
  background: url(/asset/img/sub/auth/ico-select.svg)no-repeat center right 20px;
}

.info-input-flex .info-box .readonly{
  background-color: #E2E2E2;
  border-radius: 0;
}

.info-input-flex .radio-flex{
  display: flex;
  align-items: center;
  gap: 50px;
}
.info-input-flex .radio-label{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.info-input-flex .radio-input{display: none;}
.info-input-flex .radio-i{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #191919;
  display: block;
  position: relative;
}
.info-input-flex .radio-i:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #191919;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.info-input-flex .radio-input:checked ~ .radio-i:before{
  opacity: 1;
}
.info-input-flex .box-flex{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.info-input-flex .box-dash{
  gap: 5px;
}
.info-input-flex .box-flex .info-box{
  width: calc(33.333% - 10px);
}
.info-input-flex .idcheck-box{position: relative;}
.info-input-flex .idcheck-box .input{
  padding-right: 140px;
}
.info-input-flex .idcheck-box .idcheck-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #003189;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-input-flex .info-bb{
  width: 100%;
  margin-top: -10px;
}
.info-input-flex .file-label{
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.info-input-flex .file-input{
  display: none;
}
.info-input-flex .file-btn{
  width: 160px;
  height: 50px;
  background-color: #5d5d5d;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:740px){
  .info-input-flex .info-tit{
    width: 130px;
    min-width: 130px;
  }
}

@media all and (max-width:576px){
  .sign-info-blue{
    padding: 20px 0;
    gap: 5px;
  }
  .sign-info-blue i img{
    width: 20px;
  }
  .info-input-flex .info-flex{
    flex-direction: column;
    gap: 5px;
  }
  .info-input-flex .info-tit{
    width: 100%;
    min-width: auto;
  }
  .info-input-flex .info-box{
    height: 45px;
  }
  .info-input-flex .info-can .info-tit{
    display: none;
  }
  .info-input-flex br.pc_only{display: none;}
  .info-input-flex .info-box .input{
    padding: 0 10px;
  }
  .info-input-flex .idcheck-box .input{
    padding-right: 95px;
  }
  .info-input-flex .idcheck-box .idcheck-btn{
    width: 85px;
  }
  .info-input-flex .info-box .select{
    background-position: center right 7px;
  }
}


/* 회원가입 완료페이지 */
.complete-blue-box{
  background-color: #F2F4F9;
  border-radius: 20px;
}
.complete-blue-box .btn-flex{
  max-width: 530px;
  width: 95%;
  margin:0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.complete-blue-box .btn-flex .btn{
  width: calc(50% - 5px);
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.complete-blue-box .btn-flex .btn.btn.white-btn{
  border: 1px solid #bfcef4;
  background-color: #fff;
}
.complete-blue-box .btn-flex .btn.btn.navy-btn{
  background-color: #003189;
}
.complete-blue-box .email-input{
  max-width: 300px;
  height: 50px;
  width: 95%;
  margin: 0 auto;
}
.complete-blue-box .email-input .input{
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #A0A0A0;
  padding: 0 10px;
  background-color: transparent;
}

@media all and (max-width:576px){
  .complete-blue-box .btn-flex .btn{
    height: 45px;
  }
}

/* 20260625 추가 */
.mypage-com-table .num-johwi{
  display: flex;
  align-items: center;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.mypage-com-table .num-johwi .johwi-box{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.mypage-com-table .num-johwi .input-box{
  width: 500px;
  height: 40px;
  max-width: calc(100% - 80px);
}
.mypage-com-table .num-johwi .input{
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
}
.mypage-com-table .num-johwi .btn{
  width: 70px;
  height: 40px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-com-table .file-box{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mypage-com-table .file-label{
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d2d2d2;
  width: 100px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}
.mypage-com-table .file-label .file-input{display: none;}
.mypage-com-table .upload-list{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.mypage-com-table .upload-box{
  display: flex;
  height: 40px;
  padding: 0 10px;
  align-items: center;
  gap: 5px;
  background-color: #F5F5F5;
  border: 1px solid #d2d2d2;
}

.mypage-com-table .upload-box .upload-x{
  cursor: pointer;
}