@charset "UTF-8";

/*포함*/



@import url("ui/header.css"); 

@import url("ui/input.css"); 
@import url("ui/checkbox.css");
@import url("ui/modal.css");  
@import url("ui/datatable.css");  







/*폰트설정 : 시작*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('/resources/axproject/fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('/resources/axproject/fonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('/resources/axproject/fonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('/resources/axproject/fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('/resources/axproject/fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('/resources/axproject/fonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('/resources/axproject/fonts/pretendard/Pretendard-Light.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('/resources/axproject/fonts/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('/resources/axproject/fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2');
}
/*폰트설정 : 끝*/


/*기타 설정 : 시작 */
html{
    -webkit-text-size-adjust:none;
    /*-ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;*/
    -webkit-touch-callout:none;
}
    
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
    
body,a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,th,td,
form,fieldset,label,legend,input,textarea,button,menu{
    margin:0px;padding:0px;
    -webkit-text-size-adjust:none;
}
    
body,input,textarea,select,table,button,code{
    color:var(--txt1);
    font-family: 'Pretendard';
    font-weight: 400;
    text-align: left;
}
     
body{
    width:100%;
    position:relative;
    word-break:break-all;
    min-width: 1700px;
    min-height: 100vh;
    background: #fff;
    background-size: 51px 51px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

/*body::-webkit-scrollbar{
    width: 12px;
}

body::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius: 0;
}

body::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}*/

input::-ms-clear,
input::-ms-reveal{
    display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
    
nav,menu,ul,li,ol{
    list-style:none;
}
    
div{
    display:block;
}
    
table{
    border-collapse:collapse;
    border-spacing:0;
}
    
img,fieldset{
    border:none;
}
    
em,address{
    font-style:normal;
}
    
select{
    cursor: pointer;
}
    
section,article,header,footer,nav,aside,hgroup{
    display:block;
}

select::-ms-expand { 
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
    
button{
    border:none;
    background:none;
    cursor:pointer !important;
}
    
button:focus{
    outline:none !important;
}
    
a{
    margin:0px;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
}
    
a:hover, a:active{
    text-decoration:none !important;
}
    
table{
    table-layout: fixed;
}

:root{
    --main:#20569F;
    --txt1:#343452;
    --txt2:#545353;
    --unable:#989898;
}

    
.clearFix:after{
    content:"";
    display:block;
    clear:both;
}
    
.ibFix{
    line-height:0px;
}
    
.hiddenFix{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}

.hiddenTxt{
    padding: 0; margin:0; font-size: 0;
}

.underline{text-decoration: underline !important;}
    
caption{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}
    
.floatLeft{
    float: left;
}

.floatLeft:after{
    content:"";
    display:block;
    clear:both;
}
    
.floatRight{
    float: right;
    position: relative;
}

.floatRight:after{
    content:"";
    display:block;
    clear:both;
}
    
.inside{
    display: inline-block;
}
    
.inside:after{
    content: "";
    display: block;
    clear: both;
}

.row{
    display: block;
    width: 100%;
}

.row:after{
    content: "";
    display: block;
    clear: both;
}

.bold{font-weight: 700;}

.w100{
    width: 100% !important;
}

.txtCenter{
    text-align: center;
    display: block;
    width: 100%;
}


.txtCenter > div{text-align: center !important;}

select {
   -webkit-appearance:none; /* for chrome */
   -moz-appearance:none; /*for firefox*/
   appearance:none;
}

select::-ms-expand{
   display:none;/*for IE10,11*/
}


.scrollFix::-webkit-scrollbar{
    width: 8px;
}

.scrollFix::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.scrollFix::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}


/*기타 설정 : 끝*/






/*레이아웃 : start*/
.allWrap{
    display: block;
    width: 100%;
    height: 100vh;
    background: url(/resources/gmk/premium/images/login-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.centerWrap{
    display: block;
    width: 100%;
    padding:0 35px;
    margin:0 auto;
    max-width: 1860px;
    position: relative;
}

.centerWrap:after{content: ""; display: block; clear: both;}

.section{
    display: block;
    width: 100%;
}
/*레이아웃 : end*/




/*login : start*/
.loginBox{
    display: block;
    width: 494px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 5px;
    padding:60px 62px 0;
    text-align: center;
    left:50%;
    top:43%;
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
}

.loginBox .topTxt1{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    line-height: 0;
}

.loginBox .topTxt1 .t1{
    font-size:47px;
    font-weight: 600;
    color:var(--main);
    line-height: 47px;
}

.loginBox .topTxt1 .t2{
    font-size:35px;
    font-weight: 600;
    color:var(--main);
    line-height: 54px;
    height: 47px;
}

.loginBox .topTxt2{
    display: block;
    width: 100%;
    text-align: center;
    padding:25px 0 0;
    color:#545353;
    font-size: 16px;
    font-weight: 600;
}

.loginBox .loginInput{
    display: block;
    width: 100%;
    margin:30px 0 0;
}

.loginBox .loginInput .dataWrap{
    display: block;
    width: 100%;
    position: relative;
}

.loginBox .loginInput .inputNormal{
    display: block;
    width: 100%;
    height: 47px;
    border-radius: 6px;   
    padding:0 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color:var(--txt1);
    background: #E7F0FE;
    border:none;
}

.loginBox .loginInput .inputNormal::placeholder{
    color: #BABABA;
}


.loginBox .buttonLogin{
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color:#fff !important;
    border-radius: 6px;
    background: var(--main);
    font-size: 16px;
    font-weight: 700;
    margin:50px auto 0;
}

.loginBox .autoLogin{
    display: block;
    margin:20px 0 0;
}
/*login : end*/



/*login-auth : start*/
.modalHeader{
    display: block;
    width: 100%;
    position: relative;
    padding:0 0 15px;
    border-bottom:1px solid #adadad;
}

.modalHeader:after{content: ""; display: block; clear: both;}

.modalHeader .modalTitle{
    display: block;
    float: left;
    color:var(--txt1);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.modalHeader .closeModal{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/resources/gmk/premium/images/close14.svg) center no-repeat;
    background-size: 14px 14px;
    z-index: 5;
    top:-9px;
    right: -13px;
}

.modalContentNormal{
    display: block;
    width: calc(100% + 40px);
    overflow-y: scroll;
    transform: translateX(-20px);
    padding:24 12px 0 20px;
    max-height: calc(100vh - 150px);
}

.modalContentNormal::-webkit-scrollbar{
    width: 8px;
}

.modalContentNormal::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.1);
    /*border-radius: 4px;*/
}

.modalContentNormal::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}

.mNotice1{
    display: block;
    width: 100%;
    text-align: left;
    padding:15px 30px;
    font-size: 14px;
    color:var(--txt1);
    font-weight: 400;
    line-height: 22px;
    background: #EDF6FF;
}

.mNotice2{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color:var(--txt1);
    font-weight: 400;
    line-height: 22px;
}

.mNotice1 + .mNotice2{
    margin: 35px 0 0;
}

.mNotice2:first-child{margin:0;}

.tableA1{
    display: block;
    width: 100%;
    border-top:2px solid #9999a8;
    margin:16px 0 0;
}

.tableA1 .thead{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom:2px solid #eaeaea;
}

.tableA1 .thead .th{
    display: block;
    padding:10px 4px;
    text-align: center;
}

.tableA1 .thead .th .txt{
    color:var(--txt1);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
}

.tableA1 .tbody{
    display: block;
    width: 100%;
}

.tableA1 .tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom:2px solid #eaeaea;
}

