.intro_latest{}
.intro-swiper{padding-top:10px;}
.intro-swiper .swiper-slide{position:relative;}
.intro_thumb{}
.intro_thumb img{border-radius:10px;}
.intro_info{padding:20px;}
.intro_subject{font-weight:600;width:100%;font-size:18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom:10px;}
.intro_cate{padding: 5px 10px;position: absolute;color: #fff;font-weight:500;font-size: 13px;background: #00a37d;top: 15px;right: 15px; border-radius: 5px;}
.intro_content{ margin-top: 8px;display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;color:#777;font-size:14px;line-height:22px;}
.intro_content *{color: #777 !important;font-weight: 400 !important;font-size: 14px !important;line-height: 22px !important;background: none !important;display: inline;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;}
.intro_content br { display:none; }
.intro_content img{display:none}
.intro_content p{}
.more_btn_wrap{display:flex;align-items:center;}
.intro_btn{display:flex;margin-right:10px;}
.intro_btn div{cursor:pointer;width:38px;height:38px;border-radius:5px;border:1px solid #ccc;margin-right:10px;display:flex;align-items:center;justify-content: center;}
.intro_btn div:last-child{margin-right:0}
.intro_btn div img{width:6px;opacity:0.3}
.intro_btn div:hover{background:#f8f8f8}

@media screen and (max-width:768px){
    .intro-swiper{padding-top:0;}
    .intro_latest{margin-top:0px;}
    .more_btn_wrap{margin-left:auto;margin-top:10px;}
    .more_btn_wrap .latest_more{margin-top:0;}
    .intro_btn{margin-right:5px;}
    .intro_btn div{width:27px;height:27px;margin-right:5px;}
    .intro_btn div img{width:4px}
    .intro_info{padding:20px 10px;}
    .intro_subject{font-size:16px;}
    .intro_content{font-size:13px;line-height:20px;}
    .intro_content *{font-size:13px !important;}
    .intro_cate{font-size:11.5px;}
}