/*popup */
#popupLayer {
    display: none;
}

#popupLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 720;
}

._pop_area {
    display: none;
}
/* ._pop_area {position:absolute;background:#fff; width:400px; min-height:189px; font-size:0.85em;top:50%;left:50%;margin-left:-200px;margin-top:-95px;box-shadow:2px 4px 8px rgba(0, 0, 0, 0.3);} */
._pop_area {
    position: absolute;
    background: #fff;
    min-height: 200px;
    font-size: 1em;
    top: 40%;
    left: 50%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

._pop_header_area {
    overflow: hidden;
    width: 100%;
}

._pop_tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 20px;
    float: left;
}

._pop_msg_area {
    min-height: 60px;
    line-height: 1.4em
}

._pop_msg_area ul {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}
/*._pop_btn_area button {font-size:1.5em; background:#e6e6e6 url('../../images/popup/btn_v_line.gif') 0 0 repeat-y;text-shadow:1px 1px 1px #fff; }*/
._pop_btn_area button:hover {
    background: #50a3f1;
    color: #fff;
    text-shadow: none
}

.btn-close {
    float: right;
    padding: 10px 20px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-color: transparent;
}

.btn-close:hover {
    opacity: 0.6;
}

#modalLayer {
    display: none;
}

#modalLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 710;
}

.modal-wrapper {
    display: none;
}

.modal-frame {
    position:absolute;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    margin:0 !important;
}

.dialog-box, .modal-wrapper{
    position:relative;
    background: #fff;
    min-height: 200px;
    font-size: 1em;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.modal-header {
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.modal-header .modal-header-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 20px;
    float: left;
}

._modal_cont {
    padding: 10px;
}

.modal-close-wrap, .pop-close-wrap {
    float: right;
    padding: 10px 20px;
}

.modal-close {
    width: 24px;
    height: 24px;
    padding: 4px;
    background-color: transparent;
}

.modal-contnt, .modal-contents {
    padding: 0px;
}
.modal-contnt, .modal-contents .subtitle{
    font-weight: 600;
    color: #333366;
}
.modal-contnt .table-count-wrap{
    display:inline-block;
    width:120px;
}
.modal-contnt .table-count-wrap{
    padding: 20px 0 10px;
    margin: 0;
    font-size: 14px;

}

.modal-contnt .table-count-wrap .total-count{
    color: #e6097f;
}
.modal-wrapper .modal-contnt table td{
    height:30px;
    line-height:30px;
}
.modal-contnt ul {
    margin-top:10px;
    width: 100%;
    position: relative;
    font-size:14px;
    color:#333;
}
.modal-contnt .selected-count{
    color: #e6097f;
}

.modal-contnt ul li label {
    width: 36%;
    height: 100%;
    padding-right: 10px;
    display: inline-block;
}

.modal-contnt ul li span {
    width: 62%;
    height: 100%;
    display: inline-block;
}

.modal-contnt ul li input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
}

.modal-contnt .btn-wrap {
    width: 100%;
}

.modal-contnt .btn-wrap ._btn {
    min-width:80px;
    height: 40px;
    line-height:40px;
}

.btn-wrap, .modal-footer {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#notify, #conform{
    min-width:400px;
}

._pop_header_area {
    overflow: hidden;
    width: 100%;
    height: 50px;
}

._pop_header_area ._pop_tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 20px;
    float: left;
}

._pop_btn_area {
    padding: 0 30px;
    height: 50px;
    margin-bottom: 30px;
}

/* notify */
#id .popup-header {

}

/* progress */
#progressLayer {
    display: none;
}

#progressLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 730;
}

