@charset "utf-8";

:root {
    --point-basic-color: #93b477;
    --point-deep-color: #688054;
    --point-light-color: #c0d478c4;

    --sub-basic-color: #e2ebee;
    --sub-deep-color: #003158;
    --sub-light-color: #f3f6f7;

    --warning-color: #c70000;
    
}

.pbcl {color : var(--point-basic-color);}
.pdcl {color : var(--point-deep-color);}
.plcl {color : var(--point-light-color);}
.cbcl {color : var(--sub-basic-color);}
.cdcl {color : var(--sub-deep-color);}
.clcl {color : var(--sub-light-color);}
.pbbg {background-color : var(--point-basic-color);}
.pdbg {background-color : var(--point-deep-color);}
.plbg {background-color : var(--point-light-color);}
.cbbg {background-color : var(--sub-basic-color);}
.cdbg {background-color : var(--sub-deep-color);}
.clbg {background-color : var(--sub-light-color);}


.wcl {color : var(--point-light-color);}
.wbg {background-color : var(--warning-color);}



/*//////////////////////////////////////////////////////////////////
[ popup ]*/
.popup-title {
	margin : 15px 32px;
	text-align: left;
	font-size: 23px;
	border-bottom: 1px solid gray;
}
.popup-contents {
	margin : 0 45px;
	font-size: 18px;
}
.popup-contents .content {
	height: 400px;
	overflow: auto;
}
.popup-contents .fiber div {
	color: #000;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px;
	font-size: 14px;
	font-family: Poppins-Light;
}
.popup-contents .content div:hover,
.popup-contents .content .active {
	background-color: var(--point-basic-color);
	color: #fff;
	cursor: pointer;
}

.popup-contents .sub-content {
    position: relative;
	height: 60px;
    padding-top: 20px;
}
.popup-contents .sub-content span {
	top: 3px;
    position: absolute;
    font-size: 12px;
    background: var(--point-light-color);
    padding: 0 2px;
    color: #fff;
}
.popup-contents .sub-content input {
	width: 65px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    height: 30px;
}
.popup-contents .fiber {
	width: 20%;
    min-width: 170px;
	text-align: left;
}

.popup-contents .find_content input {
	width: 80%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    height: 30px;
}
.popup-contents .fiber {
	width: 20%;
    min-width: 170px;
	text-align: left;
}


/*//////////////////////////////////////////////////////////////////
[ none-active ]*/
.none-active {
    cursor: auto;
    color: lightgray;
    background: gray;
}
.none-active:hover {
    color: lightgray;
    background: gray;
}



/************* login *************/
.bg-login-img {
    position: relative;
    background: url(https://cdn.pixabay.com/photo/2016/11/19/15/40/clothes-1839935_960_720.jpg);
    background-position: center;
    background-size: cover;
}
.bg-login-img::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    width:100vw;
    height: 100vh;
    background-color: #000;
}

.bg-login-sub-img {
    background: url(../images/login-sub.png);
    /* background: url(../images/blog-01.jpg); */
    /* background: url(../images/login-main.png); */
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.logo-img {
    height: 50px;
}

.login-form {
    position: relative;
    padding: 5vh 2vw;
    height: 80vh;
}

.eyes {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 2px;
    height: 25px;
    font-size: 17px;
    cursor: pointer;
}

.row {
    max-height: 80vh;
    /* min-height: 550px; */
}


/* IMG CROP : S */
#img_modify{

}
#img_modify i:before{
    font-family: 'fontawesome';
    content: "\f0c4";
    font-style: normal;
}
#modify_pop{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 999;
    background:rgba(0,0,0,0.8);
    display: none;
}
#modify_pop .mid_wrap{
   display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
#ratio_btn{
    position:absolute;
    bottom:4%;
    left:0;
    width:100%;
    z-index:2;
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
}
#ratio_btn span{
    font-size:14px;
    color:#fff;
    padding:5px 10px;
    margin: 0 6px;
    border-radius:5px;
    background: #e55c5c;
    letter-spacing:1px;
    cursor:pointer;
}

#modify_pop input{
    position: absolute;
    top:2%;
    font-size:0;
    width:50px;
    height:50px;
    background:none;
    z-index: 9
}
#modify_pop .mdf_pop_close{
    right:2%;
    background:url(../images/icons/icon-close.png) no-repeat center center;
}
#modify_pop .crop_save_img{
    right:7%;
    font-size:20px;
    color:#fff;
    width: auto;
   letter-spacing: 2px; 
}
#modify_pop .mid_wrap img{
    max-width: 100%;
    display: block;
}

