/* Minification failed. Returning unminified contents.
(9764,40): run-time error CSS1046: Expect comma, found '0'
(9764,44): run-time error CSS1046: Expect comma, found '/'
(9765,32): run-time error CSS1046: Expect comma, found '0'
(9765,36): run-time error CSS1046: Expect comma, found '/'
(10886,17): run-time error CSS1038: Expected hex color, found '#ffff'
(11141,28): run-time error CSS1039: Token not allowed after unary operator: '-FgGrD8'
 */
@charset "utf-8";

@import url('/contents/css/font.css');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr {
    margin: 0;
    padding: 0;
    border: 0;
    word-break: keep-all
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    height: 100% !important;
}

html, body {
    height: 100%
}

body, input, textarea {
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #727272;
    font-family: 'Nanum Gothic',나눔고딕,dotum,돋움,sans-serif;
    font-size: 12px;
}

dl, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-spacing: 0; /*border-collapse:collapse;*/
    background-color: #fff;
    box-shadow: 0 0 1px 1px #eee;
}

legend {
    display: none
}
a {
    color: #727272;
    text-decoration: none
}
a:not(.doc_detail) {
    color: inherit;
}

a:active, a:hover {
    text-decoration: none
}

select, input {
    margin: 0;
    padding: 0
}

select {
    height: 30px;
}

strong {
    color: #484848;
    font-weight: 600
}

em {
    font-style: normal
}

button {
    border: 0;
    background: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

button:focus {
    outline: none;
}

/*button:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}*/

caption {
    display: none
}

input[type=text], input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin-right: 4px
}

input[type=text]:disabled {
    background-color: #eee;
    color: #929292
}

input:-ms-input-placeholder {
    color: #929292
}

input::-webkit-input-placeholder {
    color: #929292
}

input::-moz-placeholder {
    color: #929292
}

input::-moz-placeholder {
    color: #929292
}

input::placeholder {
    letter-spacing: -1px;
    font-size: 12px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle
}

hr {
    border: 0;
    height: 1px;
    background-color: #e8e8e8;
}

/*****/
.cursor_pointer {
    cursor: pointer;
}
.zindex-fixed {
    z-index: 999;
}

/****** 정렬 ******/
.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}
.justify-end {
    justify-content: end;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-flex-start {
    align-items: flex-start;
}
.justify-content-end {
    justify-content: end;
}
.gap4 {
    gap: 4px;
}
.gap8 {
    gap: 8px;
}
.gap10 {
    gap: 10px;
}
.gap12 {
    gap: 12px;
}
/*** 포지션 ****/
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-absolute-center {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.position-fixed {
    position: fixed;
}

/****** 여백 ******/
.m-0 {
    margin: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-4 {
    margin-right: 4px;
}
.mr-6 {
    margin-right: 6px !important;
}
.mr-8 {
    margin-right: 8px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-24 {
    margin-right: 24px !important;
}
.ml-0 {
    margin-left: 0px !important;
}

.ml-4 {
    margin-left: 4px;
}

.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-13 {
    margin-left: 13px;
}

.ml-16 {
    margin-left: 16px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-24 {
    margin-left: 24px;
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}
.mt-40{
    margin-top:40px;
}
.mt-46{
    margin-top:46px;
}
.mb-0{
    margin-bottom:0 !important;
}
.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}


.mx-4 {
    margin: 0 4px;
}

.mx-8 {
    margin: 0 8px;
}

.my-2 {
    margin: 2px 0;
}

.my-24 {
    margin: 24px 0;
}


.p-0 {
    padding: 0 !important;
}
.p-24 {
    padding: 24px !important;
}

.px-8 {
    padding: 0 8px;
}

.px-12 {
    padding: 0 12px;
}

.px-15 {
    padding: 0 15px;
}

.px-20 {
    padding: 0 20px;
}

.pt-8 {
    padding-top: 8px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-16 {
    padding-right: 16px;
}
.pl-0{
    padding-left:0 !important;
}



/** border **/
.border-top-0 {
    border-top: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-left {
    border-left: 1px solid #e8e8e8;
}
/**** font size *****/
.fs-12px {
    font-size:12px;
}
/***** color *****/
.fc-white {
    color: white;
}
.fc-gray_727 {
    color: #727272;
}
.fc-gray_424 {
    color: #424242;
}
.fc-cadetblue {
    color: cadetblue;
}
.fc-red_ff2 {
    color: #ff2f2f !important;
}
.fc-green_29b {
    color: #29bc25 !important;
}
.fc-green_46 {
    color: #46ab43;
}
.fc-green_499 {
    color: #499d46 !important;
}
.fc-green_3c8 {
    color: #3c8f94;
}
.fc-green_32c {
    color: #32c243;
}
/***** text *****/
.right-0 {
    right: 0;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-indent {
    text-indent: 14px
}

.text-break {
    word-break: break-all;
}

.text-keep {
    word-break: keep-all;
}

.lh-lg {
    line-height: 2;
}

.fw-bold {
    font-weight: bold;
}

.white-nowrap {
    white-space: nowrap;
}
/***** width *****/
.w-100 {
    width: 100%;
}
.w-70 {
    width: 70%;
}
.w-80px {
    width: 80px;
}
.w-220px {
    width: 220px;
}
.w-340px {
    width: 340px;
}
/***** color *****/
.bg-white {
    background-color: #fff;
}

.text-black {
    color: #222;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}
    /*
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/
.form-control:focus,
.btn:focus {
    outline: none;
}

select.form-control {
    display: inline-block;
}

select {
    /*float: left;*/
    margin-right: 5px;
    font-size: 12px;
    border: 1px solid #d7d6d6;
    border-radius: 4px;
    color: #555;
    vertical-align: middle;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 20px;
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.panel-footer {
    padding: 10px 15px;
    /*border-top: 1px solid #e5e5e5;*/
}

.common-wrapper {
    position: absolute;
    width: 500px;
    top: 200px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -250px;
    text-align: center;
}

.common-wrapper.filectl {
    top: 50px;
    width: 1000px;
    margin-left: -500px;
}

.common-wrapper .title-wrapper {
    margin-bottom: 10px;
}

.common-wrapper .title-wrapper h3 {
    font-size: 20px;
}

.common-wrapper .title-wrapper h3 .logo-text {
    background-color: #F44336;
    color: #fff;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -3px 20px rgba(255,255,255,0.4);
    padding: 10px 15px;
    border-radius: 8px;
    margin-right: 10px;
    font-weight: 800;
    font-style: italic;
}

.common-wrapper .title-wrapper h3 .date:before {
    content: "[";
}

.common-wrapper .title-wrapper h3 .date {
    color: #1e88e5;
    font-weight: 800;
}

.common-wrapper .title-wrapper h3 .date:after {
    content: "]";
}

.common-wrapper .title-wrapper h3 img {
    height: 50px;
    margin-right: 7px;
}

.common-wrapper .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-wrapper .panel-body .secure-code {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    width: 40px;
    border-width: 2px;
}

.common-wrapper .panel-body .secure-code + .secure-code {
    margin-left: 10px;
}

.common-wrapper .panel-footer .btn_sky {
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.common-wrapper.filectl .panel {
    padding: 0;
    border: 0;
}

.common-wrapper.filectl .panel-heading {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
}

.common-wrapper.filectl .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.common-wrapper.filectl .panel-body .count {
    font-size: 16px;
    text-align: left;
}

.common-wrapper.filectl .panel-body .btn_box_c {
    font-size: 16px;
    float: right;
    margin-top: 0;
}

.common-wrapper.filectl .panel-body .btn_t2 {
    padding: 0 26px;
    width: auto;
}

.common-wrapper.filectl .panel-body .tb_basic td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.common-wrapper.filectl .panel-body .tb_basic td.file-name {
    text-align: left;
}

.common-wrapper.filectl .panel-body .tb_basic td.align_left {
    border-right: 0;
}

.common-wrapper.filectl .cnt_box {
    text-align: left;
}
.date-tooltip {
    position: relative;
    display: inline-block;
}
.date-tooltip .tooltiptext {
    position: absolute;
    font-style: normal;
    z-index: 1;
    top: 22px;
    left: 0;
    width: 87px;
    visibility: hidden;
    font-size: 11px;
    letter-spacing: -0.5px;
    padding: 3px 6px;
    border: 1px solid #63b378;
    background-color: #fff;
    color: #727272;
    text-align: center;
    box-shadow: 2px 2px 2px #ddd;
}
.date-tooltip:hover .tooltiptext {
    visibility: visible;
}
/***** skip navigation *****/
.link_content a {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    line-height: 0;
    margin: 0 -1px -1px 0;
    font-size: 0
}

.link_content a:focus {
    width: auto;
    height: 32px;
    margin: 0;
    padding: 15px 0 0 15px;
    background: #20262c;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    outline: none
}

/***** wrap *****/
#wrap {
    position: relative;
    width: 100%;
    /*height:100%;*/
    min-height: 110%;
    padding-bottom: 30px;
    /*background-color:#f8f9fa*/
}

h1 {
    display: none
}

/***** 사이드 영역 *****/
#side_area {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    width: 238px;
    background-color: #25282a;
}

#side_area {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 99999;
}

#side_area::-webkit-scrollbar {
    width: 10px;
    background-color: #25282a;
}

#side_area::-webkit-scrollbar-thumb {
    background-color: #474d51;
    border-radius: 6px;
    background-clip: padding-box;
}

#side_area::-webkit-scrollbar-track {
    background-color: #25282a;
}

#side_area .right-side {
    margin: 10px;
    height: 130px;
    border-bottom: 2px groove #373c3f
}

#side_area .right-side li:first-child {
    height: 55px;
    line-height: 94px;
    padding: 0 0px;
    color: #fff;
    font-weight: 600;
    text-align: center
}

#side_area .right-side li:first-child a {
    padding-left: 7px;
}

#side_area .right-side li:last-child {
    height: 75px
}

#side_area .right-side li:last-child a {
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 6px 15px;
    top: 103px;
    left: 50%;
    border: 1px solid #35393c;
    border-radius: 20px;
    background-color: #191b1c;
    box-shadow: 1px 1px 2px 0px grey inset;
    color: #fff
}

#side_area .right-side li:last-child a:hover {
    font-weight: 800;
}

#side_area .right-side li:last-child a i {
    margin-right: 5px
}

#side_area .side_inner {
    background-color: #25282a
}

.side_inner .search_side {
    border-radius: 3px;
    border: 1px solid #3b4043;
    margin: 30px 20px 20px 20px;
    border-radius: 10px
}

.side_inner .search_side .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background-color: #191b1c;
    border-radius: 10px;
}

.side_inner .search_side input[type=text] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    box-shadow: none;
    background-color: #191b1c;
    border: 1px solid transparent;
    height: 35px;
}

.side_inner .search_side input[type=text]:-ms-input-placeholder {
    color: #788097
}

.side_inner .search_side input[type=text]::-webkit-input-placeholder {
    color: #788097
}

.side_inner .search_side input[type=text]::-moz-placeholder {
    color: #788097
}

.side_inner .search_side input[type=text]::-moz-placeholder {
    color: #788097
}

.side_inner .search_side .input-group .form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 140px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 3px 0 12px;
    border-radius: 10px
}

.side_inner .search_side .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 40px;
    vertical-align: middle;
    display: table-cell;
}

.side_inner .search_side .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    box-shadow: none;
    height: 37px;
}

.side_inner .search_side .btn .fa {
    font-size: 20px;
}

.side_inner .search_side .input-group-btn>.btn {
    position: relative;
}

.side_inner .search_side .input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
    width: 40px;
}

/*.side_inner .menu_side{margin-top:25px;padding-bottom:0;}*/
.side_inner .menu_side .menu_side_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    *zoom: 1;
    border-bottom: 2px groove #373c3f;
}

/*.side_inner .menu_side .menu_side_top:after{content:'';display:block;clear:both}*/
.side_inner .menu_side .menu_side_top .setting_title {
    /*float:left;*/
    color: #84888b;
    font-size: 18px;
    font-weight: 600
}

.side_inner .menu_side .menu_side_top .setting_icon img {
    margin-left: 4px;
    cursor: pointer;
    width: 20px;
    height: 26px;
}

/*.side_inner .menu_side .menu_side_top .setting_title{float:none}*/
/*.side_inner .menu_side .menu_side_top .setting_title button{float:right;padding:4px;}
.side_inner .menu_side .menu_side_top .setting_title button img{width:18px;height:18px;margin-top:2px;}*/
/*.side_inner .menu_side .menu_side_top a{float:right;margin-top:6px;color:#707889;font-size:11px}*/
.side_inner .menu_side #accordian {
    width: 238px;
    padding-bottom: 30px;
}

/*heading styles*/
.side_inner .menu_side #accordian h3 {
    font-size: 12px;
    line-height: 30px;
    padding: 2px 20px;
    cursor: pointer;
    color: #84888b;
    border-left: 4px solid transparent
}

.side_inner .menu_side #accordian h3 a {
    color: #84888b;
}

.side_inner .menu_side #accordian h3 .fa {
    position: relative;
    top: 5px;
    font-size: 18px;
    float: right;
}

.side_inner .menu_side #accordian li.active h3,
.side_inner .menu_side #accordian h3:hover {
    color: #fff;
    background-color: #3a3d3f;
    border-left-color: #46ab43;
    border-bottom: none;
}

.side_inner .menu_side #accordian li.active h3 a,
.side_inner .menu_side #accordian h3:hover a {
    color: #fff;
}

.side_inner .menu_side #accordian h3 span {
    font-size: 16px;
    margin-right: 10px;
}

.side_inner .menu_side #accordian li {
    position: relative;
    list-style-type: none;
}

.side_inner .menu_side #accordian li .icon_new,
.side_inner .menu_side #accordian .real_order .icon_new {
    opacity: 0;
}

.side_inner .menu_side #accordian .depth2 li.update .icon_new,
.side_inner .menu_side #accordian .real_order.update .icon_new {
    background-color: #fb793f;
    color: #fff;
    font-weight: 800;
    font-size: 8px;
    border-radius: 50%;
    padding: 1px 3px 1px 3px;
    margin-left: 4px;
    opacity: 1;
}

.side_inner .menu_side #accordian #leftMenusHolder>li {
    border-bottom: 2px groove #373c3f;
}

.side_inner .menu_side #accordian ul ul li a {
    line-height: 25px;
    font-size: 12px;
    /*display: block;*/
    padding-left: 35px;
    transition: all 0.15s;
    color: #84888b;
}

.side_inner .menu_side #accordian ul ul li a:before {
    content: '·';
    padding-right: 4px;
    font-weight: 800;
}

/*.side_inner .menu_side #accordian ul ul li a .fa {
	padding-right: 5px;
	font-size: 10px;
}*/
.side_inner .menu_side #accordian ul li.active ul li.active a,
.side_inner .menu_side #accordian ul ul li a:hover {
    color: #46ab43;
}

.side_inner .menu_side #accordian ul ul {
    display: block;
}

.side_inner .menu_side #accordian li.active ul {
    display: block;
}

/*처리내역 추가 241021*/
.side_inner .process-history li {
    border-bottom: 2px groove #373c3f;
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}
.side_inner .process-history h3 {
    font-size: 12px;
    line-height: 16.8px;
    cursor: pointer;
    color: #b8b8b8;
    border-left: 4px solid transparent;
    
    letter-spacing: -0.24px;
}
.side_inner .process-history img{
    margin:0 8px;
}
.side_inner .process-history .history-count {
    border-radius: 100px;
    background: #ff2f2f;
    padding: 4px;
    color: #fff;
    padding: 3px 5px;
    font-size: 9px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    height: 8px;
    justify-content: center;
    position: absolute;
    left: 89px;
    top: 13px;
}
/*처리내역 팝업*/
.history-popup {
    border-radius: 8px;
    border: 1px solid #29bc25;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    width: 320px;
    position: fixed;
    left: 20px;
    top: 149px;
    padding-bottom: 8px;
    z-index: 99999;
}
.history-popup .popup-head {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.history-popup .popup-head img{
    padding-left:6px;
}
.history-popup .popup-head p{
    color: #727272;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.24px;
}
.history-popup .popup-head a {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.24px;
}
.history-popup .history-existence table {
    box-shadow: none;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.history-popup .history-existence table th {
    padding: 8px 8px 8px 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 15.4px;
    letter-spacing: -0.22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history-popup .history-existence table td{
   padding: 8px 12px 8px 0;
}
.history-popup .history-existence .notice-title {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.history-popup .history-existence .notice-red{
     background: #eb4b4e;
}
.history-popup .history-existence .notice-green{
     background: #29bc25;
}
.history-popup .history-existence .notice-blue{
     background: #4f96ff;
}
.history-popup .history-existence .notice-gray {
    background: #000000;
    opacity: 30%;
}
.history-popup .history-existence .notice-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.24px;
    color:#727272;
}
.history-popup .history-existence .notice-text.text-gray{
   opacity: 30%;
}
.history-popup .history-existence .notice-date {
    color: #929292;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.4px;
    letter-spacing: -0.22px;
}
.history-popup .history-existence .notice-date.text-gray{
    opacity: 30%;
}
.history-popup .history-null .null-wrap {
    text-align: center;
    padding:80px 0;
}
.history-popup .history-null p {
    color: #727272;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
}

/*.side_inner .menu_side>ul{margin-top:16px;padding:0 10px}
.side_inner .menu_side>ul>li{margin-top:8px}
.side_inner .menu_side>ul>li>a,.side_inner .menu_side ul li span{display:block;padding-left:12px;background:url(/contents/images/common/bg_sidemenu_bar.gif) no-repeat 0 50%;color:#8aa4af}
.side_inner .menu_side .active_sub{color:#e24f4e}
.side_inner .menu_side ul li ul{margin:10px 0 15px 10px}
.side_inner .menu_side ul li ul li{margin:4px 0}
.side_inner .menu_side ul li ul li a{display:block;color:#949ca9}
.side_inner .useinfo_side{margin-top:20px}
.side_inner .useinfo_side a{display:block;height:42px;margin-top:10px;padding:8px 0 0 14px;background:#22bdb8 url(/contents/images/common/bg_arr.gif) no-repeat 92% 50%;color:#fff;font-weight:600}
.side_inner .useinfo_side a strong{display:block;color:#fffc07}*/
/***** content header *****/
.contents_header {
    position: fixed;
    /*min-width:1172px;*/
    z-index: 99999;
    width: 100%;
    height: 120px;
    *zoom: 1;
    /*-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
}

.contents_header:after {
    content: '';
    display: block;
    clear: both
}

.contents_header .seller_info {
    position: absolute;
    top: 40px;
    width: 238px;
    color: #fff;
    text-align: center;
    height: 78px;
    background-color: #25282a;
}

.contents_header .seller_info h3 {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 2px groove #373c3f;
    /*margin: 0 20px;*/
}

/*.contents_header .seller_info h3 img {margin-bottom:5px;}*/
.contents_header .channel_state {
    position: relative;
    top: 0;
    height: 40px;
    color: #fff;
    background-color: #404345
}

.contents_header .channel_state .left-side {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 222px;
    height: 40px;
    line-height: 40px;
}

.contents_header .channel_state .left-side span {
    font-weight: bold;
    padding-left: 16px;
}

.contents_header .channel_state.distribution .left-side {
    background-image: url(/contents/images/banner/header_user1.png)
}

.contents_header .channel_state.seller .left-side {
    background-image: url(/contents/images/banner/header_user2.png)
}

.contents_header .right-side {
    position: absolute;
    display: block;
    top: 0;
    right: 20px;
    height: 40px;
    *zoom: 1;
}

.contents_header .right-side img {
    padding-right: 5px;
    margin-bottom: 1px;
}

.contents_header .right-side li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff;
}

.contents_header .right-side li:first-child+li:before {
    content: "|";
    padding: 0 10px;
    color: #666767
}

.contents_header .right-side li.go_logout a,
.contents_header .right-side li a.on_pay {
    border: 1px outset #333638;
    border-radius: 4px;
    padding: 3px 6px;
    color: #fff;
    background-color: #9fa3a4;
    font-size: 12px;
    margin-left: 14px;
}

.contents_header .right-side li.go_logout a:hover,
.contents_header .right-side li a.on_pay:hover {
    color: #fff;
    border: 1px outset #fff;
}

.contents_header .right-side li a.on_pay {
    margin-left: 0;
}

.contents_header .right-side li a .fa {
    color: #fff;
    font-size: 20px;
}

.contents_header .right-side li span>b {
    font-weight: 400;
}

.contents_header .right-side li .mypoint i {
    font-style: normal;
    color: #fff;
    background-color: #696d70;
    font-weight: 800;
    border-radius: 50%;
    padding: 1px 4.7px;
    margin-left: 6px;
    cursor: pointer;
}

.contents_header .urge_notice {
    position: absolute;
    top: 6px;
    left: 136px;
    background-color: #ff0000;
    padding: 0 16px;
    border-radius: 14px;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
}

.contents_header .urge_notice b {
    color: #f6ff00;
    margin-right: 4px;
}

.contents_header.scroll-active {
    width: calc(100% + 17px);
    /*padding-right:17px;*/
}

.contents_header.scroll-active .right-side {
    right: 37px;
}

/*** content state ***/
.contents_header .contents_state {
    height: 80px;
    padding: 0 15px;
    *zoom: 1;
    background-color: #25282a;
}

.contents_header .contents_state:after {
    content: '';
    display: block;
    clear: both
}

.contents_header .contents_state .state_date {
    float: left;
    color: #8a8e9c
}

.contents_header .contents_state .state_date strong {
    font-family: Tahoma sans-serif;
    font-weight: bold
}

.contents_header .contents_state .state_date span {
    margin-left: 5px;
    color: #e24f4e;
    font-family: dotum, '돋움', sans-serif;
    font-weight: normal
}

.contents_header .contents_state .state_date span em {
    font-family: Tahoma, sans-serif
}

.contents_header .contents_state .state_num {
    position: absolute;
    top: 65px;
    right: 20px;
    margin: 3px 0 0 20px;
    font-family: dotum, '돋움', sans-serif;
    font-size: 11px;
    *zoom: 1
}

.contents_header .contents_state .state_num:after {
    content: '';
    display: block;
    clear: both
}

.contents_header .contents_state .state_num li {
    float: left;
    margin-left: 10px;
    padding-right: 11px;
    background: url(/contents/images/common/bg_bar_state.gif) no-repeat 100% 50%;
}

.contents_header .contents_state .state_num li em {
    color: #ff7701;
    font-weight: bold
}

.contents_header .contents_state .state_num li.last {
    background: none
}

/*** GNB ***/
.contents_header .gnb {
    position: absolute;
    top: 40px;
    margin-left: 238px;
    height: 80px;
    *zoom: 1;
    background-color: #25282a;
}

.contents_header .gnb:after {
    content: '';
    display: block;
    clear: both
}

.contents_header .gnb li {
    position: relative;
    float: left
}

.contents_header .gnb li a {
    display: block;
    /*height:76px;*/
    /*line-height:82px;*/
    padding: 14.5px 23px;
    border-bottom: solid 4px #25282a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    opacity: 0.5
}

@media(max-width:1630px) {
    .contents_header .gnb li a {
        padding: 14.5px 15px;
    }
}

@media(max-width:1530px) {
    .contents_header .gnb li a {
        padding: 14.5px 12px;
    }
}

.contents_header .gnb li a img {
    display: block;
    margin: 0 auto
}

.contents_header .gnb li a.home {
    padding: 14.5px 30px;
}

.contents_header .gnb li:first-child a.active {
    border-color: #46ab43;
    background-color: #2e3234;
}

.contents_header .gnb li a.active {
    border-color: #46ab43;
    background-color: #2e3234;
    opacity: 1
}

.contents_header .gnb li .gnb_text {
    display: block;
    width: 54px;
}

.contents_header .gnb li .icon_new {
    opacity: 0;
}

.contents_header .gnb li.update .icon_new {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: #fb793f;
    color: #fff;
    font-weight: 800;
    font-size: 10px;
    height: 15px;
    border-radius: 50%;
    padding: 0 4px 0 4px;
    opacity: 1;
}

/*** 콘텐츠 ***/
.contents {
    margin-left: 238px;
    padding: 35px 20px 0;
    padding-top: 155px !important;
}

.contents h4 {
    color: #484848;
    font-size: 18px;
    font-weight: 600;
}

.contents h4 .fa {
    padding-right: 5px;
}

/***** 하단 *****/
#footer {
    margin: 130px 20px 0 258px;
    *zoom: 1;
    border-top: 1px solid #d9d9d9;
}

#footer:after {
    content: '';
    display: block;
    clear: both
}

#footer .info_footer {
    float: left;
    margin: 30px 0 0 10px;
    *zoom: 1
}

#footer .info_footer:after {
    content: '';
    display: block;
    clear: both
}

#footer .info_footer img {
    float: left;
    width: 120px;
}