._progress_area {
    position: absolute;
    background: #fff;
    width: 400px;
    min-height: 50px;
    font-size: 1em;
    top: 50%;
    left: 50%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

._progress {
    overflow: hidden;
    width: 100%;
    height: 16px;
    background: #606060;
}

._progress ._bar {
    height: 16px;
    margin-bottom: 5px;
    border: 1px solid #b8b8b8;
    border-width: 0 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

._progressWork {
    width: 90%;
    float: left;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

._percent {
    float: right;
    width: 10%;
    height: 15px;
    font-size: 1em;
    line-height: 15px;
    color: #FFFFFF;
    display: inline-block;
    text-align: right;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

._percent p {
    padding: 0 5px;
}

._progress.uploading ._bar {
    background: url(../../images/common/bg_progress.gif) 0 -50px repeat-x;
    border-right: 1px solid #b3d951;
}

._progress.success ._bar {
    background: url(../../images/common/bg_progress.gif) 0 -100px repeat-x;
    border-right: 1px solid #6bc8e9;
}

._progress.error ._bar {
    background: url(../../images/common/bg_progress.gif) 0 -150px repeat-x;
    border-right: 1px solid #b9b9b9;
}

.total {
    overflow: hidden;
    margin-bottom: 20px;
}

.total li {
    float: left;
    display: inline-block;
    padding: 5px 12px;
}

.total strong {
    color: #1176d4;
}

/* ._pop_area { */
/* z-index:100; */
/* position:absolute; */
/* top:50%;  */
/* left:50%; */
/* margin-left:-390px;
-moz-border-radius:5px; */
/* border-radius:5px; */
/* width:780px; */
/* background:#fff; */
/* box-shadow:2px 4px 8px rgba(0, 0, 0, 0.3); */

/* } */
.pad10_l {
    padding-left: 10px;
}

.pad20_l {
    padding-left: 20px;
}

.pad20_b {
    padding-bottom: 20px;
}

.pad10_t {
    padding-top: 10px;
}

.pad10 {
    padding: 10px;
}

.sub {
    margin-top: 10px;
    margin-bottom: 20px;
}

.pre {
    margin-top: 10px;
}

._modal_area {
    position: absolute;
    background: #fff;
    min-height: 200px;
    font-size: 1em;
    top: 40%;
    left: 50%;
    box-shadow: 2px 4px 8px rgb(0 0 0/ 30%);
}


/************************************************/
/*		占싯억옙 占쏙옙占쏙옙占쏙옙               */
/************************************************/
#popSchMasterUser{
    height:680px;
}
#popSchMasterUser .modal-contnt{
    height: 620px;
    overflow-y: auto;
}

#popSchSubUser{
    height: 680px;
}
#popSchSubUser .modal-contnt{
    height: 650px;
    /*overflow-y: auto;*/
}
#subPreviewDiv .select-user{
    height:462px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fcfcfcef;
}


/************************************************/
/*		fixed-table             */
/************************************************/
.fixed-table-container { /*占쏙옙占싱븝옙 占쏙옙占쏙옙 container width占쏙옙 height占쏙옙 占쏙옙占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙歐占� 占쏙옙占쏙옙 html占쌤울옙占쏙옙 占쏙옙占쏙옙 */
    /*width: 800px;height: 200px;*/
    position: relative;
    padding-top: 50px; /* header-bg height占쏙옙 */
}
.fixed-table-header-bg { /*占쏙옙占�(타占쏙옙틀 占쏙옙占쏙옙)*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;
    text-align:center;
    color:#666;
    background:#fff;
    height: 50px; /* header-bg height占쏙옙 */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*border-bottom: 1px solid #000;*/
}
.fixed-table-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    border-bottom: 1px solid #ccc;
}
table.fixed-table {
    width: 100%;
    border-collapse: collapse;
}
table.fixed-table td {
    border-bottom: 1px solid #DDD;
    height:30px; padding:3px 10px 2px;
    text-align:center;
    color:#666;
}
table.fixed-table td + td {
    border-left: 1px solid #DDD;
}
table.fixed-table th {
    padding: 0px; /* reset */
}
table.fixed-table .th-text {
    position: absolute;
    top: 0;
    width: inherit;
    height:50px;
    line-height: 50px; /* header-bg height占쏙옙 */
    border-left:1px solid;
    border-color:#3b3f2c #c4c4c4;
    font-size:14px;
    font-weight:600;
    text-align: center;
}
table.fixed-table th:first-child .th-text {
    border-left: none;
}
table.fixed-table tbody tr:last-child td{border-bottom:1px solid #3b3f2c;}
table.fixed-table tbody tr:nth-child(even) {background: #f6f6f6;}



/************************************************/
/*		table						        */
/*********************************************** */
.table-wrap{
    width:100%;
    height:462px;
    border-bottom: 1px solid #000;
}

.callee-container{
    height:560px;
}
.callee-container:after{
    content: "";
    clear: both;
    float:none;
}
.callee-container  .select-user-wrap{
    float:right;
    width:30%;
    height:100%;
}

.select-user-wrap .select-count{
    height:44px;
    padding-top:10px;
}
.btn-select-user{
    position: relative;
    float:left;
    height:100%;
    width:10%;
    text-align:center;
}

.callee-container #btnChkSubSel{
    height: 36px;
    width:36px;
    border-radius:50%;
    color:#fff;
    font-weight:bold;
    background-color:#333366;
    line-height: 36px;
    position: absolute;
    top: 40%;
    left:calc(50% - 18px);
}

/************************************************/
/*		authentication						    */
/************************************************/
.auth-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 10%;
}