.tableA1 .tr .td{
    display: block;
    padding:10px 4px;
    text-align: center;
}

.tableA1 .tr .td .txt{
    color:var(--txt1);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
}

.tableA001-1 .col1{width: 20%}

.tableA001-1 .col2{width: 33%}

.tableA001-1 .col3{width: 47%}

.tableA1 .bInput2{
    float: none !important;
}

.tableA001-1 .bInput2 .txt{
    padding: 1px 0 1px 16px !important;
    margin:0 auto !important;
    width: 16px !important;
}

.buttonDoneA001a{
    margin:35px auto 0 !important;
    width: 180px;
}

.buttonDoneA001a.active{
    margin:35px auto 0 !important;
    width: 180px;
}

.dataLabelA001a{
    margin:58px 0 0;
}

.dataWrapA001a{
    margin:10px 0 40px;
}

.inputNumWrap{
    position: relative;
    width: calc(100% - 125px);
    float: left;
}

.inputNumWrap:after{content: ""; display: block; clear: both;}

.inputNumWrap .startInput{
    display: none;
}

.inputNumWrap .startInput.active{
    display: block;
    width: 100%;
    position: absolute;
    z-index: 5;
    left:0;
    top:0;
}

.inputNumWrap .startInput.active .icon{
    width: 11px;
    height: 22px;
    background: url(/resources/gmk/premium/images/key-11x22a.png) center no-repeat;
    background-size: 11px 22px;
    position: absolute;
    top:14px;
    left:15px;
    z-index: 10;
}