#footer .info_footer span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-right: 14px;
    color: #929292
}
#footer .info_footer span.num_customer {
    background: url(/contents/images/common/bg_bar_foot.gif) no-repeat 100% 50%;
}
#footer .info_footer p {
    margin: 5px 0 0 130px;
    color: #929292;
}
/*@media(min-height:800px){.contents{min-height:600px;}#footer{margin: 130px 20px 0 258px;}}*/
@media (max-width: 1430px) {
    .app_banner_img {
        display: none;
    }
}
/*바우처이미지*/
.app_banner_img {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
}
.app_banner_img.scroll-active-right {
    right: 17px;
}
/***** heading *****/
.tit_box {
    margin-top: 26px;
    *zoom: 1
}

.tit_box:after {
    content: '';
    display: block;
    clear: both
}

.tit_box h4 {
    /*float: left;*/
}

.tit_box h4 > b {
    font-size: 12px;
    padding-left: 4px;
}

.tit_box span {
   /* display: block;
    float: left;
    margin: 6px 0 0 12px;
    color: #929292;
    font-size: 12px;*/
}

.tit_box p {
    padding: 37px 0 4px 0;
    font-size: 11px
}

.tit_box span .fa {
    color: #e53935;
}

.tit_box span em {
    color: #484848;
    font-weight: 800
}

.tit_box .list_link {
    display: inline-block;
    float: right;
    margin: 5px 20px 0 0;
    color: #929292;
    font-weight: 600
}

.tit_box .tit_box_select {
    float: left;
    margin: 5px 0 0 25px
}

.tit_box .tit_box_select label {
    margin-right: 13px
}

.tit_box_no {
    margin-top: 0 !important;
}
/***** 리스트 컨트롤 *****/
.list_ctrl {
    margin-top: 13px;
    *zoom: 1;
}

.list_ctrl:after {
    content: '';
    display: block;
    clear: both
}

.list_ctrl .ctrl_l {
    float: left;
}

.list_ctrl .ctrl_r {
    float: right
}

.list_ctrl .list_ctrl_info {
    margin-bottom: 25px;
    color: #929292
}

.list_ctrl .list_ctrl_info ul li {
    margin-top: 2px
}

.list_ctrl .lc_tit {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle
}

.list_ctrl .gap_t1 {
    margin-left: 10px
}

.list_ctrl .gap_t2 {
    margin-left: 16px
}

.list_ctrl .txt_or {
    margin: 0 10px;
    color: #b8b8b8;
    font-weight: 600
}

.list_ctrl select, .list_ctrl button, .list_ctrl input, .list_ctrl a {
    margin: 5px 0 0 2px;
    vertical-align: middle
}

.list_ctrl select {
    float: none;
    padding: 0 4px;
}
/***** table *****/
.table_fix_top { /* 테이블 상단 고정*/
    width: 100%;
    overflow: auto;
}
.table_fix_top .tb_basic {
    margin-top: 0;
    border-top: 0;
}
.table_fix_top thead th {
    position: sticky;
    top: 0;
    z-index: 9;
    border-top: 1px solid #ddd;
}
.tb_basic {
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    border-top: 1px solid #ddd;
}

.tb_basic th {
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f1f2f3;
    color: #727272;
    font-weight: 600;
    word-break: keep-all;
    padding: 8px
}

.tb_basic th:last-child, .tb_basic td:last-child {
    border-right: 0;
}

.tb_basic td {
    position: relative;
    padding: 9px 7px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    text-align: center;
    word-break: keep-all
}

.tb_basic td a .loadup img {
    padding-left: 4px;
    margin-bottom: 3px;
    height: 13px;
}

.tb_basic.custom td {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.tb_basic.custom td .ip_basic {
    margin-bottom: 5px;
}

.tb_basic.custom td .gap_l {
    color: #59a9ae;
}

.tb_basic.custom td .gap_l strong {
    color: #e53935;
}

.tb_basic td.img-fixed {
    width: 82px;
    padding-left: 0;
    padding-right: 0;
}

.tb_basic td.img-fixed img {
    width: 80px;
    height: 80px;
}
.tb_basic td.align_left {
    text-align: left
}

.tb_basic td.align_right {
    text-align: right
}
.tb_basic td.delivery_select {
    position: relative;
    min-width: 120px
}

.tb_basic td.delivery_select .pop_delivery_select {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 30px;
    background-color: #ececec
}

.tb_basic td.delivery_select .pop_delivery_select .pop_delivery_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(/contents/images/bg/bg_close.gif) no-repeat
}

.tb_basic td.delivery_select select {
    width: 128px
}

.tb_basic td.delivery_select input[type=text] {
    width: 110px;
    margin: 2px 0
}

.tb_basic td .btn_memo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.tb_basic td .memo_box_prev {
    display: flex;
    height: 28px;
    line-height: 28px;
    margin: 2px 0;
}

.tb_basic td .memo_box_prev.admin_memo {
    background-color: #505a68;
}

.tb_basic td .memo_box_prev.admin_name_memo {
    background-color: #499d46;
}

.tb_basic td .memo_box_prev span {
    color: #fff;
    font-size: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 24px;
    word-break: break-all;
}

.tb_basic td .memo_box_prev.admin_memo span {
    background: url(/contents/images/icon/ic_memo.png) no-repeat 6px;
}

.tb_basic td .memo_box_prev.admin_name_memo span {
    background: url(/contents/images/icon/ic_user.png) no-repeat 6px;
}

.tb_basic td .memo_box_prev2 {
    display: block;
    right: 2px;
    bottom: 2px;
    left: 2px;
    height: 35px;
}

