/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}

/* common */
body {
    background-color: #fff;
    font-size: 13px;
    font-family: 'Malgun Gothic','맑은 고딕','Segoe UI WPC',Gulim,'굴림',sans-serif;
}
.win-wrap {
    position: relative;
    padding: 16px 20px 20px;
}
.win-wrap.write-type {
    padding: 16px 0 0;
}
.win-header {
    display: block;
}
.win-wrap.write-type .win-header {
    padding: 0 22px;
    border-bottom: 1px solid #818181;
}
.clfix:after {
    display: block;
    height: 0;
}
.clfix:after, 
.tab-st01:after, 
.tab-st02:after {
    content: "";
    visibility: hidden;
    clear: both;
}
.win-body-container {
    padding: 0;
    min-width: 400px;
}
.win-wrap.write-type .win-body-container {
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.button-group {
    visibility: visible;
    padding: 10px 0;
}
.integrate-form .side-left {
    float: left;
    white-space: nowrap;
}
.side-right {
    float: right;
    position: relative;
}
.win-header h1 {
    display: inline-block;
    display: inline;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.win-wrap.write-type .win-header h1 {
    position: static;
    float: left;
    padding: 0 22px 10px;
    border-bottom: 3px solid #0171c3;
}
.win-wrap.write-type .win-header h1 {
    border-bottom-color: #525fbd!important;
}
.win-wrap.write-type .win-header .button-group02 {
    text-align: right;
    margin: 0 0 0 200px;
    padding: 0;
}
.component-mail {
    position: relative;
    margin: 7px 0 4px;
}
.component-title {
    height: 32px;
    line-height: 29px;
}
.component-mail .component-title {
    border: 1px solid #ccc;
}
.component-title h3 {
    float: left;
    position: relative;
    padding: 4px 10px 2px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
}
.user-select .people-add {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}
.user-select .people-add .form-search {
    position: relative;
}
.user-select .people-add .form-search .input01, 
.user-select .people-add .form-search .input02 {
    width: 100%;
    margin: 0;
    padding: 0 35px 3px 4px;
    color: #737373;
    border: 1px solid transparent;
    /* border-bottom: 1px solid #ccc; */
    /* border: 1px solid #ccc; */
    background: #fff;
    line-height: 21px;
    height: 26px;
    box-sizing: border-box;
    outline: 0;
}
.user-select .people-add .form-search{
   margin-right: 178px;
   border: 1px solid #ddd;
}
.user-select .people-add .right-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 176px;
}
.user-select .people-add .right-btn button{
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    height: 28px;
    line-height: 16px;  
    text-align: center;
    padding-left: 10px;
}
.user-select .people-add .right-btn .layer-list{
    position: absolute;
    top: 27px;
    right: 0;
    width: 176px !important;
    max-height: 245px;
    z-index: 2000;
    display: none;
    border: 1px solid #ddd;
    border-bottom: 1px dotted #ddd;
    background: #fff;
    line-height: 24px;
    overflow-y: auto;
    
}
.user-select .people-add .right-btn .layer-list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px 0 10px;
    position: relative;
}
.user-select .people-add .right-btn .layer-list li:hover{
    background: #f1f1f1;
}