.filter_container{
    height: 100%;
}

#filter_pop{
    max-width:500px;
    height: 100%;
}
.filter_chk_box{
    display: none;
}
.chk_area{
    padding:13px 0;
    max-height: 195px;
    overflow-y: auto;
}
.filter_txt{
    display: inline-block;
    border:1px #ccc solid;
    margin:0 0 2% 2%;
    padding:5px 8px;
    font-size:12px;
    cursor: pointer;
}
.filter_txt .f_close{
    font-size:10px;
    border:1px #ccc solid;
    padding:2px;
    cursor: pointer;
    margin:0 0 0 8px;
}
.filter_txt .f_close:hover{
    background:#ccc;
    color:#fff;
}
.filter_gnb{
    margin:9px 0 0 0;
}
.filter_gnb ul li{
    font-size:15px;
    padding:12px 25px;
    border-top:1px #f1f1f1 solid;
    position: relative;
    cursor: pointer
}
.filter_gnb ul li:first-child{
    border-top:0;
}
.filter_gnb ul li:after{
    content:"〉";
    position: absolute;
    right:30px;
    color:#333;
    font-weight:600;
}
#add_s{
    position: relative;
    height: 100%;
    z-index: 2;
    background:#fff;
}
.js-prev-modal{
    display: none;
}
#fixed_btn{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    padding:0 5%;
}
#fixed_btn a{
    border:1px #000 solid;
    width:50%;
    line-height:45px;
    color:#333;
}
#fixed_btn #count_num{
    display:none;
}
#fixed_btn #count_num em{
    font-style:normal;
    font-weight:600;
    margin:0 3px 0 0;
}
#fixed_btn a#filter_load_btn{
    background:#000;
    color:#fff;
}
#depth_add{
    position: absolute;
    z-index: 1;
    top:0;
    width:100%;
    height:100%;
    padding:20px;
    background:#fff;
    left:0;
    opacity: 1;
    border-left:1px #333 solid;
    transition:all 0.3s;
}
#depth_add.act{
    left:500px;
}
#depth_add h2{
    color:#333;
}
.toggle_gnblist{
    margin:71px 0 0 0;
    height:100%;
    max-height:80vh;
    overflow-y: auto;
}
.toggle_gnblist >ul,
.toggle_gnblist > div{
    display: none;
}
.toggle_gnblist #f_season{
    position:relative;
}
.toggle_gnblist #f_season input{
    margin:0 0 11px;
}
.toggle_gnblist{
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.toggle_gnblist::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.buyer_search{
    position:sticky;
    top:0;
    left:0;
    background:#fff;
    z-index:2;
}
#g_buyer{
   position: sticky;
    top:150px
}
#f_buyer{
    position:sticky;
    position: relative;
}
#f_buyer .buyer_search{
    text-transform: uppercase;
    margin: 0 0 26px 0;
    position: sticky;
    top:0;
    left:0;
}
#g_buyer{
    overflow: hidden;
    position:absolute;
    width:100%;
    top:46px;
    height: 66vh;
    overflow-y: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
