input, textarea, select {
    outline: none;
}
textarea {
	resize: none;
}
a {
    text-decoration: none;
    color: unset;
}
img {
    border: 0;
}
* {
	font-family: 'Noto Sans Korean Regular', 'Apple SD Gothic Neo', 'NanumGothic', Sans-Serif;
	box-sizing: border-box;
}
table,tr,td,div,span {
    word-wrap:break-word;
    word-break:break-all;
}
iframe {
	border: none;
}
select,
input[type="number"],
input[type='text'],
input[type='password'],
input[type="value"] {
	height: 24px;
	background: #1f1f25;
	border: 1px solid #0b0b0d;
	color: #d2d6e7;
	font-size: .8rem;
	border-radius: 3px;
	padding: 0 5px 2px 5px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
select {
	background: #1f1f25 url(../_images/select_arrow.png) no-repeat right 50%;
	padding: 0 25px 2px 3px;
}
select:disabled,
input[type='text']:disabled,
input[type='password']:disabled {
	background: transparent !important;
	border: 1px solid #19191d;
	color: #62626a;
	color: rgba(204,206,225,.6);
}
#qWork .qLeftHeaderMenu input,
.mainHeaderMenuR input[type="text"],
#setting .mainContents input[type='text'],
/*
#setting .mainContents select,
.work-header select,*/
.work-header input[type='text'],
/*#manageWrap select,*/
#manageWrap input[type='text'],
#manageWrap input[type='password'] {
	background: #2a2a30;
	background: #26262c;
}
.work-header select,
#setting .mainContents select,
#manageWrap select {
	background: #26262c url(../_images/select_arrow.png) no-repeat right 50%; 
}
/*리스트 헤더 검색 input과 검색 button*/
.searchWordWrap {
	position: relative;
}
.searchWordWrap .searchBtn {
	width: 27px;
    height: 24px;
    padding: 3px 4px;
	border-radius: 2px;
	
    position: absolute;
    right: 0;
    top: 0;
}
.searchWordWrap .searchBtn:hover {
    background: #3b3b44;
}
#l-left-section .l-section-header input[type="number"],
#l-right-section .l-section-header input[type="number"],
#l-left-section .l-section-header input[type="text"],
#l-right-section .l-section-header input[type="text"],
.searchWordWrap input {
	width: 200px;
	padding: 0 5px 1px 5px;/*0 5px 2px 5px;*/
	background: transparent !important;
	border: 1px solid rgba(215,215,255,.17);
}
#l-left-section .l-section-header input[type="number"],
#l-right-section .l-section-header input[type="number"] {
	width: 50px;
	margin: 0 4px;
}
#l-left-section .l-section-header input[type="text"],
#l-right-section .l-section-header input[type="text"] {
	width: 120px;
	margin-right: 4px;
}
#l-left-section .l-section-header input[type="text"]#progEDate,
#l-left-section .l-section-header input[type="text"]#progSDate {
	width: 50px;
	margin-right: 4px;
}
#l-right-section .l-section-header input[type="text"]#epiEDate,
#l-right-section .l-section-header input[type="text"]#epiSDate {
	width: 80px;
}
.epiDate input[type="text"] {
	width: 85px;
	text-align: center;
}
/*-------------------------------------*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #1f1f25 inset;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #d2d6e7;
	border: 1px solid #52535d;
}
#login-wrap .login .user-edit-box input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #171724 inset;
	/* border: 1px solid #4d4f69; */
}
select[multiple="true"] {
	height: auto;
	background: unset;
}
/* 파일선택*/
input[type=file] {
	color: #898ca0;
	font-size: .8rem;
}
input[type=file]::file-selector-button {
	width: 100px;
	height: 24px;
	background: #1f1f25;
	border: 1px solid #0b0b0d;
	color: #d2d6e7;
	border-radius: 3px;
	font-family: 'Noto Sans Korean Regular';
	
	cursor: pointer;
}
textarea::placeholder,
input::placeholder {
	color: #898ca0;
}
textarea {
	background: #1f1f25;
	border: 1px solid #0b0b0d;
	color: #d2d6e7;
	font-size: .8rem;
	border-radius: 3px;
	padding: 3px 5px;
}
.l-section-header select,
#l-global-list-header select,
#mainHeader select {
    border: 1px solid #39394a;
	border: 1px solid #3d3d47;
    height: 24px;
    margin: 0 3px;
	background: transparent url(../_images/select_arrow.png) no-repeat right 50%; 
    color: #acb2c7;
    padding: 0 25px 2px 3px;
    font-size: .75rem;
}
.l-section-header select:hover,
#l-global-list-header select:hover,
#mainHeader select:hover {
	border: 1px solid rgba(215,215,255,.35);
}
.l-section-header select option,
#l-global-list-header select option,
#mainHeader select option {
    background: #1b1b1e;
}
option {
	padding: 2px 5px;
}
option:checked,
option:hover{
    background: #343666;
    color: #d2d6e7;
    padding: 2px 5px;
}
input[type='text'].align-right {
	text-align: right;
}
select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
		display: none;
}
/*-------------------------------------
        scroll
-------------------------------------*/
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background: rgba(75,75,83,.3);
	background: rgba(196,196,240,.07);
	border-radius: 7px;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.5);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(196,196,230,.2);
	border: 1px solid rgba(0,0,0,.7);
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	background: transparent;
}

