/* member form */
.member_list {
  display: table;
  width: 100%;
}

.member_list>li {
  display: table-cell;
  width: 50%;
  padding: 80px 40px;
  border: 1px solid #d7dbed;
  text-align: center;
}

.member_list>li:first-child {
  border-right-width: 0;
  border-top: 4px solid #2E418E;
  min-width: 320px;
}

.member_list>li:last-child {
  border-top: 4px solid #0072bc;
}

.member_list .tit {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #2E418E;
  margin-bottom: 30px;
}

.member_list p.login_box {
  color: #999;
  word-break: keep-all;
}

.member_list .login_box {
  width: 60%;
  margin: 0 auto;
}

.member_list .login_box input+input {
  margin-top: 10px;
}

.member_list .btn {
  width: 60%;
  margin-top: 40px;
}

.member_list .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}

.sns_btn_wrap {
  text-align: center;
}

.sns_btn_wrap a {
  width: 500px;
  display: block;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.sns_btn_wrap a+a {
  margin-top: 10px;
}

.sns_btn_wrap a span {
  font-weight: 600;
}

.sns_btn_wrap a span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% 50%;
  background-size: 30px auto;
  vertical-align: middle;
  margin-left: 5px;
}

.sns_btn_wrap a.kakao_btn {
  background-color: #fee500;
  color: #191919;
}

.sns_btn_wrap a.kakao_btn span:before {
  background-image: url(../images/kakao_btn_icon.svg);
}

.sns_btn_wrap a.naver_btn {
  background-color: #03c75a;
  color: #fff;
}

.sns_btn_wrap a.naver_btn span:before {
  background-image: url(../images/naver_btn_icon.svg);
}

.sns_btn_wrap a.google_btn {
  background-color: #fff;
  border: 1px solid #E2E2E2;
}

.sns_btn_wrap a.google_btn span:before {
  background-image: url(../images/google_btn_icon.svg);
}

/* table view */
.tb_over_wrap {
  width: 100%;
  overflow-x: scroll;
}

.bbsTbView {
  width: 100%;
  border-top: 2px solid #2e418e;
}

.bbsTbView th {
  padding: 20px 20px;
  background: #f7f9fc;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.bbsTbView td {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.bbsTbView textarea {
  border: 1px solid #ededed;
  height: 240px;
  padding: 20px;
  border-radius: 5px;
}

.tb_comment {
  margin-top: 3px;
  font-size: 15px;
  color: #999;
}

.ness_sign {
  color: rgb(243 54 54)
}

.bbsTbView2 {
  width: 100%;
  border-top: 2px solid #2e418e;
  table-layout: fixed;
}

.bbsTbView2 th {
  padding: 20px 20px;
  background: #f7f9fc;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  color: #333;
  text-align: center;
}

.bbsTbView2 td {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.bbsTbView2 a.subject_tlt {
  display: block;
  text-align: left;
}

.state_st {
  display: inline-block;
  padding: 5px 25px;
  font-weight: 300;
  font-size: 14px;
  border-radius: 15px;
  background: #eee;
}

.state_01 {
  background: #0288c4;
  color: #fff;
}

.state_03 {
  background: #db4252;
  color: #fff;
}

.state_02 {
  background: #3da649;
  color: #fff
}

.state_04 {
  background: #ddd;
  color: #787878
}

.del_btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  color: #ea4d56;
  margin: 0 auto;
  transition: all 0.4s;
  cursor: pointer;
}

.del_btn:hover {
  background: #ea4d56;
  color: #fff;
}

.with_search {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.with_search .search_box {
  margin-bottom: 0;
}

.search_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}

.search_box select {
  border: 1px solid #ddd;
  min-width: 120px;
  color: #333;
  border-radius: 5px;
}

.search_box *+* {
  margin-left: 10px;
}

.search_box>p {
  display: flex;
}

.search_box select option {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  color: #333;
}

.search_box input {
  border: 1px solid #ddd;
  color: #333;
}

