﻿
html {
    overflow: hidden;
    background: #1b1b1e;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    font-family: 'Noto Sans Korean Regular', 'Apple SD Gothic Neo', 'NanumGothic', Sans-Serif;
    color: #c2c5d5;
    color: #d2d6e7;
    overflow: hidden;
}
#page {
    width: 100%;
    height: 100%;
}





#popInfo {
    min-width: 500px;
    /*min-height : 700px;*/
    min-height: 650px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
}

.clearBoth {
    clear: both;
}


/*회색 투명 배경 레이어 40% - 검색중에서 사용 */

.grayWrapLoading {
    background: #ffffff;
    filter: alpha(opacity=40);
    background-color: rgba(255, 255, 255, 0);
    margin: 0;
    padding: 0;
    position: absolute;
    min-height: 320px;
    top: 0;
}


/*로딩 플래시 이미지*/

.flash {
    text-align: center;
    color: #4559e9;
    float: left;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    padding-top: 300px;
}


.grayWrapOver {
    background: #262626;
    filter: alpha(opacity=70);
    background: rgba(26, 26, 26, .7) !important;
    width: 100%;
    /*min-height: 700px;*/
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.grayWrap {
    width: 100%;
    /*min-height: 700px;*/
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    display: none;
    z-index: 1004;
}
/*콘텐츠 정보 편집 팝업 z-index*/
#regClip_contentInfoEditWrap.grayWrap {
    z-index: 1000;
}

/*상단 안내창*/

.topInfoBoxWrap {
    width: 100%;
    height: 57px;
    position: absolute;
    float: left;
    top: 0;
    margin: 0 auto;
    display: none;
    z-index: 1;
}

.topInfoBoxWrap .topInfoBox {
    width: 633px;
    margin: 0 auto;
}

.topInfoBoxWrap .topInfoBox .center {
    width: 633px;
    min-height: 70px;
    border: 1px solid #000;
    border-radius: 8px;
    /* background: url(../_images/notice_icon_03.png), linear-gradient(to top,#e1e8f5, #ccdcf8); */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
    /*background: linear-gradient(to top,#e1e8f5, #ccdcf8); 
    background: linear-gradient(45deg, #7996db, #77ca9e);*/
    background: #1f8b73;
    background: rgba(28,151,124,.9);
    /*background: -webkit-linear-gradient(45deg, #95ace0, #92caac);
    background: linear-gradient(45deg, #95ace0, #92caac);*/
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    margin-top: 10px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.topInfoBoxWrap .topInfoBox .center .message {
    /* width: 540px; */
    line-height: 26px;
    /* padding: 5px 3px 5px 100px; */
    padding: 5px 3px 5px 0;
    color: #000;
    
    font-size: 1.1rem;
    text-align: left;
    font-family: 'Noto Sans Korean Medium';
}

.topInfoBoxWrap .topInfoBox .center .closeBtn {
    width: 20px;
    text-align: right;
    padding: 3px 10px 0 0;
    margin-bottom: 35px;
}


.topInfoBoxWrap .grayText,
.topInfoBoxWrap .redText,
.topInfoBoxWrap .infoText {
    width: 587px;
    height: 63px;
    float: left;
    margin: 0 20px;
    padding-top: 6px;
    font-size: .85rem;
    line-height: 1rem;
}
.topInfoBoxWrap .infoText {
    color: #66540a;
}

.topInfoBoxWrap .redText {
    color: #e54444;
}

.topInfoBoxWrap .grayText {
    color: #3c3c3c;
}
.topInfoBoxWrap .savebt {
    margin: 0 20px;
    padding-top: 4px;
    float: right;
}
/*상단 노란색 안내창 끝*/


#cms_jobReqWrap .popupInfo .bottomCloseBtn {
    float: left;
    padding: 7px 0;
    text-align: center;
}

.popupInfo .bottomBeforeEditBtn {
    width: 95px;
    height: 36px;
    float: right;
    padding-top: 7px;
    padding-right: 13px;
}

.currentPageLinkText {
    color: #000;
}
.contentImgS {
    background-color: #fefcac;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 15px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}


/*노란색 에러메세지 팝업창*/
.centerInfoBoxWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    margin: 0 auto;
    padding-top: 150px;
    display: none;
    background: #000000;
    /*filter: alpha(opacity = 40);*/
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top:0;
}