.auth-frame {
    width: 500px;
    height: 470px; background-color : #fff;
    border: 1px solid #ccc;
    padding: 40px 60px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.auth-frame #modulTitle {
    height: 70px;
    padding-bottom: 30px;
}

.auth-frame .guide-text {
    display: block;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.auth-frame .guide-text .em {
    color: #e6097f;
}

.auth-frame .auth-form li {
    height: 50px;
    margin-bottom: 10px;
}

.auth-frame .auth-form .check-selector {
    height: 30px;
    text-align:center;
}
.auth-frame .auth-form .check-selector span, .auth-frame .auth-form .timer span{
    width:auto;
}

.auth-frame .auth-form .timer{
    padding-top:10px;
    text-align:center;
    display: block;
}
.auth-frame .auth-form .check-selector .radio-group {
    margin-left: 20px;
}

.auth-frame .auth-form .phone-num, .auth-wrap .auth-form input[type='number']{
    display: inline-block;
    border: solid 1px #cbcbe5;
    height: 100%;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 4px;
    text-align:left;
}

.auth-frame .auth-form .phone-num {
    width: calc(100% - 126px);
    font-size: 16px;
    flaot:left;
}

.auth-frame .auth-form input[type='number'] {
    width: 100%;
    height:100%;
    font-size: 16px;
    border: solid 1px #cbcbe5;
    border-radius:4px;
}

.auth-frame .auth-form .phone-num+button {
    display: inline-block;
    width: 120px;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    background-color: #666;
    padding: 0 16px;
    float: right;
    margin-left: 15px;
}

.auth-frame .auth-form .btn-wrap {
    height: 60px;
    margin-top: 40px;
}

.btn-wrap.row2  button {
    width: calc(50% - 3px);
    height: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.btn-wrap.row2 button:nth-child(2) {
    float: right;
}

.admin-id-fild  input[type="text"]{
    width:80%;
}

.admin-id-fild  #btn_checkAdminId{
    height:30px;
    vertical-align: middle;
    line-height: 30px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

/************************************************/
/*		company-info          					*/
/************************************************/
#company-info{
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 600px;
    min-height: 700px;
    display: flex;
    justify-content: center;
    justify-content: center;
    padding-top: 10%;
}

.company-info-frame {
    width: 600px;
    height: 640px;
    background-color : #fff;
    border: 1px solid #ccc;
    padding: 40px 60px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#company-info .guide-text {
    display: block;
    font-size:14px;
    line-height: 24px;
    margin-bottom: 40px;
}
#company-info ._wfTitle{
    color:#333366;
}

#company-info .admin-id-fild  input[type="text"]{
    width:72%;
}
#company-info .admin-id-fild a{
    float:right;
    margin-top:5px;
}
#company-info .btn-wrap{
    height:40px;
}
#company-info .btn-wrap li{
    width:150px;
    height:40px;
    line-height:40px;
}

/************************************************/
/*		 button	                                */
/************************************************/

.bbs-btn-wrap .btn-default, .bbs-btn-wrap .btn-primary {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    line-height: inherit;
}

.btn-default {
    display:inline-block;
    min-width: 80px;
    height: 100%;
    color: #fff;
    background-color: #999;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
    line-height: inherit;
}

.btn-accent {
    display:inline-block;
    min-width: 80px;
    height: 100%;
    color: #fff;
    background-color: #e6097f;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 10px;
    line-height: inherit;
}

.btn-accent:hover {
    background-color: #d40473;
}