@charset "utf-8";

/*-------------------------------------------------
# 참고용(임시 보존)
-------------------------------------------------*/
/*
Button bg, Category text
#3a8afd
rgba(99, 102, 241, 1)

Button:hover
#2375eb
rgba(79, 70, 229, 1)


#3497d9


Check:hover
#2172f8
rgba(79, 70, 229, 1)



Category bg
#e9eff5
rgba(224, 231, 255, 1)


text
#3684fa
rgba(99, 102, 241, 1)
*/

/*-------------------------------------------------
# Tailwind Customize
-------------------------------------------------*/
body {
  font-family: "Noto Sans", sans-serif;
}
.fs-0 {
  font-size: 0;
}
.lh-0 {
  line-height: 0;
}
.z-10 {
  z-index: 10;
}
.z-999 {
  z-index: 999;
}
.z-9999 {
  z-index: 9999;
}
.z-100000 {
  z-index: 100000;
}
.zoom-1 {
  zoom: 1;
}
textarea {
  padding: 8px;
}

.grid-basic-5 {
  grid-template-columns: auto 8rem 4rem 4rem 4rem;
}
.grid-basic-6 {
  grid-template-columns: 2.5rem auto 8rem 4rem 4rem 4rem;
}
.grid-basic-7 {
  grid-template-columns: 2.5rem auto 8rem 4rem 4rem 4rem;
}
.grid-basic-8 {
  grid-template-columns: 2.5rem 4rem auto 8rem 4rem 4rem 4rem 4rem;
}

.caption,
caption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.win_btn .btn_submit {
  color: #fff;
  background-color: rgba(99, 102, 241, 1);
  border-radius: 5px;
}
.win_btn .btn_close {
  background-color: rgba(75, 85, 99, 1);
  border-radius: 5px;
}
.btn_cke_sc {
  font-size: 0.9rem;
  margin-bottom: 10px;
  height: 25px;
}
.btn_cke_sc_close {
  padding: 2px 8px;
  background: rgba(99, 102, 241, 1);
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
}

input:checked + svg {
  display: block;
}

/* Board Category */
#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_cate li {
  display: inline-block;
  padding: 2px;
}
#bo_cate a {
  display: block;
  line-height: 18px;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #d6e9ff;
  color: rgba(99, 102, 241, 1);
  font-size: 0.9rem;
}
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  text-decoration: none;
  background: rgba(224, 231, 255, 1);
}
#bo_cate #bo_cate_on {
  z-index: 2;
  background: rgba(99, 102, 241, 1);
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(99, 102, 241, 1);
  -webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
  -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
  box-shadow: inset 0 2px 5px rgb(33, 135, 202);
}

/*-------------------------------------------------
# Header
-------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  height: 86px;
  position: absolute;
}
#header.fixed-top {
  height: 70px;
}
.scrolled-offset {
  margin-top: 70px;
}

/*-------------------------------------------------
# Navigation
# sm에서 햄버거 메뉴의 위치가 어긋나는 문제 해결
-------------------------------------------------*/
@media (max-width: 767px) {
  .basic {
    position: relative;
  }
  nav {
    position: absolute;
    top: 0;
  }
}
nav > h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/*-------------------------------------------------
# Slick
-------------------------------------------------*/
@media (min-width: 640px) {
  .slick-track {
    height: 600px;
  }
  .v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*-------------------------------------------------
# Main Top
-------------------------------------------------*/
#main-top {
  margin-top: -35px;
  background: url("../img/main_01.jpg") top left;
  background-size: cover;
  height: 60vh;
}
@media (min-width: 1024px) {
  #main-top {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #main-top {
    height: 80vh;
  }
}
@media (max-height: 500px) {
  #main-top {
    height: 100vh;
  }
}
/*
.vh-60 {height: 60vh;}
.vh-85 {height: 85vh;}
*/

/*-------------------------------------------------
# Testimonials
-------------------------------------------------*/
.testimonials {
  background: url("../img/testimonials/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.swiper-button-next,
.swiper-button-prev {
  color: rgba(99, 102, 241, 1);
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: rgba(99, 102, 241, 1);
}

/*-------------------------------------------------
# Back to top
-------------------------------------------------*/
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*-------------------------------------------------
# SKIN
-------------------------------------------------*/
/* Member */
#sign_in h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/*-------------------------------------------------
# 게시판용(공통)
-------------------------------------------------*/
#container_title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: -9px;
  left: calc(50% - 60px);
}
#container_title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background-color: rgba(99, 102, 241, 1);
  bottom: -10px;
  left: calc(50% - 20px);
}

#bo_list nav {
  position: relative;
}
#bo_gall nav {
  position: relative;
}

#captcha {
  margin: 10px 0;
}
#captcha #captcha_img {
  display: inline;
}

.move_date {
  display: inline;
}
@media (max-width: 767px) {
  .cm_wrap {
    float: none !important;
    width: 100% !important;
  }
  .move_date {
    display: block;
  }
}
#bo_v_img a {
  display: flex;
  justify-content: center;
}
/*
a.btn_admin,.btn_admin {display: inline; padding: 5px 10px; background-color:rgba(99, 102, 241, 1); color: #fff; vertical-align: middle; border-radius: 5px;}
.btn_admin:hover, a.btn_admin:hover {background-color:rgba(79, 70, 229, 1);}
*/

/*-------------------------------------------------
# 베이직 게시판
-------------------------------------------------*/
.show-row {
  display: table-row;
}
.show-cell {
  display: table-cell;
}
.show-row-one {
  display: none;
}
@media (max-width: 992px) {
  .show-row {
    display: none;
  }
  .show-cell {
    display: none;
  }
  .show-row-one {
    display: flex;
  }
  .tbl_head01 thead th {
    padding: 10px 0;
    height: 40px;
  }
}

/*-------------------------------------------------
# 갤러리 게시판
-------------------------------------------------*/

/*-------------------------------------------------
# Pagiination
-------------------------------------------------*/
.pg_current {
  background-color: rgba(99, 102, 241, 1);
  border-color: rgba(99, 102, 241, 1);
}

#sub-0101 {
  background: url("../img/sub_0101.png") top center;
  background-size: cover;
  height: 100vh;
}

.txt1 {
  color: #444444;
}
.txt-green {
  color: #449933;
}
.txt-green-1 {
  color: #339947;
}
.txt-black-1 {
  color: #222;
}

.nav-txt {
  font-size: 18px;
  margin-right: 90px;
}

.nav-txt:hover {
  color: #339947;
}