.search_box button {
  background: #2e418e;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.search_box button.black {
  background: #23272b;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}


/*button*/
.btn_wrap {
  padding: 30px 0 0;
  text-align: center;
}

.btn_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.btn_wrap .btn+.btn {
  margin-left: 10px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 100px;
  height: 55px;
  line-height: 53px;
  padding: 0 45px;
  margin: 2px 0px;
  background: #41464e;
  border: 1px solid #25282d;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.35s cubic-bezier(0, 0, 0.24, 0.99) 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.btn span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.btn.gray {
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
}

.btn.blue {
  background: #2e418e;
  border: 1px solid #2e418e;
}

.btn.red {
  background: #db4252;
  border: 1px solid #db4252;
}

.btn.border {
  background: #fff;
  border: 1px solid #2e418e;
  color: #2e418e;
}

/* .btn.red {background:#2e418e; border:1px solid #2e418e;} */
.btn.black {
  background: #333333;
  border: 1px solid #333333;
}

.btn.white {
  background: #fff;
  border: 1px solid #bbbbbb;
  color: #333;
}

.btn.sm {
  min-width: 130px;
  height: 45px;
  line-height: 0;
  padding: 0 10px;
  font-size: 15px;
}

.btn.sm span {
  line-height: 43px;
}

/* .btn.bg {min-width: 180px; height: 60px; line-height:0; padding:0 10px; font-size:16px;}
.btn.bg span {line-height: 58px;} */
.btn.bg {
  padding: 0 30px;
  height: 75px;
  line-height: 0;
  font-size: 18px;
  font-weight: 800;
}

.btn.bg span {
  line-height: 75px;
}

.btn_wrap .btn_left {
  float: left;
}

.btn_wrap .btn_right {
  float: right;
}

.btn_wrap2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.btn_wrap2 .btn {
  height: 35px;
  line-height: 35px;
}

.btn_wrap3 {
  margin-left: 15px;
  display: initial;
}

.btn_wrap3 .btn {
  height: 35px;
  line-height: 35px;
}

/* button hover */
.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 120%;
  height: 100%;
  background: #fff;
  transform: translateX(-110%) skew(-17.2deg);
  transition: transform 0.55s cubic-bezier(0, 0, 0.21, 0.87) 0s;
}

.btn:not(.not_hover):hover:before,
.btn:not(.not_hover):focus:before {
  background: #fff;
  transform: translateX(-10%) skew(-17.2deg) perspective(500px);
}

.btn:not(.not_hover):hover,
.btn:not(.not_hover):focus {
  color: #2e418e;
}

input.btn:hover,
input.btn:focus {
  opacity: 0.8;
  color: #fff;
}

label.btn.white:hover,
label.btn.white:focus {
  color: #2e418e;
}

label.btn.white:before {
  display: none;
}

