@charset "utf-8";

/* 새글 스킨 (latest) */
.one-word ul {
    font-size: 0px;
    padding: 0 12px;
}
.one-word li {
    display: inline-block;
    font-size: 0.7rem;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
}
.one-word li .img-full {
    position: relative;
}
.one-word li .img-full .cont {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* background-color: rgba(0, 0, 0, 0.5); */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* .one-word li:hover .img-full .cont {
    background-color: rgba(0, 0, 0, 0);
} */
.one-word li .img-full .cont .default,
.one-word li .img-full .cont .hover {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fed325;
    font-weight: 500;
    font-size: 15pt;
}
.one-word li .img-full .cont .hover {
    opacity: 0;
}
.one-word li .img-full .cont .default small,
.one-word li .img-full .cont .hover small {
    display: block;
    padding-top: 5px;
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.7);
}
.one-word li .img-full .cont .hover,
.one-word li .img-full .cont .hover small {
    color: #000;
}
.one-word li:hover .img-full .cont .default {
    opacity: 0;
}
.one-word li:hover .img-full .cont .hover {
    opacity: 1;
}
.one-word li .img-full .no-img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: 600;
    color: #000;
}

.one-word li .cont {
    padding: 20px 0 0;
}
.one-word li:hover .cont,
.one-word li:hover .cont * {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.one-word li .cont a {}
.one-word li .cont strong {
    display: block;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 23px; */
    /* line-height: 23px; */
    white-space: nowrap;
}
.one-word li:hover strong {
    text-decoration: underline;
}
.one-word li .cont .text,
.one-word li .cont .datetime {
    display: block;
    font-weight: 500;
    color: #979797;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 160% !important;
    height: 1.5em;
    margin-bottom: 10px;
    font-size: 0.9rem !important;
}
.one-word li .cont .text {
    font-size: 1.3em;
    margin-bottom: 3px;
}

.one-word .read-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 12pt;
    line-height: 180%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.one-word .read-more:hover {
    color: #489bab;
    border-color: #489bab;
}
@media (max-width: 1000px) {
    .one-word li {
        width: 100% !important;
        margin: 20px 0 0 !important;
        border-width: 0;
        padding-bottom: 0;
    }
}


.readbtn {
  /* margin-bottom: 30px; */
  text-align: right;
}
.one-word .read-more {
  display: inline-block;
  margin-bottom: 30px !important;
}
.one-word h2 {
  margin-bottom: 10px !important;
}

.one-word .text {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px !important;
  /* white-space: nowrap; */
}