/*-------------------------------------
      left column  scroll
-------------------------------------
#fileViewer .tj_container::-webkit-scrollbar,
#instantMsg .tableWrap::-webkit-scrollbar,
#coLeftContent::-webkit-scrollbar,
#boLeftContent::-webkit-scrollbar,
#reLeftContent::-webkit-scrollbar,
#log .subMenuWrap::-webkit-scrollbar,
#leftColumn .menu-wrap::-webkit-scrollbar,
#searchContent::-webkit-scrollbar,
#category::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	width: 3px;
	height: 3px;
}
#fileViewer .tj_container::-webkit-scrollbar-thumb,
#instantMsg .tableWrap::-webkit-scrollbar-thumb,
#coLeftContent::-webkit-scrollbar-thumb,
#boLeftContent::-webkit-scrollbar-thumb,
#reLeftContent::-webkit-scrollbar-thumb,
#log .subMenuWrap::-webkit-scrollbar-thumb,
#leftColumn .menu-wrap::-webkit-scrollbar-thumb,
#searchContent::-webkit-scrollbar-thumb,
#category::-webkit-scrollbar-thumb {
	background: #303036;
	background: #414148;
	border-radius: 1px;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.3);
}
#fileViewer .tj_container::-webkit-scrollbar-corner,
#fileViewer .tj_container::-webkit-scrollbar-track,
#instantMsg .tableWrap::-webkit-scrollbar-corner,
#instantMsg .tableWrap::-webkit-scrollbar-track,
#coLeftContent::-webkit-scrollbar-corner,
#coLeftContent::-webkit-scrollbar-track,
#boLeftContent::-webkit-scrollbar-corner,
#boLeftContent::-webkit-scrollbar-track,
#reLeftContent::-webkit-scrollbar-corner,
#reLeftContent::-webkit-scrollbar-track,
#log .subMenuWra::-webkit-scrollbar-corner,
#log .subMenuWra::-webkit-scrollbar-track,
#leftColumn .menu-wrap::-webkit-scrollbar-corner,
#leftColumn .menu-wrap::-webkit-scrollbar-track,
#searchContent::-webkit-scrollbar-corner,
#searchContent::-webkit-scrollbar-track,
#category::-webkit-scrollbar-corner,
#category::-webkit-scrollbar-track {
	background: transparent;
}*/

/*-------------------------------------
	체크박스
-------------------------------------*/
/*리스트 체크박스*/
.l-list-header input[type="checkbox"],
.mainHeaderMenuL input[type="checkbox"],
.list input[type="checkbox"],
#mainColumn input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: transparent;
	height: 15px;
	width: 15px;
	min-width: 15px;
	border-radius: 2px;
	border: 2px solid rgba(128,133,164,.6);
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
.l-list-header input[type="checkbox"]:checked,
.mainHeaderMenuL input[type="checkbox"]:checked,
.list input[type="checkbox"]:checked,
#mainColumn input[type="checkbox"]:checked {
	border: 2px solid rgba(128,133,164,.8);
	color: #fff;
	background: url(../_images/checkbox_checked.png) no-repeat center center;
}

