/*news*/
.news-list {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-list > div:first-child {
    width: 34%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.news-list > div:first-child img {
    width: 100%;
    transition: all 0.4s ease-out 0s;
}

.news-list > div:first-child:hover img {
    transform: scale(1.1);
}

.news-list > div:first-child:hover .news-date {
    background: #f5d20e;
}

.news-list > div:last-child {
    width: 66%;
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

.news-date {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #000000;
    padding: 9px 7px 0 7px;
    color: #ffffff;
    font-size: 18px;
    line-height: 100%;
    transition: all 0.4s ease-out 0s;
}

.news-date span {
    display: block;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    line-height: 100%;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.news-title {
    line-height: 100%;
    position: relative;
    color: #000000;
    font-size: 26px;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.news-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 128px;
    height: 1px;
    background: #f5d20e;
    display: block;
}

.news-btn {
    text-align: right;
    margin-top: auto;
}

.news-btn a {
    display: inline-block;
    width: 132px;
    line-height: 37px;
    text-align: center;
    background: #535353;
    color: #ffffff;
    font-size: 15px;
    border-radius: 20px;
}

.news-btn a:hover {
    background: #f5d20e;
}

/*news-detail*/
.news-detail-top {
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

.news-detail-top > div:first-child {
    width: 80px;
    position: relative;
}

.news-detail-top > div:last-child {
    width: calc(100% - 80px - 38px);
    margin-left: 38px;
    position: relative;
    font-size: 30px;
    line-height: 100%;
    color: #000;
    padding-bottom: 22px;
}

.news-detail-top > div:last-child:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #f5d20e;
    position: absolute;
}

.news-date2 {
    position: relative;
    top: auto;
    left: auto;
}

.news-back-btn { background: #f3f3f3; border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; padding: 0 10px; text-align: right;}
.news-back-btn a {display: block; line-height: 66px; background: #fff; text-align: center; width:154px; color: #9f9f9f; font-size: 18px; margin: 0 0 0 auto; transition: all 0.4s ease-out 0s;}
.news-back-btn a:hover { background: #9f9f9f; color: #fff; width: 100%;}
#newContent {position: relative;margin-bottom: 40px;}
.new_dtl_imgbox {line-height: 0;}
.new_dtl_imgbox img{ border-radius: 2px;overflow: hidden;}
.new_dtl_ultitle {margin-bottom: 12px;display: block;margin-top: 8px;}
.new_dtl_txtbox ul {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
.new_dtl_txtbox ul li:not(:last-child){ 
  margin-bottom: 5px;
} 

@media only screen and (max-width: 768px) {
    .news-title {font-size: 24px;}
    .news-list {flex-wrap: wrap;}
    .news-list > div { width:100% !important;}
    .news-list > div:last-child {padding: 20px 0 0 0;}
    .news-detail-top > div { width:100% !important;}
    .news-detail-top > div:last-child { margin-left:0px; margin-top: 15px; font-size: 24px; padding-bottom: 15px; }
    .news-date2 { width:auto; height: auto; padding: 8px; text-align: left; display: inline-block;}
    .news-date2 span { display: inline-block; vertical-align: middle; padding: 0 10px 0 0; margin: 0 10px 0 0; border-right: 1px solid rgba(255,255,255,.5); border-bottom-width: 0;}
}
@media only screen and (max-width:570px){
  .news-title {
    font-size: 20px;
  }
}