@charset "utf-8";

/* base */
/*@import url( "./notosanskr.css" );*/
body {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-family: 'Dotum','돋움','Malgun Gothic','맑은고딕','Gulim',AppleGothic,sans-serif;
    font-size: 12px;
}

input, textarea, select, button {
    border: none;
    background: #fff;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

ul, ol, li {
    list-style: none
}

fieldset {
    width: 100%;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: middle;
}

.hidden, legend, caption {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

address {
    font-style: normal
}

label {
    cursor: pointer;
}

li {
    list-style: none
}

p, li, dd, td {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5em;
    color: black;
}

body {
    overflow-y: scroll; /* overflow-x:hidden; */
    ;
}

table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
/* a-style */
a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    font-weight: normal;
}

a:focus {
    text-decoration: none;
    font-weight: normal;
}

.blind {
    text-align: -9999px;
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

[v-cloak]{display:none !important;}

select[readonly] {
    /*background-color: #ddd;*/
    pointer-events: none;
}

select.readonly {
    /*background-color: #ddd;*/
    pointer-events: none;
}

/* input */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #555 !important;
    background-color: #fff !important;
}

input:focus {
    outline: none;
}

input {
    ime-mode: active;
}

input[type=text] {
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active;
}

input[type=radio] {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -5000px;
    top: 0px;
    visibility: hidden;
}

input[type=radio]:not(old) + label {
    display: inline-block;
    width: auto;
    position: relative;
    font-weight: normal;
    color: #333;
    margin-right: 13px;
    padding-left: 23px;
    cursor: pointer;
}

input[type=radio]:not(old) + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: -1px;
    background-color: #ccc;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 5px;
}
input[type=radio]:checked + label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: -1px;
    background-color: #979394;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 5px;
}
input[type=radio] + label::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 1px;
    top: 0px;
    background-color: #ccc;
    border: 3px solid #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 5px;
    box-sizing: border-box;
}
input[type=radio]:checked + label::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 1px;
    top: 0px;
    background-color: #777;
    border: 3px solid #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 5px;
    box-sizing: border-box;
}
input[type=radio]:not(old) + label.radio-popupForm::before {
    top: 2px;
}
input[type=radio] + label.radio-popupForm::after {
    top: 3px;
}

input[type=radio]:checked + label {
    color: #333;
}
input[type=checkbox]:not(old) + label {
    display: inline-block;
    width: auto;
    position: relative;
    vertical-align: top;
    margin-top: 4px;
    font-weight: normal;
    color: #333;
    margin-right: 13px;
    padding-left: 7px;
    cursor: pointer;
}
.radio2 input[type=radio]:not(old) + label:before {
    top: 2px;
}
.radio2 input[type=radio] + label::after {
    top: 3px;
}

/* Header */
#Header_wrap {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.header_top {
    height: 37px;
    background: #6983dd;
}

.header_top .inner {
    width: 1200px;
    margin: 0 auto;
}

.header_top .snb {
}

.header_top .snb .quick_link {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.header_top .snb .quick_link li {
    float: left;
    position: relative;
}

.header_top .snb .quick_link li a {
    display: block;
    line-height: 36px;
    padding: 0 5px;
    margin: 0px 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.header_top .snb .quick_link:after {
    content: '';
    display: block;
    clear: both;
}

#Header_wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

#Header_wrap .header .logo {
    height: 100px;
}

#Header_wrap .header .logo a {
    display: inline-block;
    line-height: 100px;
}

#Header_wrap .header .gnb {
}

#Header_wrap .header .gnb > ul {
}

#Header_wrap .header .gnb > ul > li {
    float: left;
}

#Header_wrap .header .gnb > ul > li > a {
    position: relative;
    display: block;
    padding: 26px 12px;
    margin: 0px 12px 0px 0px;
    font-size: 15px;
    color: #333;
    font-weight: bold
}

#Header_wrap .header .gnb > ul > li:hover > a,
#Header_wrap .header .gnb > ul > li.active > a {
    color: #333;
    z-index: 1;
}

#Header_wrap .header .gnb > ul > li.active_nomenu > a {
    color: #fff;
    z-index: 1;
}

#Header_wrap .header .gnb > ul > li.active > a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #4962bb
}

#Header_wrap .header .gnb > ul > li.active > div,
#Header_wrap .header .gnb > ul > li:hover > div {
    display: block;
}

#Header_wrap .header .gnb > ul > li > div {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    z-index: 999;
    overflow: hidden;
}

#Header_wrap .header .gnb > ul > li > div > ul {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding-left: 550px;
    height: 60px;
    background-position: left 0 bottom 60px;
}

#Header_wrap .header .gnb > ul > li > div > ul:after {
    display: block;
    content: '';
    clear: both;
}

#Header_wrap .header .gnb > ul > li > div > ul > li {
    float: left;
    position: relative;
    box-sizing: border-box;
}

#Header_wrap .header .gnb > ul > li > div > ul > li > a {
    display: block;
    height: 45px;
    line-height: 60px;
    font-size: 14px;
    color: #888;
    font-weight: bold;
    padding: 0px 0px;
    margin: 0px 20px;
}

#Header_wrap .header .gnb > ul > li > div > ul > li > a:hover,
#Header_wrap .header .gnb > ul > li > div > ul > li.active > a {
    color: #333;
    border-bottom: 2px solid #0e5157
}

#Header_wrap .header .rightMember {
}

#Header_wrap .header .rightMember .rightUser {
}

#Header_wrap .header .rightMember .rightUser img {
    margin-right: 7px;
    margin-top: -5px;
}

#Header_wrap .header .rightMember .rightUser b {
    font-size: 13px;
    color: #555;
}