.centerInfoBoxWrap .yellowInfoBox {
    width: 630px;
    margin: 0 auto;
}

.centerInfoBoxWrap .yellowInfoBox .center {
    width: 630px;
    height: 400px;
    min-height: 50px;
    float: left;
}
.centerInfoBoxWrap .yellowInfoBox .centerC {
    width: 100%;
    height: 400px;
    float: left;
    border-radius: 6px;
    border: 2px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 7px;
    /* padding: 0 8px; */
    background: #2f3038
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC {
    background: #4b3637;
    border-color: #000;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC {
    background: #443f35;
    border-color: #000;
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC .title {
    color: #dbcbcc;
    padding-left: 20px;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC .title {
    color: #d8d1c1;
    padding-left: 20px;
}
.centerInfoBoxWrap .yellowInfoBox .centerC .title {
    width: 490px;
    min-height: 45px;
    color: #a0a4b9;
    font-size: 1rem;
    line-height: 45px;
    padding-left: 20px;
    float: left;
    font-family: 'Noto Sans Korean Medium';
}
.centerInfoBoxWrap .yellowInfoBox .centerC .textA {
    float: left;
    width: 100%;
    height: 300px;
    font-size: .8rem;
    line-height: 23px;
    text-align: left;
    border-radius: unset;
    border: none;
    padding: 10px 20px;
    margin: 0;
    overflow: auto;
    resize: none;
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC .textA {
    color: #eddedb;
    background: #733b32;
    border-top: 1px solid #2e2526;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC .textA {
    color: #e4dfd1;
    background: #725f28;
    border-top: 1px solid #2c2a26;
}
.centerInfoBoxWrap .yellowInfoBox .centerC .confirmBtn {
    width: 100%;
    height: 51px;
    text-align: center;
    padding: 13px 0;
    float: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC .confirmBtn {
    background: #733b32;
    border-top: 1px solid #4a2822;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC .confirmBtn {
    background: #725f28;
    border-top: 1px solid #463c1c;
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC .confirmBtn button {
    color: #c6aca8;
    background: #733b32;
}
.centerInfoBoxWrap .yellowInfoBox.error .centerC .confirmBtn button:hover {
    background: #7d4941;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC .confirmBtn button {
    color: #bcb5a1;
    background: #725f28;
}
.centerInfoBoxWrap .yellowInfoBox.attention .centerC .confirmBtn button:hover {
    background: #7c6a35;
}
.centerInfoBoxWrap .yellowInfoBox .centerC .confirmBtn button {
    min-width: 80px;
    border-color: rgba(0,0,0,.4);
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .detailViewOpen {
    cursor: pointer;
    /*color: #9ba7ff;*/
}
.centerInfoBoxWrap .yellowInfoBox .centerC2 .detailViewClose {
    cursor: pointer;
    /*color: #9ba7ff;*/
    display: none;
}
.centerInfoBoxWrap .yellowInfoBox .centerC .closeBtn {
    width: 34px;
    height:  34px;
    border-radius: 3px;
    margin: 5px;
    padding: 1px;
    float: right;
    cursor: pointer;
}
.centerInfoBoxWrap .yellowInfoBox .centerC .closeBtn:hover {
    background: rgba(255,255,255,.1);
}



/*상단 그레이 작업안내 팝업창*/

.topGrayBoxWrap {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    display: none;
}

.topGrayBoxWrap .topGrayBox {
    width: 630px;
    height: 50px;
    margin: 0 auto;
}

.topGrayBoxWrap .topGrayBoxCenter {
    width: 610px;
    height: 50px;
    /*background: -webkit-linear-gradient(45deg, #279873, #298b7e);
    background: linear-gradient(45deg, #279873, #298b7e);*/
    background: #1f8b73;
    background: rgba(28,151,124,.9);
    font-size: .9rem;
    color: #1e1e25;
    line-height: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(14, 15, 20,.7);
    padding-bottom: 5px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}



/*스토리지 리스트 팝업 이미지 */

#sListP .sListMenuWrap {
    height: 20px;
    float: left;
    text-align: center;
    background-color: #868686;
    padding: 0 1px 0 1px;
}

#sListP .sListMenu {
    width: 210px;
    height: 22px;
    float: left;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

#sListP .sListMenu .textbtL {
    font-size: 11px;
    width: 37px;
    height: 22px;
    line-height: 19px;
    color: #1f1f1f;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
}

#sListP .sListMenu .textbtR {
    font-size: 11px;
    height: 22px;
    line-height: 19px;
    color: #1f1f1f;
    text-align: left;
    float: right;
    margin: 0;
    padding: 0 10px;
}

#sListP .sListMenu .iconBoxL {
    width: 23px;
    height: 22px;
    text-align: center;
    float: left;
}

#sListP .sListMenu .iconBoxR {
    width: 23px;
    height: 22px;
    text-align: center;
    float: right;
}

#sListP .sListContentWrap {
    height: 241px;
    float: left;
    text-align: center;
    background-color: #868686;
    padding: 0 1px 0 1px;
}

#sListP .sListContent {
    width: 210px;
    height: 239px;
    float: left;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

#sListP .sListContentL {
    width: 210px;
    height: 239px;
    float: left;
    background-color: #ffffff;
    overflow: auto;
}

