.gray-btn {
  border-radius: 2px;
  border: solid 1px #aaa;
  background-color: #f2f2f2;
}

.white-btn {
  border-radius: 2px;
  border: solid 1px #337ab7;
  background-color: #fff;
  color: #337ab7;
}

.blue-btn {
  border-radius: 2px;
  background-color: #0088ff;
}

.pagination {
  text-align: center;
  margin: 25px auto 0;
}
.pagination .paginationSub {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.pagination .paginationSub a.active {
  background-color: #1423b3;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  border: 0px;
}
.pagination .paginationSub a {
  display: inline-block;
  color: #222;
  width: 40px;
  line-height: 36px;
  transition: background-color 0.3s;
  border: 1px solid #cccccc;
  font-size: 15px;
}


.popup-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 15px;
  z-index: 9999;
}
.popup-wrap .contents {
  width: 100%;
  max-width: 960px;
  height: 450px;
  margin-top: 90px;
  flex-direction: column;
  background-color: #fff;
}
.popup-wrap .contents-head {
  width: 100%;
  padding: 15px 0 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1e88e5;
}
.popup-wrap .contents-head .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.88px;
  text-align: left;
  color: #fff;
}
.popup-wrap .contents-main .join-form .table-title {
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.popup-wrap .contents-main .join-form .table-title h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  margin-left: 20px;
  text-align: left;
}
.popup-wrap .contents-main .join-form .table .jsw {
  padding: 0px 20px 0px 20px;
}
.popup-wrap .contents-main .join-form .table .jsw table {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.popup-wrap .contents-main .join-form .table .jsw table tbody tr th {
  text-align: left;
  padding-left: 15px;
  background-color: #eee;
}
.popup-wrap .contents-main .join-form .table .jsw table tbody tr td input {
  width: 100%;
  max-width: 640px;
  min-width: inherit;
}

.article .member-info {
  display: flex;
  justify-content: space-between;
}
.article .member-info .photo_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #121f40;
  margin-bottom: 10px;
}
.article .member-info .photo_wrap .photo {
  width: 280px;
  height: 450px;
  border: solid 1px #e1e5eb;
  padding: 45px 35px 16px 35px;
  border-top: 2px solid #222;
}
.article .member-info .photo_wrap .photo img {
  border: solid 1px #c0c5cc;
  width: 100%;
  max-width: 210px;
  height: auto;
  min-height: 280px;
  margin-bottom: 10px;
}
.article .member-info .photo_wrap .photo .gray-btn {
  width: 104px;
  height: 40px;
  color: #222;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.article .member-info .photo_wrap .photo .white-btn {
  font-size: 16px;
  width: 104px;
  height: 40px;
  color: #337ab7;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.article .member-info .photo_wrap .photo-btn {
  display: flex;
}
.article .member-info .info_wrap {
  width: 100%;
  max-width: 980px;
}
.article .member-info .info_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #121f40;
  margin-bottom: 10px;
}
.article .member-info .info_wrap .info {
  width: 100%;
  max-width: 980px;
  border-top: 2px solid #222;
}
.article .member-info .info_wrap .info tbody tr th {
  text-align: left;
  height: 72px;
  background-color: #f2f6fc;
  color: #121f40;
  vertical-align: middle;
  padding: 8px 10px;
  letter-spacing: -0.32px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e1e5eb;
}
.article .member-info .info_wrap .info tbody tr td {
  display: table-cell !important;
  text-align: left;
  height: 72px;
  background-color: #fff;
  color: #222;
  vertical-align: middle;
  padding: 8px 10px;
  letter-spacing: -0.32px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #e1e5eb;
}
.article .member-info .info_wrap .info tbody tr .info-flex {
  display: flex;
  align-items: center;
}
.article .member-info .info_wrap .info tbody tr .info-flex .white-btn {
  width: 60%;
  margin-left: 10px;
}
.article .three-btn-wrap {
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}
.article .three-btn-wrap .three-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.article .three-btn-wrap .three-btn .gray-btn {
  width: 320px;
  height: 72px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  background-color: #888;
  color: #fff;
}
.article .three-btn-wrap .three-btn .blue-btn {
  width: 320px;
  height: 72px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.article .three-btn-wrap .three-btn .white-btn {
  width: 320px;
  height: 72px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.article .jokgu-in-wrap {
  width: 100%;  
  margin-top: 60px;
}
.article .jokgu-in-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #121f40;
  margin-bottom: 10px;
}
.article .jokgu-in-wrap .jokgu-in {
	    overflow-x: auto;
  border-top: 2px solid #222;
  width: 1280px;
  height: 561px;
  background-color: #e1e5eb;
}
.article .jokgu-in-wrap .jokgu-in .registration_list {
  padding-top: 25px;
  width: 1220px;
  display: flex;
  
  text-align: center;
  margin: 0 auto;
  gap: 13px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .reg_img {
  width: 293px;
  height: 450px;
  position: relative;
  margin: 0 auto;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .reg_img_block {
  width: 293px;
  height: 450px;
  position: relative;
  margin: 0 auto;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li p {
  position: absolute;
  color: #fff;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li p > img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .photo {
  width: 117px;
  height: 149px;
  left: 122px;
  top: 90px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .qr {
  width: 67px;
  height: 67px;
  left: 12.4px;
  top: 354px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .name {
  left: 135px;
  top: 260px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 7px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .title {
  left: 180px;
  top: 305px;
  font-weight: 400;
  font-size: 14px;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .club-p {
  bottom: 48px;
  right: 10px;
  font-size: 13px;
  width: 100px;
  text-align: right;
  line-height: 1.2;
  letter-spacing: -1px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .num {
  bottom: 27px;
  right: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .qualificationNum {
  bottom: 100px;
      left: 60%;
    transform: translateX(-50%);
  font-size: 13px;  
  text-align: right;
  line-height: 1.2;
  letter-spacing: -1px;
  white-space: nowrap;
}
.article .jokgu-in-wrap .jokgu-in .registration_list li .period {
  bottom: 80px;
  right: 50px;
  font-size: 13px;
  width: 140px;
  text-align: right;
  line-height: 1.2;
  letter-spacing: -1px;
}
.article .member-info .info_wrap .info tbody tr td{
  display: inline;
}
.article .jokgu-in-wrap .jokgu-in .registration_list .down {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #337ab7;
  padding: 10px;
  background: #fff;
  color: #337ab7;
  font-size: 16px;
  font-weight: 500;
  width: 94px;
  height: 40px;
}
.article .jokgu-in-wrap .jokgu-in .registration_list .output {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #aaaaaa;
  padding: 10px;
  background: #f2f2f2;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  width: 94px;
  height: 40px;
}
.article .qft-info-wrap {
  width: 100%;
  margin-top: 40px;
}
.article .qft-info-wrap .qft-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.article .qft-info-wrap .qft-top .qft-btn {
  position: relative;
  width: 220px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #ccc;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.article .qft-info-wrap .qft-top .qft-btn div {
  position: absolute;
  bottom: 39px;
  right: 0px;
  width: 392px;
  height: 621px;
  background-color: #fff;
  border: 3px solid #888;
}
.article .qft-info-wrap .qft-top .qft-btn div h3 {
  padding-top: 20px;
  font-size: 32px;
}
.article .qft-info-wrap .qft-top .qft-btn div span {
  margin: 20px auto;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #222;
}
.article .qft-info-wrap .qft-top .qft-btn div ul li {
  position: relative;
  width: 80%;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 450;
}
.article .qft-info-wrap .qft-top .qft-btn div ul li:nth-child(3) {
  margin-top: 30px;
}
.article .qft-info-wrap .qft-top .qft-btn div ul li:nth-child(4) {
  text-align: center;
}
.article .qft-info-wrap .qft-top .qft-btn div .close {
  margin-top: 60px;
  width: 100%;
  opacity: 1;
  height: 70px;
  width: 100%;
  background-color: #eee;
  line-height: 70px;
}
.article .qft-info-wrap .qft-info {
  overflow-x: scroll;
}
.article .qft-info-wrap .qft-info table {
  border-top: 2px solid #121f40;
  width: 1280px;
}
.article .qft-info-wrap .qft-info table thead tr th {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  background-color: #dde2eb;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #121f40;
}
.article .qft-info-wrap .qft-info table tbody tr td {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  color: #222;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
  border-right: 1px solid #e1e5eb;
}
.article .qft-info-wrap .qft-info table tbody tr td:nth-child(1) {
  border-left: 1px solid #e1e5eb;
}
.article .qft-info-wrap .qft-info table tbody tr td .white-btn {
  width: 67px;
  height: 40px;
    z-index: 10;
    position: relative;
}

.article .rfe-number-wrap {
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}
.article .rfe-number-wrap .rfe-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.article .rfe-number-wrap .rfe-top select {
  width: 150px;
}
.article .rfe-number-wrap .rfe-info {
  overflow-x: scroll;
}
.article .rfe-number-wrap .rfe-info table {
  border-top: 2px solid #121f40;
  width: 1280px;
}
.article .rfe-number-wrap .rfe-info table thead tr th {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  background-color: #dde2eb;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #121f40;
}
.article .rfe-number-wrap .rfe-info table tbody tr td {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  color: #222;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
  border-right: 1px solid #e1e5eb;
}
.article .rfe-number-wrap .rfe-info table tbody tr td:nth-child(1) {
  border-left: 1px solid #e1e5eb;
}
.article .rfe-number-wrap .rfe-info table tbody tr td .white-btn {
  width: 67px;
  height: 40px;
}
.article .academy-wrap {
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}
.article .academy-wrap .academy-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.article .academy-wrap .academy-top select {
  width: 150px;
}
.article .academy-wrap .academy-info {
  overflow-x: scroll;
}
.article .academy-wrap .academy-info table {
  border-top: 2px solid #121f40;
  width: 1280px;
}
.article .academy-wrap .academy-info table thead tr th {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  background-color: #dde2eb;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #121f40;
}
.article .academy-wrap .academy-info table tbody tr td {
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  color: #222;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
  border-right: 1px solid #e1e5eb;
}
.article .academy-wrap .academy-info table tbody tr td:nth-child(1) {
  border-left: 1px solid #e1e5eb;
}
.article .academy-wrap .academy-info table tbody tr td .white-btn {
  width: 67px;
  height: 30px;
}
.article .academy-wrap .academy-info table tbody tr td .gray-btn {
  width: 67px;
  height: 40px;
}
.article .academy-wrap .academy-info table tbody tr td span {
  display: block;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .member-info {
    display: block !important;
    padding: 0px 20px 0px 20px;
  }
  .member-info .photo_wrap {
    margin-bottom: 40px;
  }
  .member-info .photo_wrap .photo {
    width: 100% !important;
    max-width: 1280px !important;
    height: 204px !important;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #_sportsDopeEdu{
    position: relative ;
  }
  .member-info .photo_wrap .photo img {
    border: solid 1px #c0c5cc;
    width: 100%;
    max-width: 120px !important;
    height: auto;
    min-height: 160px !important;
    margin-bottom: 10px;
  }
  .member-info .photo_wrap .photo .gray-btn {
    margin-bottom: 10px;
  }
  .member-info .photo_wrap .photo-btn {
    display: block;
  }
  .member-info .info_wrap {
    width: 100%;
    max-width: 1280px !important;
  }
  .member-info .info_wrap h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #121f40;
    margin-bottom: 10px;
  }
  .member-info .info_wrap .info {
    width: 100%;
    max-width: 1280px !important;
    border-top: 2px solid #222;
  }
  .member-info .info_wrap .info colgroup {
    display: none;
  }
  .member-info .info_wrap .info tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .member-info .info_wrap .info tbody tr th {
    height: auto;
    display: flex;
    width: 25%;
    align-items: center;
    padding: 19px 10px;
  }
  .member-info .info_wrap .info tbody tr td {
    height: auto;
    width: 75%;
    display: flex;
    align-items: center;
    padding: 19px 10px;
  }
  .member-info .info_wrap .info tbody tr .info-flex {
    display: block;
    align-items: center;
  }
  .member-info .info_wrap .info tbody tr .info-flex .white-btn {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .jokgu-in-wrap {
    padding: 0px 20px 0px 20px;
  }
  .qft-info-wrap {
    padding: 0px 20px 0px 20px;
  }
  .rfe-number-wrap {
    padding: 0px 20px 0px 20px;
  }
  .academy-wrap {
    padding: 0px 20px 0px 20px;
  }
  .three-btn-wrap .three-btn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .member-info {
    padding: 0px;
  }
  .jokgu-in-wrap {
    padding: 0px;
  }
  .qft-info-wrap {
    padding: 0px;
  }
  .rfe-number-wrap {
    padding: 0px;
  }
  .academy-wrap {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    text-align: center;
    margin: 25px auto 0;
  }
  .pagination .paginationSub {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  .pagination .paginationSub a:nth-child(6) {
    display: none;
  }
  .pagination .paginationSub a:nth-child(7) {
    display: none;
  }
  .article .member-info {
    padding: 0px;
    display: block;
  }
  .article .member-info .photo_wrap .photo {
    width: 100%;
    max-width: 350px;
    height: 204px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .article .member-info .photo_wrap .photo img {
    border: solid 1px #c0c5cc;
    width: 100%;
    max-width: 120px;
    height: auto;
    min-height: 160px;
    margin-bottom: 10px;
  }
  .article .member-info .photo_wrap .photo .gray-btn {
    margin-bottom: 10px;
  }
  .article .member-info .photo_wrap .photo-btn {
    display: block;
  }
  .article .member-info .info_wrap {
    width: 100%;
    max-width: 980px;
  }
  .article .member-info .info_wrap h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #121f40;
    margin-bottom: 10px;
  }
  .article .member-info .info_wrap .info {
    width: 100%;
    max-width: 980px;
    border-top: 2px solid #222;
  }
  .article .member-info .info_wrap .info colgroup {
    display: none;
  }
  .article .member-info .info_wrap .info tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .article .member-info .info_wrap .info tbody tr th {
    height: auto;
    display: flex;
    width: 25%;
    align-items: center;
    padding: 19px 10px;
    font-size: 14px;
  }
  .article .member-info .info_wrap .info tbody tr td {
    height: auto;
    width: 75%;
    display: flex;
    align-items: center;
    padding: 19px 10px;
    font-size: 16px;
  }
  .article .member-info .info_wrap .info tbody tr .info-flex {
    display: block;
    align-items: center;
  }
  .article .member-info .info_wrap .info tbody tr .info-flex .white-btn {
    font-size: 16px;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .article .three-btn-wrap {
    padding: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
  }
  .article .three-btn-wrap .three-btn {
    width: 100%;
  }
  .article .three-btn-wrap .three-btn .gray-btn {
    width: 48%;
    max-width: 173px;
    height: 72px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    background-color: #888;
    color: #fff;
  }
  .article .three-btn-wrap .three-btn .blue-btn {
    width: 100%;
    max-width: 350px;
    height: 72px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }
  .article .three-btn-wrap .three-btn .white-btn {
    width: 48%;
    max-width: 173px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }
  .article .jokgu-in-wrap {
    padding: 0px;
    margin-top: 60px;
  }
  .article .jokgu-in-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #121f40;
    margin-bottom: 10px;
  }
  .article .jokgu-in-wrap .jokgu-in {
    border-top: 2px solid #222;
    width: 100%;
    max-width: 1280px;
    height: 561px;
    background-color: #e1e5eb;
  }
  .article .qft-info-wrap {
    padding: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
  }
  .article .qft-info-wrap .qft-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .article .qft-info-wrap .qft-top button {
    width: 220px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #ccc;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
  }
  .article .qft-info-wrap .qft-info table {
    border-top: 2px solid #121f40;
  }
  .article .qft-info-wrap .qft-info table thead tr th {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    background-color: #dde2eb;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #121f40;
  }
  .article .qft-info-wrap .qft-info table tbody tr td {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    color: #222;
    border-top: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
    border-right: 1px solid #e1e5eb;
  }
  .article .qft-info-wrap .qft-info table tbody tr td:nth-child(1) {
    border-left: 1px solid #e1e5eb;
  }
  .article .qft-info-wrap .qft-info table tbody tr td .white-btn {
    width: 67px;
    height: 40px;
  }
  .article .rfe-number-wrap {
    padding: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
  }
  .article .rfe-number-wrap .rfe-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .article .rfe-number-wrap .rfe-top select {
    width: 150px;
  }
  .article .rfe-number-wrap .rfe-info table {
    border-top: 2px solid #121f40;
  }
  .article .rfe-number-wrap .rfe-info table thead tr th {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    background-color: #dde2eb;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #121f40;
  }
  .article .rfe-number-wrap .rfe-info table tbody tr td {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    color: #222;
    border-top: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
    border-right: 1px solid #e1e5eb;
  }
  .article .rfe-number-wrap .rfe-info table tbody tr td:nth-child(1) {
    border-left: 1px solid #e1e5eb;
  }
  .article .rfe-number-wrap .rfe-info table tbody tr td .white-btn {
    width: 67px;
    height: 40px;
  }
  .article .academy-wrap {
    padding: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
  }
  .article .academy-wrap .academy-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .article .academy-wrap .academy-top select {
    width: 150px;
  }
  .article .academy-wrap .academy-info table {
    border-top: 2px solid #121f40;
  }
  .article .academy-wrap .academy-info table thead tr th {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    background-color: #dde2eb;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #121f40;
  }
  .article .academy-wrap .academy-info table tbody tr td {
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    color: #222;
    border-top: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
    border-right: 1px solid #e1e5eb;
  }
  .article .academy-wrap .academy-info table tbody tr td:nth-child(1) {
    border-left: 1px solid #e1e5eb;
  }
  .article .academy-wrap .academy-info table tbody tr td .white-btn {
    width: 67px;
    height: 30px;
  }
  .article .academy-wrap .academy-info table tbody tr td .gray-btn {
    width: 67px;
    height: 40px;
  }
  .article .academy-wrap .academy-info table tbody tr td span {
    display: block;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}/*# sourceMappingURL=jsw.css.map */






/************************************************************************************   community detail 2023-02-23 */

.anmt-text {
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.32px;
    text-align: left;
    color: #666;
    display: block;
}

.free table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #2573b8;
}
.free table tbody tr th {
    height: 60px;
    padding: 0 10px;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    font-size: 15px;
    color: #666666;
    vertical-align: middle;
}
.free table tbody tr td {
    height: 60px;
    padding: 12px 0px 12px 10px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
.free table tbody tr td input {
    width: 100%;
    max-width: 1100px;
}
.free table tbody tr#noticeDateTag td input {
    width: 20%;
}
.free table tbody tr td input.pass {
    max-width: 300px;
}
.free table tbody tr td span {
    font-size: 18px;
}
.free table tbody tr td .anmt {
    width: 20px;
    height: 20px;
    display: block;
    min-width: inherit;
}
.free table tbody tr td .anmt_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.free table tbody tr td .anmt_wrap h3 {
    margin-left: 6px;
    margin-right: 10px;
    font-size: 18px;
}
.free table tbody tr td .anmt_wrap span {
    font-size: 16px;
    color: #ff2f3f;
}
.free table tbody tr td .anmt_wrap div {
    display: flex;
    align-items: center;
}
.free table tbody tr td .free-text {
    resize: none;
    width: 100%;
    max-width: 1100px;
    height: 400px;
}
.free table tbody tr td .file-choice {
    display: flex;
    align-items: center;
    gap: 10px;
}
.free table tbody tr td .file-choice .btn-file {
    width: 96px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #aaa;
    background-color: #f2f2f2;
    color: #222;
}
.free table tbody tr td #filePreview div {
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.32px;
    text-align: left;
    color: #666;
    display: block;
}
.free .srchbtn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.free .srchbtn .btn-menu {
    width: 100px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #337ab7;
    background-color: #fff;
    color: #337ab7;
    font-size: 18px;
    margin-right: 5px;
}
.free .srchbtn .btn-rgst {
    width: 100px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #337ab7;
    background-color: #337ab7;
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .free table {
        margin-bottom: 30px;
    }
    .free table colgroup {
        display: none;
    }
    .free table tbody {
        display: block;
    }
    .free table tbody tr:nth-child(1) {
        display: block;
        width: 100%;
    }
    .free table tbody tr:nth-child(1) th {
        width: 100%;
        display: block;
        background: none;
        border-bottom: 0px;
        height: auto;
        padding-left: 0px;
        padding-top: 15px;
    }
    .free table tbody tr:nth-child(1) td {
        width: 100%;
        display: block;
        padding: 10px 0 15px 0;
    }
    .free table tbody tr:nth-child(5) {
        display: block;
        width: 100%;
    }
    .free table tbody tr:nth-child(5) th {
        width: 100%;
        display: block;
        border-bottom: 0px;
        height: auto;
        padding-left: 0px;
        padding-top: 15px;
        background: none;
    }
    .free table tbody tr:nth-child(5) td {
        width: 100%;
        display: block;
        height: auto;
        padding: 10px 0 15px 0;
    }
    .free table tbody tr th {
        min-width: 80px;
        height: 60px;
        padding: 0 10px;
        background: #f6f6f6;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        font-size: 14px;
        color: #666666;
        vertical-align: middle;
        letter-spacing: -0.28px;
    }
    .free table tbody tr td {
        width: 89%;
        height: 60px;
        padding: 12px 0px 12px 10px;
        border-bottom: 1px solid #e5e5e5;
        vertical-align: middle;
    }
    .free table tbody tr td span {
        font-size: 16px;
    }
    .free table tbody tr td .anmt {
        width: 16px;
        height: 16px;
        display: block;
        min-width: inherit;
    }
    .free table tbody tr td .anmt_wrap {
        display: block;
        align-items: center;
        margin-bottom: 10px;
    }
    .free table tbody tr td .anmt_wrap h3 {
        margin-left: 6px;
        margin-right: 10px;
        font-size: 16px;
    }
    .free table tbody tr td .anmt_wrap span {
        line-height: 1.6;
        font-size: 15px;
        color: #ff2f3f;
    }
    .free table tbody tr td .anmt_wrap div {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .free table tbody tr td .anmt-text {
        font-size: 13px !important;
        line-height: 1.54;
        letter-spacing: -0.26px;
    }
    .free table tbody tr td .free-text {
        resize: none;
        width: 100%;
        max-width: 1100px;
        height: 400px;
    }
    .free table tbody tr td .file-choice {
        display: block;
    }
    .free table tbody tr td .file-choice span {
        font-size: 15px !important;
    }
    .free table tbody tr td .file-choice .btn-file {
        width: 96px;
        height: 40px;
        border-radius: 2px;
        border: solid 1px #aaa;
        background-color: #f2f2f2;
        color: #222;
        margin-bottom: 10px;
    }
    .free .srchbtn {
        margin-top: 30px;
    }
    .free .srchbtn .btn-menu {
        width: 100px;
        height: 48px;
        border-radius: 2px;
        border: solid 1px #337ab7;
        background-color: #fff;
        color: #337ab7;
        font-size: 18px;
        margin-right: 5px;
    }
    .free .srchbtn .btn-rgst {
        width: 100px;
        height: 48px;
        border-radius: 2px;
        border: solid 1px #337ab7;
        background-color: #337ab7;
        color: #fff;
        font-size: 18px;
    }
}/*# sourceMappingURL=jsw.css.map */

/************************************************************************************   community detail 2023-02-23 */