/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX. co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2020-12-22
| 파일설명 : 코스 소개 공통 CSS
+----------------------------------------------------------------------+
| 퍼블리셔: 최진영
+----------------------------------------------------------------------+
| 수정이력
+----------------------------------------------------------------------+
*/

@charset "utf-8";
/* 앱 다운로드 팝업 */
.layerWrap {display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:101;}
.layerBg {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.layerInnerBox {position:absolute; top:50%; left:50%; margin:-293px 0 0 -492px; padding:10px; box-sizing:border-box; background:#5A5E67; border:2px solid #2E3234; border-radius:5px;}
.layerTitleLine {padding:0 0 10px 2px; box-sizing:border-box;}
.layerTitleLine:after {content:''; display:block; clear:both;}
.layerTitleLine .title {float:left; margin-top:3px;}
.layerTitleLine .closeBtn {float:right; cursor:pointer;}