@charset "utf-8";

button{font-family: 'NotoSansKR';}
button:disabled{border-color:#ddd; background:#f9f9f9; color:#bbb; cursor:default;}
.btnType{outline: none; cursor: pointer; transition:all 0.3s ease; display: inline-block !important;}
.btnType.disabled{border-color:#ddd; background:#f9f9f9; color:#bbb; cursor:default;}
.btnSize56{font-size:16px !important; height:56px;}
.btnSize48{font-size:14px !important; height:48px;}
.btnSize44{font-size:14px !important; height:44px;}
.btnSize36{font-size:13px !important; height:36px;}
.btnSize30{font-size:12px !important; height:30px;}
.btnSize22{font-size:12px !important; height:22px;}
.btnColorP{color:#f6f6f6;border:1px solid #1E1671; background:#1E1671; border-radius: 3px;}
.btnColorP2{width:150px; font-weight: 500 !important; color:#f6f6f6;border:1px solid #1E1671; background:#1E1671; border-radius: 3px;}
.btnColorP3{cursor: pointer; padding:0 10px; color:#fff; border:1px solid #1E1671; background:#1E1671; border-radius: 3px;}
.btnColorG{padding:0 20px; color:#333; border:1px solid #ddd; background:#ddd; border-radius: 3px;}
.btnColorG2{width:150px; font-weight: 500 !important; color:#333;border:1px solid #ddd; background:#ddd; border-radius: 3px;}
.btnColorG3{width: 110px; font-weight: 500 !important; color:#333; border-radius: 3px; background:#ddd; border: solid 1px #ddd;}
.btnColorG4{padding:0 8px; font-weight: 500 !important; border-radius: 3px; background: #f6f6f6; color:#666; border: solid 1px #f6f6f6;}
.btnColorG5{padding:0 14px; color:#333; border:1px solid #ddd; background:#ddd; border-radius: 3px;}
.btnColorG6{width:92px; color:#fff; border:1px solid #666; background:#666; border-radius: 3px;}
.btnColorG7{width:65px; font-weight: 500 !important; border-radius: 3px; background: rgba(51, 51, 51, 0.08); color:#666; border: solid 1px rgba(51, 51, 51, 0.08);}
.btnColorG8{width:110px; font-weight: 500 !important; border-radius: 3px; background: rgba(51, 51, 51, 0.08); color:#666; border: solid 1px rgba(51, 51, 51, 0.08);}
.btnColorR{width:65px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(240, 63, 64, 0.08); border: solid 1px rgba(240, 63, 64, 0.08);}
.btnColorR2{width:110px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(240, 63, 64, 0.08); border: solid 1px rgba(240, 63, 64, 0.08);}
.btnColorB{width:65px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(37, 124, 216, 0.08); border: solid 1px rgba(37, 124, 216, 0.08);}
.btnColorB2{width:110px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(37, 124, 216, 0.08); border: solid 1px rgba(37, 124, 216, 0.08);}
.btnColorOrg{width:65px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(248, 168, 40, 0.08); border: solid 1px rgba(248, 168, 40, 0.08);}
.btnColorExcel{width:110px; font-weight: 500 !important; border-radius: 3px; background-color:rgba(0, 176, 80, 0.08); border: solid 1px rgba(0, 176, 80, 0.08);}
.btnLineP{width:150px; font-weight: 500; color: #1E1671; border-radius: 3px; background:#fff; border: 1px solid #1E1671;}
.btnLineP2{width:120px; font-weight: 500; color: #1E1671; border-radius: 3px; background:#fff; border: 1px solid #1E1671;}
.btnLineG{cursor: pointer; padding:0 10px; font-weight: 500; border-radius: 3px; background:#fff; border: 1px solid #ddd; color: #333 !important;}
.btnLineG2{min-width: 80px; padding:0 10px; font-weight: 500; color:#333; border-radius: 3px; background:#fff; border: 1px solid #ddd;}
.btnLineG3{width: 150px; font-weight: 500; color:#333; border-radius: 3px; background:#fff; border: 1px solid #ddd;}
.btnLineG4{width: 150px; font-weight: 500; color:#333; border-radius: 3px; background:transparent; border: solid 1px #e3e3e3;}
.btnLineG5{width: 110px; font-weight: 500; color:#333; border-radius: 3px; background:transparent; border: solid 1px #ddd;}
.btnLineG6{cursor: pointer; padding:0 15px; font-weight: 500; border-radius: 3px; background:#fff; border: 1px solid #ddd; color: #333;}
.btnLineG7{cursor: pointer; padding:0 10px; border-radius: 3px; background:#fff; border: 1px solid #ddd; color: #666;}

button.txtP{color:#cba3e9;}
button.txtOrg{color:#e8a828;}
button.txtRed{color:#f03f40;}
button.txtBlue{color:#257cd8;}
button.txtExcel{color:#00B050;}

.errorBox{width:100%; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.errorBox h1{margin-top: 20px; font-size: 28px; font-weight: 500; color: #666;}
.errorBox p{margin-top: 20px; font-size: 16px; color: #b5b5b5;}

.btnColorP2 {
    width: 150px;
    font-weight: 500 !important;
    color: #f6f6f6;
    border: 1px solid #1E1671;
    background: #1E1671;
    border-radius: 3px;
}

@media (max-width: 480px) {
    .wrapper{width: 100vw; min-width: auto;}
}

