/*Ä³·¯¼¿ ÃßÃâ */
@charset "utf-8";
#st-body .latest.st-basics { margin-bottom: 25px; }
#st-body .latest.st-basics .header { width: 100%; margin-bottom: 15px; border-bottom: 1px dotted #555; clear: both; }
#st-body .latest.st-basics .header .title { float: left; font-size: 20px; letter-spacing:-1px; font-weight: bold; margin: 0 0 10px; clear: both; position: relative; }
#st-body .latest.st-basics .header .title a { color: #555; text-decoration: none; }
#st-body .latest.st-basics .header .more { float: right; margin-top: 4px; }
#st-body .latest.st-basics .header .more a { color: #555; height: 100%; }


.carousel-row {
    margin-bottom: 10px;
}

.slide-row {
    padding: 0;
    background-color: #ffffff;
    min-height: 140px;
    border-bottom:1px dotted #dcdcdc;
    overflow: hidden;
    height: auto;
    position: relative;
}


.slide-carousel {
    width: 30%;
    float: left;
    display: inline-block;
}

/* ÅÃ½ºÆ® ÀÌ¹ÌÁö ÀÖÀ»¶§ */
.slide-content {
    position: absolute;
    top: 0;
    left: 30%;
    display: block;
    float: left;
	text-align: left;
    width: 70%;
    max-height: 76%;
    padding: 0 0 0 2%;
    overflow-y: auto;
}

/* ÅÃ½ºÆ® ÀÌ¹ÌÁö ¾øÀ»¶§ */
.slide-content_big {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: left;
	text-align: left;
    width: 100%;
    max-height: 76%;
    padding: 0 0 0 2%;  
    overflow-y: auto;
}


/* °øÁö»çÇ× Å¸ÀÌÆ² */
.slide-content .subject {  
    color:#000;
	font-weight:bold;
    font-size:16px;
    margin-bottom: 3px;
    margin-top: 0;
}

/* ÄÚ¸àÆ®¼ýÀÚ */
.slide-content .subject .cmt { 
color:red;
font-size:0.7em
}

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 68%;
    height: 20%;
    margin: 1%;
	color:#999;
}

/* Scrollbars */
.slide-content::-webkit-scrollbar {
  width: 5px;
}
 
.slide-content::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
 
.slide-content::-webkit-scrollbar-button:start:decrement,
.slide-content::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}