.inputNumWrap .startInput.active .time{
    width: 80px;
    height: 30px;
    background: url(/resources/gmk/premium/images/time-17x17b.png) left 6px no-repeat;
    background-size: 17px 17px;
    padding:0 0 0 26px;
    text-align: left;
    top:10px;
    right:0;
    z-index: 10;
    color:#989898;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    line-height: 30px;
}

.inputNumWrap .inputNum{
    display: block;
    text-align: left;
    width: 375px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #343452;
    border-radius: 4px;
    padding:0 15px;
    line-height: 48px;
    font-size: 15px;
    font-weight: 700;
    color:var(--txt1);
}

.inputNumWrap .inputNum::placeholder{
    color:#989898;
    font-weight: 400;
}

.inputNumWrap .startInput.active + .inputNum{
    padding:0 84px 0 36px;
}

.buttonAuth{
    display: block;
    width: 120px;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff !important;
    background: #989898;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.buttonAuth.active{
    background: var(--txt1);
}
/*login-auth : end*/









/*입고처리하기 : start*/
.selectTypeGroup{
    display: flex;
    width: 100%;
    margin:35px 0 0;
    flex-wrap: wrap;
    column-gap:20px;
}

.selectTypeGroup .selectType{
    display: block;
    width: calc(50% - 10px);
    height: 205px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.29);
    border: 3px solid #fff;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.selectTypeGroup .selectType .checkbox{
    display: none;
}

.selectTypeGroup .selectType.active .checkbox{
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/resources/gmk/premium/images/check-tmp.png) center no-repeat;
    background-size: 25px 25px;
    box-shadow: 0px 1px 2px #2D82FF40;
    border-radius: 50%;
    left:15px;
    top:15px;
    z-index: 5;
}

.selectTypeGroup .selectType .img{
    display: block;
    width: 100%;
    height: 105px;
}

.selectTypeGroup .selectType .img.img1{
    background: url(/resources/gmk/premium/images/img1_off.png) center no-repeat;
    background-size: 94px 105px;
}

.selectTypeGroup .selectType.active .img.img1{
    background: url(/resources/gmk/premium/images/img1_on.png) center no-repeat;
    background-size: 94px 105px;
}

.selectTypeGroup .selectType .img.img2{
    background: url(/resources/gmk/premium/images/img2_off.png) center no-repeat;
    background-size: 114px 105px;
}

.selectTypeGroup .selectType.active .img.img2{
    background: url(/resources/gmk/premium/images/img2_on.png) center no-repeat;
    background-size: 114px 105px;
}

