@charset "utf-8";
/* Proprietary Technology - 카드형 슬라이드 최신글 스킨 */

/* Notice / Lab Story 와 동일한 박스 + 헤더바 */
.prop-lt {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #c6cacc;
    background: #fff;
}
.prop-lt .prop-bar {
    display: block;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 1.083em;
    border-bottom: 1px solid #e2e2e2;
    background: #fcfcfc;
    color: #253dbe;
}
.prop-lt .prop-bar a {
    position: relative;
    display: inline-block;
    color: #253dbe;
}
.prop-lt .prop-bar a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #253dbe;
    content: '';
}
.prop-lt .prop-headmore {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    text-align: center;
}
.prop-lt .prop-headmore:hover { color: #777; }

.prop-owl { position: relative; padding: 22px 50px; }
.prop-owl .item { display: flex; width: 100%; padding: 6px; }

/* 카드 높이 균일하게 (owl-stage 를 flex 로) */
.prop-owl .owl-stage { display: flex; }
.prop-owl .owl-item { display: flex; height: auto; }

.prop-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.prop-card .prop-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.prop-card .prop-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.prop-card .prop-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 20px 22px;
}

.prop-card .prop-title {
    margin: 0 0 14px;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.45;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prop-card .prop-title a { color: #222; }
.prop-card .prop-title a:hover { color: #2d5be3; }

.prop-card .prop-stickers {
    margin-bottom: 16px;
}
.prop-sticker {
    display: inline-block;
    margin: 0 5px 6px 0;
    padding: 3px 10px;
    border-radius: 14px;
    font-size: .72em;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}
.prop-sticker.conf {
    color: #2d5be3;
    background: #e8f0fe;
    border: 1px solid #b9cdfb;
}
.prop-sticker.patent {
    color: #1f8a4c;
    background: #e6f5ea;
    border: 1px solid #b6e0c4;
}
.prop-sticker.topic {
    color: #d23b3b;
    background: #fdeaea;
    border: 1px solid #f3bcbc;
}

.prop-card .prop-more {
    margin-top: auto;
    color: #2d5be3;
    font-weight: 700;
    font-size: .95em;
}
.prop-card .prop-more:hover { text-decoration: underline; }

.prop-empty { width: 100%; padding: 40px 0; text-align: center; color: #888; }

/* 좌우 화살표 */
.prop-owl.owl-theme .owl-nav { margin-top: 0; }
.prop-owl.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 110px;
    width: 42px;
    height: 42px;
    margin: 0;
    line-height: 42px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    font-size: 18px;
}
.prop-owl.owl-theme .owl-nav .owl-prev { left: 4px; }
.prop-owl.owl-theme .owl-nav .owl-next { right: 4px; }
.prop-owl.owl-theme .owl-nav [class*='owl-']:hover {
    background: #2d5be3;
    color: #fff;
    border-color: #2d5be3;
}
.prop-owl.owl-theme .owl-nav .disabled { display: none; }

.prop-owl.owl-theme .owl-dots { margin-top: 20px; }