#sListP .sListContent tr td {
    margin: 0;
    padding: 0;
}

#sListP .sListContentTitleTable {
    height: 17px;
    background-color: #ffffff;
    color: #cfcfcf;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    padding-left: 14px;
}

#sListP .sListContentTable {
    height: 21px;
    background-color: #ffffff;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding-left: 16px;
}

#sListP .sListContentTableG {
    height: 21px;
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 16px;
}



/*////////////////수정///////////////*/

#sListP .sListContentWrap {
    height: 238px;
    float: left;
    text-align: center;
    background-color: #868686;
    padding: 0 1px 0 1px;
}

#sListP .sListContent {
    width: 210px;
    height: 236px;
    float: left;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

#sListP .sListContentL {
    width: 210px;
    height: 238px;
    float: left;
    text-align: left;
    background-color: #ffffff;
    overflow: auto;
    font-size: 12px;
    line-height: 23px;
}

#sListP .sListBottom {
    width: 212px;
    height: 3px;
    float: left;
    margin: 0;
    padding: 0;
}


/*////////////////추가///////////////*/


/*저장소목록*/

#sListP .sListMenu .topTitle {
    width: 70px;
    height: 22px;
    color: #9B9B9B;
    font-size: 11px;
    float: left;
    line-height: 20px;
    padding-left: 5px;
}


/*하위 스토리지가 있는 기본 스토리지*/

#sListP .sListContentL .downStorageDep1 {
    width: 100%;
    float: left;
}
#sListP .sListContentL .downStorageDep1 span {
    padding-left: 0;
    color: #9ea2b7;
}


/*하위 스토리지 활성화*/
#sListP .downStorageDep2 {
    width: 100%;
    height: 34px;
    background: url(../_images/regClip_icon_02.png) no-repeat 33px 7px;
    /*color: #898ca0;*/
    line-height: 32px;
    padding-left: 58px;
    float: left;
}

/*하위 스토리지 비활성화*/
#sListP .downStorageDep2D {
    width: 100%;
    height: 34px;
    background: url(../_images/regClip_icon_01.png) no-repeat 33px 7px;
    /*color: #898ca0;*/
    line-height: 32px;
    padding-left: 58px;
    float: left;
    box-sizing: border-box;
}

/*스토리지 비활성화*/
#sListP .downStorageD {
    width: 100%;
    height: 34px;
    background: url(../_images/regClip_icon_01.png) no-repeat 12px 7px;
    /*color: #898ca0;*/
    line-height: 32px;
    padding-left: 58px;
    float: left;
}