#g_buyer::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.toggle_gnblist li{
    font-size:15px;
    cursor:pointer;
    border-top:1px #f1f1f1 solid;
    position: relative;
}
.toggle_gnblist li a{
    display: block;
    color:inherit;
    display:inline-block;
    padding: 12px 5px 12px 0;
    display:block;
    z-index: 2;
    position: relative;
}
.toggle_gnblist li .check_box{
    display:inline-block;
    width:12px;
    height:12px;
    vertical-align:middle;
    margin:0 0 0 10px;
    position:relative;
    z-index:2;
}
.toggle_gnblist li .check_box span{
    /* position:absolute; */
    /* width:100%; */
    /* height:100%; */
    display:block;
    height:100%;
    border:1px #ccc solid;
    background:#ccc
}
.toggle_gnblist li .check_box.chk span{
    background:#f33;
    border:1px #f33 solid;
}
.toggle_gnblist li > i{
    position: absolute;
    right:25px;
    top: 13px;
    font-size:14px;
    z-index: 1;
}
.toggle_gnblist li > i:before{
    font-family: 'fontawesome';
    content: "\f004";
    font-style: normal;
}
.toggle_gnblist li.chk i:before{
    color:#ea4242;
}
.toggle_gnblist li:first-child{
    margin:0;
    border-top:0;
}
.toggle_gnblist li.no_data{
    text-align:center;
    padding:15px 0;
    letter-spacing: 1px;
}
.toggle_gnblist li dl{
    border-top:1px #f1f1f1 solid;
    padding:20px 0 0 20px;
    transition:all 0.5s;
    display: none;
}
.toggle_gnblist li.act dl{
    display: block;
}
.toggle_gnblist li dd{
    font-size: 12px;
    color:#333;
    padding:2px 0;
    position:relative;
    letter-spacing: 1px;
}
.toggle_gnblist li dd h3{
    display:inline-block;
    font-size:14px;
    padding:2px 5px 
}
.toggle_gnblist li .all_chk {
    position:relative;
    border:1px #333 solid;
    padding:0;
    line-height:100%;
    width:12px;
    height:12px;
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 10px;
}
.toggle_gnblist li .all_chk span{
    display:block;
    height:100%;
}
.toggle_gnblist li .all_chk.chk{
    background:#ccc;
}
.toggle_gnblist li dd .chk_b
.toggle_gnblist li dd.chk span:after{
    content:"";
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 10px;
    background:#ccc;
}
.toggle_gnblist li dd span{
    display:block;
    font-size: 11px;
    padding: 5px 0;
    color: #858484;
}
.toggle_gnblist li dd i{
    font-family: 'fontawesome';
    content: "\f004";
    font-style: normal;
    margin:0 0 0 5px;
    font-size:12px;
}
.toggle_gnblist li dd p i{
    font-size:9px;
}
.toggle_gnblist li .dd_depth .chk i:before{
    color:#ea4242;
}
.toggle_gnblist li .dd_depth{
    display:none;
    border-top:1px #f1f1f1 solid;
    border-bottom:1px #f1f1f1 solid;
    margin:10px 0 0 0;
    padding:10px 10px;
}
.toggle_gnblist li .dd_depth p{
    font-size:11px;
    color:#ccc;
    line-height:100%;
    padding:6px 0;
}
.toggle_gnblist li .dd_depth p:first-child{
    margin:0;
}
#data_picker{
    font-size:0;
}
.flatpickr-calendar.inline{
    /*! margin:0 auto; */
    border: 1px #ccc solid;
    box-shadow: none;
    border-radius: 0;
}