#Header_wrap .header .rightMember .rightUser a {
    display: inline-block;
    font-size: 12px;
    color: #6983dd;
    ;
    font-weight: bold;
    margin-left: 15px;
}
.header .search {
    position: relative;
    width: 440px;
    height: 44px;
    border: 2px solid #f27935;
    border-radius: 50px;
    background-color: #fff;
}
.header .search-zone {
    width: 386px;
    height: 44px;
    line-height: 44px;
    border-radius: 50px;
}
.header .search-zone > input {
    width: 386px;
    height: 44px;
    line-height: 44px;
    border: none;
    border-radius: 50px;
    text-indent: 15px;
}
.header .search-zone > input[type=search]::placeholder {
    color: #a8a8a8;
    font-weight: normal;
    font-size: 13px;
}
.header .search .btn-search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 54px;
    margin-top: -22px;
    padding: 12px 17px;
    font-size: 0;
    background: none;
}
.header .search .btn-search span {
    display: inline-block;
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: url(../images/btn-search.png) 0 0 no-repeat;
}
.headerLink {
    font-size: 0px;
}
.headerLink > div {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.headerLink .headerLink-tit {
    display: inline-block;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    font-family: 'Malgun Gothic', '맑은고딕', 'Gulim', AppleGothic, sans-serif;
}
.headerLink .userName {
    font-size: 12px;
    font-family: 'Malgun Gothic', '맑은고딕', 'Gulim', AppleGothic, sans-serif;
    color: #333;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-bottom: 5px;
    margin-right:9px;
    }
.headerLink .userWrap {
    margin: 0px 10px 0px;
    padding: 10px 0px 6px;
}
.headerLink .cartLink {
    margin: 0px 10px 0px;
    padding: 10px 0px 6px;
}
.headerLink .customerLink {
    margin: 0px 10px 0px;
    padding: 10px 0px 6px;
}
.headerLink .adminLink {
    min-width: 25px;
    margin: 0px 10px 0px;
    padding: 10px 0px 6px;
}
.headerLink .userWrap > a {
    display: block;
    min-width: 48px;
    padding-top: 35px;
    background: url(../images/headerLink-user.png) 0 2px no-repeat;
}
.headerLink .cartLink > a {
    display: block;
    min-width: 48px;
    padding-top: 35px;
    background: url(../images/headerLink-basket.png) 0 2px no-repeat;
}
.headerLink .customerLink > a {
    display: block;
    min-width: 48px;
    padding-top: 35px;
    background: url(../images/headerLink-c-center.png) 0 2px no-repeat;
}
.headerLink .adminLink > a {
    display: block;
    height: 50px;
    background: url(../images/headerLink-admin.png) 50% 50% no-repeat;
}
.headerLink .userLink-list {
    display: none;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -60px;
    z-index: 999;
}
.headerLink .customerLink-list {
    display: none;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -46px;
    z-index: 999;
}
.headerLink .adminLink-list {
    display: none;
    position: absolute;
    top: 66px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, 0%)
}
.headerLink .userLink-list ul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 22px 20px 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.headerLink .customerLink-list ul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 22px 20px 20px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.headerLink .adminLink-list ul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 22px 20px 20px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.headerLink .userLink-list ul li {
    display: block;
    padding-top: 12px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    white-space: nowrap;
}
.headerLink .customerLink-list ul li {
    display: block;
    padding-top: 12px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    white-space: nowrap;
}
.headerLink .adminLink-list ul li {
    display: block;
    padding-top: 12px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    white-space: nowrap;
}
.headerLink ul li > a {
    color: #333;
    font-size: 12px;
    font-family: 'Malgun Gothic', '맑은고딕', 'Gulim', AppleGothic, sans-serif;
}
.headerLink ul li > a:hover {
    color: #eb5b17;
    text-decoration: underline;
}
.headerLink .userLink-list ul::before {
    content: "" ;
    display: block;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(../images/pop-top-arrow.png) 50% 0px no-repeat;
}
.headerLink .customerLink-list ul::before {
    content: "" ;
    display: block;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(../images/pop-top-arrow.png) 50% 0px no-repeat;
}
.headerLink .adminLink-list ul::before {
    content: "" ;
    display: block;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(../images/pop-top-arrow.png) 50% 0px no-repeat;
}
.headerLink .userWrap:hover .userLink-list {
    display: block;
}
.headerLink .customerLink:hover .customerLink-list {
    display: block;
}
.headerLink .adminLink:hover .adminLink-list {
    display: block;
}
.headerLink .cartLink .acountBadge {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    min-width: 20px;
    height: 22px;
    padding: 0px 1px;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 18px;
    background-color: #e31a2a;
    font-family: 'dotum','돋움','Gulim',AppleGothic,sans-serif;
}

#Header_wrap .header .rightMember .rightUser .btn_logout {
    border: 1px solid #6983dd;
    background: #fff;
    padding: 6px 12px 7px 11px;
    border-radius: 30px;
    font-size: 13px;
}

#Header_wrap .menu_none {
    display: none
}

/* 컨텐츠 공통 */
#contents {
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

#contents .content-center {
    position: relative;
    width: 1200px;
    min-height: 550px;
    margin: 0 auto;
    padding: 0px 0px 50px;
}

#contents .select-wrap {
    display: inline-block;
    position: relative;
}

#contents .select-wrap select {
    border: 1px solid #c5c5c5;
    height: 27px;
    line-height: 27px;
    background: #fff url(../images/arrow.png) center right no-repeat;
    font-size: 12px;
    color: #333;
    padding-left: 8px;
    padding-right: 30px;
}

    #contents .ui-select > ul {
        position: absolute;
        left: 0;
        top: 28px;
        width: 100%;
        border: 1px solid #ccc;
        /*border-bottom: 0;*/
        box-sizing: border-box;
        background-color: #fff;
        overflow-y: auto;
        max-height: 285px;
        z-index: 11;
        padding: 5px 0px;
        font-size: 12px;
    }

.ui-select.active ul {
    display: none;
}

#contents .select-wrap > ul li {
    padding-left: 12px;
    background: none;
    line-height: 22px;
}

#contents .select-wrap > ul li a {
    font-size: 12px;
    color: #444;
}

.ui-select > ul > li > a {
    display: block;
    text-align: left;
    padding: 5px 0px;
    line-height: 20px;
    color: #777;
}

.ui-select.active {
    z-index: 2;
}

    .ui-select.active ul {
        display: block;
    }


#contents .select_wrap img {
    position: absolute;
    right: 12px;
    top: 15px;
}

#contents .select_wrap_1 img {
    position: absolute;
    right: 12px;
    top: 15px;
}

#contents .ml20 + label {
    margin-left: 20px;
}

#contents .ml10 + label {
    margin-left: 10px;
}

input {
    width: 200px;
    font-size: 12px;
    text-indent: 8px;
    border: 1px solid #c5c5c5;
    height: 25px;
    line-height: 24px;
    color: #333;
    /*font-family: 'dotum','돋움','Gulim','굴림','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo',sans-serif;*/
}

#contents table td input {
}

#contents input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

#contents input[type=text].num {
    text-align: center;
    text-indent: 0px;
    border-radius: 0px;
}

#contents input[type=password].w200 {
    width: 200px;
}

#contents input[type=text].w100 {
    width: 100px;
}

#contents input[type=text].w150 {
    width: 150px;
}

#contents input[type=text].w174 {
    width: 174px;
}

#contents input[type=text].w180 {
    width: 180px;
}

#contents input[type=text].w200 {
    width: 200px;
}

#contents input[type=text].w300 {
    width: 300px;
}

#contents input[type=text].w400 {
    width: 400px;
}

#contents input[type=text].w30 {
    width: 30px;
}

#contents input[type=text].w40 {
    width: 40px;
}

#contents input[type=text].w50 {
    width: 50px;
}

#contents input[type=text].w60 {
    width: 60px;
}

#contents input[type=text].w49 {
    width: 49px;
}

#contents input[type=text].w70 {
    width: 70px;
}

#contents input[type=text].w78 {
    width: 78px;
}

#contents input[type=text].w80 {
    width: 80px;
}

#contents input[type=text].w500 {
    width: 500px;
}

#contents input.w190 {
    width: 190px;
}

#contents input.w168 {
    width: 168px;
}

#contents input.w240 {
    width: 240px;
}

#contents input.h35 {
    height: 25px;
    line-height: 24px;
}

#contents input.h27 {
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0px;
    margin-top: px;
}

#contents select.w70 {
    width: 70px;
}

#contents select.w80 {
    width: 80px;
}

#contents select.w90 {
    width: 90px;
}

#contents select.w110 {
    width: 110px;
}

#contents select.w85 {
    width: 85px;
}

#contents select.w120 {
    width: 120px;
}

#contents select.w150 {
    width: 150px;
}

#contents select.w200 {
    width: 202px;
}

#contents select.h35 {
    height: 26px;
    vertical-align: top;
    margin-left: 1px;
}

#contents .br0 {
    border-right: 0px !important
}

#contents .bb0 {
    border-bottom: 0px !important
}

.cur {
    cursor: pointer;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.w80 {
    width: 80px;
}
.pb30 {
    padding-bottom: 30px;
}
.mh75 {
    min-height: 75px;
}
.mh0 {
    min-height: 0px !important;
}

.ui-select {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 10px;
    vertical-align: top;
}

    .ui-select > button {
        width: 100%;
        background: #fff;
        border: 1px solid #bbb;
        height: 30px;
        font-size: 12px;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding: 0 30px 0 10px;
        cursor: pointer;
        border-radius: 3px;
    }

.ui-select > button:before {
    display: block;
    content: '';
    width: 8px;
    height: 6px;
    background: url(../images/more06.png) 0 0 no-repeat;
    position: absolute;
    top: 8px;
    right: 10px;
    margin-top: 4px;
    transform: rotate(0deg);
}

.ui-select > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
    max-height: 285px;
    z-index: 999;
    padding: 5px 0px;
}

.ui-select > ul li {
    padding-left: 15px;
    background: none;
}