.tb_basic td .memo_box_prev2 span {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 28px;
    background: #505a68 url(/contents/images/bg/bg_memo_prev.gif) no-repeat;
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.tb_basic td .goods_link {
    color: #5c7df8
}

.tb_basic td .order_name {
    display: inline-block;
    margin-top: 5px
}

.tb_basic td .delivery_info {
    margin-bottom: 5px;
    color: #669947
}

.tb_basic td .delivery_tie {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 25px;
    background: url(/contents/images/icon/ic_delivery_tie.gif) no-repeat 0 50%;
    color: #669947
}

.tb_basic td .timesale-movie-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

.tb_basic td .movie {
    float: left;
    display: inline-block;
    padding-left: 25px;
    background: url(/contents/images/icon/ic_movie2.png) no-repeat 0 50%;
    color: #588ddb;
}

.tb_basic td .timesale {
    float: left;
    display: inline-block;
    margin-right: 7px;
    padding-left: 25px;
    background: url(/contents/images/icon/timesale.jpg) no-repeat 0 50%;
    color: #e53935;
}

.tb_basic td .receipt_info {
    color: #bb8b30
}

.tb_basic td .info_gap {
    margin-top: 5px
}
/*.tb_basic td .manage_btn{margin:1px 0}*/
.tb_basic td .manage_btn .fa {
    padding-right: 3px;
    font-size: 13px;
}

.tb_basic td .define_list {
    *zoom: 1
}

.tb_basic td .define_list:after {
    content: '';
    display: block;
    clear: both
}

.tb_basic td .define_list dt {
    clear: both;
    float: left;
    margin-top: 2px
}

.tb_basic td .define_list dd {
    float: right;
    margin-top: 2px
}

.tb_basic td .option_info {
    margin-top: 7px
}

.tb_basic td .option_info a {
    margin-left: 10px
}

.tb_basic td .txt_line {
    margin-top: 5px;
    padding: 5px 10px 0;
    border-top: solid 1px #e5e5e5
}

.tb_basic td .box_select {
    margin: 11px 0
}

.tb_basic td .box_select label {
    margin: 0 3px
}

.tb_basic td .gap_top {
    margin-top: 7px
}

.tb_basic td .btn_calc {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #c8c8c8;
    padding: 3px 8px;
    border-radius: 5px;
    margin-top: 5px;
    white-space: nowrap;
}

.tb_basic td .btn_calc i {
    font-style: normal;
    color: #3ec33a;
    font-weight: 800;
    padding-left: 4px;
}

.tb_basic th span, .tb_basic td span {
    display: block
}

.tb_basic input {
    vertical-align: middle;
    box-sizing: border-box;
       
}
/*.tb_basic tr th:last-child,.tb_basic tr td:last-child{border-right:0}*/
/*.tb_basic:not(.review_detail) tr th:last-child,.tb_basic:not(.review_detail) tr td:last-child{border-right:0}*/
.tb_basic tr.join_list td {
    border-bottom: 0
}

.tb_basic.basic_line th, .tb_basic.basic_line td {
    border-right: 0
}

.tb_basic.basic_line tr th:first-child, .tb_basic.basic_line tr td:first-child {
    border-right: solid 1px #e5e5e5
}

.tb_basic.basic_line tr th:last-child, .tb_basic.basic_line tr td:last-child {
    border-left: solid 1px #e5e5e5
}

.tb_basic.basic_fl tr th:first-child, .tb_basic.basic_fl tr td:first-child {
    border-right: solid 1px #e5e5e5
}

.tb_basic .calc_info {
    color: #484848;
    font-weight: 800;
}

.tb_basic .calc_total {
    color: #484848;
    text-align: left;
    padding-left: 10px;
}

.tb_basic .calc_total .calc_sum {
    font-weight: 800;
    color: red;
}

/*.calclist-box .tb_basic {
    width: auto;
    height: 700px;
    overflow-y: scroll;
    display: inline-block;
}*/

.calclist-box .tb_basic td {
    word-break: break-all
}

.fixed_table {
    table-layout: fixed;
    display: none;
    font-size: 12px;
}

.tb_col {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    border-top: 1px solid #888;
}

.tb_col th {
    padding: 20px 0;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f8f8f8;
    color: #333;
    font-weight: 600;
    word-break: keep-all
}

.tb_col td {
    position: relative;
    padding: 8px 10px;
    border-bottom: solid 1px #e5e5e5;
    text-align: center;
    word-break: keep-all
}

.tb_col .align_left {
    text-align: left
}

.tb_row {
    width: 100%;
    margin-top: 10px; /*border:1px solid #d7dce0;*/
    border-spacing: 0 4px;
    border-collapse: separate;
}
    /*.tb_row tr:first-child th:before,.tb_row tr:first-child td:before{content:'';display:block;clear:both;height:10px}
.tb_row tr:last-child th:after,.tb_row tr:last-child td:after{content:'';display:block;clear:both;height:15px}*/
    /*.tb_row th,.tb_row td{background-color:#fff}*/
    /*.tb_row th{height:40px;color:#484848;font-weight:600;text-align:left;vertical-align:middle;word-break:keep-all;padding-left: 15px;}*/
.tb_row tr {
    margin: 0 15px;
    padding: 0 8px;
}

.tb_row th {
    color: #929292;
    font-weight: 600;
    word-break: keep-all;
    text-align: left;
    padding-left: 24px;
}

.tb_row th.tc {
    text-align: center
}

.tb_row th .check_first {
    margin-right: 6px;
}

.tb_row td {
    height: 40px;
    color: #929292;
    word-break: keep-all;
    vertical-align: middle;
    padding: 0 10px;
}

.tb_row td label {
    white-space: nowrap
}

.tb_row td span, .tb_row td ul {
    font-weight: 400
}

.tb_row td span {
    margin-right: 5px;
    font-size: 11px
}

.tb_row td a {
    color: #929292
}

.tb_row td .period {
    display: inline-block;
    margin: 0 8px 0 2px;
}

.tb_row td .period a {
    margin: 0 1px;
}

.tb_row td .info_popbill {
    color: #929292
}

.tb_row td .info_popbill dt, .tb_row td .info_popbill dd {
    display: inline-block;
    font-weight: 600
}

.tb_row td .info_popbill dd {
    margin: 0 20px 0 3px;
    color: #484848
}

.tb_row td.state_select label {
    display: inline-block;
    margin: 2px 16px 2px 0
}

.tb_row td.state_select.jintd label {
    margin: 2px 3px 2px 0
}

.tb_row td.state_select.good_delivery_section {
    vertical-align: top;
}

.tb_row td.state_select.good_delivery_section label {
    margin: 2px 4px -2px 0;
    font-size: 12px;
    padding-top: 2px;
}

.deliveryjin {
    font-size: 12px;
    display: inline-block;
    margin: 2px 16px 2px 0;
}

.ip_basic weed-krw deliveryObj_seller {
    margin-left: 0.8%;
    margin-top: 11px;
}

.tb_row td .selectBox, .tb_row td input[type=text], .tb_row td button, .tb_row td a {
    margin-right: 3px
}

.tb_row td .txt_gap, .tb_line td .txt_gap {
    margin: 0 4px 0 0;
    color: #b8b8b8;
}

.tb_row td .info_block {
    display: block;
    margin-top: 5px
}

.tb_row td select.form-control {
    position: relative;
    top: 1px;
}

.tb_row .line_top th, .tb_row .line_top td {
    padding-bottom: 20px; /*border-bottom:solid 1px #e2e2e2*/
}
/*.tb_row .line_bottom th:before,.line_bottom td:before{content:'';display:block;height:15px}*/
.tb_row .line_bottom th:before, .line_bottom td:before {
    content: '';
    display: block;
    height: 0px
}

.tb_row .last_gap th, .tb_row .last_gap td {
    padding-bottom: 15px
}

.tb_row2 {
    width: 100%;
    margin-top: 2px;
}
/*.tb_row2 th,.tb_row2 td{background-color:#fdfaed}*/
.tb_row2 th {
    color: #484848;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    word-break: keep-all;
    padding-left: 15px;
    padding: 9px 0 0 15px;
}

.tb_row2 th.tc {
    text-align: center
}

.tb_row2 td {
    height: 40px;
    color: #929292;
    word-break: keep-all;
    vertical-align: middle;
    padding: 6px 20px;
}

.tb_row2 td span, .tb_row2 td ul {
    font-weight: 400
}

.tb_row2 td span {
    margin-right: 5px
}

.tb_row2 td a {
    color: #929292
}

.tb_row2 td .period {
    display: inline-block;
    margin: 4px 0 4px 15px
}

.tb_row2 td .period a {
    margin: 0 1px
}

.tb_row2 td .info_popbill {
    color: #929292
}

.tb_row2 td .info_popbill dt, .tb_row2 td .info_popbill dd {
    display: inline-block;
    font-weight: 600
}

.tb_row2 td .info_popbill dd {
    margin: 0 20px 0 3px;
    color: #484848
}

.tb_row2 td.state_select label {
    display: inline-block;
    margin: 2px 16px 2px 0
}

.tb_row2 td.state_select label input[type=checkbox], .tb_row2 td.state_select label input[type=radio] {
    margin-right: 4px;
    vertical-align: middle
}

.tb_row2 td .selectBox, .tb_row2 td input[type=text], .tb_row2 td button, .tb_row2 td a {
    margin-right: 3px
}

.tb_row2 td .txt_gap {
    margin: 0 10px 0 7px
}

.tb_row2 td .info_block {
    display: block;
    margin-top: 5px
}

.tb_row2 td select.form-control {
    position: relative;
    top: 1px;
}

.tb_row2 .line_top th, .tb_row2 .line_top td {
    padding-bottom: 20px;
    border-bottom: solid 1px #e2e2e2
}

.tb_row2 .line_bottom th:before, .line_bottom td:before {
    content: '';
    display: block;
    height: 0px
}

.tb_row2 .last_gap th, .tb_row .last_gap td {
    padding-bottom: 15px
}

.tb_gray {
    width: 100%;
    margin-top: 15px;
    border-top: solid 1px #c4c4c4
}

.tb_gray th {
    padding: 15px 10px;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    background-color: #d9d9d9;
    color: #333;
    text-align: center;
    font-weight: 600;
    word-break: keep-all
}

.tb_gray th span {
    display: block
}

.tb_gray td {
    position: relative;
    padding: 8px 10px;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9; /*background-color:#fff;*/
    text-align: center;
    word-break: keep-all
}
/*.tb_gray tr:first-child td{background-color:#f2f2f2}*/
.tb_gray tr th:last-child, .tb_gray tr td:last-child {
    border-right: 0
}

.tb_gray th:before, .tb_gray td:before {
    display: none !important;
    height: 0 !important
}

.tb_gray th:after, .tb_gray td:after {
    display: none !important;
    height: 0 !important
}

.tb_gray td .input_option_add {
    display: inline-block;
    width: 100%
}

.tb_gray td .input_option_add input[type=text] {
    margin-left: 25px
}

.tb_gray td .input_option_add label {
    margin-left: 15px
}

.tb_gray td .input_option_add button.btn {
    margin-left: 70px
}

.tb_gray .align_left {
    text-align: left
}

.tb_gray_t2 th, .tb_gray_t2 td {
    border-right: 0
}

.tb_gray_t2 tr th:first-child, .tb_gray_t2 tr td:first-child {
    border-right: solid 1px #d9d9d9
}

.tb_gray_t2 td.merge_cell {
    border-bottom: 0
}

.tb_gray_t3 tr:first-child td {
    background-color: #fff
}

.tb_list_info {
    margin-top: 15px;
    padding: 70px 0;
    border-top: solid 1px #c4c4c4;
    background-color: #fff;
    text-align: center
}

.tb_list_info p {
    color: #727272;
    font-size: 16px;
    font-weight: 600
}

.tb_scroll {
    border-collapse: collapse;
    width: 100%
}

.tb_scroll thead {
    float: left;
    width: 100%
}

.tb_scroll tbody {
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    width: 100%;
    padding: 5px 0
}

.tb_scroll tbody tr, .tb_scroll thead tr {
    display: table;
    width: 100%
}

.tb_scroll th {
    padding: 15px 0
}

.tb_scroll td {
    width: 33.3%;
    padding: 10px 0
}

.tabcontent .tb_mark {
    padding: 4px 0;
}

.tb_mark th {
    position: relative;
    padding-left: 22px
}

.tb_mark th .fa {
    color: #e53935;
    font-size: 10px;
}

.tb_fix {
    table-layout: fixed
}

.tb_bdn {
    border-bottom: solid 1px #e5e5e5
}

.tb_bdn th, .tb_bdn td {
    border: 0
}

.tb_bdn th {
    border-bottom: solid 1px #e5e5e5
}

.tb_st_t1 th {
    color: #929292
}

.tb_st_t1 td {
    padding: 8px 0;
    color: #484848
}

.tb_bd_t1 {
    border-top: solid 1px #d6d6d6
}

.tb_inner {
    margin-top: 0;
    border-top: solid 1px #e2e2e2
}

.td_box {
    margin-top: 10px;
    padding: 7px 15px;
    background-color: #eee
}

.td_box .td_box_row {
    padding: 5px 0
}

.td_box .td_box_row span {
    display: inline-block;
    color: #929292
}

.td_box .td_box_row .td_box_info {
    margin-left: 10px;
    font-weight: 400
}

.td_txt_box {
    display: inline-block;
    height: 30px;
    line-height: 28px
}
/*.address_box p{margin-top:10px}*/
.address_box p {
    margin-top: 10px
}

.address_box p:first-child:after {
    content: '';
    display: block;
    clear: both
}
/*.address_box p:first-child input,.address_box p:first-child a{float:left;margin:0 0 0 3px;}*/
.address_box p:first-child input, .address_box p:first-child a {
    float: left;
    margin: 0 0 0 0px;
}

.address_box p .address_txt {
    float: left;
    margin: 4px 0 0 25px
}

.srch_result {
    margin-top: 25px;
    color: #484848;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.list_desc {
    background-color: #fff
}

.align_vh {
    padding-top: 9px !important;
    vertical-align: top
}

.tal_box {
    display: inline-block;
    text-align: left
}

.use_box {
    text-align: center;
}

.use_box span {
    display: inline-block !important;
    width: 80px;
    text-align: center
}

.use_box div {
    display: inline-block
}

.order_num {
    color: #5c7df8;
    font-size: 16px
}

.order_num strong {
    color: #5c7df8
}

.calclist-wrapper .calclist-box {
    display: inline-table;
    width: 54%;
    padding: 6px
}

.calclist-wrapper .calclist-box:last-child {
    float: right;
    width: 44%;
}

.calclist_down {
    margin-left: 10px !important;
    font-weight: bold;
}

.tb_bgcolor_list {
    margin-top: 14px;
}

.tb_bgcolor_list p {
    padding: 0 5px;
    color: #727272;
    margin: 0 0 4px 0;
}

.tb_bgcolor_list ul {
    display: flex;
    flex-direction: row;
}

.tb_bgcolor_list li {
    display: flex;
    align-items: center;
    color: #727272;
    margin-left: 6px;
}

.tb_bgcolor_list li i {
    display: inline-block;
    width: 24px;
    height: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 7px;
    margin-top: -1px;
}

@media(max-width:1420px) {
    .calclist-wrapper .calclist-box {
        width: 48.5%;
    }
}

.tb_calc tr {
    border-bottom: 1px solid #eee;
}

.tb_calc th {
    margin: 10px;
    display: block;
    padding: 1px 5px;
    border-radius: 10px;
    background-color: #25282a;
    color: #fff;
}

.tb_calc td {
    position: relative;
    text-align: center;
    word-break: keep-all;
    padding: 0 12px;
}

.tb_calc_add {
    background-color: transparent;
    border-top: 1px solid #888;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.tb_calc_add tr {
    width: 1400px;
    float: left;
    margin: 10px;
}

.tb_calc_add th {
    margin: 10px;
    padding: 1px 5px;
    width: 113px;
    border-radius: 10px;
    background-color: #25282a;
    color: #fff;
}

.tb_calc_add td {
    position: relative;
    text-align: center;
    word-break: keep-all;
    padding: 0 12px;
}

.tb_calc_add tr:first-child {
    display: table-cell;
    height: 100%;
    float: none;
}

.tb_calc_add .calc_title {
    background-color: transparent;
    color: #484848;
    font-size: 15px;
    width: 600px;
    text-align: left;
    word-break: keep-all;
}

.tb_calc_add .calc_title span {
    display: -webkit-box;
    color: #929292;
    font-size: 11px;
    padding: 2px 0;
}

.tb_calc_add .calc_title em {
    color: #484848;
    font-weight: 800;
}
/**** 정산현황 캘린더 ****/
.calc-calendar table {
    position: relative;
    table-layout: fixed;
}

.calc-calendar table td {
    word-break: break-all;
}

.calc-calendar table .calc-data:hover {
}

.calc-calendar table .month.active {
    background-color: #f1f2f3;
}

.calc-calendar .lc_tit {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    padding-right: 12px;
    margin-left: 10px;
}

.calc-calendar .ctrl_l {
    display: flex;
    width: 100%;
    margin-top: 13px;
}

.calc-calendar .ctrl_l span:last-child {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.calc-calendar .ctrl_l button {
    margin: 0 2px;
    line-height: 0;
    padding: 4px 8px;
}

.calc-calendar .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #727272;
    border-radius: 50%;
    margin: 0 1px;
}
/*.calc-calendar table td{width:50px;}
.calc-calendar table thead tr{height:30px;}
.calc-calendar table thead tr:first-child{height:40px; font-size:16px;}
.calc-calendar table thead tr:last-child th{border-right:1px solid #ddd; padding:0 48.9px;}
.calc-calendar table thead tr:last-child th:last-child{border-right:none;}
.calc-calendar table thead tr .year-left{padding: 0 10px;margin-right: 5px;font-size: 18px;}
.calc-calendar table thead tr .year-right{padding: 0 10px;margin-left: 5px;font-size: 18px;}
.calc-calendar table tbody tr{height:30px;}
.calc-calendar table tbody tr th:last-child{color:#5c7df8;}
.calc-calendar table tbody .databar>th{border-top:1px solid #333;}
.calc-calendar table tbody .databar>th:first-child{padding:0 20px;}
.calc-calendar table tbody tr td{position:relative;border-top: 1px solid #333; border-left:.5px solid #eee; border-right:.5px solid #eee; background-color:#eee;}
.calc-calendar table tbody tr td .balance{position:absolute; bottom:0; height:10px; z-index:9; color:red;}*/
/*@media(max-width:2110px){.calc-calendar table thead tr:last-child th{padding:0 20px;}.calc-calendar table thead tr:last-child th:last-child{width:60px;}}*/
/*@media(max-width:2000px){.calc-calendar table thead tr:last-child th{padding:0 30px;}.calc-calendar table thead tr:last-child th:last-child{width:40px;}}*/

/***** 페이징 *****/
.paging {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.paging a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #929292;
    font-size: 12px;
}

.paging a.active {
    font-weight: bold;
    background: #f1f2f3;
    border-radius: 8px;
    color: #929292;
}

.paging a.active_gray {
    background-color: #d9d9d9;
}

.paging a.prev {
    position: relative;
    top: 10px;
    background: url(/contents/images/bg/bg_arr_prev.gif) no-repeat 50% 50%
}

.paging a.next {
    position: relative;
    top: 10px;
    background: url(/contents/images/bg/bg_arr_next.gif) no-repeat 50% 50%
}
/***** 사용방법 *****/
.info_use {
    margin-top: 60px;
    padding: 25px 30px;
    background-color: #f8f8f8
}

.info_use ul {
    color: #484848
}

.info_use ul.list_space {
    margin-left: 15px
}

.info_use ul li {
    display: table
}

.info_use ul li span {
    display: table-cell;
    padding-right: 5px;
    line-height: 1.5
}

.info_use .use_tit {
    display: block;
    margin-top: 20px;
    color: #484848;
    font-weight: 600
}

.info_use .item_gap {
    margin-left: 15px
}

.info_use .item_first {
    width: 200px;
    font-weight: 600
}

.info_use .attention {
    color: #e24f4e
}

.info_use .attention_tit {
    display: block;
    margin-top: 20px;
    color: #e24f4e;
    font-weight: 600
}
/***** content *****/
.cnt_box {
    margin-top: 10px;
    padding: 20px;
    border-top: solid 1px #d6d6d6;
    background-color: #f8f8f8
}

.cnt_box.gray {
    border-top: solid 1px #e2e2e2
}

.list_t1 {
    margin: 12px 0 15px;
    color: #929292
}

.state_box {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    border-top: solid 1px #d9d9d9;
    background-color: #f8f8f8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.state_box .state_txt {
    color: #929292
}

.state_box .state_txt strong {
    color: #484848
}

.state_box .state_link {
    margin-left: 15px;
    color: #929292;
    font-weight: 600
}

.state_box .state_item {
    margin: 15px 0 20px;
    *zoom: 1
}

.state_box .state_item:after {
    content: '';
    display: block;
    clear: both
}

.state_box .state_item div {
    float: left;
    width: 118px;
    height: 98px;
    margin-right: 10px;
    border: solid 1px #d7d6d6;
    background-color: #fff;
    text-align: center
}

.state_box .state_item div span {
    display: block;
    margin-top: 23px;
    font-weight: 600
}

.state_box .state_item div em {
    display: block;
    color: #3c8f94;
    font-size: 28px;
    font-weight: 600
}

.state_box .state_item div a {
    color: #3c8f94
}

.state_box .state_item .state_info_list {
    float: left;
    min-width: 118px;
    height: 98px;
    border: 0;
    background-color: transparent
}

.state_box .state_item .state_info_list ul li {
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    padding: 0 10px;
    border: solid 1px #d7d6d6;
    background-color: #fff;
    *zoom: 1
}

.state_box .state_item .state_info_list ul li:after {
    content: '';
    display: block;
    clear: both
}

.state_box .state_item .state_info_list ul li:first-child {
    margin-top: 0
}

.state_box .state_item .state_info_list ul li span {
    float: left;
    margin: 0
}

.state_box .state_item .state_info_list ul li em {
    float: right;
    font-size: 13px;
    font-weight: 600
}

.state_box .state_item .state_info_list ul li em a {
    color: #e24f4e
}

.state_box .btn_t1 {
    margin-right: 1px
}

.pay_info {
    padding: 25px;
    background-color: #f8f8f8;
    color: #929292;
    text-align: center
}

.pay_info p {
    font-weight: 600
}

.pay_info .price {
    margin-left: 7px;
    color: #484848;
    font-size: 16px
}

.pay_info .symbol {
    margin: 0 12px
}

.pay_info .pay_info_desc {
    display: block;
    margin-top: 12px
}

.info_txt_box {
    margin: 13px 0 0 10px
}

.info_txt_box p {
    margin-top: 5px;
    color: #929292
}

.info_txt_box p strong {
    color: #929292
}

.gap_box {
    padding: 10px 0
}

.lb_box label {
    margin: 0 5px
}

.ip_box .ip_box_row {
    margin-top: 10px
}

.ip_box .ip_box_row:first-child {
    margin-top: 0
}

.ip_box .ip_box_tit {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top
}

.ip_box .ip_box_row_cnt {
    display: inline-block
}

.order_btn {
    width: 14px;
    height: 14px
}

.order_btn.up {
    background: url(/contents/images/bg/bg_order_up.gif) no-repeat
}

.order_btn.down {
    background: url(/contents/images/bg/bg_order_down.gif) no-repeat
}

.order_btn.top {
    background: url(/contents/images/bg/bg_order_top.gif) no-repeat
}

.order_btn.bottom {
    background: url(/contents/images/bg/bg_order_bottom.gif) no-repeat
}

.order_btn_col {
    text-align: center
}

.order_btn_col .order_btn {
    display: block;
    margin: 0 auto
}

.order_btn_col .order_divide {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    margin: 10px auto;
    background-color: #e5e5e5
}

.goods_info_box img {
    vertical-align: middle
}

.goods_info_box div {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle
}

.answer_box {
    position: relative;
    margin-top: 10px;
    padding-right: 125px
}

.answer_box .answer_info {
    overflow-y: auto;
    width: 100%;
    height: 70px;
    padding: 7px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    vertical-align: top
}

.answer_box .answer_info .answer_name {
    float: left
}

.answer_box .answer_info .answer_date {
    float: right;
    color: #929292;
    font-size: 12px
}

.answer_box .answer_info p {
    clear: both;
    padding-top: 5px;
    color: #484848
}

.answer_box textarea {
    display: block;
    width: 100%;
    height: 70px;
    padding: 7px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    vertical-align: top;
    resize: none
}

.answer_box .answer_btn_box {
    position: absolute;
    right: 0;
    bottom: 0
}

.ta_box {
    display: table;
    width: 100%
}

.ta_box:after {
    content: '';
    display: block;
    clear: both
}

.ta_box .ta_box_input {
    display: table-cell;
    box-sizing: border-box
}

.ta_box .ta_box_cnt {
    display: table-cell;
    width: 80px;
    padding-left: 20px;
    vertical-align: top
}

.ta_box .ta_box_cnt .ta_box_txt {
    display: block;
    margin-top: 25px;
    color: #929292
}

.list_info .list_info_row {
    display: table;
    margin-top: 20px;
    color: #484848
}

.list_info .list_info_row:first-child {
    margin-top: 0
}

.list_info .list_info_row .list_info_tit {
    display: table-cell
}

.list_info .list_info_row .list_info_cnt {
    display: table-cell;
    font-weight: 400
}

.list_info .list_info_row .list_info_cnt .list_info_item {
}

.list_info .list_info_row .list_info_cnt .list_info_item li {
    margin-top: 8px
}

.list_info .list_info_row .list_info_cnt .list_info_item li:first-child {
    margin-top: 0
}

.item_set {
    margin-top: 5px;
    *zoom: 1
}

.item_set:after {
    content: '';
    display: block;
    clear: both
}

.item_set .item_set_cnt {
    float: left
}

.item_set .item_set_first {
    margin-top: 30px
}

.item_set .item_set_cnt .item_set_list {
    overflow-y: scroll;
    border: solid 1px #e2e2e2;
    background-color: #fff
}

.item_set .item_set_cnt .item_set_list ul {
    width: 240px;
    height: 280px;
    padding: 3px 6px
}

.item_set .item_set_cnt .item_set_list ul li {
    padding: 2px 3px;
    color: #484848;
    cursor: default
}

.item_set .item_set_cnt .item_set_list ul li.ui-selected {
    background-color: #ececec
}

.item_set .item_set_order {
    margin-bottom: 10px;
    padding: 0 10px
}

.item_set .item_set_order span {
    margin-right: 20px
}

.item_set .item_set_order button {
    margin: 0 2px
}

.item_set .item_set_cnt .item_set_ctrl {
    margin-top: 10px
}

.item_set .item_set_btn {
    float: left;
    margin: 130px 20px 0
}

.item_set .item_set_btn button {
    display: block;
    margin: 4px 0 0 0
}

.discount {
    display: inline-block;
    padding-left: 15px;
    background: url(/contents/images/icon/ic_arr_bt.gif) no-repeat 0 50%
}

.certify_num_input {
    display: inline-block;
    margin-left: 10px
}

.certify_complete {
    height: 30px;
    line-height: 28px
}

.help-box {
    position: relative;
}

.help-box .btn-help {
    display: inline-block;
    cursor: pointer;
}

.help-box .btn-help > b {
    border-radius: 50%;
    background-color: #63b378;
    color: #fff;
    padding: 2px 6px;
}

.help-box .help-cont {
    position: absolute;
    padding: 16px;
    border: 1px solid #63b378;
    background-color: #fff;
    margin: 5px 0;
    font-size: 12px;
    box-shadow: 2px 2px 2px #ddd;
    z-index: 1;
    color: #727272;
    width: 180px;
    text-align: left;
    top: -3px;
    right: 1px;
}

.help-box .help-cont > b {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 300;
}

.help-box .help-cont > em {
    color: #63b378;
    font-weight: bold;
}

/*발주서엑셀양식->발주항목->도움말*/
.help-box.supply_excel_set {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.help-box.supply_excel_set .help-wrap {
    position: relative;
    top: 635px;
    left: 408px;
    z-index: 999;
}
.help-box.supply_excel_set .help-cont {
    position: relative;
    top: 0;
    left: 0;
    width:1090px;
}
.help-box.supply_excel_set .help-cont strong {
    color: #727272;
    display: block;
    margin-bottom: 8px;
}
.help-box.supply_excel_set .help-cont .help-group div:nth-child(2) {
    padding: 0 14px;
}
.help-box.supply_excel_set .help-cont .title-group {
    padding-right: 14px;
}

.tb_srch_box {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #e8e8e8
}

.tb_srch_box table td {
    padding: 10px 15px
}

.agree_box {
    overflow: auto;
    padding: 10px;
    border: solid 1px #d7d6d6;
    background-color: #fff;
    color: #484848;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.talk_box {
    overflow: hidden;
    width: 420px;
    margin-top: 15px;
    padding-bottom: 20px;
    border: solid 1px #b5b5b5;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.talk_box p {
    height: 70px;
    line-height: 70px;
    background-color: #fee800;
    text-align: center
}

.talk_box p span {
    display: inline-block;
    padding-left: 40px;
    background: url(/newsrp/contents/images/img/img_letter.gif) no-repeat 0 50%;
    color: #000;
    font-size: 22px;
    font-weight: 600
}

.talk_box div {
    padding: 20px
}

.talk_box a {
    display: block;
    width: 380px;
    margin: 0 auto !important;
    padding: 15px 0;
    border: solid 2px #cfcdc9;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

/*** 상품관리 ***/
.temp_save_box {
    margin-bottom: 30px
}

.temp_save_box .save_box_top {
    height: 40px;
    padding: 0 15px;
    background-color: #3c8f94;
    *zoom: 1
}

.temp_save_box .save_box_top:after {
    content: '';
    display: block;
    clear: both
}

.temp_save_box .save_box_top .save_num {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.temp_save_box .save_box_top .save_num.save_on {
    padding-right: 15px;
    background: url(/contents/images/bg/bg_arr_open.png) no-repeat 100% 50%
}

.temp_save_box .save_box_top .delete_all {
    display: none;
    float: right;
    margin-top: 9px;
    color: #a8e0e3;
    font-weight: 600
}

.temp_save_box .temp_save_list {
    display: none;
    overflow: auto;
    width: 100%;
    height: 120px;
    margin-top: 2px;
    padding: 5px 13px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.temp_save_box .temp_save_list li {
    margin: 4px 0;
    *zoom: 1
}

.temp_save_box .temp_save_list li:after {
    content: '';
    display: block;
    clear: both
}

.temp_save_box .temp_save_list li .temp_save_tit {
    float: left;
    color: #484848;
    font-weight: 600
}

.temp_save_box .temp_save_list li .temp_save_tit:hover {
    color: #3c8f94
}

.temp_save_box .temp_save_list li .temp_save_info {
    float: right
}

.temp_save_box .temp_save_list li .temp_save_info button {
    margin-left: 5px
}

.temp_save_box .temp_save_list li .temp_save_info span, .temp_save_box .temp_save_list li .temp_save_info button {
    color: #929292
}

.goods_desc_add {
}

.goods_desc_add .desc_add {
    vertical-align: top
}

.goods_desc_add .goods_desc_item {
    display: inline-block
}

.goods_desc_add .goods_desc_item p {
    margin-bottom: 6px;
    *zoom: 1
}

.goods_desc_add .goods_desc_item p:after {
    content: '';
    display: block;
    clear: both
}

.goods_desc_add .goods_desc_item p input[type=text] {
    float: left;
    margin-right: 5px
}

.goods_desc_add .goods_desc_item p label {
    display: inline-block;
    margin: 5px 0 0 6px
}

.coupon_desc_add {
    margin-top: 10px;
    margin-bottom: 10px;
}

.coupon_desc_add .desc_add {
    vertical-align: top
}

.coupon_desc_add .coupon_desc_item {
    display: inline-block
}

.coupon_desc_add .coupon_desc_item p {
    margin-bottom: 6px;
    *zoom: 1
}

.coupon_desc_add .coupon_desc_item p:after {
    content: '';
    display: block;
    clear: both
}

.coupon_desc_add .coupon_desc_item p input[type=text] {
    float: left;
    margin-right: 5px
}

.coupon_desc_add .coupon_desc_item p label {
    display: inline-block;
    margin: 5px 0 0 6px
}

.cnt_point_box {
    position: relative;
    margin-top: 3px;
    padding-top: 6px
}

.cnt_point_box .point_arr {
    position: absolute;
    top: 0;
    left: 0
}

.cnt_point_box .point_arr img {
    display: block
}
/*.cnt_point_box .point_box_inner{padding:7px 15px;background-color:#eee}*/
.cnt_point_box .point_box_inner {
    padding: 7px 15px;
    background-color: #efebdd
}

.cnt_point_box .point_box_inner div {
    margin: 8px 0;
    *zoom: 1
}

.cnt_point_box .point_box_inner div:after {
    content: '';
    display: block;
    clear: both
}

.cnt_point_box .point_box_inner div input[type=text] {
    margin-right: 7px
}

.cnt_point_box .point_box_inner div .delete_check {
    margin: 5px 0 0 6px !important
}

.cnt_point_box .point_box_inner .point_box_address {
}

.cnt_point_box .point_box_inner .point_box_address p {
    margin: 5px 0
}

.regist_box {
    position: relative
}

.regist_box .regist_tit {
    position: absolute;
    top: 4px;
    left: 15px
}

.regist_box .regist_cnt {
    margin-left: 115px
}

.regist_box .regist_cnt_row {
    margin-top: 15px
}

.regist_box .regist_img_box {
    *zoom: 1
}
/*.regist_box .regist_img_box:after{content:'';display:block;clear:both}*/
.regist_box .regist_img_box:after {
    content: '';
    display: block;
    clear: both;
    height: 10px;
}

.regist_box .regist_img_box .regist_img {
    float: left
}

.regist_box .regist_img_box .regist_img.img_circle {
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px
}

.regist_box .regist_img_box .regist_img_name {
    float: left;
    margin-left: 15px
}

.regist_box .regist_img_box .regist_img_name label {
    margin-left: 10px
}

.regist_box .fontello-wrapper {
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.regist_box .fontello-wrapper .fontello {
    display: block;
    font-size: 42px;
}

.option_list {
    margin-top: 10px;
    padding: 5px 20px 15px;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    background-color: #f8f8f8
}

.option_list .option_list_row {
    margin: 20px 0 15px
}

.option_list .option_list_row .option_list_tit {
    display: inline-block;
    position: relative;
    width: 130px;
    text-indent: 15px
}

.option_list .option_list_row .option_list_tit.tit_mark {
    text-indent: 0
}

.option_list .option_list_row .option_list_select {
    display: inline-block
}

.option_list .option_list_row .option_list_select label {
    margin-right: 16px
}

.option_list table:last-child {
    margin-bottom: 15px
}

.update_history {
    margin-bottom: 0;
    padding-bottom: 8px;
}

.update_history li {
    display: none;
}

.more_history {
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.more_history a {
    font-weight: 800;
    color: #3c8f94;
    display: flex;
}

.more_history .arrow_down {
    margin: 5px 2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3c8f94;
}
/*** setting ***/
.item_option_set {
    display: flex;
    flex-direction: row;
}

.item_option_set .item_set_order {
    padding: 0;
}

.item_option_set .item_set_cnt.item_set_first {
    width: 240px;
}
/*.item_option_set .item_set_cnt.item_set_first .item_set_list {overflow-y:scroll}*/
.item_option_set .item_set_cnt.item_set_first .item_set_list ul {
    text-align: center;
    width: auto;
}

.item_option_set .item_set_cnt.item_set_first .item_set_list .head_fix li {
    text-align: center;
}

.item_option_set .item_set_cnt.item_set_first .item_set_list .head_fix span {
    width: 100%;
    border: 0;
}

.item_option_set .item_set_cnt.item_set_first .item_set_list .item_content li {
    text-align: left;
    display: block;
    padding: 0 10px;
}

.item_option_set .item_set_cnt.item_set_last .item_content .fieldli {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.item_option_set .item_set_btn {
    width: 10%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.item_option_set .item_set_cnt {
    width: 450px;
}

.item_option_set .item_set_order.filter {
    float: right;
}

.item_option_set .item_set_cnt .item_set_ctrl {
    float: right;
}

.item_option_set .item_set_list {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.item_option_set .item_set_list .head_fix {
    width: 100% !important;
    height: auto !important;
    background-color: #f4f8fa;
    padding: 0 !important;
    border-bottom: 1px solid #eee;
}

.item_option_set .item_set_list .head_fix li {
    padding: 0 10px !important;
    text-align: center;
    display: flex;
}

.item_option_set .item_set_list .head_fix li span {
    font-weight: 800;
    display: inline-block;
    padding: 6px 0;
    margin: 0;
}

.item_option_set .item_set_list .head_fix li span:first-child {
    border-right: 1px solid #eee;
    width: 40%;
}

.item_option_set .item_set_list .head_fix li span:last-child {
    width: 60%;
}

.item_option_set .item_set_list .item_content {
    height: 255px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 !important;
}

.item_option_set .item_set_list .item_content .fieldli {
    display: flex;
    flex-direction: row;
    padding: 0 9px;
}

.item_option_set .item_set_list .item_content .fieldli span {
    margin: 0;
    text-align: center;
}

.item_option_set .item_set_list .item_content .fieldli span:first-child {
    width: 40%;
    text-align: left;
    border-right: 1px solid #eee;
    padding: 0 0 0 10px;
    margin-right: -7px;
}

.item_option_set .item_set_list .item_content .fieldli span:last-child {
    width: 60%;
}

.item_option_set .item_set_list .item_content .fieldli span:last-child input {
    height: 20px;
    line-height: 20px;
}

.item_option_set .item_set_list .item_content .fieldli span .ip_basic {
    text-align: center
}

    .item_option_set .item_set_cnt .item_set_list {
        overflow-y: hidden
    }
/*** 검색결과 및 리스트 없을때 ***/
.search_box {
    margin-top: 30px
}

.search_box .search_result {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.result_box {
    margin-top: 10px;
    padding: 115px 0 70px;
    border-top: solid 1px #e5e5e5;
    text-align: center
}

.result_box span {
    display: block;
    color: #929292
}

.result_box .result_tit {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    min-height: 355px;
}
/***** popup *****/
#popup {
    position: relative;
    height: 100%;
    background-color: transparent;
}

#popup h1 {
    display: inline-flex;
    align-items: center;
}

#popup h1 img {
    margin-right: 10px;
}

#popup .pop_gap {
    margin-top: 15px
}

.popup_bd_sky {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #59a9ae
}

.pop_top {
    height: 60px;
    background-color: #3d4245
}

.pop_top h1 {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.pop_top h1 .fa {
    padding-right: 10px;
}

.pop_top.calc_pop {
    display: flex;
    position: relative;
}

.pop_top.calc_pop h1 {
    display: inline-block !important;
}

.pop_top.calc_pop .calc {
    margin-left: auto;
    line-height: 62px;
}

.pop_top.calc_pop a {
    color: #fff;
    padding-right: 15px;
}

.pop_cnt .tb_basic .delivery_pay {
    position: relative;
}

.pop_cnt .tb_basic .delivery_pay button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    margin-right: 3px;
}

.pop_cnt .tb_basic .delivery_pay button:hover {
    box-shadow: none;
}
/*.pop_cnt.calc_cnt{padding:15px 20px 0px 20px}*/
.pop_cnt .tab_calc {
    background-color: transparent;
    box-shadow: none;
}

.pop_cnt .tab_calc tr {
    float: left;
    padding: 10px;
}

.pop_cnt .tab_calc th {
    color: #929292;
}

.pop_cnt .tab_calc td {
    color: #484848;
    font-weight: 800;
}

.pop_cnt .tb_calc {
    background-color: #f1f2f3;
    width: 100%;
    border-top: 1px solid #888;
}

.pop_cnt .tb_calc tbody {
    float: left;
}

.pop_cnt .tb_calc span {
    font-weight: 800;
    color: #484848;
}

.pop_cnt .calc_list.calc_cont tr:last-child span:nth-child(2) {
    font-weight: normal;
    color: #727272;
}

.pop_cnt .calc_list.calc_add .list_ctrl {
    margin-top: 40px;
}

.pop_cnt .calc_list.calc_add {
    margin-top: 40px;
}

.pop_cnt .calc_list.calc_add .ctrl_l button {
    margin-left: 10px;
}

.pop_cnt .calc_list.calc_add .ctrl_r {
    float: right;
}
/*.pop_cnt .calc_list.calc_add .btn_box_c{padding:20px 0;}*/
/*.pop_cnt .calc_trans{background-color:#fff;}*/
.pop_cnt .calc_trans ul {
    display: flex;
    flex-wrap: wrap;
}

.pop_cnt .calc_trans li {
    padding: 10px;
}

.pop_cnt .calc_trans li:first-child {
    width: 20%;
    font-weight: 800;
}

.pop_cnt .calc_trans li:last-child {
    width: 60%;
}

.pop_cnt .calc_trans input[type=text] {
    padding: 2px 6px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.pop_cnt .calc_trans textarea {
    padding: 2px 6px;
    width: 100%;
    height: 80px;
    background-color: #fff;
    resize: none;
    border: 1px solid #d7d7d7;
}

.pop_top2 {
    margin: 15px 20px 0;
    *zoom: 1
}

.pop_top2:after {
    content: '';
    display: block;
    clear: both
}

.pop_top2 h1 {
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.pop_top2 span {
    float: right;
    color: #929292
}

.pop_cnt {
    padding: 15px 20px 28px 20px
}

.pop_cnt .pop_desc {
    color: #929292
}

.pop_cnt .pop_desc li {
    display: table;
    margin: 1px 0
}

.pop_cnt .pop_desc li span {
    display: table-cell;
    padding-right: 5px
}

.pop_cnt .pop_cnt_box {
    overflow: auto;
    padding: 15px 20px;
    background-color: #fdfaed
}

.pop_cnt .pop_list .pop_list_row {
    padding: 4px 0;
    *zoom: 1
}

.pop_cnt .pop_list .pop_list_row:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .pop_list .pop_list_row span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #484848;
    font-weight: 600
}

.pop_cnt .pop_list .pop_list_row div {
    float: left;
    height: 30px;
    margin-left: 20px;
    line-height: 30px
}

.pop_cnt .pop_list .pop_list_row div label {
    margin-right: 15px
}

.pop_cnt .pop_list .pop_list_row div label input {
    margin-right: 3px;
    vertical-align: middle
}

.pop_cnt .pop_search_top {
    *zoom: 1;
    margin-top: 15px;
    padding: 0 20px;
}

.pop_cnt .pop_search_top:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .pop_search_top span {
    display: inline-block;
    padding: 4px 0;
}

.pop_cnt .pop_search_top div {
    display: inline-block;
}

.pop_cnt .pop_search_top div input {
    margin-left: 25px;
    margin-right: 5px
}

.pop_cnt .pop_search_top div input[type=text] {
    float: left;
}

.pop_cnt .pop_search_row {
    clear: both;
    margin-bottom: 10px;
    margin-left: 0 !important
}

.pop_cnt .pop_search_row:last-child {
    margin-bottom: 0
}

.pop_cnt .pop_search_result {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.pop_cnt .pop_list_result {
    margin-top: 25px;
    padding: 70px 0 231px;
    border-top: solid 1px #888;
    text-align: center
}

    .pop_cnt .pop_list_result p {
        font-size: 16px;
        font-weight: 600
    }

.pop_cnt .pop_info_list {
    margin: 0 10px;
    color: #999;
    font-weight: 600;
    *zoom: 1
}

.pop_cnt .pop_info_list:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .pop_info_list dt {
    clear: both;
    float: left;
    width: 80px;
    margin-bottom: 10px;
    color: #484848;
    font-weight: 600
}

.pop_cnt .pop_info_list dd {
    float: left
}

.pop_cnt .pop_cnt_tit {
    color: #484848;
    font-weight: 600
}

.pop_cnt .box_centered {
    text-align: center
}

.pop_cnt .input_phone span, .pop_cnt .input_phone input {
    margin: 0 10px
}

.pop_cnt .pop_msg {
    margin-top: 20px;
    *zoom: 1
}

.pop_cnt .pop_msg:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .pop_msg .msg_l {
    float: left
}

.pop_cnt .pop_msg .msg_l .msg_select_box {
    margin-bottom: 10px;
    *zoom: 1
}

.pop_cnt .pop_msg .msg_l .msg_select_box:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .pop_msg .msg_l .msg_select_box p {
    overflow: auto;
    float: left;
    width: 200px;
    height: 40px;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8
}

.pop_cnt .pop_msg .msg_l .msg_select_box div {
    float: left;
    margin-left: 10px;
    text-align: center
}

.pop_cnt .pop_msg .msg_l .msg_select_box div span {
    display: block;
    margin: 2px 0 5px;
    color: #333;
    font-weight: 600
}

.pop_cnt .pop_msg .msg_r {
    float: right;
    color: #333
}

.pop_cnt .pop_msg .msg_r span, .pop_cnt .pop_msg em {
    font-weight: 600
}

.pop_cnt .pop_msg .msg_r .msg_r_top {
    margin-bottom: 15px;
    padding: 0 5px
}

.pop_cnt .pop_msg .msg_r .msg_r_row {
    margin-top: 6px;
    padding: 0 5px
}

.pop_cnt .pop_msg .msg_r_row .msg_tit {
    display: inline-block;
    width: 80px
}

.pop_cnt .pop_msg .msg_r_row .tit_gap {
    margin-left: 12px
}

.pop_cnt .pop_msg .msg_write {
    width: 260px;
    height: 138px;
    margin-top: 10px
}

.pop_cnt .pop_tit_box {
    margin-top: 10px;
    padding: 0 10px 15px;
    border-bottom: solid 1px #888
}

.pop_cnt .pop_company_table {
    height: 440px;
    overflow-y: scroll;
    display: block;
}

.pop_cnt .memo_write {
    width: 100%;
    height: 100px
}

.pop_cnt .list_set {
    margin-top: 15px;
    *zoom: 1
}

.pop_cnt .list_set:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .list_set ul {
    float: left;
    padding: 0 30px;
    border-right: solid 1px #e5e5e5
}

.pop_cnt .list_set ul:first-child {
    padding-left: 8px
}

.pop_cnt .list_set ul:last-child {
    padding-right: 8px;
    border-right: 0
}

.pop_cnt .list_set ul li {
    height: 24px
}

.pop_cnt .list_set ul li:first-child, .pop_cnt .list_set ul li:last-child {
    margin: 0
}

.pop_cnt .list_set ul .null_gap {
    margin-top: 24px
}

.pop_cnt .list_set ul li label {
    color: #929292;
    font-weight: 600
}

.pop_cnt .list_set ul li label input {
    margin-right: 4px;
    vertical-align: middle
}

.pop_cnt .list_t1 {
}

.pop_cnt .list_t1 li {
    margin-bottom: 4px
}

.pop_cnt .order_change {
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.pop_cnt .order_change .order_change_list {
    overflow: auto
}

.pop_cnt .order_change .order_change_list li {
    margin: 2px 0;
    height: 60px;
    border: solid 1px #d9d9d9;
    cursor: pointer;
    *zoom: 1
}

.pop_cnt .order_change .order_change_list li:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .order_change .order_change_list li .order_img {
    float: left;
    margin: 5px 0 0 5px
}

.pop_cnt .order_change .order_change_list li .order_name {
    overflow: hidden;
    display: block;
    float: left;
    width: 230px;
    margin: 20px 0 0 25px;
    color: #727272;
    font-weight: 600;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
}

.pop_cnt .order_change .order_change_list li .goods_order {
    float: right;
    margin: 22px 15px 0 0
}

.pop_cnt .order_change .order_change_list li .goods_order .order_btn {
    margin: 0 5px
}

.pop_cnt .manual_tab {
    width: 100%;
    margin-top: 20px
}

.pop_cnt .manual_tab ul {
    width: 100%;
    display: inline-block;
    text-align: center
}

.pop_cnt .manual_tab ul li {
    float: left;
    width: 14.25%;
}

.pop_cnt .manual_tab ul li span {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 0;
    margin-left: -1px;
    color: #6f6f6f;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    font-weight: 600;
    cursor: pointer
}

.pop_cnt .manual_tab ul li span.on, .pop_cnt .manual_tab ul li span:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
    background: #fff;
    text-decoration: none
}

.pop_cnt .manual_tab ul li:first-child span {
    margin-left: 0
}

.pop_cnt .manual_desc {
    margin-top: 18px
}

.pop_cnt .manual_tit {
    padding: 10px 15px;
    font-size: 16px;
    background: #f5f5f5
}

.pop_cnt .manual_cont {
    margin: 0 auto;
    padding: 15px 35px;
    color: #222
}

.pop_cnt .manual_cont .img_box {
    margin: 10px 0;
    text-align: center
}

.pop_cnt .manual_cont .img_box img {
    width: 100%;
    border: 1px solid #ccc
}

.pop_cnt .manual_cont ul li {
    margin-bottom: 6px;
    list-style: disc inside
}

.pop_cnt .group_list {
    padding: 15px 5px 30px;
    border-bottom: solid 1px #e5e5e5;
    *zoom: 1
}

.pop_cnt .group_list:after {
    content: '';
    display: block;
    clear: both
}

.pop_cnt .group_list ul {
    float: left;
    margin: 0 20px
}

.pop_cnt .group_list ul li {
    display: table;
    margin-top: 15px;
    font-weight: 600
}

.pop_cnt .group_list ul li .group_list_idx {
    display: table-cell;
    width: 20px;
    color: #aaa
}

.pop_cnt .group_list ul li .group_list_item {
    display: table-cell
}

.pop_cnt .group_list ul li .group_list_item span {
    display: block;
    color: #484848
}

.pop_cnt_line {
    line-height: 1.5;
    margin: 15px 20px 0;
    padding-top: 15px;
    border-top: solid 1px #e2e2e2
}

.pop_cnt_gap {
    margin: 0 10px
}
.renew_pop_footer {
    position: fixed;
    bottom: 0;
    height: 66px;
    background: #e1e3e4;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup .update_history li {
    display: none;
}

#popup .more_history {
    padding-left: 8px;
}

    #popup .more_history a {
        font-weight: 800;
        color: #3c8f94;
        display: flex;
    }

#popup .arrow_down {
    margin: 5px 2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3c8f94;
}
/*pop tabmenu*/
.pop_cnt .tab {
    margin-top: 10px;
    height: 33px;
    border-bottom: 1px solid #ccc;
}

.pop_cnt .tab li {
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pop_cnt .tab li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px 40px;
}

.pop_cnt .tab li.current a {
    color: #fff;
    font-weight: bold;
}

.pop_cnt .tab li a:hover {
    color: #fff;
}

.pop_cnt .tab li > a:after {
    position: absolute;
    left: 0;
    top: -6px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    border: 1px solid #d7dce0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: perspective(5px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(5px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
}

.pop_cnt .tab li.current > a:after, .tab li:hover > a:after, .tab li > a:hover:after {
    background-color: #59a9ae;
}

.pop_cnt .tabcontent {
    display: none;
}

.pop_cnt .tabcontent.current {
    display: block;
}

.pop_cnt .tabcontent.current table {
    box-shadow: none;
}

.pop_cnt .tabcontent .pop_order_title {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    background-color: #e2e2e2;
    opacity: 0.6;
    padding: 8px 10px;
}

.pop_cnt .tb_row {
    margin-top: 0;
    border-top: none;
}

.pop_cnt .tabcontent .btn-status-view {
    padding: 4px 20px;
    border: 1px solid #929292;
    color: #666;
    box-shadow: 2px 2px 2px #f4f4f4;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.pop_cnt .tabcontent .btn-status-view span {
    font-weight: bold;
}

.pop_cnt .tabcontent .btn-status-view img {
    width: 17px;
}
/* faq */
.pop_cnt.faq_wrapper {
    padding-top: 25px;
}

.pop_cnt.faq_wrapper .q_title span {
    font-size: 24px;
    font-weight: 800;
    color: #399c36
}

.pop_cnt.faq_wrapper .q_content span {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.pop_cnt.faq_wrapper table {
    background-color: #f8f9fa;
    box-shadow: none;
    border: none;
}

.pop_cnt.faq_wrapper .question td:first-child {
    padding: 0 0 0 10px
}

.pop_cnt.faq_wrapper .answer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 25px 20px;
    margin: 20px 0;
    box-shadow: 0 0 1px 1px #f4f4f4
}

.pop_cnt.faq_wrapper .a_title {
    display: inline-block;
    height: auto;
}

.pop_cnt.faq_wrapper .a_title span {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background-color: #929292;
    border-radius: 50%;
    padding: 5px 7.65px;
    opacity: .4;
}

.pop_cnt.faq_wrapper .a_content {
    height: auto;
    padding: 0;
}
/* pop-talk-set */
.pop_cnt.pop_talk_set {
    color: #929292;
}

.pop_cnt.pop_talk_set b {
    color: #727272;
    font-weight: 600;
}

.pop_cnt.pop_talk_set div {
    padding-bottom: 20px;
}

.pop_cnt.pop_talk_set div:nth-child(2) {
    padding: 0;
}

.pop_cnt.pop_talk_set > div:nth-child(3) {
    margin-left: 6px;
}
/** popup-notice **/
.pop_notice_box {
    border: 2px solid #3c3c3c;
}

.pop_notice_box img {
    max-width: 100%;
}

.pop_notice_box .file_upload {
    text-align: center;
}

.pop_notice_box .btn_fileupload {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #b8b8b8;
    padding: 5px 9px;
    margin: 0 2px;
    color: #727272;
    font-weight: bold;
}

.pop_notice_box .btn_fileupload span {
    padding-left: 5px;
}

.pop_notice_box .tab-content {
    display: none;
    width: 520px;
    height: 520px;
    background-color: #fff;
}

.pop_notice_box .tab-content.on {
    display: block;
}

.pop_notice_box .tab-content.pop_update .pop_notice_head {
    background-image: url(../../contents/images/bg/pop_update_head.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    display: flex;
}

.pop_notice_box .tab-content.pop_update h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: #fff;
}

.pop_notice_box .tab-content.pop_update h2 > span {
    background-image: url(../../contents/images/icon/ic_upload.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 24px;
    display: inline-block;
    margin: 0 12px 0 24px;
}

.pop_notice_box .tab-content.pop_update .pop_notice_body {
    padding: 15px;
}

.pop_notice_box .pop_notice_foot {
    height: 60px;
    color: #fff;
}

.pop_notice_box .pop_notice_foot ul {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.pop_notice_box .pop_notice_foot li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #4f4f4f;
    border: 1px solid #3c3c3c;
}

.pop_notice_box .pop_notice_foot li:first-child {
    border-left: 0;
}

.pop_notice_box .pop_notice_foot li:last-child {
    border-right: 0;
}

.pop_notice_box .pop_notice_foot li.on {
    background-color: #929292;
}

.pop_notice_box .close_box {
    height: 46px;
    background-color: #3c3c3c;
    padding: 0;
    color: #929292;
}

.pop_notice_box .close_box li {
    display: inline-block;
    padding: 12px;
}

.pop_notice_box .close_box input[type="checkbox"] {
    margin-right: 7px;
}

.pop_notice_box .close_box li:last-child {
    float: right;
}

.pop_notice_box .close_box li button {
    padding: 0;
    color: #929292
}

.pop_notice_box .close_box li button:hover {
    box-shadow: none;
}

.pop_notice .logo_btn {
    text-align: center;
    padding: 15px 0 0 0
}

.pop_notice .layer_file {
    border: 1px solid #ddd;
    background-color: rgba(238,238,238,0.3);
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0px 1px 3px #ccc;
}

.pop_notice .file_title {
    padding: 6px 5px
}

    .pop_notice .file_title b {
        margin: 16px 0;
        color: #333;
    }

.pop_notice .popup_filedown {
    text-align: left;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 11px;
}

.pop_notice .popup_filedown img {
    border: 1px solid #ddd;
    padding: 2px;
    margin-top: -1px;
}

.pop_notice .popup_filedown a {
    padding-left: 6px;
}

.pop_notice .close_box input {
    margin-bottom: 3px;
}

.close_box {
    color: #fff;
    padding-top: 8px;
    font-size: 13px;
}
/***** layer *****/
.layer_wrap.calc_detail {
    display: block;
    width: 0;
    height: 0;
}

.layer_wrap.calc_detail .layer_cnt {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 140px;
    padding: 10px;
}

.layer_wrap.calc_detail .layer_cnt h4 {
    font-size: 14px;
}

.layer_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.layer_wrap .layer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 1020px;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
    zoom: 1
}

.layer_wrap .layer_top {
    margin-bottom: 12px;
    *zoom: 1
}

.layer_wrap .layer_top:after {
    content: '';
    display: block;
    clear: both
}

.layer_wrap .layer_top h1 {
    display: block;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.layer_wrap .layer_top span {
    float: right;
    color: #929292
}

.layer_wrap .layer_cnt {
    display: none;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
    border: solid 2px #59a9ae;
    background-color: #fff
}

.layer_wrap .layer_cnt .progress_box {
    text-align: center
}

.layer_wrap .layer_cnt .progress_box .progress_info {
    color: #333;
    font-weight: 600
}

.layer_wrap .layer_cnt .progress_box .progress_bar {
    display: block;
    width: 200px;
    height: 4px;
    margin: 10px auto 5px;
    border: 0;
    background-color: #d6d6d6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.layer_wrap .layer_cnt .progress_box .ui-progressbar-value {
    background-color: #59a9ae
}

.layer_wrap .layer_cnt .progress_box .progress_num {
    color: #929292
}

.layer_wrap .layer_cnt .progress_box .progress_text {
    overflow-y: auto;
    width: 300px;
    height: 105px;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    color: #484848;
    text-align: left;
    font-size: 12px;
}

.layer_wrap .layer_state {
    width: 330px
}

.layer_wrap .loading {
    text-align: center
}

.layer_wrap .loading .loading_info {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600
}

.layer_wrap .loading .loading_img {
    display: inline-block
}

.layer_wrap .loading .loading_img img {
    display: block
}

/**** (공통) layer ****/
.layer_wrap_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.layer_wrap_bg .layer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 1020px;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    zoom: 1;
}
.layer_wrap_bg .layer_cnt {
    display: none;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 480px;
    margin-left: -240px;
    height: 420px;
    margin-top: -210px;
    z-index: 1000;
}
.layer_wrap_bg .layer_cnt .layer_top {
    height: 60px;
    padding: 0 20px;
    background-color: #3d4245;
}
.layer_wrap_bg .layer_cnt .layer_top h1 {
    color: #fff;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.layer_wrap_bg .layer_cnt .layer_top h1 img {
    margin-right: 10px;
}
.layer_wrap_bg .layer_cnt .layer_content {
    margin: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}
.layer_wrap_bg .layer_cnt .layer_content > p {
    padding-bottom: 20px;
    color: #929292;
}

.layer_wrap_bg .layer_cnt .layer_content .title {
    min-width: 140px;
    display: inline-block;
}

.layer_wrap_bg .layer_cnt .layer_content > div p {
    line-height: 3;
}

.layer_wrap_bg .layer_cnt .layer_content textarea {
    outline: none;
    margin-top: 16px;
}

.layer_wrap_bg .layer_cnt .btn_box_c {
    margin-bottom: 20px;
}
/**** layer 날짜알림 ****/
.layer_wrap_bg .layer_cnt.layer_notice_date,
.layer_wrap_bg .layer_cnt.layer_notice_list {
    margin-left: -240px;
    height: auto;
}
.layer_wrap_bg .layer_cnt.layer_notice_date .layer_content .title {
    min-width: 60px;
    color: #484848;
    font-weight: bold;
}
.layer_wrap_bg .layer_cnt.layer_notice_date .layer_content textarea {
    margin-top: 0;
    background-color: #fff;
    height: 80px;
}
.layer_wrap_bg .layer_cnt.layer_notice_list p {
    padding-bottom: 0;
}
/***** layer-regist *****/
.layer_wrap .layer_cnt_regist {
    position: fixed;
    z-index: 150;
    display: block;
    border: solid 2px #46ab43;
    top: 50px;
    left: 30px;
}

.layer_wrap .layer_cnt_regist h4 {
    font-size: 14px;
}

.layer_wrap .layer_cnt_regist .progress_box {
    text-align: center
}

.layer_wrap .layer_cnt_regist .progress_box .progress_info {
    color: #333;
    font-weight: 600
}

.layer_wrap .layer_cnt_regist .progress_box .progress_bar {
    display: block;
    width: 200px;
    height: 4px;
    margin: 10px auto 5px;
    border: 0;
    background-color: #d6d6d6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.layer_wrap .layer_cnt_regist .progress_box .ui-progressbar-value {
    background-color: #59a9ae
}

.layer_wrap .layer_cnt_regist .progress_box .progress_num {
    color: #929292
}

.layer_wrap .layer_cnt_regist .progress_box .progress_text {
    overflow-y: auto;
    width: 300px;
    height: 105px;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    color: #484848;
    text-align: left;
    font-size: 12px;
}

/***** layer-pricecalc *****/
.layer_wrap .layer_cnt_pricecalc {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 300px;
    padding: 10px;
}

.layer_wrap .layer_cnt_pricecalc h4 {
    font-size: 14px;
}

.layer_wrap .layer_cnt_pricecalc {
    display: none;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
    border: solid 2px #59a9ae;
    background-color: #fff
}

.layer_wrap .layer_cnt_pricecalc .progress_box {
    text-align: center
}

.layer_wrap .layer_cnt_pricecalc .progress_box .progress_info {
    color: #333;
    font-weight: 600
}

.layer_wrap .layer_cnt_pricecalc .progress_box .progress_bar {
    display: block;
    width: 200px;
    height: 4px;
    margin: 10px auto 5px;
    border: 0;
    background-color: #d6d6d6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.layer_wrap .layer_cnt_pricecalc .progress_box .ui-progressbar-value {
    background-color: #59a9ae
}

.layer_wrap .layer_cnt_pricecalc .progress_box .progress_num {
    color: #929292
}

.layer_wrap .layer_cnt_pricecalc .progress_box .progress_text {
    overflow-y: auto;
    width: 300px;
    height: 105px;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    color: #484848;
    text-align: left;
    font-size: 12px;
}

/***** layer-deliverychange *****/
.layer_wrap .layer_cnt_deliverychange {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 400px;
    padding: 10px;
}

    .layer_wrap .layer_cnt_deliverychange h4 {
        font-size: 14px;
    }

.layer_wrap .layer_cnt_deliverychange {
    display: none;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
    border: solid 2px #59a9ae;
    background-color: #fff
}

.layer_wrap .layer_cnt_deliverychange .progress_box {
    text-align: center
}

.layer_wrap .layer_cnt_deliverychange .progress_box .progress_info {
    color: #333;
    font-weight: 600
}

.layer_wrap .layer_cnt_deliverychange .progress_box .progress_bar {
    display: block;
    width: 200px;
    height: 4px;
    margin: 10px auto 5px;
    border: 0;
    background-color: #d6d6d6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.layer_wrap .layer_cnt_deliverychange .progress_box .ui-progressbar-value {
    background-color: #59a9ae
}

.layer_wrap .layer_cnt_deliverychange .progress_box .progress_num {
    color: #929292
}

.layer_wrap .layer_cnt_deliverychange .progress_box .progress_text {
    overflow-y: auto;
    width: 300px;
    height: 105px;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    color: #484848;
    text-align: left;
    font-size: 12px;
}

/***** layer-mailsend_msg *****/
.layer_wrap .layer_cnt_mailsend_msg {
    display: none;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
    border: solid 2px #59a9ae;
    background-color: #fff
}

.layer_wrap .layer_mailsend_msg {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 400px;
    padding: 10px;
}

.layer_wrap .layer_mailsend_msg h4 {
    font-size: 14px;
}

.layer_wrap .layer_mailsend_msg {
    display: none;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
    border: solid 2px #59a9ae;
    background-color: #fff
}

/***** layer-point *****/
.noOAuthModal {
    position: relative;
    margin: 0 auto;
    width: 580px;
    background-color: #fff;
    z-index: 9999;
    display: none;
    margin-top: 7%;
    box-shadow: 0 0 4px #666;
    max-height: 600px;
    overflow-y: scroll;
}

.noOAuthModal h1 {
    display: block;
}

.noOAuthModal .layer_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding: 12px;
}

.noOAuthModal .pop_cnt {
    padding: 20px 18px;
}

.noOAuthModal .list_ctrl {
    padding: 20px 18px;
    display: flex;
    justify-content: center;
}

.noOAuthModal .list_ctrl button {
    padding: 0 30px;
}

.layer_wrap_point {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.layer_wrap_point {
    border: 1px solid #b8b8b8;
    width: 240px;
    height: auto;
    left: auto;
    top: 38px;
    right: 84px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 #ebeced;
    font-weight: 600;
}

.layer_wrap_point .layer_body {
    padding: 10px;
    line-height: 1.5;
}

.layer_wrap_point .layer_header button {
    position: absolute;
    top: 0;
    right: 0;
    color: #b8b8b8;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 10px;
}

.layer_wrap_point .layer_header button:hover {
    box-shadow: none;
}

.layer_wrap_point .layer_body p:last-child a {
    color: #29bc25;
}

.layer_wrap_point .layer_footer {
    height: 28px;
    line-height: 28px;
    margin: 2px;
    background-color: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    color: #929292;
}

/***** layer *****/
body {
    height: auto !important;
    position: relative;
}

.layer_wrap_notice {
    display: block;
    z-index: 999999 !important; /*width:0;height:0;*/
}

.layer_wrap_notice .layer_cnt.single_popup {
    display: flex;
    align-items: center;
    justify-content: center; /*position:absolute;*/
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.layer_wrap_notice .layer_cnt.single_popup .pop_notice {
    position: relative;
}
/*.layer_wrap_notice .layer_cnt .pop_close{position:absolute;right:0;top:0;padding:2px 12px;background-color:rgba(0,0,0,0.3);border-radius:6px;margin:10px;}*/
.layer_wrap_notice .layer_cnt h4 {
    font-size: 14px;
}

.layer_wrap_notice {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200
}

.layer_wrap_notice .layer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
    zoom: 1
}

.layer_wrap_notice .layer_top {
    margin-bottom: 12px;
    *zoom: 1
}

.layer_wrap_notice .layer_top:after {
    content: '';
    display: block;
    clear: both
}

.layer_wrap_notice .layer_top h1 {
    display: block;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.layer_wrap_notice .layer_top span {
    float: right;
    color: #929292
}

.layer_wrap_notice .layer_cnt {
    display: block;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
}

.layer_wrap_notice .layer_state {
    width: 330px
}

.layer_overlay {
    display: flex;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 99999;
}

.layer_wrap_notice_event {
    display: none;
    z-index: 999999 !important; /*width:0;height:0;*/
}

.layer_wrap_notice_event .layer_cnt.single_popup {
    display: flex;
    align-items: center;
    justify-content: center; /*position:absolute;*/
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.layer_wrap_notice_event .layer_cnt.single_popup .pop_notice {
    position: relative;
}

.layer_wrap_notice_event .layer_cnt .pop_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 12px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 6px;
    margin: 10px;
}

.layer_wrap_notice_event .layer_cnt .pop_close .bnt_close {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding: 0;
}

.layer_wrap_notice_event .layer_cnt h4 {
    font-size: 14px;
}

.layer_wrap_notice_event {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200
}

.layer_wrap_notice_event .layer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
    zoom: 1
}

.layer_wrap_notice_event .layer_top {
    margin-bottom: 12px;
    *zoom: 1
}

.layer_wrap_notice_event .layer_top:after {
    content: '';
    display: block;
    clear: both
}

.layer_wrap_notice_event .layer_top h1 {
    display: block;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.layer_wrap_notice_event .layer_top span {
    float: right;
    color: #929292
}

.layer_wrap_notice_event .layer_cnt {
    display: block;
    position: fixed;
    z-index: 150;
    padding: 20px 18px;
}

.layer_wrap_notice_event .layer_state {
    width: 330px
}

/***** modal *****/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.modal.modal_black .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: -1;
}

.modal.modal_white .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}

.modal.modal_captcha .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: -1;
}

.modal .modal_content {
    display: inline-block;
    padding: 24px 24px 16px;
    text-align: center;
    color: #727272;
    border: 1px solid #29bc25;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
}

.modal .modal_content.modal_top_center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
}

.modal .modal_content.modal_center_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal .modal_content .modal_body .modal_body_top {
    padding-bottom: 16px;
}

.modal .modal_content .modal_body .modal_body_bottom {
    padding-bottom: 20px;
    color: #929292;
    font-size: 11px;
}

.vertical-top {
    vertical-align: top !important;
}
/****** font *******/
.fc-gray {
    color: #b8b8b8;
}

.fc-gray_929 {
    color: #929292;
}

.fc-lightgray {
    color: #929292;
}

.fc-skyblue {
    color: #37c1c7;
}

.fc-green {
    color: #29bc25;
}

.fc-red {
    color: #ff2f2f;
}

/***** button *****/
button.reset {
    line-height: 25px;
}

.sm_reset {
    line-height: 25px !important;
}

.sm_reset img {
    width: 13px;
}

.btn_t1 {
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 27px;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.btn_t1_1 {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle
}

.btn_t2 {
    display: inline-block;
    position: relative;
    width: 94px;
    height: 28px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle
}
/*.btn_1{display:inline-block;position:relative;height:28px;line-height:27px;color:#fff;font-weight:600;vertical-align:middle;font-size:12px;padding:0 30px;}*/
.btn_t3 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    font-size: 15px;
}

.btn_t1 .fa, .btn_1 .fa {
    padding-right: 3px;
    font-size: 13px;
}

a.btn_t1 {
    font-size: 11px;
    height: 26px;
    line-height: 25px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 3px;
}

a.btn_t1_1 {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 3px;
}

a.btn_1 {
    font-size: 11px;
    height: 28px;
    line-height: 27px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 3px;
}

a.btn_t3 {
    font-size: 18px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 3px;
    padding: 10px 10px 10px 10px
}

.btn_w1 {
    width: 70px;
    padding: 0
}

.btn_w2 {
    width: 150px;
    padding: 0
}

.btn_w_auto {
    width: auto;
    padding: 0 12px
}

/*기존 button*/
.btn_red {
    border: 2px outset #c74949;
    background-color: #bb3030;
}

.btn_sky {
    border: 2px outset #697280;
    background-color: #505a68;
}

.btn_black {
    border: 2px outset #b5b0a3;
    background-color: #a59f90;
}

.btn_black:after {
    border: solid 1px #62676c;
    border-bottom: solid 1px #3e4247;
}

.btn_orange {
    border: solid 1px #9d6c0f;
    background-color: #db9a1e
}

.btn_gray_light {
    color: #b8b8b8;
    border: 2px outset #e1e1e1;
    background: #e8e8e8;
}

.btn_gray_light:hover {
    box-shadow: none;
}

.btn_gray {
    border: 2px outset #697280;
    background-color: #505a68;
    border-radius: 4px;
    cursor: pointer;
}

.border_gray {
    border: 1px solid #c8c8c8;
    color: #727272;
}

.btn_gray2 {
    border: solid 1px #008d4c;
    background-color: #e08e0b;
    box-shadow: 0px 1px 0px #008d4c;
}

/*button 리뉴얼(20221215)*/
.btn_red1 {
    border: 1px solid #a11212;
    background-color: #bb3030;
    box-shadow: 0px 1px 0px #a11212;
}

.btn_green {
    border: 1px solid #034b32;
    background-color: #036c48;
    box-shadow: 0px 1px 0px #034b32;
}

.btn_green_light {
    border: 1px solid #2a7a27;
    background-color: #499d46;
    box-shadow: 0px 1px 0px #2a7a27;
}

.btn_green_deep {
    border: solid 1px #51565b;
    background-color: #3d6e1f;
    box-shadow: 0px 1px 0px #51565b;
}

.btn_lime {
    border: solid 1px #819e00;
    background-color: #95ad27;
    box-shadow: 0px 1px 0px #819e00;
}

.btn_brown {
    border: solid 1px #99681e;
    background-color: #b58335;
    box-shadow: 0px 1px 0px #99681e;
}

.btn_emerald {
    border: solid 1px #3b5b58;
    background-color: #469d96;
    box-shadow: 0px 1px 0px #3b5b58;
}

.btn_mint {
    border: 1px solid #647c75;
    background-color: #889f98;
    box-shadow: 0px 1px 0px #647c75;
}
/*버튼 리뉴얼 추가 230914 김수진*/
.btn_gray59 {
    border: 1px solid #373f47;
    background-color: #596269;
    box-shadow: 0px 1px 0px #373f47;
}
.renew_btn_calc {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #c8c8c8;
    padding: 3px 8px;
    border-radius: 5px;
    margin-top: 5px;
    white-space: nowrap;
    background:#fff;
}
.renew_btn_calc i {
    font-style: normal;
    color: #3ec33a;
    font-weight: 800;
    padding-left: 4px;
}
/**/
.btn_cadetblue {
    border: 2px outset #6ea5a7;
    background-color: #5f9ea0;
}

.btn_white {
    display: inline-block;
    padding: 4px 5px;
    border: solid 1px #c8c8c8;
    background-color: #fff;
    font-size: 12px;
    text-decoration: none !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn_skyblue {
    border: 2px outset #6fa6c5;
    background-color: #6fa6c5;
}

.btn_yellow_green {
    border: 2px outset #9bab7d;
    background-color: #92a274;
}

.btn_green_deep2 {
    border: 2px outset #5e905e;
    background-color: #4d884d;
    margin-bottom: 2px;
}

.btn_sky_deep {
    border: 2px outset #75ABAC;
    background-color: #4aa5a4;
}

.btn_blue_teal {
    border: 2px outset;
    background-color: teal;
    border-color: darkcyan;
}

.btn_arr {
    padding-right: 20px;
    background: url(/contents/images/bg/bg_arr_link.gif) no-repeat 100% 50%
}

.btn_box_c {
    margin-top: 20px;
    text-align: center
}

.btn_box_c button {
    margin: 0 2px
}

.btn_box_l {
    margin-top: 15px;
    text-align: left
}

.btn_box_l button {
    margin-right: 2px
}

.btn_box_gap {
    margin-top: 50px
}

.btn_reset_small {
    line-height: 25px;
}

.btn_reset_small img {
    width: 14px;
}
.border-bottom {
    border-bottom: 1px solid;
}
/***** input, select *****/
.selectBox-label {
    color: #484848;
}

.ip_basic.entersearch2 {
    top: 142px !important
}

.ip_basic {
    height: 28px;
    line-height: 28px;
    padding: 0 9px !important;
    border: solid 1px #d7d6d6;
    border-radius: 4px;
    background-color: #fff;
    color: #484848;
    vertical-align: middle;
    font-size: 12px;
}

.ip_calc {
    height: 28px;
    line-height: 28px;
    padding: 0 8px !important;
    border: solid 1px #d7d6d6;
    border-radius: 4px;
    background-color: #fff;
    color: #484848;
    vertical-align: middle;
    font-size: 12px;
    width: 80px;
}

.ip_basic:focus {
    outline: none;
}

.ta_basic {
    padding: 10px;
    border: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ta_white {
    padding: 10px;
    border: solid 1px #d7d6d6;
    background-color: #fff;
    color: #484848;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
/***** input file *****/
.file_search {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1
}

.file_search:after {
    content: '';
    display: block;
    clear: both
}

.file_search .file_search_text {
    float: left;
    margin-right: 0 !important
}

.file_search .file_search_input {
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 3px;
    border-radius: 4px;
}

.file_search .file_search_input .file_search_button {
    overflow: hidden;
    width: 90px;
    font-size: 11px;
}

.file_search .file_search_input .file_search_hidden {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    -khtml-opacity: 0;
    -moz-opacity: 0
}
/***** 상태 표시 *****/
.state_info {
    display: inline-block !important;
    height: 18px;
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    font-family: dotum,'돋움',sans-serif;
    font-size: 11px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.state_info_acc {
    display: inline-block !important;
    height: 18px;
    line-height: 20px;
    padding: 0 4px;
    color: #fff;
    font-family: dotum,'돋움',sans-serif;
    font-size: 11px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.state_orange {
    background-color: #db9a1e
}

.state_green {
    background-color: #64a36a
}

.state_purple {
    background-color: #8d6da0
}

.state_blue {
    background-color: #588ddb
}
/***** common *****/
/*** 텍스트 숨기기 ***/
.hide_text {
    overflow: hidden;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px
}
/*** 텍스트 ***/
.txt_orange {
    color: #db9a1e !important
}

.txt_sky {
    color: #3c8f94 !important
}

.txt_gray {
    color: #929292 !important
}

.txt_dark {
    color: #484848 !important
}

.txt_blue {
    color: #3232FF !important
}

.txt_red {
    color: #e53935 !important
}

.txt_green {
    color: #217345 !important
}

.txt_normal {
    font-weight: normal !important;
}

.txt_disabled {
    color: #bbb !important
}

.txt_through {
    text-decoration: line-through;
}

.txt_s {
    color: #929292 !important;
    font-size: 12px !important;
    font-weight: 400 !important
}

.txt_cut {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.txt_val_box {
    display: inline-block !important;
    height: 28px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 9px;
    border: solid 1px #d7d6d6;
    color: #484848;
    font-weight: 600 !important;
    text-align: left;
    vertical-align: middle
}

.txt_code {
    color: #484848 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

/*** 정렬 ***/
.fl_l {
    float: left
}

.fl_l_ip {
    float: left;
    margin: 0 !important
}
/*** 라인 ***/
.line_gray {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2
}
/*** 아이콘 ***/
.list_new {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background: url(/contents/images/icon/ic_new.png) no-repeat 100% 0 !important;
    vertical-align: middle
}

.arr_right {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin: 0 5px;
    background: url(/contents/images/bg/bg_arr_right.gif) no-repeat
}

.mark_check {
    /*margin-right: 4px;*/
 /*   margin: 0 !important;
    padding: 0 5px;*/
}
/*** 툴팁 ***/
.tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 1px 0 0 1px;
    background: url(/contents/images/icon/ic_tooltip.png) no-repeat 100% 0;
    vertical-align: middle;
    cursor: pointer
}

.tooltip_cnt {
    padding: 15px;
    border: solid 1px #3c8f94;
    background-color: #fff
}

.tooltip_cnt .tooltip_tit {
    display: block;
    margin-bottom: 7px;
    padding-left: 19px;
    background: url(/contents/images/icon/ic_tooltip.png) no-repeat 0 0
}
/*** bg ***/
.bg_gray {
    background-color: #fdfaed
}
/*** 여백 ***/
.gap_side {
    margin: 0 7px
}

.gap_txt {
    display: inline-block;
    margin: 0 5px
}

.gap_t {
    margin-top: 15px
}

.gap_t_t2 {
    margin-top: 10px
}

.gap_t_t3 {
    margin-top: 30px
}

.gap_r {
    margin-right: 15px !important
}

.gap_l {
    font-size: 12px
}

.gap_l_t2 {
    margin-left: 8px
}

.gap_ip_txt {
    margin-left: 6px
}

.gap_m_t_none {
    margin-top: 0 !important
}

/*.gap_m_none {
    margin: 0 !important
}*/


.adjust_th {
    padding: 18px 0 0 15px !important;
}

.coupon {
    position: relative;
    display: inline-block;
    width: 207px;
    height: 203px;
    background-repeat: no-repeat;
}

.coupon.type1 {
    background-image: url(/contents/images/img/coupon1.png);
}

.coupon.type2 {
    background-image: url(/contents/images/img/coupon2.png);
}

.coupon.type3 {
    background-image: url(/contents/images/img/coupon3.png);
}

.coupon.type4 {
    background-image: url(/contents/images/img/coupon4.png);
}

.coupon.type5 {
    background-image: url(/contents/images/img/coupon5.png);
}

.coupon .period-wrapper {
    position: absolute;
    top: 70px;
    left: 48px;
    font-weight: 600;
    color: #343a40;
    letter-spacing: -1px;
    font-size: 12px;
}

.coupon .price-wrapper {
    position: absolute;
    top: 84px;
    color: #343a40;
    font-weight: 600;
    letter-spacing: -1px;
    left: 55px;
    font-size: 17px;
}

.coupon .price {
    font-weight: 600;
    font-size: 34px;
}

.coupon input {
    position: absolute;
    bottom: 25px;
    left: 50%;
}

/*PC 메인 팝업*/
#popup_web > .popup-wrapper {
    position: relative;
    height: 70px;
    background-color: #f8f9fa;
    opacity: 1;
    overflow: hidden;
}

#popup_web > .popup-wrapper img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    margin-left: -960px;
}

#popup_web > .popup-wrapper img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    margin-left: -960px;
}

#popup_web > .popup-wrapper > a.close {
    position: absolute;
    top: 9px;
    right: 30px;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    padding: 10px;
}

#popup_web > .popup-wrapper > a > .fontello {
    color: #fff;
    font-size: 2rem;
}
/*모바일 메인 팝업*/
#popup_mweb > .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

#popup_mweb > .popup-wrapper > .popup-contents {
    display: table;
    width: 100%;
    height: 100%;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > .img-wrapper {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > .img-wrapper > .close {
    left: 280px;
    position: absolute;
    /*top: 280px;*/
    top: -35px;
    right: 0;
    opacity: 1;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > .img-wrapper > .close > .icon-close {
    color: #fff;
    font-size: 2rem;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > .title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > p {
    margin-top: 30px;
}

#popup_mweb > .popup-wrapper > .popup-contents > .contents > p > a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.media-body > .media-heading > span {
    display: contents;
}

.media-body > .media-heading > .reply-name {
    color: #333;
    font-weight: 600;
}

.media-body > .media-heading > .reply-text {
    color: #8c8c8c;
    font-weight: 600;
}

.media-body > .media-heading > .reply-del {
    color: #59a9ae;
    font-weight: bold;
}


.review_detail th {
    border-left: solid 1px #e5e5e5;
}

.review_detail td {
    border-left: solid 1px #e5e5e5;
}

.review_detail .header-title {
    background-color: #fdfaed;
    color: #333;
    font-weight: 600;
}

.review_content {
    margin-top: 0px;
    border-top: 0px;
}

.macro-sub {
    border: solid 1px #e5e5e5;
    width: 100%;
    text-align: left;
    height: 166px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

/*.tables {display: table;width: 100%;text-align: center;}
.row {display: table-row;border: solid 1px #e5e5e5;}
.cell {
    display: table-cell;
    border: solid 1px #e5e5e5;
    width: 154px;
    vertical-align: middle;
    font-weight:600;
    background-color: #fdfaed;
    color: #333;
    text-align: left;
    padding-left: 17px;
}
.cell-txt {
    display: table-cell;
    border: solid 1px #e5e5e5;
    width: 198px;
    height: 40px;    
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}
.r-contents {
    text-align: left;
    border: solid 1px #e5e5e5;
    width: 381%;
    height: auto;
}
.r-contents > img {
    margin-top: 20px;
    padding-left: 20px;
}

.r-text {margin-top: 10px;margin-bottom: 20px;padding-left: 20px;font-size: 14px;font-weight: bold;}
.macro-title {
    border: solid 1px #e5e5e5;
    width: 381%;
    text-align: left;
    background-color: #fdfaed;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:600;
}

.macro-sub {
    border: solid 1px #e5e5e5;
    width: 373%;
    text-align: left;
    height: 166px;
    text-align: left;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
}

.macro-title-text {    
    text-align: left;
    padding-left: 20px;
    font-size: 14px;

}

.macro-sub-text {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}*/

.b2blist-box .tb_basic {
    max-width: 100%;
    height: 550px;
    overflow-y: scroll;
    display: inline-block;
}

.b2blist-box .tb_basic td {
    word-break: break-all
}

.b2blist-wrapper .b2blist-box-left {
    display: inline-table;
    width: 34%;
    padding: 6px
}

.b2blist-wrapper .b2blist-box-left:last-child {
    float: right;
}

.b2blist-wrapper .b2blist-box-right {
    display: inline-table;
    width: 64%;
    padding: 6px
}

.b2blist-wrapper .b2blist-box-right:last-child {
    float: right;
}

.b2blist {
    margin-left: 10px !important;
    font-weight: bold;
}

@media(max-width:1420px) {
    .b2blist-wrapper .b2blist-box-left {
        width: 33.5%;
    }
}

@media(max-width:1420px) {
    .b2blist-wrapper .b2blist-box-right {
        width: 63.5%;
    }
}

/*
.unmatchedlist-box .tb_basic {
    max-width: 100%;
    height: 550px;
    overflow-y: scroll;
    display: inline-block;
}*/

.unmatchedlist-box .tb_basic td {
    word-break: break-all
}

.unmatchedlist-wrapper .unmatchedlist-box {
    display: inline-table;
    width: 49%;
    padding: 6px
}

.unmatchedlist-wrapper .unmatchedlist-box:last-child {
    float: right;
}

.unmatchedlist {
    margin-left: 10px !important;
    font-weight: bold;
}

@media(max-width:1593px) {
    .unmatchedlist-wrapper .unmatchedlist-box,
    .opt-matchedlist-wrapper .opt-matchedlist-box,
    .calclist-wrapper .calclist-box {
        width: 100% !important;
    }
}
/**/
.tb_basic_matching {
    max-width: 100%;
    width: 100%;
    height: 550px;
    overflow-y: auto;
    display: inline-block;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.tb_basic_matching .tb_basic {
    border-top: 0;
}

.opt-unmatchedlist-box .tb_basic_box {
    max-width: 100%;
    width: 100%;
    height: 550px;
    overflow-y: auto;
    display: inline-block;
    background-color: #fff;
}

.opt-unmatchedlist-box .tb_basic td {
    word-break: break-all
}

.opt-unmatchedlist-wrapper .opt-unmatchedlist-box {
    display: inline-table;
    width: 65%;
    padding: 6px
}

.opt-unmatchedlist-wrapper .opt-unmatchedlist-box:last-child {
    float: right;
    width: 33%;
}

.opt-unmatchedlist {
    margin-left: 10px !important;
    font-weight: bold;
}
/*@media(max-width:1420px){.opt-unmatchedlist-wrapper .opt-unmatchedlist-box {width:30.5%;}}*/


/*.opt-matchedlist-box .tb_basic {
    max-width: 100%;
    height: 550px;
    overflow-y: scroll;
    display: inline-block;
}*/

.opt-matchedlist-box .tb_basic td {
    word-break: break-all
}

.opt-matchedlist-wrapper .opt-matchedlist-box {
    display: inline-table;
    width: 44%;
    padding: 6px
}

.opt-matchedlist-wrapper .opt-matchedlist-box:last-child {
    float: right;
    width: 54%;
}

.opt-matchedlist {
    margin-left: 10px !important;
    font-weight: bold;
}

@media(max-width:1420px) {
    .opt-matchedlist-wrapper .opt-matchedlist-box {
        /*width: 30.5%;*/
    }
}

.list_ctrl_fixed {
    position: fixed;
    top: 120px;
    background: #fff;
    width: calc(100% - 278px);
    margin: 0;
    padding-bottom: 6px !important;
    /*height: 60px;
    line-height: 60px;*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    z-index: 9999;
    padding: 0 20px;
    left: 238px;
}

.back-to-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    transition: opacity .5s;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 56px;
    border: 1px solid #29bc25;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
    height: 56px;
    display: flex;
    justify-content: center;
}

.back-to-top.active {
    opacity: 1;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.5);*/
    transition: opacity .5s;
}

.back-to-top img {
    width: 24px;
    height:24px;
    /*opacity: .6;*/
}
#backToTop span {
    color: #29BC25;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.spinner {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* cs요청 레이어팝업 */
.layer_wrap .layer_cs_regist {
    /*width: 580px;*/
    height: 250px;
    padding: 0;
    background-color: #fff;
    display: none;
}

.layer_cs_regist > p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #207d39;
    padding: 15px;
}

.layer_cs_regist .layer_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
}

.layer_cs_view {
    position: relative;
    margin: 0 auto;
    top: 15px;
    display: flex;
    padding: 10px;
    flex-direction: row;
}

.layer_cs_view li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 6px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.layer_cs_view li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .layer_cs_view li a span {
        padding-top: 8px;
    }

.layer_cs_view li:hover {
    border: 2px solid #207d39;
    /*transition: .3s;*/
}

.layer_cs_view li:hover span {
    font-weight: bold;
}
/* toast */
#toast-container > .order-total {
    min-width: 540px !important;
    opacity: 1;
    padding: 20px 20px 20px 20px !important;
}

.order-total .toast-title {
    font-size: 18px;
}

.order-total .toast-message {
    font-size: 14px;
    padding: 8px 0;
}


/*.img_channel_popup {
    content: url(/contents/images/icon/ic_calendar.png);
    cursor: pointer;
}*/


/*세금계산서 2020-11-25 김수진*/
#tax,
#free,
#small {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    /* height: 932px;*/
}

.tax-box p {
    width: 35px;
    text-align: center;
    padding-top: 51px;
    font-size: 12px;
    font-weight: bold;
    background: #5791d8;
}

.tax-box2 p {
    width: 35px;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
    background: #5791d8;
}

.taxtable1 {
    padding: 5px;
    font-weight: bold;
    color: #929292;
    width: 100%;
}

    .taxtable1 .tax_a {
        color: #222;
    }

#tax .taxtable2 {
    width: 45%;
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    /*height: 193px;*/
}

#tax .taxtable2-a {
    width: 55%;
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    /*height: 193px;*/
}

#small .taxtable2-a {
    width: 55%;
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    border-bottom: 1px solid #bbcfee;
    /*height: 193px;*/
}

.taxtable6 {
    /*border-top:;*/
    width: 50%;
    /*display: flex;
    flex-direction: row;*/
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    border-bottom: 1px solid #bbcfee;
}

.taxtable6 tr {
    height: 40px;
}

.taxtable2 > p,
.taxtable6 > p {
    width: 35px;
    text-align: center;
}

.taxtable2tr1 td,
.taxtable2tr2 td,
.taxtable2tr3 td,
.taxtable2tr4 td {
    padding: 4px;
    font-weight: bold;
    border-top: 1px solid #bbcfee;
}

.taxtable7tr1 td,
.taxtable7tr2 td,
.taxtable7tr3 td,
.taxtable7tr4 td {
    padding: 4px;
    font-weight: bold;
}

.taxtable2tr1 td,
.taxtable2tr2 td,
.taxtable2tr3 td,
.taxtable2tr4 td,
.taxtable7tr1 td,
.taxtable7tr2 td,
.taxtable7tr3 td,
.taxtable7tr4 {
    height: 30px;
}

.taxtable2tr2-1 td:nth-child(1),
.taxtable2tr2-2 td:nth-child(1),
.taxtable2tr2-3 td:nth-child(1),
.taxtable2tr2-4 td:nth-child(1),
.taxtable8tr2-3 td:nth-child(1),
.taxtable8tr2-4 td:nth-child(1) {
    width: 120px;
    height: 30px;
    color: #222;
    padding: 4px 4px 4px 7px;
    font-weight: bold;
}

.taxtable2tr2-2 td:nth-child(1),
.taxtable2tr2-4 > td:nth-child(3) {
    color: #222;
    font-weight: bold;
    border-top: 1px solid #bbcfee;
}

.taxtable2tr4 td,
.taxtable2tr2-4 td {
    border-bottom: 1px solid #bbcfee !important;
}

.taxtable7tr4 td {
    height: 30px;
}

.taxtable2tr2-4_ td {
    border-bottom: 1px solid #eebbbb !important;
    height: 30px;
}

.taxtable2tr1 > th > span,
.taxtable2tr1 > th > span,
.taxtable2tr2 > th > span,
.taxtable2tr2 > th > span,
.taxtable2tr3 > th > span,
.taxtable2tr4 > th > span,
.taxtable2tr4 > th > span,
.taxtable2tr2-1 td > span,
.taxtable2tr2-1 td > span,
.taxtable2tr2-2 > td > span,
.taxtable2tr2-2 > td > span,
.taxtable2tr2-3 > td > span,
.taxtable2tr2-4 > td > span,
.taxtable2tr2-4 > td > span,
.taxtable6tr6-1 > th > span,
.taxtable6tr6-2 > th > span,
.taxtable6tr6-3 > th > span {
    border-radius: 12px;
    background: #5791d8;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.tax-box,
.tax-box2 {
    display: flex;
    flex-direction: row;
    color: #fff;
}

.tax-boxmiddle {
    width: 13px;
    background: #fff;
}

.mustpoint {
    color: #edea36;
}

.taxtable2tr2-2 td:nth-child(2),
.taxtable2tr2-2 td:nth-child(3),
.taxtable2tr2-2 td:nth-child(4),
.taxtable2tr2-3 td:nth-child(1),
.taxtable2tr2-3 td:nth-child(2) {
    border-top: 1px solid #bbcfee;
}

.taxtable3 td,
.taxtable5 td {
    background: #ebf3ff;
    padding: 4px 7px;
    text-align: center;
    font-size: 12px;
    color: #5791d8;
    font-weight: bold;
    border-top: 1px solid #bbcfee;
    border-right: 1px solid #bbcfee;
}

#tax .taxtable4 th,
#small .taxtable4 th {
    border-top: 1px solid #bbcfee;
    border-bottom: 1px solid #bbcfee;
}

.taxtable4 th,
.taxtable4 td {
    background: #ebf3ff;
    padding: 5px 2px;
    text-align: center;
    font-size: 12px;
    color: #5791d8;
    font-weight: bold;
    border-right: 1px solid #bbcfee;
}

.taxtable4 td {
    border-bottom: 1px solid #bbcfee;
}

.taxtable4tr4-1 > td {
    border-top: 1px solid #bbcfee;
}

.taxtable3,
.taxtable4,
.taxtable5 {
    width: 100%;
}

.secondbox,
.taxtable4,
.taxtable5,
.tax-box2 {
    margin-top: 14px;
}

.taxtable3tr3-2 > td,
.taxtable5tr5-2 > td {
    background: #fff;
    border-bottom: 1px solid #bbcfee;
}

.taxtable3 td:last-child {
    border-right: none;
}

.taxtable4tr4-2 > td,
.taxtable5tr5-1 > td:last-child {
    background: #fff;
}

.taxtable4 td:last-child,
.taxtable5tr5-1 > td:last-child {
    border-right: none;
}

.taxtable6tr6-1 th:nth-child(1),
.taxtable6tr6-2 th:nth-child(1),
.taxtable6tr6-3 th:nth-child(1) {
    width: 60px;
}

.taxtable6tr6-1 td:nth-child(1),
.taxtable6tr6-2 td:nth-child(1),
.taxtable6tr6-3 td:nth-child(1) {
    /*height: 35px;*/
    color: #222;
    /*width: 92px !important;*/
    padding: 4px;
    font-weight: bold;
    border-top: 1px solid #bbcfee;
}

.taxtable6tr6-1 td:nth-child(2) {
    /*height: 35px;*/
    color: #222;
    /*width: 261px;*/
    padding: 4px;
    font-weight: bold;
    /*padding: 2% 2% 2% 5%;*/
}

.taxtable6tr6-2 td:nth-child(2),
.taxtable6tr6-3 td:nth-child(2) {
    /*height: 35px;*/
    color: #222;
    /*width: 475px;*/
    padding: 4px;
    font-weight: bold;
    border-top: 1px solid #bbcfee;
}

.taxtable2tr1 > td {
    border-top: 0;
}

.taxtable2tr2-4 > td {
    border-top: 1px solid #bbcfee;
}

.taxtable2tr2-2 > td:nth-child(1) {
    width: 146px !important;
}

.taxtable2tr2-2 > td:nth-child(2) {
    width: 183px;
}

.taxtable2tr2-2 > td:nth-child(3) {
    width: 139px;
}

.taxtable8tr2-2 > td:nth-child(3) {
    width: 153px;
}

.btn_1-a {
    height: 34px;
    line-height: 30px;
    margin: 0 auto;
}

.buttonwrap {
    margin: 30px auto;
    width: 20%;
}

.taxtable7,
.taxtable2_ {
    /*display: flex;
    flex-direction: row;*/
    color: #222;
    background: #ffebed;
    /*height: 193px !important;*/
}

.taxtable2_ {
    width: 55%;
    /*height: 193px;*/
}

.tax-box-tittle {
    width: 35px;
    text-align: center;
    padding-top: 81px;
    font-size: 12px;
    font-weight: bold;
    background: #d85763 !important;
    height: 106px;
}

.taxtable7tr1 > th > span,
.taxtable7tr2 > th > span,
.taxtable7tr3 > th > span,
.taxtable7tr4 > th > span,
.taxtable2tr2-1_ > th > span,
.taxtable2tr2-2_ > th > span,
.taxtable2tr2-3_ > th > span,
.taxtable2tr2-4_ > th > span,
#free .taxtable6tr6-1 span,
#free .taxtable6tr6-2 span,
#free .taxtable6tr6-3 span {
    border-radius: 12px;
    background: #d85763 !important;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.taxtable2tr2-1_ td,
.taxtable2tr2-2_ td,
.taxtable2tr2-3_ td,
.taxtable2tr2-4_ td {
    border-top: 1px solid #eebbbb !important;
}

.secondbox-a .taxtable3tr3-1 > td:nth-child(1) {
    width: 12%;
}

.secondbox-a .taxtable3tr3-1 > td:nth-child(2) {
    width: 20%;
}

.secondbox-a .taxtable3tr3-1 td {
    color: #e59299;
    background: #ffebed;
    border-top: 1px solid #e59299;
    border-right: 1px solid #e59299;
}

.secondbox-a .taxtable3tr3-2 td {
    border-bottom: 1px solid #e59299;
    background: #fff;
    border-top: 1px solid #e59299;
    border-right: 1px solid #e59299;
}

.secondbox-a .taxtable4tr4-1 th,
.secondbox-a .taxtable4tr4-1 td,
.secondbox-a .taxtable4tr4-2 td,
.secondbox-a .taxtable5tr5-1 td {
    color: #e59299;
    background: #ffebed;
    border-top: 1px solid #e59299;
    border-right: 1px solid #e59299;
    padding: 5px 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.secondbox-a .taxtable4wrapper {
    /* margin-top: 1%;*/
    overflow-y: scroll;
    height: 200px;
    font-weight: bold;
}

.secondbox-a .taxtable4tr4-2 td,
.secondbox-a .taxtable5tr5-2 td {
    background: #fff;
    border-top: 1px solid #e59299 !important;
    border-right: 1px solid #e59299 !important;
}

.secondbox-a .taxtable4tr4-2 td {
    border-top: 0 !important;
    border-bottom: 1px solid #e59299;
}

#dataHolder_tax tr:last-child td,
#dataHolder_small tr:last-child td,
.secondbox-a #dataHolder_free tr:last-child td {
    border-bottom: 0;
}

.taxtable4a {
    margin-top: 14px;
    width: 100%;
    border-bottom: 1px solid #e59299;
}

#free .taxtable4a {
    margin-top: 14px;
}