/*스토리지 활성화*/
#sListP .downStorageE {
    width: 100%;
    height: 34px;
    background: url(../_images/regClip_icon_02.png) no-repeat 10px 8px;
    font-size: .8rem;
    color: #d2d6e7;
    border-radius: 3px;
    line-height: 34px;
    padding-left: 35px;
    float: left;
}
#sListP .downStorageDep1 {
    width: 100%;
    height: 34px;
    font-size: .8rem;
    color: #d2d6e7;
    line-height: 34px;
    padding-left: 10px;
    float: left;
}
#sListP .downStorageDep1 img {
    margin: -6px 0 0 -6px;
}
#sListP .downStorageDep1 span {
    margin-left: 5px;
}
#sListP .downStorageE.grpName_123 {
    width: 100% !important;
    padding-left: 63px !important;
    background: url(../_images/regClip_icon_02.png) no-repeat 33px 7px !important;
}
#sListP .downStorageDep2:hover,
#sListP .downStorageE.grpName_123:hover,
#sListP .downStorageDep1:hover,
#sListP .downStorageE:hover {
    background-color: #383944 !important;
}
#sListP .selectB {
    background-color: #a7c9ff;
}
#sListP .download-icon {
    float: right;
    margin-right: 12px;
    cursor: pointer;
     opacity: .5
}
#sListP .downStorageDep2:hover .download-icon,
#sListP .downStorageE.grpName_123:hover .download-icon,
#sListP .downStorageDep1:hover .download-icon,
#sListP .downStorageE:hover .download-icon {
    opacity: 1;
}

/*///////////////////////////////*/






/*2014 추가 에러 창 내부 요청 결과 */

.centerInfoBoxWrap .yellowInfoBox .centerC2 {
    /* width: 620px;
    height: 320px;
    background-color: #fcf47d;
    float: left; */
    width: 620px;
    height: 400px;
    background: #26262d;
    border-radius: 6px;
    border: 2px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .title {
    width: 490px;
    height: 45px;
    color: #d2d6e7;
    font-size: 1rem;
    line-height: 45px;
    padding-left: 20px;
    float: left;
    font-family: 'Noto Sans Korean Medium';

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea {
    float: left;
    width: 100%;
    height: 299px;
    background: #26262d;
    border-top: 1px solid #151517;
    /*padding: 0 10px;*/
    overflow: auto;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea table {
    border: 0;
    height: 25px;
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea .listW,
.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea .listG {
    float: left;
    width: calc(100% - 20px);
    border-bottom: 1px solid #151519;
    color: #d2d6e7;
    padding: 13px;
    margin: 0 10px;
    font-size: .8rem;
    line-height: 1.2rem;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea .subTitle {
    width: 60px;
    height: 20px;
    padding-right: 5px;
    text-align: right;
    color: #898ca0;
    font-size: .7rem;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea .subTitleContent {
    width: 100%;
    text-align: left;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .contentArea .logArea {
    float: left;
    width: 555px;
    height: 120px;
    line-height: 20px;
    margin-top: 10px
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .closeBtn {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    float: right;
    padding: 2px;
    margin: 5px 5px 0 0;
    cursor: pointer;
}
.centerInfoBoxWrap .yellowInfoBox .centerC2 .closeBtn:hover {
    background: #40424a;
}

.centerInfoBoxWrap .yellowInfoBox .centerC2 .confirmBtn {
    width: 100%;
    height: 52px;
    background: #26262d;
    border-top: 1px solid #151517;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /*float: left;*/
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}









/*카테고리 검색 영역*/
.categoryWrap {
    width: 100%;
    height: 31px;
    float: left;
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
}
.categoryWrap .leftSpace {
    width: 212px;
    height: 32px;
    float: left;
}
.categoryWrap .categorySearch {
    /*width:330px;*/
    padding-left: 16px;
    color: #202020;
    font-size: 13px;
    line-height: 32px;
    float: left;
    cursor: pointer;
}
.categoryWrap .searchBtn {
    width: 18px;
    padding: 6px 0 8px 7px;
    float: left;
    cursor: pointer;
}

/*카테고리 검색 영역*/
/*카테고리 검색 팝업*/
#categoryPopupWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
#categoryPopup {
    width: 945px;
    margin: 39px auto;
}
#categoryPopup>.header {
    width: 943px;
    height: 58px;
    float: left;
    border: 1px solid #353535;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 2px 2px 0 0;
    background-color: #e3e3e3;
}
#categoryPopup>.header .categorySearch {
    width: 810px;
    padding-left: 15px;
    color: #202020;
    font-size: 13px;
    line-height: 40px;
    float: left;
}
#categoryPopup>.header .categorySearch a {
    color: #202020;
    font-size: 13px;
    text-decoration: none;
    line-height: 40px;
    font-weight: bold;
}
#categoryPopup>.header .setNoPdt {
    width: 90px;
    float: left;
    line-height: 35px;
}
#categoryPopup>.header .setNoPdt a {
    color: #4559e9;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
}
#categoryPopup>.header .closeBtn {
    width: 28px;
    padding: 9px 0 0 0;
    float: left;
}
#categoryPopup>.header .myProductListTitle {
    width: 523px;
    padding-left: 15px;
    color: #727272;
    font-size: 12px;
    text-shadow: 0 1px 0 #f4f4f4;
    line-height: 15px;
    float: left;
}
#categoryPopup>.header .productListTitle {
    width: 390px;
    padding-left: 15px;
    color: #727272;
    font-size: 12px;
    text-shadow: 0 1px 0 #f4f4f4;
    line-height: 15px;
    float: left;
}
#categoryPopup>.header .productListTitle .productMenu {
    text-align: center;
    padding-right: 20px;
    float: right;
    text-shadow: none;
}
#categoryPopup>.header .productListTitle .productMenu a {
    color: #4559e9;
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
}
#categoryPopup>.header .productListTitle .productMenu #tt {
    width: 2000px;
}
#categoryPopup>.content {
    width: 943px;
    min-height: 510px;
    float: left;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    background-color: #fff;
}
#categoryPopup>.content table, tr, td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

