.nn-btn {
    padding: 0;
    margin:0;
    border:0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: transparent;
}

.nn-btn.nn-btn-xs {
    font-size:12px;
    height:24px;
    line-height:22px;

}

.nn-btn.nn-btn-sm {
    font-size: 13px;
    width: 82px;
    height: 34px;
    text-align: center;
    font-weight:700;
    border-radius: 2px;
    line-height:32px;
}

.nn-btn.nn-btn-xxxs {
    font-size: 12px;
    padding:4px 8px !important;
    display: inline-block;
    line-height:12px !important;
}

.nn-btn.nn-btn-lg {
    width: 134px;
    height: 47px;
    display: inline-block;
    margin: 20px 4px;
    line-height:45px;
    text-align: center;
}


.nn-btn.nn-btn-xl {
    width: 180px;
    height: 45px;
    display: inline-block;
    line-height:43px;
    text-align: center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size:14px;
}

.nn-btn.nn-btn-xl.nn-btn-compact {
    width: auto;
    padding:0 32px;
    height:42px;
    line-height:40px;
    margin:20px 2px;
}
.nn-btn.nn-btn-lg.nn-btn-twoline {
    line-height: 1.25;
    padding-top: 6px;
    vertical-align: top;
}

.nn-btn.nn-btn-outline,
.nn-btn.nn-btn-outline-2 {
    border:1px solid #ccc;
    color: #969696;
    background: #fff;
    padding: 0 5px;
}

.nn-btn.nn-btn-outline:hover {
    color: #2385ff;
    border-color: #2385ff;
}


.nn-btn.nn-btn-outline-2:hover {
    color: #4782ca;
    border-color: #4782ca;
}


.nn-btn-outline.nn-btn-outline-blue {
    color: #2385ff;
    border-color: #2385ff;
}

.nn-btn-outline.nn-btn-outline-blue-2 {
    color: #4782ca;
    border-color: #4782ca;
}


.nn-btn.nn-btn-positive {
    background: #4782ca;
    color: #fff;
    border:1px solid #2266b8;
}

.nn-btn.nn-btn-negative {
    background: #889099;
    color: #fff;
    border:1px solid #78828b;
}

.nn-btn.nn-btn-netural {
    background: #78b74c;
    color: #fff;
    border:1px solid #659f3d;
}


@keyframes btnAnimation {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}


 
.nn-btn.nn-btn-contents-download {
    background: #ff7800; 
    border:1px solid #f47300; 
    color:#fff; 
    animation: btnAnimation 0.3s infinite alternate;
}

.nn-btn.nn-btn-aside-input {

    margin-left:15px;
    padding:0 20px;
    height:32px;
    line-height: 30px;
    font-size: 13px;

}

.nn-btn.nn-btn-green {
    border: 1px solid #659f3d;
    background: #78b74c;
    color: #fff;
}



/* 
	누리놀이웹 메인화면 - 로그인영역
	201908 판촉프로모션이벤트 토스트팝업 
	<span class='toast_coupon'>정회원 결제 할인쿠폰 <b>5,000원</b></span>
*/

.nn-account-meta  .toast_coupon{ 
	position: absolute;
	background-image: url('/new/img/enrollment/toast-popupbg-orange.png');
	background-repeat: no-repeat; 
	top: -42px;
    right: -27px;
    width: 168px;
    height: 41px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    letter-spacing: -0.6px;
    z-index: 1500;
}
.nn-account-meta  .toast_coupon  b { 
	color: #fff600;
}