.selectTypeGroup .selectType .txt{
    display: block;
    width: 100%;
    margin:15px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color:#B7B7B7;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.selectTypeGroup .selectType.active .txt{
    color:#20569F;
    font-weight: 700;
}

.selectTypeGroup .selectType.active{
    border: 3px solid #20569F;
}

.mNotice3{
    margin:26px 0 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #707070;
}

.mNotice3 + .buttonGroup{
    padding:60px 0 35px;
}
/*입고처리하기 : end*/



/*임시번호판 사진 업로드 : start*/

.uploadedPicture{
    display: block;
    width: 398px;
    margin:0 auto;
}

.uploadedPicture .imgWrap{
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    line-height: 0;
    border: 1px solid #d3d3d3;
}

.uploadedPicture .imgWrap img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.buttonUploadWrap{
    display: flex;
    width: 100%;
    margin:15px 0 0;
    justify-content: center;
}

.buttonUploadWrap .buttonUpload{
    display: block;
    width: 180px;
    height: 54px;
    line-height: 0;
    text-align: center;
    background: #20569f;
    border-radius: 4px;
}

.buttonUploadWrap .buttonUpload span{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color:#fff !important;
    line-height: 54px;
    background: url(/resources/gmk/premium/images/attach-28x28a.png) left 10px no-repeat;
    background-size: 28px 28px;
    padding:0 0 0 36px;
}

.lineB003a{
    display: block;
    width: 100%;
    height: 1px;
    margin:15px 0;
    background: #d0d0d0;
}

.mNotice4{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mNotice4 .txt1{
    width: 260px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color:var(--txt1);
    font-weight: 400;
}

.mNotice4 .txt2{
    width: 260px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color:#707070;
    font-weight: 400;
    margin:10px 0 0;
}

.mNotice4 + .buttonGroup{
    padding:35px 0;
}
/*임시번호판 사진 업로드 : end*/




.contentWrap{
    display: block;
    width: 100%;
    background: #fff;
    min-height: calc(100vh - 184px);
    min-width: calc(100vh - 184px);
    padding:25px;
}


/*검색 박스*/
.SearchBox {

}

.SearchBox  .dataWrap{
    display: block;
    width: 100%;
    position: relative;
}

.SearchBox .inputNormal{
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 6px;   
    padding:0 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color:var(--txt1);
    background: #FFF;
    border:solid 1px #d5d5d5;
}

.SearchBox  .inputNormal::placeholder{
    color: #BABABA;
}


.SearchBox {

}


/*검색 박스*/


/*#######################################*/


/*여기 부터는 반응형 스타일*/


/*#######################################*/












/*#######################################*/
@media screen and (max-width: 1920px) {


}





















/*#######################################*/
@media screen and (max-width: 1600px) {

   

} /*반응형 1600px 끝*/



/*#######################################*/
@media screen and (max-width: 1500px) {

  

} /*반응형 1500px 끝*/



/*#####################################*/
@media screen and (max-width: 1340px) {

   

} /*반응형 1340px 끝*/



/*#######################################*/
@media screen and (max-width: 1000px) {

  

} /*반응형 1000px 끝*/



/*#######################################*/
@media screen and (max-width: 800px) {




} /*반응형 800px 끝*/





/*#######################################*/
@media screen and (max-width: 700px) {

} /*반응형 700px 끝*/




/*#######################################*/
@media screen and (max-width: 600px) {




} /*반응형 600px 끝*/








/*#######################################*/
@media screen and (max-width: 450px) {
    
    
} /*반응형 450px 끝*/



/*#######################################*/
@media screen and (max-width: 420px) {


} /*반응형 420px 끝*/



/*#######################################*/
@media screen and (max-width: 340px) {



} /*반응형 340px 끝*/



/*#######################################*/
@media screen and (max-width: 330px) {



} /*반응형 330px 끝*/