/*기본 체크박스*/
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: transparent;
	height: 14px;
	width: 14px;
	border-radius: 2px;
	border: 1px solid #505363;
	border: 1px solid rgba(234,224,254,.3);
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
input[type="checkbox"]:checked {
	border: 1px solid #505363;
	border: 1px solid rgba(234,224,254,.4);
	color: #b2b2c5;
	background: url(../_images/checkbox_checked.png) no-repeat center center;
}
input[type="checkbox"]:disabled {
	border: 1px solid #363946;
	cursor: unset;
}
#mainColumn input[type="checkbox"]:disabled {
	opacity: .4;
	cursor: default;
}
#mainColumn input[type="checkbox"]:disabled:hover {
	box-shadow: unset;
}
[type="checkbox"]:hover {
	box-shadow: 0 0 0 max(2px, 0.1em) rgba(255,255,255,.1);
	cursor: pointer;
}
input[type="radio"] + label,
input[type="checkbox"] + input + label,
input[type="checkbox"] + label {
	color: #d2d6e7;
	font-size: .8rem;
	vertical-align: middle;
}
input[type="radio"] + span {
	color: #d2d6e7;
	font-size: .8rem;
	margin-right: 5px;
}
/*--------------
    Radio Button
----------------*/
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: transparent;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #5b5e70;
	border: 1px solid rgba(234,224,254,.3);
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
input[type="radio"]:checked {
	border: 1px solid #5b5e70;
	border: 1px solid rgba(234,224,254,.4);
	color: #b2b2c5;
	background: url(../_images/radio_checked.png) no-repeat center center;
}



/*-------------------------------------
	새쪽지 개수 관련 시작 
-------------------------------------*/

.rightmenu .instantMsg {
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute; 
    top: 20px;
    cursor: pointer;
}

