@charset "utf-8";

.basic-post-slider { overflow:hidden; position:relative; width:100%; line-height:20px; }
.basic-post-slider .txt-normal { letter-spacing:0; }
.basic-post-slider .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-slider .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-slider .post-image { position:relative; overflow:hidden; border-radius:20px; }
.basic-post-slider .post-content { min-height:490px; margin:0px 0px; padding:30px 30px !important; background:#FFF; border:#DCDBDB 1px solid; border-radius:45px; overflow:hidden; }
.basic-post-slider .post-subject { overflow:hidden; letter-spacing:-1px; font-size:20px; font-weight:600; word-break:keep-all; line-height:130%; height:50px !important; margin-top:25px;}
.basic-post-slider .post-bo { overflow:hidden; margin-bottom:35px; }
.basic-post-slider .post-bo>span { display:inline-block; padding:5px 30px 3px 30px !important; border-radius:50px; font-size:15px; font-weight:bold; color:#fff; }
.basic-post-slider .post-bo>.bg1 { background:#4CB5E9; }
.basic-post-slider .post-text { margin:15px 0 40px 0; font-size:17px; color:#555; display:block; line-height:130%; }
.basic-post-slider .txt-short { text-align:right; font-size:20px; font-weight:300; color:#888; padding-top:60px; }
.basic-post-slider .post-sp { color:#ccc; margin:0px 4px; }
.is-pc .ko .basic-post-slider .post-ko { font-size:11px; }

.owl-controls .owl-pagination {
    position: relative;
    left: -15px;
    bottom: 0px;
	margin-top: 30px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.owl-controls .owl-page span {
    display: block;
    width: 18px;
    height: 18px;
	margin: 0 3px;
    background-color: #929292 !important;
    border-radius: 50%;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    width: 18px;
    height: 18px;
	margin: 0 3px;
    background-color: #7DCC5B !important;
}