*{-webkit-text-size-adjust:none; margin:0; padding:0;  font-size:0}
body{
	font-family:"Noto Sans KR"; 
	background:#fff;     
}
ul li{list-style:none}
a{display:block; text-decoration:none; color:#333}
img{max-width:100%; }
select{
	-webkit-appearance:listbox;
	background: url(../img/sel-down.png) no-repeat 90% center;
}
select::-ms-expand { display: none; }
select, input, button{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	-webkit-border-radius:0;
	border:0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	outline:0
}
table{
	border:0;
	border-spacing:0;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}


/* input */
input::placeholder {
  letter-spacing:-.5px;
  font-size:13px
}
.text-box{
	border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    display: inline-block;
	width:100%;
	vertical-align: top;
}
.form-btn {
    border: 1px solid #e5e5e5;
    letter-spacing: -1px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background: #f9f9f9;
    color: #333;
    display: inline-block;
    width: 32%;
    font-size: 12px;
    padding: 0 3%;
}

.form-select {
    width: 32%;
    border: 1px solid #e5e5e5;
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    color: #666;
    background-size: 7px 6px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
}



fieldset{
	border:0
}
    
select option{
	font-size:12px
}

label{font-size:13px}
textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    display: block;
	-webkit-appearance:none;
	-webkit-border-radius:0;


}

/*topbt*/

#MOVE_TOP_BTN{
    position: fixed;
    right: 2%;
    bottom: 90px;
    display: none;
    z-index: 999;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #333;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: -1px;
    font-family: 'NaunumSquare';
}




/*üũ�ڽ�*/
.chk-box {
	display:none;
}

.chk-box + .chk-label {
	color:#666;
	cursor:pointer
}

.chk-box + .chk-label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0px 7px 0 0;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.chk-box:checked + .chk-label span {
	background:url(../img/check-blue.png) no-repeat center;
}


/*����*/
.radio-btn + label{
	cursor:pointer;
	font-size: 12px;
}
.radio-btn + label span {
	display:inline-block;
	width:15px;
	height:15px;
	margin:0px 5px 0 0;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
	border:1px solid #e5e5e5;
	border-radius:50%;
	position:relative;
	line-height:initial;
}

