@charset "UTF-8";
#hd_pop {
  position: fixed;
  padding-top: 105px;
  z-index: 9;
  margin: 0 auto;
  height: 0;
}
#hd_pop .inner {
  position: relative;
}
#hd_pop .inner .hd_pops {
  position: absolute;
  border: 1px solid #CCCCCC;
  border-top: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#hd_pop .inner .hd_pops img {
  max-width: 100%;
}
#hd_pop .inner .hd_pops .hd_pops_con p {
  margin: 0;
}
#hd_pop .inner .hd_pops .hd_pops_footer {
  width: 100%;
  height: 45px;
  padding: 5px 40px;
  margin-top: -1px;
  background: #354C52;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
#hd_pop .inner .hd_pops .hd_pops_footer button {
  cursor: pointer;
  height: 100%;
  padding: 3px 5px;
  border: none;
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
  background: none;
}
#hd_pop .inner .hd_pops .hd_pops_footer button:hover {
  color: #FFE200;
}

body {
  /* 게시물 목록 */
}
body #bo_list {
  margin: 80px 0;
  /* 갤러리형 게시판 */
}
body #bo_list .td_subject .bo_tit {
  display: flex;
  align-items: center;
}
body #bo_list .td_subject .bo_tit a {
  margin-right: 5px;
}
body #bo_list .td_subject .bo_tit i {
  display: none;
}
body #bo_list .td_subject .bo_tit i::before {
  display: none;
}
body #bo_list .reservation-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
}
body #bo_list .reservation-confirm p {
  background: #354C52;
  color: white;
  border-radius: 12px;
  padding: 4px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
body #bo_list #gall_ul {
  display: flex;
  flex-wrap: wrap;
}
body #bo_list #gall_ul > li {
  width: 320px;
  margin-right: 30px;
  margin-bottom: 45px;
}
body #bo_list #gall_ul > li a {
  width: 100%;
}
body #bo_list #gall_ul > li a article {
  width: 100%;
}
body #bo_list #gall_ul > li a article img {
  width: 100%;
}
body #bo_list #gall_ul > li a article .article_info {
  margin-top: -3px;
}
body #bo_list #gall_ul > li a article .article_info p {
  margin: 0;
  font-weight: 300;
}
body #bo_list #gall_ul > li a article .article_info span {
  display: none;
}
body #bo_list #gall_ul > li a article .article_info ul {
  display: flex;
  justify-content: space-between;
}
body #bo_list #gall_ul > li a article .article_info ul li {
  font-size: 16px;
  opacity: 0.5;
}
body #bo_v {
  margin-top: 180px;
  /* 게시물 제목 */
  /* 작성자 프로필 */
}
body #bo_v section {
  padding-top: 0;
}
body #bo_v > .inner {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto;
}
body #bo_v #bo_v_title {
  font-size: 24px;
  font-weight: 500;
}
body #bo_v #bo_v_info .inner {
  flex-direction: row;
  border-bottom: 1px solid #CCCCCC;
}
body #bo_v #bo_v_info .inner .profile_info {
  display: flex;
}
body #bo_v #bo_v_info .inner .profile_info .pf_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
body #bo_v #bo_v_info .inner .profile_info .profile_info_ct {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body #bo_v #bo_v_info .inner .profile_info .profile_info_ct .sv_member {
  margin-right: 30px;
}
body #bo_v #bo_v_info .inner .profile_info .profile_info_ct > a {
  display: none;
}
body #bo_v #bo_v_info .inner .profile_info .profile_info_ct i.fa-eye {
  color: #888;
  margin-right: 5px;
}
body #bo_v #bo_v_info .inner .profile_info .profile_info_ct .if_date {
  margin-left: 15px;
}
body #bo_w {
  padding-top: 180px;
}

.pg_current {
  background: #354C52;
  border: none;
  color: #fff;
}

body .nopay_upload {
  background: #346A82;
}
body .nopay_upload:hover {
  color: #FF9600;
  transition: 0.3s;
}
body #unpaid-upload {
  padding-top: 50px;
}
body #unpaid-upload .inner h4 {
  margin-bottom: 20px;
}
body #unpaid-upload .inner > div {
  margin-bottom: 40px;
}
body #unpaid-upload .inner > div p {
  margin-bottom: 5px;
}
body #unpaid-upload .inner > div p strong {
  color: #EA4335;
}
body #unpaid-upload .inner > div p a {
  padding: 0px 10px;
  background: rgba(149, 170, 163, 0.2509803922);
  border-radius: 20px;
  font-size: 18px;
}
body #unpaid-upload .inner > div p a:hover {
  transition: 0.3s;
  background: #354C52;
  color: white;
}
body #unpaid-upload .inner form {
  margin-bottom: 40px;
}
body #unpaid-upload .inner form > div:nth-of-type(1) {
  margin-bottom: 20px;
}
body #unpaid-upload .inner form > div input#excelfile {
  margin-left: 20px;
}
body #unpaid-upload .inner form > div:nth-of-type(2) {
  display: flex;
  align-items: center;
}
body #unpaid-upload .inner form > div:nth-of-type(2) button {
  padding: 5px 10px;
  background: rgba(149, 170, 163, 0.2509803922);
  font-size: 26px;
  cursor: pointer;
}
body #unpaid-upload .inner form > div:nth-of-type(2) button:hover {
  transition: 0.3s;
  background: #354C52;
  color: white;
}
body .nopay_style_table {
  overflow-x: scroll;
}

@media screen and (max-width: 768px) {
  /* 그누보드 팝업 */
  #hd_pop {
    padding-top: 0;
    position: relative;
  }
  #hd_pop .inner .hd_pops {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #hd_pop .inner .hd_pops div {
    width: 100% !important;
  }
  #hd_pop .inner .hd_pops div a {
    width: 100%;
  }
  #hd_pop .inner .hd_pops div a img {
    width: 100%;
  }
  body {
    /* 게시물 목록 */
  }
  body #bo_list {
    /* 갤러리형 게시판 */
  }
  body #bo_list #gall_ul > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  body #bo_list #gall_ul > li a article .article_info {
    margin-top: 0px;
  }
  body #bo_list #gall_ul > li a article .article_info ul li {
    font-size: 13px;
  }
  body #bo_v {
    margin-top: 70px;
    /* 게시물 제목 */
    /* 작성자 프로필 */
  }
  body #bo_v > .inner {
    width: 100%;
  }
  body #bo_v #bo_v_title {
    font-size: 24px;
    font-weight: 500;
  }
  body #bo_v #bo_v_info .inner {
    flex-direction: row;
  }
  body #bo_v #bo_v_info .inner .profile_info {
    display: flex;
  }
  body #bo_v #bo_v_info .inner .profile_info .pf_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  body #bo_v #bo_v_info .inner .profile_info .profile_info_ct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body #bo_v #bo_v_info .inner .profile_info .profile_info_ct .sv_member {
    margin-right: 30px;
  }
  body #bo_v #bo_v_info .inner .profile_info .profile_info_ct .if_date {
    margin-left: 0px;
  }
  body #bo_v #bo_v_atc iframe {
    width: 100%;
    height: 53.5vw;
  }
  body #bo_v #bo_v_atc #bo_v_con {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=admin.css.map */