.rightmenu .instantMsgText {
    width: 20px;
    height: 14px;
    padding-top: 7px;
    float: left;
    font-size: .7rem;
    color: #000;
    line-height: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

/*-------------------------------------
        스토리지 상태
-------------------------------------*/
.storage-status {
	width: 100%;
	height: 80px;
	padding: 15px 7px;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

	-ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.storage-status .storage-box.item-quarter {
	width: 25%;
}
.storage-status .storage-box.item-third {
	width: 33.3333%;
}
.storage-status .storage-box.item-half {
	width: 50%;
	padding: 0 55px 0 0;
}
.storage-status .storage-box {
	height: 100%;
	text-align: center;
	position: relative;
}
.storage-status .amount-used,
.storage-status .storage-name,
.storage-status .storage-percent {
	position: absolute;
}
.storage-status .storage-name {
	width: 100%;
	font-size: .5rem;
	color: #727283;
	top: 26px;
}
.storage-status .storage-percent {
	width: 100%;
	font-size: 1rem;
	color: #499e79;
	font-family: 'Noto Sans Korean Bold';
	top: 10px;
}
/* half일 때 사용*/
.storage-status .storage-box.item-half .storage-name {
	width: 50px;
	left: 7px;
	top: 15px;
	font-size: .9rem;
}
.storage-status .storage-box.item-half .storage-percent {
	width: 70px;
	top: 9px;
	left: 47px;
	font-size: 1.15rem;
}
.storage-status .storage-box.item-half .amount-used {
	width: 70px;
	top: 29px;
	left: 62px;
	font-size: .55rem;
	color: #868695;
	text-align: left;
	line-height: .6rem;
}
.storage-status .storage-box.item-half .amount-used span {
	color: #6f6f7e;
	padding: 0 1px;
}
.storage-status .storage-percent.attention {
	color: #cda351;
}
.storage-status .storage-percent span {
	font-size: .7rem;
}
/*one일 때*/
.storage-status .storage-box.item-one {
	width: 100%;
	margin-left: -60%;
}
.storage-status .storage-box.item-one .storage-name {
	width: 100%;
	top: 16px;
	left: 0;
	font-size: 1rem;
}
.storage-status .storage-box.item-one .storage-percent {
	width: 100%;
	left: 50px;
	top: 16px;
	font-size: 1.15rem;
}
.storage-status .storage-box.item-one .amount-used {
	width: 60%;
	top: 18px;
	left: 170px;
	font-size: .85rem;
}
.storage-status .storage-box.item-one .amount-used span {
	color: #727283;
	font-size: .75rem;
	margin-left: 5px
}
.storage-status .storage-box .normal {
	color: #499e79;
}
.storage-status .storage-box .danger {
	color: #ed6767;
}
.storage-status .storage-box .attention {
	color: #cda351;
}
/*-------------------------------------
        button
-------------------------------------*/
button {
	min-width: 55px;
	height: 24px;
	padding: 0 10px 2px 10px;
	margin: 0 4px;
	border: 1px solid rgba(215,215,255,.17);
	border-radius: 3px;
	font-size: .75rem;
	color: #acb2c7;
	background: transparent;
	cursor: pointer;
}
button:disabled {
	opacity: .6;
	cursor: unset;
}
button:disabled img{
	opacity: .6;
}
button:disabled:hover {
	border: 1px solid rgba(215,215,255,.17);
}
button.disabled {
	opacity: .5;
	background: transparent;
	cursor: unset;
}
button:hover {
	border: 1px solid rgba(215,215,255,.35);
	color: #b3b7d5;
}
button img {
	vertical-align: text-top;
}
button img,
button.green img {
	/* vertical-align: middle;*/
	vertical-align: text-bottom;
	/* margin-right: 3px; */
}
button.big-margin-right {
	margin-right: 15px;
}
.period button,
.playerWrap button,
.confirmBtn button,
.btnAddress button,
#l-global-left-column button,
#searchFooter button,
#clipDetail #control button,
.footer button,
.btnWrap button,
.btn-wrap button,
.popupInfo .bottom button {
	border: 1px solid rgba(0,0,0,.6);
	background: #3c3c48;
	color: #d2d6e7;
}
.period button:hover,
.playerWrap button:hover,
.confirmBtn button:hover,
#log .editBox button:hover,
.btnAddress button:hover,
#l-global-left-column button:hover,
#searchFooter button:hover,
#clipDetail #control button:hover,
.footer button:hover,
.btnWrap button:hover,
.btn-wrap button:hover,
.popupInfo .bottom button:hover {
	background: #4c4c5a;
}
.popupInfo .bottom button.green,
button.green {
	background: #1b4e46;
	border-color:  #1c5d53;
	color: #b8d3cf;
	padding: 0 20px 2px 20px;
}
button.wide {
	padding: 0 30px 2px 30px;
}
.popupInfo .bottom button.green:hover,
button.green:hover {
	background: #1f5a51;
}
.user-setting-popup-wrap .footer button.green,
#msgPopupWrap .btnWrap button.green,
.popupInfo .bottom button.green,
.popupInfo .bottom button.green:hover {
	border: 1px solid rgba(0,0,0,.6);
	width: 100px;
}
/*button.attention {
	background: #c35f00;
	color: #f0e1d0;
	padding: 1px 0 3px 0;
}
button.attention:hover {
	background: #eb7300;
}*/
button.orange {
	background: #e26f43;
	color: #000;
	border: 1px solid #000;
	padding: 1px 0 3px 0;
}
button.orange:hover {
	background: #ff8354;
}
button.yellow {
	background: #cfad17;
	background: #bd9e15;
	color: #000;
	border: 1px solid #000;
	padding: 1px 0 3px 0;
}
button.yellow:hover {
	background: #ffdb00;
	background: #cfad17;
}
button.cancel {
	background: rgba(255,255,255,.05);
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.7);
	padding: 1px 0 3px 0;
}
button.cancel:hover {
	background: rgba(255,255,255,.2);
}
/*라인버튼 비활성화*/
button.disabled {
	border: 1px solid #2d2d3b;
	color: #494b58;
}
button.disabled img {
	opacity: .3;
}
/*#clipDetail button {
	border: 1px solid #454556;
}*/
#log .editBox button {
	min-width: 30px;
	padding: 0;
}
/*-------------------------------------
        리스트 체크 카운팅
-------------------------------------*/
.check-count span#checkCountTop,
.check-count {
	width: 67px;
	font-size: .75rem;
	text-align: center;
	color: #d2d6e7;
}
.check-count span {
	color: #898ca0;
	margin-left: 3px;
}