/*관심제품리스트*/
#categoryPopup>.content .myProductListWrap {
    width: 537px;
    height: 510px;
    border-left: 1px solid #b0b0b0;
    float: right;
    overflow: auto;
}
#categoryPopup>.content .myProductListWrap .listG {
    background-color: #fafafa;
}
#categoryPopup>.content .listS {
    background-color: #fefcac;
}
#categoryPopup>.content .myProductListWrap table.myProductList {
    width: 100%;
    min-height: 28px;
    text-align: left;
    padding: 4px 7px 3px 15px;
    float: left;
    border-bottom: 1px solid #f6f6f6;
    color: #000;
    line-height: 15px;
}
#categoryPopup>.content .myProductListWrap .myProductList .btn {
    width: 30px;
    line-height: 15px;
}
#categoryPopup>.content .myProductListWrap .myProductList a {
    text-decoration: none;
    color: #4559e9;
    font-weight: bold;
}
#categoryPopup>.content .myProductList .productTitle {
    width: 460px;
}

/*전체제품리스트*/
#categoryPopup>.content .productListWrap {
    width: 405px;
    height: 510px;
    float: left;
    /*overflow:auto;*/
}
#categoryPopup>.content .productListWrap .productList {
    width: 100%;
    height: 24px;
    text-align: left;
    float: left;
    color: #000;
    line-height: 24px;
    position: relative;
}
#categoryPopup>.content .productListWrap .productList a {
    text-decoration: none;
    color: #4559e9;
    font-weight: bold;
}
#categoryPopup>.content .productListWrap .productList .btn {
    width: 30px;
    position: absolute;
    right: 8px;
    top: 3px;
}

#categoryPopup>.footer {
    width: 943px;
    height: 24px;
    float: left;
    border: 1px solid #353535;
    border-top: 1px solid #b0b0b0;
    border-radius: 0 0 2px 2px;
    background-color: #e3e3e3;
}


/*카테고리 최상위 그룹 편집 팝업*/
#categoryGroupEditPopupWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index:105;
}
#groupEditPopup {
    width: 505px;
    margin: 39px auto;
}
#groupEditPopup>.header {
    width: 503px;
    height: 39px;
    float: left;
    border: 1px solid #353535;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 2px 2px 0 0;
    background-color: #e3e3e3;
}
#groupEditPopup>.header .headerMenu {
    width: 100px;
    height: 39px;
    float: left;
    text-align: center;
}
#groupEditPopup>.header .headerMenu a {
    color: #4559e9;
    font-size: 12px;
    text-decoration: none;
    line-height: 39px;
}
#groupEditPopup>.header .title {
    width: 432px;
    padding-left: 15px;
    color: #202020;
    font-size: 13px;
    line-height: 40px;
    float: left;
}
#groupEditPopup>.header .reloadBtn {
    width: 26px;
    padding: 9px 0 0 0;
    float: left;
}
#groupEditPopup>.header .closeBtn {
    width: 28px;
    padding: 9px 0 0 0;
    float: left;
}
#groupEditPopup>.content {
    width: 503px;
    min-height: 510px;
    height: 500px;
    float: left;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
