@charset "utf-8";

/* Legacy board/list skin fragments used by the static recopy pages. */
#bo_gall h2,
#bo_list h2,
#bo_w h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#bo_gall {
  width: 100%;
  margin: 0 auto 70px;
}

#bo_gall #gall_ul {
  margin: 10px -10px 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#bo_gall #gall_ul:after,
#bo_btn_top:after,
.bo_fx:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_btn_top {
  margin: 10px 0 25px;
}

#bo_list_total {
  float: left;
  line-height: 34px;
  font-size: 0.92em;
  color: #4e546f;
}

.gall_row .col-gn-4 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding: 0 10px;
  box-sizing: border-box;
}

#bo_gall .gall_box {
  position: relative;
  margin: 0 0 50px;
  border-radius: 0 0 2px 2px;
}

#bo_gall .gall_img {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  text-align: center;
  background: #fff;
}

#bo_gall .gall_img a,
#bo_gall .gall_img img {
  display: block;
  width: 100%;
}

#bo_gall .gall_img img {
  height: auto !important;
  max-width: 100%;
}

#bo_gall .gall_text_href {
  margin: 10px 0;
}

#bo_gall .bo_tit {
  display: block;
  line-height: 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

#bo_gall .bo_cnt {
  color: #acacac;
  line-height: 18px;
}

#bo_gall .gall_info {
  line-height: 20px;
}

#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {
  display: inline-block;
  margin-left: 10px;
  color: #777;
}

#bo_list {
  width: 100%;
  margin: 0 auto 70px;
}

.tbl_head01 {
  border-top: 2px solid #000;
}

.tbl_head01 table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #efefef;
}

.tbl_head01 caption {
  display: none;
}

.tbl_head01 thead th {
  height: auto !important;
  padding: 12px 0 !important;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-align: center;
}

.tbl_head01 tbody td {
  padding: 14px 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #555;
}

.tbl_head01 .td_subject {
  text-align: left;
}

.tbl_head01 .partner_logo_cell img {
  max-width: 200px;
  max-height: 70px;
  vertical-align: middle;
}

#bo_w {
  width: 100%;
  margin: 0 auto 70px;
}

#bo_w .contact_form {
  display: block;
}

#bo_w .subdiv {
  margin-bottom: 30px;
}

#bo_w .contact_agreement {
  border: 1px solid #ddd;
  background: #fafafa;
  color: #555;
}

#bo_w .contact_agreement .agreement_inner {
  height: 130px;
  overflow-y: auto;
  padding: 18px 22px;
  line-height: 1.8;
}

#bo_w .contact_agreement .agree_check {
  padding: 14px 22px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}

#bo_w .tbl_frm01 {
  border-top: 2px solid #000;
}

#bo_w .tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #efefef;
}

#bo_w .tbl_frm01 th {
  width: 180px;
  padding: 17px 18px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  color: #222;
  text-align: left;
  vertical-align: middle;
}

#bo_w .tbl_frm01 td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color: #555;
}

#bo_w .frm_input,
#bo_w select,
#bo_w textarea {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 15px;
  vertical-align: middle;
}

#bo_w .frm_input {
  padding: 0 10px;
}

#bo_w textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  resize: vertical;
  line-height: 1.7;
}

#bo_w select {
  padding: 0 8px;
}

#bo_w .w_txt {
  margin-left: 6px;
  color: #777;
}

#bo_w .required_mark {
  color: #e8180c;
}

#bo_w .form_message {
  min-height: 24px;
  margin: 18px 0 0;
  text-align: center;
  color: #d60000;
}

#bo_w .btn_confirm {
  margin: 30px 0 0;
  text-align: center;
}

#bo_w .btn_submit,
#bo_w .btn_cancel {
  display: inline-block;
  min-width: 130px;
  height: 48px;
  padding: 0 30px;
  border: 0;
  border-radius: 3px;
  font-size: 1.167em;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

#bo_w .btn_submit {
  background: #111;
  color: #fff;
}

#bo_w .btn_cancel {
  margin-left: 4px;
  background: #ddd;
  color: #333;
}

#bo_w .hidden {
  display: none;
}

.static_thanks {
  padding: 70px 20px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.static_thanks h3 {
  margin-bottom: 18px;
  font-size: 30px;
  color: #222;
}

.static_thanks p {
  margin-bottom: 30px;
  color: #666;
}

@media all and (max-width: 760px) {
  .gall_row .col-gn-4 {
    width: 50%;
  }

  #bo_w .tbl_frm01 th,
  #bo_w .tbl_frm01 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #bo_w .tbl_frm01 th {
    padding-bottom: 8px;
    border-bottom: 0;
  }

  #bo_w .tbl_frm01 td {
    padding-top: 8px;
  }

  #bo_w .frm_input,
  #bo_w select {
    width: 100% !important;
    margin-top: 5px;
  }

  #bo_w .w_txt {
    display: block;
    margin: 6px 0;
  }

  .tbl_head01 .td_num,
  .tbl_head01 .td_date {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .gall_row .col-gn-4 {
    width: 100%;
  }
}
