@charset "UTF-8";
/* 영업관리 > 영업관리자 CSS */

body{background:#192048;}
#wrap {
    width: 100%;
    box-sizing: border-box;
}
.font_black{color:#000000;}
.required{position:relative;}
.required::before {
    content: '';
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    width: 5px;
    box-sizing: border-box;
    background: #e7004a;
    color: #fff;
    border-radius: 100%;
    left: 4px;
    top: 20px;
    height: 5px;
}
.input {
    padding-left: 7px;
}

/*로그인*/
.loginIdpw .loginInput input {
    width: 100%;
    height: 45px;
    border: 0px;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    padding-left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.loginIdpw .loginInput input:focus{
    border-bottom: 1px solid rgba(255,255,255,0.9);
}
.loginIdpw .loginBtn input {
     width: 100%;
    border: 0px;
    background: #feb420;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 3em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.loginIdpw .loginBtn1 input {
    width: 100%;
    border: 0px;
    background: none;
    color: #feb420;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 3em;
    border-radius: 5px;
    border: 1px solid #feb420;
}
.join_btn {
    background: #ffffff;
    line-height: 60px;
    border-radius: 8px;
    display: block;
    color: #525560;
    font-weight: normal;
    font-size: 18px;
    height: 60px;
    border: 1px solid #e1e4eb;
    box-shadow: rgb(0 0 0 / 7%) 0px 0px 5px;
}
.save_id{margin: 30px 0px 20px;color:rgba(255,255,255,0.7);}
.save_id label, .write_protect_agree .notice label, .memJoinForm .joinCheckList .policy label, .memJoinForm .joinCheckList .protect label, .memJoinForm .joinCheckList .protectUse label, .memJoinForm .joinCheckList .receiveMail label, .memJoinForm .joinCheckList .receiveSms label {
    line-height: 23px;
    padding: 6px 0px 6px 33px;
    background: url(../images/checkbox_off.png) no-repeat;
    background-size: 28px auto !important;
    background-position: 0% 50%;
}
.save_id input:checked ~ label {
    background: url(../images/checkbox_on.png) no-repeat;
    background-size: 23px auto;
    background-position: 0% 50%;
}
.save_id input {
    display: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    line-height: 2em;
    color: #848484;
    border-radius: 0;
    margin-right: 5px;
}
input::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }
input:focus {outline:none;}
.save_id a {
    float: right;
    color: unset;
    margin-top: 3px;
}


/*회원가입*/
.memJoinForm .input {
    width: 100%;
    height: 45px;
    border: 0px;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    padding-left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.memJoinForm .input:focus{
    border-bottom: 1px solid rgba(255,255,255,0.9);
}
.memJoinForm .grayLineBtn1 {
    background: none;
    color: #feb420;
    border: 1px solid #feb420;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.memJoinForm .grayLineBtn1:hover{
    color: #192048;
    background:#feb420;
}
.basic_btn_area .join_bt {
    display: block;
    color: #fff;
    background: #222222;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #222222;
}
.memJoinForm .basic_button {
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.memJoinForm .basic_button:focus{
    border: 1px solid #feb420;
}
.basic_btn_area .join_bt{
    width: 100%;
    border: 0px;
    background: #feb420;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 3em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height: 58px;
	margin: 20px 0px;
}
.memJoinForm .repetitionZone {position: relative;}
.h_area2{padding:20px 15px;}
.h_area2 h1{display:none;}
.h_area2 a{font-size:0px;background: url(../images/icon_nero2.png)no-repeat;display:block;padding-left:20px;height:25px;background-position:left;}
.h_area2 a img{width:187px;}
#wrapAdminLogin {
width: 90%;
    margin: 30px auto;
    overflow: hidden;
    display: table;
    height: 100%;
    box-sizing: border-box;
}
#wrapAdminLogin .inner{
	display:table-cell;
	vertical-align: middle;
}
#wrapAdminLogin input:focus{border-radius:0px !important;}


/*index*/
#wrapContent{margin:0px;}
.topMain {
    background: #192048;
    height: 60px;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    line-height: 60px;
}
.topMain h1 {
    height: auto;
    line-height: normal;
    margin-left:0px;
}
.topMain h1 img{width:220px;}
.top_area01{
    background: #192048;
    padding: 90px 10px 80px;
}
.top_area01 h2{
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    padding: 10px 0px;
}
.top_area01 ul {
    display: flex;
    justify-content: space-between;
    padding:25px 0px 0px 0px;
}
.top_area01 ul li{width:33.3%;margin: 0% 1%;}
.top_area01 .balloon{
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 8px 13px;
    color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* background: url(./images/icon_nero1.png)no-repeat; */
    background-position: 93% 50%;
    background-size: 12px;
    text-align: center;
    line-height: 20px;
}
.top_area01 .balloon1{
    border: 1px solid #feb420;
    border-radius: 30px;
    padding: 8px 13px;
    color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background:#feb420;
    background-position: 93% 50%;
    background-size: 12px;
    text-align: center;
    line-height: 20px;
	font-weight:bold;
}
.todayChart h2{position:relative;}
.todayChart h2::before{
    content:'';
    position: absolute;
    text-align: center;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius:50px 50px 0px 0px;
    left:0px;
    top:50px;
}
#wrapBottom {background: #f6f8fc;}
.wrapMain{background:#f6f8fc;}
.tableWrap_grayBg{padding:0px;}
.profileImg p{position:relative;font-size:0px;border-radius:50%;box-sizing:border-box;width: 50px;height: 50px;border: 1px solid #eee;}
.profileInfo{display: flex;flex-wrap: nowrap;flex-direction: row;justify-content: center;font-weight:bold;}
.profileInfo li{color:#000000;padding: 0px 20px 0px 0px;border-right: 1px solid #e5e5e5;margin-right: 20px;}
.profileInfo1{display: flex;flex-direction: column;align-items: center;line-height: 22px;text-align:center;}
.profileInfo1 .myGroup{font-weight: bold;color: #000000;font-size: 15px;margin: 30px 0px 10px;}
.sales{font-size: 22px;color: #222;font-weight: bold;letter-spacing: -0.5px;padding:7px 0px;}
.sales span{font-size:15px;padding-left:3px;}
.conWrap2 h3{
    font-size: 1.9em;
    border-bottom: 1px solid #f0f2f8;
    padding: 0px 15px 0px 15px;
    line-height: 70px;
    margin: 0px;
    color: #111b54;
    letter-spacing: -0.1em;
}
.roundBar_container{
    position:relative;
    background: #ffffff;
}
.roundBar_container::before{
    content: attr(value);
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    left: 0px;
    top: -29px;
    height: 30px;
}
.statistics_container,.sales_container div:nth-of-type(1),.sales_container div:nth-of-type(2),.student_container{
    margin-bottom:10px;
    background: #fff;
    border-bottom: 1px solid #eff2f7;
    border-top: 1px solid #eff2f7;
}
.graph_container{
    padding: 30px 15px;
}
.statistics_container .floatRight .count_container div:nth-of-type(1){width:50%;border-right: 1px solid #eff2f7;padding:40px 15px;box-sizing: border-box;}
.statistics_container .floatRight .count_container div:nth-of-type(1) div{width:100%;border-right: 0px solid #eff2f7;padding:0px;box-sizing: border-box;}
.statistics_container .floatRight .count_container div:nth-of-type(2){width:50%;border-right: 1px solid #eff2f7;padding:40px 15px;box-sizing: border-box;}
.statistics_container .floatRight .count_container div:nth-of-type(2) div{width:100%;border-right: 0px solid #eff2f7;padding:0px;box-sizing: border-box;}
.statistics_container .floatRight .count_container a{
    display:block;
    padding: 0px 0px 5px 0px;
    background: url(../images/icon_nero.png)no-repeat;
    background-position: right;
}
.tab::after{
    content: '';
    display: block;
    clear: both;
}
.statistics_container .panel{padding:0px;}
.tab{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    overflow: hidden;
}
.tab li{
    float: left;
    padding: 0px 5px 0px 0px;
}
.tab li a{
    background: #ffffff;
    padding: 10px;
    border-radius: 30px;
    color: #777777;
    font-weight: bold;
    display: block;
}
.tab li .selected{background:#feb420;color:#ffffff;}
.count_container{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #f0f2f8;
}
.count_container+.count_container{border-bottom:0px solid #f0f2f8;}
.count_container h3{padding: 10px 0px 25px;line-height: inherit;border-bottom: 0px;}
.count_container div:nth-of-type(1) h3{
    position:relative;
    padding-left:50px;
}
.count{
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
    margin: 15px 0px 6px;
}
.count span{font-size:15px;padding-left:3px;}
.count_container:nth-of-type(1) div:nth-of-type(1) h3::before{
    content: '';
    position: absolute;
    font-size: 0px;
    width: 45px;
    height: 45px;
    background: url(./images/icon_count01.png)no-repeat;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    background-position: center;
}
.count_container h4{
    position:relative;
    height:30px;
}
.icon01::before{
    content: '';
    position: absolute;
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_count01.png)no-repeat;
    border-radius: 50%;
    left: 0px;
    top: -15px;
    background-position: center;
    background-size: 100%;
}
.icon02::before{
    content: '';
    position: absolute;
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_count02.png)no-repeat;
    border-radius: 50%;
    left: 0px;
    top: -15px;
    background-position: center;
    background-size: 100%;
}
.count_container ul{padding:0px;margin:0px;}
.list_type02{
    margin: 0px;
    padding: 20px 15px;
}
.list_type02 li{
    display: flex;
    align-items: center;padding:10px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: space-between;
}
.list_type02 li div:nth-of-type(1){width:60px;}
.list_type02 li div:nth-of-type(2){width: calc(100% - 160px);}
.list_type02 li div:nth-of-type(2) strong{
    color: #111b54;
    font-size: 1.1em;
    margin-bottom: 5px;
    display: block;
}
.list_type02 li div:nth-of-type(3){width:100px;text-align: right;}
.list_type02 li:hover{background:#ebeff4;border-radius:10px;}
.list_type01{padding: 30px 15px;}
.list_type01 li{
    display: flex;
    align-items: center;
    padding: 0px 0px 5px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: space-between;
}
.list_sales1{padding:30px 15px;}
.list_sales1 li{
    display: flex;
    padding: 0px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}
.list_sales1 p+p{text-align:right;}
.btn a{
    display: block;
    background: #feb420;
    color: #ffffff;
    border-radius: 30px;
    padding: 7px;
    margin: 5px 0px;
    width: 85px;
    text-align: center;
}
.btn a+a{
    background: #e4e6ea;
    color: #9499a1;
}
.topMain .topCategory {
    float: right;
    width: 30px;
    height: 30px;
    background: url(/admin_m/images/btn_category.png) no-repeat;
    background-size: auto 22px;
    background-position: center;
}
.helpBody01 {
    display: none;
    border: 1px solid rgb(229, 229, 229);
    background: rgb(249, 249, 249);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    width: 300px;
    min-height: 180px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
}
.helpBody01 p span {
    float: right;
    font-size: 40px;
    font-weight: normal;
}
.helpBody01 div{
    margin:20px 0px;
    line-height:25px;
}
.t_right{text-align: right;}

#wrapHiddenMenu .menuBox dd,#wrapHiddenMenu .menuBox dd:last-child{
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
#wrapHiddenMenu .menuBox dt{padding: 20px 15px;background:#eaedf3;}
#wrapHiddenMenu .menuBox dt a {
    padding:0px;
    display: inline-block;
}
#wrapHiddenMenu .menuBox dt .logout{
    float: right;
    border-radius: 30px;
    border: 1px solid #333333;
    line-height: 25px;
    height: 25px;
    padding: 4px 10px;
}
#wrapHiddenMenu .menuBox dd a {
    display: block;
    padding-left: 0px;
    background: url(../images/icon_nero.png)no-repeat;
    background-position: 97%;
    color: #777777;
}
[data-sidebar] {
    width: 260px;
}


/*추천인 할인코드 공유*/
.top_area02{
    background: #192048;
    padding: 90px 15px 20px;
}
.top_area02 h2{
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    padding: 10px 0px;
}
.top_area02 ul {
    display: flex;
    justify-content: space-between;
    padding:25px 0px 0px 0px;
}
.top_area02 ul li{width:45%;}
.top_area02 ul li+li{width:53%;}
.top_area02 ul li a{
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 8px 13px;
    color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: url(./images/icon_nero1.png)no-repeat;
    background-position: 93% 50%;
    background-size: 12px;
}
.student_container{
    background: #fff;
    border-bottom: 1px solid #eff2f7;
    border-top: 1px solid #eff2f7;
}
.list_type03{
    margin: 0px;
    padding: 20px 15px;
}
.list_type03 li{
    padding:10px 0px;
    overflow:hidden;
    border-top: 1px solid #f0f2f8;
}
.list_type03 li div{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.btn1{
    display: block !important;
    background: #10c8e0;
    color: #ffffff;
    border-radius: 30px;
    padding: 7px;
    margin: 5px 0px;
    width: 40px;
    text-align: center;
}
.guideMomoWrap{padding: 20px 15px;}
.guideMomoWrap li{
    padding: 3px 0px 3px 19px;
    background: url(/admin/images/icon_exclamationMark.gif) no-repeat;
    background-position: 0px 5px !important;
    font-size: 12px;
    line-height: 19px;
}
.questionMark {
    display: inline-block;
    background: #ffffff;
    color: #00aae2;
    width: 18px;
    height: 18px;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    margin-left: 3px;
    border-radius: 10px;
    border: 1px solid #00aae2;
    box-sizing: border-box;
    font-family: verdana;
    font-weight: normal;
}
.questionMark:hover {
    box-shadow: rgb(0 0 0 / 20%) 3px 2px 5px;
    cursor: pointer;
}
.questionMark:hover {
    background: #00aae2;
    color: #ffffff;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    margin-left: 3px;
    border-radius: 10px;
    border: 1px solid #00aae2;
    box-sizing: border-box;
    font-family: verdana;
    margin-right: 10px;
}
.guideMomoWrap li ul li{
    padding: 3px 0px 3px 19px;
    background: url(../images/icon_nero.png) no-repeat;
    background-position: 2px;
    font-size: 12px;
    line-height: 19px;
    background-size:12px;
}



/*지사등록요청*/
.Sales_branchRegistration_container input::placeholder{color:#777777;}
.input,.select{
    border-radius:5px !important;
    height: 45px !important;
    margin:5px 0px;
}
.input::before{
    content: attr(value);
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #000000;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    left: 0px;
    top: -30px;
    height: 30px;
}
.textarea{
    border-radius:5px !important;
    padding: 10px 5px;
    border: 1px solid #d9dee6;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 1em;
    font-family: 'Quicksand',sans-serif,"Apple SD Gothic Neo", NanumBarunGothic, "나눔바른고딕", Malgun Gothic, "맑은 고딕", dotum;
}
.icon01,.icon02{padding-left: 45px;}
.list_type04{
    margin: 0px;
    padding: 20px 15px;
}
.list_type04 li{
    padding:10px 0px;
    overflow:hidden;
}
.largeButton {
    display: block;
    text-align: center;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #feb420;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: -1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.largeButton:hover {
    background: #f7a500;
    text-decoration: none;
}
.btnWrap2{padding: 0px 15px 50px;}
.duplicate_check{
    position: absolute;
    background: #192048;
    color: #ffffff;
    padding: 5px 8px;
    height: 35px;
    line-height: 26px;
    right: 5px;
    top: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 70px;
    text-align: center;
    font-size: 13px;
}




/*지사 등록요청*/
.upload_img_List_Wrap {
    overflow: hidden;
}
.upload_img_List li {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    line-height: 0%;
    position: relative;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    padding: 0px;
}
.upload_img_List .delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 22px;
    min-height: 22px;
    padding: 0px 8px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4) url(/plugIn/Sales_Management_system/images/icon_admin_group_pc.png);
    -webkit-background-size: 350px 350px;
    background-size: 430px 430px;
    background-position: -35px 4px;
    background-repeat: no-repeat;
    font-size: 0px;
}
.label{
    display:block;
    color:#222222;
    font-weight:bold;
    padding:5px 0px;
}



/*수강생 조회*/
.list_type05{
    margin: 0px;
    padding:15px;
}
.list_type05 li{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.upload_img_List {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.number01{font-size:24px;font-weight:bold;color:#e7004a;}
.number02{font-size:24px;font-weight:bold;color:#282e4c;}
.table_container01{overflow-x: scroll;}
.table_type01 .btn01{
    display: flex;
justify-content: center;
    padding: 0px;
flex-direction: row;
    width:150px;
}
.table_type01 .btn01 a{padding:13px 2px;}
.middleLineButton {
    display: inline-block;
    padding: 6px;
    border: 1px solid #d3d9e1;
    color: #6d6d6d;
    background: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -1px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.middleLineButton:hover {
    background: #00aae2;
    border: 1px solid #39add3;
    color: #ffffff;
    font-weight: bold;
}
.table_type01 th {
    background: #f9f9f9;
    font-weight: normal;
    text-align: center;
}
.table_type01 td{text-align:center;}
.wrapMain table a {
    display: block;
    padding: 0px;
}
.smallGrayButton1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 10px;
    min-width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    background: #192048;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: -1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.padding1 {
    padding: 15px;
}
.table_cellFirst {
    padding: 20px 10px 20px 0px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1px;
    border-bottom: 1px solid #e9edf2;
    border-top: 1px solid #e9edf2;
    border-left: 1px solid #e9edf2;
}
.table_cell1 {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 18px;
    letter-spacing: -1px;
    border-bottom: 1px solid #e9edf2;
    border-top: 1px solid #e9edf2;
    BORDER-LEFT: 0px solid #e9edf2;
}
.table_cell1End {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 18px;
    letter-spacing: -1px;
    border-bottom: 1px solid #e9edf2;
    border-top: 1px solid #e9edf2;
    BORDER-LEFT: 0px solid #e9edf2;
    border-right: 1px solid #e9edf2;
}
.statistics {
    font-size: 1.2em;
    color: #222;
    text-align: left;
    font-weight: bold;
    line-height: 1.4em;
}




/*수강생조회 > 수강생조회팝업 시작*/
.modalWindow{
    position: fixed;
    top: 0px;
    left: 0px;
    display:table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);
    z-index: 1000;
}
.modalWindow .viewBox1{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.modalWindow .viewBox1>div {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 650px;
}
.modalWindow .viewBox2 .viewCloseBtn {
    position: absolute;
    top: 5px;
    right: 15px;
}
#modalWindow ul{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
#modalWindow ul li{
    overflow: hidden;
    padding: 10px 0px;
    text-align: left;
}
#modalWindow ul li .label {
    display: inline-block;
    font-size: 15px;
    width: 100%;
    font-weight: normal;
    float: left;
    text-align: left;
    line-height:35px;
    letter-spacing:-0.5px;
}
#modalWindow ul li div {
    display: block;
    width: 100%;
    float: right;
    text-align: left;
}
#modalWindow ul li div input {
    display: inline-block;
    line-height: 2em;
    color: inherit;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 8px;
}
.checkboxWrap{
    margin:20px 0px;
    text-align:left;
    line-height:35px;
    font-size:15px;
}
.checkboxWrap label{margin-bottoom:10px;}
.btnRed{
    display: block;
    background: #FF2400;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-family: 'GongGothicB';
}
#modalWindow input[type=checkbox]:checked + label {
    background-image: url(/data/design/images/cmn/checkbox_on.png);
}
#modalWindow input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    padding-left: 32px;
    background: url(/data/design/images/cmn/checkbox_off.png) left/22px no-repeat;
    background-size: 27px;
    height: 27px;
}
#modalWindow input[type=checkbox] {
    display: none;
}
#modalWindow .notice,#modalWindow01 .notice{
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
    overflow-y: auto;
    height: 200px;
}
#modalWindow .notice p,#modalWindow01 .notice p{font-weight:bold;}
#modalWindow .notice ul,#modalWindow01 .notice ul{border:0px;}
#modalWindow .notice ul li,#modalWindow01 .notice ul li{font-size:14px;letter-spacing:-1px;}
#modalWindow .notice .iconQ,#modalWindow01 .notice .iconQ{position: relative;padding-left:28px;margin-bottom: 5px;}
#modalWindow .notice .iconQ::before,#modalWindow01 .notice .iconQ::before{
    content: "";
    height: 25px;
    width: 25px;
    background: url(/data/design/images/cmn/icon_u_group01.png);
    -webkit-background-size: 700px 700px;
    background-size: 700px 700px;
    display: block;
    background-position: -2px -339px;
    background-repeat: no-repeat;
    margin: 3px;
    position: absolute;
    left: -3px;
    top: -4px;
}
#modalWindow .notice .iconA,#modalWindow01 .notice .iconA{
    margin-left: 28px;
    display: block;
    line-height: 23px;
    margin-bottom: 10px;
}
.checkbox-wrap input[type=radio] {
    display: none;
}
.checkbox-wrap input[type=radio]:checked + .check-icon {
    background-image: url(/admin/images/radio_on.png);
}
.checkbox-wrap .check-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/admin/images/radio_off.png) left center no-repeat;
    background-size: 19px;
    vertical-align: middle;
    transition-duration: .3s;
}
.select_container li input{display:none !important;}
.select_container{
    overflow: hidden;
    line-height: 20px;
    margin: 0px 0px;
    border-top: 0px !important;
    padding-top: 0px !important;
}
.select_container li{
    float: left;
    width: 48%;
    margin:1%;
    padding:0px !important;
}
.select_container li input[type=radio]:checked + label{
    background: #757a92;
    background-position: 50% 25%;
    color: #ffffff;
}
.select_container li a,.select_container label{
    display: block;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    font-size: 15px;
    color: #666666;
    background: #f1f2f4;
    border-right: 1px solid #ededed;
    border-radius: 13px;
    height:40px;
    line-height: 40px;
}
.onChangePeriodWrap{
display: flex !important;
justify-content: space-between;
margin:20px 0px;
}
.onChangePeriodWrap .hasDatepicker {
    width: 44% !important;
    cursor: pointer;
    background: #fff url(/plugIn/Class/images/icon_date.png)no-repeat;
    background-position: 95%;
    background-size: 17px;
    border: 0px !important;
    border-bottom: 1px solid #a1c9ee !important;
}
.input_selected {
    height: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #00aae2;
    background: #d3eaf4;
    padding-bottom: 1px;
    padding-left: 5px;
    border: 1px solid #a1c9ee;
    box-sizing: border-box;
}
/*수강생조회 > 수강생조회팝업 끝*/




