/*
+----------------------------------------------------------------------+
| Copyright (c) 2010-2018 STUDYMAX. co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2018-02-20
| 파일설명 : 파일설명
+----------------------------------------------------------------------+
| 작업자 : 박소율
+----------------------------------------------------------------------+
| 수정이력
| 
+----------------------------------------------------------------------+
*/

@charset "utf-8";


/* 참여율 */
.stampArea{position: absolute;left: 245px;top: 176px;right: 242px;bottom: 119px;}

.stampArea .stampImg{position: absolute;}
.stampArea .stampImg30{left: 124px;top: 101px;} /* 기본패턴 */
.stampArea .stampImg31{left: 275px;top: 44px;} 
.stampArea .stampImg23{left: 23px;top: 149px;} /* 뉴욕편 */
.stampArea .stampImg24{left: 121px;top: 220px;} /* 해외에서 살아남기 */
.stampArea .stampImg15{left: 282px;top: 229px;} /* 비즈니스 패턴 */
.stampArea .stampImg25{left: 397px;top: 19px;} /* 해외 출장 편 */
.stampArea .stampImg27{left: 28px;top: 24px;} /* 미국횡단 여행 편 */
.stampArea .stampImg32{left: 392px;top: 228px;} /* 윤식당 */
.stampArea .stampImg33{left: 318px;top: 140px;} /* LA할리우드 */

.stampText{position: absolute;left: 0;top: 556px;right: 0;font-size: 17px;color: #fff;font-weight: bold;text-align: center;}
.stampText a{ color: inherit; font-size: inherit;}
.stampText a:hover{text-decoration: none; color:#fff000;}
.stampText .stampCount{font-weight: bold;color:#fff000;font-size: 18px;}


/* 진도율 */
.studyProgressArea{position: absolute; left: 174px; top: 0; right: 0; }
.studyProgressArea.topPosi01{top: 269px;}

.progressArea{width: 177px;float: left;margin-right: 55px;margin-bottom: 293px;}
.clearImg{width: 177px;height: 177px; border-radius : 50%;}
.clearImg.on{background-color: rgba(0,0,0,0.5); }

.graghWrap{padding-left: 30px;margin-top: 17px;position: relative;}
.graghWrap .gragh{width: 106px; height: 12px; border: 1px solid #000000; border-radius: 10px; position: relative; overflow: hidden;  display: inline-block}
.graghWrap .gragh .rateArea{position: absolute; left: 0; top: 0; bottom:0; background-color: #45aee5; border-radius: 10px; }
.graghWrap .rateText{color: #656565;position: absolute;left: 144px;top: 1px; font-weight: bold}



/* 응모하기 버튼 */
.eventBtnArea{position: absolute;left: 127px;top: 411px;right: 0;}
.eventBtn{width: 105px;height: 37px;cursor:pointer;background: url('/smciImages/front/community/event/event103/eventBtn_BG.png') no-repeat 0 0%;float: left;margin-right: 101px;}
.eventBtn.able{background-position: 0px -57px;}

.eventBtn.disAble{background-position: 0 100%; cursor: default}


/* float 해제 */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* commonDevice 오늘의 학습 후기 해제 */
.studyReviewPosi.eventWide .studyReivew{top: 194px; background-color:#fff; padding: 0;}
.studyReviewPosi .studyReivew ul li{border-bottom: 1px solid #e2e7e9 }