#free .taxtable5 {
    margin-top: 14px;
}
/*2020-12-07 김수진*/
.secondbox-a taxtable4tr4-1 td:last-child,
.secondbox-a taxtable4tr4-2 td:last-child {
    border-right: 0 !important;
}

.taxtable5tr5-1 > td:last-child {
    border-bottom: 1px solid #bbcfee;
}

.secondbox-a .taxtable3tr3-1 .tx_bg,
.secondbox-a .taxtable3tr3-2 td:last-child,
.secondbox-a .taxtable4tr4-1 td:last-child,
.secondbox-a .taxtable4tr4-2 td:last-child,
.taxtable4tr4-2lastd {
    border-right: 0 !important;
}

.secondbox-a .taxtable5tr5-1 td:last-child {
    background: #fff;
    border-right: 0;
    border-bottom: 1px solid #e59299;
}

.secondbox-a .taxtable5tr5-2 td {
    border-bottom: 1px solid #e59299;
}

#free .taxtable2-text {
    width: 35px;
    text-align: center;
    padding-top: 59px;
    font-size: 12px;
    font-weight: bold;
    background: #d85763;
}

#free .taxtable6tr6-1 td,
#free .taxtable6tr6-2 td,
#free .taxtable6tr6-3 td {
    background: #ffebed;
}

