@charset "UTF-8";


.table_top .search_box {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

.search_box input {
  display: inline-block;
  width: calc(100% - 36px);
  height: 40px;
  padding: 0 10px;
  margin-right: 10px;
  border: none;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
}

.search_box .search {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.search_box .search img {
  display: block;
  width: 100%;
}

.table_body {
  margin-top: 20px;
}

.table_body .cnt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.table_body table {
  width: 100%;
  table-layout: fixed;
}

.table_body thead th {
  padding: 20px 0;
  background: #c2d4e5;
  font-size: 18px;
  color: #212121;
}

.table_body tbody td {
  padding: 20px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  font-weight: 300;
  color: #707070;
}

.table_body tbody td.noti {
  color: #005cb7;
  font-weight: 400;
}

.table_body .center {
  text-align: center;
}

.table_body .title {
  overflow: hidden;
  padding: 0 50px;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.table_body .pager {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}

.table_body .pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
}

.table_body .pager a.on {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  background: #999;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}

.detail_wrap {
  margin-top: 50px;
}

.detail_wrap h2 {
  padding: 20px;
  background: #e8edf3;
  font-size: 22px;
  color: #212121;
  text-align: center;
  line-height: 1.5;
}

.detail_wrap .date {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #9d9d9d;
  text-align: right;
}

.detail_wrap .content {
  margin-top: 60px;
  border-bottom: 1px solid #000;
  padding: 0 50px;
  color: #707070;
}

.detail_wrap .content p {
  margin: 10px 0;
}

.detail_wrap .content img {
  display: block;
  max-width: 90%;
  margin: 40px auto;
}

.detail_wrap .pager {
  margin-top: 80px;
}

.detail_wrap .pager .row {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0;
}

.detail_wrap .pager .row:first-child {
  border-top: 1px solid #d9d9d9;
}

.detail_wrap .pager .row p {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}

.detail_wrap .pager .row .type {
  width: 170px;
  padding-left: 30px;
  color: #999;
  box-sizing: border-box;
}

.detail_wrap .pager .row:nth-child(1) .type {
  background: url('/lib/img/common/detail_page_prev.png') 10px 50% / 10px auto no-repeat;
}

.detail_wrap .pager .row:nth-child(2) .type {
  background: url('/lib/img/common/detail_page_next.png') 10px 50% / 10px auto no-repeat;
}

.detail_wrap .pager .row .title {
  color: #333;
}

.detail_wrap .pager .btn_list {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 30px;
  margin-left: 20px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  color: #999;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
}



.inquiry .autoJoin td {
  width: 100%;
}

.inquiry .autoJoin img {
  float: left;
  width: 102px;
  margin-top: 10px;
  margin-right: 20px;
}

.inquiry .autoJoin p {
  font-size: 14px;
}

.inquiry .autoJoin input {
  width: 150px;
  height: 24px;
  margin-top: 10px;
  box-sizing: border-box;
}

.form {
  width: 100%;
  margin: 0 auto;
}

.form label {
  cursor: pointer;
}

.form table {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d5d5;
  font-size: 16px;
  table-layout: fixed;
}

.form table caption {
  font-size: 0;
  text-indent: -9999px;
}

.form table th,
.form table td {
  padding: 10px 0;
}

.form table th {
  width: 150px;
  padding: 0 15px;
  background: #f4f4f4;
  border-top: 1px solid #d7d5d5;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.form table th.top {
  padding-top: 10px;
  vertical-align: top;
}

.form table td {
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #d7d5d5;
  box-sizing: border-box;
}

.form table td input[type="text"],
.form table td input[type="email"] {
  width: 100%;
  max-width: 560px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.form table td input[name="autoJoin"] {
  max-width: 240px;
}

.form table td input[type="file"] {
  display: inline-block;
  width: 80%;
  max-width: 450px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  font-size: 14px;
  box-sizing: border-box;
  appearance: none;
  vertical-align: middle;
}

.form table td input[type="file"]::file-selector-button {
  opacity: 0;
  width: 0;
  height: 0;
}


.form table td input[type="file"]+label {
  display: inline-block;
  width: calc(20% - 20px);
  height: 32px;
  margin-left: 10px;
  background: #002247;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}

.form table td textarea {
  width: 100%;
  height: 280px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  line-height: 1.5;
  resize: none;
}

.form table .agreement {
  padding: 20px 0;
  text-align: center;
}

.form table .agreement span {
  padding: 0 20px;
}


.form .btns {
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  justify-content: center;
}

.form .btns button {
  flex: 0 0 150px;
  height: 50px;
  margin: 0 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  text-align: center;
}

.form .btns .submit {
  background: #005cb7;
  color: #fff;
}

.form .btns .cancel {
  background: #a6adb0;
  color: #fff;
}



@media screen and (max-width: 1023px) {
  .para_cont {
    padding: 0 20px;
  }

  .table_body .pc_only {
    display: none;
  }

  .table_body .date {
    width: 100px;
  }

  .table_body tbody td {
    font-size: 14px;
  }

  .table_body .title {
    padding: 0 10px;
  }

  .detail_wrap h2 {
    font-size: 18px;
  }

  .detail_wrap .date {
    font-size: 14px;
  }

  .detail_wrap .content {
    padding: 0;
  }

  .detail_wrap .content p {
    font-size: 16px;
  }

  .detail_wrap .content img {
    max-width: 100%;
  }

  .detail_wrap .pager .row a {
    display: block;
  }

  .detail_wrap .pager .row p {
    display: block;
  }

  .detail_wrap .pager .row .title {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail_wrap .pager .btn_list {
    margin-left: 0;
  }

  .form table {
    font-size: 14px;
  }

  .form table .th {
    width: 100px;
  }

  .form table .td {
    width: 100%;
  }

  .form table td {
    box-sizing: border-box;
  }

  .form table td input[type="text"],
  .form table td input[type="email"] {
    width: 100%;
  }

  .form table td input[type="file"] {
    width: 100%;
  }

  .form table td input[type="file"]+label {
    display: none;
  }

  .form table td textarea {
    width: 100%;
    height: 150px;
  }

  .form table .agreement {
    padding-left: 0px;
    font-size: 12px;
    text-align: left;
  }

  .form table .agreement span {
    display: block;
    margin: 10px 0;
  }

  .form table .agreement label,
  .form table .agreement input {
    margin-top: 0;
    vertical-align: middle;
  }

  .form .btns button {
    flex: 0 1 40%;
    margin: 0 15px;
  }

  .form .btns button {
    padding: 15px 0;
    font-size: 14px;
  }
}