.ui-select > ul > li > a {
    display: block;
    text-align: left;
    padding: 5px 0px;
    line-height: 20px;
    color: #444;
    font-size: 13px;
}

/* 서브 공통 */
.con-top {
    display: flex;
    justify-content: space-between;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 15px;
    align-items: center;
}
.con-top > h2.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: url(../../images/common/title_arrow.png) 0px 1px no-repeat;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.con-top .order_memo span {
    display: block;
    white-space: normal;
    text-align: left;
    line-height: normal;
    border: 1px solid #6983dd;
    border-radius: 50px;
    padding: 5px 15px 6px;
    color: #6983dd;
    font-weight: bold;
}
.title-area {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
    align-items: center;
}

.title-area > .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    /*background: url(../images/icon-basket.png) 0px 0px no-repeat;*/
    /*padding-left: 27px;*/
}

.filter-finder {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.filter-list {
    font-size: 0;
    margin-bottom: 10px;
}
.filter-list .filter-tit {
    display: inline-block;
    width: 160px;
    background-color: #eb7b46;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    color: #fff;
    text-indent: 20px;
    border-radius: 50px;
    margin-right: 20px;
    vertical-align: top;
}
.filter-list .filter-con {
    display: inline-block;
    width: calc(100% - 185px);
}
.filter-maker span {
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    line-height: 29px;
    color: #333;
}
.filter-con .label {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
    font-size: 12px;
    color: #555;
    margin-right: 5px;
}
.cal_wrap {
    display: inline-block;
}
.cal_wrap input[type=text] {
    width: 78px;
}
.cal_wrap img {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 7px;
    cursor: pointer;
}
.cal_from {
    font-size: 13px;
    margin-left: 7px;
    margin-right: 2px;
}
.filter-con input[type=text] {
    font-size: 13px;
    border-radius: 3px;
}
.filter-con .select-wrap select {
    border-radius: 3px;
}
.area_srch_reportDetail {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}
.search-box .label {
    display: inline-block;
    margin-top: 6px;
    vertical-align: top;
    font-size: 12px;
    color: #555;
    margin-right: 5px;
}
.search-box input[type=text] {
    font-size: 13px;
    border-radius: 3px;
    background-color: #e7f2ff;
}
.search-box .label.mr0 {
    margin-right: 0px;
}
.mr0 {
    margin-right: 0px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}

.btn-filter-srh {
    display: inline-block;
    vertical-align: top;
}
.btn-filter-srh img {
}

.btn {
    display: inline-block;
}

.btn1 {
    display: inline-block;
}

.btn a {
    display: inline-block;
    text-align: center;
    height: 38px;
    line-height: 37px;
    background: #eb7b46;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 20px;
    border-radius: 4px;
}

.btn-type2 a {
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #f26522;
    color: #f26522;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 20px;
    border-radius: 4px;
}
.mr7 {
    margin-right: 7px;
}

.btn1 a {
    border: 1px solid #4159a7;
}

.btn-gray a {
    background: #fff;
    border: 1px solid #c5c5c5;
    color: #555;
    height: 28px;
    line-height: 27px;
    padding: 0px 12px;
}
.btn-gray a:hover {
    background: #f5f5f5;
}
.btn.return {
    position: absolute;
    right: 0;
}
.btn-gray2 {
    vertical-align: top;
}
.btn-gray2 a {
    background: #7e808b;
    color: #fff;
    height: 27px;
    line-height: 26px;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 3px;
}

table {
    font-size: 13px;
    color: #2a2d34;
    border: 0px none;
    text-align: center;
    background: #fff;
    font-family: 'dotum','돋움','Gulim','굴림','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo',sans-serif;
}

table th {
    font-size: 12px;
    color: #555;
    height: 40px;
    letter-spacing: px;
    background: #fffaf4;
    border-right: 1px solid #e8e8e8;
}

table th:last-child {
    border-right: none;
}

table td {
    font-size: 12px;
    color: #333;
    border-right: 1px solid #e8e8e8;
    padding: 3px 3px;
    line-height: 21px;
    word-break: break-all;
}
table td a {
    font-size: 12px;
    color: #333;
}

table td:last-child {
    border-right: none;
}

table .text_left {
    text-align: left;
}

table .text_right {
    text-align: right;
}

table .text_center {
    text-align: center;
}

.tableBox.scroll {
    overflow-y: auto;
    border: 1px #d7d7d7 solid;
}

.tableBox.scrollX {
    overflow-x: auto;
    border-right: 1px #d7d7d7 solid;
}

table.ui-datepicker-calendar td {
    height: 25px;
}

.inquiry a {
    background: #339098 url('../../images/common/btn_search.png') 19px 10px no-repeat
}

.over_y {
    overflow-y: scroll
}

.print a {
    background: url('../../images/common/btn_print.png') 18px 8px no-repeat
}


/* 주문 */
.orderWrap {
    display: block;
}

.orderLeft {
    width: 100%;
}

.table-list {
    background: #fff;
}

.table-top {
    border-top: 1px solid #f27935;
    border-bottom: 1px solid #e8e8e8;
}

.table-middle {
    /*min-height: 400px;*/
    overflow-y: auto;
}

.table-list tr {
    border-bottom: 1px solid #e8e8e8
}

.table-middle tr:nth-child(even) {
    
}

.table-middle tr:nth-child(odd) {
    
}

/* ============================================================================= */
.table-middle .ln_physic {
    background-color: #fff;
    cursor: pointer;
}

.table-middle .ln_physic:hover,
.table-middle .ln_physic:focus,
.table-middle .ln_physic.down:hover,
.table-middle .ln_physic.over {
    background-color: #f5f5f5;
}

.table-middle .ln_physic.on,
.table-middle .ln_physic.down.on {
    background-color: #ffefd6;
}

.table-middle .ln_physic.down {
    background-color: #fffabb;
}
/* ----------------------------------------------------------------------------- */

.btn-order {
   display: inline-block;
   margin-left: 7px;
}
.btn-order a {
    display: inline-block;
}
.btn-order a > img {
    display: block;
}
.quantity {
    padding: 0px;
}

.quantity input {
    width: 29px;
    border-radius: 3px;
    height: 22px;
    border: none;
}

.quantity .readonly {
    background-color: #e7f2ff;
}

.option {
    margin-top: 5px;
}
.option .count {
    display: inline-block;
    height: 22px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
}
.option .count > button {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}
.option .count .down {
    background-image: url(../../images/btn-minus.png);
}
.option .count .up {
    background-image: url(../../images/btn-plus.png);
}
.option .count .numInput {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 0;
    font-size: 13px;
    color: #333;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}

.table-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}
.table-bottom-center {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.table-sumlist {
    background: #faf2ea;
    font-size: 13px;
    font-weight: bold;
}

.table-sumlist table th {
    color: #444;
    background: #faf2ea;
    font-size: 13px;
    font-weight: bold;
}

.table-sumlist .totalPrice {
    font-size: 13px;
    text-align: right;
    color: #ff5300;
    padding-right: 9px;
}

.table-basket table th:last-child {
    border-right: none;
}

.table-basket .table-top {

}

.table-basket .table-middle {

}

.table-basket .table-middle tr:nth-child(even) {
    /* 2023.09.25 : 주석처리 background: none*/
}

.total-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    background: #faf2ea;
    /*border: 1px solid #777;*/
}
.amount-zone {
    display: inline-block;
}
.amount-zone .unit-zone {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.amount-zone span.total-unit {
    color: #ff5300;
    font-size: 17px;
    padding-left: 10px;
}
.amount-zone span.price-zone {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-left: 40px;
}

.amount-zone span.total-price {
    color: #ff5300;
    font-size: 17px;
    padding-left: 10px;
}

.amount-zone span.unit {
    color: #333;
    font-size: 13px;
}

.table-basket .quantity {
    padding: 0px;
}

.table-basket .quantity input {
    /* 2023.09.21 - 주석처리(주문UI 통일) border: 1px solid #b5bac9; */
}

.order_send {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.send_memo {
    display: inline-block;
}
.send_memo b {
    display: inline-block;
    font-size: 13px;
    color: #444;
    margin-right: 5px;
    background: url(../images/icon-memo.png) 0px 50% no-repeat;
    padding-left: 18px;
}

.send_memo input {
    border: 1px solid #c5c5c5 !important;
    height: 28px !important;
    border-radius: 3px;
}

.pop-order {
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 918px;
    min-height: 310px;
    margin-left: -493px;
    z-index: 99;
    vertical-align: top;
    background: #fff;
    padding: 25px 35px;
    border-top: 2px solid #eb7b46;
    border-left: 2px solid #eb7b46;
    border-right: 2px solid #eb7b46;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.pop-order .btn-pd-close {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -54px;
}
.orderWrap.mb130 {
    margin-bottom: 130px;
}
.physic {
    display: inline-block;
    vertical-align: top;
}
.info-zone .title {
    height: 36px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.info-zone .title a.ingredient {
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #74767a;
    border-radius: 3px;
    padding: 0px 10px;
    margin-top: 4px;
}
.info-zone .title a.prev {
    float: right;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    border: 1px solid #c5c5c5;
    border-radius: 50px;
    padding: 0px 15px;
    padding-left: 25px;
    background: #fff url(../../images/icon-prev-02.png) 15% 48% no-repeat;
}
.info-zone .title a.prev:hover {
    background: #f5f5f5 url(../../images/icon-prev-02.png) 15% 48% no-repeat;
}
.info-zone.physic table {
    width: unset;
}
.info-zone .physic-table {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.info-zone .table-list {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.info-zone table tr {
    border-bottom: 1px #e8e8e8 solid;
}

.info-zone table th {
    padding: 0px 10px;
    border-right: 1px solid #e8e8e8;
    word-break: break-all;
    white-space: normal;
    background: #faf2ea;
    color: #555;
}

.info-zone table.physic-table th {
    height: 38px;
    line-height: 38px;
}
.info-zone table.physic-table td {
    height: 38px;
    line-height: 16px;
}
.info-zone table.physic-table td.product_name {

}

.info-zone table th.padding0 {
}
.info-zone table td.padding0 {

}

.info-zone table td {
    height: 30px;
    padding: 0px 10px;
    border-right: 1px solid #e3e2e8;
    word-break: break-all;
    white-space: normal;
}

.info-zone table th:last-child {
    border-right: none;
}

.info-zone table td:last-child {
    border-right: none;
}

.info-zone .table-middle {
    height: 190px;
    border: none;
    word-break: break-all;
    background: #fff;
}

.thumb {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    background: #fff;
    margin-right: 10px;
    margin-left: 5px;
    vertical-align: middle;
    overflow: hidden;
}

.thumb > img {
    width: 100%;
}


/* 제품상세 팝업 */
.MngProductPopup  {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 999;
    /*border: 1px solid #777;*/
    padding: 30px;
}

.MngProductPopup > .top {
    font-size: 0;
}

.MngProductPopup > .top > div {
    display: inline-block;
    vertical-align: top;
}

.product_Image {
    width: 330px;
    height: 311px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}

.product_Image > a > img {
    height: 100%;
}

.product_Info {
    margin-left: 20px;
    width: 400px;
}

.info-zone .product_Info table th {
    height: 38px;
}

.detailed_information {
    width: 750px;
    height: 350px;
    margin-top: 20px;
    border: 1px #e3e2e8 solid;
}

.detailed_information > .title {
    font-size: 12px;
    word-break: break-all;
    white-space: normal;
    background: #faf2ea;
    color: #555;
    padding-left: 15px;
    border-bottom: 1px #e3e2e8 solid;
}

#productDesc {
    line-height: 24px;
    color: #444;
    height: 273px;
    overflow-y: auto;
    text-align: left;
    padding: 20px;
}


/* Footer */
#wrap-footer {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    border-top: 1px solid #e3e2e8;
    padding-top: 27px;
}

#wrap-footer #area-footer {
    width: 1200px;
    margin: 0 auto;
}

#wrap-footer #area-footer .footer-info p {
    color: #777;
    font-size: 13px;
    line-height: 22px;
}

/* =============================================================================
   개발자 추가.
*/

.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #eb7b46;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.multi_freq,
.interest {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #fff;
    text-indent: -9999em;
}

span.multi_freq,
span.interest {
    display: inline-block;
    margin: 3px 0 0 0;
    background: url("../../Images/Icon/check2.gif") 50% 50% no-repeat;
}

a.multi_freq,
a.interest {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #bbb;
    background: #fff;
    margin: 0 auto;
}

a.multi_freq.on,
a.interest.on {
    background: #fff url("../../Images/Icon/check.png") 50% 50% no-repeat;
}

.multi_freq {
    border-color: #f26522;
}

.interest {
    border-color: #8dc73f;
}

.tbl_list td .multi_freq {
    margin: 0 auto;
}

.tbl_list td .interest {
    float: right;
    margin-right: 5px;
}


.select_Num_Order {
    background: url("../../Images/selectBox/bg_1.jpg") no-repeat;
    text-align: left;
    text-indent: 8px;
    width: 76px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    display: block;
    color: #575757;
}

.select_Num_Order:hover {
    background: url("../../Images/selectBox/bg_1.jpg") no-repeat;
    text-align: left;
    text-indent: 8px;
    width: 76px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    display: block;
    color: #1165aa;
}

.select_Num_Order2 {
    background: url("../../Images/selectBox/bg_over.jpg") no-repeat;
    text-align: left;
    text-indent: 8px;
    width: 76px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    display: block;
    color: #575757;
}

.select_Num_Order2:hover {
    background: url("../../Images/selectBox/bg_over.jpg") no-repeat;
    text-align: left;
    text-indent: 8px;
    width: 76px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    display: block;
    color: #1165aa;
}

.selectNumList {
    display: none;
    position: absolute;
    z-index: 999;
    border: 1px solid #1165aa;
    border-top: 0px;
}

.selectNumList li {
    color: #575757;
    background-color: #fff;
    text-indent: 8px;
    width: 74px;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid #d6d6d6;
    cursor: pointer;
}

.selectNumList li:hover {
    color: #575757;
    background-color: #f1f7fc;
    text-indent: 8px;
    width: 74px;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid #d6d6d6;
    cursor: pointer;
}

.selectNumList li span {
    width: 60px;
    display: block;
    text-align: right;
    float: right;
    vertical-align: middle;
}

.selectNumList li img {
    padding-top: 9px;
}

.selectNumList li:first-child {
    border-top: 0px;
}

/* 로딩바 */
.loader-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8)
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.loader {
    display: inline-block;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 로딩바 */

.dspblk {
    display: block;
}

.dspIn {
    display: inline-block;
}

.dspNone {
    display: none;
}


/* 페이징 관련 */
.paging {
    margin: 0 auto;
    padding: 20px 0 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.pop_bg2 .paging .front, .pop_bg2 .paging .back, .content .paging .front, .content .paging .back {
    padding: 8px;
}
.paging .front, .paging .prev, .paging .next, .paging .back {
    color: #555;
    font-weight: bold;
}
.paging .prev {
    margin-right: 0px;
    line-height: 33px;
    background: #fff url(../images/icon-prev.png) 49% 49% no-repeat;
}
.paging .next {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 33px;
    background: #fff url(../images/icon-next.png) 52% 49% no-repeat;
}
.paging .first {
    margin-right: 0px;
    line-height: 33px;
    background: #fff url(../images/icon-first.png) 49% 49% no-repeat;
}

.paging .last {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 33px;
    background: #fff url(../images/icon-last.png) 57% 49% no-repeat;
}

.paging .front, .paging .back {
    padding: 16px;
    color: #555;
    font-weight: bold;
    border: 1px solid #ccc
}
.paging button:first-child, .paging button:last-child {
    border: 1px solid #ccc;
}
.paging button {
    display: inline-block;
    font-size: 13px;
    color: #555;
    background: #fff;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-right: 7px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
    vertical-align: top;
}
.paging button:hover {
    color: #555;
    font-weight: bold;
    border: 1px solid #bbb;
    background-color: #f5f5f5;
}
.paging button.pageOn {
    border: none;
    background: #86898b;
    color: #fff;
    font-weight: bold;
}

/* layer */
.layer:not(.no-bg) {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5050;
}

.layer.no-bg {
    position: absolute;
    z-index: 5050;
}

.layer .layer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background-color: #000;
    opacity: 0.5;
}

.layer .layer-content {
    position: relative;
    z-index: 5050;
    background-color: #fff;
    box-shadow: 0px 0px 15px 2px #555;
}

.layer:not(.no-bg) .layer-content {
    left: 50%;
    top: 50%;
}

.layer .layer-content .layer-title {
    height: 34px;
    line-height: 34px;
    background-color: #6f736f;
    border: 1px solid #6f736f;
    text-indent: 15px;
    color: #fff;
}

.layer .layer-content .btn-layer-close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background: url('/images/btn-close.png') no-repeat 0 0;
    text-indent: 100%;
    opacity: .5;
}

.layer#layerLoading .layer-bg {
    background-color: #fff;
    opacity: 0;
}

