.l-mb-0 {
  margin-bottom: 0 !important;
}

.l-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-dl dt {
  font-size: 14px;
  font-weight: 700;
}

.l-dl dd {
  /*font-size: 17px;*/
  font-weight: 500;
  margin-left: 14px;
  padding-left: 14px;
  position: relative;
}


@media (max-width: 500px) {
  .l-dl dt {
    font-size: 12px;
  }
}

.l-s-inner {
  width: 1290px;
  margin: 0 auto;
}

@media (max-width: 1290px) {
  .l-s-inner {
    width: 90%;
  }
}

.l-btn-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.l-btn-type .l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 185px;
  height: 50px;
  line-height: 48px;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
  border: 1px solid #212121;
  padding: 0 15px;
}

.l-btn-type .l-btn .l-arrow {
  width: 11px;
  height: 14px;
  background: url(../images/post/c-arrow-btn.svg) center no-repeat;
  background-size: 11px 14px;
}

@media (max-width: 900px) {
  .l-btn-type .l-btn {
    width: 150px;
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}

.post__title {
  cursor: pointer;
  padding: 5rem 0;
}

.post__title dt {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  word-break: keep-all;
}

.post__title dd {
  /*font-size: 13px;*/
  font-family: 'Pretendard GOV';
  font-weight: 700;
  color: #575757;
  text-align: center;
  margin: 40px auto;
}
.post__title .day{width: 100%; }
.post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post__info-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-bottom: 32px;
}

.post__info-num .l-bar {
  width: 1px;
  height: 10px;
  background-color: #E5E6E9;
  margin: 0 10px;
}

.post__info-num .num {
  font-family: 'Pretendard GOV';
  font-size: 13px;
  color: #575757;
}

.post__info-num .num.view {
  padding-left: 20px;
  background: url(../images/board/c-view.svg) left center no-repeat;
  background-size: 14px;
}

.post__info-num .num.heart {
  padding-left: 30px;
  background: url(../images/board/c-heart-02.svg) left center no-repeat;
  background-size: 24px;
}

.post__writer {
  margin-right: 1rem;
}

.post__desc {

  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.post__desc.l-b-none {
  border-bottom: 0 !important;
}

.post__desc .file {
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  padding: 20px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}

.post__desc .file dt {
  margin-bottom: 10px;
  background: url("static/assets_rn/images/library/icon/document.jpg");
}

.post__desc .file dd {
  /*
  margin-bottom: 10px;
  
  width: 100%;
  max-height: 10rem;
  overflow: auto;
  */
}
/*.post__desc .file dd::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  background-color: black;*/
/*}*/
/*.post__desc .file dd::-webkit-scrollbar-thumb {*/
/*  background-color: #333333;*/
/*}*/
/*.post__desc .file dd::-webkit-scrollbar-track {*/
/*  background-color: #b0b0b0;*/
/*}*/
.post__desc .desc {
  font-size: 14pt !important;
  padding: 10px 0px;
}

.post__desc .desc .tit {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
  font-weight: 700;
}

/* 최정우 230206 수정 - sp_notice_detail.css에 똑같은 css가 존재함 */
/*.post__desc .desc img {
  width: 327px;
  margin-bottom: 60px;
}*/

.post__desc-photo .photo__img {
  position: relative;
  margin-top: 6rem;
}

.post__desc-photo .main-img {
  width: 80%;
  margin: 0 auto;
}

.post__desc-photo .preview-img {
  position: absolute;
  top: 0;
  right: 0;
}

.post__desc-photo .preview-img .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  overflow: hidden;
  opacity: 0.3;
  margin-bottom: 2px;
}

.post__desc-photo .preview-img .img.is-active {
  opacity: 1;
  border: 1px solid #000;
}

.post__desc-photo .photo__desc {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 40px 0;
  margin-bottom: 13px;
  font-size: 14pt;
  line-height: 1.6;
}
.l-dl post__writer dd{padding-right: 1rem}
@media (max-width: 1200px) {
  .post__desc-photo .main-img {
    margin: 0;
  }
}

