/* ************************************/
/* html tag */
/* ************************************/
body {
  margin: 0 auto;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  position: relative;
  /* padding-bottom: 320px; */
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

p .text-muted {
  color: #fff;
}



/* ************************************/
/* Main */
/* ************************************/
.main_section {
  padding: 80px 0 80px 0;
}

.slide_img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0%;
  right: 0%;
  bottom: 0%;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  height: 100%;
  align-content: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.link_arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: invert(1);
}

/* ************************************/
/* Navigation */
/* ************************************/
.navbar {
  margin-bottom: 0px;
  min-height: 80px;
}

.navbar-nav {
  margin: auto !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}


.nav_header {
  box-shadow: gray 0px 0px 10px 0px;
  background-color: #fff;
}

.navbar-brand img {
  width: 120px;
}

.nav-link {
  font-weight: 600;
  font-size: 18px;
  margin-right: 16px;
  color: #626262;
}

.my_nav {
  /* position: fixed;
  top: 0; */
  z-index: 999;
  width: 100%;
  background-color: white;
  /* opacity: 0.8; */
  transition: opacity 0.3s ease;
  letter-spacing: -1px;
}

.my_nav.solid {
  opacity: 1;
}

/* ************************************/
/* breadcrumb */
/* ************************************/
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border-radius: 0;
  /* border-bottom: solid 4px #c8c8c8; */
  width: fit-content;
  /* padding: 10px; */
}

/* ************************************/
/* card */
/* ************************************/
.small_card {
  padding: 14px;
  background: #f3f6fa;
  border-radius: 20px;
  min-height: 80px;
}

.light_bg {
  background: #f3f6fa;
}

/* ************************************/
/* btn */
/* ************************************/

.btn {
  /* min-width: 80px; */
}

.btn-group-sm>.btn,
.btn-sm {
  /* border-color: #337ab7; */
  border-radius: 4px;
}

.btn_box {
  padding: 20px 0;
  border-top: solid 2px #e0e0e0;
  text-align: center;
}

.my_btn {
  min-width: 140px;
}

.btn_show_all {
  background-color: black;
  color: white;
  border-radius: 20px;
  padding: 6px 20px;
}

.btn_show_all:hover {
  background-color: #1f237c;
  color: white;
}

/* ************************************/
/* main_slide */
/* ************************************/
.main_slide {
  background-image: url('/assets/img/main_01.jpg');
  background-position: center;
  background-size: cover;
  min-height: 460px;
  color: white;
  /* text-align: center; */
}



/* ************************************/
/* alignment */
/* ************************************/
.right {
  text-align: right;
  ;
}


/* ************************************/
/* sectin */
/* ************************************/
.s_box {
  padding: 60px 10px;
  min-height: 400px;
}

.s_title {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  padding: 40px 0;
  color: #000;
}

.s_body {
  padding: 20px 4px;
  min-height: 200px;
  /* text-align: justify; */
  /* word-break: break-all; */
}

.s_center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

/* 일반 페이지 내부 섹션 */
.ps_box {
  padding: 20px;
  /* min-height: 400px; */
}

.ps_title {
  font-size: 40px;
  margin-bottom: 40px;
  /* font-weight: 600;
  font-size: 30px;
  padding: 10px 20px 10px 0; */
  /* color: white;
  background: #005696; */


}

.ps_body {
  /* border: solid 1px rgb(200, 200, 200); */
  padding: 20px 0;
  /* line-height: 30px; */
  border-radius: 0 0 4px 4px;
  color: #606A82;
  /* margin-bottom: 60px; */
}

/* ************************************/
/* Page */
/* ************************************/
.p_box {
  padding: 20px;
  min-height: 300px;
  background: #f8fbff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.p_title {

  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;

  /* text-align: center;
  font-weight: 600;
  font-size: 34px;
  padding: 40px 0;
  color: #fff; */
  /*
  background-color: gray; */
}

.p_body {
  padding: 0;
  min-height: 200px;
  /* text-align: justify; */
  /* word-break: break-all; */
}

.p_bg {
  background-position: center;
  background-size: cover;
  background-image: url('/assets/img/bg_01.jpg');
}

/* ************************************/
/* Title */
/* ************************************/
.t_title {
  font-weight: 600;
  font-size: 28px;
}

/* ************************************/
/* Color */
/* ************************************/
.t_color {
  color: #000;
}




/* ************************************/
/* text 
/* ************************************/
.details {
  border: solid 1px rgb(200, 200, 200);
  padding: 20px;
  line-height: 30px;
  border-radius: 4px;
}

.error_msg {
  font-size: 14px;
}

.date_color {
  color: #9c9c9c;
}

/* ************************************/
/* shadow
/* ************************************/

.text_shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.box_shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/* ************************************/
/* footer */
/* ************************************/
.footer {
  background-color: #231f1f;
  color: #b1b1b1;
  text-align: center;
  width: 100%;
  /* height: 320px; */
  /* position: absolute; */
  /* bottom: 0px; */

  background-image: url('/assets/img/footer.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
  /* margin-top: 316px; */
}

/* footer {
  background-color: rgba(221, 72, 20, .8);
  text-align: center;
} */

/* ************************************/
/* image, icon */
/* ************************************/
.check_icon {
  font-size: 18px;
  border-radius: 20px;
  background: #3182e6;
  width: 30px;
  height: 30px;
}

.black_link_icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* ************************************/
/* page */
/* ************************************/
.pagination li {
  margin-right: 6px;
}

ul.pagination {
  width: fit-content;
  margin: 0 auto;
}

/* ************************************/
/* form
/* ************************************/
.add_form_title {
  text-align: right;
  font-weight: 600;
}

/* ************************************/
/* Line
/* ************************************/
.box_line {
  /* border-top: solid 4px #a4a4a4; */
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* ************************************/
/* table */
/* ************************************/
.table-group-divider {
  border-top: 4px solid #a4a4a4;
}

.td_style {
  padding: 14px !important;
}

/* ************************************/
/* summernote */
/* ************************************/
.note-editable {
  min-height: 300px;
}

.note-form-label {
  display: none;
}

.note-image-input {
  margin-bottom: 10px;
}

.note-modal>.modal-header .close {
  border-radius: 4px;
}

.note-modal-footer {
  min-height: 60px;
  padding: 10px 20px;
}

/* ************************************/
/* Error message */
/* ************************************/
.invalid-feedback {
  font-size: inherit;
}

/* ************************************/
/* loading */
/* ************************************/
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot-loader {
  display: flex;
  gap: 8px;
}

.dot-loader div {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  animation: dot-flash 1.2s infinite ease-in-out;
}

.dot-loader div:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-flash {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* ************************************/
/* @media
/* ************************************/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .add_form_title {
    text-align: left;
  }

  .p_box {
    padding: 40px 10px;
  }

  .navbar-nav {
    text-align: right;
    margin-right: 0 !important;
  }

  .container.main_section {
    padding: 0;
  }

  .carousel-caption {
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .slide_img {
    min-height: 400px;
    background-size: cover;
    background-position: center;
  }
}