.layer#layerLoading .layer-content {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: none;
    box-shadow: none;
}
/* //layer */

/*장바구니*/
.bag_list tr.strike {
    /* 2023.11.26 - 주석처리 border-color: #ccc;*/
    text-decoration: line-through;
    color: red;
}

.bag_list tr.strike td,
.bag_list tr.strike td input {
    /* 2023.11.26 - 주석처리 border-color: #ccc;*/
    text-decoration: line-through;
    color: red;
}

/* 주문서 검색 */
.orderlistWrap {
}

.orderlistWrap .btn-flex {
    display: flex;
    justify-content: right;
}

.orderlist > .table-list {

}

.orderlist .table-middle {
    height: auto;
    overflow-y: unset;
}

.orderlist .table-middle td {
    white-space: nowrap;
    overflow: hidden;
}

.orderlist td.orderlist-memo {
    position: relative;
    overflow: unset;
    cursor: pointer;
    background: url(../images/icon-memo.png) 50% 50% no-repeat;
}

.orderlist td.orderlist-memo:hover {
    background: url(../images/icon-memo-over.png) 50% 50% no-repeat;
}

.orderlist td.orderlist-memo .pop-memo {
    position: absolute;
    top: 33px;
    right: 10px;
    width: 150px;
    height: auto;
    background: #fff;
    border: 1px solid #f27935;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    z-index: 100;
    white-space: normal;
}

