@font-face {
    font-family: 'KoPubWorldDotumLight';
    font-style: normal;
    font-weight: 500;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot?#iefix') format('embedded-opentype');
    font-display: swap; 
} 
@font-face {
    font-family: 'KoPubWorldDotumMedium';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot?#iefix') format('embedded-opentype');
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotumBold';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot?#iefix') format('embedded-opentype');
    font-display: swap; 
}
*:not(.dropdown-menu *, .glyphicon) {
    xfont-family: 'KoPubWorldDotumMedium'; 
    word-break: keep-all;
    font-weight: 500;
}
button {
    outline: 0 !important; 
} 

body { background-color: #fff; }

.app-header-left { display: flex; }
.app-header-left #main_gnb_wrap { margin-left: 50px; }
.app-header-left #main_gnb_wrap li a { font-size: 14px; letter-spacing: -.5px; }

/*sidenav*/
@media (max-width: 991.98px) {
    .sidebar {
        width: 340px;
    }
}
@media (min-width: 992px) {
    .sidebar-fixed .sidebar {
        width: 340px;
    }
}

@media (min-width: 992px) and (min-width:576px) {
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer,html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main {
        margin-left: 342px
    }
}

.app-header .navbar-brand { width: 288px; }
.sidebar-nav::-webkit-scrollbar, .main::-webkit-scrollbar { display: none; }
.main { overflow-y: scroll; }

html:not([dir=rtl]) .sidebar { margin-left: -340px; }

.sidebar { background: #fff; padding-top: 15px; border-right: 2px solid #f4f4f4; }
.sidebar * { 
    font-family: Pretendard, "Noto Sans KR", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}
.sidebar .sidebar-nav { width: 340px; max-width: 340px; }
.sidebar .nav { width: 300px; margin: 0 20px; }

.sidebar .nav-link {
    color: #949494;
    padding: .7rem 1.3rem;
    font-size: 15px;
    font-weight: 600;
}
.sidebar .nav-link:hover { background: none; color: #191919; }

#sidebar_wrap > .nav-item {
    background: #f4f4f4;
    border-radius: 12px;
    margin: 4px 1.5px 0px 1.5px;
}
#sidebar_wrap > .nav-item.open {
    background: #fff;
}

#sidebar_wrap > li { border-bottom: none; }
#sidebar_wrap .nav-dropdown-items {
    background: #fff;
}

.sidebar .nav-dropdown.open > .nav-link {
    background: #f4f4f4;
    color: #000;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
}

.nav-dropdown.open > .nav-dropdown-items > .nav-item {
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 12px;
    margin: 4px 1.5px 0px 15px;
}
.nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link,
#sidebar_wrap .nav-dropdown-items a {
    background: none;
    color: #afafaf;
    font-size: 15px;
}

.sidebar .nav-link.active,
#sidebar_wrap .nav-dropdown-items a:hover,
#sidebar_wrap .nav-dropdown-items a.active,
.nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link:hover,
.nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link.active,
.nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link, #sidebar_wrap .nav-dropdown-items a:hover 
{
    background: none;
    color: #353535;
}