.people-add label {
    float: left;
    margin-top: 3px;
}
.button-img {
    font-size: 0;
    line-height: 0;
}
.button-img.search {
    background-position: -300px -75px;
    width: 26px;
    height: 24px;
}
.people-add .button-img.search {
    position: absolute;
    right: 50px;
    top: 1px;
    vertical-align: middle;
    cursor: pointer;
    border-left: 1px solid #ccc;
}
.user-select .people-add .button-img.search {
    right: 1px;
}
.lay-st01 {
    position: absolute;
    background: #fff;
    border: 1px solid #5c5f72;
    z-index: 600;
}
.sentfavorite-content {
    width: 472px;
    /* top: 40px; */
    left: 50%;
    margin-left: -235px;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.lay-st01.sentfavorite-content.write-form {
    width: 543px;
}
.lay-st01 .header-area {
    background: #eef2f5;
    border-bottom: 1px solid #aaa;
    height: 37px;
}
.sentfavorite-content .content .recently-mask {
    position: relative;
    height: 425px;
    overflow: hidden;
}
.lay-st01.sentfavorite-content.write-form .content .recently-mask {
    height: 341px;
}
.sentfavorite-content .content .recently-list li {
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 6px 0 8px 0;
    width: 100%;
    min-height: 48px;
    position: relative;
}
.sentfavorite-content .content .recently-list li:first-child {
    border-top: 0px solid #f2f2f2;
}
.lay-st01.sentfavorite-content.write-form .content .recently-list li {
    padding: 2px 0 6px 0;
}
.button-img.new-addrs {
    background-position: 0 -300px;
    width: 19px;
    height: 16px;
}
.sentfavorite-content .content .recently-list li .button-img.new-addrs {
    position: absolute;
    right: 45px;
    top: 8px;
    z-index: 10;
    opacity: .6;
}
.sentfavorite-content .content .recently-mask.simple .button-img.new-addrs {
    top: 50%;
    margin-top: -8px;
}
.button-img.pin {
    border: 0;
    background-position: -3px -457px;
    width: 14px;
    height: 14px;
}
.sentfavorite-content .content .recently-list li .button-img.pin {
    position: absolute;
    right: 26px;
    top: 6px;
    z-index: 10;
}
.sentfavorite-content .content .recently-mask.simple .button-img.pin {
    top: 50%;
    margin-top: -7px;
}
.sentfavorite-content .content .recently-list li dl {
    cursor: pointer;
    position: relative;
    min-height: 48px;
    padding: 0 20px;
}
.sentfavorite-content.write-form .content .recently-list li dl {
    height: 60px;
}
.sentfavorite-content .content .recently-list li dt {
    color: #000;
    padding: 0px 0 0 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
    font-weight: bold;
}
.sentfavorite-content .content .recently-mask.simple .recently-list li dt {
    margin-right: 45px;
}
.lay-st01.sentfavorite-content.write-form .content .recently-list li dt {
    padding-top: 8px;
    font-weight: bold;
}
.sentfavorite-content .content .recently-list li dd {
    color: #737373;
    padding-top: 2px;
    padding-left: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 70px;
}
.sentfavorite-content .content .recently-list li dd.pic {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    border-radius: 0;
    width: 37px;
    height: 37px;
    font-size: 0;
    line-height: 0;
}
.sentfavorite-content .content .recently-list li dd.pic {
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    border-radius: 0;
    width: 37px;
    height: 37px;
    font-size: 0;
    line-height: 0;
}
.lay-st01.sentfavorite-content.write-form .recently-list dd.pic {
    width: 36px;
    height: 36px;
}
.lay-st01.sentfavorite-content.write-form .content .recently-list li dd {
    overflow: visible;
}
.sentfavorite-content.write-form .content .recently-mask.simple li dd.pic {
    margin-top: -14px;
}
.sentfavorite-content .content .recently-list li dd.pic img {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}
.sentfavorite-content .content .recently-list li dd.part {
    color: #737373;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lay-st01.sentfavorite-content.write-form .content .recently-list li dd {
    overflow: visible;
}
.sentfavorite-content.write-form .content .recently-mask.simple li dd.part {
    padding-top: 3px;
    font-size: 11px;
    height: 16px;
}
.sentfavorite-content .content .recently-list li dd.mail {
    color: #737373;
    overflow: hidden !important;
    margin-right: 30px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lay-st01.sentfavorite-content.write-form .content .recently-list li dd {
    overflow: visible;
}
.sentfavorite-content.write-form .content .recently-mask.simple li dd.mail {
    padding-top: 1px;
    height: 16px;
}
.ico-img i, .paging-area {
    position: relative;
}
.paging-area {
    margin: 0 15px;
    border-top: 1px solid #d6d6d6;
    height: 36px;
    background: #fff;
    z-index: 0;
    box-sizing: border-box;
}
.sentfavorite-content .content .paging-area {
    border-top: 1px solid #d6d6d6;
    margin: 0;
}
.tot-num {
    display: inline-block;
    color: #777;
}
.paging-area .tot-num {
    position: absolute;
    top: 8px;
}
.sentfavorite-content .content .paging-area .tot-num {
    color: #000;
    left: 20px;
    font-size: 12px;
}
.sentfavorite-content .content .paging-area .tot-num em {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    font-weight: bold;
}
.sentfavorite-content .content .paging-area button {
    position: absolute;
    right: 8px;
    min-width: 70px;
    top: 5px;
    font-size: 13px;
}
.sentfavorite-content .content .recently-list li.current,
.sentfavorite-content .content .recently-list li:hover {
    background: #e7ebed;
} 
.lay-st01 .header-area h2 {
    line-height: 37px;
    float: left;
    margin-left: 25px;
    font-weight: 700;
}
.lay-st01 .header-area h2 {
    display: none;
}
.lay-st01.sentfavorite-content.write-form .header-area h2 {
    margin: 0 0 0 18px;
    display: block;
}
.sentfavorite-content .recently-count {
    display: inline;
    margin: 0 7px 0 15px;
    line-height: 37px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
.header-area .button05 {
    display: inline-block;
    padding: 0 0 5px 10px;
    background: 0 0;
    height: 23px;
}
.header-area .button05.type03 {
    padding: 0 0 5px;
    display: inline-block;
}
.header-area .button05.type03 span {
    color: #188fe0;
    text-decoration: underline;
}
.header-area .button05 span {
    font-size: 12px;
    line-height: 12px;
    color: #000;
}
.sentfavorite-content .content .recently-list li strong {
    color: #ff7800 !important;
}

.button-img span {
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
button:active span, 
button:focus span {
    position: relative;
    top: 0;
    left: 0;
}
.button-img.del02 {
    background-position: -20px 5px;
    width: 20px;
    height: 19px;
}
.button-img.del02:hover {
    background-position: -20px -20px;
}
.sentfavorite-content .content .recently-list li .button-img.del02 {
    position: absolute;
    right: 5px;
    top: 3px;
    visibility: hidden;
    z-index: 10;
}
.sentfavorite-content .content .recently-mask.simple .button-img.del02 {
    top: 50%;
    margin-top: -10px;
}
.sentfavorite-content .content .recently-list li:hover .button-img.del02, 
.sentfavorite-content .content .recently-list li:focus .button-img.del02 {
    visibility: visible;
}
.check {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.sentfavorite-content .content .recently-mask.simple .recently-list .check {
    position: absolute;
    left: 15px;
    top: 37%;
    margin-right: 10px;
    z-index: 10;
}
.res-none {
    line-height: 402px;
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    table-layout: fixed;
}
.res-none div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 20px;
    word-break: keep-all;
    word-wrap: break-word;
}
.res-none div strong {
    display: block;
}
strong {
    font-weight: bold;
}
.check:not(#cssbrowser)>input[type=checkbox] {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
.check:not(#cssbrowser)>input[type=checkbox]+label {
    display: inline-block;
    padding-left: 13px;
    cursor: pointer;
    line-height: 14px;
}
.check:not(#cssbrowser)>input[type=checkbox]+label i {
    display: inline-block;
    margin: -1px 0 0 -13px;
    padding: 0;
    background-image: url(/images/bg_checkbox.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    font-size: 0;
    vertical-align: middle;
    background-position: 0 0;
}
.check:not(#cssbrowser)>input[type=checkbox]:checked+label i {
    background-position: 0 -15px;
}
.check:not(#cssbrowser)>input[type=checkbox]+label .checktxt {
    padding-left: 4px;
}
.button-img.close {
    background-position: -97px 3px;
    width: 20px;
    height: 19px;
}
.lay-st01 .header-area .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.button-img.close:hover {
    background-position: -97px -22px;
}











.component-title p, 
.form-receiver-list>ul>li .name, 
.pop-body .pop-table .line-st .name em, 
.print-area .file-list li, 
.temp-list li a span, 
.user-list ul li .name {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.component-title p {
    display: none;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    color: #000;
}
.component-mail .component-title p {
    display: block;
}
.button {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
    color: #000;
    vertical-align: middle;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    cursor: pointer;
}
.button.default {
    padding: 0 10px 3px;
    height: 21px;
    line-height: 21px;
}

button.disabled, button:disabled {
    cursor: default;
}
button[disabled], html input[disabled] {
    color: #999;
    cursor: default;
}
button.disabled span, 
button.disabled:hover span,
button:disabled span, 
button:disabled:hover span {
    color: #ccc;
    cursor: default;
}
.button05 span {
    font-size: 12px;
    line-height: 12px;
    color: #000;
}
.button:hover {
    border-color: #444;
    color: #000;
}

a.button, 
button.button, 
div.button, 
span.button {
    margin: 0;
    padding: 0;
    font-family: 'Malgun Gothic','맑은 고딕','Segoe UI WPC',Gulim,'굴림',sans-serif;
    font-size: 13px;
    cursor: pointer;
    line-height: 0;
}
.button.blue {
    background: #525fbd;
    border-color: #525fbd;
    color: #fff;
}
.button05 {
    display: inline-block;
    padding: 0 0 5px 10px;
    background: 0 0;
    height: 23px;
    border: 0;
}
.button05.type02 {
    padding: 0 0 4px;
    vertical-align: middle;
}
.component-mail .button05 {
    position: absolute;
    right: 10px;
    top: 7px;
}
.button05 span {
    font-size: 12px;
    line-height: 12px;
    color: #000;
}
.button04.list-more:hover, 
.button05.type02 span, 
.button05.type02.gmt span {
    text-decoration: underline;
}
.button05.type02 span {
    font-size: 13px;
    line-height: 20px;
}
.cui-contents {
    min-height: 350px;
    padding: 10px;
    border: 1px solid #d3d3d3;
}
.frm-title {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 16px 0 7px;
}
.tbl-form01 .frm-title .input-title {
    padding-right: 0;
}
.input-title input[type=text] {
    position: relative;
    z-index: 1;
    background: 0 0;
    padding: 3px 5px;
    width: 100%;
    font-size: 20px;
    color: #737373;
    box-sizing: border-box;
    border: 0;
}
.file-drag.folding-content {
    /* max-height: 50px; */
    position: relative;
}
.list-control.folding-content {
    position: relative;
}
.file-attach .file-list .list-control {
    padding: 6px 10px;
    background: #f8f8f8;
}
.list-control.folding-content .list-control-btn {
    padding-left: 10px;
}
.file-attach, 
.file-attach button, 
.file-attach input {
    letter-spacing: -.5px;
    color: #111;
}
.file-attach {
    margin-bottom: 17px;
    background-color: #fff;
    font-size: 13px;
    font-family: 'Malgun Gothic','맑은 고딕','Segoe UI WPC',Gulim,'굴림',sans-serif;
}
.file-area .file-cont {
    position: relative;
}
.file-attach .add-upload .file-action-area {
    margin-left: 8px;
    padding: 7px 0;
    border: 0;
    height: auto;
}
.file-attach .file-list {
    position: relative;
}
.file-attach .file-action-area+.file-list {
    border: 1px solid #dfdfdf;
}
.file-attach .file-drag {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: rgba(232,232,232,1);
    color: #111;
    font-size: 14px;
    z-index: 55;
}
.file-attach .add-upload.no-file .file-drag {
    position: relative;
    background: rgba(232,232,232,1);
}
.file-attach .file-drag span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 230px;
    height: 20px;
    padding: 0 0 2px;
    transform: translate(-50%, -50%);
}
.file-attach .add-upload.no-file .file-drag span {
    opacity: 1;
}
.file-attach .file-drag span i {
    display: inline-block;
    margin: -2px 5px 0 0;
    background: url(/images/bg_icon.png) -100px -160px no-repeat;
    width: 14px;
    height: 17px;
    vertical-align: middle;
}
.file-attach .add-upload .file-action-area {
    position: relative;
    margin-left: 8px;
    padding: 7px 0;
    border: 0;
    height: auto;
}
.file-attach .file-action-area .file-info {
    display: inline-block;
    margin: 1px 0 0;
    vertical-align: text-top;
}
.file-attach .add-upload .file-action-area .file-info {
    position: absolute;
    right: 0;
    top: 9px;
}
.file-attach .add-upload .file-action-area .file-btn-txt {
    display: inline-block;
    padding: 0 0 0 34px;
}
.file-attach .file-upload.attach {
    position: relative;
    overflow: hidden;
    width: 51px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.file-attach .file-action-area .file-btn-txt .file-upload {
    float: left;
    margin-right: 5px;
}
.file-attach .file-upload.attach input.file {
    position: relative;
    width: 53px;
    height: 100%;
    text-align: right;
    opacity: 0;
    z-index: 2;
    -moz-opacity: 0;
    /* filter: alpha(opacity:0); */
    opacity: 0;
    pointer-events: auto; /* 숨겨진 input이 클릭 가능하게 하려면 필요할 수 있음 임의로 일단 넣어봄 */
    cursor: pointer;
}
.file-attach .file-action-area .file-btn-txt .file-upload input.file {
    width: 100%;
    height: 100%;
}
.file-attach .file-ipt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.file-attach .file-upload.attach .file-ipt {
    width: 100%;
    height: 100%;
}
.file-attach .file-upload.attach:hover {
    border-color: #111;
}
.file-attach .file-upload.attach .file-ipt button {
    width: 100%;
    padding: 0;
    border: 0;
}
.file-attach .file-action-area .file-name {
    float: left;
    margin: 2px 0 0;
    padding: 3px 0 0;
}
.file-attach .total {
    display: inline-block;
    font-weight: 400!important;
}
.file-attach .file-action-area .file-info .total {
    margin-left: 15px;
}
.file-attach .add-upload .file-action-area .file-info.not_large .total:after {
    content: '|';
    margin-right: 5px;
    padding-left: 10px;
    color: #e6e6e6;
    font-size: 12px;
}
.file-attach ol, .file-attach ul {
    list-style: none;
}
.file-attach .file-list ul {
    overflow-y: auto;
    padding: 5px 0;
    max-height: 115px;
}
.file-attach .file-list li {
    position: relative;
    overflow: hidden;
    padding: 1px 10px 4px;
}
.file-attach .check {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.file-attach .file-list .check {
    float: left;
    margin: 3px 0 0;
}
.file-attach .file-list .list-control .total:before {
    content: '|';
    margin-left: 5px;
    padding-right: 10px;
    color: #e6e6e6;
    font-size: 12px;
}
.file-attach em, 
.file-attach i {
    font-style: normal;
}
.file-attach .blind {
    position: absolute;
    padding: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    visibility: hidden!important;
    font-size: 0!important;
    line-height: 0!important;
}
.file-attach .file-list li {
    position: relative;
    overflow: hidden;
    padding: 1px 10px 4px;
}
.file-attach .file-list li:hover {
    background: #e7ebed;
}
.file-attach .check {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.file-attach .file-list .check {
    float: left;
    margin: 3px 0 0;
}
.file-attach .check>input[type=checkbox] {
    position: relative;
    top: 0;
    vertical-align: middle;
}
.check:not(#cssbrowser)>input[type=checkbox] {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
.file-attach .check:not(#cssbrowser)>input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.file-attach .check:not(#cssbrowser)>input[type=checkbox]+label {
    display: inline-block;
    padding-left: 13px;
    cursor: pointer;
    line-height: 12px;
}
.file-attach .check:not(#cssbrowser)>input[type=checkbox]+label i {
    display: inline-block;
    margin: -1px 0 0 -13px;
    padding: 0;
    background-image: url(/images/bg_checkbox.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    font-size: 0;
    vertical-align: middle;
    background-position: 0 0;
}
.file-attach .check:not(#cssbrowser)>input[type=checkbox]:checked+label i {
    background-position: 0 -15px;
}
.file-attach em, 
.file-attach i {
    font-style: normal;
}
.file-attach .file-add, 
.file-attach .ico-file {
    font-size: 0;
    display: inline-block;
    line-height: 0;
}
.file-attach .ico-file {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
}
.file-attach .file-list .ico-file {
    float: left;
    margin: 3px 5px 0;
    vertical-align: middle;
    background-image: url(/images/bg_file.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.file-attach .file-list .ico-file.ico-pdf {
    background-position: 0 0;
}
.file-attach .file-list .ico-file.ico-xls,
.file-attach .file-list .ico-file.ico-xlsx {
    background-position: -57px 0;
}
.file-attach .file-list .ico-file.ico-hwp {
    background-position: -109px 0;
}
.file-attach .file-list .ico-file.ico-ppt,
.file-attach .file-list .ico-file.ico-pptx {
    background-position: -168px 0;
}
.file-attach .file-list .ico-file.ico-doc,
.file-attach .file-list .ico-file.ico-docx {
    background-position: -223px 0;
}
.file-attach .file-list .ico-file.ico-psd {
    background-position: -278px 0;
}
.file-attach .file-list .ico-file.ico-ai,
.file-attach .file-list .ico-file.ico-eps {
    background-position: -332px 0;
}
.file-attach .file-list .ico-file.ico-xd {
    background-position: -388px 0;
}
.file-attach .file-list .ico-file.ico-html,
.file-attach .file-list .ico-file.ico-htm {
    background-position: 0 -46px;
}
.file-attach .file-list .ico-file.ico-png,
.file-attach .file-list .ico-file.ico-jpg,
.file-attach .file-list .ico-file.ico-bmp {
    background-position: -57px -46px;
}
.file-attach .file-list .ico-file.ico-misc,
.file-attach .file-list .ico-file.ico-etc {
    background-position: -109px -46px;
}
.file-attach .file-list .ico-file.ico-zip,
.file-attach .file-list .ico-file.ico-rar {
    background-position: -168px -46px;
}
.file-attach .file-list .ico-file.ico-mp4,
.file-attach .file-list .ico-file.ico-mpg,
.file-attach .file-list .ico-file.ico-avi {
    background-position: -223px -46px;
}
.file-attach .file-list .ico-file.ico-wav,
.file-attach .file-list .ico-file.ico-mp3 {
    background-position: -278px -46px;
}
.file-attach .file-list .ico-file > img {
    display: none;
}
.file-attach .file-list li .fileNameShort, 
.file-attach .file-list li a {
    float: left;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 19px;
    max-width: 65%;
}
.file-attach .file-list li .byte {
    float: left;
    margin: 0 0 0 5px;
    padding: 4px 0 0 0;
    color: #737373;
}
.file-attach .add-upload .file-list .file-btn-area {
    position: absolute;
    right: 30px;
    top: 1px;
}
.file-attach .progress-st {
    display: block;
    vertical-align: middle;
    font-size: 13px;
}
.file-attach .file-list .file-btn-area .progress-st {
    display: inline-block;
    width: 150px;
}
.file-attach .file-list .file-btn-area .progress-st.ready {
    display: none;
    width: 150px;
}

.file-attach .progress-bar {
    display: block;
    background: #ddd;
    box-shadow: inset 1px 1px 0 silver, inset -1px -1px 0 silver;
    height: 11px;
    border-radius: 10px;
    box-sizing: border-box;
}
.file-attach .progress-bar .progress-in {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background: #188fe0;
    height: 100%;
    border-radius: 10px;
}
.file-attach .file-list .file-btn-area .button-img {
    visibility: hidden;
    margin: 2px 0 0 6px;
}
.file-attach .add-upload .file-list li .button-img {
    visibility: hidden;
    position: absolute;
    right: -23px;
    top: 1px;
}
.file-attach .file-list li:hover .file-btn-area .button-img {
    visibility: visible;
}
.file-attach .add-upload .file-list li:hover .button-img {
    visibility: visible;
    width: 18px;
    height: 18px;
    border: 0;
}
.file-attach .button-img span {
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.file-attach .ico-file.ico-gif img, 
.file-attach .ico-file.ico-jpg img, 
.file-attach .ico-file.ico-picture img, 
.file-attach .ico-file.ico-png img {
    top: -46px;
    left: -57px;
}
.form-add-receiver {
    border: 0;
    background: #fff;
}
.form-receiver-list {
    /* border: 1px solid #ccc; */
}
.form-receiver-list .list-control {
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 2px 7px;
    border: 1px solid #ddd;
    margin: 2px 0 0 0;
}
.form-receiver-list>ul, 
.user-list {
    max-height: 253px;
    overflow-x: hidden;
}
.form-receiver-list>ul {
    overflow-y: auto;
    padding: 7px 0;
    position: relative;
    max-height: 140px;
    border: 1px solid #ddd;
    border-top: none;
}
.form-receiver-list .side-left .type {
    position: relative;
    float: left;
    padding-right: 15px;
}
.list-control .side-left .row-type {
    margin-left: 10px;
    padding-top: 3px;
}
.form-receiver-list .list-control .list-control-btn {
    float: left;
    margin-left: 10px;
}
.form-receiver-list .list-control .side-left .total {
    float: left;
    padding-left: 14px;
    margin-left: 10px;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}
.total {
    font-weight: 400!important;
}
.form-receiver-list .type button.button-type {
    float: left;
    padding: 2px 0 4px 0;
    background-color: #b3b3b3;
    color: #fff;
    width: 29px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.form-receiver-list .side-left .type button.button-type {
    margin: 1px 0 1px 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    font-size: 12px;
    letter-spacing: -.1em;
    height: 20px;
    line-height: 15px;
}
.list-control .button-type.app.on, 
.list-control .button-type.app:hover {
    background: #cce3f7!important;
}
.list-control .button-type.con.on, 
.list-control .button-type.con:hover {
    background: #cfedf6!important;
}
.list-control .button-type.noti.on, 
.list-control .button-type.noti:hover {
    background: #dadee0!important;
}
.receive-type._receiver_role .button-type.app {
    background: #338edf!important;
}
.receive-type._receiver_role .button-type.con {
    background: #40b9db!important;
}
.receive-type._receiver_role .button-type.noti {
    background: #6b7b83!important;
}
.type-sender.receiver_list .receive-type .post {
    border: 0;
    line-height: 18px;
    width: 91px;
    text-align: center;
    background: #435fc4!important;
}
.type-sender.receiver_list .receive-type .app.full {
    border: 0;
    line-height: 18px;
    width: 91px;
    text-align: center;
    background: #338edf!important;
}
.type-sender.receiver_list .receive-type .con.full {
    border: 0;
    line-height: 18px;
    width: 91px;
    text-align: center;
    background: #40b9db!important;
}
.form-receiver-list .side-left .type button.button-type:hover, 
.win-wrap .button-type:hover {
    border-color: #444;
    color: #000;
}
.form-receiver-list .side-right .button.default {
    position: relative;
    height: 22px;
    padding: 0 10px 0 28px;
    font-size: 12px;
}
.form-receiver-list .side-right .button.default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/bg_form.png) no-repeat transparent;
    background-position: -89px -102px;
    user-select: none;
}
.list-control .side-left .row-type .button05 {
    padding: 0 0 2px;
    line-height: 13px;
    height: 20px;
    font-size: 12px;
}
.form-receiver-list .side-left .type:after {
    content: " ";
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 6px;
    right: 0;
    height: 12px;
}
.button-img, 
.button05 i {
    background-image: url(/images/bg_btn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.button05 i {
    background-position: -150px 0;
    font-size: 0;
    line-height: 0;
    width: 21px;
    height: 13px;
    text-indent: -9999px;
}
button.disabled i, 
button:disabled i {
    opacity: .3;
    cursor: default;
}
.button05.type04 i {
    margin-left: 10px;
    width: 8px;
}
.button05.type04.row i, .button05.type04.row:hover i {
    background-position: -480px -358px;
}
.list-control .side-left .row-type .button05 i {
    margin: 0 5px 0 0;
}
.button05.type04.row-free i, 
.button05.type04.row-free:hover i {
    background-position: -510px -358px;
}
.form-receiver-list .list-control .side-left .total:after {
    content: " ";
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
}
.button-ctrl {
    display: inline-block;
    background-image: url(/images/bg_btn.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 19px;
    height: 20px;
    background-color: transparent;
    border: 0;
}
.button-ctrl, 
.button-ctrl span, 
.button-form span {
    font-size: 0;
    line-height: 0;
}
.button-ctrl.first {
    background: url(/images/bg_btn_form1018.png) -380px 0 no-repeat;
}
.button-ctrl.prev {
    background-position: -375px 0;
}
.button-ctrl.next {
    background-position: -400px 0;
}
.button-ctrl.bottom {
    background: url(/images/bg_btn_form1018.png) -412px 0 no-repeat;
}
.button-ctrl.delete {
    background-position: -45px 5px;
    width: 20px;
}
.form-receiver-list>ul>li.disabled {
    opacity: .5;
}
.form-receiver-list>ul>li.disabled:hover {
    background-color: transparent;
    cursor: default;
}
.form-receiver-list>ul>li.current {
    background-color: #dfedfa;
}
.form-receiver-list>ul>li {
    position: relative;
    padding: 3px 10px;
    height: 26px;
    cursor: pointer;
}
.form-receiver-list .receive-role {
    position: absolute;
    right: 35px;
    top: 2px;
}
.form-receiver-list .receive-role, 
.form-receiver-list ul li .receive-role {
    visibility: hidden;
}
.form-receiver-list>ul>li .pos.drafter {
    border: 0;
    line-height: 18px;
    width: 92px;
    text-align: center;
}
.form-receiver-list .num {
    float: left;
    padding: 0 0 1px;
    width: 20px;
    line-height: 19px;
}
.form-receiver-list>ul>li.type-sender .sender {
    padding-bottom: 2px;
    width: 91px;
    font-size: 12px;
    line-height: 18px;
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 12px;
}
.draft {
    background: #bec1c2;
}
.form-receiver-list>ul>li .name {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-decoration: none!important;
}
.form-receiver-list .type button.button-type {
    float: left;
    padding-bottom: 4px;
    background-color: #b3b3b3;
    color: #fff;
    width: 29px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.form-receiver-list .type {
    float: left;
    padding-right: 12px;
}
.form-receiver-list .type button.button-type {
    float: left;
    padding-bottom: 4px;
    background-color: #b3b3b3;
    color: #fff;
    width: 29px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border: 0;
}
.form-receiver-list>ul>li .pos.drafter {
    border: 0;
    line-height: 18px;
    width: 92px;
    text-align: center;
}
.form-receiver-list li:hover .receive-role {
    visibility: visible;
}
.receive-role .button-img.app-decide, 
.receive-role .button-img.app-mod, 
.receive-role .button-img.app-path, 
.receive-role .button-img.app-sms, 
.receive-role-head .button-img {
    width: 21px;
    height: 18px;
    background-image: url(/images/bg_form.png);
}
.button-img {
    border: 0;
}
.button-img.app-path {
    background-position: -64px -200px;
}
.button-img.app-mod {
    background-position: -87px -200px;
}
.button-img.app-decide {
    background-position: -112px -200px;
}
.button-img.app-path.on {
    background-position: -64px -176px;
}
.button-img.app-mod.on {
    background-position: -87px -176px;
}
.button-img.app-decide.on {
    background-position: -112px -176px;
}
.button-img.app-path[disabled],
.button-img.app-mod[disabled],  
.button-img.app-decide[disabled] {
    opacity: .3;
}
.button-img.del02 {
    background-position: -20px 5px;
    width: 20px;
    height: 19px;
}
.form-receiver-list .button-img.del02 {
    position: absolute;
    top: 3px;
    right: 6px;
    display: none;
}
.form-receiver-list>ul>li .button-img.del02 {
    top: 1px;
    right: -20px;
}
.form-receiver-list li:hover .button-img.del02 {
    display: inline-block;
}
.button-img span {
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.app, 
.con, 
.noti, 
.post, 
.type-select .draft {
    color: #fff;
}
.app, .approval-path .draft, 
.con, .noti, .post {
    color: #000;
} 
.type-select .app {
    background: #338edf!important;
}
.form-receiver-list .type button.button-type+button.button-type {
    margin-left: 2px;
}
.form-receiver-list>ul>li:hover {
    background-color: #e7ebed;
}
.form-receiver-list>ul>li.selected {
    background-color: #dfedfa;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow-y: visible;
    padding: 17px 20px 20px;
    border: 1px solid #596476;
    background: #fff;
    width: 338px;
    max-height: 650px;
    z-index: 100;
    transform: translate(-50%, -50%)
}
.pop-header {
    position: relative;
    padding: 0 0 25px;
}
.dot-list, 
.pop-header h1, 
.pop-txt {
    line-height: 20px;
}
.pop-header h1 {
    margin-right: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.pop-header .button-img.close {
    position: absolute;
    right: -3px!important;
    top: 0!important;
    border: 0;
    cursor: pointer;
}
.button-img, 
.button05 i {
    background-image: url(/images/bg_btn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.button-img {
    font-size: 0;
    line-height: 0;
}
.button-img.close {
    background-position: -97px 3px;
    width: 20px;
    height: 19px;
}
.pop-body {
    padding: 0;
    color: #000;
}
.pop-btn {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 20px 0 0;
    height: 46px;
    text-align: right;
}
.pop-btn .button.default {
    min-width: 32px;
}
.pop-btn .button.default.b:hover {
    background: #444f9d;
    border-color: #444f9d;
    color: #fff;
}
.tbl-list03 {
    table-layout: fixed;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}
.setting-form, table {
    border-collapse: collapse;
}
caption, legend {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.tbl-list03 th {
    background: #fafbfb;
    color: #737373;
    text-align: left;
    font-weight: 400;
    vertical-align: top;
}
.tbl-list03 td, .tbl-list03 th {
    padding: 6px 10px 9px;
    border-top: 1px solid #f2f2f2;
}
.tbl-list03 tr:first-child td, 
.tbl-list03 tr:first-child th {
    border-top: 0;
}
.tbl-list03 td {
    background: #fff;
    color: #000;
}
.tbl-list03 td, 
.tbl-list03 th {
    padding: 6px 10px 9px;
    border-top: 1px solid #f2f2f2;
}
.pop-body .tbl-list03 td {
    padding-right: 0;
}
.tbl-list03 tr:first-child td, 
.tbl-list03 tr:first-child th {
    border-top: 0;
}

.win-wrap {
    position: relative;
    padding: 16px 20px 20px;
}
.win-btn-area {
    clear: both;
    margin-top: 20px;
    text-align: right;
}
.win-btn-area.center {
    text-align: center;
}
.tab-area {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
    border-bottom: 1px solid #818181;
}
.win-body-container .tab-area {
    position: relative;
}
.tab-st01 {
    margin-left: 22px;
    height: 42px;
    display: block;
}
.win-body-container .tab-st01 {
    margin-left: 0;
    height: 35px;
}
.win-body-container .tab-area .tab-st01 {
    
    margin-left: 0;
}
.win-body-container .tab-st01 li.current {
    margin-bottom: -3px;
    font-weight: 700;
}
.tab-st01 li {
    position: relative;
    float: left;
    width: 120px;
    height: 42px;
    text-align: left;
    font-size: 15px;
}
.tab-st01 li.current {
    font-weight: 700;
    background: 0 0;
}
.win-body-container .tab-st01 li {
    width: auto;
    height: 35px;
    font-size: 14px;
}
.tbl-list01 td textarea, .tbl-list02 td textarea, .tbl-list03 td textarea {
	margin-top: -3px;
    margin-bottom: -7px;
    word-break: normal;
}
textarea:hover {
    border-color: #188fe0;
}
textarea {
    resize: none;
    overflow-y: auto;
    padding: 3px 4px;
    border: 1px solid #cdcdcd;
    min-height: 146px;
    width: 100%;
    box-sizing: border-box;
}
.tbl-list01 .select02, .tbl-list01 td .select01, 
.tbl-list02 .select02, .tbl-list02 td .select01, 
.tbl-list03 .select02, .tbl-list03 td .select01 {
	margin: -8px 0 -6px;
    vertical-align: middle;
}
.interaction-box .tit, 
.profile-box dd, 
.select02 .arr .sch-value, 
.tab-list-more li a, .tab-st01 li a {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select01, .select02 {
	color: #000;
    border: 1px solid #ccc;
    height: 26px;
    box-sizing: border-box;
}
.select02 {
    display: inline-block;
    position: relative;
    min-width: 100px;
    width: auto;
}
.select02 .arr {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
.select02 .arr .sch-value {
    overflow: hidden;
    display: block;
    padding-right: 22px;
    text-indent: 5px;
    word-break: break-all;
    line-height: 21px;
    height: 100%;
    box-sizing: border-box;
}
.arr {
    background-color: transparent;
}
.select02 .arr.type04 i, .select02 .arr.type05 i {
    position: absolute;
    right: 8px;
    top: 10px;
}
.arr.type04 i {
    float: left;
    margin: 0;
    background-position: -594px -155px;
    width: 6px;
    height: 3px;
    font-size: 0;
    line-height: 0;
}
.arr i {
    position: relative;
    margin: 0 0 0 5px;
    background-image: url(/static/common/image/common/bg_btn.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.arr i, .bt-st02, .bt-st03, .btm-ctrl-area.second, .btn-cont-area.second, .checkbox-area, .ico-st {
    display: inline-block;
}
em, i {
    font-style: normal;
}
.byte-area {
    padding: 13px 0 3px;
    font-size: 12px;
    color: #737373;
    text-align: right;
}
.tab-st01 li s[an] {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 14px 12px 11px;
    height: 20px;
    text-decoration: none;
    color: #737373;
    word-break: break-all;
    cursor: pointer;
}
.win-body-container .win-content {
    width: 100%;
    margin-bottom: 36px;
    border-bottom: 1px solid #e1e1e1;
}
.win-body-container .win-content {
    height: auto;
}
.win-body-container.cont-type .win-content {
    height: 266px;
}
.win-body-container .tab-st01 li span {
    padding: 8px 15px 10px;
}
.tab-st01 li.current span, 
.tab-st01 li.tit {
    display: block;
    margin-top: 1px;
    border-bottom: 3px solid #0171c3;
    color: #000;
}
.win-content {
    margin-top: -1px;
}
.win-body-container .win-content {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.win-body-container .win-content {
    height: auto;
}
.win-body-container.cont-type .win-content {
    height: 266px;
}

.win-body-container .win-content .win-right-area.full {
    float: none;
    width: auto;
}
.win-body-container.cont-type .win-content .win-right-area {
    border-top: 1px solid #ccc;
}
.tbl-list01 {
    clear: both;
    width: 100%;
    border-top: 1px solid #ccc;
}
.win-body-container.cont-type .win-content .win-right-area .tbl-list01:first-child {
    margin-top: -1px;
}

.tbl-list01 .tbl-list-head {
    position: relative;
    background: #fafbfb;
    height: 23px;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
}
button, caption, img, input, table, tbody, td, tfoot, th, thead, tr {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    letter-spacing: -.5px;
    color: #000;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input, select, textarea {
    font-size: 13px;
    vertical-align: middle;
    font-family: 'Malgun Gothic','맑은 고딕','Segoe UI WPC',Gulim,'굴림',sans-serif,'MS mincho',simSun;
}
.setting-form, 
table {
    border-collapse: collapse;
}
.tbl-list01 .tbl-list-body table, 
.tbl-list01 .tbl-list-head table {
    table-layout: fixed;
    width: 100%;
}
.tbl-list01 .tbl-list-head thead th {
    overflow: hidden;
    padding: 3px 8px 4px;
    background: url(/images/bg_th.gif) 0 6px no-repeat;
    font-weight: 400;
    font-size: 12px;
    color: #737373;
    line-height: 12px;
    text-align: left;
    word-break: break-all;
    white-space: nowrap;
    vertical-align: top;
}
.tbl-list01 .tbl-list-head thead th:first-child {
    padding-left: 22px;
    background: 0 0!important;
}
.win-body-container .tbl-list01 .tbl-list-head thead th:first-child {
    padding-left: 15px!important;
}
.pop-message {
    padding: 10px 0;
    line-height: 1.6;
}
.error-container {
    max-width: 400px;
    margin: 60px auto 0;
    padding: 50px 10px;
}
.row-center {
    padding: 20px;
    text-align: center;
}
.big-icon-error {
    display: inline-block;
    width: 200px;
    height: 200px;
    text-indent: -9999px;
    background: url(/images/error_404.png) center center transparent;
}
.mid-message {
    padding: 30px 0;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
}