.orderlist .sumlist {
    font-size: 0;
    background: #faf2ea;
}

.orderlist .sumlist span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    padding: 15px;
    border-right: 1px solid #fff;
}

.orderlist .sumlist span.td_nm {
    width: 20%;
}

.orderlist .sumlist span.sumTotal {
    width: 30%;
    text-align: center;
}

.orderlist .sumlist span.td_totalPrice {
    width: 10%;
    text-align: right;
    color: #cf1944;
}
.orderlist .sumlist span.totalSupplyPrice {
    font-size: 14px;
    width: 10%;
    text-align: right;
    color: #ff5300;
}
.orderlist .sumlist span.totalTaxPrice {
    font-size: 14px;
    width: 10%;
    text-align: right;
    color: #ff5300;
}
.orderlist .sumlist span.totalPrice {
    font-size: 14px;
    width: 10%;
    text-align: right;
    color: #ff5300;
}
.orderlist tr.statusReDi1On {
    background-color: #fff;
}
.orderlist tr.statusReDi2On {
    background-color: #ffcc99;
}
.orderlist tr.statusGumaeSelFlagOn {
    background-color: #ffcc99;
}
.orderlist tr.statusGumaeConfirmDateOn {
    background-color: #D9E5FF;
}


/* 매출원장 */
.radio-area {
    color: #444;
    font-size: 13px;
}
.radio-area input[type=radio] {
    display: inline-block;
    width: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 2px;
}

.salesLedger .sumBackgroundColor {
    background-color: #f7f7f7;
}

.salesLedger .minusBackgroundColor {
    background-color: #ffefd6;
}

/* 고객문의 */
.tbl_view .content {
    padding: 20px;
}
.tbl_view .title {
    font-size: 14px;
    height: 50px;
}
.tbl_view .file {
    text-align:right;
}
.tbl_view .file a {
    font-size: 12px;
    color: #305ef9;
    font-weight: bold;
}
.tbl_view .file a:hover {
    text-decoration: underline;
}
.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 20px;
}
.btn-zone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.tbl_view td {
    padding: 9px 20px;
}
.tbl_write td {
    padding: 9px 20px;
}
.tbl_write input {
    border-radius: 3px;
}
.filebox label {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
.filebox .upload-name {
    color: #777;
}
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


/* 회원관리 */
.view_info tr {
    border-bottom: 1px solid #e8e8e8;
}
.view_info tr th {
    text-align: left;
    padding-left: 25px;
}
.view_info tr td {
    padding-left: 20px;
    }
.view_info input {
    width: auto;
    border-radius: 3px;
    padding: 0px 7px 0px 0px;
}
#btn_srchZipCode {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
#spanId {
    font-weight: bold;
}
.view_info .select-wrap {
    vertical-align: top;
}
.select-wrap select {
    border-radius: 3px;
}

.searchVenCertify tr {
    border-bottom: 1px solid #e8e8e8;
}

.searchVenCertify tr th {
    text-align: center;
}

.dropdown .selected-options {
    padding-left: 9px !important;
}


/* 팝업관리 */
.w50 {
    width: 50px;
}
.pop-input input[type=text]{
    padding-right: 8px;
}
.tbl_write td .setTextarea {
    width: 808px;
    height: 196px;
    padding: 10px 20px;
}
.setTextarea {
    border: 1px solid #ddd;
    ime-mode: active;
}
#btn_srchVen {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
#btn_clearVen {
    display: inline-block;
    color: #777;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #919295;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
.searchVenBtn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
} 

.ven-info {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    display: inline-block;
    font-size: 11px;
    color: #777;
    vertical-align: top;
    margin-top: 5px;
}
.ven-info .svg_info {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
}
.ml10 {
    margin-left: 10px;
}
.ml7 {
    margin-left: 7px;
}
#smart_editor2 {
    width: 850px !important;
}


/* Excel 재고등록 및 조회 */
.filebox {
    
}
#btn_upload {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
#btn_help_stock {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #999;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50px;
    vertical-align: top;
    margin-top: 5px;
}
.img-excel {
    margin-top: -1px;
    vertical-align: top;
}
.filter-list .filter-tit.filter-tit2 {
    background: #f28f61;
}
#help_stock {
    position: absolute;
    top: 85px;
    left: 395px;
    background: #fff;
    padding: 25px 35px 35px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.help_stockT {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.help_stockT > p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.help_stockC {
    display: flex;
    justify-content: flex-end;
}
.help_stockR {
    margin-right:30px;
}
.help_stockR > img {
    border: 1px solid #d5d5d5;
}
.help_stockL li {
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.help_stockL li > img {
    vertical-align: top;
    margin-top: 2px;
}
.download-sample {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #919295;
    border: 1px solid #818181;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 3px;
    vertical-align: top;
}
.btn-popclose {
    position: absolute;
    top: 0px;
    right: -48px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#btn_closeHelpLayer {
    display: block;
}

/**
    Excel 재고등록 - 시작
*/
#chk_way {
    position: absolute;
    padding: 10px;
    top: 75px;
    left: 690px;
    background-color: #fff;
    border: 3px solid red;
    border-radius: 10px;
}

#chk_way a {
    display: block;
    width: 132px;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

#chk_way #stock_plus {
    background: url("../../Images/Content/chk_stock_plus.gif") no-repeat;
}