#groupEditPopup>.content .editListWrap {
    width: 100%;
    height: 100%;
    float: left;
    overflow: auto;
}
#groupEditPopup>.content table.editList {
    width: 100%;
    min-height: 28px;
    text-align: left;
    padding: 3px 7px 3px 11px;
    float: left;
    border-bottom: 1px solid #f6f6f6;
    color: #000;
    line-height: 15px;
}
#groupEditPopup>.content table, tr, td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
#groupEditPopup>.content .listG {
    background-color: #fafafa;
}

#groupEditPopup>.content .listS {
    background-color: #fefcac;
}
#groupEditPopup>.content table.editList .checkBox {
    width: 20px;
}
#groupEditPopup>.content table.editList .num {
    width: 50px;
}
#groupEditPopup>.content table.editList .code {
    width: 50px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
}
#groupEditPopup>.content table.editList .title {
    padding-left: 3px;
    padding-right: 13px;
}
#groupEditPopup>.footer {
    width: 503px;
    height: 32px;
    float: left;
    border: 1px solid #353535;
    border-top: 1px solid #b0b0b0;
    border-radius: 0 0 2px 2px;
    background-color: #e3e3e3;
}
#groupEditPopup>.footer .btnWrap {
    width: 122px;
    height: 32px;
    margin: 0 auto;
}





/* 사용자 등록 / 수정 팝업 */
#regUserWrap{
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    margin: 0;
    padding: 0;
}
#regUserWrap .popupInfo{
    /*height: 695px;*/

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#regUserWrap .content table{
    width: 100%;
    border-collapse:collapse;
    margin-bottom:  20px;
}

#regUserWrap .content .title {
    /*width: 550px;*/
    height: 50px;
    float: left;
    color: #71b8ac;
    font-size: .9rem;
    line-height: 20px;
    padding: 10px 0 20px 0;
}

#regUserWrap .content .infoWrap {
    margin: 0 20px;
    border-bottom: 1px solid #161619;
}
#regUserWrap .content .infoWrap div {
    float: left;
}
#regUserWrap .content .subTitle {
    width: 80px;
    font-size: .75rem;
    color: #898ca0;
    text-align: right;
    padding: 0 15px 0 10px;
    word-break: break-word;
}
#regUserWrap .content .subContent {
    width: calc(100% - 100px);
    height: 36px;
    padding: 0 20px 0 0;
    font-size: .8rem;
}
#regUserWrap .content .infoContent {
    margin: 30px 50px 10px 98px;
    font-size: .8rem;
}

#regUserWrap .content .listTitle {
    width: 140px;
    font-size: .75rem;
    color: #898ca0;
    text-align: right;
    padding: 0 15px 0 30px;
    word-break: break-word;
}
#regUserWrap .content .listContent {
    height: 36px;
    padding: 0;
    font-size: .8rem;
}
#regUserWrap .content .listContent .id {
    font-size: .75rem;
    margin: 0 10px;
}
#regUserWrap .content .listContent input{
    width: 200px;
}
#regUserWrap .content .listContent input[name="memo"]{
    width: 530px;
}
#regUserWrap .content .listContent>span.info {
    font-size: .7rem;
    color: #78789f;
    line-height: 25px;
}
#regUserWrap .content .listContent>span.info.block {
    display: block;
    height: 20px;
}
#regUserWrap .popupInfo .bottomCloseBtn .textPopupYn {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#regUserWrap .popupInfo .bottomCloseBtn .checkPopupYn {
    float: right;
    margin-top: 9px;
    margin-right: 1px;
}





/* 다운로드 팝업 */

/*다운로드 팝업*/
#downStorageP {
    z-index: 1050;
}





/*------ 검색 리스트 헤더 ---------*/