.taxtable2tr2 {
    border-top: 1px solid #bbcfee;
}

#tax .taxtable2 th,
#small .taxtable2 th,
#free .taxtable7 th {
    text-align: left;
    padding-left: 7px;
}

#tax .taxtable2tr1 {
    width: 100%;
}

#tax .taxtable2tr1 th:nth-child(2) {
    width: 116px !important;
}

#tax .taxtable2tr1 td:nth-child(3) {
    width: 101px !important;
}

#tax .taxtable2tr1 th:nth-child(4) {
    width: 134px !important;
}

#tax .taxtable2tr1 td:nth-child(5) {
    width: 125px !important;
}

#tax .taxtable2tr1 td:nth-child(1),
#small .taxtable2tr1 td:nth-child(1) {
    text-align: center;
    /* padding-top: 59px; */
    font-size: 12px;
    font-weight: bold;
    background: #5791d8;
    color: #fff;
}

#tax .taxtable2tr2 th:nth-child(1),
#tax .taxtable2tr2 th:nth-child(3),
#tax .taxtable2tr3 th:nth-child(1),
#tax .taxtable2tr4 th:nth-child(1),
#tax .taxtable2tr4 th:nth-child(3) {
    border-top: 1px solid #bbcfee;
}

#tax .taxtable2tr4 th:nth-child(1),
#tax .taxtable2tr4 th:nth-child(3) {
    border-bottom: 1px solid #bbcfee;
}