.code_box{
}
.code_box button{
    margin:0;
}
.code_box.act .search_wrap{
    display:block;
}
.code_box.act .search_wrap.scr{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.code_box.act .search_wrap .mid_wrap{
    display:flex;
}
.code_box.act .search_wrap.scr .mid_wrap{
    width:100%;
    height: auto;
    align-items:end;
}
.code_box.act button{
    display: none;
}
.js-search.scr{
    display:none;
}
.wrap-header-mobile .js-search.scr{
    display: block;
}
.fix-menu-desktop .js-search.scr{
    display: block;
}
.search_wrap{
    display:none;
}
.search_wrap.scr{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99;
}
.search_wrap input{
   line-height:22px;
   text-transform: uppercase;
}
.search_wrap.scr .mid_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:90%;
    margin:0 auto;
    /*! max-width:700px; */
}
.fix-menu-desktop .js-search.scr
.search_wrap .form-control{
    border-radius: 0;
    border-right:0;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing: 1px;
    width:200px;
}
.search_wrap.scr .form-control{
    width:70%   
}
.search_wrap input.close_code,
.search_wrap input.enter_code{
    width:50px;
    background:#333;
    font-weight:600;
    color:#fff;
    font-size:12px;
    letter-spacing:1px;
}
.search_wrap input.close_code{
    width:48px;
    background:#fff;
    border:1px #333 solid;
    color:#333;
}
.search_wrap.scr input.close_code,
.search_wrap.scr input.enter_code{
    width:12%;
    max-width:60px;
    font-size: 1.6em;
}
.search_wrap.scr .form-control,
.search_wrap.scr input{
    height:60px;
    line-height:60px;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:600px;
}
.search_wrap.scr input.close_code{
    position:absolute;
    right:0;
    top:0;
    background:none;
    color:#fff;
    border:0;
    font-weight:100;
    font-size:40px;
    cursor:pointer
}
.code_box .check_box{
    display: flex;
    padding:5px 0 0 0;
    flex-wrap:nowrap;
    width: 100%;
}
.code_box .check_box p{
    vertical-align: top;
}
.search_wrap.scr .check_box{
    width:100%;
    display:flex;
    justify-content: center;
}
.code_box .check_box p{
    display: flex;
    margin: 0 10px 0 0;
}
.code_box .check_box p input{
    vertical-align: middle;
}
.code_box .check_box p label{
    display:inline-block;
    font-weight:400;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.code_box .check_box p input{
    vertical-align: top;
    line-height: 55px;
    display: inline-block;
}
.search_wrap.scr .check_box p label{
    height:auto;
    line-height: 55px;
}
.search_wrap.scr .check_box p{
    color:#fff
}

.flex_set{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    flex-wrap:nowrap;
    line-height:35px;
    margin: 0 0 20px;
}
.flex_set p{
    width:40%;
    padding:0 2%;
}
.flex_set p:first-child{
    padding:0 2% 0 0;
}
.flex_set p span{
    display: block;
    font-size:12px;
    font-weight:600;
    color:#333;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height:100%;
}
.flex_set p:last-of-type{
    width:25%;
    padding:0;
}
.flex_set p input{
    border:0;
    background:none;
    border:1px #ccc solid;
    border-radius:0;
    width:100%;
    height:20px;
    font-size:13px;
    height:auto;
    letter-spacing: 1px;
    color:#333;
}
.flex_set input[type=button]{
    border:0;
    width:100%;
    line-height:33px;
    background:#333;
    color:#fff;
}



.delete_name{
    position: absolute;
    top:5px;
    left:15px;
    font-style: normal;
    color: #41464b;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.466667;
    background:#fff;
    z-index: 1;
}
.check_opt{
    padding:0 0 0 25px;
    position:absolute;
    width:100%;
    bottom: 70px;
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
}
.check_opt .newdrop{
    display:none;
}
.check_opt p{
    margin:0 25px 0 0 ;
}
.check_opt p:last-of-type-child{
    margin:0;
}
.check_opt p span{
    display:block;
    cursor: pointer;
}
.check_opt p span:before{
    border:1px #333 solid;
    content:"";
    width:15px;
    height:15px;
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 0;
}
.check_opt p span.deleted-active:before,
.check_opt p span.noimage-active:before,
.check_opt p span.bestseller-active:before{
    background:#333;
}
/* IMG CROP : E */
.container-menu-desktop .js-filter{
    display:none;
}
.container-menu-desktop.fix-menu-desktop .js-filter{
    display:block;
}


.wide_area{
    display:flex;
    flex-wrap:nowrap;
}
.wide_area.double{
    flex-wrap:wrap;
}
.wide_area .fabric-wrap .slick-list{
    padding:15px 0;
}

.wide_area.double > li{
    width:60%;
    padding:0 1%;
}
.wide_area.double > li:first-child{
    width:40%;
}
.wide_area .slick-dots{
    text-align:center;
}
.wide_area .slick-dots li{
    display:inline-block;
    font-size: 11px;
    border-radius:50%;
    width:22px;
    line-height:22px;
    background:#ccc;
    color:#fff;
    margin:0 3px;
    cursor:pointer;
}
.wide_area .slick-dots li.slick-active{
    background:#333;
}
.accident-wrap{
    padding:15px 0 0 0;
}
.accident-wrap .slick-list{
    margin:0 0 15px;
    height:160px;
}
.accident-wrap .slick-track{
    height:100%;
}
.accident-wrap .slick-slide{
    border: 1px #ebebeb solid;
    padding:15px 15px;
    text-align:center;
    margin:0 5px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-content:flex-start;
    overflow-y:auto;
}
.accident-wrap .slick-slide p{
    width:100%;
    display:flex;
    flex-wrap: nowrap;
    padding:2px 0;
}
.accident-wrap .slick-slide p span{
    font-size: 12px;
}
.accident-wrap .slick-slide p span:first-child{
    width:95px;
    text-align:left;
    text-transform:capitalize
}




div.simple-tree li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  div.simple-tree label {
    cursor:pointer;
    display:inline-block;
    font-size: 16px;
    padding:4px 20px 4px 2px;
  }
  div.simple-tree li ins.tree-icon {
    display: inline-block;
    text-decoration: none;
    width: 18px;
    height: 18px;
  }
  div.simple-tree li input[type=checkbox]{
   display:inline-block;
   margin: 0 5px 0 0
  }
  div.simple-tree .subtree{
    margin-left: 20px; 
    display: block;
  }
  div.simple-tree .right-caret{
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjIzOUMzNzdBRkJDMTFFM0FGQzRFQTlBODcxRTJDRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjIzOUMzNzhBRkJDMTFFM0FGQzRFQTlBODcxRTJDRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMjM5QzM3NUFGQkMxMUUzQUZDNEVBOUE4NzFFMkNENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMjM5QzM3NkFGQkMxMUUzQUZDNEVBOUE4NzFFMkNENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgS/NmkAAACPSURBVHjaYvz//z8DNQATA5XA4DOIBZfEtDkLTYGUFhAvRJfLSoknyUUCQKwMxKyUes0KiGuBeCMQS1Ji0A8o7QnE+4HYghqBrQ7EO4A4BYjZKY01fiCeDcQKlBr0GYgTgfgmSdGPBkCaQXF+kpwwgkX7ViB2xGcIIYMuA3E7EAcD8XNCTmYczf0EAUCAAQCNGRissLe2JQAAAABJRU5ErkJggg==);
  }
  div.simple-tree .right-down-caret{
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzc0RTU3Q0JBRkJDMTFFMzg4NkI5OUYyRUUwRUE3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc0RTU3Q0NBRkJDMTFFMzg4NkI5OUYyRUUwRUE3MzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzRFNTdDOUFGQkMxMUUzODg2Qjk5RjJFRTBFQTczMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzRFNTdDQUFGQkMxMUUzODg2Qjk5RjJFRTBFQTczMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqV9Tk4AAABZSURBVHjaYvz//z8DNQATA5XAMDaIBV3A1tYWl9oOIHY5fPiwCVEG4TGknFKvETSEGIOIMoSQQUQbgs8gkgzBZRDJhuCKNSUgvodD/VlcBjGOZlr6GQQQYABxgxHqOir28gAAAABJRU5ErkJggg==);
  }



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




@media (max-width: 1036px) {
    .bg-login-sub-img {
        display: none;
    }
    .login-form {
        max-width: 100% !important;
        flex: 0 0 100%;
        border-radius:10px !important;
    }
}
/* @media (max-width: 575px) {
    .sc-login {
        margin-left:0 !important;
        margin-right:0 !important;
    }
} */


.sc-login {
    height: 100%;
    overflow: auto;
    background-color: #58609e1c;
    width: 100%;
	display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/**************************/

.wrap-header-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
}

.menu-mobile {
    z-index: 20;
    position: fixed;
}


.header-logo h2, 
.header-logo h2:hover,
.header-menu {
    color: black;
}


.no-padding {
    padding: 0 !important;
}
/* .border {
    border: 1px solid #888;
} */
.main-Img, 
.main-Img  img {
    height: 250px;
}

.no-img {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #888;
    line-height: 200px;
}
.isotope-item {
    z-index: 1;
}
.isotope-no-data {
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #ddd;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}


.cl_table-r {
    min-width: 940px;
}
.cl_table-r th{
    background-color: #7180e01c;
    border: 1px solid #ddd;
    text-align: center;
    
}
.cl_table-r td {
    border: 1px solid #ddd;
}
.cl_table-r tr:hover > td {
    /* background-color: #7180e01c; */
    font-weight: bold;
}



.cl_table-rc {
    min-width: 720px;
    padding: 10px;
}
.cl_table-rc th {
    background-color: #7180e01c;
    text-align: right;
    padding: 5px 10px;
    border: 1px solid #ddd; 
}
.cl_table-rc td {
    padding: 5px 10px;
    text-align: left;

    border: 1px solid #ddd;
}


@media (max-width: 575px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.bor-r-l10 {
    border-radius: 10px 0 0 10px;
}
.bor-r-r10 {
    border-radius: 0 10px 10px 0;
}
.bor-r-10 {
    border-radius:10px;
}
.bor-r-5 {
    border-radius: 5px;
}

.m-8vh {
    margin: 8vh;
}

.active-top-menu {
    font-weight: bold;
    background-color: #717fe0;
    color: white !important;
}

.disabled {
    color: #cfd3d7;
    pointer-events: none;
    cursor: default;
}

/* check */
.checked_border {
    border: 1px solid #ddd !important;
}
.checked_color {
    color: #7180e0;
}
.checked_border::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    width:100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}


.deleted_border::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    width:100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}


.sample_col-1 {width: 60%}
.sample_col-2 {width: 40%}
.sample_col-35 {width: 35%}
.sample_col-55 {width: 55%;}
.sample_col-45 {width: 45%;}
.sample_col-50 {width: 50%}
.sample_col-65 {width: 65%}
.sample_col-100 {width: 100%}
.card_col-80 {width: 80%}
.card_col-20 {width: 20%}
.card_col-37 {width: 37%}
.card_col-43 {width: 43%}
.card_col-33 {width: 33%; height: 130px;}
.card_col-19 {width: 19%; height: 140px;}
.card_col-50 {width: 50%}

.card-divider-l {
    border-left: 1px dashed #d9d9d9;
}
.card-divider-r {
    border-right: 1px dashed #d9d9d9;
}

.fabric-divider {
    border-right: 1px dashed #d9d9d9;
    height: 30px;
}

@media (max-width: 1100px) {
    .sample_col-1,
    .sample_col-2,
    .sample_col-35,
    .sample_col-55,
    .sample_col-45,
    .sample_col-50,
    .sample_col-65,
    .sample_col-100, 
    .card_col-80,
    .card_col-20,
    .card_col-37,
    .card_col-43,
    .card_col-33 {width: 100%;}

    .card_col-19 {width: 24%;}


    .card-divider-l {border: none;}
    .card-divider-r {border: none;}
    .wide_area.double{
        display:block;
        margin: 40px 0 0 0;
    }
    .wide_area.double > li,
    .wide_area.double > li:first-child{
        width:96%;
        padding:0 10px;
        margin:0 auto;
    }
    .wide_area .fabric-wrap {
        margin:0!important;
    }
    .accident-wrap .slick-list,
    .accident-wrap .slick-track{
        height:auto;
    }
}


@media(max-width: 1024px){
    .js-prev-modal{
        right:35px;
        top:-38px;
        color: #fff;
        font-size:20px;
        cursor:pointer;
    } 
    #depth_add{
        z-index: 1;
        opacity: 1;
        border-left:0;
        left:0;
    }
    #depth_add.act{
        left:0;
        z-index: 2
    }

    .chk_area{
        display:flex;
        flex-wrap:nowrap;
        overflow-x:scroll;
        justify-content:flex-start;
        align-items:center;
    }
    .chk_area p{
        margin:0 0 0 10px;
        padding: 5px 10px;
    }
    .chk_area p .ele{
        white-space:nowrap
    }
    .chk_area p:first-child{
        margin:0;
    }
    
}


