html,
body {
  height: 100%;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
}

body {
  background-color: #003933;
}

a:not(.btn) {
  text-decoration: none !important;
  color: #333 !important;
}

.wrap {
  display: flex;
  width: 100%;
  /* height: 100% !important; */
  flex-direction: column;
  background-color: #fff !important;
}

#navbarNav ul.navbar-nav > li {
  padding: 0 20px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.navbar-brand {
  font-size: 2rem;
  font-weight: 900;
  color: #008d81 !important;
}

li.nav-item .nav-link {
  font-weight: bold;
  font-size: 1.4rem;
  color: #5c5c5c !important;
  text-align: center;
  white-space: nowrap;
}

.collapse.navbar-collapse {
  justify-content: end;
}

#navbarNav > div > ul > li > ul {
  /* width: 200px; */
  /* margin-left: -50px; */
  /* margin-top: 40px; */
}

ul.dropdown-menu {
  text-align: center;
}

.main-box {
  height: 100%;
  background: #eee;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  background: url("../img/main-img-01.jpg");
  background-size: cover;
  color: #fff;
  word-break: keep-all;
}

.main-box h1 {
  font-size: 2.5rem;
  /* text-shadow: 0px 0px 2px rgba(0,0,0,0.4); */
}

.main-box h3 {
  font-weight: 200;
  /* text-shadow: 0px 0px 2px rgba(0,0,0,0.4); */
}

.sub-img {
  background-image: url(../img/sub-img-01.jpg);
  background-size: cover;
  background-position: center center;
}

.center-box {
  padding: 50px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.content-box {
  height: 100%;
  padding-bottom: 100px !important;
  margin-bottom: 50px;
  min-height: 700px;
}

#footer {
  background: #003933;
  color: #fff;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 0.8rem;
}

#footer p {
  line-height: 0.3rem;
}

#footer p:last-child {
  margin-bottom: 0;
}

#footer button.btn {
  font-size: 0.8rem;
}

/* custom */
#bo_v_title .bo_v_tit {
  font-size: 1.2rem;
}

/* #container_title  */

#ctt_himg {
}

.tbl_wrap > table tbody tr.show-sm {
  border-bottom: 0px;
}

.tbl_head01 tr.show-sm td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

/* .tbl_wrap > table tbody tr.show-sm:nth-child(2n-1){
  border-bottom: 0px;
}

.tbl_wrap > table tbody tr.show-sm:nth-child(2n){
  border-bottom: 2px solid;
} */
.td-bottom > div {
  padding-left: 20px;
}

.bo_tit a {
  text-decoration: none;
  color: #003933;
}

/* login */
#backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* 반투명 배경 */
  z-index: 998;
  /* 모달보다 위에 */
}

#login-box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #ffff;
  border-radius: 5px;
  z-index: 999;
}

#hideLayer {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ccc !important;
  font-weight: 100;
}

.ol_wr > * {
  margin-bottom: 10px;
}

#ol_submit {
  background-color: #003933;
  color: #fff;
}

#bo_vc,
#bo_vc_w,
.cmt_btn,
.comment {
  display: none;
}

#ctt_con {
  font-family: "NanumSquare" !important;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

@media (max-width: 576px) {
  .show-sm {
    display: table-row !important;
  }

  .show-md {
    display: none !important;
  }

  .sub-img {
    height: 200px;
  }

  #ctt {
    margin-top: 200px;
  }

  #footer .row .col {
    margin-bottom: 10px;
  }

  .tbl_head01 tr.show-sm td {
    /* border-bottom: 1px solid #ccc !important; */
  }

  .sm-pt-0 {
    padding-top: 0 !important;
  }

  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .tbl_head01 td {
    height: auto;
  }

  .nav-item .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    border: 0px !important;
  }

  #navbarNav > div {
    justify-content: center !important;
  }

  #footer .row .col {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .show-sm {
    display: table-row !important;
  }

  .show-md {
    display: none !important;
  }

  .sub-img {
    height: 200px;
  }

  #ctt {
    margin-top: 200px;
  }

  #footer .row .col {
    margin-bottom: 10px;
  }

  .tbl_head01 tr.show-sm td {
    /* border-bottom: 1px solid #ccc !important; */
  }

  .sm-pt-0 {
    padding-top: 0 !important;
  }

  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .tbl_head01 td {
    height: auto;
  }

  .nav-item .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    border: 0px !important;
  }

  #navbarNav > div {
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .show-md {
    display: table-row !important;
  }

  .show-sm {
    display: none !important;
  }

  .sub-img {
    /* min-height: 390px; */
  }

  #ctt {
    margin-top: 400px;
  }

  .tbl_head01 td {
    height: 60px;
  }

  .nav-item .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .show-md {
    display: table-row !important;
  }

  .show-sm {
    display: none !important;
  }

  .sub-img {
    min-height: 390px;
  }

  #ctt {
    margin-top: 400px;
  }

  .tbl_head01 td {
    height: 60px;
  }

  .nav-item .dropdown-menu {
    display: none;
    margin-top: 40px;
  }

  li.nav-item .nav-link {
    font-size: 1rem;
  }

  #navbarNav ul.navbar-nav > li {
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .show-md {
    display: table-row !important;
  }

  .show-sm {
    display: none !important;
  }

  .sub-img {
    min-height: 390px;
  }

  #ctt {
    margin-top: 400px;
  }

  .tbl_head01 td {
    height: 60px;
  }

  .nav-item .dropdown-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  li.nav-item .nav-link {
    font-size: 1rem;
  }
}

#container_title,
#bo_v,
#bo_v_top,
#bo_list {
  max-width: 960px;
  margin: 0 auto;
}
