@charset "UTF-8";


.connectMainvImg--news {
  width: 365px;
  right: 43.41px;
}
@media screen and (max-width: 767px) {
  .connectMainvImg--news {
    width: 200px;
    right: 10px;
  }
}


.sec-news-detail {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-news-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}



.c-pageMainv--news-detail{
  background: none;
  height: unset;
  margin: 176px auto calc(50 / 1920 * 100vw);
  }

  @media screen and (max-width: 767px) {
    .c-pageMainv--news-detail {
      margin-top: 150px;
    }
  }
  
  
  .c-pageMainvInner--news-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 27px;
    padding-bottom: 50px;
    height: unset;
    min-height: initial;
  }
  
  @media screen and (max-width: 1024px) {
    .c-pageMainvInner--news-detail {
      padding-top: 10px;
    }
  }
  .postDetailTtlArea {
    width: 100%;
  }
  
  @media screen and (max-width: 1024px) {
    .postDetailTtlArea {
      padding: 0;
    }
  }
  
  .postDetailTtl {
    margin-top: 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: calc(66 / 46);
  }
  
  @media screen and (max-width: 1024px) {
    .postDetailTtl {
      font-size: 36px;
    }
  }

  @media screen and (max-width: 767px) {
    .postDetailTtl {
      font-size: 24px;
      margin-top: 20px;
    }
  }
  
  
  .news-btn--back{
    
  }
  .news-btn--back-inner{
    display: inline-block;
    text-align: center;
    line-height: 1.5;
  }
  
  .news-btn--back::before{
    /* bottom: 23px; */
  }
  
  @media screen and (max-width: 767px) {
    .news-btn--back::before{
      /* bottom: 17px; */
    }
  }
  
  
  .news-btn--back::after{
    /* bottom: -5px; */
  
  }
  
  @media screen and (max-width: 767px) {
    .news-btn--back::after{
      /* bottom: 0px; */
    }
  }
  
  
  .postInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  @media screen and (max-width: 1024px) {
    .postInfo {
      gap: 10px;
    }
  }
  
  .postInfo .time {
    display: inline-block;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.07em;
    flex-shrink: 0;
    font-family: "Outfit", sans-serif;
  }
  
  
  .postInfo .category_box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  @media screen and (max-width: 1024px) {
    .postInfo .category_box {
      gap: 10px;
    }
  }
  
  
  
  .postInfo .category {
    position: relative;
    color: #00244B;
    border: 1px solid #00244B;
    border-radius: 16px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin-left: 16px; */
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    padding: 4px 20px;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .category {
      line-height: 25px;
      padding: 0px 10px;
      font-size: 12px;
    }
  }
  
  
  
  .postInfo .tag_box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .tag_box {
      gap: 10px;
    }
  }
  
  .postInfo .tag {
    position: relative;
    color: #006FAB;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media screen and (max-width: 767px) {
    .postInfo .tag {
      font-size: 13px;
    }
  }
  
  .newsTtl {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    line-height: 1.7;
    margin-top: 16px;
    color: #00244B;
    /* text-decoration: underline; */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
     font-size: 16px;
  }
  
  @media screen and (max-width: 1024px) {
    .newsTtl {
      margin-top: 10px;
    }
  }
  