#tax .taxtable6tr6-1 th,
#tax .taxtable6tr6-2 th,
#tax .taxtable6tr6-3 th,
#small .taxtable2tr1 th,
#small .taxtable2tr2 th,
#small .taxtable2tr3 th,
#small .taxtable2tr4 th {
    padding-left: 7px;
    border-top: 1px solid #bbcfee;
    text-align: left;
}

#tax .taxtable6tr6-1 th,
#small .taxtable2tr1 th {
    border-top: none;
}

#free .taxtable7 {
    border-top: 1px solid #eebbbb;
    border-bottom: 1px solid #eebbbb;
    width: 45%;
    /*height:193px;*/
}

#free .taxtable7tr2 th:nth-child(1),
#free .taxtable7tr2 td:nth-child(2),
#free .taxtable7tr2 th:nth-child(3),
#free .taxtable7tr2 td:nth-child(4),
#free .taxtable7tr3 th:nth-child(1),
#free .taxtable7tr3 td:nth-child(2),
#free .taxtable7tr4 th:nth-child(1),
#free .taxtable7tr4 td:nth-child(2),
#free .taxtable7tr4 th:nth-child(3),
#free .taxtable7tr4 td:nth-child(4),
#free .taxtable7tr4 td:nth-child(4)
#free .taxtable6tr6-1 th:nth-child(1),
#free .taxtable6tr6-2 th:nth-child(1),
#free .taxtable6tr6-2 td:nth-child(2),
#free .taxtable6tr6-3 th:nth-child(1),
#free .taxtable6tr6-3 td:nth-child(2) {
    border-top: 1px solid #eebbbb;
}
/*#free .tax-box-tittle_{
    padding-top:65px;
}*/
#free .taxtable2tr2-1_ span:nth-child(1),
#free .taxtable2tr2-2_ span:nth-child(1),
#free .taxtable2tr2-3_ span:nth-child(1),
#free .taxtable2tr2-4_ span:nth-child(1) {
    border-radius: 12px;
    background: #d85763 !important;
}

#free .taxtable6 {
    border-top: 1px solid #e59299;
    border-bottom: 1px solid #e59299;
}

#free .taxtable6tr6-1 th:nth-child(1),
#free .taxtable6tr6-2 th:nth-child(1),
#free .taxtable6tr6-3 th:nth-child(1) {
    background: #ffebed;
    padding-left: 7px;
    text-align: left;
}

#small .taxtable2 {
    /*border-top: 1px solid #bbcfee;
    border-bottom: 1px solid #bbcfee;
    width: 45%;
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    height: 193px;*/
    width: 45%;
    color: #222;
    background: #ebf3ff;
    border-top: 1px solid #bbcfee;
    border-bottom: 1px solid #bbcfee;
    /*height: 193px;*/
}

#small .taxtable2tr4 td:nth-child(2),
#small .taxtable2tr4 td:nth-child(4),
#small .taxtable2tr2-4 td:nth-child(1),
#small .taxtable2tr2-4 td:nth-child(2),
#small .taxtable2tr2-4 td:nth-child(3),
#small .taxtable2tr2-4 td:nth-child(4) {
    border-bottom: 0 !important;
}

#small .taxtable6tr6-1 th:nth-child(1),
#small .taxtable6tr6-2 th:nth-child(1),
#small .taxtable6tr6-3 th:nth-child(1),
#small .taxtable2tr1 th:nth-child(1),
#small .taxtable2tr2 th:nth-child(1),
#small .taxtable2tr3 th:nth-child(1),
#small .taxtable2tr4 th:nth-child(1),
#small .taxtable2tr1 th:nth-child(2) {
    text-align: left;
    padding-left: 7px;
}

#small .taxtable6tr6-2 th:nth-child(1),
#small .taxtable2tr2 th:nth-child(1),
#small .taxtable2tr3 th:nth-child(1),
#small .taxtable2tr4 th:nth-child(1),
#small .taxtable2tr4 th:nth-child(3),
#small .taxtable6tr6-3 th:nth-child(1) {
    border-top: 1px solid #bbcfee;
}

#tax .taxtable6tr6-1 th:nth-child(1),
#tax .taxtable6tr6-2 th:nth-child(1),
#tax .taxtable6tr6-3 th:nth-child(1) {
    text-align: left;
    padding-left: 7px;
}

#tax .taxtable6tr6-2 th:nth-child(1),
#tax .taxtable6tr6-3 th:nth-child(1) {
    border-top: 1px solid #bbcfee;
}

/*******/
.tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #5791d8;
    padding-top: 7px;
    padding-left: 5px;
    margin: 0 auto;
    width: 1256px;
    height: 38px;
}

.tabs > li {
    width: 147px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #5791d8;
    background: #ebf3ff;
    margin-right: 2px;
    margin-top: -8px;
}

.tabs > div {
    margin-left: auto;
    padding-right: 2px;
}

#popup .tabs .current {
    background: #fff !important;
    /* color: #75a2dd !important;*/
}

.taxfree {
    background: none;
    color: #fff;
    /*padding-left: 56%;*/
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 7px;
    padding-bottom: 9px;
}
/*뭐지 이거*/
/*2020-12-07 김수진*/
.small- {
    background: none;
    color: #fff;
    margin-left: -16%;
    font-size: 12px;
    font-weight: bold;
}

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }

.free {
    color: #d85763 !important;
}

.freeTab {
    background: #d85763;
}

.taxTab {
    background: #ffebed !important;
}

#small .taxtable2tr2 th:nth-child(3) {
    border-top: 1px solid #bbcfee;
}

#tax .taxtable1 td:nth-child(2),
#free .taxtable1 td:nth-child(2),
#small .taxtable1 td:nth-child(2) {
    width: 9%;
}

#tax .taxtable1 td:nth-child(4),
#small .taxtable1 td:nth-child(4),
#free .taxtable1 td:nth-child(4) {
    width: 5%;
}

#tax .taxtable1 td:nth-child(6),
#free .taxtable1 td:nth-child(6),
#small .taxtable1 td:nth-child(6) {
    width: 6%;
}

#tax .taxtable2tr1 td:nth-child(1),
#small .taxtable2tr1 td:nth-child(1),
#free .taxtable2tr1 td:nth-child(1) {
    width: 35px !important;
}

#small .taxtable4tr4-2 td {
    background: #fff !important;
}

#tax .taxtable6tr6-1 td:nth-child(2),
#tax .taxtable6tr6-2 td:nth-child(2),
#tax .taxtable6tr6-3 td:nth-child(2) {
    padding-left: 5%;
}

#free .taxtable6tr6-1 td:nth-child(2),
#free .taxtable6tr6-2 td:nth-child(2),
#free .taxtable6tr6-3 td:nth-child(2) {
    padding-left: 5%;
}

#small .taxtable6tr6-1 td:nth-child(2),
#small .taxtable6tr6-2 td:nth-child(2),
#small .taxtable6tr6-3 td:nth-child(2) {
    padding-left: 5%;
}

#small .taxtable2tr1 th:nth-child(3),
#small .taxtable2tr2 th:nth-child(3),
#small .taxtable2tr4 th:nth-child(3) {
    text-align: left;
    padding-left: 7px;
}

#small .taxtable4 {
    border-bottom: 1px solid #bbcfee;
}

#tax .taxtable3tr3-1 td:nth-child(1),
#small .taxtable3tr3-1 td:nth-child(1) {
    width: 12%;
}

#tax .taxtable3tr3-1 td:nth-child(2),
#small .taxtable3tr3-1 td:nth-child(2) {
    width: 20%;
}

#tax .taxtable3tr3-1 td:nth-child(3) {
    width: 20%;
}

#tax .taxtable5tr5-1td:nth-child(1),
#tax .taxtable5tr5-1td:nth-child(2),
#tax .taxtable5tr5-1td:nth-child(3),
#tax .taxtable5tr5-1td:nth-child(4),
#tax .taxtable5tr5-1td:nth-child(5) {
    width: 15%;
}

#tax .taxtable5tr5-1td:nth-child(6) {
    width: 20%;
}

#small .taxtable3tr3-1 td:nth-child(3) {
    width: 20%;
}

#small .taxtable4tr4-1 > td {
    border-top: 0;
}
/*합칠수가 없다*/
#tax .taxtable4,
#small .taxtable4,
#free .taxtable4a {
    max-width: 100%;
    max-height: 210px;
    overflow-y: scroll;
    display: inline-block;
}

#tax .taxtable4,
#small .taxtable4,
#free .taxtable4a {
    overflow: hidden;
    width: 1260px;
    max-height: 191px;
    border-collapse: collapse;
}

#tax .taxtable4 thead,
#small .taxtable4 thead,
#free .taxtable4a thead {
    width: 100%;
    display: inline-block;
}

#tax .taxtable4 thead tr,
#small .taxtable4 thead tr,
#free .taxtable4a thead tr {
    display: table;
    width: 100%;
}

#tax .taxtable4 thead th,
#small .taxble4 thead th,
#free .taxtable4a thead th {
    padding: 5px 2px;
}

.secondbox-a .taxtable4tr4-1 th {
    border-top: 1px solid #e59299;
    border-bottom: 1px solid #e59299;
}

#dataHolder_tax,
#dataHolder_small,
#dataHolder_free {
    display: inline-block;
    width: 100%;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#dataHolder_tax tr,
#dataHolder_small tr,
#dataHolder_free tr {
    width: 1260px;
    display: table;
}

#dataHolder_tax td,
#dataHolder_small td,
#dataHolder_free td {
    padding: 6px 2px;
}

#dataHolder_tax td input,
#dataHolder_small td input,
#dataHolder_free td input {
    width: 80%;
    padding: 0 6px !important;
    line-height: initial;
    margin-right: 0;
}

#dataHolder_tax {
    border-bottom: 1px solid #bbcfee;
    max-height: 159px;
}

#free .taxtable4tr4-1 th:last-child {
    border-right: 0;
}

#free .taxtable5tr5-1 td:last-child {
    background: #fff;
    padding: 4px 7px;
    text-align: center;
    font-size: 12px;
    color: #e59299;
    font-weight: bold;
    border-top: 1px solid #e59299;
}

#free .secondbox-a .taxtable5tr5-1 td {
    padding: 4px 7px;
}
/*2020-12-07 김수진*/

/*** Stock ***/
.btn_1 {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 30px;
}

.btn_2 {
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px;
}

.btn_round {
    display: flex;
    align-items: center;
    width: auto;
    height: 28px;
    line-height: 28px;
    border-radius: 26px;
    color: #fff;
    border-width: 1px;
    padding: 2px 15px;
    white-space: nowrap;
    cursor: auto;
}
.btn_round .btn-name {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 8px !important;
}
.btn_round i {
    font-size: 14px;
    cursor: pointer;
}

.tb_line tbody tr {
    display: flex;
    align-items: center;
    margin: 0 15px;
    padding: 0 8px;
    min-height: 54px;
}

.tb_line tbody tr + tr {
    border-top: 1px solid #e8e8e8;
}

.stock_mail_info tbody td {
    display: flex;
    align-items: center;
}

.tb_row.tb_line tbody th {
    padding: 0;
    display: flex;
    align-items: center;
}

.stock_mail_template td.ref {
    padding: 10px 0;
}

.stock_mail_template .tb_row2 {
    box-shadow: none;
}

.stock_mail_template .tb_row2 td {
    height: auto;
    padding: 3px 0;
}

.stock_mail_template .tb_editer {
    padding: 0 20px;
}

.tb_row.tb_line .i_text {
    color: #929292;
    font-size: 12px;
    margin-left: 15px;
    letter-spacing: -1px;
}
/******
********************/
/*공통 레이아웃 리뉴얼*/
.title_head {
    margin-top: 26px;
}
.title_head .title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.title_head .title h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #484848;
}
.title_head .title span {
    margin-left: 12px;
}
.title_head .title .title_cnt {
    color: #929292;
    font-size: 12px;
    margin-left: 12px;
}
.title_head .title .ctrl_r {
    margin-left: auto;
}

.title_head ul {
    display: flex;
    width: 100%;
    margin-top: 14px;
}

.title_head ul li {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 3px 6px;
    display: flex;
    margin-left: 4px;
    background-color: #fff;
}

.title_head ul li button {
/*    font-size: 12px;
    color: #727272;
    display: flex;
    align-items: center;*/
}

.title_head ul li button:hover {
    box-shadow: none;
}

.title_head ul li button img {
    padding-left: 6px;
}

.title_head p {
    padding: 0;
    display: flex;
    width: 100%;
}

.title_head p:before {
    content: '·';
    padding-right: 4px;
    font-size: 12px;
    color: #929292;
}
.tbody-even tr {
    background-color: #fff;
}
.tbody-even tr:nth-child(even) {
    background-color: #f8f8f8;
}
.safe_stock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.safe_stock img {
    margin-right: 6px;
}

.stock_house_search {
    align-items: center;
}

.stock_house_search div {
    margin-right: 22px;
}

.tb_basic.stock_house_table td > span {
    display: flex !important;
    width: 100%;
}

.tb_basic.stock_house_table td span.safe_stock input:first-child {
    width: 20%;
    margin-right: 1%;
}

.tb_basic.stock_house_table td span.safe_stock input:last-child {
    width: 80%;
}

.tb_basic.stock_house_table td input {
    width: 100%;
    margin-right: 0;
}

.tb_basic.stock_list_table td .span_mg_name {
    display: block;
}

.tb_basic.stock_list_table td .planin_num {
    display: block;
}

.tb_basic.stock_list_table td .noti_yn, .tb_basic.stock_list_table td .noti_yn_disabled {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
}