/*자사리스트 조회*/
.helpBody02 {
    display: none;
    border: 1px solid rgb(229, 229, 229);
    background: rgb(249, 249, 249);
    padding: 25px;
    /* margin-bottom: 10px; */
    position: absolute;
    top: 40px;
    width: 100%;
    /* right: 0px; 
    height: 120px;*/
    left: 0px;
    box-sizing: border-box;
    border-radius:5px;
}
.helpBody02 p span {
    float: right;
    font-size: 40px;
    font-weight: normal;
}
.myInfo_container{padding:15px;}
.myInfo_container p,.myInfo_container ul li{padding:0px 0px 5px;}


/*지사리스트 조회*/
    .btnWrap{padding:0px 0px 50px 0px;}


.topMain h1 .logo-container {
    display: flex; /* 로고와 텍스트를 가로로 배치 */
    align-items: center; /* 로고와 텍스트를 세로 중앙 정렬 */
}

.topMain h1 .logo {
    width: 50px; /* 로고 이미지 너비 조정 */
    height: auto; /* 로고 이미지 높이 자동 조정 */
    margin-right: 20px; /* 로고와 텍스트 사이 간격 조정 */
}
.topMain h1 .text {
    font-size: 16px; /* 텍스트 크기 조정 */
    font-weight: bold; /* 텍스트 굵게 표시 */
    color: #fff; /* 텍스트 색상 조정 */
}