.sidebar .nav-dropdown-items .nav-item:first-child { border-top: 2px solid #f4f4f4; }
.sidebar .nav-dropdown-items .nav-item {
    border-bottom: 2px solid #f4f4f4;
}
.sidebar .nav-dropdown-toggle::before {
    background-image: url('/common/front/img/master/arrow_right.svg');
}
.sidebar .nav-link:hover.nav-dropdown-toggle::before {
    background-image: url('/common/front/img/master/arrow_right_act.svg');
}
.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
    background-image: url('/common/front/img/master/arrow_down2.svg');
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*ADMIN USER*/ 
.admin_user { width: 200px;}
.admin_user .admin_dropdown {cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0px 30px;}
.admin_user .admin_dropdown img.user_img {width:32px;height:32px;margin-right:8px;}
.admin_user .admin_dropdown img.arrow {width:8px;height:5px;transition:all .3s;}
.admin_user.show .arrow {transform:rotate(-180deg);}
.admin_user .dropdown-item {font-family:'Dotum';font-size:13px;}
.admin_user .admin_id span {font-family: 'AppleSDGothicNeoM';}
.app-header .dropdown-menu {width:142px;min-width:140px;border-radius:0;margin-top:0;top:54.5px;}
.app-header .dropdown-item {min-width:138px;padding:10px;}
.dropdown-menu-right {right:28px;}
@media (max-width: 720px) { 
.admin_user {display:none}
}
.text_info {color: #203978!important; font-family: 'KoPubWorldDotumBold' !important; font-size: 11px!important; margin-left: 10px;}
.mallout::after{
    position: absolute; top: 7px; left: calc(100% + 10px);
    content: '※ 특정몰만 노출할 경우 설정 / 값설정시 몰숨김으로 등록된 입점몰과 상관없이 설정한 몰외에 다른 몰은 노출안됨'; color:#203978; font-family: 'KoPubWorldDotumBold' !important; font-size: 11px;}
    .mallin::after{
        position: absolute; top: 7px; left: calc(100% + 10px);
        content: '※ 특정몰 상품 노출 제한 설정'; color:#203978;  font-family: 'KoPubWorldDotumBold' !important; font-size: 11px;}
.mallin_sub { 
    margin-left: 10px; 
    display: inline-block;
}
.manage_register .mallin::after{
    position: absolute;
    top: 5px;
    left: calc(100% + 165px);
    content: '※ 특정몰 상품 노출 제한 설정';
    color: #203978;
    font-family: 'KoPubWorldDotumBold' !important;
    font-size: 11px;
}

/*INDEX navi*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding:0 20px 0 0px;}
.main .container-fluid {padding:0 20px;}
.breadcrumb {padding:0;border-top:none;border-bottom:none;}
.breadcrumb .bread-home {display:flex;align-items:center;cursor:pointer;}
.breadcrumb .bread-home img {width:14px;height:11px;margin-right:5px;}
.breadcrumb li {font-family: 'Dotum';font-size:13px;color:#818181;padding:10px 20px;letter-spacing:-.5px;}
.breadcrumb-item+.breadcrumb-item::before {display:none;}
.breadcrumb-item+.breadcrumb-item {padding:10px 20px;}
.breadcrumb-item:nth-of-type(2n-1) {background:#eef3ff;}
.breadcrumb-item:nth-of-type(2n) {background:#f5f8ff;}
.breadcrumb-item.active {background:#fff;} /*액티브 시*/

/*INDEX 운영현황*/
* {box-sizing: border-box;}
.modal h4 {border-bottom:2px solid #505050 !important;padding-bottom:2px;margin-bottom:20px !important;}

/*structure*/
@media (min-width: 768px){
.col-md-8 {-ms-flex: 0 0 60%;flex: 0 0 60%;max-width: 60%;}}
@media (min-width: 768px){
.col-md-4.quick {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}}
@media (min-width: 768px){
.col-md-3 {-ms-flex: 0 0 25%; flex: 0 0 25%;max-width: 25%;}}
@media (min-width: 768px){
.col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}} 
@media (min-width: 768px){
.col-md-6 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}} 


.chart_data .col-md-4 {display:flex;padding:0;justify-content: space-between;margin-right:20px;max-width:calc(100% / 3 - 14px);width:calc(100% / 3 - 14px);}
.chart_data .col-md-4:nth-of-type(3) {margin-right:0;}
.chart_data .col-md-4 * {border:none;color:#fff;}
.chart_data .col-md-4 > div {width:calc(50% - 1px);}
.stats-box .tit {margin-bottom:1.5%;padding:30% 0 !important;}
.chart_data .col-md-4 .stats-box .tit_below {width:100%;}
.chart_data .col-md-4:nth-of-type(1) .tit {background:#284ba1;}
.chart_data .col-md-4:nth-of-type(1) .stats-box:nth-of-type(1) .tit_below > div {background:#b7bed0;}
.chart_data .col-md-4:nth-of-type(1) .stats-box:nth-of-type(2) .tit_below > div {background:#a5b0cc;}
.chart_data .col-md-4:nth-of-type(2) .tit {background:#612abd;}
.chart_data .col-md-4:nth-of-type(2) .stats-box:nth-of-type(1) .tit_below > div {background:#c7badf;}
.chart_data .col-md-4:nth-of-type(2) .stats-box:nth-of-type(2) .tit_below > div {background:#bbabd8;}
.chart_data .col-md-4:nth-of-type(3) .tit {background:#c04e7c;}
.chart_data .col-md-4:nth-of-type(3) .stats-box:nth-of-type(1) .tit_below > div {background:#e3aec4;}
.chart_data .col-md-4:nth-of-type(3) .stats-box:nth-of-type(2) .tit_below > div {background:#d69cb4;}
.stats-box .tit {width:100%;}
.stats-box .tit span {display:inline-block;margin-bottom:10px;}
.stats-box .tit strong {font-family:'Roboto', sans-serif;}
.stats-box div {padding:0 !important;line-height:normal !important;}
.stats-box .tit_below > div {width:100%;display:flex;justify-content:space-between;margin-bottom:2px;padding:13px 15px !important;}
.stats-box .tit_below > div:nth-of-type(2) {margin-bottom:2px;}
.stats-box .tit_below > div > div:last-child {font-family:'Roboto', sans-serif;}

/*quick guide*/
.quick_guide {width:100%;padding:0 10px;display:flex;flex-wrap:wrap;justify-content: space-between;}
.quick_guide > div {cursor:pointer;width:48%;background:#f9f9f9;text-align:center;padding:25px 0;margin-bottom:10px;}
.quick_guide > div img {height:52px;display:block;margin:0 auto;margin-bottom:15px;}

/*검색어*/
.today_search {display:flex;flex-wrap:wrap;height:290px;overflow:auto;}
.today_search li {border:1px solid #e8e8e8;height:32px;border-radius:16px;padding:5px 20px;margin-right:10px;margin-bottom:10px;}

/*공지사항*/
.admin_notice {padding:0 10px;}
.admin_notice li a {line-height:15px;display:block;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;color:#505050;}
.admin_notice li span {font-family:'Roboto', sans-serif;color:#b5b5b5;font-weight:400;}
.admin_notice li  {margin-bottom:10px;}
.admin_nm {width:100%;border:2px solid #e8e8e8;text-align:center;display:block;padding:10px 0;color:#505050;}

/*cs현황*/
.qa-box dt, .qa-box dd {float: left;width: 50%;padding: 0 10px;line-height: normal;font-size:13px;}
.qa-box dt, .qa-box dd a {color:#505050;font-size:13px;line-height:30px;}

/*chart order*/
#chart_order * {font-family: 'AppleSDGothicNeoM';} 
 
#categoryContent {
    width: auto !important;
}
.sub_page {padding:30px 0;}
.sub_page a:hover{background: #dedede;}
.sub_page a.active {color:#fff !important;background:#22459e !important;border:1px solid #152857;}
.input-group .btn-danger {font-size:13px;line-height: 18px;text-align: center;color: #505050;background: #FFC1B0;border: 1px solid #F5A994; border-radius: 0px 5px 5px 0px;}
.input-group .form-control.is-valid {border: 1px solid #d3d3d3;}
.input-group .btn-info {
    font-size:13px;
    line-height: 18px;
    text-align: center;
    color: #505050;
    background: #C8D1E6;
    border: 1px solid #B6C0D9;
    border-radius: 0px 5px 5px 0px;
    height: 100%;
}

/*RADIO BUTTON */ 
  [type="radio"] {
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    outline: 1px solid #D3D3D3;
    margin-right: 5px;
  }
  
  [type="radio"]:checked {
    border: 0.4em solid white;
    background: #152857;
    outline: 1px solid #D3D3D3;
  }
  
  [type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
  }
  
/*RADIO BUTTON */ 
    input[type=checkbox] {
        appearance: none;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
    }
    input[type=checkbox]:checked {
        background: url(/common/front/img/login/new/checkb.svg) no-repeat center center;
        border:none;
    }
    input[type=checkbox]:disabled {
        background: lightgray;
        cursor: not-allowed; 
    }
/*SELECT */
select {padding:5px;-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;outline:0;min-width:170px;
  background-image:url(/common/front/img/master/arrow.svg);
  background-repeat:no-repeat;
  background-color:#fff;
  background-position:94% 50%;
  background-size: 8px 8px;
  outline:0;
  }
  select:focus { background-image:url(/common/front/img/master/arrow_u.svg);}
/*CHECK BOX <label><input><span class="spanover"></span></label>*/ 
input {outline:0;}
/* input[type=checkbox] {display:none;}
input[type="checkbox"] + .spanover {position:relative;padding-left:22px;}
input[type="checkbox"] + .spanover:before {background:#fff;border:1px solid #dbdbdb;content:'';position:absolute;top:-2px;left:0px; width:18px; height:18px;cursor: pointer; border-radius: 0px;float: right;}
input[type="checkbox"]:checked + .spanover:before {border:1px solid #dbdbdb;background:url('/common/front/img/master/check_w.svg') #284ba1 no-repeat center/8px 8px; float: right} */
textarea {outline:0;}
label {margin-bottom:5px;margin-right:10px;}
.table-wrap label {margin:0;}
/*물음표*/
.help {color:#395eb9 !important;font-size:12px !important;}
.glyphicon-question-sign {position:relative;display:inline-block;;margin-left:5px;width:15px;font-family:'Dotum';font-size:13px;letter-spacing:-.5px;}
.glyphicon-question-sign:before {position:absolute;top:-12.5px;left:0px;content:'';width:15px;height:15px;background:url('/common/front/img/master/extra.svg')}


/*BUTTON*/
button * {box-shadow:none;text-shadow:none;}
button:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled):active:focus {box-shadow:none;}
button.focus, button:focus, button.active {box-shadow:none !important;text-shadow:none !important;}

.btn-group button {background:#d7d7d7;border:1px solid #cbcbcb;font-family:'Dotum';font-size:13px;margin-right:5px;border-radius:5px !important;}
.btn-group button:focus {box-shadow:none;background:#c8d1e6;border:1px solid #b6c0d9;}

.btn_2 {background:#97a4c2;border:1px solid #8491ad;color:#fff;}
/*추가 삭제*/
.btn-primary:focus {box-shadow:none;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {background:#203978;border:1px solid #152857;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {box-shadow:none;}

.btn-cerulean-primary, .btn-cerulean-danger {padding:2px 10px;font-size:.875rem !important;}
.btn-cerulean-primary, .btn-cerulean-primary:focus, .btn-cerulean-primary:hover {background:#395eb9;border:1px solid #274899;font-family: 'AppleSDGothicNeoM' !important;}
.btn-cerulean-danger, .btn-cerulean-danger:focus, .btn-cerulean-danger:hover {background:#c04e7c;border:1px solid #a43662;font-family: 'AppleSDGothicNeoM' !important;}
.btn-new{
    background-color: #203978; border:1px solid #152857; margin: 0 auto;
    display: flex; justify-content: center; width: 110px; height: 45px; line-height: 45px;
    padding: 0;

}

.btn_box_more {background:none; text-align:center; display: flex; justify-content: center; border-bottom:none; gap: 1%;}
.btn_box_more .btn-primary {
    background:#203978; border:1px solid #152857;
    display: flex; justify-content: center; width: 110px; height: 45px;
    line-height: 45px; padding: 0; font-size: 14px!important;
} 
.btn_box_more .btn-primary:hover {background:#203978!important;border:1px solid #152857;}
.btn_box_more .btn-primary:focus {box-shadow:none;}
.btn_box_more .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {background:#203978;border:1px solid #152857;}
.btn_box_more .btn-default ,#btn-reset{
    background:#8d8d8d;border:1px solid #6e6e6e;color:#fff;
    display: flex; justify-content: center; width: 110px; height: 45px;
    line-height: 45px; padding: 0; font-size: 14px!important;
}
.btn_box_more .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {box-shadow:none;}

.btn-success {background:linear-gradient(to right,#284ba1,#1693e2);border:1px solid #274899;}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {background:linear-gradient(to right,#284ba1,#1693e2);border:1px solid #274899;}

.btn-cerulean-info.fileinput-button:hover, .btn-cerulean-info.fileinput-button{background:#203978; border:1px solid #152857;}
.btn-cerulean-info:hover, .btn-cerulean-info{ background:#8d8d8d; border:1px solid #6e6e6e;}
/*TABLE 공통*/
.table td, .table th {vertical-align:middle;}

/*TABLE STYLE_H */
.table_style_h td * {font-family:'Dotum';font-size:13px;letter-spacing:-0px;}
.table_style_h {border-top:2px solid #505050;}
.table_style_h caption {font-family: 'AppleSDGothicNeoSB';font-weight:500;}
.table_style_h td {border-bottom:1px solid #e9eefa;border-right:none;font-family:'Dotum';font-size:13px;letter-spacing:-0px;}
.table_style_h th {font-weight:500;border-bottom:1px solid #e9eefa;background:#f5f8ff;border-right:none;text-align:left;color:#505050;font-size:13px;letter-spacing:-1px;padding-left:10px;}
.table_style_h th.second {border-left:none;}
.table_style_h th span {vertical-align:initial;}

/*TABLE STYLE_W */
.table_style_w td * {font-family:'Dotum';font-size:13px;letter-spacing:-0px;}
.table_style_w {border-top:2px solid #505050;}
.table_style_w caption {font-family: 'AppleSDGothicNeoSB';font-weight:500;}
.table_style_w td {padding: 12px 0;border:0;font-size:13px;}
.table_style_w td a {font-size:13px;}
.table_style_w th {padding: 12px 0;text-align:center;border-bottom:1px solid #e9eefa;background:#f5f8ff;border-right:1px solid #e9eefa;color:#505050;font-family:'Dotum';font-size:13px;font-weight:500;letter-spacing:-1px;}
.table_style_w th:first-child{border-left:1px solid #e9eefa;}
.table_style_w th.second {border-left:none;}
.table_style_w th span {vertical-align:initial;}
.table_style_w tbody{border:1px solid #dbdbdb;}
.result-tr:nth-child(2n){background: #fff;}
.result-tr{background: #f7f7f7;}
.result-tr:hover{background: #C8D1E6;}

/*TABLE WRAP */
.table-wrap {border-top:1px solid #dbdbdb;}
.table-wrap * {font-family:'Dotum';font-size:13px;}
.table-wrap th {background:#f5f8ff;letter-spacing:-.5px;vertical-align:middle;}
.table-wrap td {border-bottom:1px solid #e9eefa;border-right:1px solid #e9eefa;letter-spacing:-.5px;vertical-align:middle;}
.table-wrap {border-top: 2px solid #505050;}

/*TABLE BORDERED */
.table-bordered {border-top:1px solid #dbdbdb;}
.table-bordered * {font-family:'Dotum';font-size:13px;}
.table-bordered th {background:#f5f8ff;letter-spacing:-.5px;vertical-align:middle;}
.table-bordered td {word-break: break-all;border-bottom:1px solid #e9eefa;border-right:1px solid #e9eefa;letter-spacing:-.5px;vertical-align:middle;}
table.table > thead > tr > th {border-bottom:1px solid #e9eefa;border-right:1px solid #e9eefa;font-size:13px;font-weight:600;color:#505050;}
.table-bordered {border-top: 2px solid #505050;}

/*TABLE HORIZON */
.table td, .table th {padding: 6px 10px;}
.table-horizon td * {font-size:13px;letter-spacing:-.5px;}
.table-horizon td p {margin: 0;}
.table-horizon {border-top:0; flex:9;}
#prdSearchFrm p {font-family: 'KoPubWorldDotumBold' !important; font-size: 14px; margin: 0; line-height: 18px; padding-bottom:5px;}
.table-horizon td {font-size:13px;padding: 6px 10px;border-bottom:1px solid #e9eefa;border-top:1px solid #e9eefa;}
.table-horizon th {height:44.5px; border-bottom:1px solid #e9eefa; background:#f5f8ff; border-top:1px solid #e9eefa;    white-space: nowrap;border-right:none;text-align:left;color:#505050;font-size:13px;font-weight:500;}
.table-horizon th label {font-size:13px;font-weight:500;color:#505050; margin-bottom:0;vertical-align:-webkit-baseline-middle;}
.table-horizon th.second {border-left:1px solid #e9eefa;}
 
.table-horizon .btn-group{margin-left: 10px;}
span[data-tip="tip-th"] {font-family:'Dotum' !important;font-weight:600;}
span[data-tip="tip-th"] a {font-family:'Dotum' !important;font-weight:600;}
a {color:#284ba1;}

.btn-success {background:linear-gradient(to right,#284ba1,#1693e2);border:1px solid #274899;color: #fff !important;}
.input {height:31px;padding:2px;}
#prdSearchFrm .btn_box_more{
    flex: 1; display: flex; justify-content: center;
    align-items: center;
    height: auto;
}
#prdSearchFrm .btn_box_more .btn{display: block;margin-bottom: 10px;}
#search_keyword{
    border:1px solid #d3d3d3; height: 31.5px; margin-left: 10px;
}
.table-horizon label{font-size: 13px!important;}

/*게시판 상품 검색 란*/
.box_result {background:none;}
.box_result .msg_result {
    font-size: 14px; margin: 0; line-height: 18px;font-weight:500;
    padding: 20px 0 5px;font-family: 'KoPubWorldDotumBold' !important;
}
.box_func {padding:10px 0;}
.box_result .msg_result strong {font-size:13px; color:#395eb9; font-weight:700;}
.btn-group-sm>.btn, .btn-sm {padding:.375rem .75rem;}

/* 프로모션관리창 */
#contents_edit .caption{
    font-size: 14px; margin: 0; line-height: 18px;
    padding: 20px 0 5px; color:#505050;font-family: 'KoPubWorldDotumBold' !important;
    border-bottom: 1px solid #505050;
    margin-top: 5px;
} 

/* 초기화 저장 */
.btn-Group{display: flex; gap:10px; justify-content: center; margin: 50px auto;}
#clear_button, #save_button, #delete_promotion_button {
    background:#8d8d8d;border:1px solid #6e6e6e;color:#fff;
    display: flex; justify-content: center; width: 110px; height: 45px;
    line-height: 45px; padding: 0; border-radius: 5px;
}
#save_button {background:#203978;border:1px solid #152857;}
#delete_promotion_button {background:#203978;border:1px solid #152857;}

input[type=file]::file-selector-button, .prev, .codeNum_check {
    background: #C8D1E6;
    border:1px solid #B6C0D9;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
} 

/* MD 추천 */
#md_recommend_area{display: flex; gap:10px; flex-wrap: wrap;margin-top:20px;}
#md_recommend_area .md_re{display: flex;}
#md_recommend_area .md_re input[type=text]{width: 69px; height: 28px;}
#md_recommend_area h5{font-size:13px; text-align: center;}

#md_recommend_area .md_re1 label{margin:8px 8px 0 0;}
#md_recommend_area .md_re2 button{
    display: block; margin: 0 0 5px 20px;
    border: 1px solid #d3d3d3;
    outline: 0;
    border-radius: 5px;
    background: #fff;
    width:52px;
}
#WEB1, #WEB2, #WEB3, #WEB4 {
    border-bottom: 1px solid #e9eeea;
    padding-bottom: 10px;
}
/* 상품분류 */
#promotion_categories_div .btn-cerulean-primary, #promotion_categories_div .btn-cerulean-danger {
    width: 25px;
    height: 25px;
    background: #b4b4b4;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    padding: 0 1px 2px 0;
    margin-right: 5px !important;
}
#promotion_categories_div label{ 
    margin:8px 8px 0 8px;
}
#WEB3 .md_reextend, #MOBILE3 .md_reextend {
    margin: 10px 0;
} 
.md_reextend .btn-cerulean-primary,
.md_reextend .btn-cerulean-danger {
    width: 25px;
    height: 25px;
    background: #b4b4b4;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    padding: 0 1px 2px 0;
    margin-right: 5px;
} 
.promotion_categories_code{margin-right: 20px !important;}
#promotion_categories_div>div{margin-bottom: 10px; display: flex; justify-content: flex-start;}
#promotion_categories_div>div:last-child{margin-bottom: 0;}
#promotion_categories_div>div>select, #promotion_categories_div>div>input {margin-right: 10px;}
#promotion_categories_div > div {display: flex;flex-wrap: wrap; align-items: baseline;}

#promotion_display_table [type="radio"]:nth-child(2n){
    margin-left: 8px;
}

.drop_zone{cursor: pointer;}

#promotion_info_name {
    padding: 5px;
    border: 1px solid #ddd;
}
#contents_edit input[type='date'] {
    border: none;
}
#contents_edit .form-inline {
    margin-bottom: 0 !important;
} 

#contents_edit textarea {
    width: 100%;
    resize: none;
    height: 150px;
}

 
.promotion_register {
    margin-bottom: 180px;
}
.promotion_register .btn-Group {
    position: fixed;
    right: 0;
    display: block;
    bottom: 5%;
    margin: 0;
    margin-right: 10px;
}
.promotion_register #clear_button {
    margin-bottom: 10px;
} 
/* 프로모션 영역 */
.numberings {
    background: #EEF3FF;
    width: 20px;
    height: 20px;
    display: flex;
    text-align: center;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #C8D1E6;
    margin-bottom: 10px;
}
.promo__table { 
    height: 100%;
}
.promo__table ul {
    margin-bottom: 0px;
}
.promo__table tbody > tr > td > ul.liwm {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
/* .promo__table tbody > tr > td > ul.liwm::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 1px;
    background: #E9EEFA;
} */
.promo__table tbody > tr > td > ul.liwm li {
    width: 100%;
}
.promo__table tr td ul#web_line_contents_sector, #web_login_contents_sector {
    border-bottom: 1px solid #e9eefa;
    margin-bottom: 0;
}
.promo__table tr td ul li {
    padding-bottom: 0px;
} 
.promo__table tr td ul li:first-child {
    margin-bottom: 10px;
}
.promo__table table {
    width: 100%;  
    height: 100%;
} 
.promo__table tr td:first-child {
    background: #EEF3FF;
    text-align: center;
    border-bottom: 1px solid #E9EEFA;
}
.promo__table tr td {
    border: none;
    background: transparent;
    z-index: 1;
    padding: 10px;
    border-bottom: 1px solid #e9eeea;
}
.promo__table .sector__number { 
    background: #F7F7F7;
    border: 1px solid #D3D3D3;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #818181;
    width: 52px;
    height: 26px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.promo__table .sector__btn {
    width: 52px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #505050;
}
.promo__table .sector__btn_below {
    width: 28px;
    height: 28px;
    font-size:13px;
    background: #EEF3FF;
    border: 1px solid #B6C0D9;
    border-radius: 5px;
    margin-bottom: 5px;
}
.promo__table li {
    list-style: none;
}
.promo__table tr td:nth-of-type(2) {
    position: relative;
    padding: 20px;
}
.promo__table tr td:nth-of-type(2)::after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    top: 50%;
    left: calc(50% + 5px);
    transform: translate(-50%,-50%);
    height: calc(100% - 20px);
    background: #EEF3FF;
    z-index: -1;
}

.promo__table .sector__img {
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}
.promo__table .drop_zone {
    position: relative; 
    width: 300px;
    height: 114px;
    background-color: #F7F7F7;
    border-radius: 0;
    border: none;
    background: url(/common/image/master/noimage3.png) no-repeat;
}
.third_img {
    width: 100%;
    max-width: 910px;
}
.third_img .drop_zone {
    width: 114px; 
    background: url(/common/image/master/noimage1.png) no-repeat;
}
#sector4 .drop_zone {
    width: 534px;
    height:50px;
    background:url(/common/image/master/noimage4.png) no-repeat;
}
.promo__table .sector__img .clear_img {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
}
.promo__table .sector__img .clear_img img {
    width: 11px;
    height: 13px;
} 
.promo__table p {
    margin: 0; 
    line-height: 20px;
    font-size: 11px;
    color:#818181;
}
.promo__table .sector__top {
    border-bottom: 1px solid #E9EEFA;
    padding-bottom: 10px;
}
.promo__table textarea {
    width: 100%;
    max-width: 910px;
    resize: none;
    height: 250px;
    outline: 0;
    margin-top: 10px;
}
.promo__table .sector__mode {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
}
select[name="promotion_resolution[]"] {
    margin-right: 5px;
    height: 28px;
}
.sector__flex {
    display: inline-block;
    width: calc(100% / 4 - 3px);
    position: relative;
    margin-bottom: 10px;
} 
.sector__flex2 {
    margin: 30px 0;
}
.sector__flex::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 48px;
    z-index: 0;
    width: 1px;
    height: calc(100% - 10px);
    margin-top: 10px;
    margin-bottom: 10px;
    background: #E9EEFa;
}
.sector__flex .sector__button {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 23px;
    z-index: 1;
}
.sector__flex .sector__button button {
    display: block;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    outline: 0;
    margin-bottom: 5px;
    text-align: center;
    width: 52px;
    height: 26px;
}
.sector__flex input[type="text"] {
    width: 69px;
    height: 28px;
    margin-left: 5px;
}
 
.flex {
    display: flex;
    align-items: center;
}
#sector4 input[type="text"] {
    margin-left: 5px;
}

.promo__add #add_sector {
    background: #C8D1E6; 
    border: 1px solid #B6C0D9;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
}
button.remove_tr {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    padding: 3px 15px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.val__extend { 
    margin: 30px 0;
    width: calc(100% / 4);
}
.val__extend input[type="text"] {
    display: block;
    margin: 0;
    margin-top: 5px;
    width: 100px;
}

.sector__mode__flex {
    display: flex;
    align-items: baseline;
}
.colorpicker-element {
    margin-left: 5px !important;
}
/* 콘텐츠 등록 */
#main_contents_sector .drop_zone, #mobile_main_contents_sector .drop_zone,
 #web_line_contents_sector .drop_zone, #mobile_line_contents_sector .drop_zone,
 #web_login_contents_sector .drop_zone, #mobile_login_contents_sector .drop_zone {
    background: url(/common/image/master/noimage1.png) no-repeat;
    width: 114px;
}

.sector__info2 .flex {
    align-items: baseline;
}
.sector__info2 input[type="text"], .sector__info2 select {
    margin-left: 10px;
    margin-bottom: 10px;
}
.sector__info2 .colorpicker-element {
    margin-left: 0 !important;
}
.sector__info2 .colorpicker-input-addon {
    height: 32px;
}  
.clear_contents { 
    width: 67px;
    height: 30px;
    background: #C8D1E6;
    border: 1px solid #B6C0D9;
    border-radius: 5px;
    font-size:13px;
    line-height: 18px;
    text-align: center;
    color: #505050;
    margin-left: 5px;
}




/*카테고리 */
span.dynatree-folder a {
    font-weight: 500;
}
.btn-success, .btn-danger, .btn-info {
    background: #C8D1E6;
    border: 1px solid #B6C0D9;
    border-radius: 3px;
    padding: 5px 10px;
    color: #505050;
}
.btn_box_more .btn-success{height: 45px;}
.card .btn-success, .card .btn-danger, .card .btn-info {
    margin: 4px !important;
}
.card-header {
    background: #f5f8ff;
}
.btn-link {
    color: #505050; 
}
.input-group-apend .btn-info{margin: 0!important;}

/* 공유하기 */
#share__table ul {
    margin-bottom: 0;
}
#share__table ul li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #E9EEFA;
}
#share__table ul li:last-child {
    border-bottom: none;
}
#share__table ul li p {
    margin: 0;
    margin-right: 20px;
    width: 100px;
}

.md_reextend {
    width: 100%;
    display: flex;
    align-items: baseline;
} 
.md_reextend select, .md_reextend input {
    margin-right: 10px;
}

#frmSearch .input-group{margin:5px 0;}