.tb_row.stock_inout_table td .stock_inout_date, .tb_row.stock_plan_table td .stock_inout_date {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tb_row.stock_inout_table td.stock_state, .tb_row.stock_plan_table td.stock_state {
    display: flex;
}

.tb_row.stock_inout_table td.stock_state label, .tb_row.stock_plan_table td.stock_state label {
    display: flex;
    align-items: center;
    padding-right: 12px;
}

.tb_row.stock_inout_table td.stock_state label {
    white-space: nowrap
}

.tb_row.stock_inout_table td.stock_state label:last-child {
    padding-right: 0;
}

.stock_check .cnt_box {
    padding: 0;
    border-top: 0;
    margin-top: 20px;
}

.stock_check .panel-body {
    padding: 15px 0;
}

.pop_stock_mail {
    padding: 10px 20px 20px;
}

.pop_stock_mail .stock_mail_date {
    display: flex;
    align-items: center;
}

.pop_stock_mail .tb_basic.tb_basicLeft {
    margin-top: 20px;
}

.pop_stock_mail .divRight .tb_line {
    margin-top: 15px;
}

.pop_stock_mail .divRight .tb_line th {
    min-width: 70px;
}

.pop_stock_mail .divRight .tb_line .inputfull {
    width: 100%;
}

.pop_stock_mail .divRight .tb_line .inputfull input {
    width: 100%;
}

.pop_stock_mail .divRight .tb_line .inputfull .chk_see {
    margin-left: auto;
    width: auto;
}

.pop_stock_mail .btn_box_c {
    margin-top: 15px;
}

.pop_stock_mail .pop_stock_mail_layout {
    display: flex;
    flex-direction: row;
}

.pop_stock_mail .divLeft {
    display: inline-table;
    width: 36%;
}

.pop_stock_mail .divLeft table {
    display: inline-block;
    height: 600px;
    overflow-y: scroll;
}

.pop_stock_mail .divRight {
    display: inline-table;
    float: right;
    width: 64%;
    margin-left: 20px;
}

.pop_stock_mail .pop_stock_mail_head {
    display: flex;
    align-items: center;
}

.pop_stock_mail .pop_stock_mail_head td:last-child {
    white-space: nowrap;
}

.pop_stock_mail td .btn_calc {
    border: 1px solid #c8c8c8;
    padding: 4px 8px;
    border-radius: 5px;
    white-space: nowrap;
}

.pop_stock_mail td .btn_calc i {
    font-style: normal;
    color: #3ec33a;
    font-weight: 800;
    padding-left: 4px;
}

.pop_stock_mail td.mail_setting {
    width: auto !important;
}

.pop_list_info {
    padding: 0 20px 24px 20px;
}

.pop_list_info .title_head {
    display: flex;
    padding: 0 10px;
    color: #929292;
}

.pop_list_info .title_head div:first-child {
    font-weight: 600;
}

.pop_list_info .title_head div:last-child {
    margin-left: auto;
    display: flex;
}

.pop_list_info .title_head div:last-child button {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #727272;
}

.pop_list_info .title_head div:last-child button img {
    margin-left: 4px;
}

.pop_list_info.stock_chart .title_head div:last-child button + button {
    margin-left: 6px;
}

.pop_list_info .tb_basic {
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pop_list_info .tb_basic th:last-child, .pop_list_info .tb_basic td:last-child {
    border-right: 0;
}

.pop_list_info .tb_basic td {
    background-color: #fff;
}

.pop_list_info .tb_basic .pop_stock_chart_date {
    text-decoration: underline;
    cursor: pointer;
}

/*레이어팝업*/
.layer_wrap .layer_cnt.layer_stock_memo {
    padding: 0;
    border: 0;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_top {
    height: 60px;
    padding: 0 20px;
    background-color: #3d4245;
    margin-bottom: 0;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_top h1 {
    color: #fff;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_top h1 img {
    margin-right: 10px;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_content {
    margin: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_content > p {
    padding-bottom: 20px;
    color: #929292;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_content .title {
    min-width: 140px;
    display: inline-block;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_content > div p {
    line-height: 3;
}

.layer_wrap .layer_cnt.layer_stock_memo .layer_content textarea {
    outline: none;
    margin-top: 16px;
}

.layer_wrap .layer_cnt.layer_stock_memo .btn_box_c {
    margin-bottom: 20px;
}
/*레이어팝업 - cs이미지*/
.layer_wrap .layer_cnt.layer_cs_img {
    border: solid 2px #888;
    display: flex;
    flex-direction: column;
}

.layer_wrap .layer_cnt.layer_cs_img .layer_close {
    width: 56px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    border-radius: 20px;
    background-color: #7f7f7f;
    margin-bottom: 10px;
    margin-left: auto;
}
.swiper-button-next {
    right: 0 !important;
    border-radius: 50% 0 0 50%;
}
.swiper-button-prev {
    left: 0 !important;
    border-radius: 0 50% 50% 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    width: 40px !important;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
    font-weight: bold;
}
/**/
.pop_cnt.pop_stock_inout .pop_stock_inout_title span {
    color: #929292;
}

.pop_cnt.pop_stock_inout .pop_stock_inout_title ul {
    margin: 0;
}

.pop_cnt.pop_stock_inout .pop_stock_inout_title li {
    margin-bottom: 0;
}

.pop_cnt.pop_stock_inout .noselected {
    color: #929292;
}
/*.tb_basic.pop_stock_list_reg td{text-align:center;}*/
.tb_basic.pop_stock_list_reg td:last-child {
    text-align: left
}

.tb_basic.tb_base {
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

.tb_basic.tb_base th:last-child, .tb_basic.tb_base td:last-child {
    border-right: 0;
}

.tb_basic.tb_base tr:nth-child(2) th:last-child {
    border-right: 1px solid #ddd;
}

.tb_basic.tb_base th {
    margin-top: 15px;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 3px;
}

.tb_basic.tb_base td {
    position: relative;
    padding: 9px 15px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    word-break: keep-all
}

.tb_basic.tb_base td .span_mg_name {
    word-break: break-all;
}

.tb_line {
    width: 100%;
    margin-top: 10px;
}

.tb_line th {
    color: #727272;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    word-break: keep-all;
    white-space: nowrap
}

.tb_line td {
    word-break: keep-all;
    vertical-align: middle;
    padding: 12px 25px 12px 20px;
    white-space: nowrap;
    height: auto;
}

.tb_line td .period {
    display: flex;
    height: 30px;
    line-height: 28px;
    margin: 0;
    align-items: center;
    margin-left: 15px;
}

.tb_line td .period a {
    margin: 0;
    padding: 0 6px;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
}

.tb_line td .period a:first-child {
    border-right: 0;
}

.tb_line td .period a:last-child {
    border-left: 0;
}

.tb_line td .period a:focus {
    color: #29bc25;
    border: 1px solid #29bc25;
    background-color: #fff;
}

.tb_line td .stock_inout_date {
    display: flex;
    align-items: center;
}

.tb_line td label {
    white-space: nowrap;
    margin-right: 10px;
}

.tb_line td label:last-child {
    margin-right: 0;
}

.btn_type1 {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 30px;
}

.btn_type2 {
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 28px;
    color: #fff !important;
    font-weight: 600;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 10px;
}

.btn_type3 {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    background-color: #fff;
    font-size: 12px;
}

.btn_type3 img {
    margin-left: 4px;
}

.tb_basic.tb_base th span, .tb_basic.tb_base td span {
    display: inline-block;
}

.ip_base {
    height: 28px;
    line-height: 28px;
    padding: 0 8px !important;
    border: solid 1px #d7d6d6;
    border-radius: 4px;
    background-color: #fff;
    color: #484848;
    vertical-align: middle;
    font-size: 12px;
}

table.tb_line, table.tb_base {
    border-radius: 10px;
}

.tb_basic.tb_line th {
    text-align: center;
    vertical-align: inherit;
    white-space: inherit;
}

.tb_basic.tb_line td {
    vertical-align: inherit;
    padding: 9px 7px;
    white-space: inherit;
}

.tb_basic.tb_line tbody tr {
    display: table-row;
    margin: 0;
    padding: 0;
}

.btn_t1.btn_green {
    border: 2px outset #078361;
    box-shadow: none;
}

.tb_base td .info_gap {
    margin-bottom: 5px;
}

.stock_list_table .stock_list20_btn {
    display: flex;
}

.stock_list_table .stock_list20_btn span:last-child {
    margin-left: 4px;
}

.pop_cnt .pop_search_header {
    *zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tb_popup {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tb_popup th {
    padding: 12px 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-color: #f1f2f3;
    color: #727272;
    font-weight: 600;
    word-break: keep-all
}

.tb_popup th:last-child {
    border-right: 0;
}

.tb_popup td {
    position: relative;
    padding: 8px 10px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    text-align: center;
    word-break: keep-all
}

.tb_popup td:last-child {
    border-right: 0;
}

.tb_popup .align_left {
    text-align: left
}

.tb_basic.tb_line {
    border-radius: 0;
}

.tb_base .stock_option_join button {
    font-size: 12px;
    color: #727272;
}

.tb_base .stock_option_join button.fc-green {
    color: #29bc25;
}

.tb_base .stock_option_join button.fc-brown {
    color: #d39b3b;
}

.tb_base .stock_option_join button img {
    padding-left: 5px;
}

/*@media (min-height: 800px) {
    .contents {
        min-height: 1670px;
    }
}*/
/* Statistics */
.statistics-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #929292;
    margin-top: 40px;
}

.statistics-checkbox p {
    display: inline;
    font-weight: 600;
    padding-right: 16px;
}

.statistics-checkbox span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.statistics-checkbox span input {
    margin: 0 4px 0;
}

.statistics-checkbox span label {
    position: relative;
}

.statistics-checkbox span label:after {
    content: "";
    position: absolute;
    top: -0.3px;
    width: 10px;
    height: 10px;
    margin: .25rem;
}

.statistics-checkbox span:nth-child(2) label:after {
    background-color: #67cd03;
}

.statistics-checkbox span:nth-child(3) label:after {
    background-color: #0d8518;
}

.statistics-checkbox span:nth-child(4) label:after {
    background-color: #31bcb1;
}

.statistics-checkbox span:nth-child(5) label:after {
    background-color: #479ce4;
}

.statistics-checkbox span:nth-child(6) label:after {
    background-color: #727272;
}

.statistics-checkbox span:nth-child(7) label:after {
    background-color: #b58335;
}

.statistics-checkbox span:nth-child(8) label:after {
    background-color: #889f98;
}

.statistics-checkbox span:nth-child(9) label:after {
    background-color: #8a11f0;
}

.statistics-checkbox span:nth-child(10) label:after {
    background-color: #ff3600;
}

.statistics-checkbox span:nth-child(11) label:after {
    background-color: #f226bb;
}

#chart_div {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* talk_set */
.talk_set .tb_row {
    padding: 15px 10px;
}

.talk_set .tb_row tr:nth-child(6) td {
    padding-top: 15px;
}

.talk_set .tb_row .btn_t1 {
    margin-bottom: 0;
}

.message-container {
    margin-top: 20px;
}

.message-container .tit_box {
    display: flex;
    align-items: baseline;
}

.talk-message-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.talk-message-wrapper .messagebox {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 326px;
    max-width: 326px; /*min-height:500px;*/
    border-radius: 10px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.1);
    margin: 14px 8px;
    padding: 0;
    background-color: #e7e7e7;
}

.talk-message-wrapper .messagebox + .messagebox {
    margin: 8px;
}

.talk-message-wrapper .messagebox:first-child {
    margin-left: 0;
}

.talk-message-wrapper .messagebox:last-child {
    margin-right: 0;
}

.talk-message-wrapper .panel-header {
    display: flex;
    flex-direction: row;
    background-color: #fae100;
    border-radius: 10px 10px 0 0;
    padding: 14px 22px;
}

.talk-message-wrapper .panel-header div {
    display: flex;
    justify-content: center;
    align-items: end;
}

.talk-message-wrapper .panel-header div:first-child {
    align-items: center;
}

.talk-message-wrapper .panel-header div p {
    font-size: 1rem;
    color: #424242;
    font-weight: 600;
}

.talk-message-wrapper .panel-header img {
    position: relative;
    bottom: 3px;
}

.switchbox {
    position: relative;
    bottom: 2px;
    display: flex;
    align-items: center;
    margin-left: 14px;
}

.switchbox div {
    position: relative;
    bottom: 2px;
}

.switchbox.talk {
    margin-left: auto;
    bottom: 4px;
}

.switchbox.talk div {
    position: relative;
    bottom: 6px;
}

.switchbox .btn-switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 6px;
    margin: 0 5px;
}

.switchbox .btn-switch input {
    display: none;
}

.switchbox .switchbar {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d8d8d8;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 20px;
}

.switchbox .switchbar:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0;
    bottom: -4px;
    background: #f1f1f1;
    border: 1px solid #acaba0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 50%;
}

.switchbox.talk .switchbar {
    background-color: #ae9d00;
}

.btn-switch input:checked + .switchbar {
    background: #32c243;
}

.btn-switch input:checked + .switchbar:before {
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -o-transform: translateX(16px);
}

.switchbox.talk .span {
    color: #ae9d00;
    background-color: #fff;
}

.switchbox span {
    font-size: .563rem;
    font-weight: 600;
    color: #b8b8b8;
    margin: 0;
}

.talk-message-wrapper .panel-body {
    padding: 24px;
    min-height: 329px;
    border-radius: 0 0 10px 10px;
    border: solid #d8d8d8;
    border-width: 0;
    border-bottom-width: 1px;
    background-color: #fff;
}

.talk-message-wrapper .panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    color: #727272;
    font-size: .75rem;
}

.talk-message-wrapper .panel-footer span > b {
    color: #29bc25;
    font-weight: 600;
}

.talk-message-wrapper .panel-footer button:hover {
    box-shadow: none;
}

.icon_cnt {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    font-size: .625rem;
    border-radius: 8px;
    padding: 2px 4px;
    margin-left: 5px;
}

.title-wrapper, .title-wrapper .title-today, .title-wrapper ul {
    display: flex;
    align-items: center;
}

.title-today {
    margin-left: 1rem;
    border-radius: 1rem;
    border: 1px solid #44c62a;
    padding: 4px 10px;
    background-color: #fff;
}

.title-today span {
    font-size: .625rem;
    color: #b8b8b8;
    font-weight: bold;
    letter-spacing: -1px;
    margin-right: 8px;
}

.title-today li {
    color: #929292;
}

.title-today li:after {
    content: '|';
    color: #e8e8e8;
    margin: 0 8px;
}

.title-today li:last-child:after {
    display: none;
}

.title-today li a {
    color: #44c62a;
    font-weight: bold;
    margin-left: 4px;
}

.title-today li a:hover {
    border-bottom: 1px solid #44c62a;
}

/* 사용자 가이드 */
table.doc_detail p {
    color: initial !important;
}

table.doc_detail td span, table.doc_detail b {
    display: inline-block;
}

.pop_doc_detail .pop_cnt {
    min-height: calc(100vh - 60px);
}

.pop_doc_detail .side_left {
    position: fixed;
    left: 0;
    top: 60px;
    width: 240px;
    height: 100%;
    background: #f8f8f8;
    z-index: 99;
}

.pop_doc_detail .side_left ul li.active a {
    color: #424242;
    font-weight: bold;
}

.pop_doc_detail .side_right {
    position: relative;
    top: 60px;
    margin-left: 240px;
}

.pop_doc_detail input[name=docSearch] {
    width: 320px;
    height: 28px;
    line-height: 28px;
    padding: 0 38px 0 9px !important;
    border: 2px solid #2b2e36;
}

.pop_doc_detail .icon-search {
    padding: 7px;
    right: 4px;
}

.doc_detail th {
    border-right: 0;
}

/* pop_doc_help */
.pop_doc_help .side_right .tb_line th {
    border-top: solid 1px #e5e5e5;
}
.pop_doc_help .pop_top {
    position: fixed;
    top: 0;
}
.pop_doc_help .pop_cnt {
    position: relative;
    top: 108px;
}

.pop_doc_help .side_left {
    position: fixed;
    left: 0;
    width: 240px;
    height: calc(100% - 108px);
    overflow-y: auto;
    z-index: 99;
    background: #f8f8f8;
}

.pop_doc_help .side_left li {
    overflow: hidden;
}

.pop_doc_help .side_left li a {
    white-space: pre;
}

.pop_doc_help .side_left .title-menu {
    padding: 0 1.5rem 1.5rem;
}

.pop_doc_help .side_left ul li.active a {
    color: #424242;
    font-weight: bold;
}

.pop_doc_help .side_right {
    position: relative;
    margin-left: 240px;
    width: 100%;
    height: 100vh;
}

.pop_doc_help .pop_subtop {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: #4e5054;
    color: #b8b8b8;
    z-index: 99;
}

.pop_doc_help .pop_subtop ul {
    height: 48px;
    line-height: 48px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.pop_doc_help .pop_subtop ul::-webkit-scrollbar {
    height: 6px;
}

.pop_doc_help .pop_subtop ul::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
}

.pop_doc_help .pop_subtop ul::-webkit-scrollbar-track {
    background-color: grey;
}

.pop_doc_help .pop_subtop li {
    display: inline-block;
}

.pop_doc_help .pop_subtop li.active {
    box-sizing: border-box;
    color: #32c243;
    font-weight: bold;
    box-shadow: inset 0px -3px 0px #32c243;
}

.pop_doc_help .pop_subtop li a {
    display: inline-block;
    height: 100%;
    padding: 0 15px;
}

/* 카테고리 */
.category-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: inset 0 0px 0px 1px #ddd;
}

.category-list > div {
    display: flex;
    flex-direction: column;
    flex-basis: 16.667%;
    height: 385px;
    overflow: auto;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.category-list > div:last-child {
    border-right: 0;
}

.category-list ul {
    height: 385px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.category-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    word-break: normal;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.category-list ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-list ul li:nth-child(2) {
    border-top: 0;
}

.category-list ul li:hover {
    background-color: #f1f2f3;
}

.category-list ul li.active {
    background-color: #f1f2f3;
}

.category-list ul li i {
    padding-left: 6px;
}

.category-step {
    padding-top: 26px;
    color: #929292;
    min-height: 20px;
}

.category-step i {
    font-size: 10px;
}

.category-step span:last-child {
    color: #32c243;
}

.admin_memo span {
    background: url(/contents/images/icon/ic_memo.png) no-repeat 6px;
}

/*주문연동 가져오기*/
.pop_cnt.orderLinkCollect .company_list div {
    padding: 6px 12px;
    margin: 6px 3px;
    cursor: pointer;
    color: #929292;
    font-weight: bold;
}
.link_selectAll {
    border-radius: 30px;
    background-color: #eaeaea;
    outline: none;
}

.link_selectAll.active {
    outline: 2px solid #32c243;
    background-color: #eaeaea;
    border-radius: 30px;
}

.link_selectAll .link_select {
    outline: none;
}
.link_select.active {
    outline: 2px solid #32c243;
    border-radius: 30px;
}
/*합배송 관리*/
.pop_cnt.orderHapList .line_list p {
    padding: 6px 0;
}
.pop_cnt.orderHapList .title {
    display: inline-block;
    min-width: 76px;
    font-weight: bold;
}
.pop_cnt.orderHapList .order_list {
    padding-bottom: 46px;
}
.pop_cnt.orderHapList .listbox {
    width: 50%;
}
.pop_cnt.orderHapList .listbox .boxtitle {
    margin-block: 8px;
}
.pop_cnt.orderHapList .listbox.order {
    margin-right: 8px;
    padding: 10px;
    background-color: #fff;
    min-height: 571px;
}
.pop_cnt.orderHapList .listbox#hapDelivery .add_delivery {
    padding: 10px;
    background-color: #fff;
    min-height: 80px;
}
.pop_cnt.orderHapList .listbox#hapDelivery .add_delivery + .add_delivery {
    margin-top: 8px;
}
.pop_cnt.orderHapList .item_option {
    padding: 0 16px;
}
.pop_cnt.orderHapList .option_count {
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
/*.pop_cnt.orderHapList .order_list_option {
    position: relative;*/
    /*height: 84px;*/
    /*height: 84px;*/
/*    margin: 0 0 9px 0;
    min-height: 10px;*/
/*}*/
/*.pop_cnt.orderHapList .order_list_option ul.nodata {
    position: absolute;
    width: 100%;
    height: 84px;
    z-index: -1;
    background-color: transparent;
}*/
/*.pop_cnt.orderHapList .order_list_option:before{
    content: '';
    position: absolute;
    border: 1px solid blue;
}*/
/*.pop_cnt.orderHapList .order_list_option ul.nodata:before {
    content: '';
    position: absolute;
    border: 1px solid blue;
    height: 80px;
    width: 80px;
    left: 0;
    top: 0;
}*/
/*.pop_cnt.orderHapList .order_list_option ul {
    border: 1px solid transparent;
    border-radius: 8px;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    height: 80px;
}
.pop_cnt.orderHapList .order_list_option ul li {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px;
    background-color: #f8f9fa;
}*/
/*.pop_cnt.orderHapList .order_list_option ol {
    border: 1px solid transparent;
    border-radius: 8px;
}*/
.pop_cnt.orderHapList .listbox li {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    background-color: #f8f9fa;
}
.pop_cnt.orderHapList .listbox li div {
    padding: 0 14px;
}
.pop_cnt.orderHapList .listbox li .item_option {
    width: 79%;
}
.pop_cnt.orderHapList .listbox li .option_count {
    width: 21%;
}
.pop_cnt.orderHapList .listbox li .option_count input {
    width: 40px;
    text-align: center;
}
/*sms관리*/
/*.sms-send-wrapper .send-box {
    min-width: 400px;
    display: inline-block;
}*/
.sms-send-wrapper .send-box .send-box-inline {
    width: 260px;
    padding: 0 20px;
}
.sms-send-wrapper .send-list {
    /*width: 100%;*/
}
/*sortable 영역*/
.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000;
}
ol.vertical li.placeholder {
    height: 40px;
    border: 2px solid #5acd67 !important;
    background: #b7e8bd !important;
    border-radius: 4px !important;
    margin: 0 8px !important;
}



/* ----- 리뉴얼(공통) ----- */
.resize-no {
    resize: none;
}
textarea {
    border-radius: 4px;
    border: 1px solid #d7d6d6;
    outline: none;
    padding: 6px;
}
/* 관리자메모 */
.admin_memo span {
    background-color: #505a68;
    color: #fff;
    font-size: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 24px;
    word-break: break-all;
    height: 28px;
    line-height: 28px;
}
.pop_cnt.dist_seller_calc_detail .tab_calc tr {
    padding: 6px 10px;
}

/* li 리스트박스 */
.li_line .title {
    padding: 9px 16px;
    font-weight: bold;
}
.basic_linebox {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 14px 8px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

.fixfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: #f8f9fa;
}
#timeList {
    display: block;
    /*min-height: 60px;*/
    padding-bottom: 0;
}
#timeList button:hover {
    box-shadow: none;
}
#timeList p:first-child {
    margin-top: 12px;
}
/*재고관리*/
.stock-item-date {
    display: flex !important;
    margin-right: -4px;
}
/*즐겨찾기 메뉴*/
.menu_side_bookmark {
    text-align: center;
    margin: 20px 0 5px 0;
}
.menu_side_bookmark span {
    font-size: 11px;
    font-weight: bold;
    color: #929292;
    padding: 2px 6px;
    border: 2px solid #929292;
    border-radius: 12px;
    cursor: pointer;
}
.datebox {
    white-space: nowrap;
}
/*popup*/
.pop_cnt .tb_line_none {
    padding: 15px 20px;
    border-spacing: 0 8px;
}
.pop_cnt .tb_line_none tr {
    margin: 0;
}
.pop_cnt .tb_line_none th {
    color: #484848;
    font-weight: bold;
    padding: 0;
 /*   padding-left: 0;
    padding-right: 20px;*/
}
.pop_cnt .tb_line_none td {
    color: #727272;
    font-weight: bold;
    padding: 0;
    height: 30px;
}


/* 상품전송 저장 레이어팝업 */

.layer_wrap .layer_regist_trans {
    width: 800px;
    min-height: 250px;
    padding: 0;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 150;
    display: block;
    border: solid 2px #46ab43;
    top: 50px;
    left: 30px;
}

.layer_regist_trans > p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #207d39;
    padding: 15px;
}

.layer_regist_trans .layer_close_trans {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
}

.layer_view_trans {
    position: relative;
    margin: 0 auto;
    top: 15px;
    display: flex;
    padding: 10px;
    flex-direction: row;
}

.btn_box_trans {
    margin-top: 10px;
    margin-left: 20px;
    display: grid;
}

/*.layer_view_trans li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 6px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.layer_view_trans li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .layer_cs_view li a span {
        padding-top: 8px;
    }

.layer_view_trans li:hover {
    border: 2px solid #207d39;*/
    /*transition: .3s;*/
/*}

.layer_view_trans li:hover span {
    font-weight: bold;
}*/

/*메인-대시보드*/
.main-index h4{
    font-weight:700;
}
.main-index .order-state__date {
    font-size: 12px;
    font-weight: 800;
    margin-left: 12px;
    color: #29bc25;
}
.main-index .order-state__label {
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
}
.main-index .order-state{
    display: flex;
    align-items: center;
    margin-top:20px;
}
.main-index .order-state li{
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-left: 8px;
    width: 100%;
    padding: 18px 10px 10px;
    background: #fff;
}
.main-index .order-state li:first-child{
    margin-left: 0px;
}
.main-index .order-state__title{
    text-align: center;
    color: #727272;
    font-size: 14px;
    font-weight: 600;
}
.main-index .order-state__content{
    background: #f1f2f3;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px;
    color: #424242;
    font-weight: 800;
    font-size: 20px;
    margin-top: 14px;
}
.main-index .order-state__infor{
    font-size:12px;
    font-weight: 500;
    margin-left:12px;
    color:#929292;
}
.main-index .order-weekly-state {
    width: 75%;
    height: 245px;
}
.main-index .order-weekly-state th{
    font-size:14px;
}
.main-index .order-weekly-state td{
    padding: 24px 115px;
}
.main-index .order-weekly-state__line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}
.main-index .order-weekly-state__line:first-child{
    margin-top:0px;
}
.main-index .order-weekly-state__line p:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #727272;
}
.main-index .order-weekly-state__line p:last-child {
    font-weight: 800;
    font-size:16px;
}
.main-index .order-notice{
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:480px;
    height: 245px;
}
.main-index .order-notice__title{
    color: #424242;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-index .order-notice__view{
    color: #929292;
    font-size: 12px;
    font-weight: 500;
}
.main-index .order-notice__line {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
    line-height: 1.3;
    height: 145px;
}
.main-index .order-notice__line a{
    color: #727272;
    font-size: 12px;
    font-weight: 700;
}
.main-index .order-notice__line p{
    font-size: 12px;
    color: #727272;
    white-space: nowrap;
}