.radio-btn:checked + label span:after {
	content: ' ';
    position: absolute;
    top: 3px;
    left: 3px;
    background: #00b3ec;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

/*width*/

.w-32{width:32% !important}
.w-68{width:68% !important}
.w-100{width:100% !important}


/*border*/

.borL-none{border-left:0 !important}
.borR-none{border-right:0 !important}
.borT-none{border-top:0 !important}

/*padding*/

.padT-3{padding-top:3px !important}
.padB-13{padding-bottom: 13px !important;}
.pad-2012{padding:20px 12px}
.padB-50{padding-bottom: 50px}



/*bt*/

.btn-blue{
	background:#343a8c;
	color:#fff;
}
.greyL-bt{
	border:1px solid #ccc;
	color:#666;
	box-sizing:border-box;
}
.btn-bk{
	background:#555;
	color:#fff
}
.btn-wht{
	background:#fff;
	border:1px solid #ddd;
	box-sizing:border-box;
	color:#555
}


/* font */
 em{font-style: normal;}

.f-wht-b{color:#fff;font-weight:bold;}
.f-yel-b{color:#fff000;font-weight:bold;}
.f-red-b{color:#ff633d;font-weight:bold;}
.f-red{color:#ff5223 !important}

#edu{
	width:100vw;
	height:100%;
	min-width:320px;
}

/*header*/

/* header{
	background: #3a419c;
	position: relative;
    padding: 12px;
    overflow: hidden;
}
header span{
	display:inline-block;
    margin-right: 10px;
	cursor:pointer;
}
 */









/*footer*/

footer{
	background:#f0f0f0;
    padding: 20px 30px;
	border-top:1px solid #e5e5e5;
	box-sizing:border-box;
	text-align:center;
}
footer ul{
	overflow:hidden;
}
footer ul li{
    color: #999999;
    font-size: 12px;
    opacity: .7;
    display: inline;
    padding-right: 7px;
	line-height:17px;
	word-break: keep-all;
}
footer ul li:last-child{
	padding-right:0;
	display:block;
	margin-top:5px
}





/*sidenav*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.closebtn{
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 36px;
    background: url(../img/close.png) no-repeat;
    width: 20px;
    height: 23px;
    background-size: 100% auto;
	cursor:pointer;
}
.sidenav-top{
    background: #353535 url(../img/user-icon.png) no-repeat 12px center;
    background-size: 30px auto;
	padding:15px 13px;
}
.sidenav-top a{
    font-size: 15px;
    color: #fff;
    letter-spacing: -1px;
    padding-left: 37px;
	display: inline-block;
}	


.submenu .sub-1 li{
    display: inline-block;
    width: 50%;
}
.submenu .sub-1 li a{
}
.submenu .sub-1 li a span{
	color:#fff;
	display:block;
	text-align:center;
	letter-spacing:-1px
}
.submenu .sub-1 li a span:first-child{
    font-size: 15px;
	height: 35px;
    line-height: 35px;
}
.submenu .sub-1 li a span:last-child{
    padding: 20px 0;
    font-size: 21px;
    font-family: 'NanumSquare';
    font-weight: bold;
}
.submenu .sub-1 li a span:last-child:after{
	content: '';
    background: url(../img/arrow-right.png) no-repeat center;
    width: 11px;
    height:17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.submenu .sub-1 .buy-info a span:first-child{
	background:#343a8c;
}
.submenu .sub-1 .buy-info a span:last-child{
	background: #3a419c;
}
.submenu .sub-1 .incoming a span:first-child{
	background:#1d4d95;
}
.submenu .sub-1 .incoming a span:last-child{
	background: #2056a6;
}

.submenu .sub-2 h3{
	font-size: 17px;
    letter-spacing: -1.5px;
    font-family: 'NanumSquare';
    position: relative;
    vertical-align: middle;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    box-sizing: border-box;
}
.submenu .sub-2 h3 .list-more-btn{
	right:12px
}

.submenu .sub-2 ul{
    overflow: hidden;
    padding: 15px 12px;
}
.submenu .sub-2 ul li{
	display:inline-block;
	width:25%;
	text-align:center;
	margin-bottom: 10px;
}
.submenu .sub-2 ul li img{
	width:60px;
}


/*deph*/

.dep-wrap{
}
.accordion {
	color: #333;
    cursor: pointer;
    padding: 12px 12px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    font-weight: 600;
    letter-spacing: -1px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

p.accordion:after {
    content: '';
    background: url(../img/left-arrow-off.png) no-repeat center;
    width: 14px;
    height: 9px;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 18px;
	transition: .4s;
}

p.accordion.active:after {
    content: "";
	background: url(../img/left-arrow-on.png) no-repeat center ;
	background-size: 100% auto;
	transform: rotate(180deg);

}
p.accordion.active{
    background: #3a419c;
    color: #fff;
}
.panel {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #f5f5f5;
	display:none;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
}
.panel a{
	font-size: 13px;
    color: #555;
    letter-spacing: -1px;
    font-family: sans-serif;
    font-weight: 500;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
}

/* �������� */
.customer{
    background: #dedfe9;
    padding: 15px 0;
}
.customer dl{
	overflow: hidden;
    text-align: center;
}
.customer dt{
    display: inline-block;
}
.customer dd{
    font-size: 20px;
    color: #3a419c;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
    text-align: left;
    display: inline-block;
    vertical-align: 14px;
    font-weight: bold;
    margin-left: 12px;
}
.customer dd .tel-num{
	color: #000;
    font-size: 23px;
    margin-top: 3px;
    display: block;
}




/**********************************************************************************************************************/
/* login */
.login_wrap{
    background:#ffffff;
    width:90%;
    height:30px;
    margin:5px auto;
    padding:10px 10px ;
}

.log_form {
    width:100%;
    align-content:center;
}
.log_form > li {
    float: left;
    height: 22px;
    width:25%;
    padding:3px;
    box-sizing: border-box;
}

.log_form [type="text"]{
    width:100%;
    height:25px;
    font-size:12px;
    margin-right: 3px;
    padding:3px;
    border:1px solid #cccccc;
    box-sizing: border-box;
}

.log_form [type="password"]{
    width:100%;
    height:25px;
    font-size:12px;
    margin-right:5px;
    padding:3px;
    border:1px solid #cccccc;
    box-sizing: border-box;
}

.log_form [type="submit"]{
    width:100%;
    height:25px;
    font-size:12px;
    margin-right: 3px;
    border-radius:5px;
    background:#e2e2e2;
    box-sizing: border-box;
    
}
.login_wrap .join_btn{
    width:100%;
    height:25px;
    font-size:12px;
    border-radius:5px;
    background:#cccccc;
    box-sizing: border-box;
}

/* user_form */
.user_form > ul {
    width:100%;
    height:30px;
    margin:0 auto;
    
}

.user_form >ul li{
    float:left;
    height:30px;
    margin-right:5px;
}

.user_form ul li > img {
    float:left;
    width:27px;
}

.user_form ul li > p {
    float:left;
    margin:0 0 0 5px;
    font-size:15px;
    color:#535353;
    line-height: 2;
    letter-spacing:-1.7px;
}

.user_form ul li > button{
    float:left;
    height:30px;
    padding:5px 5px;
    margin:0 0 0 3px;
    font-size:12px;
    border-radius: 5px;
    background:#cccccc;
    letter-spacing: -1px
    box-sizing: border-box;
}

.user_form > ul li:last-child{
    float:right;
}

/* section */

#content{
	background:#f5f5f5;
	overflow: hidden;
}
#content .section-tit{
    font-size: 17px;
    letter-spacing: -1.5px;
    font-family: 'NanumSquare';
	margin-bottom: 10px;
	position:relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
line-height: 1;

}
#content .section-tit:before{
	content:'';
	width:4px;
	height:16px;
	background:#3a419c;
	display:inline-block;
	vertical-align: -2px;
	margin-right:5px
}
.section{
	background: #fff;
    padding: 15px 12px;
    margin: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	box-sizing:border-box;
}

/* ����Ʈ ������ ��ư */

.list-more-btn{
	font-size:12px;
	color:#999;
	position: absolute;
    right: 0;
	top: 0;
}
.list-more-btn em {
    font-size: 14px;
    margin-left: 3px;
    font-weight: bold;
}



/* table */

.table-list-common th,
.table-list-common td{
    font-size: 14px;
	padding: 8px 10px;
    letter-spacing: -1px;
    border-bottom: 1px solid #e5e5e5;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;


}
.table-list-common td a{
    font-size: 14px;
    letter-spacing: -1px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.table-list-common tr:last-child th,
.table-list-common tr:last-child td{
    border-bottom: 0;
}
.table-list-common td:first-child{text-align:center;}
.table-list-common td:last-child{text-align:right;}

.table-common{
	border-bottom: 1px solid #e5e5e5;
}
.table-common th, .table-common td{
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    letter-spacing: -1px;
}
.table-common th:last-of-type, .table-common td:last-of-type{
    border-right:0;

}
.table-common th{
	background:#f9f9f9;
}
.table-common td{
	background:#fff;
}


/* �ǽð���ŷ */

.rank .section-tit span{
    font-size: 13px;
    font-family: initial;
    background: #3a419c;
    padding: 0px 8px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
    color: #999ff3;
    line-height: 21px;
    height: 21px;
    letter-spacing: -1px;
    font-weight: 500;
    vertical-align: text-top;
}
@media (max-width:360px){
	.rank .section-tit span{
		margin-top:5px;
		display: block;
		text-align: center;
	}
}
.rank .section-tit span em{
	font-size: inherit;
}

.goods-list{
    position: relative;

}
.goods-list li{
	outline: 1px solid #d2d2d2;
    width: 100%;
    background: #fff;
	margin: 12px 0;
	position: relative;
}
.goods-list li:first-child{
	margin-top:0
}
.goods-list .tumb{
	width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.goods-info{
	border-left: 1px solid #d2d2d2;
    box-sizing: border-box;
    position: relative;
    margin-left: 130px;
    height: 130px;
}
.info-txt{
    padding: 6px 5px 6px 10px;
}
.info-txt h3{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 2px;
    letter-spacing: -1px;
	white-space: normal; 
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow:hidden;

}
.info-txt p{
	font-size: 12px;
    line-height: 16px;
    color: #666;
	display: inline-block; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	width: 100%;

}
.info-txt dl{
	position: absolute;
    bottom: 33px;
}
.info-txt dt{
    display: inline-block;
    margin-right: 5px;
}
.info-txt dd{
    color: #ff2727;
    display: inline;
}

.info-txt dt, .info-txt dd{
    font-size: 17px;
    font-weight: bold;
	letter-spacing: -1px;
	font-family:'NanumSquare'
}

.info-tags{
    background: #f6f6f6;
    text-align: right;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.info-tags span{
	font-size: 12px;
    padding: 0 5px;
    display: inline-block;
    font-family: Gulim;
    line-height: 18px;
    height: 18px;
    letter-spacing: -.3px;
	color: #fff;
	margin-right:3px

}
.info-tags span:last-child{
	margin-right:13px
}







/* ���־� �� ��� */
.bnr{padding:0}
.visual img, .bnr img{
	width:100%;
}
.visual{
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
}


/* ��������*/

.course ul{
	overflow:hidden;
}
.course ul li{
	float: left;
    margin-right: 2.666666%;
    width: 23%;
	text-align: center;
}
.course ul li:last-child{
	margin-right:0
}
.course ul li p{
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    color: #333;
    word-break: keep-all;
    letter-spacing: -1px;
	margin-top: 7px;
}
.course ul li img{
    width: 120px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}






/*--------------- sub ---------------*/

.sub-header ul{
	overflow:hidden;
}
.sub-header ul li:first-child{
	float:left;
}
.sub-header ul li:first-child img{
	width:15px
}
.sub-header ul li:last-child img{
	width:27px
}

.sub-header ul li:last-child{
	float:right;
}



.sub-tit{
    font-size: 17px;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
    text-align: center;
    height: 40px;
    line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
/* �������� */

#sub-cont .course ul li {
    width: 30.666666%;
}
.course-tit{
	font-size: 14px;
    letter-spacing: -1px;
    padding: 8px 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	box-sizing:border-box
}
.course:first-of-type .course-tit{
	border-top:0
}

#sub-cont .course ul{
    padding: 15px 10px;
}


/* ������������ */

.user-modify{
	background:#f9f9f9
}
.user-modify label{
	letter-spacing:-1px;
	width:25%;
	display:inline-block;

}
.user-modify .text-box{
	width: 75%;
}
.user-modify>ul li{
	margin-bottom:5px;
}
.user-modify>ul li:last-child{
	margin-bottom:0
}

.user-modify .btn-wrap{
	margin-top:30px;
}
.user-modify .btn-wrap .btn-blue,
.user-modify .btn-wrap .btn-bk{
	font-size: 17px;
    font-family: 'NanumSquare';
    text-align: center;
    padding: 10px 0;
}
.user-modify .btn-wrap li{
	width:49%;
	margin-right:2%;
	display:inline-block;
}
.user-modify .btn-wrap li:last-child{
	margin-right:0
}

/* ���������� */

.mypage{
	overflow:hidden;
	background:#f9f9f9
}
.mypage-section{
    background: #fff;
    padding: 15px 12px;
    margin: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.mypage-tit{
    font-size: 14px;
    letter-spacing: -1.5px;
    margin-bottom: 7px;
    font-weight: bold;
	position: relative;
}
.mypage-tit .profit{
    font-size: inherit;
    position: absolute;
    right: 0;
}

.partner .mypage-tit{
    width: 25%;
    display: inline-block;
}
.partner input{
	width:75%
}

.contract .mypage-tit{
    margin-bottom: 5px;
    display: block;
}
.graph div{
    height: 100px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;

}

.my-badge ul{
	overflow:hidden;
}
.my-badge li{
    float: left;
    width: 17%;
    margin-right: 3%;
    margin-bottom: 10px;
}



.user-info{
    margin-top: 0;
    border-top: 0;
    background: #7293da;
}
.user-info p{
    font-size: 17px;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
    margin-bottom: 5px;
	color:#fff;
    font-weight: 300;
}
.user-info p b{
	font-size: inherit;
}
.user-info p:last-child{
	margin-bottom:0
}



/* ��Ʈ�� ���ͷ�ŷ */
.partner-rank{
	padding:20px 25px 50px
}
.partner-rank-wrap{
	margin-bottom:30px;
	position: relative;
}
.partner-rank-wrap:last-child{
	margin-bottom:0
}
.partner-rank .table-common{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;

}
.partner-rank-tit{
    font-size: 17px;
    letter-spacing: -1.5px;
    margin-bottom: 7px;
	position: relative;
	font-family: 'NanumSquare';
}
/* .month-rank{
	position: absolute;
    top: 0;
    left: 0;

} */
.month{
    font-size: 17px;
    letter-spacing: -1.5px;
    margin-bottom: 7px;
	font-family: 'NanumSquare';
    float: right;
}



/* �������� */

.notice{
	padding:20px 12px 50px
}
	/* �˻� */
.board-search-area{ 
	width:100%; 
	text-align:right;
	font-size:0; 
	line-height:0;
	margin-bottom: 30px;
}
.board-search-area select,
.board-search-area input{
	font-size:13px;
	letter-spacing:-1px;
	line-height:30px
}
.board-search-area select{ 
	float: left;
    margin: 0;
    padding: 0 0 0 5px;
    width: 29%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    color: #555;
}
.board-search-area .text-box{
	float: right;
    padding: 0 0 0 5px;
    width: 70%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    color: #555;
}
.board-search-area input[type="submit"]{ 
	margin: 5px 0 0 0;
    width: 100%;
    height: 30px;
    border: 0 none;
    background: #555555;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.notice .table-common td:nth-child(2){
	text-align:left;
}
.notice .table-common td a{
    font-size: inherit;
}
.notice .table-common th,
.notice .table-common td{
	font-size:13px
}

/* ����¡ */
.board-paging{
	clear:both;
	margin:30px 0 0 0;
	text-align:center;
}
.paging-btn-prev a, .paging-btn-next a{
	display:inline-block; 
	vertical-align:top;

}
.paging-btn-prev a{ 
	background:url('../img/bx-controls.png') no-repeat left center;
	background-size: 44% auto;
}
.paging-btn-next a{ 
	background:url('../img/bx-controls.png') no-repeat left center;
	transform: rotate(180deg);
	background-size: 44% auto;
}
.board-paging ol{
	display:inline-block; 
}
.board-paging ol li{
	display:inline-block; 
	vertical-align:top;
}
.board-paging ol a{
    display: block;
    width: 20px;
    height: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

	/* ������ on */
.board-paging ol li.on a{ 
	background:#3a419c;
	color:#fff;
}



/* �������� �� */

.notice-view{padding-bottom:50px;min-height:380px}
.notice-subject{
    letter-spacing: -1px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.notice-subject h2{
    font-size: 14px;
    word-spacing: -1px;
    color: #000;
    background: #f9f9f9;
    word-break: keep-all;
    line-height: 20px;
    padding: 9px 12px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.notice-subject p{
    font-size: 13px;
    color: #999;
    padding: 8px 12px;
}
.notice-subject p b{
	font-size: 12px;
	margin-right:2px
}


.notice-cont{
	padding: 20px 12px 50px;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
}
.notice-cont p{
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -1px;
    color: #444;
	word-break:keep-all
}

.notice-view .btn-wrap{
	text-align:center;
	margin-top: 20px;
}
.notice-view .btn-wrap a{
    font-size: 15px;
    letter-spacing: -1px;
    text-align: center;
    padding: 8px 0;
    display: inline-block;
    width: 100px;
    font-weight: bold;
}



/* ȸ������ */

.join .sub-tit{
    background: #3a419c;
    position: relative;
    color: #fff;
    overflow: hidden;
	border-bottom:0
}

.join-wrap{
	padding:20px 12px 50px
}
.join-wrap>ul li{
	margin-bottom:5px;
}
.join-wrap>ul li:last-child{
	margin-bottom:0
}
.join-agreement{
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 150px;
    overflow-y: scroll;
    background: #f9f9f9;
}
.join-agreement p{
	font-size:12px;
	color:#999;
	line-height:18px;
}

.join .btn-wrap{
	margin-top:30px;
}
.join .btn-wrap .btn-blue,
.join .btn-wrap .btn-bk{
	font-size: 17px;
    font-family: 'NanumSquare';
    text-align: center;
    padding: 10px 0;
}
.join .btn-wrap li{
	width:49%;
	margin-right:2%;
	display:inline-block;
}
.join .btn-wrap li:last-child{
	margin-right:0
}



/* �α��� */


.login .text-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.login .text-box::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.login .text-box:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.login .text-box:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.login{
    height: 100%;
    width: 100%;
	background:#fff;
    xbackground: url(../img/login-bg.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;

}
.login-wrap>ul li{
	margin-bottom:7px
}
.login-wrap>ul li:last-child{
	margin-bottom:0
}
.login .text-box{
	xborder: 1px solid #fff;
	border: 1px solid #333;
    padding-left: 44px;
    color: #fff;
    box-sizing: border-box;
	border-radius: 2px;

}
.login h1{
    width: 170px;
    margin: 0 auto 20px;
}
.login-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(-50%,-50%,0);
}

.login .btn-wrap{
	margin-top:20px;
}
.login .btn-wrap .btn-blue,
.login .btn-wrap .btn-bk{
	font-size: 17px;
    font-family: 'NanumSquare';
    text-align: center;
    padding: 10px 0;
}
.login .btn-wrap li{
	width:49%;
	margin-right:2%;
	display:inline-block;
}
.login .btn-wrap li:last-child{
	margin-right:0
}

.login-id{
    background: #dcdcdc url(../img/login-id.png) no-repeat 10px center;
    background-size: 24px auto;
}
.login-pw{
    background: #dcdcdc url(../img/login-pw.png) no-repeat 10px center;
    background-size: 21px auto;
}



/* ȸ������� */
.member-company, .member-company-view{
    padding: 20px 12px 70px;
}
.member-company{
min-height: 350px;
}
.edu-statu{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
}
.edu-statu dl{
    margin-bottom: 10px;
}
.edu-statu dl:last-child{
	margin-bottom:0
}

.edu-statu dt, .edu-statu dd, .edu-statu dd div, .edu-statu dd span{
    font-size: 14px;
    letter-spacing: -1px;
}
.edu-statu dt{
	font-weight:bold;
	margin-bottom: 5px;
	color: #3a419c;
	
}
.edu-statu dt:before{
	content: '';
    display: inline-block;
    background: #3a419c;
    width: 4px;
    height: 12px;
    vertical-align: -2px;
    margin-right: 5px;
}

.edu-statu dd{
	line-height: 18px;
}
.edu-statu dd span{
	display:block;
	position:relative;
}


.member-company li{
    margin-bottom: 5px;
}
.member-company li:last-child{
	margin-bottom:0
}

.member-company .accordion2{
    font-size: 14px;
    letter-spacing: -1px;
    background: #f0f1f5;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-weight: 600;
	position:relative;
	border-bottom: 1px solid #e5e5e5;
}
.member-company .accordion2:after{
    content: '';
    background: url(../img/left-arrow-off.png) no-repeat center;
    width: 16px;
    height: 11px;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 12px;
    transition: .4s;
}
.member-company .accordion2.active:after {
    content: "";
	transform: rotate(180deg);
	background: url(../img/left-arrow-on.png) no-repeat center;
	background-size: 100% auto;

}
.accordion2.active{
    background: #3a419c;
    color: #fff;
}

.member-company .edu-statu{
	background:#fff;
	border-left:0;
	border-right:0;
	display: none;
	transition: max-height 0.2s ease-out;
	border-top:0
}
.member-company .edu-statu dd{
	line-height:21px
}	
.member-company .edu-statu dl {
    margin-bottom: 15px;
}
.statu-btn{
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: sans-serif;
    position: absolute;
    right: 0;
    bottom: -2px;
    line-height: 1;
}

.edu-list{
    padding-bottom: 12px;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 12px;
}
.edu-list:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0
}

.member-sms img{
	width:25px
}
.sms-all{
    text-align: right;
    margin-bottom: 7px;
}
.sms-all a{
    font-size: 13px;
    letter-spacing: -1px;
    background: #fff;
    display: inline-block;
    padding: 7px 17px;
    line-height: 1;
    border: 1px solid #3a419c;
    color: #3a419c;
}
.sms-all img{
	width: 17px;
	margin-right: 4px;
	vertical-align:-1px
}

/* ������ */

.course-view {
	padding: 20px 12px 50px;
}
.cousrse-info{
	position:relative
}
.course-txt table{
	border-top:1px solid #555
}
.course-txt th,
.course-txt td{
	font-size:13px;
    letter-spacing: -1px;
    word-break: keep-all;
	padding:6px;
	border-bottom:1px solid #e5e5e5;
	word-break:keep-all;
	text-align:left;
}
.course-txt th{
	background:#f9f9f9;
	
}
.course-txt td{
	line-height: 18px;
}
.course-txt{
    margin-left: 110px;
    padding-left: 10px;
	min-height:140px
}
/* .course-txt li{
	position:relative;
	margin-bottom: 10px;
}
.course-txt li:last-child{
	margin-bottom:0
}

.course-txt b{
	position: absolute;
    left: 0;
    top: 0;
	color: #3a419c;
}
.course-txt span{
    margin-left: 50px;
    display: inline-block;
}
 */
.course-thumb{
    width: 110px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
}
.course-thumb img{
	max-width:100%;
	max-height:100%;
	width:100%;
	height:auto;
}
.course-thumb .course-video{
	display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: -1px;
    background: #ffffff;
    border: 1px solid #3a419c;
    height: 23px;
    line-height: 23px;
    margin-top: 5px;
    font-weight: 600;
    color: #3a419c;
}
.course-thumb .course-video:before{
    content: '\f03d';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #3a419c;
    font-size: 13px;
}
.course-detail{
	margin-top:20px;
}
.couse-detail-inner{
    padding: 10px;
}
.course-detail h3{
    font-size: 14px;
    letter-spacing: -1px;
    background: #f9f9f9;
    padding: 7px 10px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #e5e5e5;
}
.course-detail h3:before{
	content:'\f058';
	font-family:FontAwesome;
	display:inline-block;
	margin-right:7px;
	color: #3a419c;
}
.course-detail p{
    letter-spacing: -1px;
    line-height: 18px;
    word-break: keep-all;

}
.course-detail *{
	font-size: 13px;

}
.course-detail>div{
	margin-bottom:20px;
}
.course-detail>div:last-child{
	margin-bottom:0
}	

.course-detail th{
	background:#f8f7f3;
	text-align:center;
	padding:7px 0;
	border-bottom:1px solid #e4e2d6;
	border-top:1px solid #e4e2d6;
	letter-spacing:-1px;
}
.course-detail td{
	text-align:left;
	padding:7px;
	border-bottom:1px solid #e4e2d6;
	letter-spacing:-1px;
}
.course-detail td:first-child{
	text-align:center;
}