@media(max-width: 990px){
    .code_box button{
        display: none;
    }
}
@media (max-width: 660px) {
    .card_col-19 {width: 32%;}
    
    #filter_pop{
        max-width:100%;
        width:90%;
        left:50%;
        margin:0 0 0 -45%;
    }
    .sample_info_title{
        font-size:14px;
    }
    .filter_gnb{
        margin:2% 0 0 0;
    }
    .filter_gnb ul li{
        font-size:12px;
        padding:12px 3%;
    }
    .filter_gnb ul li:after{
        right:3%;
    }
    #fixed_btn{
        padding:0 3%;
    }
    #fixed_btn a{
        line-height:35px;
        font-size:13px;
    }
    .toggle_gnblist{
        margin:4% 0 0 0;
        height:75vh;
    }
    .toggle_gnblist li{
        font-size:14px;
    }
    .toggle_gnblist li a{
        padding:12px 0 ;
        font-size:13px;
    }
    .toggle_gnblist li > i,
    .toggle_gnblist #category li:after{
        top:15px;
    }
    .toggle_gnblist li:before{
        right:3%;
    }
    .toggle_gnblist li dl{
        padding:5% 0 0 5%;
    }
    .toggle_gnblist li dd{
        font-size:14px;
    }
    .check_opt{
        bottom: 8%;
    }
    .check_opt p{
        font-size:12px;
    }
}