.main-index .order-sales-state{
    border: 1px solid #dddddd;
    width: 75%;
    height: 260px;
    border-radius: 8px;
}
.main-index .order-banner{
    margin-left: 24px;
}
.main-index .order-banner__images{
    /*border: 1px solid;*/
    width: 480px;
    height: 120px;
}
.main-index .order-monthly-state th{
    font-size:14px;
}
.main-index .order-monthly-state .tb_basic td {
    padding: 24px 80px;
}
.main-index .order-monthly-state__line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}
.main-index .order-monthly-state__line p:first-child {
    font-size:14px;
    font-weight:600;
}
.main-index .order-monthly-state__line p:last-child {
    font-size: 16px;
    font-weight: 800;
}
.main-index .order-monthly-state__count td{
    font-weight: 800;
    font-size:16px;
}
.main-index .order-now-state th {
    font-size:14px;
}
.main-index .order-now-state td {
    font-weight: 800;
    font-size: 16px;
}
.main-index .order-weekly-state .tb_basic,
.main-index .order-monthly-state .tb_basic,
.main-index .order-now-state .tb_basic {
    margin-top: 20px;
}
/*리뉴얼 공통*/
.contents .renewboxcustom,
.pop_cnt .renewboxcustom {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.12);
    padding: 17px 24px;
}
.contents.good_trans_category .tb_mark td,
.contents.good_trans_new .tb_mark td,
.pop_cnt.poptransinfo .tb_mark td,
.pop_cnt.popregistration .tb_mark td {
    height: 0;
    padding: 5px 0 5px;
}
.contents .renewboxcustom select {
    outline: none;
}
.contents .renewmemobox {
    background: #499d46 !important;
}
.pop_cnt .renewbtn_box_c.flexline {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_cnt .renewbtn_box_c a {
    font-size: 14px;
    height:30px;
    line-height:30px;
}

/*리뉴얼 상품관리-카테고리관리*/
.contents.good_trans_category .jstree-default .jstree-closed > .jstree-ocl {
    background: url(/contents/images/icon/icon_category_plus.png)no-repeat;
    background-position: 4px 4px;
}
.contents.good_trans_category .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background: url(/contents/images/icon/icon_category_minus.png)no-repeat;
    background-position: 4px 4px;
}
.contents.good_trans_category .jstree-default .jstree-leaf > .jstree-ocl {
    background: url(/contents/images/icon/icon_category_folder.png)no-repeat;
    background-position: 4px 5px;
}
.contents.good_trans_category .jstree-default .jstree-themeicon {
    display: none;
}
.contents.good_trans_category .jstree-default .jstree-anchor {
    margin-left: 6px;
    color: #727272;
    font-weight: bold;
}
.contents.good_trans_category .show_nocontents {
    color: #484848;
    font-weight: bold;
}
.contents.good_trans_category .check_first {
    margin-right: 0;
}
.pop_trans_category_search .category-step{
    padding-top:20px;
}
/*리뉴얼 상품관리-메인상품등록*/
.good_trans_new .tb_mark th {
    color: #727272;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0;
}
.good_trans_new .tb_mark tr {
    margin: 0;
    padding: 0;
}
.good_trans_new .trans_new-table th{
    width:135px;
}
.good_trans_new .trans_new-table-border {
    border-top: 1px solid #e8e8e8;
    width: 100%;
}
.good_trans_new textarea {
    background: #fff;
    margin-top: 10px;
}
.good_trans_new .renew_file_search .file_search_hidden {
    width: 100%;
    height: 100%;
}
.good_trans_new .renew_file_search .regist_img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 16px;
    width: 100px;
    height: 100px;
}
.good_trans_new .delbox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 4px;
    margin: 0;
}
.good_trans_new .delbox button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    display: flex;
}
.good_trans_new .renew_file_search .file_search_text {
    border: none;
    width: 100%;
    margin: 0;
}
.good_trans_new .trans_new-table-addimg .file_search {
    display:flex;
    align-items:center;
}
.good_trans_new .trans_new-table-addimg .regist_img_box {
    position:relative;
    margin-top:23px;
}
.good_trans_new .trans_new-table-addimg .regist_img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
}
.good_trans_new .trans_new-detail__content {
    padding: 22px 20px;
    background: #f1f2f3;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.good_trans_new .trans_new_cont_box {
    padding: 20px 22px;
    background: #f1f2f3;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.good_trans_new .trans_new_cont_box_detail .editer{
    height:448px;
}
.good_trans_new .trans_new-table-addimg #mg_add_img1_s{
    width:100%;
}
.good_trans_new .option_list {
    background:#fff;
}
.good_trans_new .trans_new-addwrap {
    position: relative;
    display: flex;
    align-items: center;
}
.good_trans_new .trans_new-table-addimg .file_search_button {
    height: 29px;
    width:auto;
}
.good_trans_new .renew_btn1{
    font-size:14px;
    line-height:28px;
}
.good_trans_new .trans_new-addfilename span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: center;
    width: 100px;
    padding: 0 4px;
}
/*리뉴얼 상품관리자-메인상품관리*/
.contents.good_trans_list .tb_basic td {
    font-size: 12px;
}
.contents.good_trans_list .trans_list-icon img{
    margin-right:4px;
}
.contents.good_trans_list .trans_list-icon img:last-child{
    margin-right:0;
}
/*리뉴얼 상품관리-메인상품등록-옵션*/
.option_list_row.renew_option .option_list_tit {
    color: #727272;
    font-size: 12px;
    font-weight: bold;
}
.tooltip_cnt.renew_tooltip {
    border: 1px solid #63b378 !important;
    font-size: 12px !important;
    color: #727272 !important;
    box-shadow: none !important;
}
.renew_option_table > th {
    background: none !important;
    text-align: left;
    border-right: 0 !important;
}
#option_input.renew_option_table,
#option_goods.renew_option_table {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
}
.input_option__add.renew_option_table{
    display:flex;
    justify-content:center;
    align-items:center;
}
/*리뉴얼 상품관리-상품수정팝업*/
.renew-poptransnew-infobar {
    background: #29bc25 !important;
    padding-left: 8px !important;
}
.renew-poptransnew-textarea{
    background:#fff;
}
.renew-poptransnew-border th,
.renew-poptransnew-border td {
    border-top: 1px solid #e8e8e8 !important;
}
/*리뉴얼 상품관리-전송상품관리*/
.pop_cnt.poptranslinkgoods .infotext li {
    color: #929292;
    font-size: 12px;
}
/*리뉴얼 상품관리-부가정보수정*/
.pop_cnt.poptransinfo .tb_mark th{
    padding-left:0;
}
.pop_cnt.poptransinfo label{
    margin-bottom:0 !important;
}
.pop_cnt.poptransinfo .btn_box_c {
    display:flex;
    align-items:center;
    justify-content:center;
}
/*리뉴얼 상품관리-기본상품목록*/
.contents.goods_list .memo_box_prev.admin_name_memo {
    background: #596269;
}
.contents.goods_list .goods_list-title{
    color:#424242;
}
.contents.goods_list .goods_list-count {
    font-weight: 800;
    margin-left: 6px;
    color: #499d46;
    text-decoration: underline;
    text-underline-position: from-font;
}
/*리뉴얼 상품관리-상품수정*/
.pop_cnt.popregistration .registration-basic-table th{
    padding-left:0;
}
.pop_cnt.popregistration .registration-basic-table {
    border-radius: 10px;
    box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.12);
}
.pop_cnt.popregistration .registration-basic-table table:first-child{
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.pop_cnt.popregistration .tbDelivery {
    border-radius:0;
    box-shadow:none;
}
.pop_cnt.popregistration .registration-stock-wrap{
    border-top:0;
}
/*리뉴얼 상품관리자-판매사별 개별단가 등록*/
.pop_cnt.registsellerprice .fixed_header.table_first button {
    right: inherit;
}
.pop_cnt.registsellerprice .fixed_header.table_center {
    margin-top:33px;
}
.pop_cnt.registsellerprice {
    padding-bottom:0px;
}
/*리뉴얼 상품관리-판매사별 개별단가 설정*/
.contents.good_seller_price .seller_price-infor {
    color: #ff2f2f;
    font-size:12px;
    font-weight:bold;
}
.contents.good_seller_price nav {
    margin-top: 0;
}
.contents.good_seller_price .table_first .fixed_body td:nth-of-type(1){
    width:265px;
}
.contents.good_seller_price .excelbutton{
    height:26px;
}
/*리뉴얼 상품관리-판매사별 개별단가 이력*/
.contents.good_seller_history .help-box .help-cont {
    right: -147px;
}
/*리뉴얼 상품관리-창고관리*/
.contents.good_house .renew-trans-house {
    border-top: 0;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}
/*on off 스위치*/
.onoffswitch-box {
    position: relative;
}
.onoffswitch-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.onoffswitch-wrap h6 {
    font-size: 12px;
    color: #b8b8b8;
    font-weight: bold;
}
.onoffswitch-check {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 6px;
    margin: 3px 0 0;
}
.onoffswitch-check input {
    display: none;
}
.onoffswitch-check input[type="checkbox"] {
    border: 1px solid #bababa;
    background: #fafafa;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
}
.onoffswitch-slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 20px;
}
.onoffswitch-slide:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0;
    bottom: -4px;
    background: #ebebeb;
    border: 1px solid #dfdfdf;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 50%;
}
.offonwrap {
    margin: 0 6px;
}
.onoffswitch-check input:checked + .onoffswitch-slide {
    background: #32c243;
}
.onoffswitch-check input:disabled + .onoffswitch-slide {
    background: #CCCCCC;
}
.onoffswitch-check input:checked + .onoffswitch-slide:before {
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -o-transform: translateX(16px);
}
/**/

/*발주모아-배너관리*/
.contents.bannermng .bannermng-title {
    margin-bottom: 10px;
}
.contents.bannermng .container{
    display:flex;
}
.contents.bannermng .bannermng-tab-wrapper {
    border-right: 1px solid #e8e8e8;
}

.contents.bannermng .bannermng-tab-item {
    padding: 13px;
    background: #fff;
    border-radius: 8px;
    width: 288px;
    border: 1px solid #b8b8b8;
    color: #929292;
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
    cursor: pointer;
}
.contents.bannermng .bannermng-tab-item.current {
    border: 2px solid #29bc25;
}
.contents.bannermng .bannermng-tab {
    padding-right: 24px;
}
.contents.bannermng .bannermng-tab-content.current {
    display: flex;
    flex-direction: column;
}
.contents.bannermng .bannermng-tab-content {
    border-left: 1px solid #fff;
    padding-left: 24px;
    display: none;
}
.contents.bannermng .bannermng-tab-content-img {
    height: 100px;
}
.contents.bannermng .bannermng-img-nouse {
    filter: grayscale(1);
    opacity: 0.5;
}
.contents.bannermng .bannermng-text-nouse {
    opacity: 0.5;
}
.contents.bannermng .bannermng-registration-btn{
    width:80px;
}
.contents.bannermng .bannermng-tab-content table th {
    padding: 9px 15px
}
/*배너 수정,등록*/
.pop_cnt.popbannermng table {
    border: 0;
    padding: 20px;
}
.pop_cnt.popbannermng table th{
    color:#929292;
}
.pop_cnt.popbannermng table th,
.pop_cnt.popbannermng table td {
    text-align: left;
    background: none;
    border: 0;
    padding: 8px;
}
.pop_cnt.popbannermng .popbanner-date {
    width: 90px;
}
.pop_cnt.popbannermng .gap_l {
    color: #929292;
}
.pop_cnt.popbannermng .file_search {
    display: flex;
    align-items: center;
}
.pop_cnt.popbannermng .file_search button{
    color:#929292;
    font-weight:bold;
}
.pop_cnt.popbannermng .fileimg img{
    height:100px;
}

/*팝업-카테고리선택*/
.pop_cnt.popcategorynultiset{
    padding-bottom:100px;
}
.pop_cnt.popcategorynultiset ul li label{
    color:#727272;
}
/*상품관리-카테고리관리*/
.contents.good_trans_category .left_tree {
    overflow-x: hidden;
    max-height: 650px;
}
/*홈-처리내역*/
.contents.joblist .notice-title {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color:#fff;
}
.contents.joblist .notice-red {
    background: #eb4b4e;
}
.contents.joblist .notice-green {
    background: #29bc25;
}
.contents.joblist .notice-blue {
    background: #4f96ff;
}
/*결제 팝업 250207*/
.pop-newpay-wrap {
    padding: 20px;
    font-family: 'Nanum Gothic';
}
.pop-newpay-wrap .pop-newpay-head {
    color: #fff;
    font-family: Jalnan;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    position:relative;
    padding: 16px 4px;
}
.pop-newpay-wrap .point-yellow {
    color: #ffe100;
    font-family: Jalnan;
    font-size: 36px;
    font-weight: 700;
}
.pop-newpay-wrap .point-green {
    color: #1fb24b;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
}
.pop-newpay-wrap .pop-newpay-head .point-img {
    position: absolute;
    top: -24px;
    right: 81px;
}
.pop-newpay-wrap .newpay-content {
    margin:10px 4px;
    border-radius: 16px;
    border: 2px solid #18751b;
    background: #fff;
    padding:16px 24px;
}
.pop-newpay-wrap .newpay-table table {
    background: none;
    box-shadow: none;
    width: 100%;
}
.pop-newpay-wrap .newpay-table table th {
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
}
.pop-newpay-wrap .newpay-price-th{
    width:200px;
}
.pop-newpay-wrap .newpay-email-th{
    width:150px;
}
.pop-newpay-wrap .newpay-account-th {
    width: 150px;
}
.pop-newpay-wrap .newpay-radio-box {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
}
/*input renew*/
.balju-input-radio-wrap input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0; 
}
.balju-input-radio-wrap input[type="radio"]+ label {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #222;
    font-weight: bold;
    margin-bottom: 0;
    cursor:pointer;
}
.balju-input-radio-wrap input[type="radio"]+ label:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/contents/images/icon/icon-circlecheck.png);
    background-size: 100% 100% !important;
    border: 0 !important;
    margin-right: 2px;
    display: inline-block;
}
.balju-input-radio-wrap input[type="radio"]:checked + label:before {
    width: 20px;
    height: 20px;
    background-image: url(/contents/images/icon/icon-circlecheck-active.png);
    background-size: 100% 100% !important;
    border: 0 !important;
}
.balju-input-radio-wrap label {
    display: flex;
    align-items: center;
}
.balju-input-radio-wrap span {
    color: #929292;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.28px;
}
.balju-input-radio-wrap input[type="radio"]:checked + label span {
    color: #000 !important;
}
.balju-input {
    border-radius: 8px;
    border: 2px solid #000;
    height: 22px;
    padding: 6px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.balju-input::placeholder {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000;
}
/**/
 /*button renew*/
.balju-btn {
    outline: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.balju-btn-black {
    background: #000;
    color:#fff;
}
.balju-btn-deepgreen {
    color: #7ecf81;
    border-bottom: 6px solid rgba(0, 0, 0, 0.20);
    background: #18751b;
}
.balju-btn-yellow {
    color: #302b03;
    background: #ffe100;
    border-bottom: 6px solid rgba(0, 0, 0, 0.20);
}
.balju-btn-small {
    padding: 10px 14px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    border-radius: 8px;
}
.balju-btn-big {
    padding: 14px 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    border-radius:16px;
}
/**/
.pop-newpay-wrap .newpay-table .newpay-dis-price_str {
    border: none;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.48px;
    background: #fff;
    outline: none;
    margin-right: 0;
}
.pop-newpay-wrap .newpay-table .bm-price-wrap {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.pop-newpay-wrap .newpay-table:first-child .newpay-dis-price_str {
    width: 134px;
}
.pop-newpay-wrap .newpay-table .newpay-price-box{
    width:100%;
    text-align:right;
}
.pop-newpay-wrap .newpay-table .newpay-dis-price {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    text-decoration: line-through;
}
.pop-newpay-wrap .newpay-table .newpay-org-price {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    text-decoration: line-through;
}
.pop-newpay-wrap .newpay-table td{
    padding:6px 0;
}
.pop-newpay-wrap .newpay-price-th {
    position: relative;
    top: 16px;
}
.pop-newpay-wrap .newpay-info-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    text-align: center;
    margin-bottom: 8px;
}
.pop-newpay-wrap .pop-newpay-footer {
    display: flex;
    align-items: center;
    gap:8px;
    margin: 0 4px 10px;
}
.pop-newpay-wrap .pop-newpay-footer button {
    font-family: Jalnan;
}
.pop-newpay-wrap .pop-newpay-footer button:first-child{
    width:30%;
}
.pop-newpay-wrap .pop-newpay-footer button:last-child{
    width:70%;
}
.pop-newpay-wrap .pop-newpay-banner {
    margin: 24px 0 50px;
    text-align: center;
}
.pop-newpay-wrap .pop-newpay-banner img {
    width: 420px;
    height: 200px;
    border-radius: 24px;
}
.pop-newpay-wrap input[name="bm_id"]{
    width:94%;
}
.pop-newpay-wrap input[name="bm_bizno"] {
    width: 94%;
}
/*데이터아이 매칭상품이용*/
.contents.goods_option_unmatched .cnt_box {
    padding: 0px 0px 0px 15px;
    border-bottom: solid 1px #d6d6d6;
}
.contents .bj-matching-wrap {
    background: #e8e8e8;
    width: 230px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 8px;
    border-radius: 8px;
}
.contents .bj-matching-box:not(.matching-line) {
    border-radius: 8px;
    border: 1px solid #29bc25;
    background: #fff;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
}
.contents .bj-matching-box .logo-box {
    border-radius: 4px;
    background: #29BC25;
    display: inline-flex;
    border: 1px solid #29BC25;
}
.contents .bj-matching-box .logo {
    background: #ffff;
    height: 20px;
    display: inline-block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
.contents .bj-matching-box .text {
    color: #fff;
    padding: 0 4px;
    font-weight: 700;
}
.contents .bj-matching-box input[type=checkbox] {
    position: relative;
    top: -1px;
}
.contents.goods_option_unmatched .list_t1 {
    padding-left: 18px;
}
.contents.goods_unmatched .list_t1 {
    padding-left: 18px;
}
/*상품등록/수정, 상품리스트, 주문리스트 -상품이미지 추가*/
.pop_cnt.popregistration .image-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border-top: 0;
}
.pop_cnt.popregistration .image-content th{
    width:150px;
}
.pop_cnt.popregistration .image-content .delete{
    font-weight:bold;
}
.pop_cnt.popregistration .image-content .filename {
    margin-left:8px;
}
.pop_cnt.popregistration .image-content .gap_l{
    margin-left:16px;
}
.pop_cnt.popregistration .image-content .imgchoice {
    display:inline-block;
    margin-right:0;
}
.pop_cnt.popregistration .image-content .imgchoice img{
    width:100px;
    height:100px;
}
.contents.goods_list .img-box {
    display: inline-block;
}
.contents.goods_list .img-box img {
    width:64px;
    height:64px;
    border-radius:8px;
}
.contents.order .img-box {
    display: inline-block;
}
.contents.order .img-box img {
    width: 64px;
    height: 64px;
    border-radius:8px;
}
.pop_cnt.popregistration .renew_file_search .file_search_hidden {
    width: 100%;
    height: 100%;
    cursor:pointer;
}
.pop_cnt.popregistration .renew_file_search .regist_img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 16px;
    width: 100px;
    height: 100px;
}
.pop_cnt.popregistration .delbox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 4px;
    margin: 0;
}
.pop_cnt.popregistration .delbox button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    display: flex;
}

/*파트너스 신청*/
.partner-join .common-title {
    color: #424242;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
}
.partner-join .top-box .info {
    padding: 3px 8px 2px 8px;
    border-radius: 6px;
    background: #929292;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 140%; /* 15.4px */
    letter-spacing: -0.22px;
}
.partner-join .top-box .info-gray {
    background: #929292;
}
.partner-join .top-box .info-green {
    background: #29bd25;
}
.partner-join .top-box .text {
    color: #ff1f1f;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
}
.partner-join .top-box ul{
    margin-top:10px;
}
.partner-join .top-box li {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
    margin-bottom:4px;
}
.partner-join .common-green {
    color: #29bc25;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}
.partner-join .middle-box {
    margin-top: 30px;
    max-width:1000px;
}
.partner-join .guide-box {
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.partner-join .num-box {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}
.partner-join .item-wrap {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    padding: 16px 0px 0px;
    box-sizing: border-box;
}
.partner-join .item-wrap:last-child{
    padding: 0px 0px 0px;
}
.partner-join .num {
    width: 32px;
    height: 32px;
    padding: 10px;
    background: #29bc25;
    border-radius: 100px;
    outline: 10px solid #e1f9e1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
    flex: 0 0 auto;
    position: relative;
    box-shadow: 0 0 18px 6px rgba(222, 249, 242, .7);
}
.partner-join .line-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 8px;
    flex: 1 1 auto;
    position: relative;
}
.partner-join .line-box .line {
    background: #b9b9b9;
    width: 2px;
    height: 6px;
    flex: 0 0 auto;
}
.partner-join .line-box .dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #b9b9b9;
    margin-top: auto;
    flex: 0 0 auto;
}
.partner-join .content-box {
    padding: 16px 20px;
    box-sizing: border-box;
}
.partner-join .content-box .title {
    color:#424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
    margin-bottom:8px;
}
.partner-join .content-box .text {
    color:#727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
    margin-bottom:4px;
}
.partner-join .price-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.partner-join .price-box .item {
    border-radius: 8px;
    border: 1px solid var(--FgGrD8, #D8D8D8);
    background: #FFF;
    padding: 28px 24px;
    width: 241px;
    box-sizing:border-box;
    cursor:pointer;
}
.partner-join .price-box .item:hover {
    border: 2px solid #29bc25;
}
.partner-join .price-box .head p{
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    margin-bottom:16px;
}
.partner-join .price-box .cancel {
    color: #b8b8b8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
    position:relative;
}
.partner-join .price-box .cancel img {
    position: absolute;
    top: 8px;
    left: -2px;
}
.partner-join .price-box .price {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.56px;
}
.partner-join .price-box .text {
    color: #929292;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
}
.partner-join .price-box .footer{
    margin-top:24px;
}
.partner-join .price-box button {
    border-radius: 4px;
    background: #222;
    padding: 10px 22px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
    width:100%;
}
.partner-join .price-box .item:hover button {
    background: #29bc25;
}
.partner-join .guide-box table {
    width: 100%;
    box-shadow: none;
}
.partner-join .guide-box table th {
    width: 160px;
    text-align: left;
    color: #727272;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
    height:44px;
}
.partner-join .chk-wrap {
    color: #727272;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
}
.partner-join .chk-wrap input:checked {
    background-color: #29bc25;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #29bc25;
}
.partner-join .chk-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #727272;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 0;
}
.partner-join .middle-box3 .info {
    color: #929292;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.24px;
    margin-top:6px;
}
.partner-join .middle-box3 input[type="text"]{
    width:228px;
}
.partner-join .middle-box4 .common-title{
    margin-bottom:10px;
}
.partner-join .middle-box2 .banner-box{
    margin-bottom:12px;
}
.partner-join .middle-box2 .banner-box img{
    height:80px;
}
.partner-join .middle-box2 .title-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}

@font-face {
  font-family: 'fontello';
  src: url('/contents/fonts/fontello.eot?8454154');
  src: url('/contents/fonts/fontello.eot?8454154#iefix') format('embedded-opentype'),
       url('/contents/fonts/fontello.woff2?8454154') format('woff2'),
       url('/contents/fonts/fontello.woff?8454154') format('woff'),
       url('/contents/fonts/fontello.ttf?8454154') format('truetype'),
       url('/contents/fonts/fontello.svg?8454154#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?8454154#fontello') format('svg');
  }
}
*/
.fontello {
  display: inline-block;
  font: normal normal normal 14px/1 fontello;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clothing:before { content: '\e800'; }
.icon-etc:before { content: '\e801'; }
.icon-makeup:before { content: '\e802'; }
.icon-menu:before { content: '\e803'; }
.icon-shoes:before { content: '\e804'; }
.icon-whole:before { content: '\e805'; }
.icon-accessory:before { content: '\e806'; }
.icon-arrow_left:before { content: '\e807'; }
.icon-arrow_right:before { content: '\e808'; }
.icon-arrow1_left:before { content: '\e809'; }
.icon-arrow1_right:before { content: '\e80a'; }
.icon-basket:before { content: '\e80b'; }
.icon-close:before { content: '\e80c'; }
.icon-search:before { content: '\e80d'; }
.icon-share:before { content: '\e80e'; }
.icon-beauty:before { content: '\e80f'; }
.icon-brush:before { content: '\e810'; }
.icon-cleaning:before { content: '\e811'; }
.icon-clothes-2:before { content: '\e813'; }
.icon-clothes-3:before { content: '\e814'; }
.icon-clothes:before { content: '\e815'; }
.icon-cooking-1:before { content: '\e816'; }
.icon-cooking:before { content: '\e817'; }
.icon-cutlery:before { content: '\e818'; }
.icon-elemental-tip:before { content: '\e819'; }
.icon-fashion-1:before { content: '\e81a'; }
.icon-fashion:before { content: '\e81b'; }
.icon-dancer-shoes:before { content: '\e81c'; }
.icon-shirt-o:before { content: '\e81d'; }
.icon-food-1:before { content: '\e81e'; }
.icon-food-2:before { content: '\e81f'; }
.icon-food-3:before { content: '\e820'; }
.icon-food-4:before { content: '\e821'; }
.icon-food-5:before { content: '\e822'; }
.icon-food:before { content: '\e823'; }
.icon-groceries-1:before { content: '\e824'; }
.icon-groceries:before { content: '\e825'; }
.icon-high-heel-1:before { content: '\e826'; }
.icon-high-heel:before { content: '\e827'; }
.icon-high-heels:before { content: '\e828'; }
.icon-holidays:before { content: '\e829'; }
.icon-jogging:before { content: '\e82a'; }
.icon-footprints:before { content: '\e82b'; }
.icon-lipstick-1:before { content: '\e82c'; }
.icon-lipstick-2:before { content: '\e82d'; }
.icon-lipstick:before { content: '\e82e'; }
.icon-make-up-1:before { content: '\e82f'; }
.icon-make-up:before { content: '\e830'; }
.icon-man:before { content: '\e831'; }
.icon-mask-1:before { content: '\e832'; }
.icon-mask:before { content: '\e833'; }
.icon-mop-o:before { content: '\e834'; }
.icon-mop:before { content: '\e835'; }
.icon-rating:before { content: '\e837'; }
.icon-cutlery-circular:before { content: '\e838'; }
.icon-crown-tips:before { content: '\e839'; }
.icon-crown:before { content: '\e83a'; }
.icon-shirt-1:before { content: '\e83b'; }
.icon-shirt:before { content: '\e83c'; }
.icon-shoe-label:before { content: '\e83d'; }
.icon-sports:before { content: '\e83e'; }
.icon-thumbs-up-1:before { content: '\e83f'; }
.icon-thumbs-up-2:before { content: '\e840'; }
.icon-thumbs-up-3:before { content: '\e841'; }
.icon-thumbs-up:before { content: '\e842'; }
.icon-tips:before { content: '\e844'; }
.icon-vegetables:before { content: '\e845'; }
.icon-washing-machine-1:before { content: '\e846'; }
.icon-washing-machine-2:before { content: '\e847'; }
.icon-washing-machine-3:before { content: '\e848'; }