#contentTextListHeader {
    width: calc(100% - 2px);
    height: 24px;
    border: 1px solid #0e0e10;
    /* border-bottom: none; */
    border-radius: 3px;
    background: #1f1f25;
    background: #282830;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: sticky;
    top: 0;
    min-width: 1200px;
    margin-bottom: -1px;
}
#contentTextListHeader > div { 
    color: #898ca0 !important;
    font-size: .7rem !important;
    line-height: 22px  !important;
    text-align: center;
    padding: 0 3px;
}
#contentTextListHeader .contentCheckBox { width: 32px; }
#contentTextListHeader .contentTS { 
    /* width: 40px; */
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#contentTextListHeader .contentLKFS { width: 70px; }
/* #contentTextListHeader .contentDur { width: 55px; } */
#contentTextListHeader .contentDur { width: 85px; }
#contentTextListHeader .contentPlay { width: 23px; }
#contentTextListHeader .contentFmt { width: 73px; }
#contentTextListHeader .contentClipId {width: 160px;} 
#contentTextListHeader .contentV4 { padding-right: 5px; }
#contentTextListHeader .contentV4ListD { width: 40px; }
#contentTextListHeader .contentUser { width: 50px; }
#contentTextListHeader .contentDate { width: 52px; }
#contentTextListHeader .contentIcon { width: 18px; }
#contentTextListHeader .scrollMargin { width: 23px; }
#contentTextListHeader .contentStorage { width: 130px; }
#contentTextListHeader .contentStorage.storage-two { width: 70px; }
#contentTextListHeader .contentFormatType { width: 42px; }
#contentTextListHeader .contentDate { text-align: center !important; }
#contentTextListHeader .contentNUM { width: 70px;}
#contentTextListHeader .play { width: 34px;}

/*------ 20190116 오류 페이지 추가 ---------*/
#error-page {
    /* min-width: 1004px; */
    min-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
   
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*------ 20200603 비밀번호 변경 팝업 추가 ---------*/
#attentionInfoWrap,
#passwordChangeWrap{
    width: 100%;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    top: 80px;
    margin: 0;
    padding: 0;
}


/*------ 20220223 공통 팝업 변경 추가 ---------*/
#download,
#scrap {
    top: 102px;
    left: 438px;
    position: absolute;
    z-index: 1005;
}
.grayWrap#cms_scrapWrap #scrap {
    position: unset;
}
.popup-blue {
	border-radius: 5px;
	background: #dde9ff;
}
.popup-blue .header {
    height: 45px;
    background: #2f3038;
    border-bottom: 1px solid #1f1f25;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
	
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.popup-blue .header .title {
    height: 45px;
    color: #d2d6e7;
    font-size: 1rem;
    text-align:  left;
    line-height: 45px;
    padding-left: 20px;
    float: left;
    font-family: 'Noto Sans Korean Medium';

    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.popup-blue .header .icon {
	width: 34px;
	height: 34px;
    text-align: center;
	line-height: 0;
	margin: 0 5px 0 0;
    padding: 2px;
    border-radius: 3px;
	float: right;
	cursor: pointer;
}
.popup-blue .header .icon:hover {
	background: #40424a;
}
.popup-blue .header .icon-group {
	width: 120px;
    margin-left: auto;
}
.popup-blue .body {
	height: calc(100% - 73px);
    font-size: .8rem;
    line-height: 30px;
}
.popup-blue .body .body-header {
	height: 44px;
    margin: 0 13px;
	border-bottom: 1px solid #161619;
	
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.popup-blue .body .body-header .work-item input + label {
	margin-left: 6px;
	line-height: 35px;
}
.popup-blue .body .body-header .work-item.right-side {
	margin-left: auto;
}
.popup-blue .body .body-header .work-item.right-side span {
	margin: 0 3px;
}
.popup-blue .body .body-header .work-item .icon-btn {
	width: 40px;
	cursor: pointer;
}
.popup-blue .body .body-item {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.popup-blue .footer {
	height: 28px;
	border-top: 1px solid #151517;
}
.popup-blue .footer.btn-wrap {
	height: 40px;
}
.download.popup-blue,
.scrap.popup-blue {
	width: 380px;
	height: 450px;
    background: #26262d;
    border-radius: 6px;
    border: 2px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.download.popup-blue .body-item {
    height: 100%;
    padding: 7px;
}
.popup-blue.download .body .body-item .dep2,
.popup-blue.download .body .body-item .dep1 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 2px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.popup-blue.download .body .body-item .strGroup span {
    margin-left: 9px;
}
.popup-blue.download .body .body-item .dep2 img,
.popup-blue.download .body .body-item .dep1 img {
    float: left;
    margin-top:  5px;
}
.popup-blue.download .body .body-item .dep2 div,
.popup-blue.download .body .body-item .dep1 div {
    float: left;
    padding-left:  2px;
}
.popup-blue img {
	vertical-align: middle;
}
/*하위 다운로드 그룹 아이콘 위치 변경*/
.popup-blue.download .body .body-item .dep1.strGroup img {
    margin-left: -5px;
}
.popup-blue.download .body .body-item .dep2 {
    padding: 2px 0 2px 32px;
    display: none;
}
.popup-blue.download .body .body-item .dep2:hover,
.popup-blue.download .body .body-item .dep1:hover {
    background: #383944;
}
/*비활성화 시 disabled 클래스 추가하기*/
.popup-blue.download .body .body-item .dep2.disabled,
.popup-blue.download .body .body-item .dep1.disabled {
    opacity: .4;
    cursor: unset;
}
.popup-blue.download .body .body-item .dep2.disabled:hover,
.popup-blue.download .body .body-item .dep1.disabled:hover {
    background: unset;
}

.popup-blue.download .body .body-item .download-icon {
    float: right;
    cursor: pointer;
    opacity: .5
}
.popup-blue.download .body .body-item .dep2 .download-icon {
    padding-right: 10px;
}
.popup-blue.download .body .body-item .dep1:hover .download-icon,
.popup-blue.download .body .body-item .dep2:hover .download-icon {
    opacity: 1;
}

#scrap .scrapContentTable .checkBoxWrap {
    width: 45px;
    padding-left: 3px;
    text-align: center;
    padding-bottom: 3px;
}

/*스크랩*/
#scrap .scrapContentTable {
    width: calc(100% - 14px);
    min-height: 33px;
    margin: 0 7px;
    border-radius: 3px;
}
#scrap .scrapContentTable:first-child {
    margin-top: 7px;
}
#scrap .scrapContentTable:last-child {
    margin-bottom: 7px;
}
#scrap .scrapContentTable:hover {
    background: #383944;
}
#scrap .scrapContentTable .icon-btn {
    opacity: .3;
}
#scrap .scrapContentTable:hover .icon-btn {
    opacity: 1;
}
#scrap .scrapContentTable tr td:nth-child(1) {
    padding-left: 15px;
}
#scrap .scrapContentTable tr td:nth-child(2),
#scrap .scrapContentTable tr td:nth-child(3) {
    width: 40px;
    text-align: center;
}