@media (max-width: 575px) {
    .card_col-19 {width: 49%;}
    .flatpickr-calendar.inline{
        width:100%;
        border:0;
    }
    .flatpickr-rContainer{
        margin:15px auto 0 auto;
        border:1px #ccc solid;
    }
}

.sample_info_title {
    height: 30px;
}

.disable_txt{
    font-size: 14px;
    line-height: 15px;
    font-family: 'Poppins-Regular';
    text-align: right;
    border:0;
    color:#333;
}
.sample_title {
    color: #685f5f;
    width: calc(100% / 3);
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 15px;
}

.sample_content {
    text-align: right;
    color: #41464b;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
}

.brand_input{
    position: relative;
}
.brand_input input{
    text-align: left;
    font-size: 13px;
}
.brand_input:after{
    position: absolute;
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;   
    right:13px;
    top:12px;
    line-height:1px;
    height:8px;
    overflow: hidden;
}

/*//////////////////////////////////////////////////////////////////
[ recap-detail-card ]*/
.card-wrap {
    max-height: 600px;
    overflow: auto;
}

.card_header {
    color: #685f5f;
    font-family: Poppins-Light;
    font-size: 13px;
    line-height: 40px;
}

.card_title {
    color: #685f5f;
    font-family: Poppins-Light;
    font-size: 12px;
    line-height: 1.7143;
}