.count-text {
	height: 25px;
	margin: 3px 28px 4px 17px;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.count-text > div:first-child {
	color: #43a564;
}
.count-text > div:last-child {
	margin-left: 10px;
	color: #d2d6e7;
}
.count-text > div:last-child span {
	margin-left: 3px;
	color: #898ca0;
}
/*-------------------------------------
        on off
-------------------------------------*/
.on {
	display: block;
}
.off {
	display: none;
}

/*--------List Back Color------------------*/
.contentTextS {
    background: #383944;
}
.selected {
    background: #2e305b;
}
/*------ link ------*/
.link {
	color: #d2d6e7;
	cursor: pointer;
}
.link:hover{
	color: #72ebc4;
	text-shadow: 0 0 2px #000;
}
.clip-link {
	color: #d2d6e7;
	font-size: .75rem;
}
.clip-link:hover {
	color: #72ebc4;
}
/*--------List --- No Result Image------------------*/
.noResultWrap {
	width: 100%;
	height: 95%;

	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;
}
/*프로/회차, 파일뷰어, 요청목록 팝업 검색없음 세로 중앙 정렬
#FVList,
#epiList,
#reqList,
.file-work,
#workList,
.ingest-work,
#ingest-list,
#maMainContent,
#matreial-list {
	height: 100%;
}*/

/*--------Loading------------------*/
.loading-wrap{
	position: absolute;
    z-index: 300;
	width: 100%;
	height: 100%;

    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;
}

.loading {
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 3px solid rgba(255,255,255,.5);
	border-radius: 50%;
	border-top-color: #1f8b73;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}





/*--------Calendar------------------*/
.ui-widget {
    font-size: .8rem;
}
.ui-widget-content {
	border: 2px solid rgba(0,0,0,.7);
	border-radius: 5px;
	background: #2c2c33;
	color: #d2d6e7;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}
.ui-widget-header {
	border: 1px solid transparent;
	background: #3a3a44;
	color: #d2d6e7;
	font-weight: normal;
}
.ui-datepicker-month,
.ui-datepicker-year {
	font-family: 'Noto Sans Korean Bold';
}
.ui-widget-header a {
	color: #d2d6e7;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid transparent;
	background: transparent;
	color: #d2d6e7;
	padding: 2px  7px 2px 0;
	border-radius: 3px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #41447d;
	background: transparent;
	color: #d2d6e7;
}




.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #525463;
	background: #525463;
	font-weight: normal;
	color: #d2d6e7;
}
.ui-corner-all.ui-state-hover {
	top: 2px;	
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover {
	left: 2px;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover {
	right: 2px;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #d2d6e7;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #41447d;
	background: #41447d;
	font-weight: normal;
	color: #d2d6e7;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #bdbdcf;
	text-decoration: none;
}

th > span {
	color: #898ca0;
	font-weight: normal;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../_js/plugin/jquery-ui-1.10.2/themes/base/images/ui-icons_222222_256x240.png);
}


/*텍스트 색상*/
/*진행*/
.user-setting-popup .content .value span.txt_green,
.progress,
.txt_green,
.txt-green {
	color: #43a564;
}
/*에러*/
.contentLKFS.error,
.error,
.txt_red {
	color: #e54444;
}
/*완료*/
.complete {
    color: #595966;
}
/*대기*/
.waiting {
	color: #6b8e77;
}
/*주의*/
.attention {
    color: #c9b64b;
}

span.info {
	color: #78789f;
    font-size: .7rem;
	display: inline-block;
	height: 10px;
}
.required {
	color: #b48955;
}
/*프로회차 상태 - 확인
#program .complete {
    color: #aacaff;
}*/
/*에피소드 폰트 색상*/
textarea.epi-color,
.epi-color {
    color: #a5cdff;
}
/*텍스트 리스트 비디오*/
.textFormatV {
    color: #877d62;
	color: #927c44;
}
/*텍스트 리스트 이미지*/
.textFormatI {
    color: #5284d6;
}
/*텍스트 리스트 오디오*/
.textFormatA {
    color: #2e8d6d;
}
/*텍스트 리스트 문서*/
.textFormatM {
    color: #654c91;
}
/*텍스트 리스트 그룹*/
.textFormatG {
    color: #67656e;
}
/*텍스트 리스트 테이프*/
.textFormatT {
    color: #2287a0;
}



/*width*/
.col-1 {
	width: 10%;
}
.col-2 {
	width: 20%;
}
.col-3 {
	width: 30%;
}
.col-4 {
	width: 40%;
}
.col-5 {
	width: 50%;
}
.col-6 {
	width: 60%;
}
.col-7 {
	width: 70%;
}
.col-8 {
	width: 80%;
}
.col-9 {
	width: 90%;
}
.full-width {
	width: 100%;
}

/*height*/
.line-2 {
	height: 50px;
}
.line-3 {
	height: 70px;
}



/*트리메뉴*/


/*카테고리 */
#category {
    width: 100%;
    height: 100%;
    font-size: .8rem;
    padding: 7px;
    min-height: 100px;
    border-top: 2px solid #131315;
    border-bottom: 2px solid #131315;

    overflow-y: auto;
}
#category div > span > img {
	height: 16px;
	margin: 0 3px 0 4px;
	opacity: .8;
}
#category div > span > a > img {
	margin-left: 1px;
}
#category ul .depth2 {
    padding: 0;
    margin-left: -5px;
}

