@font-face{
    font-family: CenturySchoolbook;
    src:url('https://purpleacademy.net/free_project/public/font/CenturySchoolbook.woff');
}
/* .modal {
  position: absolute;
  display: block;
  align-items: center;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0).5;
}

.modal_body {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 400px;
  height: 600px;

  padding: 40px;

  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);

  transform: translateX(-50%) translateY(-50%);
}

.hidden {
  display: none;
}

.dimmed-header {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
} */

.btn-bd-primary {
  --bs-btn-color: #b02b74;
  --bs-btn-border-color: #b02b74;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b02b74;
  --bs-btn-hover-border-color: #b02b74;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02b74;
  --bs-btn-active-border-color: #b02b74;
  --bs-btn-active-shadow: inset 0 3px 5pxrgba (0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b02b74;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b02b74;
  --bs-gradient: none;
}

body {
  width: 100vw !important;
}

.gnb_btn_sitemap {
  font-size: 25px;
  text-align: center;
  color: #b02b74;
  margin: 7px 0 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.name {
  font-size: 1.2em;
  padding: 10px 0;
  color: #121212;
  font-weight: 700;
}

.info_txt {
  display: block;
  color: #999 !important;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 13px;
}

.desc3 {
  font-size: 13px;
  color: #999 !important;
  padding: 10px 0 0 0 !important;
}

.desc3 ul li {
  font-weight: 400;
  color: #121212;
}

.desc3 ul li .info_text_sub {
  padding-left: 20px;
}

.far {
  font-weight: 400;
}

.far {
  font-family: "Font Awesome 5 Pro";
}

.fa-bars:before {
  content: "\f0c9";
}

.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner {
  position: relative; 
}

@media all and (min-width:1200px) {
  #banner #banner-deco {
    position: absolute;
    top: 10%;
    left: -6%;
  }
}

@media all and (max-width:1200px) {
  #banner #banner-deco {
    position: absolute;
    top: -1%;
    left: -12%;
  }
}

.slick-slider {
  border-bottom: 2px #b02b74 groove;
}

@media all and (min-width:1200px) {
  .slick-content {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
  }

  .slick-content-sentence {
    width: 50%;
    text-align: left; 
  }

  .slick-content-img {
    width: 50%;
  }
}

@media all and (min-width:992px) and (max-width:1199px) {
  .slick-slider {
    width: 960px;
  }

  .slick-content-img {
    max-height: 350px;
    object-fit: contain;
  }
}

@media all and (max-width: 991px) {
  .slick-slider {
    width: 99%;
  }

  .slick-content-img {
    max-height: 300px;
    object-fit: contain;
  }
}


.enroll-complete {
  pointer-events:none;
}

.no-pointer-project{
  pointer-events: none;
}

.completed-project {
  background-color: #00000033;
}

.completed-project .btn-bd-primary, .enroll-complete .btn-bd-primary {
  background-color: #b02b74;
  color: #fff;
}

.coming-soon {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b1b1b199;
}

.show-project {
  cursor: pointer;
  font-weight: 600;
}

.active-show-project {
  color: #b02b74;
}

.album .container {
  min-height: 0;
}

#certificates-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificates-ele {
  position: absolute;
  font-family: CenturySchoolbook;
}

#certificates-student-name {
  top : 40.3%;
  color: #000000;
  font-size: 38px;
  font-weight: 900;
}

#certificates-project-name {
  bottom: 33.5%;
  font-size: 24px;
  font-weight: 600;
}

#certificates-date {
  bottom : 17.8%;
  left: 35.1%;
  font-size: 20px;
}

/* 프린트 속성 최하단에 작성! */
@media print {
  body {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
  

  @page {
    margin: 0;
    padding: 0;
    border: 0;
    size: landscape;
  }

  #certificates-wrapper img {
    width: 99%;
    object-fit: contain;
  }

  #certificates-student-name {
    top : 41.65%;
    color: none; 
    font-size: 40px;
    font-weight: 900;
  }

  #certificates-project-name {
    bottom: 34.2%;
    font-size: 24px;
    font-weight: 600;
    color: #232323;
  }

  #certificates-date {
    bottom : 18.2%;
    left: 32.4%;
    font-size: 20px;
    color: #232323;
  }
}

.bt_slider:hover {
  text-decoration: none;
}


.d-none{
  display: none;
}