/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2018-02-20
| 파일설명 : 킹덤 성공기 리스트
+----------------------------------------------------------------------+
| 작업자 : 박소율
+----------------------------------------------------------------------+
| 수정이력
| 
+----------------------------------------------------------------------+
*/
@charset "utf-8";

/* 상단 배너 */
.successListBanner{margin-top: 12px;}


/* 리스트 영역 */
.successListArea{margin:32px auto 30px; border-top: 2px solid #e1e1e1;}
.successList{height: 127px; padding: 16px 14px; border-bottom: 1px solid #e1e1e1; display: block;}

.successList:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}/* float 해제 */
* html .successList { height: 1%; }


.successListImg{float: left; width: 193px; height: 125px; border: 1px solid #dfdfdf; margin-right: 35px; overFlow: hidden;}
.successListImg img{width: 100%;}

/* 리스트 텍스트 영역 START */
.successListCnts{float: left; margin-top:33px; line-height: 160%; letter-spacing: -1px;}
.successListCnts a:hover{text-decoration: none;}
.successListTitle{ font-size: 20px; color: #2f6ea8; font-weight: bold; margin-bottom: 13px;}
.successListSubTitle{ font-size: 17px; color: #7f7f7f; margin-bottom: 5px; }
.successListSubTitle .successArrow{padding-right: 14px;background: url("/images/front/community/success/successListAuthor_arrow.png") no-repeat right 6px;display: inline-block;}
.successListAuthor{font-size: 12px; color: #bbb }
.successGrade{padding-right: 10px; background: url("/images/front/community/success/successListAuthor_sep.png") no-repeat 95% center;}
/* 리스트 텍스트 영역 END */