.pjt-text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 34px;
}
.pjt-text-2 {
  color: #6D6D6D;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.pjt_slider-arrow {
  display: none !important;
  position:absolute;
  top:40%;
  z-index:10;
}
.pjt_slider, .pjt {
  height:820px;
}
.pjt_panel {
  position: relative;
  height:780px;
}
.pjt-inner {
  position: relative;
  top: -780px;
}
@media (min-width: 576px){
  .pjt_slider-arrow {
    display: inline !important;
    position: absolute;
    top:40%;
    z-index:10;
  }
  .pjt_slider, .pjt {
    height:860px;
  }
  .pjt_panel {
    position: relative;
    height:830px;
  }
  .pjt-inner {
    position: relative;
    top: -830px;
  }
  .pjt_slider-arrow {
    display: none;
    position:absolute;
    top:40%;
    z-index:10;
  }
}
@media (min-width: 768px){
  .pjt_slider, .pjt {
    height:1020px;
  }
  .pjt_panel {
    position: relative;
    height:980px;
  }
  .pjt-inner {
    position: relative;
    top: -980px;
  }
}
@media (min-width: 992px){
  .pjt_slider, .pjt {
    height:460px;
  }
  .pjt_panel {
    position: relative;
    height:435px;
  }
  .pjt-inner {
    position: relative;
    top: -435px;
  }
}
@media (min-width: 1200px){
  .pjt_slider, .pjt {
    height:550px;
  }
  .pjt_panel {
    position: relative;
    height:460px;
  }
  .pjt-inner {
    position: relative;
    top: -460px;
  }
}

.pjt p {
  margin-bottom: 0px;
}
.pjt_logo {
  /* background-image: url('/static/core/resource/project/logo-4.png'); */
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255,255,255,0.50);
  float: none;
  height: 150px;
  margin-left: 0px;
  position: relative;
  width: 400px;
}
.pjt-contents-text-1 {
  font-family: 'Noto Sans KR', sans-serif;
  position: relative;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 400;
}
.pjt-contents-text-2 {
  color: #DBDBDB;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}