
/*----------------- Login --------------------*/
/*.ax-body.login {*/
/*    background: url(../images/erp/login_bg.png) center center !important;*/
/*}*/
.login_wrap .login_top_logo{
    position: absolute;top: 20px;left: 20px;width: 160px;height: 20px;background: url(../images/inzi/login-top-logo.svg) no-repeat center !important;}
.login_wrap .login h2 {background: url(../images/inzi/logInLogo.svg) no-repeat center !important;}

/*------------------ Nain ------------------*/
#ax-frame-root.show-aside .ax-frame-aside .toggle_nav .logo a {
    background: url(../images/inzi/top_logo_w.svg) no-repeat center 18px;
    background-size: 80%;
}
#ax-frame-root .ax-frame-aside .toggle_nav .logo a {
    display: block;
    width: 80px;
    height: 54px;
    background: url(../images/inzi/top_logo_s_w.svg) no-repeat center 10px;
    background-size: 75%;
}

/*--------- PDA CSS 영역 : S---------- */
.login_wrap.mobile{
    width: 100%;
    height: 100%;
}
.login_wrap.mobile .panel.login{
    position: relative;
    width: 100% !important;
    height: 100vh;
    margin: 0;
    padding: 2rem;
    top: inherit;
    left: inherit;
    border: 0;
    box-shadow: none;
    border-radius: 0 !important;
}
.login_wrap.mobile .login-panel{
    width: 100%;
}
.login_wrap.mobile .login-panel .title-area > h3{
    margin-top: 4rem; margin-bottom: 2rem;
}
.login_wrap.mobile .login_body{
    width: 100%;
}
.login_wrap.mobile .login_body .login_id{
    /*background: none;*/
    background: rgba(255, 255, 255, .9);
}
.login_wrap.mobile .login_body .login_pw{
    /*background: none;*/
    background: rgba(255, 255, 255, .9);
}
.login_wrap.mobile .btn_login{
    width: 100%;
}
.login_wrap.mobile .btn_login.out_line{
    background: #ffffff !important;
    /*background: #001746!important;*/
}
.login_wrap .capyright{
    margin-top: 20px !important;
}
.login_wrap .login_body{
    margin: 10px auto !important;
}
#scMesPop{
    margin-bottom: 4px !important;
}
.m_header_wrap{z-index:20;position:fixed;top:0;left:0;width:100%;height:5.5rem}
.m_header_wrap .m_header{
    height:5.5rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background-color:#F9AA39
}
.m_header_wrap .m_header.bk{
    padding: 0 1.5rem;
    background-color: #021639;
}
.m_header_wrap .m_header.bk .top_left_menu{display: flex; align-items: center;}
.m_header_wrap .m_header.bk .top_left_menu h1{
    display:inline-block;
    width:10rem;
    height:3.9rem;
    font-size:0;
    background-image:url("../../assets/images/inzi/top-logo-w.svg");
    background-repeat:no-repeat;
    background-size:70%
}
.m_header_wrap .m_header.bk .top_right_menu{}
.m_header_wrap .m_header.bk .top_right_menu li{font-size: 1rem;padding: 0; margin: 0; margin-right: .6rem;}
.m_header_wrap .m_header.bk .top_right_menu li.gms-user-box span{position: relative;}
.m_header_wrap .m_header.bk .top_right_menu li.gms-user-box span:before{content:"";width:16px;height:16px;position:absolute;top:0;left:-19px;background-image:url("../../assets/images/pda/ico_top_user.svg");background-repeat:no-repeat}
.m_header_wrap .m_header.bk .top_right_menu li:last-child{margin-right: 0px;}
.m_header_wrap .m_header.bk .top_right_menu li>a.btn{display:inline-block;height:2.5rem;border:.1rem solid #fff;font-size:1rem;line-height:16px;box-sizing:border-box;border-radius:.3rem}

.m_header_wrap .m_header.center{justify-content: space-between;}
.m_header_wrap .m_header h1{width:100%;color:#fff;font-size:1.7rem;line-height:1.7rem}

.m_header_wrap .header_inner:first-of-type {text-align: left;}
.m_header_wrap .header_inner .nav_btn{width: 4.5rem; height: 4.5rem; font-size: 0; background-size: cover;}

.m_header_wrap .m_header .top_right_menu{color: rgba(255, 255, 255, 1);}
.m_header_wrap .m_header .top_right_menu li {}
.m_header_wrap .m_header .top_right_menu li:first-child:before {display: none;}
.m_header_wrap .m_header .top_right_menu li a{color: rgba(255, 255, 255, 1);}
.top_search_box {
    /*margin-top: 5.5rem;*/
    padding: 1rem;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 12px;
}
.mt0{
    margin-top: 0;
}
.top_search_box .form{
    display: flex;
    flex-flow: column;
    gap: 1rem;
}
.top_search_box .form_row{
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.top_search_box .form_row button{
    width: 100%;
}
.top_search_box .form_row input{
    width: 100%;
}
.top_search_box .form_row.one input{
    width: 70%;
}
.top_search_box .form_row.one button{
    width: 30%;
}
.top_search_box .form_row.two input{
    width: 60%;
}
.top_search_box .form_row.two button{
    width: 15%;
}
.top_search_box .form_row.two > .btn_group{
    display: flex;
    width: 40%;
}
.top_search_box .form_row.two > .btn_group .btn{
    flex: 1;
}
.top_search_box .btn{
    overflow: hidden;
    padding: 0 4px;
    height: 3.2rem;
    word-break: break-all;
    text-overflow: ellipsis;
}

.m_content_wrap {padding: 5.5rem 0 5rem;height: 100vh;overflow-y: auto;background: #E7EBEE;}
.m_content_wrap.bg2{background: #ffffff;}
.m_content_wrap.m_pop_con_wrap{padding: 0 0 5.5rem 0;}
.m_content_wrap.main{
    padding: 5.5rem 0 0;
    background: #021639;
}
.m_content_wrap.main .m_main_container{overflow: scroll;background: transparent;}
.m_content_wrap.footer_info {padding: 5.5rem 0 9rem;}
.s_content_wrap {
    padding: 2rem 2rem 6rem 2rem;
    height: calc(100vh);
    overflow-y: auto;
    background: #DFEBF4;
}
.g_content_wrap {
    padding: 1rem 1rem 1rem 1rem;
    /*height: fit-content;*/
    /*overflow-y: auto;*/
    background: #EEF1F2;
}

/* tab */
.m_tabs_wrap{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box}
.m_tabs_wrap:after{content:"";display:block;position:absolute;left: 0;bottom:1px;width:100%;height:.1rem;background-color:#ccc}

.tabs{display:flex;overflow:hidden;margin-bottom:0;/*padding:0 1.5rem;*/box-sizing:border-box}
.m_tabs_wrap{
    padding: 0 1.5rem;
}
.m_tabs_wrap .tabs>li{
    display:flex;align-items:center;justify-content:center;flex:1;margin:0;border:0;
    min-width: inherit;
    height:5.1rem;border-radius:0;
    color:#999;
    font-size:1.2rem;
    box-sizing:border-box;
    transition:0s
}
.m_tabs_wrap .tabs.w3>li{
    width: 33.333333333%;
}
.m_tabs_wrap .tabs li.active{
    color:#021639;
    font-weight:900;
    border:0;
    border-bottom: 3px solid #021639 !important;
    box-sizing:border-box;
    z-index:3
}
.m_content_wrap .tab_container{/*padding:1.5rem 0;*/height:auto}
.m_content_wrap .tab_content{display: none;}
.m_content_wrap .tab_content.active{display: inherit;}
.m_content_wrap .tb_con{padding: 0 1.5rem;}
.m_content_wrap .user_con{padding: 0 1.5rem;}
.m_content_wrap .user_list_box{position: relative;}
.m_content_wrap .user_list_box .check_st01{position:absolute;top:1.5rem;right:1.5rem;display:inline-block;vertical-align:middle;width:1.7rem;height:1.7rem;z-index:3}
.m_content_wrap .user_list_box .check_st01 input[type="checkbox"]{margin: 0; width: 1.7rem; height: 1.7rem;}
.m_content_wrap .user_list_box .check_st01 input[type="checkbox"]:checked:before{width: 1.7rem; height: 1.7rem;background: url(../images/pda/ico_checked.svg);}

.m_content_wrap .user_list_con{display:flex;position:relative;margin-bottom:1rem;border:1px solid #cdd2d3;background-color:#fff;box-sizing:border-box}

.m_content_wrap .user_list_con:active{background-color:#eff8ff;border:1px solid #186cb6}
.m_content_wrap .tab_container .user_list_con:active{background-color:#eff8ff;border:1px solid #186cb6}

.m_content_wrap .user_list_con>ul{width:100%;display:flex;flex-flow:row wrap;padding:1.5rem;margin:0}
.m_content_wrap .user_list_con>ul>li{width:100%;display:flex;margin-bottom:1rem;color:#222;font-size:1.2rem}
.m_content_wrap .user_list_con > ul > li.w2{width: 50%;}
.m_content_wrap .user_list_con > ul > li:last-child{margin-bottom: 0;}
.m_content_wrap .user_list_con>ul>li .tit{width:9rem;overflow:hidden;color:#444;font-weight:400;text-overflow:ellipsis;word-break:keep-all;display:inline-block}
.m_content_wrap .user_list_con>ul>li .txt{width:calc(100% - 9rem);overflow:hidden;color:#222;font-weight:500;text-overflow:ellipsis;word-break:keep-all;display:inline-block}
.m_content_wrap .user_list_con.write{}
.m_content_wrap .user_list_con.write > ul > li{height: 3.2rem;}
.m_content_wrap .user_list_con.write > ul > li.w2{width: 50%;}
.m_content_wrap .user_list_con.write > ul > li:last-child{margin-bottom: 0;}
.m_content_wrap .user_list_con.write>ul>li .tit{display:flex;align-items:center;justify-content:center;width:9rem}
.m_content_wrap .user_list_con.write>ul>li .tit>span{display:inline-block;width:100%;color:#444;font-size:1.2rem;font-weight:400;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;overflow:hidden}
.m_content_wrap .user_list_con.write>ul>li .txt{display:flex;align-items:center;justify-content:center;width:calc(100% - 9rem)}
.m_content_wrap .user_list_con.write>ul>li .txt>span{display:inline-block;width:100%;color:#222;font-size:1.2rem;font-weight:500;text-overflow:ellipsis;word-break:keep-all;line-height:140%;letter-spacing:-.0375em;white-space:nowrap;overflow:hidden}
.m_content_wrap .user_list_con.write > ul > li .txt.btn_wrap .btn{color: #fff; border: 1px solid #969CA4; background-color: #A5ACB6; box-sizing: border-box;}
.m_content_wrap .user_list_con.write > ul > li .txt.radio_wrap{display: flex; justify-content: flex-start; gap:1rem;}
.m_content_wrap .user_list_con.write > ul > li .txt.radio_wrap .k-radio-label{font-size: 1.2rem !important; color: #222; font-weight: 600;}
.m_content_wrap .tdClick:active{background-color:#eff8ff;/*border:1px solid #186cb6*/}
.m_main_container{
    overflow: hidden;
    padding: 1.5rem;
    height: 100%;
    box-sizing: border-box;
    background: #DFEBF4;
}
/*.m_content_wrap .k-grid td{
	text-align: right;
	direction: rtl;
}*/
.m_content_wrap .n-table tbody tr th{
    font-size: 1.1rem; word-break: keep-all;
}
.m_content_wrap .n-table .form-control{
    height: inherit;
}
.m_content_wrap .n-table .form-control .k-input{
    height: inherit;
}
.m_content_wrap .n-table .k-dropdown-wrap{
    line-height: inherit;
}


.main_sec01{
    padding: 1.5rem;
}
.main_sec01 .main_conBox {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: wrap;
    gap: 0.1rem;
    padding: .1rem;
    background-color: rgba(255, 255, 255, .5);
}
.main_sec01 .main_conBox.w2{
    display: flex; gap:.1rem;
}
.main_sec01 .main_conBox a.w2{
    width: calc(50% - 0.05rem);
}
.main_sec01 .main_conBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 13.6rem;
    text-decoration: none;
    background-color: #021639;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}
.main_sec01 .main_conBox a:active{
    background-color: #354561;
}
.main_sec01 .main_conBox a > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.main_conBox span {
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
}
.main_conBox span.ic_delivery {
    background: url(../../assets/images/mes/ic_delivery.svg) no-repeat;
    background-size: 100% auto;
}
.main_conBox h4 {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: .6rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    word-break: keep-all;
}

.m_footer_wrap{
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    color: #000;
    font-size: 1rem;
    font-family: "noto_m";
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.m_footer_wrap.info .infoBox{
    height: 4rem;
    background: #2B2B2B;
}
.m_footer_wrap.info .infoBox .txt{
    color: #fff;
}
.m_footer_wrap.info .infoBox .txt > em{
    font-style: normal;
}
.m_footer_wrap.info .infoBox > .checkBox_wrap{}
.m_footer_wrap.info .infoBox > .checkBox_wrap .k-checkbox-label{
    color: #fff !important;
}
.m_footer_wrap .footer_btn_wrap{
    display: flex; gap: 1px;
    height: 100%;
    background: #444444;
}
.m_footer_wrap .footer_btn_wrap > .btn{
    flex: 1;
    border: 0;
    border-radius: 0 !important;
    background: #021639
}
.m_footer_wrap .footer_btn_wrap > .btn > .txt{
    color: #ffffff;
    font-weight: 700;
}

.m_footer_wrap .m_footer{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #001746;
}
.m_footer_wrap .btn{
    border-radius: 0;
}
.m_footer_wrap .btn.gray{
    color: #fff !important;
    background-color: #747478; border-color: #747478 !important; box-sizing: border-box;
}
.m_footer_wrap .btn.green{
    color: #fff !important;
    background-color: #8FC854; border-color: #8FC854 !important; box-sizing: border-box;
}
.footer_btn {
    width: 5rem;
    height: 5rem;
    background-position: 50% 18% !important;
    background-size: 2.4rem;
}
.footer_btn > .txt {
    position: absolute;
    display: inline-block;
    left: -2rem;
    bottom: 1.0rem;
    width: 90px;
    height: 10px;
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
}
.m_footer .btn, m_footer a.btn {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.m_footer_wrap.info {
    position: fixed;
    display: flex;
    flex-flow: column nowrap;
    /*height: 12rem;*/
    height: 12rem;
    z-index: 888;
}
.m_footer_wrap.info .m_footer + div {width: 100%;height: 4rem;order: 1;background: rgba(43, 43, 43, .9);}
.m_footer_wrap.info .m_footer {order: 2;}
.m_footer_wrap.info .m_footer + div.infoBox{
    display: flex; justify-content: space-between;
    padding: 0 10px;
}
.m_footer_wrap.info .m_footer + div.infoBox .left{
    display: flex; align-items: center;
}
.m_footer_wrap.info .m_footer + div.infoBox .right{
    display: flex; align-items: center;
}
.m_footer_wrap.info .m_footer + div.infoBox .right .k-checkbox-label{
    color: #fff !important; font-weight: 400;
}
.m_footer_wrap.info .m_footer + div.infoBox .k-checkbox:checked + .k-checkbox-label::before{
    border-color: #186CB6; background: #186CB6;
}
.m_footer_wrap.info .m_footer + div.infoBox .left .txt{
    font-size: 12px; color: #fff; font-weight: 400;
}
.m_footer_wrap.info .m_footer + div.infoBox .left .txt em{
    font-style: normal; font-weight: 600; margin-right: 6px;
}

.tb_list_con{
    display: inline-block;
    position: relative;
    min-height: 15rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E8E9;
    background: #fff;
}

.tb_cus1{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    border-top:2px solid #186CB6;
    border-bottom:1px double #999;
    border-left:0 hidden;
    background:#fff
}

.tb_cus1 th{
    padding: 1.2rem 0;
    color: #444;
    text-align: center;
    line-height:1.3em;
    font-size:1.2rem;
    font-weight:600;
    border-bottom:1px solid #E6E8E9;
    border-left:1px solid #dadbdd;
    background:#F2F3F4
}
.tb_cus1 td{
    /*padding: 1.2rem 0;*/
    padding: 1.2rem 1rem;
    overflow:hidden;
    /*padding:20px 20px;*/
    border-bottom:1px solid #E6E8E9;
    border-left:1px solid #d2d6dc;
    color:#666666;/*font-size:1.1rem;*/ font-size: 1.2rem;
    text-align:center;box-sizing:border-box;
    text-overflow:ellipsis;
    word-break:break-all
}
.tb_cus1 td > span{display: block;}
.tb_cus1 td > p{margin-top: 10px;color: #999;font-size: 14px;}

.tb_cus1 tr.selected td {
    background-color: #EFFBE2;
}

.ico_del {
    background-image: url(../../assets/images/mes/ic_del.svg);
}
.ico_logOut {
    background-image: url(../../assets/images/mes/ico_logOut.svg);
}
.ico_save {
    background-image: url(../../assets/images/mes/ico_save.svg);
}
/*--------- PDA CSS 영역 : E ---------- */

.ico_hback{
    background-image: url(../../assets/images/pda/ico_hback.svg);
}
.ico_hclose{
    background-image: url(../../assets/images/pda/ico_hclose.svg);
}
.ico_hsearch{
    background-image: url(../../assets/images/pda/ico_hsearch.svg);
}
.ico_hmenu{
    background-image: url(../../assets/images/pda/ico_hsearch.svg);
}

.ico_menu01{
    background: url(../../assets/images/pda/ico_menu01.svg) no-repeat;
}
.ico_menu02{
    background: url(../../assets/images/pda/ico_menu02.svg) no-repeat;
}
.ico_menu03{
    background: url(../../assets/images/pda/ico_menu03.svg) no-repeat;
}
.ico_menu04{
    background: url(../../assets/images/pda/ico_menu04.svg) no-repeat;
}
.ico_menu05{
    background: url(../../assets/images/pda/ico_menu05.svg) no-repeat;
}
.ico_menu06{
    background: url(../../assets/images/pda/ico_menu06.svg) no-repeat;
}
.ico_menu07{
    background: url(../../assets/images/pda/ico_menu07.svg) no-repeat;
}
.ico_menu08{
    background: url(../../assets/images/pda/ico_menu08.svg) no-repeat;
}
.ico_menu09{
    background: url(../../assets/images/pda/ico_menu09.svg) no-repeat;
}
.ico_menu10{
    background: url(../../assets/images/pda/ico_menu10.svg) no-repeat;
}
.ico_menu11 {
    background-image: url(../images/erp/ico_menu05.svg);
}
.ico_inbound{
    background: url(../../assets/images/pda/ico_receiving.svg) no-repeat;
}

/*--------- PDA CSS 영역 : E ---------- */


/* ERP 테스트 CSS */

/* HRM0710 */