.btn.white:hover,
.btn.white:focus,
.btn.border:hover,
.btn.border:focus {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

/* 체크박스 */
.checkform_box {
  display: flex;
  flex-wrap: wrap;
}

.checkform_box li {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

/* .checkform_box li+li {
  margin-left: 20px;
} */

.checkform_box li input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.checkform_box li label {
  font-size: 16px;
  color: #333;
  padding-left: 25px;
}

.modal .checkform_box li {
  /* width: 20%; */
  margin-right: 10px;
  margin-left: 10px;
}

/* .modal .checkform_box li:nth-child(4n+1) {
  margin-left: 0;
} */

/* 페이징 */
.pagination {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination>* {
  display: block;
}

.pagination>*+* {
  margin-left: 5px;
}

.pagination .page_number {
  display: inline-block;
  width: 40px;
  position: relative;
  height: 40px;
  line-height: 38px;
  padding: 0 0px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: no-repeat 50% 50%;
  font-weight: 400;
  font-size: 1rem;
  color: #666;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.pagination .page_number:hover {
  border: 1px solid #333;
}

.pagination .page_number:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
}

.pagination .page_number.current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

.pagination .page_number.current:after {}

.page_control_next,
.page_control_prev {
  display: flex;
  justify-content: center;
}

.page_control_next>*+*,
.page_control_prev>*+* {
  margin-left: 5px;
}

.pagination .page_number.first,
.pagination .page_number.prev,
.pagination .page_number.next,
.pagination .page_number.last {
  width: 40px;
  border: 1px solid #dadada;
  border-radius: 3px;
  font-size: 0;
  background-size: 45px auto;
}

.pagination .page_number.first {
  background-image: url(../images/board/icon_bbs_first.png);
  background-size: 60%;
}

.pagination .page_number.prev {
  background-image: url(../images/board/icon_bbs_prev.png);
  background-size: 60%;
}

.pagination .page_number.next {
  background-image: url(../images/board/icon_bbs_next.png);
  background-size: 60%;
}

.pagination .page_number.last {
  background-image: url(../images/board/icon_bbs_last.png);
  background-size: 60%;
}


/* **************************************** *
 * responsive
 * **************************************** */
@media (max-width:1440px) {
  .member_list .login_box {
    width: 80%;
  }

  .member_list .btn {
    width: 80%;
  }

  .sns_btn_wrap a {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .bbsTbView .w80 {
    width: 100%;
  }

  .bbsTbView th {
    font-size: 16px;
  }

  .bbsTbView th,
  .bbsTbView td {
    padding: 10px 20px;
  }
}

@media (max-width: 1024px) {
  .tb_over_wrap {
    position: relative;
    padding-top: 20px;
  }

  .tb_over_comm.mobile_only {
    width: 95%;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    color: #666;
    background: #f1f1f1;
    text-align: center;
    padding: 3px 10px;
    box-sizing: border-box;
    word-break: keep-all;
    border-radius: 15px;
  }

  .with_search {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .with_search .search_box {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }

  .checkform_box {
    flex-wrap: wrap;
  }

  .checkform_box li {
    width: 20%;
  }

  .checkform_box li:nth-child(4n+1) {
    margin-left: 0;
  }

  .bbsTbView #mtor_job_type {
    width: max(240px, 30%);
  }
}

@media (max-width: 768px) {

  .checkform_box li {
    width: 28%;
  }

  .checkform_box li+li {
    margin-left: 2%
  }

  .checkform_box li:nth-child(4n+1) {
    margin-left: 2%;
  }

  ;

  .checkform_box li:nth-child(3n+1) {
    margin-left: 0;
  }

  ;

  .member_list {
    display: flex;
    flex-wrap: wrap;
  }

  .member_list li {
    display: block;
    width: 100%;
    padding: 40px;
  }

  .member_list li+li {
    margin-top: 20px;
  }

  .member_list li:first-child {
    border-right: 1px solid #d7dbed;
  }

  .search_box {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .search_box {
    flex-wrap: wrap;
  }

  .search_box select {
    width: 49.5%;
  }

  .search_box *+* {
    margin-left: 1%;
  }

  .search_box>p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .search_box input {
    width: 80%;
  }

  .search_box button {
    width: 39%;
    padding: 0 10px;
  }

  .bbsTbView th {
    padding: 10px;
    text-align: center;
  }

  .bbsTbView th,
  .bbsTbView td {
    display: block;
  }

  .checkform_box li {
    width: 48%;
  }

  .checkform_box li:nth-child(3n+1) {
    margin-left: 2%;
  }

  .checkform_box li:nth-child(2n+1) {
    margin-left: 0;
  }

  .btn_wrap2 {
    justify-content: center;
  }

  .btn_wrap2 .btn {
    padding: 0 5px;
  }

  .bbsTbView #mtor_job_type {
    display:block;
    width:100%;
  }
}

@media (max-width: 425px) {
  .member_list .login_box {
    width: 100%;
  }

  .member_list .btn {
    width: 100%;
  }

  .sns_btn_wrap a {
    width: 100%;
  }
}