@charset "UTF-8";

.newsnnotice {
    max-height: 680px;
    overflow: hidden;
    padding-top: 60px;
}

.newsnnotice .recentBbsLi ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.newsnnotice .recentBbsLi ul li a{
    position: relative;
    display: block;
    padding: 20px 10px;
    transition: all ease .75s;
}
.newsnnotice .recentBbsLi ul li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: #09366C url('./../images/ic-notice.png') no-repeat center center;
    background-size: 50%;
    border-radius: 100%;
    overflow: hidden;
}
.newsnnotice .recentBbsLi ul li a::after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: url('./../images/notice-plus.png') no-repeat center center;
    transition: all ease .75s;
}
.newsnnotice .recentBbsInfo {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    padding-left: 40px;
}
.newsnnotice .date_box {
    line-height: 1.5;
    color: #87bddb;
    font-size: 18px;
    font-family: 'Dream Bold',sans-serif;
    vertical-align: middle;
    margin-bottom: 5px;
}
.newsnnotice .recentBbsTitle {
    padding-right: 50px;
}

.newsnnotice .recentBbsTitle .write-title {
    line-height: 1.35;
    margin-bottom: 10px;
}

.newsnnotice .recentBbsTitle .write-title strong {
    position: relative;
    font-size: 28px;
    font-family: 'Dream Bold',sans-serif;;
    color: #efefef;
    display: inline-block;
    max-width: calc(100% - 70px);
    vertical-align: middle;
    letter-spacing: .25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: linear-gradient(#efefef, #efefef);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: left 100%;
    transition: background-size .75s;
}

.newsnnotice .recentBbsTitle .write-title strong::after{
    display: none;
    content:'';
    width:0;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    transition:all ease 1s;
}

.newsnnotice .recentBbsTitle p {
    font-size: 18px;
    font-family: 'Dream Light',sans-serif;;
    color: #efefef;
    max-height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsnnotice .recentBbsTitle .newArtcl {
    display: inline-block;
    font-family: 'Dream ExtraBold',sans-serif;;
    font-size: 12px;
    color: #ffa900;
    vertical-align: middle;
    margin-left: 15px;
}

.newsnnotice .recentBbsMoreBox {text-align: center; margin-top: 60px;}

.newsnnotice .recentBbsMore {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 17px 55px 15px 20px;
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    font-family: 'Dream Bold',sans-serif;
}
.newsnnotice .recentBbsMore::after {content: ''; display: inline-block; width: 15px; height: 9px; background: url('./../images/view-more.png') no-repeat right center; position: absolute; top: 24px; right: 20px;}

.newsnnotice .recentBbsMore:hover::after {animation-name: moreBtnBbs; animation-duration: 1s;}


@keyframes moreBtnBbs {
  0% {
	  right: 20px;
  }

  15% {
	  right: 25px;
  }

  50% {
	  right: 15px;
  }

  100% {
	  right: 20px;
  }
}

/* no data */
.newsnnotice .recentBbsLi ul li.no-data {text-align: center; padding: 120px 0;}

@media all and (min-width: 1025px) {
  /* hover */
  .newsnnotice .recentBbsLi ul li a:hover::after {transform: rotate(180deg);}
  .newsnnotice .recentBbsLi ul li a:hover .recentBbsTitle .write-title strong {background-size: 100% 1px;}
}

@media all and (max-width: 768px) {
    .newsnnotice .recentBbsLi ul li a {padding: 20px;}
    .newsnnotice .recentBbsLi ul li a::before {width: 80px; height: 80px;}
    .newsnnotice .recentBbsInfo {width: calc(100% - 100px); padding-left: 20px;}
    .newsnnotice .date_box {font-size: 16px;}
    .newsnnotice .recentBbsTitle .write-title strong {max-width: calc(100% - 50px); font-size: 22px;}
    .newsnnotice .recentBbsTitle .newArtcl {font-size: 10px; margin-top: 0; margin-left: 7px;}
    .newsnnotice .recentBbsTitle p {font-size: 16px;}
}