@media (max-width: 900px) {
  .post__desc-photo .main-img {
    width: 100%;
  }
  .post__desc-photo .preview-img {
    position: unset;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post__desc-photo .preview-img .img {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .post__desc-photo .photo__desc {
    padding: 20px 0;
    /*font-size: 14px;*/
    line-height: 1.4;
    word-break: keep-all;
  }
  /*
  .post__desc-photo .photo__desc br {
    display: none;
  } 
  */
}

@media (max-width: 768px) {
  .post__title-area {
    position: relative;
  }
  .post__title {
    padding: 20px 0;
    /*margin-bottom: 22px;*/
  }
  .post__title dt {
    font-size: 32px;
  }
  .post__title dd {
  }
  .post__info {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
  .post__info .post__writer {
    position: unset;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .post__info-num {
    margin-bottom: 0;
  }
  .post__writer {
    margin-bottom: 0;
  }
  .post__desc .file {
    padding: 20px 0 10px;
  }
  .post__desc .desc .tit {
    line-height: 1.4;
  }
}

@media (max-width: 500px) {
  .post__title {
  }
  .post__title dt {
    font-size: 24px;
  }
  .post__title dd {
  }
  .post__desc .desc {
    /*font-size: 16px;*/
    word-break: keep-all;
  }

  /* 최정우 230206 수정 - sp_notice_detail.css에 똑같은 css가 존재함 */
  /*.post__desc .desc img {
    width: 100%;
    margin-bottom: 40px;
  }*/

  .post__desc .desc .tit {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}

.comment__write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 40px 0 68px;
}

.comment__write .textarea {
  width: calc(100% - 155px);
}

.comment__write .textarea textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.comment__write .textarea textarea::-webkit-input-placeholder {
  color: #BEBEBE;
  font-weight: 700;
}

.comment__write .textarea textarea:-ms-input-placeholder {
  color: #BEBEBE;
  font-weight: 700;
}

.comment__write .textarea textarea::-ms-input-placeholder {
  color: #BEBEBE;
  font-weight: 700;
}

.comment__write .textarea textarea::placeholder {
  color: #BEBEBE;
  font-weight: 700;
}

.comment__write .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 125px;
  margin-left: 30px;
}
.comment__write .textarea textarea::placeholder{
  color:black !important;
}
.comment__write .btn .num {
  text-align: center;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  color: #474747;
  font-size: 23px;
}

.comment__write .btn .num span {
  font-family: 'Pretendard', sans-serif;
  color: #171717;
}

.comment__write .btn .enroll-btn {
  width: 125px;
  height: 125px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .comment__write {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 40px 0 0 0;
  }
  .comment__write .textarea {
    width: 100%;
  }
  .comment__write .textarea textarea {
    height: 80px;
  }
  .comment__write .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .comment__write .btn .num {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
  }
  .comment__write .btn .enroll-btn {
    width: 100%;
    height: 47px;
  }
}

@media (max-width: 500px) {
  .comment__write {
    margin: 24px 0 76px;
    padding: 30px 0 0 0;
  }
  .comment__write .textarea textarea {
    padding: 12px;
  }
  .comment__write .btn .num {
    font-size: 17px;
  }
}

.all-view {
  margin-bottom: 123px;
}

.all-view__tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.all-view__box {
  padding: 10px;
  border: 1px solid #DBDBDB;
  margin-bottom: 30px;
  cursor: pointer;
}

.all-view__box-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.all-view__box-info {
  margin-top: 5px;
  border-top: 1px solid #DBDBDB;
  padding-top: 10px;
}

.all-view__box-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-view__box-info .info dt {
  font-size: 12px;
  font-weight: 700;
}

.all-view__box-info .info dd {
  font-family: 'Pretendard', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #878787;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.all-view__box-info .info dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #DBDBDB;
}

.all-view .paging {
  margin-top: 74px;
}

@media (max-width: 500px) {
  .all-view {
    margin-bottom: 100px;
  }
  .all-view__tit {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .all-view__box {
    margin-bottom: 20px;
    padding: 10px;
  }
  .all-view .paging {
    margin-top: 44px;
  }
}

.post-nav .l-s-inner {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 150px;
}

.post-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}

.post-nav .nav .wt {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-nav .nav .title {
  /*font-size: 16px;*/
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .post-nav .l-s-inner {
    margin-bottom: 93px;
  }
  .post-nav .nav .wt {
    /*font-size: 14px;*/
    margin-right: 10px;
  }
  .post-nav .nav .title {
    /*font-size: 14px;*/
  }
}