#chk_way #stock_plus:hover {
    background: url("../../Images/Content/chk_stock_plus_on.gif") no-repeat;
}

#chk_way #stock_ovewrite {
    background: url("../../Images/Content/chk_stock_overwrite.png") no-repeat;
}

#chk_way #stock_ovewrite:hover {
    background: url("../../Images/Content/chk_stock_overwrite_on.png") no-repeat;
}

/**
    Excel 재고등록 - 끝
*/

/**
    Excel 주문등록 - 시작
*/
#chk_order {
    position: absolute;
    padding: 10px;
    top: 85px;
    left: 700px;
    background-color: #fff;
    border: 3px solid red;
    border-radius: 10px;
}

#chk_order a {
    display: block;
    width: 132px;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

#chk_order #order_plus {
    background: url("../../Images/Content/chk_order_plus.gif") no-repeat;
}

#chk_order #order_plus:hover {
    background: url("../../Images/Content/chk_order_plus_on.gif") no-repeat;
}

#chk_order #order_ovewrite {
    background: url("../../Images/Content/chk_order_overwrite.gif") no-repeat;
}

#chk_order #order_ovewrite:hover {
    background: url("../../Images/Content/chk_order_overwrite_on.gif") no-repeat;
}

/**
    Excel 주문등록 - 끝
*/

.section > span {
    display: inline-block;
}
.section .icon-bo {
    display: inline-block;
    border-radius: 4px;
    background: #eb7b46;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.section .icon-jun {
    display: inline-block;
    border-radius: 4px;
    background: #31a9a2;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.section .icon-bi {
    display: inline-block;
    border-radius: 4px;
    background: #e02280;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.section .icon-il {
    display: inline-block;
    border-radius: 4px;
    background: #367dd4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.section .icon-geub {
    display: inline-block;
    border-radius: 4px;
    background: #eb7b46;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    height: 20px;
    line-height: 20px;
}

/* 공휴일 관리*/
.holiday-info {
    font-size: 13px;
    color: #444;
    line-height: 28px;
}
.holiday-info .highlight{
    font-size: 13px;
    font-weight: bold;
    color: #e32c4e;
    line-height: 28px;
}
.holiday_title a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.holiday_title.year {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.holiday_title_text {
    font-size: 26px;
    color: #333;
}
#year_prev {
    width: 18px;
    height: 18px;
    vertical-align: 2px;
    background: url(../../Images/arrow_left.jpg) no-repeat;
}
#year_next {
    width: 18px;
    height: 18px;
    vertical-align: 2px;
    background: url(../../Images/arrow_right.jpg) no-repeat;
}
#year_curr {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px 10px 6px;
    border-radius: 5px;
    vertical-align: top;
    margin-top: 5px;
}
.year_content {
    margin: 0 auto;
}
.year_content ul {
    font-size: 0;
}
.year_content ul li {
    display: inline-block;
    width: 271px;
    height: 230px;
    padding: 15px 0px 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    vertical-align: top;
    margin-bottom: 25px;
}
.year_content ul li:hover {
    border: 1px solid #f27935;
}
.year_content ul li p {
    margin-left: 23px;
}
.year_content ul li p > a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: initial;
    margin-bottom: 10px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.year_content ul li p a .month-eng {
    font-size: 15px;
    color: #aaa;
    margin-left: 10px;
}
.year_content table {
    margin: 0 auto;
    width: auto;
}
.year_content table th {
    background: #fbeddd;
    height: 26px;
    font-size: 11px;
    letter-spacing: -0.5px;
    border: 0px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.year_content table td {
    padding: 3px 0px;
    text-align: center;
    border: 0px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.month_tbl .holiday,
.year_tbl .holiday,
.month_tbl .holiday a,
.year_tbl .holiday a {
    color: #eb1c42;
}
.year_tbl .holiday_set {
}
.year_tbl .holiday_set a {
    display: inline-block;
    font-weight: bold;
    background: #e32c4e;
    color: #fff;
    width: 23px;
    border-radius: 5px;
    padding-bottom: 2px;
}
.mr25 {
    margin-right: 25px;
}
.year_content table tr:first-child td {
    padding-top: 5px;
}


/* 주문 메모 */
.memo-info {
    font-size: 13px;
    color: #444;
    line-height: 28px;
}
.memo-info > p::before {
    content:"";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a5a5a5;
    border-radius: 50px;
    margin-right: 7px;
    margin-top: 12px;
    vertical-align: top;
}
.memo-info > p.highlight {
    font-size: 13px;
    font-weight: bold;
    color: #e32c4e;
    line-height: 28px;
}
#memo_contents {
    position: relative;
    margin: 30px auto;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding: 50px 150px 100px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
#curr_memo {
    display: inline-block;
    width: 400px;
}
#curr_memo h2, #update_memo h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
}
.memo_content {
    width: calc(100% - 52px);
    min-height: 120px;
    padding: 30px 25px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    behavior: url(../../Common/Compatibility/PIE.htc);
    font-size: 14px;
}
.memo_content.present {
    background: #fff;
}
#update_memo {
    float: right;
    width: 400px;
}
#update_memo h2 {
    position: relative;
    background: url(../../Images/Title/title_update_memo.jpg) no-repeat;
}
#update_memo h2::after {
    /*display: inline-block;
    content: "";
    background: #ffcca8;
    width: 90px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 39%;
    z-index: -1;
    border-radius: 13px;*/
}
.memo_input2 {
    width: 100%;
}
.memo_input2 > textarea {
    width: calc(100% - 22px);
    height: 94px;
    border: 1px solid #d5d5d5;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
#chkbite {
    position: absolute;
    margin-top: 15px;
}
#update_memo .btn {
    float: right;
    margin-top: 10px;
}
.icon-memo-arrow {
    position: absolute;
    display: block;
    left: 50%;
    top: 44%;
    margin-left: -16px;
}

/* order layer popup - EOrder 에서 복사함 */
.layer-popup {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 15px;
    z-index: 500;
    border-radius: 5px;
    background-color: #339098;
    box-shadow: 0 2px 8px #23646a;
}

.wrap-popup {
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px;
    overflow: hidden;
    background-color: #777;
}

.popup-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 10px;
    /*border-radius: 5px;*/
    background-color: #fff;
    font-family: "Malgun Gothic","맑은고딕";
}

.popup-content .pop-title {
    padding: 15px 0 15px;
    line-height: 22px;
    /*background: url('/images/common/layer_pop_bar.png') no-repeat 50% 12px;*/
    text-align: center;
    color: #222;
    font-size: 17px;
    font-weight: bold;
    font-family:"Malgun Gothic","맑은고딕";
}

.popup-content .pop-text {
    height: 176px;
    padding: 20px 30px;
    line-height: 22px;
    overflow-y: auto;
    background-color: #f1f5f7;
    font-size: 14px;
}

.popup-content#uploadedList {
    padding: 15px;
    width: 400px;
    height: auto;
}

.layer-popup > a,
.wrap-popup > a {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    line-height: 20px;
}

.btn-popup-nomore {
    float: left;
    background: url('/images/common/checks_off.png') no-repeat 0 50%;
    text-indent: 1.7em;
    font-family: "Malgun Gothic","맑은고딕";
    font-weight: bold;
}

.btn-popup-close {
    float: right;
    padding-left: 22px;
    padding-right: 5px;
    background: url('/images/common/closePopup.png') no-repeat 0 50%;
    font-family: "Malgun Gothic","맑은고딕";
    font-weight: bold;
}
/* // order layer popup */