.card_content {
    text-align: right;
    color: #41464b;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.466667;
    padding-bottom: 5px
}

.card_content-longText {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card_content img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.card_content-title {
    text-align: center;
    bottom: 15px;
    background: #6774d514;
    position: absolute;
    width: 93%;
    color: #41464b;
    font-family: Poppins-Regular;
    font-size: 11px;
}

.card_content-title:hover {
    background: #6774d54d;
}

.card_content input[type=checkbox]  {
    /* margin-left: 90%; */
}

.card-wrap > .no-data{
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #ddd;
    top: 20vh;
    font-size: 20px;
}

.js-recap-card-check:hover {
    border: 1px solid gray;
}

.js-recap-card-check-active {
    background-color: #f5f6fd;
}

.card_placeholder {
    background-color: #6774d514;
    border-radius: 15px;
    position: relative;
}

/*//////////////////////////////////////////////////////////////////
[ fabric-card ]*/
.fabric-wrap {
    overflow: auto;
    white-space: nowrap; 
    height: 90%;
    min-height: 175px;
    padding:2% 0;
}
.fabric-card {
    display: inline-block;
    width: 350px;
    height: 98%;
    padding: 20px 18px;
    border-radius: 15px;
    cursor: pointer;
    min-height: auto;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    position: relative;
}

.accident-wrap .slick-slide p{
    width:100%;
    display:flex;
    flex-wrap: nowrap;
    padding:2px 0;
}

.fabric-card:hover {
    border: 1px solid gray;
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tui-grid-cell-disabled {
    color: #333 !important;
}

.tui-grid-cell-header input[type=checkbox],
.tui-grid-cell-has-input input[type=checkbox] {
    margin-left: 40%;
}

.deleted_row {
    text-decoration-line: line-through;
}

.fabric-card-main {
    border: 1px solid #c6cae1;
}
.fabric-card-main-title {
    position: absolute;
    top: -8px;
    color: #656e9e;
    background-color: #fff;
    padding: 0 5px;
}
.fabric-grid-main {
    color: #7a89da !important;
}


.modal1 {
    min-height: 770px;
}

.modal_btn {
    background-color: #6774d5;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: Poppins-Regular;
    height: 26px;
}
.modal_btn:hover {
    background-color: #000000;
}

.js-sample-barcode {
    height: 40px;
    background-color: #656e9e;
    line-height: 35px;
    /* margin-top: 10px; */
}


.filter_btn {
    background-color: #656e9e;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: Poppins-Regular;
    height: 26px;
}
.filter_btn:hover {
    background-color: #000000;
}



/* .sample-img {
    cursor: pointer;
} */
/* .sample-img::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
} */

.sample-img:hover:after {
    opacity: 1;
}




/*//////////////////////////////////////////////////////////////////
[ loader ]*/
.loader {
    border: 16px solid #717fe0;
    border-radius: 50%;
    border-top: 16px solid #bebebe29;
    width: 140px;
    height: 140px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 99999;
    bottom: calc(50% - 70px);
    right: calc(50% - 70px);
}
/* .loader_bg {
    opacity: 0.1;
    z-index: 99999;
    position: absolute;
    width:100%;
    height: 100%;
    background-color: #685f5f;
} */

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*//////////////////////////////////////////////////////////////////
[ inpFile ]*/
.inpFile-label {
    background-color: #6774d5;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    width: 100px;
    border-radius: 6px;
    cursor: pointer;
    font-family: Poppins-Regular;
}

.inpFile-label:hover {
    background-color: #000000;
}
.inpFile {
    display: none;
}



input,
input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}


.image-wrap {
    height: 380px;
}

.dis-none-important {
    display: none !important
}


.slick-title {
    background-color: #0000008f;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: x-small;
}

.deleted_noti {
    color: #fd2a2a;
    display: none;
}


.sample_content::placeholder,
input[type=text]:not(.search-header)::placeholder,
input[type=password]::placeholder {
    color: #9c9c9c !important;
    font-family: Poppins-Light !important;
}

.essential_value::after {
    content: " * ";
    color: #6f8cc1;
}




/*//////////////////////////////////////////////////////////////////
[ barcode ]*/
.wrap-barcode-reading {
    width: 100%;
    height: 68px;
    border: 2px solid #e6e6e6;
    background: #fff;
}

.wrap-barcode-reading input {
    font-family: Poppins-ExtraLight;
    font-size: 50px;
    line-height: 1.2;
    color: #333;
    padding: 0px 30px 0px 0px;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}

.product_list {
    padding: 10px;
    max-height: 475px;
    overflow: auto;
}
.product_list li{
    padding: 5px;
}
.product_list li span{
    border-radius: 16px;
    border: 1px solid gray;
    padding: 5px 15px 5px 20px;
}
.product_list li span::after {
    content: "x";
    padding-left: 15px;
    color: gray;
}
.product_list li span:hover{
    background-color: #58609e1c;
    cursor: pointer;
}

/*
 * Selection color
 */
::-moz-selection {
    background-color: #717fe0;
    color: #fff; 
}

::selection {
    background-color: #717fe0;
    color: #fff; 
}

.tree_gnb input::-moz-selection,
.tree_gnb input::-webkit-selection,
.tree_gnb input::selection{
 background:rgba(255, 255, 125, 0.99);
 color: #fff; 
}

/*//////////////////////////////////////////////////////////////////
[ readonly ]*/
.readonly--active {
    background-color: #f7f7f7;
    color: #ababab;
    cursor: inherit;
}

/*//////////////////////////////////////////////////////////////////
[ cookie-filter ]*/
.cookie-filter {

}
.cookie-filter li {
    border: 1px solid;
    border-radius: 5px;
    padding: 0 6px;
    margin-right: 3px;
    margin-top: 3px;    
    background: #99a1da;
    color: #fff;
    cursor: pointer;
}
.cookie-filter li:hover {
    background: #717fe0;
}
.cookie-filter .cookies-delete {
    padding-left: 5px;
}
.cookie-filter span.cookies::before {
    content: "#"
}

.cookie-filter .cookies-delete:hover {
    color: #000;
}
.cookie-filter-delete {
    text-decoration-line: line-through;
    color: #000;
}


/*//////////////////////////////////////////////////////////////////
[ tooltip ]*/
.cl_tooltip {
    display: inline-block;
}
.cl_tooltip-text {
    display: none;
    position: absolute;
    max-width: 200px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.8em;
    color: white;
    background: #677aab;
    bottom: 20px;
    left: 5px;
    transition:opacity 3s;
}
.cl_tooltip .cl_tooltip-text::after{
    position:absolute;
    content:"";
    border-style:solid;
    border-width:5px;
    border-color: #677aab transparent  transparent transparent;
    top:100%;
    left:50%;
    margin-left:-5px;
}
.cl_tooltip:hover .cl_tooltip-text {
    display: block;
}


/*//////////////////////////////////////////////////////////////////
[ capslock ]*/
.capslock:before {
    content: "Caps Lock is on";
    position: absolute;
    bottom: 30%;
    left: 40%;
    color: #a4a4da;
}



@media(max-height:1040px){
    .toggle_gnblist{
        max-height:75vh;
    }
}

@media(max-height:960px){
    .toggle_gnblist{
        max-height: 66vh;
        margin: 20px 0 0 0;
    }
}


@media(max-height:710px){
    .filter_gnb{
        max-height:40vh;
        height:100%;
        overflow-y:auto;
    }
}