.popup-blue .edit-box-wrap {
	/* width: 100%; */
	height: 115px;
	margin: 3px 15px 10px 15px;
	/* background: #fffeeb; */
	/* border-top: 1px solid #e6e5d4; */
    padding-top: 5px;
	/*border-top: 1px solid #161617;*/
    border-bottom: 1px solid #161617;
	text-align: left;
}
.popup-blue .edit-box-wrap .edit-box {
	margin: 5px;
}
.popup-blue .edit-box-wrap .title {
	line-height: 20px;
	font-size: 13px;
	color: #556480;
	margin-bottom: 10px;
}
.popup-blue .edit-box-wrap .content {
	height: 57px;
	font-size: .75rem;
}
.popup-blue .edit-box-wrap .content input {
	width: 100%;
}
.popup-blue .edit-box-wrap .content .caption,
.popup-blue .edit-box-wrap .content .value{
	display: inline-block;
	/* margin: 3px 0; */
	font-size: .75rem;
}
.popup-blue .edit-box-wrap .content .caption {
	width: 20px;
	color: #898ca0;
	margin: 0 5px 0 20px;
	text-align: right;
}
.popup-blue .edit-box-wrap .content .value {
	width: 240px;
	line-height: 15px;
	letter-spacing: -1px;
	color: #9d9da7;
	font-size: .9rem;
}
.popup-blue .edit-box-wrap .btn-wrap {
	/* height: 40px; */
	padding: 5px 0 5px 45px;
}
.popup-blue .edit-box-wrap .content .value.attention {
	color: #e56b4f;
}
.popup-blue .edit-box-wrap .content .value.attention span:after {
	content: ']';
}
.popup-blue .edit-box-wrap .content .value.attention span:before {
	content: '[';
}
.popup-blue .edit-box-wrap .content .value.attention span {
    color: #ff8b6c;
    margin-right: 5px;
    font-family: 'Noto Sans Korean Medium';
}
.popup-blue .edit-box-wrap #scrapAddFrom .content .caption{
    width: 50px
}
.popup-blue .edit-box-wrap #scrapAddFrom .btn-wrap {
	padding: 5px 0 5px 78px;
}


.child-center{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.child-horizontal{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.child-vertical{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}