/* 단가 및 재고관리 기준 (WOS_Std2 에서 복사함) */
#btn_mngSetting {
    width: 117px;
    background: url("../../Images/Btn/admin_control.gif") no-repeat;
}
.radio-set {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 70px auto 30px;
    line-height: 17px;
}
.radio-set > div {
    display: inline-block;
    width: 49%;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 20px 0px;
}
.radio-set > div > input[type=radio]:not(old) + label  {
    font-weight: bold;
}
#area_setting {
    width: 1109px;
    margin: 0 auto;
    *zoom: 1;
    line-height: 1.5em;
    font-family: 'Malgun Gothic','맑은 고딕','dotum','돋움','Gulim','굴림','Apple SD Gothic Neo',sans-serif;
    text-align: center;
    margin-top: 50px;
}

#area_setting.etc .otc {
    display: none;
}

#area_setting.otc .etc {
    display: none;
}

#area_setting input {
    vertical-align: middle;
}

#area_setting .stockRate input[type='text'] {
    width: 30px;
    vertical-align: middle;
}

#area_setting .select-wrap select {
    border: 1px solid #c5c5c5;
    height: 27px;
    line-height: 27px;
    background: #fff url(../images/arrow.png) center right no-repeat;
    font-size: 12px;
    color: #555;
    padding-left: 8px;
    font-family: 'Malgun Gothic','맑은 고딕','dotum','돋움','Gulim','굴림','Apple SD Gothic Neo',sans-serif;
    padding-left: 8px;
    padding-right: 30px;
}

#area_setting:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#area_setting .normal {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

#area_setting .wholesale {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wrap_mkind_view {
    position: absolute;
    right: 10px;
    top: 19px;
    line-height: 16px;
    z-index:9;
}

.wrap_mkind_view input[type=radio] + label {
    font-size: 13px;
    font-weight: bold;
}


#area_setting h3 {
    position: relative;
    height: 52px;
    line-height: 51px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 12px;
    color: #222;
    text-align: left;
    z-index: 1;
}

#area_setting h3::after {
    display: inline-block;
    content: "";
    height: 20px;
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: -1;
    border-radius: 13px;
}

#area_setting .normal h3::after {
    width: 105px;
    background: #d9effb;
}

#area_setting .wholesale h3::after {
    width: 68px;
    background: #e8edff;
}

#area_setting .setting {
    margin-bottom: 50px;
    overflow: hidden;
    behavior: url("../../Common/Compatibility/PIE.htc");
    border: 1px solid #ccc;
    border-radius: 15px;
    /*box-shadow: 0px 0px 10px 5px #eee;*/
}

#area_setting .normal .setting {

}

#area_setting .wholesale .setting {

}

#area_setting .setting h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    height: 45px;
    line-height: 44px;
    padding: 0px 0px 0px 25px;
    border-bottom: 1px solid #e5e5e5;
}

#area_setting h4.title_normal {
    background: #70b3d9;
    /*background: #50a5d5 url("../../Images/icon/icon_title_normal.gif") no-repeat 24px 50%;*/
}

#area_setting h4.title_whole {
    background: #8397dd;
    /*background: #6983dd url("../../Images/icon/icon_title_whole.gif") no-repeat 24px 50%;*/
}

#area_setting h4.standard_stock {
    background: url("../../Images/Title/adminsubtitle2.gif") no-repeat;
}

#area_setting h4.standard_order {
    background: url("../../Images/Title/adminsubtitle3.gif") no-repeat;
}

#area_setting .setStandard + h4 {
    margin-top: 20px;
}

#area_setting .setStandard {
    width:;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    padding: 20px 30px 25px;
}

#area_setting .setStandard:last-child {
    border-bottom: none;
}

#area_setting .setStandard.normal-set {
    padding-bottom: 127px;
}

#area_setting .setStandard dt {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

#area_setting .setStandard dt::before {
    content: "";
    display: none;
    width: 4px;
    height: 11px;
    border-radius: 50px;
    background: #6983dd;
    margin-right: 8px;
    margin-top: 4px;
    vertical-align: top;
}

#area_setting .normal .setStandard dt {
    /*background: #eef0f3 url("../../Images/icon/icon_subTitle_normal.gif") no-repeat 20px 50%;*/
}

#area_setting .wholesale .setStandard dt {
    /*background: #eef0f3 url("../../Images/icon/icon_subTitle_normal.gif") no-repeat 20px 50%;*/
}


#area_setting .setStandard dd {
    text-align: initial;
}

#area_setting .setStandard dd label {
    font-size: 13px;
    line-height: 14px;
    padding-left: 25px;
}

#area_setting .setStandard dd.first {
    font-size: 0px;
}

#area_setting .setStandard dd.first > div {
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#area_setting .price_setImg_first {
    margin-right: 30px;
    background: #79bade;
}

#area_setting .price_setImg_second {
    margin-right: 30px;
    background: #8dc8e8;
}

#area_setting .price_setImg_third {
    background: #9fd2ee;
}

#area_setting .wholesale .price_setImg_first {
    background: #8ab6e9;
}

#area_setting .wholesale .price_setImg_second {
    background: #a0c7f5;
}

#area_setting .wholesale .price_setImg_third {
    background: #b1d3fb;
}

#area_setting .setStandard dd.last {

}

#area_setting .setStandard dd.wrap_mngPrice {
    font-size: 0px;
}

#area_setting .wrap_mngPrice:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#area_setting .wrap_mngPrice > div {
    display: inline-block;
    width: 116px;
    padding: 15px 0 5px 12px;
    border-left: 1px solid #ccd0d3;
    border-right: 1px solid #ccd0d3;
    border-bottom: 1px solid #ccd0d3;
    background-color: #f4f7f9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    behavior: url("../../Common/Compatibility/PIE.htc");
    vertical-align: top;
}

#area_setting .wrap_mngPrice > div > ul li {
    margin-bottom: 10px;
}

#area_setting .wrap_mngPrice > div > ul li input[type=radio]:not(old) + label {
    font-size: 13px;
    line-height: 16px;
}

#area_setting .wrap_mngInsu_first {
    width: calc(33% - 32px);
}

#area_setting .wrap_mngInsu_second {
}

#area_setting .wrap_mngInsu_third {
    min-height: 78px;

}

#area_setting .wrap_mngInsu_third.none {
    display: none;
}

#area_setting div .wrap_price_view {
    display: block;
    width: calc(100% - 22px);
    height: 18px;
    padding: 15px 0 2px 20px;
    background-color: #f4f7f9;
    border: 1px solid #ccd0d3;
    min-height: 30px;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 8px;
}

#area_setting div .wrap_price_view > label {
    margin-top: 1px;   
    padding-left: 5px;
}


#area_setting .common_setting h4 {
    height: 45px;
    line-height: 44px;
    padding: 0px 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    background: #eb7b46;
    /*background: #f1823d url("../../Images/icon/icon_title_common.gif") no-repeat 24px 50%;*/
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

#area_setting .common_setting {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    behavior: url("../../Common/Compatibility/PIE.htc");
    border-radius: 15px;
}

#area_setting .common_setting dt {
    /*background: #ffebc1 url("../../Images/icon/icon_subTitle_normal.gif") no-repeat 30px 55%;*/
}

#area_setting .common_setting dt::before {
    content: "";
    display: none;
    width: 4px;
    height: 11px;
    border-radius: 50px;
    background: #eb7b46;
    margin-right: 8px;
    margin-top: 4px;
    vertical-align: top;
}

.hasStock > dd {
    margin-bottom: 10px;
}