#category .depthIcon01,
#category .depthIcon02,
#category .depthIcon03 {
    background-repeat: no-repeat;
}

#category .depthIcon01 span:hover,
#category .depthIcon02 span:hover,
#category .depthIcon01 span:hover{
    background: #383944;
    border-radius: 3px;
}
#category .depthIcon01.depthSelect>span:hover,
#category .depthIcon02.depthSelect>span:hover,
#category .depthSelect {
    background: #343666;
    background: #313362;
    border-radius: 3px;
}
#category .depthIcon01 span:hover a,
#category .depthIcon02 span:hover a,
#category .depthIcon01 span:hover a,
#category .depthSelect a {
    color: #d2d6e7;
}

#category span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

	-ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    min-height: 31px;
}

#category span a:last-child {
    line-height: 23px;
    padding: 3px;
}

#category .depthSelectGroup {
    background: #282a4e;
    line-height: 27px;
}
#category .depthSelectGroup span:hover {
    background: #393b57;
}
/*#cms #category ul li a*/
#category div a {
    line-height: 29px;
    color: #d2d6e7;
}



/*주소록 팝업 시작*/
#addressListP {
    width: 300px;
    height: 390px;
    position: absolute;
    top: 25px;
    right: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,.7);
    background: #2c2c33;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: .75rem;
    z-index: 10;
}
#addressListP .leftArea {
    float: left;
    width: 25px;
    margin: 10px 0;
}
#addressListP .leftBtn {
    float: left;
    width: 25px;
    min-height: 1rem;
    margin: 2px 0;
    padding:  0 3px;
    line-height:  .85rem;
}
#addressListP .leftBtn:hover {
    background: rgba(209,210,255,.1);
}
#addressListP .leftBtn a:active,
#addressListP .leftBtn a:hover,
#addressListP .leftBtn a:link,
#addressListP .leftBtn a {
    color: #757ab8;
}
#addressListP .rightArea {
    width: calc(100% - 25px);
    height: calc(100% - 20px);
    margin: 10px 0;
    float: left;
    font-size: .75rem;
    overflow: auto;
}
#addressListP .rightArea .nameId {
    height: 23px;
    padding: 0 12px;
    text-align: left;
}
#addressListP .rightArea .nameId a:hover {
    color: #72ebc4;
}
#addressListP .rightArea .nameTag {
    width: calc(100% - 10px);
    height: 16px;
    padding: 0 5px;
    line-height: 11px;
    color: #757ab8;
    font-size: .7rem;
    text-align: right;
    border-top: 1px solid #242426;
}

#addressListP .rightArea .nameSpace {
    width: 180px;
    height: 4px;
    float: left;
}

#contactList .contactElement {
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
/*주소록 팝업 끝*/



/*하나 선택 가능한 버튼 그룹*/
.type-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	margin-left: 20px;
}
.type-btn button {
    min-width: 57px;
    height: 27px;
    margin: 0;
	border-right: unset;
    border-radius: unset;
}
.type-btn button.selected {
    background: #343666;
}
.type-btn button.selected:hover {
    background: #343666;
	cursor: default;
}
.type-btn button:hover {
    background: rgba(200,212,230,.08);
	border-color: rgba(215,215,255,.17);
}
.type-btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.type-btn button:last-child {
    border-right: 1px solid rgba(215,215,255,.17);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}