/*** 거래처 검색 ***/
.ui-widget-content {
    border: none !important;
}
.ui-dialog {
    padding: 30px !important;
}
.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}
.ui-widget.ui-widget-content {
    /*padding: 30px 30px 30px 30px !important;*/
}
.ui-dialog .ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.ui-dialog .ui-dialog-title {
    font-size: 20px !important;
    font-weight: bold;
    font-family: 'Malgun Gothic', '맑은고딕' !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px !important;
    top: 0px !important;
    width: 20px !important;
    padding: 1px;
    height: 20px !important;
    background: none !important;
    border: none !important;
    margin: 0px !important;
}
#divVenPage.paging {
    padding: 0px !important;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
    margin-top: .8em !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: unset !important;
}
.ui-button {
    text-align: center;
    height: 38px !important;
    line-height: 37px !important;
    background: #eb7b46 !important;
    border: none !important;
    color: #fff !important;
    padding: 0px 20px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
}
.ui-button .ui-icon {
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -10px !important;
    margin-left: -10px !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
    background-image: url(../images/btn-close3.png) !important;
}
.ui-icon-closethick {
    background-position: 0 0 !important;
}
.search-area {
    position: relative;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 20px 20px;
}
.btnSearch {
    width: 50px;
    vertical-align: top;
    background: #7e808b;
    color: #fff;
    height: 27px;
    line-height: 26px;
    padding: 0px 12px;
    font-size: 12px !important;
    border-radius: 3px;
    text-indent: 0;
    border: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    height: 100%;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.pd30 {
    padding: 30px;
}

/* // 단가 및 재고관리 기준 */


/*** 거래처 검색 ***/
#popupVen {
    padding: 20px 20px 30px 20px;
}
#popupVen .popup-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Malgun Gothic', '맑은고딕';
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#popupVen .search_box {
	position: relative;
	margin-bottom: 20px;
	font-size: 0;
    background: #f5f5f5;
    padding: 20px 20px;
}
#popupVen .search_box > select {
    display: inline-block;
    border: 1px solid #c5c5c5;
    height: 27px;
    line-height: 27px;
    background: #fff url(../images/arrow.png) center right no-repeat;
    font-size: 12px;
    color: #333;
    padding-left: 8px;
    padding-right: 30px;
    border-radius: 3px;
    margin-right: 5px;
}
#popupVen .placeholder_wrap {
	width: 207px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#popupVen .placeholder_wrap input[type='text'] {
    width: 200px;
    border-radius: 3px;
    text-indent: 8px;
    border: 1px solid #c5c5c5;
    height: 25px;
    line-height: 24px;
}
#popupVen .placeholder_wrap > .placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 8px;
    left: 15px;
}
#popupVen .search_box > .btn_search {
    width: 19px;
    height: 19px;
    font-size: 0;
    background: url(../../images/icon/icon_search.png) 50% no-repeat;
    position: absolute;
    top: 5px;
    right: 12px;
    display: inline-block;
}
.tblVen {display: inline-flex;justify-content: space-between;align-items: center;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;}
.tbl_list {display: inline-block;}
.table-top {
    border-top: 1px solid #f27935;
    border-bottom: 1px solid #e8e8e8;
}
.table-middle-gumae {
    overflow-y: auto;
    height: 300px;
    border-bottom: 1px solid #e8e8e8;
}
.tbl_list th, .tbl_list td {
    word-break: break-all;
}
.tbl_list th {
    font-size: 12px;
    color: #555;
    height: 40px;
    letter-spacing: px;
    background: #fffaf4;
    border-right: 1px solid #e8e8e8;
}
.tbl_list th:last-child {
    border-right: none;
}
.tbl_list tr {
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}
.tbl_list tr:last-child {
    border-bottom: none;
}
.tbl_list td {
    font-size: 12px;
    color: #333;
    border-right: 1px solid #e8e8e8;
    padding: 9px 9px;
    line-height: 17px;
    word-break: break-all;
}
.tbl_list td:last-child {
    border-right: none;
}
.tbl_list .left {
	text-align: left;
}
.tbl_list .right {
	text-align: right;
}
.tbl_list .center {
	text-align: center;
}
.tbl_list tr.on {
	background: #e0f5ff;
}
.tblVen .btnWrap {
    margin-left: 25px;
    margin-right: 25px;
}
.tblVen .btnWrap > input#Save {
	background:#3857c9;
	border: 1px solid #2a48b3;
	color: #fff;
}
.tblVen .btnWrap > input {
	display: block;
	width: 70px;
    font-weight: bold;
    color: #555;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-bottom: 7px;
    background: #f5f5f5;
	line-height: 24px;
    padding: 4px 4px;    
    text-indent: 0px;
    height: 34px;
}
.tblVen .btnWrap > input#DelAll {
}


div.table_wrapper {
    overflow-y: scroll;
    height: 278px; /* adjust this to desired height */
    border-bottom: 1px solid #e8e8e8;
}
.highlight {
    background-color: #daf3ff;
}
.cursor {
    cursor: pointer;
}
.btn-selectclose {
    position: relative;
    left: 107px;
}
.btn-selectclose > a > img {
    height: 29px;
}
.printVenNm{
    margin-bottom: 50px;
}
.printVenNm .tableBox {
    width: 700px;
    position: relative;
    margin: 20px auto;
    table-layout: fixed;
    /*border-top: 1px #999 solid;
    border-left: 1px #999 solid;*/
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}

.printVenNm .tableBox.main_top {
    border: none;
    text-align: left;
    margin-bottom: 5px;
}

.printVenNm .tableBox.main_top td {
    border: none;
    padding: 2px 0px;
    font-size: 12px;
}

.printVenNm .tableBox.main_top .title {
    border: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 30px;
    line-height: normal;
}
.printVenNm .tableBox.content {
    margin-bottom: 50px;
}


.printVenNm .tableBox th,
.printVenNm .tableBox td {
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.printVenNm .tableBox th {
    padding: 4px 0px;
    font-weight: bold;
    background: #f5f5f5;
}

.printVenNm .tableBox td {
    padding: 2px 4px;
    text-align: center;
    line-height: 14px;
}

.printVenNm .tableBox .left {
    text-align: left;
}

.printVenNm .tableBox .right {
    text-align: right;
}

.printVenNm .tableBox td.right_none {
    border-right: none;
}

.printVenNm .center {
    text-align: center;
}

.printVenNm .overhidden {
    overflow: hidden;
    white-space: nowrap;
}

.printVenNm .tableBox .bold {
    font-weight: bold;
}

.printVenNm .tableBox.tableBox2 {
    margin-top: 15px;
    border: none;
}

.printVenNm .tableBox.tableBox2 td {
    padding: 4px 2px;
    height: 0px;
    border: none;
}

.print-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px; /* 페이지 끝에서 여백 */
}
.print-footer .left-content {
    position: absolute;
    left: 50px;
}

.print-footer .center-content {
    position: absolute;
    text-align: center;
}

.print-footer .right-content {
    position: absolute;
    right: 50px;
}


.leftMenu_btn {
    font-family: "Malgun Gothic","맑은고딕";
}

.thumb.noImg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.thumb.noImg > img {
    width: 25px;
    height: 25px;
}
.page-break {
    page-break-before: always;
}
.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateX(20px);
    opacity: 0;
}

/* 20241223 재고표시 - 재고유무 설정 (유/무/품절) */
.noStock {
    display: inline-block;
    text-align: center;
    border: 1px solid #ed1952;
    color: #ed1952;
    width: 21px;
    height: 21px;
    line-height: 20px;
    border-radius: 3px;
    font-weight: bold;
    background: #fff3f6;
}
.inStock {
    display: inline-block;
    text-align: center;
    border: 1px solid #1950ed;
    color: #1950ed;
    width: 21px;
    height: 21px;
    line-height: 20px;
    border-radius: 3px;
    font-weight: bold;
    background: #f4f7ff;
}
.outStock {
    display: inline-block;
    text-align: center;
    border: 1px solid #ed1952;
    color: #ed1952;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-weight: bold;
    padding: 0px 3px;
}

#textORder_attatch img {
    max-width: 100%;
}

.fix_tbl_header {
    position: sticky;
    top: 0;
}